/* ============= start page landing ============= */

/* start section landing-hero */

.landing-hero{
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    //background: linear-gradient(to right, rgba(127, 86, 217, 0.08) 0%, rgba(36, 187, 140, 0.00) 100%);
}
.landing-hero .landing-hero-content{
    position: relative;
}
.landing-hero .landing-hero-content .landing-hero-title{
    font-size: 3.5rem;
    text-transform: capitalize;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 25px;
}
.landing-hero .landing-hero-content .landing-hero-title span{
    color: var(--main-color);
}
.landing-hero .landing-hero-content p{
    line-height: 1.7;
    margin-bottom: 35px;
}
.landing-hero .landing-hero-content .landing-hero-link{
    display: inline-block;
    background-color: transparent;
    border: 1px solid var(--main-color);
    padding: 15px 30px;
    color: var(--main-color);
    font-weight: 600;
    border-radius: 50px;
    transition: all .25s ease-in-out;
}
.landing-hero .landing-hero-content .landing-hero-link:hover{
    color: #fff;
}
.landing-hero .landing-hero-content svg.transparent-circle{
    position: absolute;
    bottom: -7%;
    left: 37%;
    width: 20px;
}
.landing-hero .landing-hero-content svg.transparent-circle rect{
    fill: transparent;
}
.landing-hero .features{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}
.landing-hero .features .box-feature{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 15px;
}
.landing-hero .features .box-feature:last-child{
    margin-right: 0;
}
.landing-hero .features .box-feature svg{
    margin-right: 5px;
}
.landing-hero .features .feature-title{
    color: var(--color-text);
    margin-bottom: 0;
    font-size: 1.01rem;
}
.landing-hero .features .feature-title:first-letter{
    text-transform: capitalize;
}
.landing-hero .landing-hero-img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background-color: var(--main-color);
    position: relative;
}
.landing-hero .landing-hero-img:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate(-5%,-5%);
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--main-color);
    z-index: -1;
}
.landing-hero .landing-hero-img .box-stat{
    display: flex;
    position: absolute;
    align-items: center;
    flex-direction: row-reverse;
    border-radius: .75rem;
    border: 0.85px solid var(--main-color);
    background: #f5f5f4;
    padding: 10px;
    box-shadow: 0px 19.61022px 40.85462px 0px rgba(0, 0, 0, 0.15);
}
.landing-hero .landing-hero-img .top{
    flex-direction: column-reverse;
    top: 0;
    right: 0;
    transform: translateY(-5%);
}
.landing-hero .landing-hero-img .middle{
    top: 50%;
    left: 0;
    transform: translate(-50%,-100%);
}
.landing-hero .landing-hero-img .bottom{
    bottom: 5%;
    right: 0;
}
.landing-hero .landing-hero-img .box-stat .stat-content{
    text-align: center;
}
.landing-hero .landing-hero-img .box-stat .stat-content h5{
    font-size: 0.9rem;
}
.landing-hero .landing-hero-img .box-stat .stat-content h5:first-letter{
    text-transform: capitalize;
}
.landing-hero .landing-hero-img .box-stat .stat-content span{
    font-weight: 700;
    font-size: larger;
}
.landing-hero .landing-hero-img .box-stat .stat-icon-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: .25rem;
    background-color: var(--main-color);
    padding: 5px;
    margin-right: 10px;
}
.landing-hero .landing-hero-img .box-stat .stat-icon-wrapper svg{
    width: 30px;
    height: 30px;
}
.landing-hero .landing-hero-img .top .stat-icon-wrapper{
    background-color: transparent;
    width: 60px;
    height: 60px;
    margin-right: 0;
    margin-bottom: 10px;
}
.landing-hero .landing-hero-img .top .stat-icon-wrapper svg{
    width: 65px;
    height: 65px;
}
.landing-hero .landing-hero-img img{
    width: 70%;
    max-width: 70%;
    max-height: 70%;
}
.landing-hero .landing-hero-img > svg{
    position: absolute;
    left: 4%;
    bottom: 5%;
    width: 35px;
}
.landing-hero .pattern-circles-top{
    position: absolute;
    top: 0;
    width: 380px;
    height: 380px;
    opacity: .5;
    z-index: -1;
}
.landing-hero .pattern-circles-bottom{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 380px;
    height: 380px;
    opacity: .5;
    z-index: -1;
}
.landing-hero .moy-circle{
    position: absolute;
    bottom: 12%;
    right: 335px;
    width: 10px;
    z-index: -1;
}
.landing-hero svg.gradient{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

/* end section landing-hero */



/* start section services */

.services{

}
.services .owl-carousel .owl-stage-outer{
    padding: 15px 0;
}
.services .box-service{
    background-color: #fff;
    border-radius: .5rem;
    padding: 25px;
    border: 1.068px solid rgba(216, 216, 216, 0.40);
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.09);
    transition: all .2s ease-in-out;
}
.services .box-service .service-title{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.services .box-service .service-title .serv-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .25rem;
    padding: 6px;
    background-color: var(--main-color);
    margin-right: 10px;
}
.services .box-service .service-title .serv-icon i{
    color: #fff;
    font-size: 0.95rem;
}
.services .box-service .service-title .service-title-text{
    text-transform: capitalize;
    font-weight: 600;
    font-size: 1.1rem;
}
.services .box-service .service-desc{
    line-height: 1.6;
    color: #646464;
    font-size: .95rem;
}
.services .box-service .service-link{
    display: inline-flex;
    align-items: center;
    text-transform: capitalize;
    color: var(--main-color);
    font-weight: 600;
}
.services .box-service .service-link i{
    margin-left: 10px;
    transition: all .2s ease-in-out;
}
.services .box-service .service-link:hover i{
    margin-left: 20px;
}
.services .box-service * {
    transition: all .2s ease-in-out;
}
.services .box-service:hover{
    background-color: var(--main-color);
}
.services .box-service:hover *{
    color: #fff;
}
.services .box-service:hover .service-title .serv-icon{
    background-color: #fff;
}
.services .box-service:hover .service-title .serv-icon i{
    color: var(--main-color);
}

/* end section services */



/* start section popular-courses */

.popular-courses{

}
.popular-courses .section-sub-title{
    margin-bottom: 20px;
}
.popular-courses .popular-courses-undeTitle{
    margin-bottom: 50px;
    color: #667085;
    text-align: center;
}
.popular-courses .all-courses-link{
    display: block;
    color: var(--color-text);
    border-radius: 8.545px;
    border: 1px solid #d0d5dd;
    padding: 10px 20px;
    background-color: #f9fAfb;
    box-shadow: 0px 1.06809px 2.13619px 0px rgba(16, 24, 40, 0.05);
    width: max-content;
    margin: 20px auto 0;
    transition: all .25s ease-in-out;
}
.popular-courses .all-courses-link:first-letter{
    text-transform: capitalize;
}
.popular-courses .all-courses-link:hover{
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
    box-shadow: none;
}

/* end section popular-courses */



/* start section formers */

.formers{

}
.formers .section-sub-title{
    margin-bottom: 20px;
}
.formers .formers-undeTitle{
    margin-bottom: 50px;
    color: #667085;
    text-align: center;
}
.formers .row > div{
    margin-bottom: 30px;
}
.formers .box-former{
    background-color: #f9fafb;
    padding: 25px 20px;
    text-align: center;
    height: 100%;
}
.formers .box-former img.former-avatar{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 15px;
}
.formers .box-former .former-name{
    text-transform: capitalize;
    font-weight: 600;
    color: var(--color-text);
    font-size: 1.1rem;
}
.formers .box-former .former-speciality{
    text-transform: capitalize;
    color: var(--main-color);
    font-size: .95rem;
}
.formers .box-former .former-desc{
    color: #667085;
    line-height: 1.6;
    font-size: .85rem;
}
.formers .box-former ul.former-social-media-links{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 0;
}
.formers .box-former ul.former-social-media-links li:not(:last-child){
    margin-right: 15px;
}
.formers .box-former ul.former-social-media-links li a{
    
}
.formers .box-former ul.former-social-media-links li a i{
    color: #98a2b3;
    font-size: 1.2rem;
    transition: all .2s ease-in-out;
}
.formers .box-former ul.former-social-media-links li a:hover i{
    color: var(--main-color);
    transform: translateY(-5px);
}

/* end section formers */



/* start section testimonials */

.testimonials{
    text-align: center;
    background-color: #f9fAfb;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 60px;
}
.testimonials .testimonials-title{

}
.testimonials .box-testimonial{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.testimonials .box-testimonial .testimonial-desc{
    color: var(--color-text);
    line-height: 1.6;
    margin-bottom: 20px;
}
.testimonials .box-testimonial .student-avatar{
    width: 65px;
    height: 65px;
    border-radius: 50%;
}
.testimonials .box-testimonial .student-name{
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 10px;
}
.testimonials .box-testimonial .student-desc{
    color: #667085;
    text-transform: capitalize;
}

/* end section testimonials */




/* ============ Media Query ============ */


/* start section landing-hero */

@media (max-width: 991px){
    .landing-hero .row > div:last-child{
        display: flex;
        justify-content: center;
    }
    .landing-hero .features{
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .landing-hero .landing-hero-img{
        width: 80vw;
        height: 80vw;
    }
    .landing-hero .moy-circle{
        bottom: 0;
    }
}

@media (max-width: 575px){
    header nav .logo a.logo-link svg{
        width: 6.5vw;
    }
    header nav .search-item button i{
        font-size: 1.25rem;
    }
    .landing-hero .landing-hero-content .landing-hero-title{
        font-size: 2.5rem;
    }
    .landing-hero .landing-hero-content .landing-hero-title br{
        display: none;
    }
    .landing-hero .landing-hero-content svg.transparent-circle{
        bottom: -10%;
        left: 56%;
    }
    .landing-hero .features .box-feature{
        flex-direction: column;
    }
    .landing-hero .features .box-feature svg{
        margin-right: 0;
    }
    .landing-hero .features .feature-title{
        margin-top: 5px;
        font-size: .85rem;
    }
    .landing-hero .landing-hero-img .box-stat .stat-content h5{
        font-size: 0.8rem;
    }
    .landing-hero .landing-hero-img .box-stat .stat-icon-wrapper{
        width: 25px;
        height: 25px;
        padding: 3px;
        margin-right: 7px;
    }
    .landing-hero .landing-hero-img .box-stat .stat-icon-wrapper svg{
        width: 15px;
        height: 15px;
    }
    .landing-hero .landing-hero-img .top .stat-icon-wrapper{
        width: 40px;
        height: 40px;
        margin-bottom: 5px;
    }
    .landing-hero .landing-hero-img .top .stat-icon-wrapper svg{
        width: 45px;
        height: 45px;
    }
    .landing-hero .landing-hero-img .middle{
        top: 50%;
        left: 0;
        transform: translate(-30%,-100%);
    }
}


/* end section landing-hero */