.home_hero{
    padding:80px 0px;
    background: url('../image/home-hero-ar.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-title{
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 150%;
    color: #D5CDA8;
}

.hero-des{
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: #fff;

}
.logo_bg_1{
    top: 0%;
    left:0%;
    opacity: 0.2;
    transform: translateX(-100%);
    width: 800px;
    height: 800px;
    z-index: 0;
}
.logo_bg_2{
    top: 0%;
    opacity: 0.2;
    right:0;
    transform: translateX(100%);
    width: 800px;
    height: 800px;
    z-index: 0;
}
#hero-logo{
    width: 150px;
    height: 150px;
    padding-top: 40px;
}
.act{
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 150%;
    color: #D5CDA8;
    text-decoration: none;
    background: #1d6758;
    border-radius: 10px;
    padding: 5px 55px;
    width: fit-content;
    display: block;
}
.section-title{
    font-size: 32px;
    font-family: 'Cairo';
    font-weight: 700;
    color: #1d6758;
    width: fit-content;
}
.section-des{
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    color: #7C7A77;
}

section{
    padding: 50px 0px;
}

#about-us-img{
    height: 400px;
    object-fit: contain;
    object-position: center;
}
#about-section .container-xl{
    padding-bottom: 50px;
}

.static-item{
    font-size: 28px;
    color: #1d6758;
    font-family: 'Cairo';
    line-height: 120%;
    text-align: center;
    font-weight: 200;
}
.static-item span{
    font-weight: 800;
}
.vr{
    background-color: #000 !important;
} 
#i-a-s{
    background: #1d6758;
    padding-top: 60px;
    padding-bottom: 30px;
}
.ias-card{
    background: #FFF;
    border-radius: 10px;
    padding: 20px;
}
.ias-card-icon{
    width:100px;
    object-fit: contain;
    object-position: center;
}
.ias-card-title{
    font-weight: 600;
    font-size: 28px;
    font-family: 'Cairo';
    line-height: 130%;
    color: #1d6758;
}
.ias-card-des{
    font-weight: 400;
    font-family: 'Cairo';
    font-size: 22px;
    line-height: 130%;
    color: #1d6758;
}

#exc_courses{
    background: rgba(213, 205, 168, 0.53);
}
.course-card{
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
}

.courses-title{
    text-transform: capitalize;
    color: #204756;
    font-family: 'Cairo';
    font-weight: 700;
    font-size: 28px;
    line-height: 150%;
    border-bottom: 3px solid #204756;
    width: fit-content;
    padding-bottom: 5px;
}

.course-image{
    width: 270px;
    height: 270px;
    border-radius: 100%;
    object-fit: cover;
}

.course-name , .course-des{
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 130%;
    color: #1d6758;
}
.course-des{
    font-size: 20px;
    font-weight: 400;
}


.course-card-body, .course-card-footer{
    border-radius: 0px 0px 10px 10px;
}

.course-card-footer{
    border-radius: 10px;
    background: #1d6758;
}

.c-footerd{
    color: #D5CDA8;
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
}

.article-card{
    background: #FFF;
    box-shadow: 0px 4px 4px 5px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
}

.article-image{
    border-radius: 10px;
    object-fit: cover;
    height: 250px;
}
.article-name, .article-des{
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #1D6758;
}
.article-des{
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
}

#reviews-section{
    background-color: #D5CDA8;
}

.review-card{
    background: #FFF;
    border-radius: 10px;
}

.review-content{
    font-family: 'Cairo';
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color:#7C7C7C;
}

.student-img {
    width: 200px;
    border-radius: 10px 0px 0px 10px;
    object-fit: cover;
    display: block;
    height: 100%;
}
.student-name{
    font-family: 'Cairo';
    font-size: 20px;
    color: #1D6758;
    font-weight: 600;
    line-height: 150%;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#input-container{
    width: 60%;
}

#cert_num{
    background:none;
    border: none;
    outline:none;
    width: 100%;
    height: 70px;
    background:none;
    border-radius: 10px;
    border: 1px solid #1d6758;
    font-family: 'Cairo';
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    padding-right: 120px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
}
#cert_ser_sub{
    background:none;
    border:none;
    outline:none;
    right:0;
    height: 100%;
    width:90px;
    background: #1d6758;
    border-radius: 0px 10px 10px 0px;
}
@media screen and (max-width: 992px) {
    .logo_bg_1, .logo_bg_2{
        display: none;
    }
    .home_hero{
        padding-bottom: 60px;
    }
    
    .hero-title{
        font-size: 40px;
    }
    
    .hero-des{
        font-size: 28px;
    }
    
    .act{
        font-size: 28px;
        padding: 8px 48px;
    }

    .section-title{
        font-size: 28px;
    }
    .section-des{
        font-size: 20px;
    }
    
    section{
        padding: 40px 0px;
    }

    #about-us-img{
        height: 300px;
        object-fit: contain;
        object-position: center;
    }

    .static-item{
        font-size: 24px;
    }
    
    #about-section .container-xl{
        padding-bottom: 40px;
    }

    .ias-card{
        padding: 15px;
    }
    .ias-card-icon{
        width:80px;
    }
    .ias-card-title{
        font-size: 26px;
    }
    .ias-card-des{
        font-size: 20px;
    }
    
    .course-image{
        height: 240px;
        width: 240px;
    }
    
    .course-name{
        font-size: 24px;
    }
    .course-des{
        font-size: 18px;
    }
    
    .c-footerd{
        font-size: 17px;
    }    
    .article-card{
        box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.08);
    }
    .article-image{
        height: 240px;
    }
    .article-name{
        font-size: 20px;
    }
    .article-des{
        font-size: 17px;
    }
    
    
    .review-content{
        font-size: 17px;
    }
    
    .student-img {
        width: 150px;
    }
    .student-name{
        font-size: 18px;
    }
    
    #input-container{
        width: 60%;
    }
    
    #cert_num{
        height: 65px;
        font-size: 18px;
        padding-left: 110px;
        padding-top: 18px;
        padding-bottom: 18px;
        padding-right: 8px;
    }
    #cert_ser_sub{
        width:80px;
    }
}

@media screen and (max-width: 768px) {
    .home_hero{
        padding-bottom: 50px;
    }
    
    .hero-title{
        font-size: 24px;
    }
    
    .hero-des{
        font-size: 18px;
    }
    
    .act{
        font-size: 20px;
        padding: 7px 30px;
    }

    .section-title{
        font-size: 20px;
    }
    .section-des{
        font-size: 18px;
    }
    
    section{
        padding: 30px 0px;
    }

    #about-us-img{
        height: 250px;
        object-fit: contain;
        object-position: center;
    }
    
    #about-section .container-xl{
        padding-bottom: 30px;
    }

    .static-item{
        font-size: 18px;
    }

    .ias-card{
        padding: 10px;
    }
    .ias-card-icon{
        width:100px;
    }
    .ias-card-title{
        font-size: 24px;
    }
    .ias-card-des{
        font-size: 18px;
    }
    .course-image{
        height: 230px;
        width: 230px;
    }
    
    .course-name{
        font-size: 22px;
    }
    .course-des{
        font-size: 16px;
    }
    .c-footerd{
        font-size: 16px;
    }
    .article-image{
        height: 230px;
    }
    .article-name{
        font-size: 18px;
    }
    .article-des{
        font-size: 16px;
    }
    
    .review-content{
        font-size: 16px;
    }
    
    .student-img {
        width: 120px;
    }
    .student-name{
        font-size: 16px;
    }
    
    #input-container{
        width: 100%;
    }
    
    #cert_num{
        height: 60px;
        font-size: 16px;
        padding-left: 80px;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-right: 6px;
    }
    #cert_ser_sub{
        width:70px;
    }
}
