* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Manrope, 'sans-serif';
    -webkit-tap-highlight-color: transparent;
}

html {
    scroll-behavior: smooth;
}

body.no-scroll {
    overflow: hidden;
}

a {
    text-decoration: none;
    color: white;
}

button {
    cursor: pointer;
    background: none;
    border: none;
}

li {
    list-style: none;
}

.container {
    padding-inline: 6%;
}

.hero-wrapper {
    background-image: url("/images/header-hero-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
}

.header-wrapper {
    background: #000;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 0;
}

    header .left {
        display: flex;
        align-items: center;
        gap: 2rem;
    }

.brand-logo {
    width: 90px;
    margin-right: 2rem;
}

nav {
    display: none;
}

.sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    /* max-width: 450px; */
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 999;
    padding: 32px;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(40px);
    z-index: 9999;
}

    .sidebar.open {
        transform: translateX(0);
    }

    .sidebar a {
        display: block;
        margin: 10px 0;
        color: #fff;
        text-decoration: none;
        font-size: 1.2rem;
        text-transform: uppecase;
    }

.close-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: white;
    width: max-content;
    margin-left: auto;
}

nav ul {
    display: flex;
    align-items: center;
    gap: 4rem;
}

    nav ul li a {
        font-size: 1rem;
        color: white;
        font-weight: 500;
    }

.get-started-btn {
    display: flex;
    align-items: center;
    color: white;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 20px;
    border-radius: 4px;
    gap: 12px;
    background-color: #009E60;
    border: none;
}

header .right {
    display: flex;
    align-items: center;
    gap: 1rem;
}

    header .right .get-started-btn {
        display: none;
    }

.hero-wrapper {
    display: flex;
    flex-direction: column;
    gap: 52px;
    padding: 50px 0 50px;
}

.hero-content {
    display: flex;
    flex-direction: column;
    gap: 52px 24px;
}

    .hero-content .left {
        display: flex;
        flex-direction: column;
        gap: 44px;
        width: 100%;
        max-width: 589px;
        margin: 0 auto;
        text-align: center;
        align-items: center;
    }

        .hero-content .left .left-intro {
            display: flex;
            flex-direction: column;
            gap: 20px;
            color: white;
            align-items: center;
        }

            .hero-content .left .left-intro img,
            .wavygreenline {
                margin-bottom: 4px;
                max-width: 160px;
            }

            .hero-content .left .left-intro h1,
            .hero-content .left .left-intro h1 span,
            .how-glidr-works .intro h1,
            .how-glidr-works .intro span {
                font-family: DM Sans, sans-serif;
                font-size: 2.25rem;
                font-weight: 700;
                text-wrap: balance;
            }

            .hero-content .left .left-intro p {
                font-size: 1rem;
                max-width: 465px;
                text-wrap: balance;
            }

            .hero-content .left .left-intro.about-intro p {
                font-size: 1rem;
                max-width: 680px;
                text-wrap: balance;
            }

        .hero-content .left .left-btns {
            display: flex;
            align-items: center;
            gap: 20px 4px;
            flex-wrap: wrap;
            justify-content: center;
        }

            .hero-content .left .left-btns > span {
                color: white;
                font-size: 14px;
                font-family: Poppins, sans-serif;
                padding: 0 20px;
            }

    .hero-content .right {
        position: relative;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

        .hero-content .right .hero-img {
            position: relative;
            border-radius: 12px;
            width: 100%;
            aspect-ratio: 7/5;
        }

        .hero-content .right .qrcode {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            background: #fff;
            padding: 6px;
            border: 6px solid #CFCFCF;
            border-radius: 12px;
            max-width: 120px;
            aspect-ratio: square;
        }

            .hero-content .right .qrcode img {
                width: 100%;
                height: 100%;
            }

.hero-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    gap: 24px;
    font-weight: 700;
}

.ratings {
    display: flex;
    align-items: center;
    gap: 6px;
}

.rating-icons {
    display: flex;
    align-items: center;
    gap: 2px;
}

.rating-icon {
    width: 20px;
}

.hero-footer .sponsor {
    display: flex;
    align-items: center;
    gap: 20px;
}

.sponsor-logo {
    width: 75px;
}

/* HOW GLIDR WORKS */

.how-glidr-works {
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
    padding-block: 50px;
}

    .how-glidr-works .intro {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 1rem 2rem;
    }

        .how-glidr-works .intro h1 {
            font-weight: 400;
        }

        .how-glidr-works .intro span {
            font-weight: 700;
        }

        .how-glidr-works .intro p {
            max-width: 455px;
            margin-right: 0;
        }

.how-glidr-works-steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

    .how-glidr-works-steps .step {
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding: 1.5rem;
        border: 1px solid #DFE1E7;
        border-radius: 12px;
    }

        .how-glidr-works-steps .step .step-desc {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

.step .step-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px 6px;
    font-size: 22px;
    font-family: DM Sans, sans-serif;
}

    .step .step-header .step-number {
        font-weight: 700;
        color: #009E60;
    }

.step-arrow {
    max-width: 45px;
}

.step-desc p {
    max-width: 436px;
    color: #666D80;
    font-size: 14px;
}

.how-glidr-works-steps .step .step-img-box {
    border: 1px solid #ECEFF3;
    background-color: #F6F8FA;
    border-radius: 16px;
    width: 100%;
    aspect-ratio: 436/298;
    max-height: 298px;
    flex: 1;
    margin-top: auto;
}


/* TESTIMONIAL */

.testimonial-wrapper {
    margin-top: 50px;
    background-image: url("/images/testimonial-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
}

.testimonials {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    padding-block: 50px;
    gap: 50px;
}

.testimonial-left {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: white;
    text-align: center;
    align-items: center;
    max-width: 343px;
    /* display: none; */
}

.testimonial-left-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

    .testimonial-left-content h2 {
        font-family: DM Sans, sans-serif;
        font-size: 32px;
        font-weight: 400;
        line-height: 128%;
        text-wrap: balance;
    }

    .testimonial-left-content p {
        font-size: 14px;
        text-wrap: wrap;
    }

.caveat-love {
    font-family: "Caveat Brush", cursive;
    font-weight: 400;
    font-style: normal;
    color: #009E60;
    font-size: 60px;
    letter-spacing: -4px;
}

.testimonial-navigation-btns {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
}

.testimonial-right {
    display: flex;
    /* flex: 1; */
    justify-content: center;
    flex-wrap: wrap;
    gap: 52px;
    color: white;
    /* align-items: center; */
    /* display: none; */
}

.single-testimonial {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    /* width: 100%; */
    transition: opacity .7s ease-in-out;
}

    .single-testimonial.active {
        opacity: 1;
        visibility: visible;
        position: relative;
    }


button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.testimonial-right .testimonial-image-wrapper {
    width: 100%;
    max-width: 300px;
    min-height: 300px;
    max-height: 300px;
    border-radius: 12px;
    overflow: hidden;
    margin-right: 0;
}

    .testimonial-right .testimonial-image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.testimonial-right .testimonial {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 319px;
    width: 100%;
}

.testimonial .testimonial-speech {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
    align-items: center;
}

    .testimonial .testimonial-speech h1 {
        font-size: 32px;
        font-weight: 500;
    }

    .testimonial .testimonial-speech p {
        font-size: 14px;
        line-height: 164.5%;
        text-wrap: balance;
    }

.testimonial-details {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: auto;
    text-align: center;
}

    .testimonial-details .name {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

        .testimonial-details .name p {
            font-weight: bold;
        }

        .testimonial-details .name span {
            font-size: 14px;
        }

    .testimonial-details .company-link {
        font-size: 14px;
        font-family: Poppins, sans-serif;
        color: #009E60;
    }

.desktop-nav-btns {
    display: none;
}



/* PRICING */
.pricing-section {
    background: #F9F9F9;
    margin-top: 8px;
    /* border-radius: 1rem; */
}

.pricing-wrapper {
    display: flex;
    flex-direction: column;
    padding-block: 50px;
    gap: 32px;
}

    .pricing-wrapper .pricing-header {
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: center;
        text-align: center;
    }

.pricing-header .title {
    font-size: 24px;
    font-weight: 400;
    text-wrap: balance;
}

.pricing-header span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-wrap: balance;
}

.pricing-main {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.pricing-main-header {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    align-items: center;
}

    .pricing-main-header > p {
        color: #009E60;
        font-size: 12px;
    }

    .pricing-main-header .duration-btns {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 4px;
        border-radius: 4px;
        border: 1px solid #E4E4E7;
        gap: 2px;
    }

        .pricing-main-header .duration-btns button {
            padding: 0.5rem 2rem;
            border-radius: 2px;
            font-size: 14px;
            font-weight: 600;
            color: #AFAFAF;
            transition: all .3s ease;
        }

            .pricing-main-header .duration-btns button:focus,
            .pricing-main-header .duration-btns button:hover,
            .pricing-main-header .duration-btns button.active {
                color: white;
                background: #009E60;
            }

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

.pricing-plans .pricing-plan {
    width: 90%;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 40px 32px;
    border-radius: 8px;
    border: 2px solid #E4F4EE;
    background-color: #FDFDFD;
    transition: all .5s ease;
    cursor: pointer;
}

    .pricing-plans .pricing-plan:hover {
        border: 2px solid #009E60;
        background-color: #E6F6F033;
    }

.pricing-plan .pricing-plan-detail {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
}

.pricing-plan-detail .recommended {
    background-color: #FF9D00;
    color: white;
    padding: 6px 12px;
    font-weight: 800;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 2px;
    width: max-content;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.pulse {
}

/* Keyframes mimicking Tailwind's animate-pulse */
@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}


.pricing-plan-detail > div {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
}

    .pricing-plan-detail > div .name {
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        color: #18181B;
    }

    .pricing-plan-detail > div .price {
        display: flex;
        align-items: baseline;
        color: #18181B;
    }

        .pricing-plan-detail > div .price .price-sign {
            font-size: 20px;
            font-weight: 800;
            text-decoration: line-through;
        }

        .pricing-plan-detail > div .price .amount {
            font-size: 32px;
            font-weight: 800;
            letter-spacing: -2px;
        }

        .pricing-plan-detail > div .price .per {
            font-size: 14px;
        }

.pricing-plan .billed-month {
    color: #009E60;
    text-align: center;
}

.pricing-plan .btn {
    width: 166px;
    text-align: center;
    padding-block: 1rem;
    background-color: #009E6012;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
    transition: all .3s ease;
    margin: 0 auto;
}

    .pricing-plan .btn:hover,
    .pricing-plan .sign-up.active {
        color: white;
        background-color: #009E60;
    }

.pricing-plan ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

    .pricing-plan ul li {
        color: #18181B;
        font-weight: 500;
        font-size: 14px;
        text-align: center;
    }

        .pricing-plan ul li.disabled {
            color: #AFAFAF;
        }

/* FAQ */

.faq-section {
    padding-block: 50px;
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

    .faq-section h2 {
        text-align: center;
        font-size: 28px;
        font-family: Dm Sans, sans-serif;
        letter-spacing: -1px;
        font-weight: 400;
    }

.faq-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    padding: 20px;
    display: flex;
    flex-direction: column;
    border: 1px solid #DFE1E7;
    border-radius: 4px;
    cursor: pointer;
}

.faq-question {
    width: 100%;
    text-align: left;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    gap: 4px;
    align-items: start;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    color: #768796;
    font-size: 14px;
}

    .faq-answer p {
        margin-top: 1rem;
    }

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-item .icon {
    width: 24px;
}

.faq-minus-icon {
    display: none;
}

.faq-item.active .faq-question .faq-minus-icon {
    display: inline-block;
}

.faq-item.active .faq-question .faq-add-icon {
    display: none;
}

/* FOOTER */
footer {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 60px;
}

.footer-top {
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
    text-align: center;
}

    .footer-top > img {
        width: 60px;
    }

    .footer-top > div {
        display: flex;
        flex-direction: column;
        gap: 40px;
        width: 100%;
    }

.footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px 50px;
    flex-wrap: wrap;
}

    .footer-links li a, .copyright {
        font-size: 12px;
        color: #556987;
        font-weight: 500;
    }

        .footer-links li a:hover {
            color: #009E60;
        }

.footer-top > div > span {
    width: 100%;
    height: 1px;
    background-color: #EEF0F3;
}

footer .social-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}


/* ABOUT SECTION */
.glidr-experience-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 50px 0 50px;
}

    .glidr-experience-wrapper .content {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

        .glidr-experience-wrapper .content h1,
        .Why-we-built-glidr > h1 {
            font-family: DM Sans, sans-serif;
            font-size: 2rem;
            font-weight: 400;
            text-wrap: balance;
            letter-spacing: -1.8px;
        }

        .glidr-experience-wrapper .content span {
            font-family: DM Sans, sans-serif;
            font-size: 2rem;
            font-weight: 700;
            text-wrap: balance;
            letter-spacing: -1.8px;
        }

        .glidr-experience-wrapper .content p {
            font-size: 14px;
            max-width: 465px;
            /* text-wrap: balance; */
            line-height: 160%;
        }


    .glidr-experience-wrapper .image-wrapper {
        position: relative;
        width: 100%;
    }

        .glidr-experience-wrapper .image-wrapper .hero-img {
            position: relative;
            border-radius: 12px;
            width: 100%;
            aspect-ratio: 11.6/4.1;
            min-height: 200px;
            object-fit: cover;
        }

        .glidr-experience-wrapper .image-wrapper .qrcode {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            background: #fff;
            padding: 6px;
            border: 6px solid #CFCFCF;
            border-radius: 12px;
            max-width: 120px;
            aspect-ratio: square;
        }

            .glidr-experience-wrapper .image-wrapper .qrcode img {
                width: 100%;
                height: 100%;
            }

.Why-we-built-glidr {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
    padding-top: 0px;
}

    .Why-we-built-glidr .contents {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 1.5rem;
    }

        .Why-we-built-glidr .contents .content {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

            .Why-we-built-glidr .contents .content h1 {
                font-size: 1rem;
                font-weight: 600;
            }

            .Why-we-built-glidr .contents .content p {
                font-size: 14px;
                font-weight: 400;
                text-wrap: balance;
                color: #4D4D60;
                line-height: 140%;
            }

.center > .hero-intro {
    display: flex;
    flex-direction: column;
    gap: 8px !important;
    color: white;
    align-items: center;
}

.contact-form-wrapper {
    display: flex;
    flex-direction: column;
    gap: 64px;
    padding-top: 80px;
}

form {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 40px 20px;
    gap: 40px;
    border-radius: 12px;
    border: 1px solid #E9E9E9;
}

.form-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group label {
    font-size: 12px;
    color: #667085;
    display: block;
}

.form-group input,
.form-group textarea {
    width: 100%;
    margin-top: 12px;
    padding: 14px 16px;
    font-size: 16px;
    color: #121212;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    outline: none;
    resize: none;
}

    .form-group input::placeholder,
    .form-group textarea::placeholder {
        color: #949494;
        font-size: 14px;
    }

    .form-group input:focus,
    .form-group textarea:focus {
        border-color: #009E60;
        box-shadow: 0 0 10px #d1e7e7;
    }

.submit-button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 16px 24px;
    font-size: 14px;
    font-weight: 600;
    background-color: #009E60;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.form-footer {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem 2rem;
    justify-content: center;
}

    .form-footer div {
        display: flex;
        align-items: center;
        gap: 14px;
    }

        .form-footer div p,
        .form-footer div a {
            font-weight: 500;
            font-size: 14px;
            color: black;
        }

        .form-footer div img {
            width: 24px;
        }

.terms-container, .privacy-container {
    display: flex;
    flex-direction: column;
    gap: 28px;
    max-width: 780px;
    margin: 0 auto;
    padding-block: 50px;
}

.terms-intro, .privacy-intro {
    font-size: 16px;
    line-height: 1.6;
    color: #121212;
}

.terms-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.privacy-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.terms-block, .privacy-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 12px;
}

.privacy-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.terms-block h1, .privacy-title {
    font-size: 16px;
    font-weight: bold;
    color: #121212;
    margin: 0;
}

.terms-block p, .privacy-list-item, .privacy-text {
    font-size: 16px;
    text-align: justify;
    color: #121212;
    margin: 0;
}

.terms-link {
    color: #2E79E9;
    text-decoration: none;
}


@media (min-width: 360px) {
}

@media (min-width: 480px) {
}

@media (min-width: 550px) {
}

@media (min-width: 640px) {
}

















@media (min-width: 768px) {
    .wrapper {
        padding: 1rem;
    }

    .hero-wrapper {
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }

    .header-wrapper {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }

    .testimonial-wrapper {
        border-radius: 1rem;
    }

    header .right .get-started-btn {
        display: flex;
    }

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

    .home.hero {
        padding: 100px 0 60px;
    }


    .hero-content .left {
        gap: 52px;
        width: 100%;
    }

        .hero-content .left .left-intro h1,
        .hero-content .left .left-intro h1 span,
        .how-glidr-works .intro h1,
        .how-glidr-works .intro span {
            font-size: 3.5rem;
            font-weight: 700;
        }

    .glidr-experience-wrapper .content h1,
    .Why-we-built-glidr > h1,
    .glidr-experience-wrapper .content span {
        font-size: 3.5rem;
    }

    .glidr-experience-wrapper .content p {
        margin-left: auto;
        font-size: 1rem;
    }

    .hero-content .right .qrcode {
        max-width: 160px;
    }

    .hero-footer {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 24px;
        color: white;
        font-size: 16px;
        font-weight: 700;
    }

    .ratings {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .rating-icons {
        display: flex;
        align-items: center;
        gap: 2px;
    }

    .rating-icon {
        width: 20px;
    }

    .hero-footer .sponsor {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .sponsor-logo {
        width: 75px;
    }

    /* HOW GLIDR WORKS */

    .how-glidr-works {
        display: flex;
        flex-direction: column;
        gap: 5.5rem;
        padding-block: 75px;
    }

        .how-glidr-works .intro h1 {
            font-weight: 400;
        }

        .how-glidr-works .intro p {
            text-wrap: wrap;
            font-size: 16px;
        }

    .how-glidr-works {
        display: flex;
        flex-direction: column;
        gap: 3.5rem;
        padding-block: 50px;
    }

        .how-glidr-works .intro {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 1rem 2rem;
        }

            .how-glidr-works .intro p {
                text-wrap: wrap;
                max-width: 455px;
            }

    .how-glidr-works-steps {
        display: grid;
        grid-template-columns: repeat(12,1fr);
        gap: 24px;
    }

    .span-5 {
        grid-column: span 6;
    }

    .span-7 {
        grid-column: span 6;
    }

    .how-glidr-works-steps .step {
        gap: 28px;
        padding: 2rem;
    }

    .step .step-header {
        font-size: 28px;
    }

    .step-desc p {
        max-width: 436px;
        color: #666D80;
        font-size: 1rem;
    }


    /* TESTIMONIAL */

    .testimonial-wrapper {
        margin-top: 75px;
    }

    .testimonials {
        padding-block: 75px;
    }

    .testimonial .testimonial-speech, .testimonial-details {
        text-align: left;
        align-items: normal;
    }

        .testimonial .testimonial-speech h1 {
            font-size: 40px;
            font-weight: 500;
        }

    /* PRICING */
    .pricing-section {
        border-radius: 1rem;
    }

    .pricing-wrapper {
        padding-block: 80px;
        gap: 48px;
    }

    .pricing-header .title {
        font-size: 36px;
        font-weight: 400;
    }

    .pricing-header span {
        display: block;
        font-size: 1rem;
        font-weight: 400;
    }

    .pricing-main .pricing-plans {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1rem;
        justify-content: center;
    }

    /* FAQ */
    .faq-section {
        padding-block: 100px;
        gap: 53px;
    }

        .faq-section h2 {
            font-size: 36px;
        }
    /* FOOTER */
    footer {
        gap: 80px;
        padding-top: 120px;
    }

    .footer-links li a, .copyright {
        font-size: 14px;
        color: #556987;
        font-weight: 500;
    }

    .Why-we-built-glidr .contents {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 2rem;
    }

    .Why-we-built-glidr {
        display: flex;
        flex-direction: column;
        gap: 2.75rem;
        padding-top: 40px;
    }

    form {
        padding: 40px;
    }

    .terms-container, .privacy-container {
        padding-block: 96px;
    }
}

@media (min-width: 920px) {
    .pricing-plan ul {
        min-width: 200px;
    }
}




/* ABOUT PAGE */










@media (min-width: 1024px) {
    header .right .menu-btn {
        display: none;
    }

    .container {
        padding-inline: 9%;
    }

    nav {
        display: block;
    }

    .home .hero-content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 24px;
    }

        .home .hero-content .left {
            margin: 0;
            text-align: left;
            align-items: start;
        }

            .home .hero-content .left .left-intro {
                align-items: start;
            }

    .hero-content .right {
        max-width: 400px;
        max-height: none;
        margin: 0;
    }

        .hero-content .right .hero-img {
            position: relative;
            border-radius: 12px;
            width: 100%;
            aspect-ratio: initial;
            height: 100%;
        }

        .hero-content .right .qrcode {
            transform: translate(-30%, -50%);
            top: 70%;
            left: 0%;
        }

    .glidr-experience-wrapper .image-wrapper .qrcode {
        transform: translate(50%, -30%);
        top: 0%;
        left: 0%;
    }

    .home .hero-footer {
        justify-content: start;
    }

    /* HOW GLIDR WORKS */

    .how-glidr-works-steps {
        display: grid;
        grid-template-columns: repeat(11,1fr);
        gap: 24px;
    }

    .span-5 {
        grid-column: span 5;
    }

    .span-7 {
        grid-column: span 6;
    }

    /* TESTIMONIAL */

    .testimonial-wrapper {
        margin-top: 10Opx;
    }

    .testimonials {
        padding-block: 100px;
    }

    .glidr-experience-wrapper {
        display: flex;
        flex-direction: column;
        gap: 60px;
        padding: 100px 0 60px;
    }

        .glidr-experience-wrapper .content {
            display: flex;
            flex-direction: column;
            gap: 1.625rem;
        }
}




@media (min-width: 1280px) {

    .testimonials {
        flex-direction: row;
        justify-content: space-between;
        align-items: normal;
    }

    .testimonial-left {
        flex-direction: column;
        text-align: left;
        align-items: normal;
    }

    .testimonial-right .testimonial-image-wrapper {
        max-width: 265px;
    }

    .desktop-nav-btns {
        display: block;
    }

    .mobile-nav-btns {
        display: none;
    }
}

@media (min-width: 1440px) {
    .how-glidr-works {
        padding-block: 100px;
    }
}



@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
        margin-inline: auto;
    }
}
