/* banner start */
.banner{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../images/backgrounds/1.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0px;
    padding-top: 60px;
}
.banner .right,
.banner .left{
    align-self: center;
}
.banner .left{
    padding-right: 60px;
}
.banner .left .ele{
    position: relative;
    top: 70px;
}
.banner .right{
    position: relative;
}
.banner .right .images img{
    width: 100%;
    transition: all 0.3s;
}
.banner .right .images img:hover{
    scale: 1.03;
}
.banner .right .images div:first-of-type img{
    width: 210px;
}
.banner .right .ele:nth-of-type(1){
    position: absolute;
    left: 82px;
    top: 0px;
}
.banner .right .ele:nth-of-type(2){
    position: absolute;
    top: 0;
    right: -10px;
}
.banner .right .ele:nth-of-type(3){
    position: absolute;
    top: 50%;
    left: 60px;
}
.banner .right .ele:nth-of-type(4){
    position: absolute;
    top: 10%;
    left: 50%;
}
.banner .right .ele:nth-of-type(5){
    position: absolute;
    bottom: -45px;
    left: 50%;
}
.banner .left p{
    color: #DBDADB;
    line-height: 28px;
}
@media only screen and (max-width: 1440px){
    .banner .right .images div:first-of-type img {
        width: 200px;
    }
}
@media only screen and (max-width: 1024px){
    .banner h1 {
        font-size: 46px;
        line-height: 52px;
    }
    .banner p{
        font-size: 14px;
        line-height: 24px;
    }
    .banner .right .images div:first-of-type img {
        width: 145px;
    }
}
@media only screen and (max-width: 991px){
    .banner{
        padding: 40px 0px;
    }
    .banner .col-md-6{
        width: 100%;
    }
    .banner .left .ele {
        display: none;
    }
    .banner .right{
        margin-top: 30px;
    }
    .banner .right .images div:first-of-type img {
        width: 230px;
    }
}
@media only screen and (max-width: 767px){
    .banner .right .images .w-50{
        text-align: center !important;
    }
    .banner .right .images div:first-of-type img {
        width: 160px;
    }
}
@media only screen and (max-width: 512px){
    .banner{
        padding: 35px 15px;
        padding-top: 10px;
    }
    .banner .left{
        padding-right: 15px;
    }
    .banner h1 {
        font-size: 35px;
        line-height: 40px;
    }
    .banner .left p {
        line-height: 22px;
        font-size: 13px;
    }
    .banner .right .images div:first-of-type img {
        width: 150px;
    }
}
@media only screen and (max-width: 412px){
    .banner .right {
        display: none;
    }
}
/* banner end */


/* about start */
section.about .image-box img{
    height: 24rem;
}
@media only screen and (max-width: 1366px){
    section.about .image-box img {
        height: 22rem;
    }
}
@media only screen and (max-width: 1200px){
    section.about .image-box img {
        height: 18rem;
    }
    section.about .image-box .content p{
        font-size: 12px;
    }
    section.about .image-box .content h3 {
        font-size: 19px;
    }
}
@media only screen and (max-width: 991px){
    section.about .image-box img {
        height: 14rem;
    }
}
/* about end */


/* information start */
section.information p,
section.information ul li{
    font-size: 19px;
}
section.information img{
    border-radius: 20px;
    transition: all 0.3s;
}
section.information img:hover{
    scale: 1.03;
}
@media only screen and (max-width: 991px){
    section.information .col-md-6{
        width: 100%;
    }
}
@media only screen and (max-width: 767px){
    section.information.right h2{
        margin-bottom: 0px !important;
    }
}
/* information end */


/* team start */
section.team{
    background: #FFF5D9;
}
section.team h2{
    font-size: 46px;
    line-height: 54px;
}
section.team h2 span{
    position: relative;
}
section.team h2 span:after{
    content: "";
    position: absolute;
    left: 14px;
    bottom: 0px;
    width: 120%;
    height: 4px;
    background-color: #FFC107;
}
section.team h2 span .decor{
    position: absolute;
    top: -10px;
    right: -85px;
    left: auto;
}
section.team h2 span .decor:after{
    display: none;
}
section.team .teams{
    margin-top: 40px;
    display: flex;
    gap: 30px;
}
section.team .teams .team{
    border-radius: 15px;
}
section.team .teams .team img{
    width: 100%;
}
section.team .teams .team .content{
    background: white;
    padding: 15px 20px;
    margin-top: -5px;
    border-radius: 0 0 15px 15px;
}
@media only screen and (max-width: 1366px){
    section.team h2 {
        font-size: 40px;
        line-height: 50px;
    }
}
@media only screen and (max-width: 1024px){
    section.team h2 {
        font-size: 33px;
        line-height: 46px;
    }
}
@media only screen and (max-width: 991px){
    section.team .col-md-5,
    section.team .col-md-7 {
        width: 100% !important;
    }
    section.team .col-md-7{
        margin-top: 20px;
    }
    section.team .teams {
        flex-wrap: wrap;
    }
    section.team .teams .team{
        width: calc(33% - 20px);
    }
}
@media only screen and (max-width: 767px){
    section.team .teams .team{
        width: calc(50% - 15px);
    }
}
@media only screen and (max-width: 512px){
    section.team .teams {
        margin-top: 30px;
        gap: 20px;
    }
    section.team .teams .team {
        width: calc(50% - 10px);
    }
    section.team h2 span .decor {
        top: -35px;
        right: -45px;
        left: auto;
    }
    section.team .teams .team .content {
        padding: 10px 15px;
    }
    section.team .teams .team .content h3{
        font-size: 15px;
    }
}
/* team end */


/* footer bottom start */
section.footer-bottom{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../images/backgrounds/2.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: auto 15rem;
}
section.footer-bottom .container{
    width: 760px;
}
section.footer-bottom h2{
    line-height: 55px;
}
section.footer-bottom p{
    color: #DBDADB;
}
section.footer-bottom .subscribe{
    margin: auto 80px;
}
section.footer-bottom .subscribe input{
    width: 75%;
}
section.footer-bottom .subscribe button{
    width: 24%;
}
section.footer-bottom .ele:nth-of-type(1){
    position: absolute;
    bottom: 0;
    left: -6rem;
}
section.footer-bottom .ele:nth-of-type(2){
    position: absolute;
    top: 0;
    right: -6rem;
}
@media only screen and (max-width: 991px){
    section.footer-bottom .ele{
        display: none;
    }
}
@media only screen and (max-width: 767px){
    section.footer-bottom .container {
        width: 100%;
    }
    section.footer-bottom h2 {
        line-height: 48px;
    }
    section.footer-bottom .subscribe {
        margin: auto;
    }
}
@media only screen and (max-width: 512px){
    section.footer-bottom h2 {
        line-height: 40px;
        font-size: 30px;
    }
    section.footer-bottom .subscribe input,
    section.footer-bottom .subscribe button{
        width: 100%;
    }
    section.footer-bottom .subscribe button{
        margin-top: 10px;
    }
}
/* footer bottom end */