/********** Template CSS **********/
:root {
    --primary: #f2f4f8be;
    --light: #f9f3f3;
    --dark: #000000;
}

.ff-secondary {
    font-family: 'Pacifico', cursive;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.image-sizing{
   width:50px;
    height:10px;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


#main-container{
    min-width: 100%;
}
#countdown-section {
    background: url("your-starry-bg.jpg") no-repeat center center/cover;
    color: #fff;
    text-align: center;
    padding: 60px 20px;
    border: none;
}

#countdown {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

#countdown div {
    background: rgba(255, 255, 255, 0.1); /* subtle transparent box */
    border: 1px solid rgba(255, 255, 255, 0.2); /* soft border */
    border-radius: 15px;
    padding: 20px 25px;
    min-width: 90px;
    backdrop-filter: blur(6px); /* glass effect */
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#countdown div:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.3);
}

#countdown span {
    display: block;
    font-weight: 700;
    font-size: 1.8rem;
}

#countdown-section h3 {
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
}




/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}



/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    font-size: 15px;
    color: var(--light) !important;
    text-transform: uppercase;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

.navbar-dark .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-brand img {
    max-height: 45px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
    }

    .navbar-dark .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, .1)
    }

    .navbar-dark .navbar-nav .nav-link,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
    }

    .navbar-dark .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        background: transparent !important;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: var(--dark) !important;
    }
}
.home-container{
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/** for glowing Test**/
.glowing-text {
    font-size: 80px;
    color: #fff;
    text-align: center;
    -webkit-animation: glowing-text 1s ease-in-out infinite alternate;
    -moz-animation: glowing-text 1s ease-in-out infinite alternate;
    animation: glowing-text 1s ease-in-out infinite alternate;
  }
  
.glowing-title {
  font-family: 'Nunito', sans-serif;
  color: #000000;
  text-align: center;
  font-size: 2.5rem;
  animation: glowing-text 2s ease-in-out infinite alternate;
}


/*** Hero Header ***/
.hero-header {
    background: linear-gradient(rgba(11, 7, 24, 0.9), rgba(0, 0, 0, 0.9)), url(../img/homeBgImage.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    position: relative;
}

.hero-header .counter-content {
    position: absolute;
    width: 100%;
    top: 0;
    padding: 12px 0px;
    height: 100px;
    background-color: rgba(250,250,250,0.3);
    margin-top: 100px;
  }

  .hero-header .counter-content li {
    display: inline-block;
    font-size: 20px;
    list-style-type: none;
    font-weight: bold;;
    text-transform: capitalize;
    color: #fff;
    min-width: 15%;
  }


@keyframes imgRotate { 
    100% { 
        transform: rotate(360deg); 
    } 
}

.names{
    display: flex;
    align-items: center;
    justify-content: center;
}

.timer-box{
    display: flex;
    align-items: center;
    justify-content: center;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title.text-start::before,
.section-title.text-end::after {
    display: none;
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Food Menu ***/
.nav-pills .nav-item .active {
    border-bottom: 2px solid var(--primary);
}


/*** Youtube Video ***/
.video {
    position: relative;
    height: 100%;
    min-height: 500px;
    background: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .1)), url(../img/video.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--dark);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}
.caption {  
      font-size: 15px; /* Adjusted font size */
      text-align: center;
      color: white; /* Set color to white */
    }

    @media (min-width: 600px) {
      .caption {
        font-size: 14px;
      }
    }

    @media (min-width: 900px) {
      .caption {
        font-size: 18px;
      }
    }

    @media (min-width: 1200px) {
      .caption {
        font-size: 22px;
      }
    }
/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    height: calc(100% - 38px);
    transition: .5s;
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item:hover {
    height: 100%;
}

.team-item .btn {
    border-radius: 38px 38px 0 0;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: var(--light) !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.example1 {
    top: 30px;
    height: 50px;	
    overflow: hidden;
    position: relative;
   }
   .example1 h3 {
    font-size: 20px;
    color: white;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
    /* Starting position */
    -moz-transform:translateX(100%);
    -webkit-transform:translateX(100%);	
    transform:translateX(100%);
    /* Apply animation to this element */	
    -moz-animation: example1 15s linear infinite;
    -webkit-animation: example1 1s linear infinite;
    animation: example1 25s linear infinite;
   }
   /* Move it (define the animation) */
   @-moz-keyframes example1 {
    0%   { -moz-transform: translateX(100%); }
    100% { -moz-transform: translateX(-100%); }
   }
   @-webkit-keyframes example1 {
    0%   { -webkit-transform: translateX(100%); }
    100% { -webkit-transform: translateX(-100%); }
   }
   @keyframes example1 {
    0%   { 
    -moz-transform: translateX(100%); /* Firefox bug fix */
    -webkit-transform: translateX(100%); /* Firefox bug fix */
    transform: translateX(100%); 		
    }
    100% { 
    -moz-transform: translateX(-100%); /* Firefox bug fix */
    -webkit-transform: translateX(-100%); /* Firefox bug fix */
    transform: translateX(-100%); 
    }
   }
   .main-banner{
    width: 100%;
   }
   .event-image{
    height: 160px;
    width: 240px;
   }
   #button-1{
    background-color:#86A7FC;
   }
   #button-2{
    background-color:#86A7FC;
   }
   #button-3{
    background-color:#86A7FC;
   }
   #button-4{
    background-color:#86A7FC;
   }
   #exampleModal{
    color: black;
   }
   #exampleModalLabel{
    color: black;
   }
   .container-box {
/* Add your background image */
    background-color: #000000;
    margin-top: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh; 
    min-width: 100vw;
    flex-wrap: wrap;
    overflow:hidden;
}
h2{
    display: flex;
   align-self: center;
}

.content-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

}

.product {
    min-width: 100px;
    max-width: 250px;
    margin: 10px auto;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s, background-color 0.3s; /* Added background-color transition */
    border-radius: 15px;
    border-color: aqua;
    color: white;
    background-color:#415a77;
}

.product:hover {
    transform: scale(1.05);
    background-color: #023e8a; /* Added background color on hover */
}

.product img {
    width: 100%;
    border-radius: 8px;
}



.buy-now-btn {
    display: block;
    width: 80%;
    padding: 8px;
    margin: 10px auto;
    text-align: center;
    background-color: #4caf50;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    width:73px;
}

.buy-now-btn:hover {
    background-color: #45a049;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .product {
        width: 60vw;   
    }
}

/*adding css for modal*/
.context{
    display: flex;
    color: red;

}
.registerbutton{
    background: black;
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
}
.responsive-photo {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
    }

    @media (min-width: 600px) {
      .responsive-photo {
        max-width: 70%;
      }
    }

    @media (min-width: 900px) {
      .responsive-photo {
        max-width: 60%;
      }
    }

    @media (min-width: 1200px) {
      .responsive-photo {
        max-width: 50%;
      }
    }

    .display {
        margin-top: 10px;
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background:transparent;
        font-family: tahoma !important;
        
    }
    
    .event_title {
        color: #fff;
        text-align: center;
        font-size: 74px;
        letter-spacing: 10px;
    }
    
    p.action_caption {
        color: #fff;
        text-align: center;
        font-size: 16px;
        letter-spacing: 5px;
        font-weight: 100;
    }
    
    #door {
        text-align: center;
    }
    
    .call_to_action_button {
        margin-top: 40px;
        border-radius: 20px;
    }
    
    button.call_to_action_button {
        letter-spacing: 2px;
        text-align: center;
        font-size: 16px;
        top: 50%;
        left: 50%;
        color: #fff;
        padding: 20px;
        width: 0 auto;
        border-radius: 20px;
        box-sizing: border-box;
        background: #0074D9;
        border-style: none;
    }
    
    button:hover {
        background: #fff;
        color: #0074D9;
        font-weight: bold;
    }
    
    button:active {
        background: #fff;
        color: #0074D9;
        font-weight: bold;
    }
    
    button:focus {
        background: #fff;
        color: #0074D9;
        font-weight: bold;
    }
    
    .clock {
        width: auto;
    }
    
    #numbers {
        width: auto;
    }
    
    #numbers span {
        float: left;
        text-align: center;
        font-size: 30px;
        margin: 0 2.5%;
        color: #fff;
        padding: 15px;
        width: 20%;
        border-radius: 20px;
        box-sizing: border-box;
    }
    
    #numbers span:nth-child(1) {
        background: #fa5559;
    }
    
    #numbers span:nth-child(2) {
        background: #26c2b9;
    }
    
    #numbers span:nth-child(3) {
        background: #f6bc58;
    }
    
    #numbers span:nth-child(4) {
        background: #2dcb74;
    }
    
    #numbers:after {
        content: "";
        display: block;
        clear: both;
    }
    
    #units span {
        float: left;
        width: 25%;
        text-align: center;
        margin-top: 30px;
        color: #ddd;
        text-transform: uppercase;
        font-size: 16px;
        letter-spacing: 2px;
        text-shadow: 1px 1px 1px rgba(10, 10, 10, 0.7);
    }
    
    span.turn {
        animation: turn 0.7s ease forwards;
    }
    
    @keyframes turn {
        0% {
            transform: rotateX(0deg)
        }
    
        100% {
            transform: rotateX(360deg)
        }
    }
    
    :root {
        --glow-color: hsl(186 100% 69%);
      }
      .glowing-btn {
        position: relative;
        color: var(--glow-color);
        cursor: pointer;
        padding: 0.35em 1em;
        border: 0.15em solid var(--glow-color);
        border-radius: 0.45em;
        background: none;
        perspective: 2em;
        font-family: "Raleway", sans-serif;
        font-size: 2em;
        font-weight: 900;
        letter-spacing: 1em;
      
        -webkit-box-shadow: inset 0px 0px 0.5em 0px var(--glow-color),
          0px 0px 0.5em 0px var(--glow-color);
        -moz-box-shadow: inset 0px 0px 0.5em 0px var(--glow-color),
          0px 0px 0.5em 0px var(--glow-color);
        box-shadow: inset 0px 0px 0.5em 0px var(--glow-color),
          0px 0px 0.5em 0px var(--glow-color);
        animation: border-flicker 2s linear infinite;
      }
      
      .glowing-txt {
        float: left;
        margin-right: -0.8em;
        -webkit-text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3),
          0 0 0.45em var(--glow-color);
        -moz-text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3),
          0 0 0.45em var(--glow-color);
        text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em var(--glow-color);
        animation: text-flicker 3s linear infinite;
      }
      
      .faulty-letter {
        opacity: 0.5;
        animation: faulty-flicker 2s linear infinite;
      }
      
      .glowing-btn::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0.7;
        filter: blur(1em);
        transform: translateY(120%) rotateX(95deg) scale(1, 0.35);
        background: var(--glow-color);
        pointer-events: none;
      }
      
      .glowing-btn::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        z-index: -1;
        background-color: var(--glow-color);
        box-shadow: 0 0 2em 0.2em var(--glow-color);
        transition: opacity 100ms linear;
      }
      
      .glowing-btn:hover {
        color: rgba(0, 0, 0, 0.8);
        text-shadow: none;
        animation: none;
      }
      
      .glowing-btn:hover .glowing-txt {
        animation: none;
      }
      
      .glowing-btn:hover .faulty-letter {
        animation: none;
        text-shadow: none;
        opacity: 1;
      }
      
      .glowing-btn:hover:before {
        filter: blur(1.5em);
        opacity: 1;
      }
      
      .glowing-btn:hover:after {
        opacity: 1;
      }
      
      @keyframes faulty-flicker {
        0% {
          opacity: 0.1;
        }
        2% {
          opacity: 0.1;
        }
        4% {
          opacity: 0.5;
        }
        19% {
          opacity: 0.5;
        }
        21% {
          opacity: 0.1;
        }
        23% {
          opacity: 1;
        }
        80% {
          opacity: 0.5;
        }
        83% {
          opacity: 0.4;
        }
      
        87% {
          opacity: 1;
        }
      }
      
      @keyframes text-flicker {
        0% {
          opacity: 0.1;
        }
      
        2% {
          opacity: 1;
        }
      
        8% {
          opacity: 0.1;
        }
      
        9% {
          opacity: 1;
        }
      
        12% {
          opacity: 0.1;
        }
        20% {
          opacity: 1;
        }
        25% {
          opacity: 0.3;
        }
        30% {
          opacity: 1;
        }
      
        70% {
          opacity: 0.7;
        }
        72% {
          opacity: 0.2;
        }
      
        77% {
          opacity: 0.9;
        }
        100% {
          opacity: 0.9;
        }
      }
      
      @keyframes border-flicker {
        0% {
          opacity: 0.1;
        }
        2% {
          opacity: 1;
        }
        4% {
          opacity: 0.1;
        }
      
        8% {
          opacity: 1;
        }
        70% {
          opacity: 0.7;
        }
        100% {
          opacity: 1;
        }
      }
      
      @media only screen and (max-width: 600px) {
        .glowing-btn{
          font-size: 1em;
        }
      }

      
