﻿@import url('https://fonts.googleapis.com/css2?family=Rethink+Sans:wght@400;700&display=swap');

:root {
    --main-color: #7E6AF7;
}

body {
    min-height: 100vh;
}

* {
    font-family: 'Rethink Sans', sans-serif;
}

@media(min-width:992px) {
    .spot-plan {
        scale: 1.08 !important;
    }
}

@media(max-width:500px) {
    .pricingplan-section {
        padding: 71px 31px !important;
    }
}


.pricingplan-section {
    padding: 100px 80px;
    height: 100vh
}

.plan-container {
    border: 1px solid #A9A9A9;
    border-radius: 16px;
    padding: 32px;
    width: 335px;
    text-align: start;
    background: white;
    margin-bottom: 30px;
}

.spot-plan {
    scale: 1.1;
    box-shadow: 0px 0px 20px rgba(126, 106, 247, 0.5);
}

.plan-title {
    font-weight: 600;
    font-size: 20px;
    color: #1E1E1E
}

.plan-desc {
    font-size: 12px;
    color: #3E3E3E
}

.plan-price {
    color: #1E1E1E;
    font-size: 30px;
}

.plan-feature {
    font-weight: 500;
    font-size: 14px;
    color: #3C3C3C;
    margin-bottom: 8px;
}

.plan-month {
    text-transform: uppercase;
    color: #7C7C7C;
    font-size: 14px;
    font-weight: 600;
}

.startnow-btn {
    /*color: white;
    background: #212121;
    border-radius: 100px;
    padding: 10px;
    border: none !important;*/

    border: 1px solid #000000;
    background: none;
    border-radius: 100px;
    padding: 10px;
    color: #212121;
    width: 100px;
}

.disabled-btn {
    border: 1px solid white;
    background: #cccccc;
    color: white;
    cursor: not-allowed;
}

.pricingplan-title {
    color: #1E1E1E;
    font-size: 26px;
    text-align: center;
}

.pricingplan-desc {
    color: #3E3E3E;
    font-size: 18px;
    margin-top: 10px;
    max-width: 520px;
    text-align: center;
}

.mt-16 {
    margin-top: 16px;
}

.top-choice-div {
    background: #E6E2FF;
    padding-inline: 8px;
    padding-block: 6px;
    color: #7E6AF7;
    font-size: 12px;
    font-weight: 500;
    border-radius: 100px;
}


/* Landing home page*/
@media(min-width:419px) {
    .subscribe-error-part {
        bottom: -30px;
    }
}

@media(max-width: 768px) {
    .carousel-item {
        flex: 0 0 330px !important;
        height: 280px !important;
    }


    .hero-title {
        font-size: 45px !important;
        padding-top: 50px !important;
    }

    .font-sm-16 {
        font-size: 16px;
    }
    .font-sm-20 {
        font-size: 20px;
    }

    .font-sm-25 {
        font-size: 25px;
    }

    .font-sm-30 {
        font-size: 30px;
    }

    .font-sm-50 {
        font-size: 50px;
    }

    .hero-section {
        height: 600px !important;
    }

    .padding-sm-20 {
        padding: 20px;
    }

    .p-inline-sm-20 {
        padding-inline: 20px;
    }

    .p-inline-sm-30 {
        padding-inline: 30px;
    }

    .p-sm-25 {
        padding: 25px;
    }

    .p-sm-30 {
        padding: 30px;
    }

    .advantages-div > div {
        width: 339px !important;
        height: 246px !important;
        padding: 15px !important;
    }

    .advantages-div:hover {
        transform: scale(1) !important;
    }

    .mt-sm-30 {
        margin-top: 30px;
    }

    .plan-div {
        padding: 30px !important;
    }

    .left-sm-0 {
        left: 0px;
    }

    .left-sm-30 {
        left: 30px;
    }
}


@media(max-width:370px) {
    .hero-section {
        height: 650px !important;
    }
}
@media(min-width: 768px) {

    .left-md-120 {
        left: 120px;
    }

    .font-md-20 {
        font-size: 20px;
    }.font-md-30 {
        font-size: 30px;
    }

    .font-md-35 {
        font-size: 35px;
    }

    .font-md-40 {
        font-size: 40px;
    }

    .font-md-50 {
        font-size: 50px;
    }

    .font-md-60 {
        font-size: 60px;
    }

    .p-inline-md-20 {
        padding-inline: 20px;
    }

    .p-inline-md-30 {
        padding-inline: 30px;
    }

    .p-inline-md-50 {
        padding-inline: 50px;
    }

    .padding-md-30 {
        padding: 30px;
    }

    .p-inline-md-120 {
        padding-inline: 120px;
    }

    .p-md-30 {
        padding: 30px;
    }

    .p-md-60 {
        padding: 60px;
    }

    .mt-md-60 {
        margin-top: 60px;
    }
}

@media(min-width:992px) {
    .p-inline-lg-120 {
        padding-inline: 120px;
    }

    .p-lg-60 {
        padding: 60px;
    }

    .font-lg-60 {
        font-size: 60px;
    }

    .navbar {
        padding: 1.5rem 18% !important;
    }
}


@media(min-width:1900px) {
    .advantages-scroll-container {
        justify-content: center !important;
    }

    .advantages-section {
        height: 70vh !important;
    }
}

.p-inline-120 {
    padding-inline: 120px;
}

.hero-section {
    position: relative;
    height: 800px;
    width: 100%;
    z-index: 0;
}

    .hero-section::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.4;
        background: linear-gradient( to bottom, rgba(0, 0, 0, 0) 0%, #15121E 100%), url('../images/landing/landing-bg.png') center;
        z-index: -1;
        background-size: cover;
        background-repeat: no-repeat;
    }

.hero-title {
    font-weight: 600;
    font-size: 85px;
    text-align: center;
    line-height: 1.1;
    padding-top: 100px;
}

    .hero-title .gradient-text {
        background: linear-gradient(90deg, #FFB98A, #FFA0BD,#7F81FF);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.join-waitlist-div {
    background: #272236;
    border: 1px solid #473E62;
    border-radius: 12px;
    height: 68px;
    width: 450px;
    padding: 8px;
}

#join-waitlist-email {
    padding: 12px;
    background: none;
    outline: none;
    width: 165px;
}

.waitlist-btn, .starttoday-btn {
    height: 68px;
    border: 1px solid transparent;
    border-radius: 8px;
    background: linear-gradient(#1F162B, #1F162B)padding-box, linear-gradient(to bottom, #FFFFFF00, #FFFFFF80) border-box;
    color: white;
    padding-inline: 16px;
}

    .waitlist-btn.active, .starttoday-btn.active {
        background: #7263FF;
        border: 1px solid #7263FF;
    }

    .waitlist-btn:hover, .starttoday-btn:hover {
        background: #7263FF;
        border: 1px solid #7263FF;
    }

.dot-grid {
    display: flex;
    flex-direction: column;
}

.dot-row {
    display: flex;
    gap: 50px;
    height: 50px;
    transition: opacity 0.2s ease;
}

.dot {
    width: 4px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: background-color 0.3s;
}

/* When hovering anywhere on the row, all dots light up */
.dot-row:hover .dot {
    background-color: white;
}

.carousel-wrapper {
    position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    overflow-x: hidden;
    width: 100%;
    justify-content: center;
}

.carousel-container {
    overflow: hidden;
    width: 100%;
}

.carousel-track {
    display: flex;
    transition: transform 0.4s ease;
    gap: 45px;
    justify-content: flex-start;
}

.carousel-item {
    /*  flex: 0 0 330px;
    height: 280px;*/

    flex: 0 0 450px;
    height: 319px;
    background: #ddd;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

    .carousel-item:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.4;
        background: linear-gradient( to bottom, rgba(18, 18, 18, 0) 0%, rgba(21, 18, 30, 1) 100%);
    }


.carousel-btn {
    background: transparent;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 50px;
    border-radius: 5px;
    z-index: 2;
}

.scroll-paragraph {
    font-weight: 400;
    color: white;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
}


    .scroll-paragraph .word {
        display: inline-block;
        margin-right: 5px;
    }

    .scroll-paragraph .char {
        display: inline-block;
        opacity: 0.2;
        color: white;
        transform: translateY(5px);
        transition: opacity 0.01s ease-out, transform 0.2s ease-out; /* 50ms */
        will-change: opacity, transform;
    }

        .scroll-paragraph .char.visible {
            opacity: 1;
            transform: translateY(0);
        }

#course-detail-modal .modal-content {
    background: rgba(33, 30, 41, 1);
    border-radius: 30px;
    margin-inline: 30px;
    border: 0px;
}

#course-detail-modal .modal-body {
    padding: 0px !important;
}


.get-started-btn {
    background: #7263FF;
    border-radius: 8px;
    padding-block: 16.5px;
    padding-inline: 50px;
}

.text-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
}

    .text-content.expanded {
        -webkit-line-clamp: unset;
        display: block;
    }

.view-more-btn {
    background: transparent;
    border: none;
    color: #9F9FF8;
}


.advantages-card {
    -webkit-mask-image: url('../../images/landing/advantages-vector.png');
    mask-image: url('../../images/landing/advantages-vector.png');
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 350px;
    height: 250px;
    top: 0;
}

.purple {
    background: #7A66ED;
}

.orange {
    background: #FF954D;
}

.blue {
    background: #5199FF;
}

.pink {
    background: #FF8299;
}


.advantages-div > div {
    width: 380px;
    padding: 35px;
}

.advantages-div .icon {
    width: 60px;
    height: 60px;
    contain-intrinsic-height: 60px;
    border-radius: 16px;
}

.advantages-scroll-container {
    gap: 50px;
}

.horizontal-section {
    height: 100vh;
    overflow: hidden;
    position: relative;
}



.advantages-div {
    transition: all 0.2s ease;
}

    .advantages-div:hover {
        transform: scale(1.14);
    }

.feature-container {
    border: solid 2px #55555566;
    border-radius: 50px;
    background: linear-gradient( #38324A, #15121E);
    transition: background 0.2s ease;
    height: 100%;
}

    .feature-container:hover {
        background: linear-gradient( #38324A, #15121E) padding-box, linear-gradient(90deg, #FFB98A, #FFA0BD,#7F81FF) border-box;
    }


.plan-div {
    background: linear-gradient(to bottom, #2F293E,#15121E);
    border-radius: 50px;
    max-width: 385px;
    width: 100%;
    min-height: 528px;
    padding: 40px;
    border: solid 2px #55555566;
}

    .plan-div.highlight-plan {
        background: linear-gradient( to bottom, #2F293E, #15121E) padding-box, linear-gradient(180deg, #FFB98A, #FFA0BD,#7F81FF) border-box;
        min-height: 550px !important;
        max-width: 418px !important;
    }

.plan-icon-bg {
    color: #40375A;
}

.plan-desc-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(to bottom, #EDFFD8,#00B436)
}

    .plan-desc-icon i::before {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

.plan-btn {
    border: 1px solid #4D475D;
    color: white;
    border-radius: 10px;
    background: transparent;
    max-width: fit-content;
    width: fit-content;
    padding: 10px 24px;
}

    .plan-btn:hover {
        color: black;
        background: #FFFFFF;
    }

.hr {
    border: solid 1.5px #55555566;
    background: linear-gradient(90deg, #FFFFFF, #15121E) border-box;
}

.login-btn {
    background-color: rgba(38, 34, 53, 0.5);
    color: white;
    border: none;
    border-radius: 100px;
    padding: 0.7rem 1.5rem;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}


.success-color {
    color: #198754 !important;
}

.course-details-img {
    max-height: 478px;
    object-fit: cover;
    object-position: top;
}

.start-now-course-div {
    background: linear-gradient(to bottom, #2F293E, #15121E);
    border-radius:40px;
    padding: 40px;
}