@import url('https://fonts.googleapis.com/css2?family=Battambang:wght@100;300;400;700;900&family=Fasthand&family=Fondamento:ital@0;1&family=Jersey+20+Charted&family=Kantumruy+Pro:ital,wght@0,100..700;1,100..700&family=Kdam+Thmor+Pro&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
section{
    padding-bottom: 120px;
}
.row{
   flex-wrap: 0;
   display: flex;
}
.col-5{
    width: 45%;
   
}
.col-7{
    width: 60%;
}
.col-6{
    width: 50%;
}
.col-4 {
    width: 33.33%;
   
}

.col-3 {
    width: 25%;
   
}
.col-2 {
    width: 20%;
    
}
.hero {
    width: 100%;
    height: 50vh;
    background-color: gray;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.hero .overlay {
    width: 100%;
    height: 50vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
}

.hero .hero-content {
    width: 100%;
    height: 50vh;
    position: absolute;
    z-index: 99;
}

.hero .hero-content .content {
    margin-top: 150px;
    text-align: center;
    align-items: center;

}

.hero .hero-content .link {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;


}

.hero .hero-content a {
    text-decoration: none;
    color: white;
}

.hero .hero-content .link u {
    background-color: transparent;
    color: #FEA53D;
}

.hero .hero-content a:hover {
    color: #FEA53D;
}

.hero .hero-content h1 {
    font-size: 50px;
    font-weight: 600;
    color: #FEA53D;

}

.hero .hero-content .content p {
    font-size: 25px;
    width: 600;
    margin-top: -20px;
    margin-left: 20px;
    color: #ddd;

}

.about-us{
    width: 920px;
    margin: auto;
    text-align: center;
    color: #ddd;

}

.about-us .text h1{
    font-size: 40px;
    color: #FEA53D;
    font-family: "Kdam Thmor Pro", sans-serif;
}
.about-us .text h3{
    padding-bottom: 20px;
    color: #FEA53D;
    font-size: 25px;
}
.about-us .text .p{
    padding-top: 20px;
    
}

.about-us .text-about{
    padding:20px 0;
    
}
.about-us .text-about h2{
    color: #eecca6;
    font-size: 30px;

}
.about-us .text p{
    font-size: 18px;
}
.about-ust .team{
    margin: 50px 0;

}
.wrapper{
    width: 300px;
    background-color: #2e2e2e;
    margin-top: 20px;
    border-radius: 20px;
    
}
.about-us .team .profile-imge{
    margin-top: 15px;
}
.about-us .team .profile-imge img {
    width: 200px;
    height: 240px;
    object-fit: cover;
    position: relative;
    border-radius: 20px;
    /* transform: scale(1.1); */
    
}
.socical-media{
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    position: absolute;
    margin-top: -13%;
    
}
.about-us .team .socical-media i{
   background-color: #FEA53D;
   color: azure;
   padding: 10px;
   margin-left:  5px;
   font-size: 25px;
   border-radius:15px ;
   display: none;
   text-decoration: none;
   transition: 0.1;


}
.about-us .team .socical-media a {
    text-decoration: none;

}

.about-us .team .wrapper:hover i{
    display: block;
   

}
.about-us .team .card-body h4{
    font-size: 23px;
    padding-top: 20px;
}







