/* banner start */
.banner{
    background-image: url(../../images/banners/secondary.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}
/* banner end */



/* course details start */
.details .col-md-9{
    padding-right: 30px;
}
.details .description .header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.details .description .header p{
    color: var(--hover-color);
    font-weight: 700;
    font-size: 18px;
}
.details .description .header ul{
    padding: 0px;
    display: flex;
    list-style: none;
    gap: 20px;
}
.details .description .header ul li a i{
    color: var(--hover-color);
}
.details .description h2{
    font-size: 50px;
    font-weight: 900;
}
.details .description h3{
    font-size: 25px;
    margin-bottom: 20px;
}

.details .cart h3{
    font-size: 18px;
    color: #626262;
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 8px;
    margin-bottom: 16px;
}
.details .cart p{
    color: #707070;
}
.details .cart p.price{
    color: black;
    margin-bottom: 6px;
    font-weight: 600;
}
.details .cart p.price span{
    font-size: 20px;
}
.details .cart button{
    font-weight: 600;
}
.details .cart .packages p{
    color: black;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
}
.details .cart .action{
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
    gap: 20px;
    margin-top: 15px;
}
.details .cart .action input{
    width: 25%;
}
.details .cart .action button{
    width: 75%;
}
@media only screen and (max-width: 767px){
    .details .description h2{
        font-size: 35px;
    }
    .details .description h3{
        font-size: 20px;
    }
    .details .cart{
        margin-top: 10px;
    }
    .details .cart h3{
        color: black;
        margin-bottom: 15px;
    }
    .details .mt-5{
        margin-top: 40px !important;
    }
}
/* course detail end */



/* features section start */
.features{
    margin-top: 60px;
    background-color: black;
    padding: 60px 0px;
}
.features h2{
    font-weight: 900;
}
.features .includes .row{
    gap: 33px;
    flex-wrap: nowrap;
    margin: 0px 12rem;
    justify-content: center;
    margin-top: 35px;
}
.features .includes .row .card{
    border-radius: 00px;
    padding: 23px;
    text-align: center;
}
.features .includes .row .card i{
    font-size: 59px;
    color: var(--hover-color);
}
.features .includes .row .card h3{
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 700;
}

.features .topics{
    margin-top: 90px;
}
.features .topics .row{
    margin-top: 35px;
}
.features .topics .topic{
    background: white;
    padding: 30px;
    display: flex;
    border-bottom: 1px solid #a0a0a0;
}
.features .topics .topic .left span{
    font-size: 56px;
    color: #a0a0a0;
    margin-top: -15px;
    margin-right: 25px;
    display: block;
}
.features .topics .topic .right h3{
    font-size: 26px;
    font-weight: 600;
}
.features .topics .topic .right p{
    margin-bottom: 0px;
}

@media only screen and (max-width: 1200px){
    .features .includes .row{
        margin-left: 0px;
        margin-right: 0px;
    }
}
@media only screen and (max-width: 767px){
    .features .includes .row{
        flex-wrap: wrap;
        margin-top: 25px;
    }
    .features .topics {
        margin-top: 70px;
    }
    .features .topics .row{
        margin-top: 25px;
    }
}
@media only screen and (max-width: 512px){
    .features .includes .row{
        gap: 15px;
    }
    .features .topics {
        margin-top: 60px;
    }
    .features .topics .topic .right h3{
        font-size: 24px;
    }
    .features .topics .topic .right p{
        font-size: 15px;
    }
}
/* features section end */



/* courses section start */
section.courses{
    background: black;
    padding: 80px 5px;
}
section.courses .course{
    border: 1px solid #363636;
    width: calc(50% - 35px);
}
section.courses .course img{
    width: 100%;
}
section.courses .course .content .price{
    letter-spacing: 0.6px;
}
section.courses .course .content .price b{
    font-size: 18px;
}
section.courses .course .content .description{
    color: #b1b1b1;
    font-size: 14px;
} 
section.courses .course .content .btn{
    float: right;
}
section.courses .subtitle{
    color: #b1b1b1;
    font-size: 20px;
}
section.courses .course .content .btn{
    padding: 8px 30px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px){
    section.courses {
        padding: 60px 5px;
    }
    section.courses .d-flex{
        gap: 40px !important;
    }
    section.courses .subtitle{
        font-size: 17px;
    }
    section.courses .course{
        width: calc(50% - 20px);
    }
    section.courses .course .btn{
        margin-top: 18px;
    }
}
@media only screen and (max-width: 512px){
    section.courses {
        padding: 45px 5px;
    }
}
@media only screen and (max-width: 425px){
    section.courses .course{
        width: 100%;
    }
    section.courses .d-flex {
        gap: 30px !important;
    }
}
/* courses section end */

/* information section start */
.information{
    background-color: #F0F0F0;
    margin-top: 60px;
    padding: 50px;
}
.information p{
    font-size: 18px;
}

@media only screen and (max-width: 767px){
    .information{
        padding: 30px;
    }
    .information p{
        font-size: 16px;
    }
}
/* information section end */

/* course carousel area start */
.course-carousel{
    padding: 0px 44px;
}
.course-carousel .swiper-wrapper .swiper-slide{
    border: none;
    width: 23%;
    margin-right: 40px;
}
.course-carousel .swiper-wrapper .swiper-slide a{
    text-decoration: none;
}
.course-carousel .swiper-wrapper .swiper-slide img{
    width: 100%;
}
.course-carousel .swiper-wrapper .swiper-slide h2{
    font-size: 18px;
    text-align: center;
    color: black;
    margin-top: 15px;
    font-weight: 500;
    letter-spacing: 0.4px;
}
.course-carousel .swiper-button-prev:after,
.course-carousel .swiper-button-next:after{
    color: black;
    font-size: 30px;
    font-weight: 900;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
    top: 34%;
    left: 0;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
    top: 34%;
    right: 0;
}
.course-carousel h2.button{
    text-align: center;
    margin: 0;
    margin-top: 30px;
}
.course-carousel h2.button a{
    text-decoration: none;
    color: black;
    text-transform: uppercase;
    font-weight: 900;
}
.course-carousel h2.button a i{
    margin-top: -17px;
    vertical-align: middle;
    color: var(--primary-bg);
    font-size: 22px;
}

@media only screen and (max-width: 1024px){
    .course-carousel {
        padding: 0px 39px;
    }
}
@media only screen and (max-width: 767px){
    .course-carousel {
        padding: 0px 29px;
    }
    .course-carousel .swiper-button-prev:after, 
    .course-carousel .swiper-button-next:after{
        font-size: 24px;
    }
    .course-carousel h2.button a{
        font-size: 20px;
    }
    .course-carousel .swiper-wrapper .swiper-slide{
        width: 31%;
        margin-right: 40px;
    }
}
@media only screen and (max-width: 512px){
    .course-carousel .swiper-wrapper .swiper-slide{
        width: 45%;
        margin-right: 30px;
    }
}
/* course carousel area end */

@media only screen and (max-width: 900px)
{
    .banner video{
        width: 100%;
    }
    .title.sub{
        padding-top: 0px !important;
    }
}