*{
    margin: 0;
   
}

body{
     margin:0;
     

}
.top-bar{
     color: white;
   background-color: black;
  text-align: center;
  font-size: 1.3rem;
  
}
.top-bar:hover{
    opacity: 0.8;
    cursor: pointer;
}
.top-text{
   
    font-family: 'Montserrat' , sans-serif;
    padding: 10px;
font-size: 13px;
}
.menu-bar{
   background-color: black;
   width: 100%;
   height: 80px;
   align-items: center;
   display: flex;
}
.logo{
    margin-left: 50px;
    max-width: 120px;
    margin-left: 150px  ;
    margin-top: 25px;
}
.menu{
   
    display: flex;
    gap: 30px;
}
.menu a{
    color: white;
    font-size: 17px;
    text-decoration: none;
    font-family:'Montserrat' , sans-serif ;
margin-top: 20px;
    }
    .icons{
        color: white;
    font-size: 30px;
    text-decoration: none;
    display: flex;
    gap: 40px;
    margin-left: 650px;
    cursor: pointer;

    }
 .grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px; 
    padding: 130px;
    justify-content: center;
   
 
}
.grid-item img {
    width: 100%;
    max-width: 500px; 
    height: auto;
    cursor: pointer; 
}
.founder-container {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
    
}

.founder-section {
    display: flex;
    justify-content: center; 
    padding: 50px 20px;
}

.founder{
  display: flex;
    justify-content: center; 


}
.founder-image img {
    width: 100%;
    max-width: 350px;
    height: auto;
    align-items: flex-start;
    
}
.founder-text {
    text-align: left;
}

.founder-text h2 {
    font-size: 25px;
    margin-bottom: 10px;
}
.founder-text p {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}
.about-btn {
    background-color: black;
    color: white;
    padding: 20px 45px;
    border: none;
    cursor: pointer;
    font-size: 20px;
    transition: 0.3s;
}

.about-btn:hover {
    box-shadow: rgba(255, 255, 255, 0) 0px;
}
.footer{
    background-color: black;
    color: white;
    text-align: center;
    padding: 30px 20px;
}
.footer-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    
}
.contact-info h3{
font-size: 30px;
margin-bottom: 40px;
}
.contact-info p{
    margin: 20px 0 ;

}
.contact-info a{
     color: white;
     text-decoration: none;
     font-size: 18px;
     padding: 10px;
     display: flex;
     justify-content: center;
     align-items: center;
     
}
.social-icon{
margin-top: 10px;

}
.social-icon a{
  font-size: 18px;
  color: white;
  text-decoration: none;
  background: white;
}
.footer-bottom{
     margin-top: 20px;
     border-top: 1px solid#444;
     padding-top: 20px;
     font-size: 12px;
     
}
.footer-bottom a{
 color: white;
 text-decoration: none;
 margin: 10px;
 font-size: 15px;
 
}
.footer-bottom a:hover{
    text-decoration: underline;
}

