* {
    margin: 0;
    padding: 0;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

ul {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
}

header,
section,
main,
nav,
footer,
article,
figure,
hgroup {
    display: block;
    width: 100%;
}

body {
    background-color: #000000;
}

.header-section {
    padding-top: 15px;
    padding-bottom: 15px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #212529;
}

.header-section.isScroll{background-color: #212529 !important;}

.header-section .logo {
    display: block;
    text-decoration: none;
    max-width: 150px;
}
.header-section .logo img{max-width: 100%;max-height: 100%;}

.header-section .logo h1 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

/* #header .logo img{max-width: 100%;max-height: 100%;} */
.header-section .header-right .header-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-section .header-right .header-menu li:not(:last-child) {
    margin-right: 20px;
}

.header-section .header-right .header-menu li a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.header-section .header-right .header-menu li .theme-btn {
    font-size: 14px;
    padding: 5px 15px;
}

.header-section .header-right .menu-btn{font-size: 18px;display: none;color: #fff;line-height: 1;}

.banner-section{position: relative;z-index: 1;}
.banner-section::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.banner-section .slider-box{
    background-size: cover;
    padding-top: 18%;
    padding-bottom: 17%;
    position: relative;
    z-index: 1;
}

.banner-section .slider-box::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.banner-section .slider-box .banner-box {
    width: 60%;
    display: block;
    margin: 0 auto;
}

.banner-section .slider-box .banner-box p {
    font-size: 1.5rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.banner-section .slider-box .banner-box h3 {
    font-size: 4.5rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 35px;
}

.banner-section .banner-carousel .owl-dots{position: absolute;bottom: 0;margin: 0 !important;width: 100%;}

.theme-btn {
    background-color: red;
    color: #fff;
    border-color: red;
    border-radius: 8px;
    padding: .375rem 1rem;
    font-weight: 500;
}

/* contact-section */
.contact-section {
    padding-top: 180px;
    padding-bottom: 120px;
}

.contact-content .title{font-size: 35px;margin-bottom: 15px;}
.contact-content .desc{font-size: 15px;margin: 0;}

/* .contact-section .contact-main {
    display: flex;
} */

.contact-section .contact-main .contact-content {

    color: #fff;
}

.contact-content .list-wrap > li {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.contact-content .list-wrap li .icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #1363DF;
    color: white;
    font-size: 20px;
    line-height: 0;
    margin-right: 15px;
    flex: 0 0 auto;
}

.contact-content .list-wrap li .content ul li a{color: #fff;text-decoration: none;display: inline-block;line-height: 1;}
.contact-content .list-wrap li .content p{margin: 0;}

.contact-section .contact-main .contact-box {
    background-color: #F6F7FA;
    border-radius: 8px;
    border: 1px solid #DAE0E7;
    padding: 30px 45px 40px
}

.contact-section .contact-main .form-control {
    padding: 11px 20px;
    font-size: 15px;
    border-color: #DAE0E7;
    border-radius: 3px;
}

.contact-section .contact-main textarea {
    height: 100px;
    resize: none;
}

/*#btn {*/
/*    background-color: #1363df;*/
/*    margin-top: 20px;*/
/*    padding: 10px 33px 14px 28px;*/
/*    font-size: 15px;*/
/*    color: #fff;*/
/*    border: medium none;*/
/*    border-radius: 4px;*/
/*    text-align: center;*/


/*}*/

.theme-btn:hover {
    background-color: #e12323;
    border-color: #e12323;
}

/* contact */



/* cource-details */

.detail-main {
    padding-top: 160px;
    padding-bottom: 30px;
}


.detail-main .details-left .category {
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    background: #04BC53;
    line-height: 1;
    border-radius: 50px;
    padding: 6px 16px;
    margin: 0 0 12px;
}
.detail-main .details-left .d-title {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

.cource-detals .li {
    margin-left: 10px;
}

.detail-main .cource-menu .d-list {
    margin-right: 20px;
}

.detail-main .details-left .cource-menu {
    color: #fff;
}

.detail-main .details-left .cource-menu .cource-detail {
    text-decoration: none;
}

.detail-main .details-left .cource-menu .cource-detail .cource-blog {
    color: #fff;
    text-align: center;
    width: 50px;
    aspect-ratio: 1;
    display: flex;
}

.cource{background-color: #464646}

.detail-main .details-left .cource-menu .cource-detail .name {
    margin-left: 10px;
    color: #fff;
}

.detail-main .details-left p {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;

}

.detail-main .details-right {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 3px 3px 3px 3px;
}

.detail-main .details-right .details-right-box a:not(:first-child) {
    margin-right: 10px;
    margin-left: 10px;
}

.left-body .nav-tabs,
.left-body .left-title,
.left-body .desc-title{border-color: #212529 !important;}
.left-body .nav-tabs .nav-item.show .nav-link,
.left-body .nav-tabs .nav-link.active{background-color: #212529;border-color: #212529;color: #fff;}

.left-body .info-sec li {
    margin-bottom: 3px;
    color: #fff;
}

.left-body .info-sec .desc-icon {
    color: #1363DF;
    margin-right: 5px;
}

.left-body .currricuram-info .accordion-body .list-info .name {
    margin-left: 10px;
}
.left-body .nav-tabs .nav-link:not(.active){color: #fff;}

.left-body .currricuram-info .accordion-body .list-info .icon {
    margin-left: 10px;
}

.right-top-box {
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #212529;
    overflow:hidden;
    margin-top: -220px;
}

.list-group.info-box .list-group-item{background-color: #212529;color: #fff;}

.right-top-box .image-box{text-align:center;position: relative;padding-top: 60%;}
.right-top-box .image-box img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%;height: 100%;object-fit: cover;}

.right-top-box .info-box .box-icon:not(:first-child) {
    margin-left: 15px;
}
.right-top-box .info-box .box-icon a{color: #fff;display: block;line-height: 1;}
.right-top-box .b-price {
    text-align: center;
    font-size: 20px;
}

.right-top-box .box-btn {
    width: 100%;
}

.right-top-box .box-content {
    padding: 20px;
}

.right-top-box .box-content .box-title,
.right-top-box .box-content .info-price .b-price{color: #fff;}

.right-top-box .box-content .info-box .info-list {
    padding-left: 0;
    padding-right: 0;
}

.right-top-box .box-content .icon {
    width: 20px;
    text-align: center;
}

.right-buttom-box {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 8px;
    background-color: #fff;
}

.tab-content p{color: #fff;}

.right-buttom-box .detail {
    margin-left: 10px;
}

.course-detail-section{padding-bottom: 50px;}

.accordion-box .accordion-item{background-color: #212529;margin-bottom: 20px;}
.accordion-box .accordion-item:last-child{margin-bottom: 0;}
.accordion-box .accordion-item .accordion-button{background-color: #464646;color: #fff;}
.accordion-box .accordion-item .accordion-button:focus{box-shadow: none;}
.accordion-box .accordion-item .accordion-button:after{filter: brightness(0%) invert(1);}
.accordion-box .accordion-item .accordion-body{color: #fff;}
.accordion-box .accordion-item .accordion-body .list-info li.disable{pointer-events: none;opacity: 0.5;}
.accordion-box .accordion-item .accordion-body .list-info li:not(:last-child){margin-bottom: 20px;}
.accordion-box .accordion-item .accordion-body .list-info .icon-video{
    color: #fff;text-decoration: none;
}
/* cource-details */


.b-list-group .course-img {
    aspect-ratio: 1;
    object-fit: cover;
}

/* about-us */

.about-banner-section{padding-top: 0 !important;padding-bottom: 0 !important;}
.about-banner-section .banner-box {
    padding-top: 155px;
    padding-bottom: 100px;

}

.about-banner-section .banner-box .b-title {
    text-align: center;
    margin: 0;
    font-size: 2rem;
    font-weight: 400;
}

/* .banner-section::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #031227;
    opacity: 0.8;
    z-index: -1;
} */

.content-main {
    color: #fff;
    text-align: center;

}

/*.about-content .content-main .left-disc{*/
/*    padding-right:40px;*/
/*}*/

/*.about-content .content-main .right-disc{*/
/*    padding-right:40px;*/
/*}*/

.about-content{padding-top: 110px;}
.about-content .content-box{background-color: #212529;border-radius: 10px;padding: 25px;}

.aboutBox > div{background: #212529;padding: 25px;border-radius: 10px;height: 100%;}
.aboutBox .title{font-size: 1.5rem;}

.content-main .sub-title {
    color: red;
    margin-bottom: 25px;
}

/* .content-main .para {
    text-align: justify;
} */


.sub-main {
    /* text-align: center; */
    color: #fff;
}

.sub-main .title{font-size: 1.5rem;}

/* .sub-main .para {
    text-align: center;
} */

.modal .loader{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.5);display: flex;align-items: center;justify-content: center;z-index: 2;display: none;}
.video-section .loader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.about-body {
    color: #fff;
    margin-top: 80px;
}

.section__title .sub-title {
    display: inline-block;
    line-height: 1;
    background: #cbcdce;
    border-radius: 4px;
    padding: 7px 15px;
    font-weight: bold;
    color: red;
    margin: 0 0 13px;
}

 .fact__item-two {
    background-color: #212529;
    border-radius: 10px;
    padding: 59px 40px 50px;
    margin: 0 0 30px;
}


 .fact__icon-two {
    color: red;
    font-size: 80px;
    line-height: 1;
    margin: 0 0 21px;
}

 .fact__item-two .fact__para {
    color: red;
    margin: 0;
}

.about-layout{display: flex;flex-wrap: wrap;justify-content: space-between;}
.about-layout .box{display: flex;flex-wrap: wrap;width: 48%;}
.about-layout .box figure{background-color: #212529;width: 100px;height: 100px;border-radius: 10px;margin: 0;padding: 25px;display: flex;align-items: center;justify-content: center;}
.about-layout .box figure img{max-width: 100%;max-height: 100%;}
.about-layout .box .content{width: calc(100% - 100px);padding-left: 30px;}
.about-layout .box .content .title{font-size: 1.5rem;color: #fff;}
.about-layout .box .content .para{font-size: 16px;color: #fff;line-height: 25px;}
/* about-us */


/* blog-details */
.blog-standard-area {
    padding-top: 100px;
    padding-bottom: 30px;
}

.blog-standard-main {
    margin-right: 20px;
}

.blog__standard-content .blog__post-meta .detail {
    text-decoration: none;
    color: #fff;
    align-items: center;
}

.blog__standard-content .blog__post-meta .detail .name {
    margin-left: 10px;
}

.blog__standard-content .blog__post-meta .b-list .blog {
    color: #fff;
    text-align: center;
    width: 50px;
    aspect-ratio: 1;
    display: flex;
}

.blog__standard-content .title {
    color: #fff;
}

.blog__standard-content .para {
    color: #fff;
}

.blog__standard-content img{max-width: 100%;height: auto;}

.blog__standard-content .blog__post-meta .b-list {
    margin-right: 30px;
    margin-top: 10px;
    color: #fff;
}

.blog-widget .widget-title {
    color: #e12323;
}

.blog-widget .shop-cat-list {
    color: white;
}

.blog__cat-meta .list {
    margin-top: 10px;
    margin-bottom: 10px;
}

.rc-post-item {
    margin-top: 20px;
    display: flex;
}

.rc-post-thumb{width: 90px;}
.rc-post-thumb > a {
    object-fit: cover;
    aspect-ratio: 1;
    display: block;
}

.rc-post-thumb > a img{width: 100%;height: 100%;object-fit: cover;}

.rc-post-content {
    padding-left: 20px;
}

.rc-post-content .title {
    font-size: 16px;
    color: #fff;
    line-height: 1.35;
}

.rc-post-content .date {
    font-size: 12px;
    color: #fff;
}

/* blog-details */


/* cource-description */
.main-cource {
    margin-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
}

.main-cource .entry-title {
    margin-top: 15px;
    color: #e12323;
    font-size: 22px;
}

.main-cource .heading {
    color: #fff;
}

.main-cource .paragraph {
    color: #fff;
}

.main-cource .learn-about-right .full-detals-developer {
    color: #fff;
}

.main-cource .learn-about-right .full-detals-developer .developer-image {
    object-fit: cover;
    width: 60px;
    aspect-ratio: 1;
}

.main-cource .learn-about-right .full-detals-developer .developer-heading {
    color: #e12323;
}

.main-cource .learn-about-right .full-detals-developer .developer {
    align-items: center;
    display: inline-block;
}

.main-cource .learn-about-right .full-detals-developer .developer .developer-info {
    margin-left: 20px;
}

.main-cource .learn-about-right .full-detals-developer .developer .developer-info .name {
    font-family: poppins, Sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.main-cource .learn-about-right .full-detals-developer .developer .developer-info .title {
    color: #9a9a9a;
    font-size: 14px;
    margin-top: 2px;
    margin: 0px;
}

.main-cource .learn-about .learn-about-left .elementor-full .elementor-icon-list-item {
    display: flex;
    font-size: 20px;
    color: #1363DF;
    position: relative;
    align-items: center;
}

.main-cource .learn-about .learn-about-left .elementor-full .elementor-icon-list-text {
    color: #ffffff;
    margin-left: 10px;
}


.learndash-wrapper .list {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #e2e7ed;
    border-radius: 6px;
    margin-bottom: 12px;
    background: #fff;
}

.learndash-wrapper .list .learndash-full .learndash-list-item {
    font-size: 23px;
}

.learndash-wrapper .list .learndash-full .learndash-list-item .learndash-list-icon {
    color: #1363DF;
}

.learndash-wrapper .list .learndash-full .learndash-list-item .learndash-list-text {
    margin-left: 10px;
    text-decoration: none;
    color: #000000;

}

/* cource-description */


/*video-details*/
.video-section{padding-top: 100px;}
.video-info {
    padding: 0 50px;
    color: #fff;
}
.video-info .completed{
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}

.video-info .cource-name {
    font-size: 35px;
    margin-bottom: 10px;
}

.video-info .cource-title {
    background: #f0f3f6;
    border-radius: 6px;
    display: block;
}

.video-info .cource-title .breadcrumb {
    background-color: #212529;
    border-radius: 5px;
    padding: 5px 15px;
    margin: 0;
}

.video-info .cource-title .breadcrumb .breadcrumb-item a {
    text-decoration: none;
    color: #fff;
}
.video-info .cource-title .breadcrumb .breadcrumb-item.active{color: red;}
.video-info .cource-title .breadcrumb .breadcrumb-item+.breadcrumb-item::before{color: #fff;}

.video-info .cource-title .title-info {
    text-decoration: none;
    font-size: 15px;
    color: #000000;
}

.video-info .cource-sub-title {
    font-size: 20px;

}

.video-info .para {
    font-size: 18px;
    color: #f0f3f6;
    ;
}

.video-info .next-info {
    border-top: 2px solid #e2e7ed;
    padding: 1em 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    color: #00a2e8;
}

.video-info .next-info .next-lession .next-btn {
    border-radius: 50px;
    background-color: #00a2e8;
    color: #fff;
    padding: 6px;
    align-items: center;
    border-color: #00a2e8;
    display: flex;
}
.video-info .next-info .next-lession .next-btn i{font-size: 20px;margin-left: 10px;}
.video-section .cource-video > div{width: 100%;}

.topic-menu{background-color: #212529;position: sticky;top: 70px;margin-bottom: 15px !important;}
.topic-menu li a{color: #fff;text-decoration: none;position: relative;display: flex;align-items: center;}
.topic-menu > li:not(:first-child){border-top: 1px solid #464646;}
.topic-menu > li > a{font-size: 18px;border-left: 3px solid transparent;padding: 12px 10px 12px 25px;justify-content: space-between;}
.topic-menu li.active > a{border-color: red;color: red;}
.topic-menu li.active > a .icon{transform: rotate(180deg);}
.topic-menu li.active .sub-menu{display: block;}
.topic-menu li .sub-menu li{margin-bottom: 15px;}
.topic-menu li a .icon{margin-left: 10px;}
.topic-menu li a span{overflow: hidden;text-overflow: ellipsis;white-space: pre;}
/* .topic-menu > li.sub > a::after{content: "\f107";font-family: "Font Awesome 5 Free";display: block;font-weight: 900;display: inline-block;margin-left: 10px;} */
.topic-menu .sub-menu{padding-left: 55px !important;margin-top: 10px !important;display: none;}
/*video-details*/

/*quiz-details*/
.quiz-step-box{margin-bottom: 50px;}
.quiz-step-box .btn-part{margin-top: 50px;}
.quiz-step-box .btn-part button{
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
    line-height: 1;
}

.quiz-step-box .quiz-step .answer-box{margin-top: 35px;}
.quiz-step-box .quiz-step .answer-box ul li:not(:last-child){margin-bottom: 15px;}

/* Custom radio button container */
.radio-container {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
}

/* Hide the default radio input */
.radio-container input[type="radio"] {
    position: absolute;
    opacity: 0;
}

/* Custom radio button */
.radio-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px; /* Adjust this value to control the size of the radio button */
    width: 20px; /* Adjust this value to control the size of the radio button */
    background-color: #fff;
    border: 2px solid #007bff; /* Radio button border color */
    border-radius: 50%;
}

/* Checked state of the custom radio button */
.radio-container input[type="radio"]:checked + .radio-checkmark::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 10px; /* Adjust this value to control the size of the radio button dot */
    width: 10px; /* Adjust this value to control the size of the radio button dot */
    background-color: #007bff; /* Radio button dot color */
    border-radius: 50%;
    display: block;
}
/*quiz-details*/

.about-section {
    padding-top: 150px;
    padding-bottom: 100px;
}

.about-section .image-box{position: relative;padding-top: 75%;}
.about-section .image-box img{width: 100%;height:100%;position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);object-fit: cover;}

.about-section .content-box .title{text-decoration:none;line-height: 1.3;display: inline-block;}
.about-section .content-box .description{display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.about-section .content-box .para {
    color: #fff;
}

.services-section {
    padding-top: 130px;
    /* padding-bottom: 50px; */
}

.services-section .services-box .cat-item {
    border-radius: 8px;
    height: 100%;
    text-align: center;
}

.services-section .services-box .cat-item img {
    width:100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all;
}

.services-section .services-box .cat-item:hover img {
    transform: scale(1.3);
}

.services-section .services-box .cat-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.services-section .services-box .cat-overlay span {
    color: red;
    font-weight: 500;
}


.testimonial-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.testimonial-section .testimonial-carousel .testimonial-box i.fa {
    color: red;
}

.testimonial-section .testimonial-carousel .testimonial-box h4 {
    color: #fff;
}

.testimonial-section .testimonial-carousel .testimonial-box img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.testimonial-section .testimonial-carousel .testimonial-box h5 {
    color: #fff;
}

.testimonial-section .testimonial-carousel .testimonial-box span {
    color: red;
}

.testimonial-section .testimonial-carousel .owl-dots {
    margin-top: 25px !important;
}

.testimonial-section .testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 8px;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #fff;
}

.testimonial-section .testimonial-carousel .owl-dots .owl-dot:after {
    position: absolute;
    content: "";
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    border: 2px solid #fff;
    border-radius: 20px;
}

.testimonial-section .testimonial-carousel .owl-dots .owl-dot span {
    opacity: 0;
}

.testimonial-section .testimonial-carousel .owl-dots .owl-dot.active {
    background-color: red;
}

.section .title {
    color: #fff;
    font-size:2rem;;
}

.section .sub-title {
    color: red;
}

.blog-section {
    padding-top: 120px;
    padding-bottom: 50px;
}

.blog-section .blog-box{min-height: 420px;}
.blog-section .blog-box .blog-item {
    border-radius: 8px;
    height: 100%;
}

.blog-section .blog-box .blog-item .blog-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(rgba(68, 66, 90, 0), #44425a);
    z-index: 1;
}

.blog-section .blog-box .blog-item .blog-overlay h5 {
    color: #fff;
}

.blog-section .blog-box .blog-item .blog-overlay p {
    color: red;
}

.blog-section .blog-box .blog-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all;
}

.blog-section .blog-box .blog-item:hover img {
    transform: scale(1.2);
}

/* * login */


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.form-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.full-form {
    border-radius: 10px;
    position: relative;
    max-width: 850px;
    width: 100%;
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    perspective: 2700px;
}

.cover {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 50%;
    z-index: 98;
    transition: all 1s ease;
    transform-origin: left;
    transform-style: preserve-3d;
}

#flip:checked~.cover {
    transform: rotateY(-180deg);
}
#flip:checked~.cover .front{backface-visibility: hidden;}
#flip:checked~.cover .back{backface-visibility: visible;z-index: 999;}

.cover .front,
.cover .back {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.cover .back {
    transform: rotateY(180deg);
    backface-visibility: hidden;
}

.cover::before,
.cover::after {
    border-radius: 10px;
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #b81313;
    opacity: 0.5;
    z-index: 12;
}

.cover::after {
    opacity: 0.3;
    transform: rotateY(180deg);
    backface-visibility: hidden;
}

.cover img {
    border-radius: 10px;
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 10;
}

.cover .text {
    position: absolute;
    z-index: 130;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.text .text-1,
.cover .text .text-2 {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.cover .text .text-2 {
    font-size: 15px;
    font-weight: 500;
}

.forms {
    height: 100%;
    width: 100%;
    background: #fff;
}

.form-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-content .login-form,
.form-content .signup-form {
    width: calc(100% / 2 - 25px);
}

.form-content .login-form .forgot-box{display: none;}
#forgot{display: none;}
#forgot:checked ~ .forms .login-form .login-box{display: none;}
#forgot:checked ~ .forms .login-form .forgot-box{display: block;}

.forms .form-content .title {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #333;
}

.forms .form-content .title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 25px;
    background: #b81313;
}

.forms .signup-form .title:before {
    width: 20px;
}

.forms .form-content .input-boxes {
    margin-top: 30px;
}

.forms .form-content .input-box {
    display: flex;
    align-items: center;
    height: 50px;
    width: 100%;
    margin: 10px 0;
    position: relative;
}

.form-content .input-box input {
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.form-content .input-box input:focus,
.form-content .input-box input:valid {
    border-color: #b81313;
}

.form-content .input-box i {
    position: absolute;
    color: #b81313;
    font-size: 17px;
}

.forms .form-content .text {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.forms .form-content .text a {
    text-decoration: none;
}

.forms .form-content .text a:hover {
    text-decoration: underline;
}

.forms .form-content .button {
    color: #fff;
    margin-top: 40px;
}

.forms .form-content .button input {
    color: #fff;
    background: #b81313;
    border-radius: 6px;
    padding: 0;
    cursor: pointer;
    transition: all 0.4s ease;
}

.forms .form-content .button input:hover {
    background: #b81313
}

.forms .form-content label {
    color: #b81313;
    cursor: pointer;
}

.forms .form-content label:hover {
    text-decoration: underline;
}

.forms .form-content .login-text,
.forms .form-content .sign-up-text {
    text-align: center;
    margin-top: 25px;
}

.container #flip {
    display: none;
}

span.error{font-size: 12px;color: red;}
/* login */

/* Template */
.courses__grid-wrap {
    padding-top: 100px;
    padding-bottom: 50px;
}

.courses__grid-wrap .courses__item-two {
    background-color: #ffff;
    border-radius: 6px;
    box-shadow: none;
    padding: 15px;
}

.courses__grid-wrap .courses__item-two-content {
    padding: 16px 7px 5px 7px;
    color: #6c757d;
}

.courses__item-two-content .courses__item-tag {
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    color: #fff;
    background: #04BC53;
    line-height: 1;
    border-radius: 50px;
    padding: 5px 12px;
    margin: 0 0 12px;
}
.courses__item-bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0 0;
    margin: 20px 0 0;
    border-top: 1px solid #6c757d;
}
.courses__item-two-content .title {
    text-decoration: none;
    color: #000;
    font-size: 22px;
    margin: 0 0 16px;
}
.courses__item-two-content .courses__item-bottom .course__price .price {
    margin: 0;
    color: #080808;
}
.courses__item-two-content .courses__item-bottom .courses__item-buying .buy-now{
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    background: #236be1;
    line-height: 1;
    border-radius: 20px;
    padding: 10px 20px;
    margin: 0;
    text-transform: capitalize;
    border: 0;
}

.courses__grid-wrap .courses__item-two-thumb .author img {
    max-width: 50px;
    width: auto;
    height: auto;
    border: 3px solid #FFFFFF;
    border-radius: 50px;
}
.courses__grid-wrap .courses__item-two-thumb .shine__animate-link{
    display: block;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
    padding-top: 50%;
}
.courses__grid-wrap .courses__item-two-thumb .shine__animate-link img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.courses__item-two-content .courses__item-meta {
    gap: 22px;
}
.courses__item-two-content .courses__item-meta .icon{
    color: #b81313;
}

.courses__item-two-content .courses__item-meta li {
    line-height: 1;
    color: #000;
}
/* Template */

/* student-dashboard */
.student-deshboard-section{padding-top: 65px;}
.rbt-dashboard {
    border-radius: 10px;
    background: #212529;
}

.rbt-tutor-information {
    padding: 40px;
}

.rbt-tutor-information-left {
    align-items: center;
}

.rbt-title-style-3 {
    font-size: 24px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgb(139, 138, 138);
    color: #fff;
}

.rbt-dashboard .rbt-tutor-information .rbt-tutor-information-left .tutor-content {
    color: #000000;
}

.rbt-tutor-information .tutor-content li {
    margin-right: 20px;
    color: #fff;
}

.rbt-tutor-information-left .tutor-content .title {
    font-size: 30px;
    color: #fff;
}

.rbt-default-sidebar .content-item-content {
    border-radius: 10px;
    background: #212529;
    padding: 30px;
    color: #fff;
}

.rbt-default-sidebar-wrapper .rbt-default-sidebar-list li+li {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #6b7385;
}

.rbt-default-sidebar-wrapper .rbt-default-sidebar-list li i {
    font-size: 16px;
    width: 18px;
    text-align: center;
}

.rbt-default-sidebar-wrapper .rbt-default-sidebar-list li a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}

.rbt-default-sidebar-wrapper .rbt-default-sidebar-list li.active a{
    color: red;
}

.rbt-default-sidebar-wrapper .rbt-default-sidebar-list li span {
    font-size: 16px;
    line-height: 26px;
    padding-left: 10px;
}

.rbt-shadow-box {
    border-radius: 10px;
    background: #212529;
    overflow: hidden;
    padding: 30px;
}

.rbt-counterup {
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 30px 30px 50px;
    z-index: 1;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.rbt-counterup .inner .rbt-round-icon {
    margin-bottom: 20px;
    background: #212529;
    width: 100px;
    margin-right: auto;
    margin-left: auto;
    height: 100px;
    padding: 25px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.rbt-counterup .inner .content .counter {
    font-size: 50px;
    color: #000;
}

.rbt-round-icon i {
    font-size: 24px;
    color: #fff;
}
/* student-dashboard */

/* student-profile */
.rbt-dashboard-content .rbt-profile-row {
    font-size: 20px;
}
.rbt-dashboard-content .rbt-profile-row .rbt-profile-content{color: #fff;}
/* student-profile */

/* enrolled dashboard */
.col-enrolled .courses__item-two {
    background-color: black;
    border-radius: 6px;
    box-shadow: none;
    padding: 15px;
}

.col-enrolled .courses__item-two .courses__item-two-content .title {
    text-decoration: none;
    color: #fcfcfc;
    font-size: 17px;
    margin: 0 0 16px;
}

.col-enrolled .courses__item-two-content .courses__item-meta {
    gap: 6px 7px;
    margin: 0 0;
}

.col-enrolled .courses__item-two-content .courses__item-meta .icon {
    color: #b81313;
}

.col-enrolled .courses__item-two-content .courses__item-meta li {
    line-height: 1;
    color: #fafafa;
}

.tab-content .courses__grid-wrap{padding: 0;}

.single-progress {
    position: relative;
    overflow: hidden;
    color: #fff;
}

.progress {
    height: 6px;
    overflow: visible;
    border-radius: 10px;
}

.progress .progress-bar.bar-color-success {
    background: #3EB75E;
}

.progress .progress-number {
    color: #fff;
    position: absolute;
    font-size: 14px;
    top: 0;
    line-height: 1.25;
    right: 0;
    z-index: 1;
}

.rbt-btn.btn-sm {
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    background: #236be1;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 16px;
    height: auto;
    display: block;
    line-height: 1;
}

.course-btn-part{
    grid-gap: 10px;
    display: flex;
    flex-wrap: wrap;
}
.course-btn-part a{
    flex: 1;
}
/* enrolled-dashboard */

/* setting */
.tab-button-style-2 li a.active {
    border: 0 none;
    outline: none;
    color: red;
}

.tab-button-style-2 li a::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    background-color: red;
    transform: scaleX(0);
    transition: transform 0.3s;
}

.tab-button-style-2 li a.active::after {
    transform: scaleX(1);
}

.tab-button-style-2 {
    border-bottom: 3px solid #e6e3f1;
    margin-bottom: 30px;
    padding: 0;
    list-style: none;
}

.rbt-dashboard-content .rbt-tutor-information{background-color: #000 !important;}

.tutor-bg-photo {
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.rbt-dashboard-content-wrapper .rbt-tutor-information {
    border-radius: 10px;
}

.rbt-tutor-information-left .rbt-avatars {
    border-radius: 50%;
    object-fit: cover;
    width: 150px;
    border: #383333 solid 6px;
    margin-right: 20px;
    position: relative;
    aspect-ratio: 1;
}

.rbt-tutor-information-left .rbt-avatars img {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 4px;
    object-fit: cover;
    border-radius: 50%;
}

.rbt-tutor-information-left .rbt-avatars .rbt-edit-photo-inner {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    bottom: 0;
    right: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.rbt-tutor-information-left .rbt-avatars .rbt-edit-photo-inner .rbt-edit-photo {
    color: white;
    /* width: 100%;
    height: 100%; */
    border: 0;
    font-size: 15px;
}

.rbt-tutor-information .rbt-tutor-information-left .tutor-content {
    color: #ffff;
}

.tab-button-style-2 li a {
    text-decoration: none;
    color: #000;
}

.tab-button-style-2 li a .title {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 500;
}

.tab-button-style-2 li {
    margin-top: 0;
    margin-bottom: 0;
    color: #6b7385;
}


.tab-button-style-2 li a .title {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 500;
}

.tab-button-style-2 li a {
    position: relative;
    display: block;
    outline: none;
    padding: 16px 28px;
    border: 0 none;
    box-shadow: none;
    color: #fff;
}

.rbt-default-form .rbt-form-group{margin-bottom: 15px;}
.rbt-default-form .rbt-form-group label {
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
}

.checkout-form input,
.checkout-form textarea,
.rbt-default-form input,
.rbt-default-form textarea {
    width: 100%;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 6px;
    line-height: 23px;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
}
.checkout-form input::placeholder,
.checkout-form textarea::placeholder,
.rbt-default-form input::placeholder,
.rbt-default-form textarea::placeholder{color: #fff;}

.checkout-form label,
.rbt-default-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
}

.rbt-modern-select .bootstrap-select .w-100 {
    border-radius: 6px;
    line-height: 23px;
    padding: 13px 20px;
    font-size: 14px;
    border: 2px solid rgba(64, 13, 13, 0.196);
    margin-bottom: 15px;
    width: 100% !important;
}

.rbt-default-form .rbt-form-group a {
    text-decoration: none;
}

.rbt-btn {
    padding: 0 26px;
    background: #007bff;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    border-radius: 6px;
    border: 0 none;
    outline: none;
}
/* setting*/

/* Quiz Result */
.quiz-result-box{
    max-width: 600px;
    margin: 0 auto 50px;
}
.quiz-result {
    background-color: #212529;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.quiz-result table {
    width: 100%;
    border-collapse: collapse;
}

.quiz-result th, .quiz-result td {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.quiz-result table thead {
    background-color: #fff;
    color: #000;
}

.quiz-result table tbody th,
.quiz-result table tbody td{color: #fff;}

.quiz-result table th {
    font-weight: bold;
}

.quiz-result .correct {
    color: green;
}

.quiz-result .wrong {
    color: red;
}

.quiz-result-box .btn-part{margin-top: 35px;}
.quiz-result-box .btn-part .btn:not(:last-child){margin-right: 15px;}
/* Quiz Result */

.auth-google-btn{
    border: 1.5px solid #e7e7e9;
    border-radius: 25px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #0d0c22;
    text-decoration: none;
    margin-top: 25px;
}
.auth-google-btn svg{margin-right: 10px;}

.service-detail-section{padding-top: 50px;padding-bottom: 50px;}
.service-detail-section .detail-box:not(:last-child){margin-bottom: 40px;}
.service-detail-section .detail-box p{color: #fff;}
.service-detail-section .service-detail-left-box .title{color: #e03e2d;font-size: 28px;margin-bottom: 20px;}
.service-detail-section .service-detail-left-box .desc{color: #fff;font-size: 16px;margin-bottom: 10px;}
.service-detail-section .service-detail-left-box .desc:last-child{margin-bottom: 0;}
.service-detail-section .service-detail-img-box{width: 50%;float: right;margin: 0 0 20px 20px;}
.service-detail-section .service-detail-img-box figure{margin: 0;}

.footer-section {
    background-color: #212529;
    padding-top: 50px;
}

.footer-section .footer-box .title,
.footer-section .footer-box p {
    color: #fff;
}

.footer-section .footer-box .footer-menu li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-section .footer-box .footer-menu li a {
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
}
.footer-section .footer-box .footer-menu li a p{margin: 0;overflow: hidden;text-overflow: ellipsis;white-space: pre;}
.footer-section .copyright {
    color: #fff;
}
