@font-face {
    font-family: 'Graphik';
    src: url('https://fonts.cdnfonts.com/s/20852/Graphik-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  body, html {
    height: 100%;
    margin: 0;
    font-family: 'Graphik', sans-serif !important;
    /* background: #00A1F2; */
    font-size: 14px;
    
  }
  
  .form-control:focus {
    background-color: #9ea4aa !important;
}

.form-control:focus {
  color:  #fff !important
}


.main-banner {
  position: relative;
  color: white;
  background: url('../images/bg.png') center center/cover no-repeat;
  /* overflow: hidden; */
}

  
.main-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(113deg, #178FCC 0%, #00A1F2 100%);
  opacity: 0.8;
  z-index: 0;
}

.banner {
  position: absolute;
  width: 100%;
}
  /* .banner {
    position: relative;
    height: 100vh;
    color: white;
    background: url('../images/bg.png') center center/cover no-repeat;
    overflow: hidden;
  } */
  
 .banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(113deg, #178FCC 0%, #00A1F2 100%); */
    opacity: 0.8;
    z-index: 0;
  }
  
  .banner-content,
  .navbar,
  .bottom-banner-image,
  .user-info {
    position: relative;
    z-index: 2;
  }
  
  
  .navbar {
    /* background: linear-gradient(113deg, #178FCC 0%, #00A1F2 100%); */
  }
  
  .navbar-nav {
    flex-direction: row;
    gap: 1.5rem;
  }
  
  .navbar-brand img {
    width: auto;
    height: 110px;
  }
  .nav-item a{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
  } 
  .nav-item a:hover{
    color: #EAA109!important;
  } 
  .user-info {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
  }
  .user-info:hover {
    color: #EAA109!important;
  }
  
  .banner-content {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
  }
  
  
  .banner_title{
    color: #FFF;
    text-align: center;
    font-family: Graphik;
    font-size: 38px;
    font-style: normal;
    font-weight: 300;
    line-height: 46px;
    text-transform: uppercase;
  }
  .banner_title span{
    color: #FFF;
    text-align: center;
    font-size: 48px;
    font-weight: 500;
    line-height: 66px; /* 95.833% */
    text-transform: uppercase;
  }
  .countdown_widget{
    width: 100%;
    max-width: 460px;
    height: auto;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(5px);
    padding: 4px 25px 12px 25px;
    margin-top: 20px;
    text-align: center;
  }
  .countdown_widget .counter .digit{
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
  }
  .countdown_widget .counter .label{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }
  .countdown_widget .divider{
    width: 1px;
    height: 55px;
    background: rgba(255, 255, 255, 0.20);
    margin-top: 13px;
  }
  .event_date{
    margin-top: 12px;
    text-align: center;
  }
  .event_date .from_date .month,
  .event_date .to_date .month{
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
  }
  .event_date .from_date .date,
  .event_date .to_date .date{
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    line-height: 30px;
  }
  .bottom-banner-image {
    position: absolute;
    bottom: 420px;
    left: 0;
    width: 100%;
    height: 150px;
    background: url('../images/banner_bottom.svg') center center/cover no-repeat;
  }
  .to{
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    text-transform: uppercase;
    margin-left: 22px;
    margin-right: 22px;
  }
  footer {
    background-color: #094665;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.7rem 1rem;
    flex-direction: column;
}
  .contact-sec .item-title{
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
  }
  .contact-sec .item-detail{
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
  }
  .contact-sec .divider{
    width: 1px;
    height: 75px;
    background-color: #d9d9d93b;
    margin-right: 55px;
  }
  .upper-bottom{
    border-top: 1px solid #d9d9d93b;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-top: 35px;
    border-bottom: 1px solid #d9d9d93b;
  }
  .upper-bottom h6{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .m-397{
    max-width: 397px;
  }
  .upper-bottom .footer-nav{
    padding-left: 0;
  }
  .upper-bottom .footer-nav li{
    margin-bottom: 6px;
    list-style: none;
  }
  .upper-bottom .footer-nav a{
    color: #A9CCDE;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    
  }
  .upper-bottom .footer-nav a:hover{
    color: #EAA109!important;
    text-decoration: none;
  }
  .mt-20{
    margin-top: 20px;
  }
  /* .social-media{
    margin-top: ;
  } */
  .social-media a img{
    width: 25px;
    height: 25px;
  }
  .social-media a:not(:last-child){
    margin-right: 20px;
  }
  .social-media .fb svg{
    fill: #FFF;
  }
  .social-media .ig svg{
    fill: #FFF;
  }
  .social-media .twt svg{
    fill: #FFF;
  }
  .social-media .fb svg:hover{
    fill: #095ded;
  }
  .social-media .ig svg:hover{
    fill: #FFF;
  }
  .social-media .twt svg:hover{
    fill: #FFF;
  }
  .bottom-footer{
    margin-top: 27px;
  }
  .policies{
    padding-left: 0;
  }
  .policies li{
    list-style: none;
    margin-right: 10px;
  }

  .policies li.divider{
    width: 1px;
    height: 20px;
    background-color: #d9d9d93b;
  }
  .policies li a{
    color: #A9CCDE;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
  }
  .policies li a:hover{
    color: #EAA109!important;
    text-decoration: none;
  }
  .copy-rights{
    color: #A9CCDE;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
  }
  /* Responsive Enhancements */
  @media (max-width: 992px) {
    .navbar-nav {
      flex-direction: column;
      align-items: center;
    }
/*   
    .user-info {
      position: absolute;
      top: 16px;
      right: 24px;
    }
    .user-info span{
        display: none;
    } */
      .user-info {
    position: absolute;
          top: 7px;
        right: 70px;
  }
  }

  /* Banner height adjustment for smaller screens */


/* Mobile-friendly navbar */
@media (max-width: 768px) {
    .navbar-nav {
        flex-direction: column;
        align-items: center;
    }

    .navbar-nav .nav-item a {
        font-size: 14px;  /* Reduce font size on mobile */
    }

    /* Adjust banner title for small screens */
    .banner_title {
        font-size: 28px;
        line-height: 36px;
    }

    .countdown_widget .counter .digit {
        font-size: 20px;  /* Smaller font size on mobile */
    }

    /* Footer stack for mobile */
    footer {
        flex-direction: column;
        text-align: center;
    }

    .social-media {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .social-media a:not(:last-child) {
        margin-right: 10px;
    }
    .contact-sec .divider {
        width: 100%;
        height: 1px;
        margin-right: 0px;
        margin: 15px 0;
        background-color: #d9d9d90f;
    }
    .contact-sec img {
        width: 30px;
        height: auto;
    }
    .contact-sec .item-title {
        font-size: 12px;
    }
    .contact-sec .item-detail {
        font-size: 14px;
    }
    .upper-bottom {
        border-top: 1px solid #d9d9d90f;
        padding-top: 35px;
        padding-bottom: 35px;
        margin-top: 15px;
        border-bottom: 1px solid #d9d9d90f;
    }
    .mb-50{
        margin-bottom: 50px;
    }
    .upper-bottom .footer-nav {
        padding-left: 0;
        margin-bottom: 0;
    }
    .dis-md-block{
        display: block!important;
    }
    .copy-rights{
        text-align: center;
      }
      .policies {
        padding-left: 15px;
    }
    .countdown_widget {
        width: 320px;
        max-width: 680px;
    }
    .countdown_widget .counter .label {
        font-size: 14px;
        font-weight: 300;
    }
    .countdown_widget .divider {
        height: 40px;
    }
    .event_date .from_date .date, .event_date .to_date .date {
        color: #FFF;
        font-size: 30px;
        font-weight: 700;
        line-height: 30px;
    }
    .banner_title span {
        font-size: 28px;
    }
    .banner-content {
        bottom: 17%;
    }
    .navbar-brand img {
        width: auto;
        height: 60px;
    }
    .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between !important;
    }
    .trigger-btn {
        background-color: #178fcc;
        border: none;
        color: #fff;
        font-size: 26px;
        margin-left: 70px;
        margin-top: 2px;
    }
    .menu-bg {
        border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(0, 0, 0, 0.01);
    backdrop-filter: blur(15px);
        border-radius: 10px;
    }
    .navbar-nav {
        gap: 0.5rem;
        /* padding: 28px 0px; */
    }
    .navbar-nav li{
        width: 100%;
        padding: 5px 0;
    }
}

/* Small screen adjustments for footer links */
@media (max-width: 480px) {
    .policies li {
        font-size: 12px;
    }

    .copy-rights {
        font-size: 12px;
    }
    
  }
  
  .navbar-toggler{
 font-size: 40px;
}
  