.padding{
    padding: 0;
}
.space{
    display: flex;
    justify-content: space-between;
}
.display-1{
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.hero-banner{
    background-color: white;
    width: auto;
    height: 350px;
}
.respect-text-des .text-header{ 
    text-align: center;
    font-size: 25px;
    color: white;
}
.respect-text-des{
    background-color: #797878f8;
    padding: 15px;
    border-radius: 15px;
    color: white;
    padding-left: 20px ;
    padding-right: 20px;
}
.respect{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.respect img{
    width: 300px;
}
.text-us{
    text-align: center;
}
.line{
    width: 40px;
    height: 2px;
    background-color: #ff8e15;
    margin: auto;
}
.about-us{
    margin-top: 100px;
    width: 100%;
    background-color: #ff8e15;
    height: 420px;
    border-radius: 100px 5px 100px 5px;
    position: relative;
}

.about-us-box{
    position: absolute;
    top: 120px;
    text-align: center;
    padding: 10px;
    color: rgb(255, 255, 255);
}
.about-us-box .name-us{
    font-weight: bold;
    font-size: 18px;
}
.about-us-box .us-des{
    font-size: 14px;
}
.about-us-box .btn-download{
    background-color: white;
    color: #ff8e15;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
}
 .us-profile{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #ff8e15;
    position:absolute;
    top: -80px;
    left: 35px;
    transition: 0.5s;
    /* overflow: hidden; */
}
.about-us:hover .us-profile , .btn-download{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
 .us-profile img{
    width:200px;
    height: 200px;
    border-radius: 50%;
    padding: 7px;
}
/* .contact-to-team{
    position: absolute;
    top: -130px;
    left: 80px;
    display: flex;
    justify-content: space-around;
    gap: 10px;
    padding: 10px;
    border-radius: 5px;
    transition: 2s;
    opacity: 0;
}
.contact-to-team .nav-item{
    list-style-type:none ;
    
}
.contact-to-team .nav-link{
    color: green;
} */




footer{
    margin-top: 100px;
}