
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&family=GFS+Didot&display=swap');

/*
font-family: 'EB Garamond', serif;
font-family: 'GFS Didot', serif;
*/



body{

    overflow-x: hidden;
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}





.about-banner{

    height: 85vh;
    width: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
   
   
   background-attachment: fixed;
   
    background-image: url(/assets/images/about-us.jpg);
   
  
}


.about-banner h1 {

    color: #fff;
    font-size: 55px;
    letter-spacing: 2px;
    text-transform: uppercase;
   
   
}

.About-heading{

    height: 100vh;
    width: 100%;
   background-color: #fff;
   display: flex;
   justify-content: center;
   align-items: center;
   

}


.About-heading .main img {

    width: 580px;
    max-width: 100%;
    height: auto;
    padding: 0 10px;



}


.About-heading .main {

    width: 1290px;
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;

}


.About-heading .main .all-text{

    width: 600px;
    max-width: 100%;
    padding: 0 10px;
   

}


.About-heading .main .all-text h4 {

    font-size: 18px;
    letter-spacing: 1px;
        font-weight: 400px;
     margin-left: 50px;
     margin-bottom: 10px; 
        text-transform: uppercase;
        color: darkgoldenrod;
        position: relative;
}


.About-heading .main .all-text h4::after{

    content: " ";
    height: 2px ;
    width: 40px;
    background-color: red;
    position: absolute;
    top: 50%;
    left: -8%;
}

.About-heading .main .all-text h1{

    font-size: 65px;
    font-weight: 500;
    margin-bottom: 20px;
     font-family: 'EB Garamond', serif;

}



.About-heading .main .all-text p {

    font-size: 19px;
    line-height: 30px;
    margin-bottom: 35px;
    font-family: 'EB Garamond', serif;
    font-size: 20px;
   


}


.About-heading .main .btn button{

    color: #333;
    padding: 20px 32px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    outline: none;
    box-shadow: 0px 16px 32px 0px rgb(0 0 0/6%);
}


.About-heading .main .btn button:hover{

    background-color: #333;
    color: #fff;
    transition: 0.6s ease-in;
    cursor: pointer;

}


/* Founder Section start */


.founde{

    height: 100vh;
    width: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/assets/images/newImage/factory.jpg);
    position: relative;
    background-attachment: fixed;
   
}


.founde::before{

    content: "";
    height: 100vh;
    width: 100vw;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
   
    
}


.founder{

    height: auto;
    width: 100vw;
    background-color: #fff;

    padding-top: 30px;


   





}










.founder h4 {

    margin-left: 70px;
    margin-bottom: 10px;
    text-transform: capitalize;
   
    font-size: 18px;
    letter-spacing: 2px;
    color:red;



}


.founder h1 {

  margin-bottom: 50px;
  margin-left: 60px;
  font-size: 45px;
  letter-spacing: 2px;
  text-transform: capitalize;



}



.founder .container {

    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    z-index: 100px;
    position:relative;
    
}


.founder .container .founder-card{


    height: auto;
    width: 28%;
    border: 1px solid #000;
    border-radius: 15px;
    
    background-color: #f5f4f5;
    
 
    


}


.founder .container .founder-card .founder-image{

    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;

    
    

}


.founder .container .founder-card .founder-image img{

    height: 200px;
    width: 200px;
    border-radius: 50%;
    margin-top: 30px;

   
  
}



.founder .container .founder-card .all-text{

    padding: 0 15px;
    padding-bottom: 30PX;


}


.founder .container .founder-card .all-text h2 {

    text-align: center;
    margin-top: 20px;
    font-family: 'EB Garamond', serif;
    font-size: 30px;
    font-weight: 500;


}


.founder .container .founder-card .all-text p {


    text-align: center;

    margin-top: 20px;
     font-family: 'EB Garamond', serif;
     font-size: 20px;
     line-height: 30px;
     letter-spacing: 1px;
     text-align: justify;

     
}



/* gallery scetion */

.gallery{

    height: auto;
    width: 100vw;
    background-color: #fff;

    display: flex;
    
    align-items: center;
    flex-direction: column;
    padding-bottom: 50px;




}




.gallery h1 {

    font-size: 55px;
    letter-spacing: 2px;
    text-align: center;

    padding: 80px 0;
    text-transform: uppercase;
   
    position: relative;


}


.gallery h1::after{

    content: "";

    height: 2px;
    width: 400px;
    background-color: red;
    top: 65%;
  left: -25%;
   
    position: absolute;
}




.gallery img {

    width: 80%;

}










@media only screen and (max-width: 1250px) {

   .About-heading{

    width: 100%;
    height: auto;
    padding: 10px 0;

   }

   .About-heading .main .all-text{

    text-align: center;
    margin-top: 40px;
   }



    
}







@media only screen and (max-width: 650px) {
 
    
 
   
   .About-heading .main .all-text h1 {

    font-size: 40px;
    margin-bottom: 20px;
   }


   .founder{

    text-align: center;

    height: auto;



   }

   
   .founder h4 {

    padding-top: 20px;

   }

   .founder h1 {

    padding-bottom: 20px;


   }


   
.founder .container .founder-card{

    width: 95%;

}


.founder .container .founder-card .founder-image img{

    margin-top: 20px;
}


.founder .container{

    display: flex;
    justify-content: center;
    align-items: center;

}











}


