@import url("https://fonts.googleapis.com/css2?family=Allura&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=ABeeZee&display=swap");

html {
    font-family: "Source Sans 3", sans-serif !important;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

*:not(i) {
    font-family: "Source Sans 3", sans-serif !important;
}

.container {
    max-width: 1300px;
    margin: auto;
    padding-left: 16px;
    padding-right: 16px;
}

header {
    position: fixed;
    width: 100%;
    background-color: white;
    padding: 2rem;
    background: #FEFEFE;
    box-shadow: 0px 0px 10px 0px rgba(14, 14, 33, 0.06), 0px 6px 16px 0px rgba(14, 14, 33, 0.04), 0px 4px 6px 0px rgba(14, 14, 33, 0.04), 0px 2px 2px 0px rgba(14, 14, 33, 0.04);
    top: 0;
    z-index: 999;
}

nav {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    gap: 20px;
}

nav a {
    font-size: 1.8rem;
    text-decoration: none;
    cursor: pointer;
}

.logo {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
}

.logo img {
    max-width: 210px !important;
}

.logo .image-container {
    overflow: hidden;
    border: 2px solid black;
    border-radius: 45%;
    padding: 5px;
}

.hero-section {
    margin-top: 85px;
    background: linear-gradient(0deg, #D4F5FF 0%, #D4F5FF 100%), #D4F5FF;

}

nav a#logo {
    color: #74c0fc;
    font-family: "Allura", cursive !important;
    font-weight: 300;
    font-size: 35px;
}

nav a#logo span {
    color: #191919;
    font-family: "Allura", cursive !important;
    font-weight: 300;
    font-size: 35px;
    margin-left: 5px;
}

nav ul li a {
    color: #274A69;
    text-align: center;
    font-family: "Source Sans 3";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.login-link {
    display: flex !important;
    height: 40px !important;
    padding: 16px 24px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 4px !important;
    border-radius: 8px !important;
    background: #FEFEFE !important;
    box-shadow: 0px 0px 10px 0px rgba(14, 14, 33, 0.06), 0px 6px 16px 0px rgba(14, 14, 33, 0.04), 0px 4px 6px 0px rgba(14, 14, 33, 0.04), 0px 2px 2px 0px rgba(14, 14, 33, 0.04) !important;
}

.login-link a {
    color: #F49512;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.login-link a:hover {
    opacity: 0.7;
}


section#home {
    height: 100vh;
    display: grid;
    place-items: center;
}

h1 {
    font-size: 4rem;
}

#ham-menu,
#ham {
    display: none;
}

nav ul.active {
    left: 0;
}

nav ul li a:hover {
    color: #F49512;
}

.tablet {
    display: none !important;
}

.mobile {
    display: none !important;
}

#nav-bar-mob {
    display: none;
}

.buttons
{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;  
}

@media only screen and (max-width: 991px) {
    html {
        font-size: 56.25%;
    }

    header {
        padding: 2.2rem 3rem;
    }

    .steps-container {
        flex-direction: column;
    }

    .steps-section .steps-list,
    .steps-section .steps-img {
        width: 100% !important;
    }

}



@media only screen and (max-width: 767px) {
    html {
        font-size: 50%;
    }

    #ham-menu {
        display: block;
        color: #81a3d0;
    }

    nav a#logo,
    #ham-menu {
        font-size: 3.2rem;
    }

    nav ul {
        background-color: #20638A;
        position: fixed;
        left: -100vw;
        top: 73.6px;
        width: 100vw;
        height: calc(100vh - 73.6px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        transition: 1s;
        gap: 0;
    }

    nav ul li a {
        color: white;
        font-size: 2.4rem;
    }

    .hero-section {
        margin-top: 65px;
    }
}

@media only screen and (max-width: 575px) {
    html {
        font-size: 46.87%;
    }

    header {
        padding: 2rem 3rem;
    }

    nav ul {
        top: 62.18px;
        height: calc(100vh - 62.18px);
    }
}

.home {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 65px;
    width: 100%;
    padding-top: 75px;
    padding-bottom: 50px;
    gap: 150px;
}

.text {
    display: flex;
    max-width: 550px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.text h1 {
    color: #274A69;
    font-family: "Source Sans 3";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
    /* 95.833% */
}

.text span {
    display: flex;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: linear-gradient(0deg, #6FB755 0%, #6FB755 100%), #FEFEFE;
    color: #FEFEFE;
    text-align: center;
    font-family: "Source Sans 3";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.text p {
    color: #405059;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

.image {
    max-width: 553.995px;
    max-height: 370px;
}

.image img {
    width: 100%;
    max-width: 400px;
    height: auto;
}

.btn-hero {
    background-color: #333;
    color: #fff;
    font-size: 24px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.btn-hero:hover {
    background-color: #fff;
    color: #333;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}



.about-us {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    padding: 50px;
    width: 80%;
    border-radius: 20px;
    margin: auto;
    margin-bottom: 130px;
    background-color: rgb(234, 252, 255);
    color: #373737;
}

.left-side-cube {
    flex: 1 1 50%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

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

.cube-text span {
    font-family: "Allura", cursive;
}

.cube-text h1 {
    background: linear-gradient(to right, #81a3d0 0%, #0a6ae6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px;
    margin-bottom: 10px;
}

.cube-text p {
    font-size: 18px;
    line-height: 1.5;
}

.cubes {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.cube {
    display: flex;
    display: flex;
    margin-bottom: 25px;
    align-items: center;
    justify-content: center;

    border-radius: 5px;
    justify-content: center;
    align-items: center;
}

.right-side-cube {
    position: relative;
    flex: 1 1 50%;
    max-width: 500px;
    text-align: center;
}

.right-side-cube img {
    width: 100%;
    max-width: 400px;
    height: auto;
}

#play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    cursor: pointer;
}

.cube .image-text {
    padding-left: 5px;
    width: 95%;
}

.cube h4 {
    font-size: 16px;
}

.cube p {
    font-size: 1rem;
}

.cube .image-cube {
    position: relative;
    width: 50px;
    height: 50px;
    background: linear-gradient(to bottom right,
            rgb(141, 207, 54),
            rgb(61, 205, 116));
}

#cube2 {
    background: linear-gradient(to bottom right,
            rgb(64, 65, 235),
            rgb(8, 199, 180));
}

#cube3 {
    background: linear-gradient(to bottom right,
            rgb(255, 172, 7),
            rgb(255, 87, 81));
}

#cube4 {
    background: linear-gradient(to bottom right,
            rgb(249, 80, 116),
            rgb(233, 90, 199));
}

.cube .image-cube img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.reviews-wrapper {
    padding: 80px 0;
    border-radius: 16px;
    background: rgba(170, 236, 255, 0.50);
}

.review-box {
    display: flex;
    width: 328px;
    padding: 24px 16px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border-radius: 24px;
    background: #FEFEFE;
    box-shadow: 0px 12px 21px 0px rgba(7, 7, 7, 0.05), 0px 4px 8px 0px rgba(7, 7, 7, 0.10);
}

.how-box {
    display: flex;
    width: 100%;
    padding: 24px 32px 32px 32px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border-bottom: 1px solid #d9d9d9;
    background: #fefefe;
    box-shadow: 0px 2px 2px 0px rgba(14, 14, 33, 0.04),
        0px 4px 6px 0px rgba(14, 14, 33, 0.04),
        0px 6px 16px 0px rgba(14, 14, 33, 0.04),
        0px 0px 10px 0px rgba(14, 14, 33, 0.06);
}

.how-box {
    border: none;
    box-shadow: none;
}

.review-box img {
    width: 24px;
    height: 24px;
}

.review-box .main-review-img {
    width: 280px;
    height: auto;
    border-radius: 24px;
}

.how-box img {
    max-width: 400px;
    height: auto;
}

.review-box p {
    color: #405059;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.review-box .relative p {
    color: #405059;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 120% */
}

.reviews-wrapper h1 {
    color: #405059;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 32px;
}

.reviews-wrapper h1 span {
    color: #274A69;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
}

.how-it-works-section h1 {
    background: linear-gradient(to right, #81a3d0 0%, #0a6ae6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    margin-bottom: 30px;
    padding: 2rem 1rem;
}

#splideReviews>div.splide__arrows.splide__arrows--ltr>button.splide__arrow.splide__arrow--prev {
    display: none;
}

#splideReviews>div.splide__arrows.splide__arrows--ltr>button.splide__arrow.splide__arrow--next {
    display: none;
}

.relative {
    display: flex;
    justify-content: space-evenly;
    position: relative;
    align-items: center;
    width: 100%;
}

.relative img {
    width: 64px;
    height: auto;
}

.steps-section {
    width: 100%;
    height: auto;
    padding: 80px 0;
}

.steps-section .steps-list,
.steps-section .steps-img {
    width: 48%;
}

#mobile-steps-title {
    display: none;
}

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

.steps-img {
    text-align: center;
}

.steps-list h1 {
    color: #274A69;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
}

.steps-list span {
    color: #377FA4;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-right: 8px;
    /* 100% */
}

.steps-list p {
    color: #405059;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 16px;
    /* 144.444% */
}

.steps-btn {
    display: flex !important;
    height: 56px !important;
    padding: 16px 36px !important;
    justify-content: center !important;
    align-items: center !important;
    width: 256px !important;
    gap: 4px !important;
}

.reason {
    display: flex;
    justify-content: flex-start;
    margin: 1rem auto;
    line-height: 2.5rem;
}

.full {
    width: 80%;
    margin-top: 3rem;
}

.how-text {
    text-align: center;
    font-size: 25px;
}

.how-text p {
    font-size: 18px;
    line-height: normal;
    margin-top: 1rem;
}

/* Media queries for responsive design */
@media screen and (max-width: 850px) {

    .about-us {
        padding: 15px;
        margin-bottom: 40px;
        margin-top: 40px;
        width: 90%;
    }

    .left-side-cube {
        flex: 1 1 auto;
        max-width: none;
    }

    .left-side-cube .cube-text {
        margin-bottom: 30px;
    }

    .left-side-cube .cube-text h1 {
        font-size: 24px;
    }

    .left-side-cube .cube-text p {
        font-size: 14px;
    }

    .right-side-cube {
        flex: 1 1 auto;
        max-width: none;
    }

    .right-side-cube img {
        max-width: 100%;
    }

    .cubes {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .how-it-works-section h1 {
        font-size: 18px;
    }

    .steps-img img {
        width: 100%;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    .logo img {
        width: 80%;
    }

}

.contact {
    background-color: rgb(97, 47, 196);
    margin-top: 20px;
    padding: 20px;
    text-align: center;
    font-size: 14px;
}

.contact ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.contact li {
    display: inline-block;

    margin: 10px 10px;
}

.contact a {
    color: #cfcfcf;
    text-decoration: none;
    transition: color 0.3s ease;
    padding-left: 15px;
}

.contact a:hover {
    color: #666;
}

.payments-image {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.payments p {
    color: #fefefe;
    font-size: 18px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.input-error {
    color: crimson;
}

@media screen and (max-width: 600px) {
    .contact {
        font-size: 12px;
        text-align: start;
    }

    .contact li {
        display: block;
        margin: 10px 0;
    }

    .full {
        margin-bottom: 3rem;
    }

    .how {
        width: 100%;
    }

    .steps-list p {
        font-size: 16px;
        line-height: 22px;
    }

    .text span,
    .text p {
        font-size: 16px;
    }

    .text p {
        line-height: 24px;
    }

    ;

    .text h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .hero-section {
        margin-top: 65px;
    }

    .steps-btn {
        width: 100% !important;
    }
}

#foobar {
    display: none;
}

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

.stillNotConvinced {
    width: 100%;
}

.stillNotConvinced p {
    color: #405059;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.stillNotConvinced h2 {
    color: #274A69;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 65px;
}

.parents {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 32px;
}

.parent {
    padding: 32px 16px 24px 16px;
    border-radius: 24px;
    border: 0.4px solid #DEDEDE;
    background: #FEFEFE;
    box-shadow: 0px 0px 10px 0px rgba(14, 14, 33, 0.06), 0px 6px 16px 0px rgba(14, 14, 33, 0.04), 0px 4px 6px 0px rgba(14, 14, 33, 0.04), 0px 2px 2px 0px rgba(14, 14, 33, 0.04);
}

.parent p {
    color: #405059;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.parent span {
    color: #4398C7;
    font-weight: 600;
}

/* Modal Styles */
.modal-yt {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99999999;
}

.modal-content-yt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}

.closeYt {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

iframe {
    padding: 1rem;
}

#play {
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5%);
    }

    100% {
        transform: translateY(0);
    }
}

.terms-wrapper {
    height: auto;
    width: 80%;
    margin: auto;
    margin-top: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.terms-wrapper h1 {
    margin-bottom: 2rem;
}

.terms-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.terms-content h2 {
    font-size: 24px;
}

.terms-content p {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
    font-size: 18px;
}

.terms-content ul {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
}

.terms-content ul li {
    font-size: 18px;
    list-style: none;
}

.subscribe-section .subscribe-section-title {
    text-align: center;
    width: 80%;
    margin: auto;
    background: rgb(234, 252, 255);
    padding: 35px 40px;
    border-radius: 20px;
}

.subscribe-section .subscribe-section-title h2 {
    font-size: 28px;
    text-align: center;
}

.subscribe-section .subscribe-section-title p {
    font-size: 22px !important;
    margin-top: 10px;
}

.how {
    width: 60%;
    margin: auto;
}

.how-it-works-section h1 {
    font-size: 36px;
}

.ham-pick {
    display: flex;
    align-items: center;
    gap: .9rem;
}

#picker {
    display: none;
}

@media screen and (max-width: 1130px) {

    .container {
        max-width: 100%;
    }

    .benefit-box {
        width: calc(33.33% - 20px);
        /* 33.33% width for each box with some spacing */
    }

    .home {
        flex-direction: column;
        gap: 50px;
        padding-top: 120px;
    }

    .text {
        max-width: 100%;
        align-items: center;
        text-align: center;
    }

    .image {
        max-width: 100%;
    }

    .image img {
        max-width: 100%;
    }

    nav {
        flex-direction: column;
    }

    nav .logo {
        margin-bottom: 1rem;
    }

    .terms-wrapper {
        margin-top: 20%;
        width: 93%;
    }


    .subscribe-section .subscribe-section-title {
        width: 90%;
    }

    .desktop {
        display: none !important;
    }

    .tablet {
        display: flex !important;
    }

    nav ul {
        justify-content: space-between;
        margin-top: 2rem;

    }

    .login-link {
        margin-left: 10%;
    }
}

@media (max-width: 985px) {
    .round-img {
        width: 50px;
        height: 50px;
        top: -20px;
    }

    iframe {
        width: 700px;
    }

    .cube p {
        font-size: 1.7rem;
    }

    .review-box p {
        font-size: 16px;
    }

    .benefit-box {
        gap: 16px;
    }

    .login-link {
        margin-left: 0 !important;
        padding: 10px !important;
    }

    .button-nav {
        padding: 10px !important;
    }

    nav ul {
        gap: 10px;
    }

    #desktop-steps-title {
        display: none;
    }

    #mobile-steps-title {
        display: block;
        color: #274A69;
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 8px;
    }
}

@media (max-width:800px) {

    nav ul {
        font-size: 14px;
    }

}

@media (max-width: 767px) {
    nav {
        flex-direction: row;
    }

    nav .logo {
        margin-bottom: 0;
        text-align: center;
    }

    .subscribe-packages {
        flex-direction: column;
    }

    .subscribe-packages .plan {
        width: 100%;
        margin: auto;
    }

    .subscribe-section .subscribe-section-title {
        width: 100%;
    }


    .subscribe-section .subscribe-section-title h2 {
        font-size: 20px;
    }

    .subscribe-section .subscribe-section-title p {
        font-size: 16px !important;
    }

    .buttons {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }

    .picker {
        display: none;
    }

    #picker {
        display: block;
    }

    .tablet {
        display: none !important;
    }

    .mobile {
        display: flex !important;
    }

    .reviews-wrapper {
        padding-top: 55px;
        padding-bottom: 40px;
    }
}

@media (max-width: 500px) {
    .cubes {
        display: none;
    }

    .steps-img img {
        width: 328px;
        height: 274px;
    }

    .parents {
        flex-direction: column;
    }

    iframe {
        width: 400px;
    }

    .benefits-wrapper {
        width: 98%;
        margin: 40px auto;
    }

    .benefit-box-wrapper p {
        font-size: 12px !important;
    }

    .benefit-box-wrapper {
        margin-bottom: 3rem;
    }

    .terms-wrapper {
        margin-top: 25%;
    }

    .subscribe-section {
        padding: 0;
    }

    .how {
        width: 100%;
    }

    .how-box img {
        max-width: 200px;
        height: auto;
    }

    .how-box {
        font-size: 24px;
    }

    .how-box p {
        font-size: 16px;
    }

    .how-it-works-section h1 {
        font-size: 30px;
    }

    .how-text {
        font-size: 20px;
    }

    .how-text p {
        font-size: 14px;
    }

    nav ul {
        margin-top: 0;
        justify-content: space-evenly;
    }

    .home {
        padding-top: 45px;
        gap: 32px;
    }

    .text {
        gap: 0;
    }

    .text span {
        margin-bottom: 0;
        padding: 4px 16px;
    }

    .text h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0;
        margin-top: 20px;
    }

    .text p {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .image img {
        max-width: 290px;
    }

    .steps-section {
        padding: 0;
        padding-bottom: 50px;
        padding-top: 60px;
    }

    .reviews-wrapper h1 {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .reviews-wrapper h1 span {
        font-size: 24px;
    }

    .review-box .relative p {
        font-size: 20px;
    }

    .review-box .main-review-img {
        width: 270px;
    }

    .parents-section {
        padding: 55px 0 !important;
        padding-bottom: 40px !important;
    }

    .stillNotConvinced p {
        font-size: 20px;
        line-height: 24px;
    }

    .stillNotConvinced h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 24px;
    }

    .parents {
        gap: 16px;
    }
}

@media (max-width: 400px) {
    iframe {
        width: 350px;
    }

    .benefits-wrapper {
        margin-top: 0;
    }
    .card h2 {
        width: 150px;
    }
}

@media (max-width: 340px) {

    .steps-img img {
        width: 310px;
        height: auto;
    }

    .review-box {
        width: 100%;
    }
    .card h2    {
        width: 130px;
    }
}