@keyframes CookieConsent_slideUp__bUCyE {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.CookieConsent_cookieContainer__VseZO {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    padding: 1rem;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    font-family: 'Poppins', sans-serif;
    animation: CookieConsent_slideUp__bUCyE 0.6s ease-out;
    animation-delay: 2s;
    animation-fill-mode: backwards;
}

.CookieConsent_cookieContent__QsIkW {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    padding: 0.5rem;
}

.CookieConsent_textContent__HHh9I h3 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
    color: #1a1a1a;
}

.CookieConsent_textContent__HHh9I p {
    font-size: 0.875rem;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.5;
}

.CookieConsent_buttonContainer__JNgxN {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
}

.CookieConsent_button__OPomo {
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.2s ease;
    font-family: 'Poppins', sans-serif;
}

.CookieConsent_rejectButton__Ic_OF {
    background-color: transparent;
    color: #1a1a1a;
}

.CookieConsent_rejectButton__Ic_OF:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.CookieConsent_acceptButton__aZcXH {
    background-color: #1a66ff;
    color: white;
    border-color: #1a66ff;
    font-weight: 700;
}

.CookieConsent_acceptButton__aZcXH:hover {
    background-color: #0052cc;
}

@media (max-width: 768px) {
    .CookieConsent_cookieContent__QsIkW {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .CookieConsent_iconContainer__yT_Zf {
        margin-bottom: -0.5rem;
    }

    .CookieConsent_buttonContainer__JNgxN {
        width: 100%;
        justify-content: center;
        margin-top: 0.5rem;
    }
}

.CookieConsent_policyLink__0SjVS {
    color: #1a66ff;
    text-decoration: none;
    font-weight: 500;
}

.CookieConsent_policyLink__0SjVS:hover {
    text-decoration: underline;
}

.CookieConsent_iconContainer__yT_Zf {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    flex-shrink: 0;
}

.CookieConsent_icon__hzxM8 {
    width: 50px;
    height: 50px;
} 
.Nav_nav__S0JHR {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    color: white;
    width: 100vw;
}

.Nav_gradientBar__wv0lx {
    height: 5px; /* Adjust this value for the desired gradient bar height */
    background-image: linear-gradient(to right, #ff8983 17.85%, #7f0e7f 53.28%, #007a65 100%);
    width: 100%;
}

.Nav_navContent__9ye2J {
    width: 100%;
    height: 80px; /* Adjust this value to make total nav height 70px (5px gradient + 65px content) */
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(2, 8, 24, 0.3);
    backdrop-filter: blur(10px);
}

.Nav_navInner__1Y3SH {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Nav_logo___pDbB {
    height: 40px;
    width: auto;
    max-width: 150px;
}

.Nav_announcementBar__8mpcA {
    background-image: linear-gradient(to right, #ff8983 17.85%, #7f0e7f 53.28%, #007a65 100%);
    color: white;
    text-align: center;
    padding: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal; /* Changed from bold to normal */
    font-size: 16px;
    position: relative;
    z-index: 10;
}

.Nav_announcementBar__8mpcA strong {
    font-weight: bold; /* Ensure the strong tag is bold */
}


.Footer_footer__4ngX1 {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    padding: 10px 0 0 0;
    color: #fff;
    margin-bottom: 0px;
    background-color: #000000;
    border-top: 1px solid #34323b;
    position: relative;
    overflow: hidden;
  }
  
  .Footer_footer__4ngX1::before {
    display: none;
  }
  
  .Footer_footer__4ngX1::after {
    display: none;
  }
  
  .Footer_footerContent__sr47z {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .Footer_copyright__pODhr {
    color: #4b4b4b;
    font-size: 14px;
  }
  
  .Footer_footerLinks__KHA0w {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .Footer_linkGroup__gdt4Y {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-width: 200px;
  }
  
  .Footer_linkGroupTitle__uOSmL {
    color: #d1d5db;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
  }
  
  .Footer_footerLink__nt1zC {
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.2s;
    font-size: 0.9rem;
    font-weight: 400;
  }
  
  .Footer_footerLink__nt1zC:hover {
    color: #d1d5db;
  }
  
  .Footer_contactInfo__BhlDT {
    margin: 10px 0;
  }
  
  .Footer_contactLink__y8Mvk {
    color: #9ca3af;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  
  .Footer_contactLink__y8Mvk:hover {
    color: #d1d5db;
  }
  
  .Footer_textWrapper__3lfTf {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
  }
  
  .Footer_socialLinks__ZEsbo {
    margin: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .Footer_socialLink__P1tzD {
    color: #9ca3af;
    margin: 0 15px;
    text-decoration: none;
    font-size: 24px;
    transition: color 0.3s ease;
  }
  
  .Footer_socialLink__P1tzD:hover {
    color: #d1d5db;
  }
@font-face {
    font-family: 'BlackFont';
    src: url('/fonts/blackfont.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: #0e0c15;
}

#__next {
    width: 100%;
    min-height: 100%;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
}

p {
    color: #b0cdef; /* Changed to match the hero text color */
    line-height: 1.67;
}

body {
    overflow-x: hidden;
}

.message {
    margin-top: 10px;
    font-family: 'BlackFont', sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.5px;
}



