/* font-start */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Coming Soon Section Styles */
.coming-soon-container {
    position: relative;
    min-height: 100vh;
    background: url('../images/coming-soon-bg.webp') center center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
}


@font-face {
    font-family: 'Glacial Indifference';
    src: url('../font/GlacialIndifference-Bold.woff2') format('woff2'),
         url('../font/GlacialIndifference-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Glacial Indifference';
    src: url('../font/GlacialIndifference-Regular.woff2') format('woff2'),
         url('../font/GlacialIndifference-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.coming-soon-container .content {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    max-width: 90%;
}

.coming-soon-container .logo {
    width: 250px;
    margin-bottom: 50px;
}

.coming-soon-container h1 {
  
    font-weight: 700;
    margin-bottom: 18px;
    line-height: 1.2;
}

.coming-soon-container .amazing {
    font-size: 70px;
    font-weight: bold;
    background: linear-gradient(to right, #E13A33 20%, #E13A33 40%, #253265);
    -webkit-background-clip: text;
    color: transparent;
    text-align: center;
     font-family: 'Glacial Indifference';
}

.divider {
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.34);
    margin-bottom: 30px;
}

.coming-soon-container .in-the-works {
    color: #fff;
    font-size: 70px;
    line-height: 64px;
    font-family: 'Glacial Indifference';
}

.coming-soon-container .subtitle {
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.8);
      font-family: "Poppins", sans-serif;
    font-size: 24px;
}

.coming-soon-container .terms-link {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin-top: 18px;
    text-decoration: none;
    transition: color 0.2s;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    padding: 10px 20px;
     font-family: "Poppins", sans-serif;
}

.notify-btn {
    border-radius: 16px;
    border: 2px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(1.75px);
    font-size: 16px;
    padding: 10px 20px;
    font-family: "Poppins", sans-serif;
    color: white;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}

.call-btn{
    border-radius: 16px;
border: 2px solid rgba(255, 255, 255, 0.10);
background: #253265;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
backdrop-filter: blur(1.75px);
}

.coming-soon-italic {
    color: rgba(255, 255, 255, 0.50);
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 28px;
    position: relative;
    top:4rem;
}

.event-desc{
    color: #FFF;
text-align: center;
 font-family: "Poppins", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 142.857% */
}
.event-heading h6{
color: #E13A33;
text-align: center;
  font-family: "Poppins", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 24px;
}

.footer-color{
    color: #E13A33;
}

/* footer-css */
.footer-start {
     font-family: 'Glacial Indifference';
    padding-top: 80px;
    background-color: #253265;
}

.footer-title {
    color: white;
     font-family: 'Glacial Indifference';
}

.footer-heading {
    color: white;
     font-family: 'Glacial Indifference';
    font-size: 20px;
}

.text-primary {
    color: #E13A33 !important;
}

.footer-subheading {
    color: white;
    font-size: 48px;
}

/* Terms-css */

.subbanner-start {
    min-height: 400px;
    display: flex;
    text-align: center;
    align-items: center;
    background: url('../images/subbaner-bg.webp') center center/cover no-repeat;
}

.subbanner-start .amazing {
    font-size: 90px;
    background: -webkit-linear-gradient(125deg, #52539D, #FFFFFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Glacial Indifference';
    font-weight: 700;
}


.terms-content p{
    color: #4A5565;
}

.terms-content ul li, .terms-content ol li{
      color: #4A5565;
}

.terms-list{
    display: flex;
    align-items: start;
    gap: 20px;
}

.footer-start p{
    color: rgba(255, 255, 255, 0.40);
text-align: center;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22.75px; /* 142.188% */
margin-top: 24px;
}

.footer-start h3 {
    color: #FFF;
    text-align: center;
    font-family: "Glacial Indifference";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -1.2px;
    margin: 40px 0 16px 0;
}

.footer-start h6{
    color: rgba(255, 255, 255, 0.40);
text-align: center;
font-family: "Poppins", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
margin-bottom: 40px;
}
.footer-bottom p {
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
}
/* Responsive-css */

@media (max-width: 1366px) {
.coming-soon-container .amazing {
    font-size: 54px;
}
.coming-soon-container .in-the-works {
    font-size: 48px;
}
.coming-soon-container .subtitle {
    font-size: 16px;
}
}


@media (max-width: 1199px) {


}

@media (max-width: 1024px) {
  .coming-soon-container .amazing {
    font-size: 48px;
}
.coming-soon-container .in-the-works {
    font-size: 48px;
}
.coming-soon-container .subtitle {
    font-size: 18px;
}
.coming-soon-container .content {
    max-width: 100%;
}

}

@media (max-width: 991px) {
  .footer-start h3 {
    font-size: 30px;
} 
.footer-bottom p {
    text-align: center !important;
}
    .coming-soon-container .amazing {
        font-size: 36px;
    }
    .coming-soon-container .in-the-works {
        font-size: 36px;
    }
    .coming-soon-container h1 {
    line-height: 0.5;
}
.footer-start {
    padding-top: 50px;
}
}


@media (max-width: 767px) {
    .coming-soon-container .logo {
    width: 150px;
}
.coming-soon-container .in-the-works {
        font-size: 36px;
    }
      .coming-soon-container .amazing {
        font-size: 36px;
        line-height: normal;
    }
    .coming-soon-container {
    min-height: 75vh;
}
.footer-start {
    padding-top: 50px;
}
    .footer-start h3 {
        font-size: 24px;
        margin: 10px 0 16px 0;
    }
  .coming-soon-italic {
        font-size: 16px;
        top: 1rem;
    }
        .coming-soon-container .subtitle {
        font-size: 16px;
    }
    .divider {
    margin-bottom: 20px;
}
    .coming-soon-container h1 {
    line-height: 0.2;
}
.footer-start h6 {
    margin-bottom: 20px;
    font-size: 16px;
}
    .coming-soon-container {
        padding: 50px 0;
    }
    
}