@import url('https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Inter", sans-serif;
}

::-webkit-scrollbar {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Host Grotesk", sans-serif;
    font-weight: 600;
}

a,
button {
    text-decoration: none;
    cursor: pointer;
}

/* body{
    background: radial-gradient(at top center, #040053, #1406ac);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
} */

.special-head_grad {
    font-weight: 600;
    background: linear-gradient(90deg, #e5e7ff, #ffffff);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-family: "Playfair Display", serif;
    font-style: italic;
}


/* desktop nav */
.desktopNav {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px 0;
    position: relative;

    .desknavContainer {
        width: 100%;
        height: auto;
        /* padding: 12px 20px; */
        max-width: 1400px;
        /* box-shadow: 2px 2px 30px #1931ba20; */
        display: flex;
        background: #ffffff80;
        backdrop-filter: blur(10px);
        padding: 12px 24px;
        border-radius: 50px;
        align-items: center;
        justify-content: space-between;
        z-index: 5;
        position: fixed;
        top: 30px;

        .deskLogo {
            width: auto;
            height: auto;
            display: none;

            img {
                width: auto;
                height: 44px;
                /* filter: grayscale(black);
                mix-blend-mode: difference !important; */
            }
        }

        .deskNavItems {
            width: auto;
            height: auto;
            padding: 14px;
            border-radius: 50px;
            background-color: #020020;

            ul {
                list-style: none;
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 8px;

                li {

                    a {
                        color: #f9f9f9;
                        font-size: 1.2rem;
                        transition: all .3s ease-in-out;
                        padding: 4px 12px;
                        border: 1px solid #01010100;
                    }

                    a:hover {
                        background: #f1f3ff30;
                        border-radius: 50px;
                        padding: 4px 12px;
                        border: 1px solid #d9d9d970;
                    }

                    .active_state {
                        background: #f1f3ff30;
                        border-radius: 50px;
                        padding: 4px 12px;
                        border: 1px solid #d9d9d970;
                    }
                }
            }
        }

        .deskCta {
            width: auto;
            height: auto;
        }
    }
}

/* desktop nav */


@media screen and (max-width:768px) {

    body {
        cursor: default;
    }

    .cursor,
    .cursor-trail {
        display: none;
    }

    .subheader,
    .desktopNav {
        display: none;
    }
}

/* global footer */
.globalFooterSection {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    /* background: linear-gradient(0deg, #000, #010101,  #040053); */
    background: radial-gradient(at bottom center, #000, #010101, #040053);

    .globalFooterContainer {
        width: 100%;
        height: auto;
        /* max-width: 1400px; */
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        z-index: 1;

        /* master cta section */
        .masterCtaSection {
            width: 100%;
            height: auto;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;

            .masterCtaContainer {
                width: 100%;
                height: auto;
                max-width: 1400px;
                margin: 120px 0;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;

                h4 {
                    font-size: 1rem;
                    color: #fdfdfd;
                    margin-bottom: 10px;
                    text-align: center;
                    border-radius: 25px;
                    padding: 5px 10px;
                    border: 1px solid #fafafa50;
                    background: #e5e7ff50;
                    backdrop-filter: blur(10px);

                    i {
                        color: #fdfdfd;
                    }
                }

                h2 {
                    font-size: 3rem;
                    line-height: 3.5rem;
                    color: #fafafa;
                    margin-bottom: 20px;
                    text-align: center;
                }

                p {
                    font-size: 1.1rem;
                    /* margin-bottom: 30px; */
                    max-width: 800px;
                    text-align: center;
                    color: #fdfdfd;
                }

                .bene {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    gap: 25px;
                    margin: 30px 0;

                    p {
                        color: #e5e7ff;

                        i {
                            color: #00FF9C;
                        }
                    }
                }

                .master-ctaBtn {
                    color: #000;
                    background-color: #ffffff;
                    padding: 16px 24px;
                    border-radius: 25px;
                    font-size: 1.1rem;
                    transition: all .5s ease-in-out;

                }

                .master-ctaBtn:hover {
                    transform: translateY(-5px);
                    box-shadow: 10px 10px 40px #fafafa25;
                }
            }
        }

        /* master cta section */


        /* newsletter section */
        .newsletterSection {
            width: 100%;
            height: auto;
            border-top: 1px solid #fafafa40;
            border-bottom: 1px solid #fafafa40;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;

            .newsletterContainer {
                width: 100%;
                height: auto;
                max-width: 1400px;
                /* padding: 50px 0; */
                margin: 50px 0;
                display: flex;
                align-items: end;
                justify-content: space-between;
                gap: 60px;

                .newsletter-Left {
                    width: 50%;
                    height: auto;
                    display: flex;
                    align-items: start;
                    justify-content: start;
                    flex-direction: column;

                    h2 {
                        font-size: 2rem;
                        line-height: 2.5rem;
                        color: #fafafa;
                        margin-bottom: 10px;
                    }

                    p {
                        font-size: 1rem;
                        color: #fafafa;
                        max-width: 80%;
                    }
                }

                .newsletter-Right {
                    width: 50%;
                    height: auto;
                    display: flex;
                    align-items: center;
                    justify-content: end;

                    form {
                        width: 100%;
                        height: auto;
                        display: flex;
                        align-items: center;
                        justify-content: end;
                        gap: 15px;

                        input {
                            flex: 1;
                            padding: 15px;
                            border-radius: 50px;
                            font-size: 1rem;
                            color: #fafafa;
                            /* background-color: #1406ac10; */
                            background: none;
                            border: 1px solid #e5e7ff90;
                        }

                        button {
                            padding: 15px 20px;
                            border: 1px solid #e5e7ff;
                            border-radius: 50px;
                            font-size: 1rem;
                            color: #000;
                            transition: all .3s ease-in-out;
                        }

                        button:hover {
                            box-shadow: 5px 5px 30px #fafafa25;
                        }
                    }
                }

            }
        }

        /* newsletter section */


        /* main footer content */
        .mainfooterSection {
            width: 100%;
            height: auto;
            display: flex;
            border-bottom: 1px solid #fafafa40;
            align-items: center;
            justify-content: center;
            flex-direction: column;

            .mainFooterContainer {
                width: 100%;
                max-width: 1400px;
                height: auto;
                display: grid;
                grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
                align-items: start;
                gap: 40px;
                margin: 50px 0;
                padding: 20px;
                overflow: hidden;


                .footer-Child {
                    width: 100%;
                    height: auto;
                    overflow: hidden;
                    display: flex;
                    align-items: start;
                    justify-content: start;
                    flex-direction: column;

                    .foot_logo {
                        width: 120px;
                        height: auto;
                        margin-bottom: 15px;
                    }

                    >p {
                        font-size: 1rem;
                        color: #f1f1f1;
                    }

                    .footer-Socials {
                        width: auto;
                        height: auto;
                        margin: 20px 0;

                        h4 {
                            color: #f3f3f3;
                            font-size: 1rem;
                            margin-bottom: 18px;
                        }

                        .socialContainer {
                            width: auto;
                            height: auto;
                            display: flex;
                            align-items: center;
                            justify-content: start;
                            gap: 15px;

                            a {

                                i {
                                    font-size: 1.1rem;
                                    color: #f3f3f3;
                                    padding: 8px;
                                    border-radius: 50%;
                                    border: 1px solid #f3f3f350;
                                    transition: all .3s ease-in-out;
                                }

                                i:hover {
                                    box-shadow: 3px 3px 20px #f3f3f315;
                                    background-color: #e5e7ff;
                                    color: #010101;
                                }
                            }
                        }
                    }
                }

                .footer-Child:nth-child(2),
                .footer-Child:nth-child(3) {
                    h3 {
                        font-size: 1.5rem;
                        color: #f1f1f1;
                        margin-bottom: 15px;
                    }

                    a {
                        font-size: 1rem;
                        color: #f2f2f2;
                        margin-bottom: 10px;
                        transition: all .3s ease-in-out;

                        i {
                            color: #e5e7ff;
                        }
                    }

                    a:hover {
                        transform: translateX(8px);
                    }

                    a:hover i {
                        color: #00FF9C;
                    }
                }

                .footer-Child:nth-child(4) {
                    h3 {
                        font-size: 1.5rem;
                        color: #f1f1f1;
                        margin-bottom: 15px;
                    }

                    .foot_ConCards {
                        width: 100%;
                        height: auto;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        flex-direction: column;
                        gap: 20px;

                        .f_ConCard {
                            width: 100%;
                            height: auto;
                            display: flex;
                            align-items: center;
                            justify-content: start;
                            gap: 5px;
                            background-color: #1931ba20;
                            backdrop-filter: blur(3px);
                            padding: 12px 10px;
                            border-radius: 5px;
                            border: 1px solid #1931ba60;

                            .f-conL {
                                width: auto;
                                height: auto;

                                i {
                                    padding: 5px;
                                    border-radius: 2px;
                                    border: none;
                                    background-color: #1931ba;
                                    color: #e5e7ff;
                                }
                            }

                            .f-conR {
                                width: auto;
                                height: auto;
                                margin-left: 5px;

                                a {
                                    /* word-break: break-all; */
                                    color: #f1f1f1;
                                    word-wrap: break-word;
                                    overflow-wrap: break-word;
                                    display: block;

                                }
                            }

                        }
                    }
                }
            }
        }

        /* main footer content */

        /* copyright */
        .footerCopyrights {
            width: 100%;
            height: auto;
            padding: 15px 0;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;

            p {
                font-size: 1rem;
                color: #d9d9d9;
            }
        }

        /* copyright */
    }


}

/* --- Tablet Optimizations (992px) --- */
@media screen and (max-width: 992px) {
    .globalFooterSection .globalFooterContainer .newsletterSection .newsletterContainer {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .globalFooterSection .globalFooterContainer .newsletterSection .newsletterContainer .newsletter-Left {
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .globalFooterSection .globalFooterContainer .newsletterSection .newsletterContainer .newsletter-Left p {
        max-width: 100%;
    }

    .globalFooterSection .globalFooterContainer .newsletterSection .newsletterContainer .newsletter-Right {
        width: 100%;
        justify-content: center;
    }

    .globalFooterSection .globalFooterContainer .newsletterSection .newsletterContainer .newsletter-Right form {
        justify-content: center;
        max-width: 600px;
        margin: 0 auto;
    }

    .globalFooterSection .globalFooterContainer .mainfooterSection .mainFooterContainer {
        grid-template-columns: 1fr 1fr;
    }

    .globalFooterSection .globalFooterContainer .mainfooterSection .mainFooterContainer .footer-Child:nth-child(1) {
        order: 1;
    }

    .globalFooterSection .globalFooterContainer .mainfooterSection .mainFooterContainer .footer-Child:nth-child(4) {
        order: 2;
    }

    .globalFooterSection .globalFooterContainer .mainfooterSection .mainFooterContainer .footer-Child:nth-child(2) {
        order: 3;
    }

    .globalFooterSection .globalFooterContainer .mainfooterSection .mainFooterContainer .footer-Child:nth-child(3) {
        order: 4;
    }
}

@media screen and (max-width:768px) {
    .globalFooterSection {
        padding: 0 10px;

        .globalFooterContainer {

            /* cta */
            .masterCtaSection {

                .masterCtaContainer {
                    margin: 60px 0;

                    h4 {
                        font-size: 14px;
                    }

                    h2 {
                        font-size: 2rem;
                        line-height: 1.2;
                        max-width: 100%;
                        margin-bottom: 15px;
                    }

                    p {
                        font-size: 1rem;
                    }

                    .bene {
                        justify-content: center;
                        align-items: center;
                        flex-wrap: wrap;
                        gap: 15px;
                    }

                    .master-ctaBtn {
                        font-size: 1rem;
                    }
                }
            }

            /* cta */


            /* main footer */
            .mainfooterSection {

                .mainFooterContainer {
                    grid-template-columns: 1fr;
                    gap: 50px;

                    .footer-Child:nth-child(1) {
                        align-items: center;
                        text-align: center;
                    }

                    .footer-Child:nth-child(1) .footer-Socials {
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                    }

                    .footer-Child:nth-child(2) a,
                    .footer-Child:nth-child(3) a {
                        padding: 8px 0;
                        margin-bottom: 5px;
                        display: inline-block;
                    }
                }
            }

            /* main footer */
        }
    }
}

/* --- Mobile Optimizations (576px) --- */
@media screen and (max-width: 576px) {
    .globalFooterSection .globalFooterContainer .masterCtaSection .masterCtaContainer h2 {
        font-size: 1.75rem;
    }

    .globalFooterSection .globalFooterContainer .masterCtaSection .masterCtaContainer .bene {
        flex-direction: column;
        align-items: center;
    }

    .globalFooterSection .globalFooterContainer .masterCtaSection .masterCtaContainer .master-ctaBtn {
        width: 100%;
        text-align: center;
    }

    .globalFooterSection .globalFooterContainer .newsletterSection .newsletterContainer .newsletter-Left h2 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .globalFooterSection .globalFooterContainer .newsletterSection .newsletterContainer .newsletter-Right form {
        flex-direction: column;
        width: 100%;
    }

    .globalFooterSection .globalFooterContainer .newsletterSection .newsletterContainer .newsletter-Right form input,
    .globalFooterSection .globalFooterContainer .newsletterSection .newsletterContainer .newsletter-Right form button {
        width: 100%;
    }
}

/* global footer */