/*video section start------------------------------------*/

.hero-section {
    background-color: #f8f9fa;
    padding: 50px 0;
    text-align: center;
  }

  .btn-buy {
    background-color: #28a745;
    color: white;
  }

  .btn-buy:hover {
    background-color: #218838;
  }

  /* Congratulations Animation Styles */
#congratulations {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
display: flex;
justify-content: center;
align-items: center;
z-index: 1000;
}

.congratulations-message {
text-align: center;
color: white;
background: #28a745;
padding: 20px;
border-radius: 10px;
position: relative;
}

.animation-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
pointer-events: none;
}

.stars {
position: absolute;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
}

.flowers {
position: absolute;
width: 100%;
height: 100%;
background-image: url('https://tenor.com/vr8nx8sJUNf.gif');
background-repeat: no-repeat;
background-size: cover;
animation: flowersAnimation 10s infinite;
}

@keyframes flowersAnimation {
0% { transform: translateX(0); }
100% { transform: translateX(100%); }
}

/*stop watch--------------*/
.watch-container {
  padding: 5px;
  border-radius: 15px;
  display: inline-block;
  align-items: center;
  width: 300px;
  height: 55px;
background: rgba(255, 255, 255, 0.15);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(2px);
-webkit-backdrop-filter: blur(2.5px);
border: 2px solid rgba(255, 255, 255, 0.85);


  
}

.watch {
  font-family: 'Digital-7', 'Courier New', Courier, monospace;
  font-size: 30pt;
  color: #0d0e0d;
  display: inline-block;
  align-items: center;

  @font-face {
    font-family: 'digital-7';
    src: url('../fonts/digital-7.ttf');
  }

}

/* Custom font for digital look */
@font-face {
  font-family: 'Digital-7';
  src: url('https://fonts.cdnfonts.com/s/23991/Digital7.ttf') format('truetype');
}

.time-unit {
  color: #ffdf00;
  font-size: 1.5rem;
  display: block;
  margin-top: 5px;
}

/*End stop watch--------------*/

.hero-section{
  background: transparent;
}

  /* Video container to cover the entire background */
  #background-video {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;  /* Ensures the video covers the entire background without distortion */
      z-index: -1;  /* Places the video behind other content */
      opacity: .8; 
  }
  /*video section End------------------------------------*/

  .btn1 {
    color: black; /* Ensures the text/icon is visible */
    border: none; /* Removes any default border */
    border-radius: 50%; /* Makes the button circular */
    padding: 10px; /* Adjust padding as needed */
    transition: background-color 0.3s, transform 0.2s; /* Adds a smooth effect */
    transform: scale(1.05);
}

.btn1:hover {
    background-color:lightgray; /* Slightly lighter black for hover */
    transform: scale(1.05); /* Slight zoom effect on hover */
}
  #fire-text {
    color: #1afc4f;
    text-shadow: -3px 2px 2px #181717, 3px 0px 0px #000000, 0px 4px 0px #1A1919, -48px 99px 81px #2c2727;
}

.f_text {
font-family: "Bungee Shade", sans-serif;
color: #0df32c;
text-shadow: 0px -2px 4px #eceae7, 0px -2px 10px #FF3, 0px -10px 20px  #F90, 0px -20px 40px #C33;
}

.menu_c{
font-family: “Open Sans”, sans-serif;
color: #faf8f8;
.menu_c {
  font-family: “Open Sans”, sans-serif;
  color: #faf8f8;
  font-size: 25px;
}
}

    .countdown {
      font-size: 2rem;
      font-weight: bold;
    }
    .hidden {
      display: none;
    }

    @keyframes hello {
            0% {
                animation-timing-function: ease-in;
                opacity: 1;
                transform: translateY(0px);
            }
            24% {
                opacity: 1;
            }
            40% {
                animation-timing-function: ease-in;
                transform: translateY(24px);
            }
            65% {
                animation-timing-function: ease-in;
                transform: translateY(12px);
            }
            82% {
                animation-timing-function: ease-in;
                transform: translateY(6px);
            }
            93% {
                animation-timing-function: ease-in;
                transform: translateY(4px);
            }
            25%, 55%, 75%, 87% {
                animation-timing-function: ease-out;
                transform: translateY(0px);
            }
            100% {
                animation-timing-function: ease-out;
                opacity: 1;
                transform: translateY(0px);
            }
        }

        /* Apply the animation to the h1 element */
        #fire-text {
            animation: hello 3s ease-in-out infinite; /* Apply the hello animation with a 3-second duration */
        }

        .logo {
            max-width: 120px; /* Adjust logo size */
            height: auto;
        }

        .g_input{
          color: #e4d023;
          font-weight: bold;
          backdrop-filter: blur(2px);
          -webkit-backdrop-filter: blur(2.5px);

       background-color:transparent !important;
       border: 2px inset rgb(10, 250, 62);
      } ;
      .i_color{
        font-weight: bold;
        color: rgb(17, 1, 248);
      }

