.section {
    width: 100vw;
    min-height: 100vh;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#vanta-bg-home,
#vanta-bg-events,
#vanta-bg-gallery,
#vanta-bg-contact,
#vanta-bg-about,
#vanta-bg-awards {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.text h1 {
    --font-color: #323232;
    --bg-color: #fff;
    --main-color: #404040;
    font-size: clamp(90px, 20vw, 280px);
    line-height: clamp(50px, 15vw, 10px);
    z-index: 1;
    color: #ffff;
    position: absolute;
    top: clamp(20%, 15vw, 10%);
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Jersey 10", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-shadow: 6px 6px var(--main-color);
    opacity: 1;
}

.text p {
    font-size: clamp(30px, 5vw, 30px);
    z-index: 1;
    color: #ffff;
    position: absolute;
    top: clamp(60%, 15vw, 30%);
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Jersey 10", sans-serif;
    font-weight: 100;
    font-style: normal;
    opacity: 1;
}

.text2 p {
    display: none;
}

.text4 p {
    font-size: clamp(16px, 4vw, 24px);
    line-height: 1.4;
    z-index: 1;
    color: #ffff;
    text-align: center;
    margin: 0 auto 40px auto;
    padding: 0 20px;
    font-family: "Jersey 10", sans-serif;
    font-weight: 100;
    font-style: normal;
    opacity: 1;
    display: block;
    width: 90%;
    max-width: 800px;
}

.text3 p {
    font-size: clamp(11px, 2vw, 21px);
    line-height: clamp(28px, 0vw, 150px);
    z-index: 1;
    width: 70%;
    text-align: center;
    text-wrap: pretty;
    color: #ffff;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Jersey 10", sans-serif;
    font-style: normal;
    opacity: 1;
}

/* From Uiverse.io by andrew-demchenk0 */
.button {
    position: absolute;
    top: clamp(70%, 15vw, 40%);
    left: 45%;
    z-index: 1;
    --font-color: #323232;
    --bg-color: #fff;
    --main-color: #404040;
    width: 130px;
    height: 40px;
    border-radius: 5px;
    border: 2px solid var(--main-color);
    background-color: var(--bg-color);
    box-shadow: 4px 4px var(--main-color);
    font-size: 17px;
    font-weight: 600;
    color: var(--font-color);
    cursor: pointer;
    opacity: 1;
}

.button:active {
    box-shadow: 0px 0px var(--main-color);
    transform: translate(3px, 3px);
}

.button a {
    text-decoration: none;
    color: inherit;
}

.header {
    position: fixed;
    /* Fixed to make it stay at the top */
    top: 0;
    left: 0;
    /* Aligns the header to the left of the page */
    width: calc(100% - 17px);
    /* Subtracts a bit from the width to avoid overlap with the scrollbar */
    background-color: rgba(255, 255, 255, 0.1);
    /* Transparent white background */
    backdrop-filter: blur(10px);
    /* The blur effect */
    -webkit-backdrop-filter: blur(10px);
    /* For Safari */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Optional: shadow for better visual effect */
    z-index: 1000;
    padding: 35px 0;
    /* Add some padding for spacing */
}

.header nav {
    z-index: 1001;
    position: fixed;
    /* Fixed for the nav as well */
    top: 0;
    padding: 5px;
    left: 52%;
    /* Keep your alignment */
    font-family: "Jersey 10", sans-serif;
    font-style: normal;
    font-size: 25px;
}

.header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    /* Adjust based on spacing needs */
}

.header li {
    margin: 30px;
}

.header a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    display: inline-block;
    position: relative;
    transition: transform 0.2s ease;
}

.header a:active {
    transform: translateX(4px);
}

.header a:hover {
    text-decoration: underline;
    color: #a241d6;
}

.text3 h1 {
    --font-color: #323232;
    --bg-color: #fff;
    --main-color: #404040;
    opacity: 1;
    font-size: clamp(50px, 15vw, 280px);
    line-height: clamp(80px, 15vw, 100px);
    z-index: 1;
    color: #ffff;
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translate(-50%, -50%);
    font-family: "Jersey 10", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-shadow: 6px 6px var(--main-color);
}

.text4 h1 {
    --font-color: #323232;
    --bg-color: #fff;
    --main-color: #404040;
    opacity: 1;
    font-size: clamp(50px, 15vw, 280px);
    line-height: clamp(80px, 15vw, 100px);
    z-index: 1;
    color: #ffff;
    text-align: center;
    margin: 0 auto 40px auto;
    padding: 80px 0 20px 0;
    font-family: "Jersey 10", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-shadow: 6px 6px var(--main-color);
    width: 100%;
}

.text2 h1 {
    --font-color: #323232;
    --bg-color: #fff;
    --main-color: #404040;
    opacity: 1;
    font-size: clamp(50px, 15vw, 280px);
    line-height: clamp(80px, 15vw, 100px);
    z-index: 1;
    color: #ffff;
    text-align: center;
    margin: 0 auto 60px auto;
    padding: 80px 0 20px 0;
    font-family: "Jersey 10", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-shadow: 6px 6px var(--main-color);
    width: 100%;
}

.cards-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    /* Add some space between the cards */
    padding: 20px 90px 90px 90px;
    /* Add padding around the container */
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    opacity: 1;
}

.card img,
.card1 img,
.card2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensure the image covers the entire card */
    position: absolute;
    /* Position the image absolutely */
    top: 0;
    left: 0;
    z-index: 0;
    /* Place the image behind other content */
    opacity: 0.3;
    z-index: 3;
    /* Adjust transparency if you want to see the content more clearly */
}

.card,
.card1,
.card2 {
    width: 300px;
    height: 280px;
    /* Fixed height to make all cards the same size */
    padding: 20px;
    background: #000000;
    box-shadow: 6px 6px 0 #404040;
    transition: transform 0.3s, box-shadow 0.3s;
    z-index: 3;
    /* Ensure it's on top */
    font-family: "Readex Pro", sans-serif;
    position: relative;
    opacity: 1;
    display: flex;
    flex-direction: column;
}

.card:hover,
.card1:hover,
.card2:hover {
    transform: translate(-5px, -5px);
    box-shadow: 12px 12px 0 #404040;
}

.card__title,
.card1__title,
.card2__title {
    font-size: 32px;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 4;
}


.card__title::after,
.card1__title::after,
.card2__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 3px;
    background-color: #ffffff;
    transform: translateX(-100%);
    transition: transform 0.3s;
}

.card:hover .card__title::after,
.card1:hover .card1__title::after,
.card2:hover .card2__title::after {
    transform: translateX(0);
}

.card__content,
.card1__content,
.card2__content {
    z-index: 10;
    font-size: 16px;
    line-height: 1.4;
    color: #ffffff;
    margin-bottom: 20px;
    font-family: "Readex Pro", sans-serif;
    /* Consistent font */
    flex-grow: 1;
    /* Allow content to expand and fill available space */
}


.card__form,
.card1__form,
.card2__form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 5;
    margin-top: auto;
    /* Push button to bottom */
}

.card__form input,
.card1__form input,
.card2__form input {
    padding: 10px;
    border: 3px solid #ffffff;
    font-size: 16px;
    transition: transform 0.3s;
    width: calc(100% - 26px);
    z-index: 5;
}

.card__form input:focus,
.card1__form input:focus,
.card2__form input:focus {
    outline: none;
    transform: scale(1.05);
    background-color: #5f5f5f;
    color: #ffffff;
}

.card__button,
.card1__button,
.card2__button {
    border: 3px solid #2e2e2e;
    background: #404040;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s;
    width: 50%;
    height: 100%;
    font-family: "Readex Pro", sans-serif;
    /* Consistent font */
    z-index: 4;
    /* Ensure it's on top */
}

.card__button::before,
.card1__button::before,
.card2__button::before {
    content: "Sure?";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 105%;
    background-color: #a241d6;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(100%);
    transition: transform 0.3s;
}

.card__button:hover::before,
.card1__button:hover::before,
.card2__button:hover::before {
    transform: translateY(0);
}

.card__button:active,
.card1__button:active,
.card2__button:active {
    transform: scale(0.95);
}

@keyframes glitch {
    0% {
        transform: translate(2px, 2px);
    }

    25% {
        transform: translate(-2px, -2px);
    }

    50% {
        transform: translate(-2px, 2px);
    }

    75% {
        transform: translate(2px, -2px);
    }

    100% {
        transform: translate(2px, 2px);
    }
}

.glitch {
    animation: glitch 0.3s infinite;
}

.scroll-wrapper {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: 100%;
}

.scroll-container {
    display: flex;
    gap: 30px;
    height: 100%;
    padding: 20px 0;
    animation: scroll 20s linear infinite;
}

.scroll-container:hover {
    animation-play-state: paused;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.card0-container:hover {
    animation-play-state: paused;
    /* Pause on hover */
}

.card0-container {
    display: flex;
    scroll-snap-type: x mandatory;
    overflow-x: auto;
    /* Enable horizontal scrolling */
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    gap: 20px;
    scroll-padding-top: 24px;
    border-radius: 8px;
    position: relative;
    /* Remove animation for better mobile experience */
    
    /* Add fade/blur effect at edges */
    mask: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
    -webkit-mask: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
}

.card0,
.card01,
.card02,
.card03,
.card04,
.card05,
.card06 {
    flex: 0 0 300px;
    /* Fixed width for consistency */
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #242824;
    padding: 10px;
    border-radius: 6px;
    gap: 0.5rem;
    height: 350px;
    /* Fixed height for consistency */
    min-width: 280px;
    /* Ensure cards don't get too small */
}



.card0_form img,
.card01_form img,
.card02_form img,
.card03_form img,
.card04_form img,
.card05_form img,
.card06_form img {
    z-index: 0;
    position: relative;
    width: 100%;
    height: 15em;
    border-radius: 4px;
    background-color: #ffffff;
    transition: 0.2s ease-in-out;
    overflow: hidden;
    opacity: 3;
}

.card0_form span,
.card01_form span,
.card02_form span,
.card03_form span,
.card04_form span,
.card05_form span,
.card06_form span {
    z-index: 1;
    font-size: 1.2em;
    line-height: 1.5em;
    letter-spacing: 0.01em;
    position: absolute;
    inset: 0;
    text-wrap-mode: wrap;
    padding: 5px 10px;
    color: #fff;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    opacity: 0;
    transition: all 0.2s ease-in-out;
    font-family: "Jersey 10", sans-serif;
    font-style: normal;
}

/* Restore original hover effects and card data styling */
.card0:hover .card0_form span,
.card01:hover .card01_form span,
.card02:hover .card02_form span,
.card03:hover .card03_form span,
.card04:hover .card04_form span,
.card05:hover .card05_form span,
.card06:hover .card06_form span,
.card0:hover .card0_data span,
.card01:hover .card01_data span,
.card02:hover .card02_data span,
.card03:hover .card03_data span,
.card04:hover .card04_data span,
.card05:hover .card05_data span,
.card06:hover .card06_data span {
    opacity: 1;
}

.card0_data,
.card01_data,
.card02_data,
.card03_data,
.card04_data,
.card05_data,
.card06_data {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card0_data span,
.card01_data span,
.card02_data span,
.card03_data span,
.card04_data span,
.card05_data span,
.card06_data span {
    color: #9147ff;
    display: flex;
    align-items: center;
    font-size: 0.9em;
    transition: 0.2s ease-in-out;
    opacity: 0;
    cursor: pointer;
}

.card0_data span:hover,
.card01_data span:hover,
.card02_data span:hover,
.card03_data span:hover,
.card04_data span:hover,
.card05_data span:hover,
.card06_data span:hover {
    text-decoration: underline;
}

.text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: white;
}

.text_m {
    font-size: 0.9em;
}

.text_s {
    color: #9147ff;
    font-size: 0.6em;
}

.cube {
    width: max-content;
    height: 10px;
    transition: all 0.2s;
    transform-style: preserve-3d;
}

.card0:hover .cube,
.card01:hover .cube,
.card02:hover .cube,
.card03:hover .cube,
.card04:hover .cube,
.card05:hover .cube,
.card06:hover .cube {
    transform: rotateX(90deg);
}

.side {
    width: max-content;
    height: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: bold;
}

.top {
    transform: rotateX(-90deg) translate3d(0, 0, 0em);
}

.front {
    transform: translate3d(0, 0, 1em);
}


.header img {
    width: 5.5%;
    z-index: 1;
    position: fixed;
    left: 3%;
    top: 3%;
}

/* From Uiverse.io by MuhammadHasann */
/* .carda {
                    top: 36.5%;
                    left: 9.5%;
                    --lime-500: #222222;
                    --violet-700: #8a07b8;
                    z-index: 5;
                    overflow: hidden;
                    position: relative;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    gap: 0.75rem;
                    
                    padding: 1rem;
                    width: 75rem;
                    height: auto;
                    min-height: 20rem;
                    background-color: var(--lime-500);
        
                    border-radius: 0.5rem;
                }
        
                .carda::before {
                    content: "";
                    position: absolute;
                    top: 7rem;
                    right: 2rem;
        
                    width: 1.25rem;
                    aspect-ratio: 1 / 1;
                    background-color: var(--violet-700);
        
                    border-radius: 9999px;
                }
        
                .carda::after {
                    content: "";
                    position: absolute;
                    top: 8.75rem;
                    right: -0.5rem;
        
                    width: 3rem;
                    aspect-ratio: 1 / 1;
                    background-color: var(--violet-700);
        
                    border-radius: 9999px;
                }
        
                .carda .carousel {
                    position: absolute;
                    left: 0;
        
                    animation: carousel 15s linear var(--carousel_direction, normal) infinite;
                }
        
                .carda .carousel[data-direction="right"] {
                    --carousel_direction: reverse;
                }
        
                .carda .carousel[data-position="top"] {
                    top: 0.75rem;
                }
        
                .carda .carousel[data-position="bottom"] {
                    bottom: 0.75rem;
                }
        
                .carda .carousel .carousel__text {
                    font-size: 1rem;
                    color: rgb(255, 255, 255);
                    text-wrap: nowrap;
                }
        
                @keyframes carousel {
                    to {
                        transform: translate(-50%);
                    }
                }
        

        
                .carda .image svg {
                    width: 1.5rem;
                    fill: white;
                }
        
                .carda .title {
                    position: relative;
                    z-index: 10;
        
                    font-size: 1rem;
                    color: black;
                    font-weight: bold;
                }
        
                .carda .paragraph {
                    position: relative;
                    z-index: 10;
        
                    padding-right: 0.25rem;
        
                    font-size: 0.75rem;
                    color: black;
                } */

.container {
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 160px;
    margin-top: 50px;
    justify-content: center;
}

/* Default: Logos are stacked (for mobile) */
.logos {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

/* Logo sizes remain unchanged */
.logo1 {
    width: 200px;
    height: 100px;
    margin-top: 420px;
}

.logo2 {
    width: 265px;
    height: 140px;
    margin-top: 420px;
}

.logo3 {
    width: 180px;
    height: 150px;
    margin-top: 420px;
}

.btn111 a {
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 150px;
    margin-top: 50px;
    justify-content: center;

}

.button-cs {
    position: absolute;
    margin-top: 5px;
    left: 20%;
    z-index: 5;
    --font-color: #323232;
    --bg-color: #fff;
    --main-color: #404040;
    width: 150px;
    height: 40px;
    border-radius: 5px;
    border: 2px solid var(--main-color);
    background-color: var(--bg-color);
    box-shadow: 4px 4px var(--main-color);
    font-size: 17px;
    font-weight: 600;
    color: var(--font-color);
    cursor: pointer;
    opacity: 1;
}

.button-cs:active {
    box-shadow: 0px 0px var(--main-color);
    transform: translate(3px, 3px);
}

.button-cs a {
    text-decoration: none;
    color: inherit;
}

.button-mtts {
    position: absolute;
    margin-top: 5px;
    left: 46%;
    z-index: 1;
    --font-color: #323232;
    --bg-color: #fff;
    --main-color: #404040;
    width: 150px;
    height: 40px;
    border-radius: 5px;
    border: 2px solid var(--main-color);
    background-color: var(--bg-color);
    box-shadow: 4px 4px var(--main-color);
    font-size: 17px;
    font-weight: 600;
    color: var(--font-color);
    cursor: pointer;
    opacity: 1;
}

.button-mtts:active {
    box-shadow: 0px 0px var(--main-color);
    transform: translate(3px, 3px);
}

.button-mtts a {
    text-decoration: none;
    color: inherit;
}

.button-wie {
    position: absolute;
    margin-top: 5px;
    left: 71%;
    z-index: 1;
    --font-color: #323232;
    --bg-color: #fff;
    --main-color: #404040;
    width: 150px;
    height: 40px;
    border-radius: 5px;
    border: 2px solid var(--main-color);
    background-color: var(--bg-color);
    box-shadow: 4px 4px var(--main-color);
    font-size: 17px;
    font-weight: 600;
    color: var(--font-color);
    cursor: pointer;
    opacity: 1;
}

.button-wie:active {
    box-shadow: 0px 0px var(--main-color);
    transform: translate(3px, 3px);
}

.button-wie a {
    text-decoration: none;
    color: inherit;
}


.text5 h1 {
    --font-color: #323232;
    --bg-color: #fff;
    --main-color: #404040;
    opacity: 1;
    margin-top: 0%;
    font-size: 210px;
    /* line-height: 100px; */
    z-index: 1;
    color: #ffff;
    text-align: center;
    font-family: "Jersey 10", sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 0%;
    text-shadow: 6px 6px var(--main-color);
}

.footer {
    position: relative;
    /* box-sizing: border-box; */
    /* width: 100%; */
    text-align: left;
    margin-top: 0%;
    font: bold 16px sans-serif;
    padding: 50px;
    color: #fff !important;
    margin-bottom: 0%;
    bottom: 0%;
}

.footer .footer-left,
.footer .footer-center,
.footer .footer-right {
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer .footer-left {
    width: 40%;
}


.footer h3 {
    font-family: "Jersey 10", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-shadow: 6px 6px var(--main-color);
    font-size: 40px;
}

.footer h3 span {
    color: teal;
}

/* Footer links */

.footer .footer-links {
    color: #ffffff;
    margin: 20px 0 12px;
    padding: 0;
}

.footer .footer-links a {
    display: inline-block;
    line-height: 1.8;
    font-weight: 400;
    text-decoration: none;
    color: inherit;
}

.footer .footer-name {
    color: teal;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

/* Footer Center */

.footer .footer-center {
    width: 35%;
}

.footer .footer-center i {
    background-color: #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}

.footer .footer-center p {
    display: inline-block;
    color: #ffffff;
    font-weight: 400;
    vertical-align: middle;
    margin: 0;
}

.footer .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer .footer-center p a {
    color: teal;
    text-decoration: none;
    ;
}

.footer .footer-links a:before {
    content: "|";
    font-weight: 300;
    font-size: 20px;
    left: 0;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
}

.footer .footer-links .link-1:before {
    content: none;
}

/* Footer Right */

.footer .footer-right {
    width: 20%;

}

.footer .footer-about {
    line-height: 20px;
    color: #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;

}

.footer .footer-about span {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: "Jersey 10", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-shadow: 6px 6px var(--main-color);
    font-size: 40px;
}

.footer .footer-socials {
    margin-top: 20px;
}

.footer .footer-socials a {
    display: inline-block;
    font-size: 35px;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.footer .logo {
    max-width: 100px;
    height: 100px;
    width: 100px
}


@media (max-width: 800px) {

    .footer {
        font: bold 14px sans-serif;
    }

    .footer .footer-left,
    .footer .footer-center,
    .footer .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .footer .footer-center i {
        margin-left: 0;
    }
}

@media screen and (min-width: 768px) {
    .menu-toggle {
        display: none;
    }
}

@media only screen and (max-width: 800px) {
    .text h1 {
        font-size: clamp(15rem, 90vw, 20rem);
        margin: 0;
        padding: 0;
        white-space: nowrap;
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
        letter-spacing: 4px;
        text-shadow: 8px 8px var(--main-color);
        font-weight: 800;
    }

    .text p {
        font-size: clamp(24px, 5vw, 36px);
        line-height: 1.2;
        letter-spacing: 2px;
        color: #fff;
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: "Jersey 10", sans-serif;
        font-weight: 100;
        text-align: center;
        margin: 0;
        padding: 0 20px;
        width: 100%;
        max-width: 800px;
    }

    .button {
        display: none;

    }

    .button:active {
        box-shadow: 0px 0px var(--main-color);
        transform: translate(3px, 3px);
    }

    .button a {
        text-decoration: none;
        color: inherit;
        padding: 10px;
    }

    .header {
        position: fixed;
        /* Fixed to make it stay at the top */
        top: 0;
        left: 0;
        /* Aligns the header to the left of the page */
        width: calc(100% - 17px);
        /* Subtracts a bit from the width to avoid overlap with the scrollbar */
        background-color: rgba(255, 255, 255, 0.1);
        /* Transparent white background */
        backdrop-filter: blur(10px);
        /* The blur effect */
        -webkit-backdrop-filter: blur(25px);
        /* For Safari */
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        /* Optional: shadow for better visual effect */
        z-index: 1000;
        padding: 16px 10px;
        /* Add some padding for spacing */
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header img {
        width: 17%;
        z-index: 1;
        position: relative;
        margin: 0;
    }

    .header nav {
        position: relative;
    }

    .header ul {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 70px;
        right: 0;
        width: 300px;
        background-color: rgba(0, 0, 0, 0.95);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
        border-radius: 12px;
        backdrop-filter: blur(15px);
        z-index: 1000;
        padding: 10px 0;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .header li {
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        transition: background-color 0.3s ease;
    }

    .header li:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .header li:last-child {
        border-bottom: none;
    }

    .header a {
        padding: 20px 25px;
        font-size: 18px;
        color: #fff;
        display: flex;
        align-items: center;
        transition: all 0.3s ease;
    }

    .header a:hover {
        color: #a241d6;
        padding-left: 30px;
    }

    .menu-toggle {
        display: block;
        cursor: pointer;
        font-size: 28px;
        color: #fff;
        position: relative;
        z-index: 1002;
        padding: 10px;
        border-radius: 8px;
        transition: all 0.3s ease;
        margin-left: auto;
        background-color: rgba(255, 255, 255, 0.1);
    }

    .menu-toggle:hover {
        background-color: rgba(255, 255, 255, 0.2);
        transform: scale(1.05);
    }

    .text3 h1 {
        padding: 10px;
        --font-color: #323232;
        --bg-color: #fff;
        --main-color: #404040;
        opacity: 1;
        font-size: clamp(60px, 30vw, 90px);
        line-height: clamp(75px, 20vw, 95px);
        /* Adjusted for better spacing */
        z-index: 1;
        text-align: center;
        color: #ffff;
        position: absolute;
        left: 50%;
        /* Centering */
        top: 5%;
        /* Keep as is */
        transform: translate(-50%, 0);
        /* Adjusting translation */
        font-family: "Jersey 10", sans-serif;
        font-weight: 600;
        font-style: normal;
        text-shadow: 6px 6px var(--main-color);
        white-space: nowrap;
        /* Prevent wrapping */
    }

    .text3 p {
        font-size: clamp(11px, 14vw, 16px);
        line-height: 1;
        /* Better readability */
        letter-spacing: 2px;
        color: #fff;
        position: absolute;
        top: 35%;
        /* Positioned below h1 */
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: "Jersey 10", sans-serif;
        font-weight: 100;
        text-align: center;
        margin: 0;
        padding: 10px;
        width: 90%;
        /* Prevents text from stretching too wide */
        max-width: 800px;
        /* Optional: Limits paragraph width */
    }

    .text2 p {
        font-size: clamp(13px, 14vw, 18px);
        line-height: 1;
        /* Better readability */
        letter-spacing: 2px;
        color: #fff;
        position: absolute;
        top: 29%;
        /* Positioned below h1 */
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: "Jersey 10", sans-serif;
        font-weight: 100;
        text-align: center;
        margin: 0;
        padding: 0;
        width: 90%;
        /* Prevents text from stretching too wide */
        max-width: 800px;
        /* Optional: Limits paragraph width */
    }

    /* Main container centers everything */
    .container {
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        margin-top: 55px;
    }

    /* Logos section */
    .logos {
        position: relative;
        display: flex;
        flex-direction: column;
        /* Keep vertical alignment */
        align-items: center;
        justify-content: center;
        /* Ensure logos stay centered */
        gap: 20px;
        /* Prevents overlap */
    }

    /* Logo 1 */
    .logo1 {
        width: 130px;
        height: 80px;
        margin-top: 380px;
        /* Kept as is */
    }

    /* Logo 2 */
    .logo2 {
        width: 130px;
        height: 70px;
        margin-top: 25px;
        /* Kept as is */
    }

    /* Logo 3 */
    .logo3 {
        width: 80px;
        height: 80px;
        margin-top: 23px;
        /* Kept as is */
    }

    /* Button Styling */
    .button-mtts,
    .button-cs,
    .button-wie {
        display: none;
    }

    .logos a {
        display: block;
        /* Make the whole image clickable */
        text-align: center;
    }

    .logos img {
        cursor: pointer;
    }

    .text2 h1 {
        --font-color: #323232;
        --bg-color: #fff;
        --main-color: #404040;
        opacity: 1;
        font-size: clamp(60px, 30vw, 90px);
        line-height: clamp(75px, 20vw, 35px);
        z-index: 1;
        color: #ffff;
        text-align: center;
        margin: 0 auto 40px auto;
        padding: 60px 0 20px 0;
        font-family: "Jersey 10", sans-serif;
        font-weight: 600;
        font-style: normal;
        text-shadow: 6px 6px var(--main-color);
        width: 100%;
    }

    .text2 p {
        font-size: clamp(13px, 16vw, 18px);
        line-height: 1;
        /* Better readability */
        letter-spacing: 2px;
        color: #fff;
        font-family: "Jersey 10", sans-serif;
        font-weight: 100;
        text-align: center;
        margin: 0 auto 30px auto;
        padding: 0;
        width: 90%;
        /* Prevents text from stretching too wide */
        max-width: 800px;
        /* Optional: Limits paragraph width */
    }

    .text4 h1 {
        --font-color: #323232;
        --bg-color: #fff;
        --main-color: #404040;
        opacity: 1;
        font-size: clamp(60px, 30vw, 90px);
        line-height: clamp(75px, 20vw, 35px);
        z-index: 1;
        color: #ffff;
        text-align: center;
        margin: 0 auto 40px auto;
        padding: 60px 0 20px 0;
        font-family: "Jersey 10", sans-serif;
        font-weight: 600;
        font-style: normal;
        text-shadow: 6px 6px var(--main-color);
        width: 100%;
    }

    .text4 p {
        font-size: clamp(13px, 4vw, 18px);
        line-height: 1.4;
        /* Better readability */
        letter-spacing: 1px;
        color: #fff;
        font-family: "Jersey 10", sans-serif;
        font-weight: 100;
        text-align: center;
        margin: 0 auto 30px auto;
        padding: 0 20px;
        width: 90%;
        /* Prevents text from stretching too wide */
        max-width: 800px;
        display: block;
        /* Optional: Limits paragraph width */
    }

    .card0-container {
        display: flex;
        scroll-snap-type: x mandatory;
        overflow-x: auto;
        /* Enables horizontal scrolling */
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 20px 10px;
        box-sizing: border-box;
        gap: 15px;
        scroll-padding: 20px;
        /* Snap padding */
        border-radius: 8px;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        /* Smooth scrolling on iOS */

        /* Custom scrollbar styling */
        scrollbar-width: thin;
        /* For Firefox */
        scrollbar-color: #888 #333;
        /* For Firefox */
        
        /* Add fade/blur effect at edges for mobile */
        mask: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
        -webkit-mask: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
    }

    /* Custom scrollbar for Chrome/Safari */
    .card0-container::-webkit-scrollbar {
        height: 8px;
        /* Makes scrollbar thinner (horizontal) */
    }

    .card0-container::-webkit-scrollbar-track {
        background: #f1f1f1;
        /* Track color */
        border-radius: 4px;
    }

    .card0-container::-webkit-scrollbar-thumb {
        background: #888;
        /* Thumb color */
        border-radius: 4px;
    }

    .card0-container::-webkit-scrollbar-thumb:hover {
        background: #555;
        /* Darker on hover */
    }

    .scroll-container {
        display: flex;
        gap: 10px;
        scroll-snap-align: start;
        transition: transform 0.5s ease-out;
    }

    .scroll-container:hover {
        animation-play-state: paused;
    }

    .cards-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
        /* Add some space between the cards */
        padding: 20px;
        /* Add padding around the container */
        margin: 0 auto;
        opacity: 1;
        text-align: center;
        width: 100%;
        max-width: 400px;
    }

    .card img,
    .card1 img,
    .card2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* Ensure the image covers the entire card */
        position: absolute;
        /* Position the image absolutely */
        top: 0;
        padding-left: 0%;
        z-index: 0;
        /* Place the image behind other content */
        opacity: 0.3;
        z-index: 3;
        /* Adjust transparency if you want to see the content more clearly */
    }

    .card,
    .card1,
    .card2 {
        width: 250px;
        height: 200px;
        /* Fixed height to make all cards the same size */
        padding: 25px;
        background: #000000;
        box-shadow: 6px 6px 0 #404040;
        transition: transform 0.3s, box-shadow 0.3s;
        z-index: 3;
        /* Ensure it's on top */
        font-family: "Readex Pro", sans-serif;
        position: relative;
        opacity: 1;
        display: flex;
        flex-direction: column;
    }

    .card:hover,
    .card1:hover,
    .card2:hover {
        transform: translate(-5px, -5px);
        box-shadow: 12px 12px 0 #404040;
    }

    .card__title,
    .card1__title,
    .card2__title {
        font-size: 20px;
        font-weight: 900;
        color: #ffffff;
        text-transform: uppercase;
        margin-bottom: 15px;
        display: block;
        position: relative;
        overflow: hidden;
        z-index: 4;
    }

    .card__title::after,
    .card1__title::after,
    .card2__title::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 90%;
        height: 3px;
        background-color: #ffffff;
        transform: translateX(-100%);
        transition: transform 0.3s;
    }

    .card:hover .card__title::after,
    .card1:hover .card1__title::after,
    .card2:hover .card2__title::after {
        transform: translateX(0);
    }

    .card__content,
    .card1__content,
    .card2__content {
        z-index: 10;
        font-size: 14px;
        line-height: 1.4;
        color: #ffffff;
        margin-bottom: 20px;
        font-family: "Readex Pro", sans-serif;
        /* Consistent font */
        flex-grow: 1;
        /* Allow content to expand and fill available space */
    }



    .card__button,
    .card1__button,
    .card2__button {
        border: 3px solid #2e2e2e;
        background: #404040;
        color: #fff;
        padding: 8px 12px;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        transition: transform 0.3s;
        width: 60%;
        height: auto;
        min-height: 35px;
        font-family: "Readex Pro", sans-serif;
        /* Consistent font */
        z-index: 4;
        /* Ensure it's on top */
        margin-top: auto;
        /* Push button to bottom */
    }

    .card__button::before,
    .card1__button::before,
    .card2__button::before {
        content: "Sure?";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 105%;
        background-color: #a241d6;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateY(100%);
        transition: transform 0.3s;
    }

    .card__button:hover::before,
    .card1__button:hover::before,
    .card2__button:hover::before {
        transform: translateY(0);
    }

    .card__button:active,
    .card1__button:active,
    .card2__button:active {
        transform: scale(0.95);
    }

    .text5 h1 {
        --font-color: #323232;
        --bg-color: #fff;
        --main-color: #404040;
        opacity: 1;
        margin-top: 0%;
        font-size: clamp(50px, 30vw, 80px);
        line-height: clamp(75px, 20vw, 35px);
        z-index: 1;
        color: #ffff;
        text-align: center;
        font-family: "Jersey 10", sans-serif;
        font-weight: 600;
        font-style: normal;
        margin-bottom: 0%;
        text-shadow: 6px 6px var(--main-color);
    }
}





@media (max-width: 1200px) {
    .cards-container {
        flex-direction: column;
        align-items: center;
    }

    .card,
    .card1,
    .card2 {
        width: 80%;
        height: 250px;
        margin: 20px 0;
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .text h1 {
        font-size: 50px;
        line-height: 60px;
        top: 30%;
    }

    .text p {
        font-size: 20px;
        line-height: 30px;
        top: 40%;
    }

    .button {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .header nav {
        left: 50%;
        transform: translateX(-50%);
    }

    .header img {
        width: 10%;
        left: 5%;
    }

    .cards-container {
        flex-direction: column;
        align-items: center;
    }

    .card,
    .card1,
    .card2 {
        width: 90%;
        height: 220px;
        margin: 20px 0;
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .text h1 {
        font-size: 4rem;
        line-height: 40px;
        top: 40%;
    }

    .text p {
        font-size: 1rem;
        line-height: 20px;
        top: 50%;
    }

    .button {
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .header nav {
        font-size: 20px;
    }

    .header img {
        width: 15%;
        left: 5%;
    }

    .cards-container {
        flex-direction: column;
        align-items: center;
    }

    .card,
    .card1,
    .card2 {
        width: 100%;
        height: 200px;
        margin: 10px 0;
        display: flex;
        flex-direction: column;
    }

    .card__title,
    .card1__title,
    .card2__title {
        font-size: 20px;
    }

    .card__content,
    .card1__content,
    .card2__content {
        font-size: 15px;
        flex-grow: 1;
        line-height: 1.5;
    }

    .card__button,
    .card1__button,
    .card2__button {
        font-size: 14px;
        margin-top: auto;
        padding: 10px 15px;
        width: 70%;
        min-height: 40px;
    }
}



/*  */
.logo {
    width: auto;
    height: 100PX;
}

/* Awards Section Styling */
#awards {
    width: 100vw;
    min-height: 100vh;
    position: relative;
    padding: 80px 0;
    background-color: #181818;
    overflow-x: hidden;
}

.awards-title {
    text-align: center;
    margin-bottom: 50px;
    padding: 0 20px;
}

.awards-title h1 {
    --font-color: #323232;
    --bg-color: #fff;
    --main-color: #404040;
    font-size: clamp(80px, 20vw, 300px);
    line-height: 1.2;
    color: #ffff;
    font-family: "Jersey 10", sans-serif;
    font-weight: 600;
    text-shadow: 8px 8px var(--main-color);
    text-transform: uppercase;
    margin: 0;
    padding: 40px 0;
    letter-spacing: 4px;
}

.awards-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.award-box {
    background: #242424;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
    box-shadow: 6px 6px 0 #404040;
    margin: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex: 1;
    max-width: 360px;
    min-width: 320px;
}

.award-box:hover {
    transform: translate(-5px, -5px);
    box-shadow: 12px 12px 0 #404040;
    background: #2a2a2a;
}

.award-image {
    width: 100%;
    height: 250px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1a1a1a;
    padding: 10px;
}

.award-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 5px;
}

.award-info {
    padding: 20px;
    flex-grow: 1;
}

.award-info h3 {
    color: #ffffff;
    font-size: 24px;
    margin: 0 0 15px 0;
    font-family: "Jersey 10", sans-serif;
}

.award-info p {
    color: #cccccc;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 20px 0;
    font-family: "Readex Pro", sans-serif;
}

.award-details {
    display: flex;
    justify-content: space-between;
    color: #999;
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 15px;
    font-family: "Readex Pro", sans-serif;
}

/* Mobile Styles */
@media screen and (max-width: 768px) {
    #awards {
        padding: 60px 0 40px;
    }

    .awards-title {
        margin-bottom: 30px;
    }

    .awards-title h1 {
        font-size: clamp(50px, 15vw, 80px);
        text-shadow: 6px 6px var(--main-color);
        padding: 30px 0;
        letter-spacing: 2px;
    }

    .awards-container {
        padding: 0 10px;
        flex-direction: column;
    }

    .award-box {
        flex-direction: column;
        margin: 10px 5px;
        max-width: none;
        min-width: auto;
    }

    .award-image {
        width: 100%;
        height: 200px;
    }

    .award-info {
        padding: 15px;
    }

    .award-info h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .award-info p {
        font-size: 14px;
        margin-bottom: 15px;
        line-height: 1.4;
    }

    .award-details {
        flex-direction: column;
        gap: 5px;
        font-size: 12px;
    }
}

/* Small Mobile Devices */
@media screen and (max-width: 480px) {
    #awards {
        padding: 40px 0 30px;
    }

    .awards-title h1 {
        font-size: clamp(40px, 12vw, 60px);
        text-shadow: 4px 4px var(--main-color);
        padding: 20px 0;
        letter-spacing: 1px;
    }

    .award-box {
        margin: 10px 0;
    }

    .award-image {
        height: 160px;
    }

    .award-info {
        padding: 12px;
    }

    .award-info h3 {
        font-size: 16px;
    }

    .award-info p {
        font-size: 13px;
        line-height: 1.3;
    }
}

.logo-link {
    position: relative;
    display: block;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.logo-link:hover {
    transform: translateY(-10px);
}

.logo-text {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-family: "Readex Pro", sans-serif;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.logo-link:hover .logo-text {
    opacity: 1;
    visibility: visible;
    bottom: -50px;
}

/* Better Gallery Scrollbar */
.card0-container::-webkit-scrollbar {
    height: 8px;
}

.card0-container::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.card0-container::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    transition: background 0.3s ease;
}

.card0-container::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}

/* Smooth scrolling for gallery */
.card0-container {
    scroll-behavior: smooth;
}

/* Gallery responsive improvements */
@media (max-width: 768px) {
    .card0-container {
        height: auto;
        min-height: 50vh;
        padding: 20px 10px;
        margin: 20px 0;
        /* Add fade/blur effect at edges for mobile */
        mask: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
        -webkit-mask: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
    }
    
    .card0,
    .card01,
    .card02,
    .card03,
    .card04,
    .card05,
    .card06 {
        flex: 0 0 240px;
        height: 320px;
        min-width: 240px;
        margin-top: 0;
    }
    
    .card0_form img,
    .card01_form img,
    .card02_form img,
    .card03_form img,
    .card04_form img,
    .card05_form img,
    .card06_form img {
        height: 140px;
    }

    .card0_form span,
    .card01_form span,
    .card02_form span,
    .card03_form span,
    .card04_form span,
    .card05_form span,
    .card06_form span {
        font-size: 1em;
        padding: 8px 12px;
    }
}

/* Even smaller mobile devices */
@media (max-width: 480px) {
    .card0-container {
        padding: 15px 5px;
        gap: 10px;
        /* Add fade/blur effect at edges for small mobile */
        mask: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
        -webkit-mask: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
    }
    
    .card0,
    .card01,
    .card02,
    .card03,
    .card04,
    .card05,
    .card06 {
        flex: 0 0 200px;
        height: 280px;
        min-width: 200px;
    }
    
    .card0_form img,
    .card01_form img,
    .card02_form img,
    .card03_form img,
    .card04_form img,
    .card05_form img,
    .card06_form img {
        height: 120px;
    }

    .card0_form span,
    .card01_form span,
    .card02_form span,
    .card03_form span,
    .card04_form span,
    .card05_form span,
    .card06_form span {
        font-size: 0.9em;
        padding: 6px 10px;
    }
}