    @font-face {
        font-family: font1;
        src: url('../fonts/Super\ Meatball.ttf') format('truetype'),

    }

    @font-face {
        font-family: font2;
        src: url('../fonts/Super\ Meatball.ttf') format('truetype'),


    }




    :root {
        --primary-color: ;
        --secondary-color: ;
        --accent-color: ;
        --tertiary-color: ;
        --font-1: font1;
        --font-2: font2;
        /* --font-3: font3; */

        --padding: ;
    }

    * {
        z-index: 2;
    }



    body,
    html {
        width: 100%;
        font-size: 24px;
        overflow-x: clip;
        background-color: var(--secondary-color);
        transition: all .4s ease;
        color: var(--secondary-color);
        scroll-behavior: smooth;
    }

    h1,
    h2 {
        text-shadow: 3px 3px #5555554e;

    }

    body {

        font-family: var(--font-2);
    }

    .grid {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: .8;
        background-image:
            linear-gradient(rgba(99, 102, 241, 0.1) 1px, transparent 1px),
            linear-gradient(90deg, rgba(99, 102, 241, 0.1) 1px, transparent 1px);
        background-size: 50px 50px;
        animation: gridMove 20s linear infinite;
        z-index: -1;
    }


    body::selection {
        background-color: var(--accent-color);
        color: #fff;
    }

    main {
        background: #f8dcfa;
        background: linear-gradient(90deg, rgba(248, 220, 250, 1) 0%, rgba(212, 188, 212, 1) 50%, rgba(226, 217, 255, 1) 100%);
        /* background: linear-gradient(135deg, #0a0e27 0%, #1a1347 25%, #2d1b69 50%, #1a1347 75%, #0a0e27 100%); */

        /* background-image: linear-gradient(to right top, #d39fd5, #d5a7da, #d7afe0, #d9b7e4, #dcbfe9, #e5bfe2, #ecc0db, #f0c2d4, #f0c1c1, #e6c3b4, #d8c6ae, #c8c8b0); */
        border-radius: 7px;
        position: relative;
    }

    nav {
        width: 100%;

        /* padding-top: 10px; */
    }


    nav ul {
        box-shadow: 4px 4px 0px black;
        border: 1px solid black;
        display: flex;
        gap: 25px;
        padding: 10px 20px;
        width: fit-content;
        position: relative;
        top: 17px;
        /* left: 10px; */
        align-items: center;
        margin: 0 auto;
        background: rgb(248, 237, 248);
        box-shadow: 5px 5px 0px black, rgb(255, 255, 255) 0px 3px 1px 0px inset;

        /* transition: all .3s ease; */
        &:hover {
            padding: 10px 40px;
            /* transform: scale(110%); */
        }
    }

    nav ul li {
        list-style-type: none;
        position: relative;
        top: 3px;
        font-size: 25px;

        &:hover {
            cursor: pointer;
            text-decoration: underline;
        }
    }



    .hero {
        min-height: 97dvh;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: relative;
        overflow: hidden;
        /* padding: var(--padding); */
    }

    .hero .imgs .img-1 {
        position: absolute;
        bottom: -90px;
        left: -300px;
        rotate: 35deg;

        display: none;
    }

    .hero .imgs .img-2 {
        position: absolute;
        bottom: -145px;
        left: 350px;
        rotate: 10deg;
        transform: scaleX(-1);
    }

    .hero .imgs .img-3 {
        position: absolute;
        bottom: -155px;
        left: 650px;
        rotate: -10deg;
        /* transform: scaleX(-1); */
    }


    .hero .text {
        position: relative;
        bottom: 30px
    }

    .hero h1 {
        font-family: var(--font-2);
        font-size: 120px;
        color: var(--accent-color);


    }

    .hero p {
        width: 70%;
        font-family: var(--font-1);
        margin: 0 auto;
        font-size: 25px;
        color: var(--secondary-color);
    }

    .hero .text p {
        font-size: 20px;
    }

    .hero .button {
        display: flex;
        position: absolute;
        bottom: 37px;
        right: 58px;
        align-items: center;
        gap: 5px;
        border: 1px solid var(--secondary-color);
        box-shadow: 4px 4px 0px var(--secondary-color);
        padding: 2px 7px;
        transition: all .2s ease;
        background: rgb(248, 237, 248);
        box-shadow: 5px 5px 0px black, rgb(255, 255, 255) 0px 3px 1px 0px inset;


        &:hover {
            transform: translateY(-4px);
        }
    }

    .hero .button i {
        font-size: 22px;
        transform: rotate(-135deg);
        color: var(--secondary-color);
    }



    marquee {
        width: 110%;
        font-family: var(--font-1);
        font-size: 90px;
        color: var(--accent-color);
        padding: 90px 0px;
    }


    /* section-1 */

    .section-1 {
        min-height: 100vh;
        padding: var(--padding);
    }

    .section-1 .container {
        width: 100%;
        min-height: 80vh;
        border-radius: 25px;
        border: 1px solid var(--secondary-color);
        box-shadow: 6px 6px 0px var(--secondary-color);
        padding: 40px 30px;
        padding-bottom: 80px;
        box-shadow: 5px 5px 0px black, rgb(235, 220, 240) -3px 3px 1px 0px inset;
        background: rgb(248, 237, 248);
        box-shadow: 5px 5px 0px black, rgb(255, 255, 255) 0px 3px 1px 0px inset;
        z-index: 5;

        --mask:
            radial-gradient(34.99px at 50% calc(100% - 48px), #000 99%, #0000 101%) calc(50% - 60px) 0/120px 100%,
            radial-gradient(34.99px at 50% calc(100% + 18px), #0000 99%, #000 101%) 50% calc(100% - 30px)/120px 100% repeat-x;
        -webkit-mask: var(--mask);
        mask: var(--mask);

    }

    .section-1 .heading {
        display: flex;
        justify-content: space-between;

    }

    .section-1 .heading p {
        font-family: var(--font-3);
        font-size: 20px;
        width: 100%;
        margin-left: auto;
        text-align: right;
    }

    .section-1 .heading h3 {
        font-size: 70px;
        text-wrap: nowrap;
    }

    .section-1 .content {
        display: flex;
        justify-content: space-between;
        gap: 30px;
        margin-top: 80px;
    }

    .section-1 .content div {
        background-color: rgba(201, 164, 206, 0.189);
        width: 100%;
        height: 400px;
        border-radius: 5px;
    }

    .section-1 .text {
        text-align: center;
        font-family: var(--font-2);
        width: 900px;
        font-size: 28px;
        font-weight: 100;
        margin: 0 auto;
        margin-top: 50px;
        color: var(--secondary-color);
        line-height: 32px;
    }

    span {
        color: var(--accent-color);
    }







    .div {
        padding: var(--padding);
        font-size: 40px;
        text-align: center;
        margin: 0 auto;
        font-family: var(--font-1);
    }



    /* section-2 */

    .section-2 {
        min-height: 85vh;
        padding: var(--padding);
    }

    .section-2 .container {
        display: flex;
        gap: 110px;
        flex-direction: column;
        align-items: center;
    }

    .section-2 .container .text {
        display: flex;
        flex-direction: column;
        gap: 10px;
        position: relative;
        top: 40px;
        text-align: center;
    }

    .section-2 .text h2 {
        font-size: 70px;
    }

    .section-2 .container .text p {
        font-family: var(--font-3);
        font-size: 20px;
        width: 80%;
        margin: 0 auto;
        color: var(--secondary-color);
    }


    .section-2 .content {}

    .section-2 .content .imgs {
        display: flex;
        gap: 40px;

    }

    .section-2 .content .imgs .img {
        height: 50vh;
        background-color: #b5808087;
        border-radius: 300px;
        width: 250px;
        box-shadow: 4px 4px 0px var(--secondary-color);
        display: flex;
        align-items: end;
        overflow: hidden;
        /* background-image: linear-gradient(to right bottom, #e7c5ed, #fec0d7, #ffc1bd, #fec8a7, #e7d39d);
         background: rgb(236, 213, 236); */
        box-shadow: 5px 5px 0px black, rgb(248, 243, 249) 0px 3px 1px 0px inset;
        transition: all .3s ease;

        &:hover {
            transform: translateY(-10px) scale(1.03);
            cursor: pointer;
        }

    }


    .section-2 .imgs img {
        width: 100%;
        margin-top: auto;


    }


    .section-2 .img-1 {
        align-items: start !important;

        background-image: radial-gradient(circle, #dbc793, #eaba91, #f3ad9a, #f3a2ab, #e79dbf);
    }

    .section-2 .img-2 {
        background-image: radial-gradient(circle, #d9dba2, #c0e3bb, #b3e7d6, #b9e8e9, #cae6f2);
    }

    .section-2 .img-3 {
        background-image: radial-gradient(circle, #cfa2df, #d8ace3, #e1b6e8, #eac0ed, #f2caf2);
    }



    /* section-3 */

    .section-3 {
        position: relative;
    }


    .section-3 .container {
        padding: var(--padding);
        display: flex;
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .section-3 .text {
        display: flex;
        flex-direction: column;
        gap: 7px;
    }

    .section-3 h2 {
        font-size: 90px;
    }

    .section-3 p {
        font-family: var(--font-3);
        font-size: 20px;
        width: min(800px, 100%);
        margin: 0 auto;
        margin-bottom: 60px;
    }

    .section-3 h5 {
        font-family: var(--font-1);
        font-size: 30px;
        /* color: var(--tertiary-color); */

    }

    .section-3 span {
        color: unset;
    }

    .section-3 .content {
        padding: 50px 30px;
        box-shadow: 3.5px 3.5px 0px black, rgb(255, 255, 255) 0px 1.4px 1px 0px inset;
        border-radius: 15px;
        background: #80808012;
        background: var(--secondary-color);
        color: var(--primary-color);
    }



    .date-container {
        background: rgba(255, 255, 255, 0.08);
        border-radius: 20px;
        padding: 30px;
        margin-bottom: 40px;
        border: 1px solid rgba(255, 255, 255, 0.1);

        box-shadow: 3.5px 3.5px 0px black, rgb(255, 255, 255) 0px 1.4px 1px 0px inset;

    }

    .date-label {
        color: rgba(255, 255, 255, 0.6);
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }

    .date-value {
        color: white;
        font-size: 32px;
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .calendar-icon {
        width: 40px;
        height: 40px;
        background: linear-gradient(135deg, #667eea, #764ba2);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
    }

    .countdown {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        margin-bottom: 40px;
    }

    .countdown-item {
        background: rgba(255, 255, 255, 0.05);
        border-radius: 15px;
        padding: 20px;
        text-align: center;
        border: 1px solid rgba(255, 255, 255, 0.1);
        transition: transform 0.3s ease;


        box-shadow: 3.5px 3.5px 0px black, rgb(255, 255, 255) 0px 1.4px 1px 0px inset;

    }

    .countdown-item:hover {
        transform: translateY(-5px);
        background: rgba(255, 255, 255, 0.08);
    }

    .countdown-number {
        font-size: 42px;
        font-weight: 800;
        color: white;
        display: block;
        margin-bottom: 5px;
    }

    .countdown-label {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.6);
        text-transform: uppercase;
        letter-spacing: 1px;
        font-family: var(--font-3);
    }

    .presale-details {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
        margin-bottom: 40px;
    }

    .detail-item {
        background: rgba(255, 255, 255, 0.05);
        padding: 20px;
        border-radius: 15px;
        border: 1px solid rgba(255, 255, 255, 0.1);

        box-shadow: 3.5px 3.5px 0px black, rgb(255, 255, 255) 0px 1.4px 1px 0px inset;

    }

    .detail-label {
        color: rgba(255, 255, 255, 0.6);
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 8px;
    }

    .detail-value {
        color: white;
        font-size: 20px;
        font-weight: 700;
    }

    .button-group {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    .section-3 .btn {
        padding: 18px 40px;
        border-radius: 50px;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }

    .btn-primary {
        background: var(--primary-color);
        color: var(--secondary-color);
        flex: 1;
        min-width: 200px;
        font-size: 18px !important;
        /* font-family: var(--font-2); */
        border-radius: 10px !important;
        box-shadow: 3.5px 3.5px 0px black, rgb(255, 255, 255) 0px 3px 1px 0px inset;

    }

    .btn-primary:hover {
        transform: translateY(-3px);
    }

    .btn-secondary {
        background: transparent;
        color: white;
        border: 2px solid rgba(255, 255, 255, 0.3);
        flex: 1;
        min-width: 200px;
    }

    .btn-secondary:hover {
        background: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.5);
    }



    /* FAQ Section */

    .faq {
        position: relative;


    }

    .faq * {
        transition: all .5s ease;
    }


    .faq .container {
        max-width: 900px;
        margin: 0 auto;
        padding: var(--padding);
    }

    .faq h1 {
        text-align: center;
        color: var(--secondary-color);
        margin-bottom: 60px;
        font-size: 2.5em;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
        text-shadow: 3px 3px #5555554e;


    }

    .faq-item {
        background: white;
        margin-bottom: 20px;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;

        background: rgb(248, 237, 248);
        box-shadow: 5px 5px 0px black, rgb(255, 255, 255) 0px 3px 1px 0px inset !important;


    }

    .faq-item:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

    .faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 23px 25px;
        cursor: pointer;
        user-select: none;
        background: white;
        transition: background 0.3s ease;

        background: rgb(248, 237, 248);
        box-shadow: 5px 5px 0px black, rgb(255, 255, 255) 0px 3px 1px 0px inset !important;


    }

    .faq-question:hover {
        background: #f8f9fa;
    }

    .question-text {
        font-size: 1.1em;
        font-weight: 600;
        color: var(--tertiary-color);
        flex: 1;
        padding-right: 20px;
    }

    .toggle-btn {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: var(--secondary-color);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5em;
        font-weight: 300;
        transition: all 0.3s ease;
        flex-shrink: 0;
    }

    .toggle-btn p {
        height: 30px;
        position: relative;
        left: 1.5px;
        top: 1.5px;
    }

    .faq-item.active .toggle-btn {
        background: #764ba2;
        transform: rotate(180deg);
    }

    .faq-answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, padding 0.3s ease;
        background: #f8f9fa;
        padding: 0px 25px;
    }

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

    .answer-text {
        color: #555;
        line-height: 1.6;
        font-size: 20px;
        font-family: var(--font-3);
    }



    /* section 5 , contact section */

    .contact.section-5 {
        min-height: 100vh;
        background-color: var(--tertiary-color);
        color: var(--tertiary-color);

        background: var(--secondary-color);
        color: whitesmoke;


    }

    .section-5 * {
        color: var(--primary-color) !important;
    }

    .contact .container {
        padding: var(--padding);


    }

    .contact h1 {
        font-size: 70px;
        text-align: center;
    }



  




    /* loader */

    .loader {
        background-color: var(--secondary-color);
        position: fixed;
        width: 100vw;
        height: 100vh;
        z-index: 999;
        transition: all .45s ease;
        display: none !important;
    }

    .loader .ring {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 250px;
        height: 250px;
        background: transparent;
        border: 3px solid #3c3c3c;
        border-radius: 50%;
        text-align: center;
        line-height: 150px;
        font-family: sans-serif;
        font-size: 20px;
        color: var(--primary-color);
        letter-spacing: 4px;
        text-transform: uppercase;
        text-shadow: 0 0 10px rgba(249, 244, 250, 0.598);
        box-shadow: 0 0 20px rgba(0, 0, 0, .5);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 25px;
        font-family: var(--font-2);

    }

    .loader .ring:before {
        content: '';
        position: absolute;
        top: -3px;
        left: -3px;
        width: 100%;
        height: 100%;
        border: 3px solid transparent;
        border-top: 3px solid var(--primary-color);
        border-right: 3px solid var(--primary-color);
        border-radius: 50%;
        animation: animateC 2s linear infinite;
    }

    .loader span {
        display: block;
        position: absolute;
        top: calc(50% - 2px);
        left: 50%;
        width: 50%;
        height: 4px;
        background: transparent;
        transform-origin: left;
        animation: animate 2s linear infinite;
    }

    .loader span:before {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: var(--primary-color);
        top: -6px;
        right: -8px;
        box-shadow: 0 0 20px var(--primary-color);
    }

    @keyframes animateC {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    @keyframes animate {
        0% {
            transform: rotate(45deg);
        }

        100% {
            transform: rotate(405deg);
        }
    }