@font-face {
    font-family: "kermes-Light";
    src: url(/assets/fonts/kermes/Kermes-Light.woff);
}

@font-face {
    font-family: "kermes-Regular";
    src: url(/assets/fonts/kermes/Kermes-Regular.woff);
}

@font-face {
    font-family: "kermes-SemiBold";
    src: url(/assets/fonts/kermes/Kermes-SemiBold.woff);
}

@font-face {
    font-family: "kermes-Bold";
    src: url(/assets/fonts/kermes/Kermes-Bold.woff);
}

.fw-light {
    font-family: 'kermes-Light', 'Cairo', 'Montserrat', 'Hind Madurai', sans-serif !important;
    font-weight: 300;
}
.fw-regular {
    font-family: 'kermes-Regular', 'Cairo', 'Montserrat', 'Hind Madurai', sans-serif !important;
    font-weight: 400;
}
.fw-semiBold {
    font-family: 'kermes-SemiBold', 'Cairo', 'Montserrat', 'Hind Madurai', sans-serif !important;
    font-weight: 600;
}
.fw-bold {
    font-family: 'kermes-Bold', 'Cairo', 'Montserrat', 'Hind Madurai', sans-serif !important;
    font-weight: 700;
}


html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    font-family: 'kermes-Light', 'Cairo', 'Montserrat', 'Hind Madurai', sans-serif;
    box-sizing: border-box;
    /* filter: grayscale(100%);
    -webkit-filter: grayscale(100%); */
    color: #ffffff;
}
* {
    font-family: 'kermes-Light', 'Cairo', 'Montserrat', 'Hind Madurai', sans-serif;
    color: #6610f2
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-family: 'kermes-Bold', 'Cairo', 'Montserrat', 'Hind Madurai', sans-serif;
}
p {
    font-size: 16px !important;
}
a {
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  text-decoration-color: currentColor;
  text-underline-offset: 3px; /* increase space */
}


body {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-color: #6610f210;
}
/* Background with gap top & bottom */
body::before {
    content: "";
    position: absolute;
    top: 60px;        /* GAP TOP */
    bottom: 60px;     /* GAP BOTTOM */
    left: 0;
    right: 0;
    background-image: url('');
    
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.04;
}
/* Top-right logo and toggle container */
.top-right {
    position: fixed;
    top: 20px;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 32px);
    align-items: center;
    gap: 15px;
    z-index: 1000;
}
.logo-container {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}
.logo-flag {
    width: 40px;
    height: 40px;
    /* border-radius: 50%;
    border:#6610f210 1px solid; */
}
.logo {
    font-size: 26px;
    font-weight: 700;
    color: #6610f2;
    position: relative;
    margin-top: -6px;
    font-family: 'kermes-Bold', 'Cairo', 'Montserrat', 'Hind Madurai', sans-serif;
}
.lang-toggle {
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #6610f220;
    background: white;
    cursor: pointer;
    font-weight: 400;
    color: #6610f2;
    min-width: 72px;
    height: 39px;
}
[lang="en"] .lang-toggle {
    padding: 6px 12px 10px 12px !important
}
.lang-toggle:hover {
    background: #6610f2;
    color: white;
    border: 1px solid #6610f2;
}
.lang-toggle:active {
    background: white;
    color: #6610f2;
}
/* Coming Soon card */
.coming-soon-card {
    /* background: 
        linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),
        url('/assets/images/flag-wave-500.png') no-repeat center center; */
    background-size: cover;
    padding: 45px 40px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    max-width: 440px;
    color: #6610f2;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: rgba(255,255,255,0.9);
    position: relative;
    overflow: visible; /* IMPORTANT: Allow image to go out */
    z-index: 2;
}
/* the overflowing background image */
.card-bg-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;      /* Adjust size as needed */
    transform: translate(-50%, -50%);
    opacity: 0.15;    /* Light watermark effect */
    pointer-events: none;
    z-index: 1;
}
/* bring the text above the image */
.coming-soon-card h1,
.coming-soon-card p {
    position: relative;
    z-index: 2;
}
.coming-soon-card h1 {
    margin: 0;
    font-size: 28px;
    line-height: 37px;
    font-weight: 700;
    color: #6610f2;
    margin: 0 0 24px 0;
}
.coming-soon-card p {
    font-size: 18px;
    line-height: 1.5;
    color: #6610f2;
    margin: 0 0 10px 0;
}
.coming-soon-card span {
    color: #6610f2;
}
/* Bottom audio player */
.bottom-player {
    position: fixed;
    bottom: 0;
    left: 0;
    width: calc(100% - 32px);
    padding: 0 16px 10px 16px;
    background: transparent;
    z-index: 999;
}
.bottom-player audio {
    width: 100%;
    height: 60px;
    opacity: .7;
}

.disclaimer {
   text-align: 
   center; color: #6610f2; 
   font-size: 12px !important;
   font-weight: 300;
}

/* Responsive adjustments */
@media (min-width: 540px) and (max-width: 700px) {
    .card-bg-img {
        width: calc(100% + 0px); 
    }
}
@media (max-width: 560px) {
    .coming-soon-card {
        /* width: 100%;
        box-shadow: none;
        border-radius: 0;
        padding: 35px 20px; */

        width: calc(100% - 40px);
        margin: 0 20px;

        padding: 35px 10px;
    }
    body::before {
        background-size: cover;
        top: 0; 
        bottom: 0; 
    }
    .card-bg-img {
        /* width: calc(100% - 40px);  */
        width: calc(100% + 20px);
    }
    .coming-soon-card h1 {
        font-size: 24px;
    }
   .coming-soon-card p {
        font-size: 15px;
    }
    .top-right {
        top: 22px;
    }
    .lang-toggle {
        padding: 9px 12px !important;
    }
    [lang="en"] .lang-toggle {
        padding: 7px 12px 11px 12px !important;
    }
}

[lang="en"] * {
    font-family: 'Hind Madurai', sans-serif !important;
}

[lang="en"] .lang-toggle {
    font-family: 'kermes-regular', 'Hind Madurai', sans-serif !important;
    padding: 4px 12px 8px 12px !important;
}

[lang="en"] .logo {
    margin-top: 0 !important
}

[lang="ar"] .contact-us {
    font-family: 'Hind Madurai', sans-serif !important;
}