body{
    font-family:'Poppins', sans-serif;
    background:#000;
    color:#fff;
}

.offer-bar{
    background:#ef2b2d;
    padding:10px;
    overflow:hidden;
    white-space:nowrap;
}

.offer-track{
    animation:scrollText 20s linear infinite;
}

@keyframes scrollText{
    from{transform:translateX(100%);}
    to{transform:translateX(-100%);}
}

.hero-section{
    background:#050505;
}

.logo-img{
    width:190px;
}

.nav-link{
    color:#fff !important;
}

.hero-container{
    padding:80px 0;
}

.learn-text{
    font-size:50px;
    color:#f5d25c;
}

.hero-left h1{
    font-size:65px;
    font-weight:800;
}

.enroll-btn{
    background:#f5d25c;
    color:#000;
    padding:14px 35px;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
}

.magician-img{
    border-radius:20px;
    max-height:650px;
    object-fit:cover;
}

.bottom-strip{
    background:#e2b640;
    color:#000;
    padding:12px;
    text-align:center;
    font-weight:700;
}

.explore-title{
    padding:40px 0;
}

.course-section{
    padding:80px 0;
}

.course-card{
    background:#111;
    border-radius:20px;
    overflow:hidden;
    transition:0.4s;
}

.course-card:hover{
    transform:translateY(-10px) scale(1.02);
}

.course-img-wrap{
    position:relative;
    overflow:hidden;
}

.course-img{
    height:280px;
    width:100%;
    object-fit:cover;
    transition:0.4s;
}

.course-card:hover .course-img{
    transform:scale(1.08);
}

.cart-btn{
    position:absolute;
    left:50%;
    bottom:-60px;
    transform:translateX(-50%);
    background:#f5d25c;
    border:none;
    padding:12px 25px;
    border-radius:40px;
    font-weight:700;
    transition:0.4s;
    opacity:0;
}

.course-card:hover .cart-btn{
    bottom:20px;
    opacity:1;
}

.course-content{
    padding:25px;
}

.badge-course{
    background:#222;
    color:#f5d25c;
    padding:6px 14px;
    border-radius:10px;
}

.course-content h3{
    margin-top:20px;
    font-size:30px;
}

.new-price{
    font-size:35px;
    font-weight:700;
}

.old-price{
    text-decoration:line-through;
    color:#888;
}

.discount{
    color:#f5d25c;
    font-weight:700;
}

.course-points li{
    margin-bottom:10px;
}

.footer-section{
    padding:30px 0;
    border-top:1px solid #222;
}

@media(max-width:768px){

    .hero-left{
        text-align:center;
        margin-bottom:40px;
    }

    .hero-left h1{
        font-size:40px;
    }

    .learn-text{
        font-size:35px;
    }

}
.counter-section{
    background:#0a0a0a;
}

.counter-box{
    background:#111;
    padding:40px 20px;
    border-radius:20px;
    transition:0.4s;
}

.counter-box:hover{
    transform:translateY(-8px);
}

.counter-box h2{
    font-size:55px;
    color:#f5d25c;
    font-weight:700;
    margin-bottom:10px;
}

.counter-box p{
    color:#d1d1d1;
    font-size:18px;
}

.instructor-section{
    background:#000;
}

.instructor-img-wrap{
    text-align:center;
}

.instructor-img{
    border-radius:25px;
    max-height:650px;
    object-fit:cover;
}

.section-mini-title{
    color:#f5d25c;
    font-size:15px;
    text-transform:uppercase;
    letter-spacing:2px;
    display:block;
    margin-bottom:15px;
}

.section-main-title{
    font-size:52px;
    font-weight:700;
    color:#fff;
    margin-bottom:25px;
}

.instructor-text{
    color:#c9c9c9;
    line-height:1.9;
    margin-bottom:25px;
}

.inst-point{
    margin-bottom:18px;
    color:#fff;
    font-weight:500;
}

.inst-point i{
    color:#f5d25c;
    margin-right:10px;
}

.instructor-btn{
    display:inline-block;
    margin-top:25px;
    background:#f5d25c;
    color:#000;
    padding:14px 35px;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
    transition:0.4s;
}

.instructor-btn:hover{
    background:#fff;
    transform:translateY(-3px);
}

.student-review-section{
    background:#080808;
}

.review-card{
    background:#111;
    padding:35px;
    border-radius:20px;
    transition:0.4s;
    height:100%;
    border:1px solid rgba(255,255,255,0.06);
}

.review-card:hover{
    transform:translateY(-10px);
}

.review-stars{
    color:#f5d25c;
}

.review-card p{
    color:#d1d1d1;
    line-height:1.8;
}

.review-user{
    display:flex;
    align-items:center;
    margin-top:25px;
}

.review-user-img{
    width:60px;
    height:60px;
    border-radius:50%;
    object-fit:cover;
    margin-right:15px;
}

.review-user h5{
    color:#fff;
    margin-bottom:5px;
}

.review-user span{
    color:#aaa;
    font-size:14px;
}

@media(max-width:991px){

    .section-main-title{
        font-size:38px;
    }

    .counter-box h2{
        font-size:42px;
    }

}

@media(max-width:767px){

    .section-main-title{
        font-size:30px;
    }

    .counter-box{
        padding:30px 15px;
    }

}

.student-review-section{
    background:#080808;
    overflow:hidden;
}

.review-card{
    background:#111;
    padding:35px;
    border-radius:20px;
    transition:0.4s;
    height:100%;
    border:1px solid rgba(255,255,255,0.06);
}

.review-card:hover{
    transform:translateY(-10px);
}

.review-stars{
    color:#f5d25c;
}

.review-card p{
    color:#d1d1d1;
    line-height:1.8;
}

.review-user{
    display:flex;
    align-items:center;
    margin-top:25px;
}

.review-user-img{
    width:60px;
    height:60px;
    border-radius:50%;
    object-fit:cover;
    margin-right:15px;
}

.review-user h5{
    color:#fff;
    margin-bottom:5px;
}

.review-user span{
    color:#aaa;
    font-size:14px;
}

.carousel-control-prev,
.carousel-control-next{
    width:50px;
    height:50px;
    background:#f5d25c;
    border-radius:50%;
    top:50%;
    transform:translateY(-50%);
    opacity:1;
}

.carousel-control-prev{
    left:-25px;
}

.carousel-control-next{
    right:-25px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
    filter:invert(1);
    width:20px;
    height:20px;
}

.carousel-indicators button{
    width:12px !important;
    height:12px !important;
    border-radius:50%;
    background:#f5d25c !important;
}

@media(max-width:991px){

    .carousel-control-prev{
        left:0;
    }

    .carousel-control-next{
        right:0;
    }

}


/*New*/
body{
    background:#000;
    font-family:'Poppins',sans-serif;
}

/* SECTION */
.magic-course-section{
    background:#000;
    padding:70px 0;
    color:#fff;
}

/* CARD */
.magic-course-card{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
    flex-wrap:wrap;
}

/* LEFT */
.magic-left{
    flex:1;
    min-width:320px;
    text-align:center;
    position:relative;
}

.book-stack{
    position:relative;
    width:360px;
    margin:auto;
}

/* BOOKS */
.book{
    width:240px;
    border-radius:6px;
    box-shadow:0 15px 35px rgba(0,0,0,0.6);
}

.back-book{
    position:absolute;
    left:0;
    top:0;
    transform:rotate(-2deg);
}

.front-book{
    position:relative;
    left:90px;
    top:60px;
    z-index:2;
}

/* POPULAR TAG */
.popular-tag{
    position:absolute;
    left:-20px;
    top:140px;
    background:#ff1f1f;
    color:#fff;
    font-weight:700;
    font-size:32px;
    line-height:1.1;
    padding:20px 28px;
    border-radius:8px;
    z-index:5;
    box-shadow:0 10px 20px rgba(0,0,0,0.4);
}

/* KNOW MORE */
.know-more{
    display:inline-block;
    margin-top:100px;
    color:#fff;
    text-decoration:underline;
    font-size:20px;
}

/* RIGHT */
.magic-right{
    flex:1;
    min-width:350px;
}

/* TAG */
.course-tag{
    display:inline-block;
    background:#2f2f2f;
    color:#d8d8d8;
    padding:6px 14px;
    border-radius:5px;
    font-size:14px;
    margin-bottom:15px;
}

/* TITLE */
.course-title{
    font-size:64px;
    line-height:1.1;
    font-weight:700;
    color:#ffd633;
    margin-bottom:18px;
}

/* RATING */
.rating-wrap{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:25px;
    flex-wrap:wrap;
}

.stars{
    color:#ffd633;
    font-size:22px;
    letter-spacing:2px;
}

.rating-wrap span{
    font-size:20px;
    color:#ddd;
}

.rating-wrap small{
    color:#aaa;
}

/* PRICE */
.price-wrap{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:25px;
    flex-wrap:wrap;
}

.new-price{
    font-size:58px;
    font-weight:700;
    color:#fff;
}

.old-price{
    color:#777;
    text-decoration:line-through;
    font-size:30px;
}

.discount{
    color:#ffd633;
    font-size:26px;
    font-weight:600;
}

/* LINE */
.yellow-line{
    width:100%;
    height:2px;
    background:#d8a400;
    margin:30px 0;
}

/* DETAILS */
.details-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
}

.detail-box h4{
    color:#ffd633;
    font-size:34px;
    margin-bottom:20px;
    font-weight:600;
}

.detail-box ul{
    padding-left:20px;
}

.detail-box ul li{
    margin-bottom:14px;
    color:#eee;
    font-size:22px;
    line-height:1.6;
}

/* BUTTONS */
.btn-wrap{
    display:flex;
    gap:25px;
    margin-top:45px;
    flex-wrap:wrap;
}

/* BUY BUTTON */
.buy-btn{
    background:#ffd633;
    color:#000;
    text-decoration:none;
    padding:18px 50px;
    border-radius:50px;
    font-size:28px;
    font-weight:700;
    transition:0.3s;
}

.buy-btn:hover{
    background:#fff;
}

/* CART BUTTON */
.cart-btn{
    border:3px solid #ffd633;
    color:#ffd633;
    text-decoration:none;
    padding:18px 50px;
    border-radius:50px;
    font-size:28px;
    font-weight:700;
    transition:0.3s;
}

.cart-btn:hover{
    background:#ffd633;
    color:#000;
}

/* RESPONSIVE */
@media(max-width:991px){

    .magic-course-card{
        flex-direction:column;
        text-align:center;
    }

    .details-grid{
        grid-template-columns:1fr;
    }

    .course-title{
        font-size:42px;
    }

    .new-price{
        font-size:42px;
    }

    .detail-box h4{
        font-size:28px;
    }

    .detail-box ul li{
        font-size:18px;
    }

    .btn-wrap{
        justify-content:center;
    }

    .book-stack{
        width:280px;
    }

    .book{
        width:180px;
    }

    .front-book{
        left:60px;
    }

    .popular-tag{
        font-size:22px;
        padding:14px 18px;
        top:100px;
    }
}

/*new2*/
body{
    background:#000;
    font-family:'Poppins',sans-serif;
}

/* SECTION */
.magic-course-list{
    background:#000;
    color:#fff;
    padding:70px 0;
}

/* ROW */
.course-row{
    background:#000;
}

/* LEFT IMAGE AREA */
.course-book-wrap{
    position:relative;
    width:380px;
    margin:auto;
    padding-top:30px;
}

/* BACK BOOK */
.course-book-wrap::before{
    content:"";
    position:absolute;
    width:230px;
    height:320px;
    background:url('assets/images/p1.png') no-repeat center/cover;
    left:0;
    top:0;
    transform:rotate(-2deg);
    border-radius:6px;
    box-shadow:0 10px 25px rgba(0,0,0,0.6);
}

/* FRONT BOOK */
.course-book{
    position:relative;
    width:230px;
    left:90px;
    top:60px;
    z-index:2;
    border-radius:6px;
    box-shadow:0 10px 25px rgba(0,0,0,0.6);
}

/* MOST POPULAR */
.course-book-wrap::after{
    content:"MOST\A POPULAR";
    white-space:pre;
    position:absolute;
    left:-25px;
    top:140px;
    background:#ff1e1e;
    color:#fff;
    font-size:30px;
    font-weight:700;
    line-height:1.1;
    padding:18px 22px;
    border-radius:6px;
    z-index:5;
}

/* KNOW MORE */
.know-more{
    display:inline-block;
    margin-top:100px;
    color:#fff;
    font-size:20px;
    text-decoration:underline;
}

/* TAG */
.course-tag{
    background:#2e2e2e;
    color:#d6d6d6;
    font-size:14px;
    padding:6px 14px;
    border-radius:5px;
    display:inline-block;
    margin-bottom:15px;
}

/* TITLE */
.magic-title{
    font-size:64px;
    font-weight:700;
    line-height:1.05;
    color:#ffd633;
    margin-bottom:20px;
}

/* RATING */
.magic-rating{
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
}

.magic-rating i{
    color:#ffd633;
    font-size:18px;
}

.magic-rating span{
    color:#d7d7d7;
    font-size:18px;
}

/* PRICE */
.magic-price{
    margin-top:20px;
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
}

.new-price{
    font-size:58px;
    font-weight:700;
    color:#fff;
}

.old-price{
    font-size:28px;
    color:#666;
    text-decoration:line-through;
}

.discount{
    color:#ffd633;
    font-size:24px;
    font-weight:600;
}

/* LINE */
.yellow-line{
    width:100%;
    height:2px;
    background:#c79c00;
    margin:28px 0 35px;
}

/* DETAILS */
.course-details h5{
    color:#ffd633;
    font-size:34px;
    font-weight:600;
    margin-bottom:20px;
}

.course-details ul{
    padding-left:20px;
}

.course-details ul li{
    font-size:22px;
    line-height:1.7;
    color:#eee;
    margin-bottom:8px;
}

/* BUTTONS */
.magic-btn-wrap{
    display:flex;
    gap:25px;
    margin-top:40px;
    flex-wrap:wrap;
}

/* BUY */
.buy-btn{
    background:#ffd633;
    color:#000;
    padding:18px 48px;
    border-radius:50px;
    font-size:28px;
    font-weight:700;
    text-decoration:none;
    transition:0.3s;
}

.buy-btn:hover{
    background:#fff;
    color:#000;
}

/* CART */
.cart-btn2{
    border:3px solid #ffd633;
    color:#ffd633;
    padding:18px 48px;
    border-radius:50px;
    font-size:28px;
    font-weight:700;
    text-decoration:none;
    transition:0.3s;
}

.cart-btn2:hover{
    background:#ffd633;
    color:#000;
}

/* RESPONSIVE */
@media(max-width:991px){

    .magic-title{
        font-size:42px;
    }

    .new-price{
        font-size:42px;
    }

    .course-details h5{
        font-size:26px;
    }

    .course-details ul li{
        font-size:18px;
    }

    .course-book-wrap{
        width:280px;
    }

    .course-book-wrap::before,
    .course-book{
        width:180px;
        height:auto;
    }

    .course-book{
        left:60px;
    }

    .course-book-wrap::after{
        font-size:22px;
        padding:14px 18px;
        top:100px;
    }

    .magic-btn-wrap{
        justify-content:center;
    }
}






/* REDUCE OVERALL SIZE */
.magic-course-list{
    padding:40px 0;
}

/* LEFT IMAGE AREA */
.course-book-wrap{
    width:260px;
}

/* BACK BOOK */
.course-book-wrap::before{
    width:160px;
    height:230px;
}

/* FRONT BOOK */
.course-book{
    width:80%;
    left:60px;
    top:40px;
}

/* MOST POPULAR */
.course-book-wrap::after{
    font-size:18px;
    padding:12px 14px;
    top:95px;
    left:-10px;
}

/* KNOW MORE */
.know-more{
    margin-top:70px;
    font-size:14px;
}

/* TAG */
.course-tag{
    font-size:11px;
    padding:4px 10px;
}

/* TITLE */
.magic-title{
    font-size:42px;
    margin-bottom:12px;
}

/* RATING */
.magic-rating i{
    font-size:14px;
}

.magic-rating span{
    font-size:14px;
}

/* PRICE */
.new-price{
    font-size:38px;
}

.old-price{
    font-size:18px;
}

.discount{
    font-size:16px;
}

/* LINE */
.yellow-line{
    margin:18px 0 24px;
}

/* DETAILS */
.course-details h5{
    font-size:22px;
    margin-bottom:12px;
}

.course-details ul li{
    font-size:15px;
    line-height:1.5;
    margin-bottom:5px;
}

/* BUTTONS */
.magic-btn-wrap{
    gap:15px;
    margin-top:25px;
}

/* BUY */
.buy-btn{
    padding:12px 30px;
    font-size:18px;
}

/* CART */
.cart-btn2{
    padding:12px 30px;
    font-size:18px;
    border-width:2px;
}

/* GAP */
.course-row .row{
    align-items:center;
}

/* RESPONSIVE */
@media(max-width:991px){

    .magic-title{
        font-size:32px;
    }

    .new-price{
        font-size:30px;
    }

    .course-details h5{
        font-size:18px;
    }

    .course-details ul li{
        font-size:14px;
    }

    .course-book-wrap{
        width:220px;
    }

    .course-book-wrap::before,
    .course-book{
        width:100%;
    }

    .course-book{
        left:50px;
    }

    .course-book-wrap::after{
        font-size:16px;
        padding:10px 12px;
    }

    .buy-btn,
    .cart-btn2{
        font-size:16px;
        padding:10px 22px;
    }
}



.login-btn
{
        border: 1px solid #dcdcdc;
    padding: 7px 10px;
    color: #dcdcdc;
    text-decoration: none;
    border-radius: 20px;
}

.carousel-indicators
{
    display:none;
}


/* FOOTER */
.magic-footer{
    background:#0a0a0a;
    padding:60px 0 20px;
    border-top:1px solid rgba(255,255,255,0.08);
    color:#fff;
}

/* LOGO */
.footer-logo{
    color:#ffd633;
    font-size:32px;
    font-weight:700;
    margin-bottom:15px;
}

/* TEXT */
.footer-text{
    color:#bdbdbd;
    font-size:15px;
    line-height:1.7;
    max-width:320px;
}

/* TITLES */
.footer-title{
    color:#ffd633;
    font-size:18px;
    margin-bottom:18px;
    font-weight:600;
}

/* LINKS */
.footer-links{
    padding:0;
    margin:0;
    list-style:none;
}

.footer-links li{
    margin-bottom:12px;
}

.footer-links a{
    color:#d5d5d5;
    text-decoration:none;
    font-size:15px;
    transition:0.3s;
}

.footer-links a:hover{
    color:#ffd633;
    padding-left:5px;
}

/* SOCIAL */
.footer-social{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
}

.footer-social a{
    width:42px;
    height:42px;
    border:1px solid rgba(255,214,51,0.4);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#ffd633;
    font-size:16px;
    text-decoration:none;
    transition:0.3s;
}

.footer-social a:hover{
    background:#ffd633;
    color:#000;
}

/* BOTTOM */
.footer-bottom{
    border-top:1px solid rgba(255,255,255,0.08);
    margin-top:40px;
    padding-top:20px;
    text-align:center;
}

.footer-bottom p{
    margin:0;
    color:#9d9d9d;
    font-size:14px;
}

/* MOBILE */
@media(max-width:991px){

    .magic-footer{
        text-align:center;
    }

    .footer-text{
        margin:auto;
    }

    .footer-social{
        justify-content:center;
    }

    .footer-title{
        margin-top:10px;
    }
}