body {
    margin: 0;
    padding: 0;
    margin: 0;
    height: 100%;              /* full viewport height */
    display: flex;              /* enable flexbox */
    justify-content: center;    /* center horizontally */
    align-items: center;        /* center vertically */
    font-family: "Lato", sans-serif;
    color: #fff;
    text-shadow: 0 1px 5px #000;
    font-size: 4vmin;
        background-image: url(bg2.png) ;
        background-size:     cover;
        background-repeat:   no-repeat;
        background-position: center center;
}

.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.content {
    position: relative;
    display: block;
    z-index: 1;
    text-align: center;
}
.footer {
    display: block;
    text-align: center;
    font-size: 1.5vmin;
    margin-top: 5vmin;
     margin-bottom: 1vmin;
    opacity: 0.6;
}
.coin{
    position: relative;
    display: block;
    width: 23vmin;
    height: 23vmin;
    margin: 5vmin auto 5vmin auto;
    filter: drop-shadow(0px 4px 16px black);
    transition: transform ease-in-out .3s;
    background-image: url(coinsgg.png);
    background-position: center center;
    background-size: 100% auto;
}
.coin .vid{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    object-fit: cover;

    box-shadow: 0 0 5px #0fe3ff, 0 0 5px #0fe3ff inset,  0 0 15px #0fe3ff, 0 0 15px #0fe3ff inset;
}
.coin p{
    left: 0;
    top: 0;
    margin: 0;
    position: absolute;
    display: block;
    width: 23vmin;
    height: 23vmin;
    background-image: url(coins.png);
    background-position: center center;
    background-size: 100% auto;
    visibility: hidden;
    opacity: 0;

    transition: all ease-in-out .2s;
}
.coin:hover p{
    visibility: visible;
    opacity: 1;
}
.coin:hover{
    transform: rotateX(10deg) scale(1.1);
    cursor: pointer;
}
h2.title{
    font-size: 7vmin;
    font-family: "Zen Dots", sans-serif;

  opacity: 0;
  transform: translateY(-100px);
  animation: drop 1s ease-out forwards; /* Apply animation once */
}
/* Keyframes for dropping from top */
@keyframes drop {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.tbox{
    border-radius: 20px;
    text-align: center;

	border-radius: 10.2vmin 9.8vmin 10.2vmin 9.8vmin;
	background: rgba(255, 255, 255, 0.137);
	backdrop-filter: blur(6px);
	box-shadow: inset 2px 2px 1px 0 rgba(255, 255, 255, 0.3),
    inset -2px -2px 2px 1px rgba(255, 255, 255, 0.3), 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);;
	color: rgba(255, 255, 255, 0.8);
	transition: all 0.3s cubic-bezier(0.2, 0.9, 0.3, 1.5);
	
	backdrop-filter: url(#filter);
	-webkit-backdrop-filter: blur(3px);
    padding: 2vmin;

    border: 0 none;
}
a{
    color: #fff;
    text-decoration: none;
}
.msg{
    border-radius: 10.2vmin 9.8vmin 10.2vmin 9.8vmin;
	background: rgba(255, 255, 255, 0.418);
    color: rgba(255, 255, 255, 0.918);
    box-shadow: 0 0 17px #ffffffba, 0 0 10px #ffffff57;
    backdrop-filter: blur(6px);
    padding: 2vmin;
    font-size: 3vmin;
}
.msg.red{
	background: rgba(255, 0, 0, 0.418);
    color: rgba(255, 201, 201, 0.918);
    box-shadow: 0 0 17px #ff0000ba, 0 0 10px #ff000057, 0 0 10px #ff000057 inset;
}
.row {
    display: flex;
    gap: 1vmin;
    margin-top: 1vmin;
}
.sm{
      flex: 1;
      padding: 2vmin;
      font-size: 2vmin;
}

.tbox-btn{
    text-decoration: none;
    color: #fff;
    font-size: 3vmin;
    background: rgba(0, 0, 0, 0.171);
}
.tbox-btn i{
    margin-right: 1vmin;
}
h1{
    margin: 0;
}
.tbox-btn:hover{
    background: rgba(255, 255, 255, 0.237);
    cursor: pointer;
}
.input-field{
    position: relative;
}
.input-field i{
    position: absolute;
    left: 0;
    padding: 2vmin;
    font-size: 3vmin;
    top: 2px;
    z-index: 9;
    pointer-events: none;
    color: #0007;
    text-shadow: 0 0 0 transparent;
}
.field{
    display: flex;
    width: 100%;
    box-sizing: border-box;
    color: #fdfdfd;
    font-size: 3vmin;
    padding: 2vmin 2vmin 2vmin 6vmin;
    background: rgb(255 255 255 / 33%);
    text-shadow: 0 1px 5px #0006;
    margin-bottom: 1vmin;
}
.field::placeholder{
    color: rgba(253, 253, 253, 0.74);
    text-shadow: 0 2px 5px #0006;
}
/*pageload*/
/* Fullscreen loader */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 19, 19, 0.555);
  backdrop-filter: blur(15px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Spinning wheel */
.spinner {
  border: 8px solid #ffffff13;
  border-top: 8px solid;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s ease-in-out infinite;
}

/* Spin animation */
@keyframes spin {
  0% { transform: rotate(0deg); border-top-color: #3cff00;}
  100% { transform: rotate(360deg); border-top-color: #36e1ff;}
}

/* Hide content until loader is gone */
body.loaded #loader {
  display: none;
}
/* countdown */
    #launchPanel {
      text-align: center;
    }
    #countdown {
      display: flex;
      justify-content: center;
      gap: 1rem;
      margin: 1rem 0;
    }
    .unit {
      text-align: center;
    }
    .digits {
      display: flex;
      gap: 0.2rem;
      font-size: 2rem;
      font-weight: bold;
    }
    .digit {
        text-align: center;
        border-radius: 5vmin;
        background: rgba(51, 255, 0, 0.219);
        backdrop-filter: blur(6px);
        box-shadow: inset 2px 2px 1px 0 rgba(188, 255, 182, 0.212),
        inset -2px -2px 2px 1px rgba(196, 255, 189, 0.3), 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);;
        color: rgb(255, 255, 255);
        transition: all 0.3s cubic-bezier(0.2, 0.9, 0.3, 1.5);
        
        backdrop-filter: url(#filter);
        -webkit-backdrop-filter: blur(3px);
        padding: 2vmin;

        text-shadow: 0 0 10px rgb(107, 51, 14)
    }
    .label {
        font-size: 2vmin;
        margin-top: 0.5rem;
        color: #fff;
        /* font-weight: bold; */
        font-family: "zen dots";
    }
    .tick {
      animation: pop 0.3s ease;
    }
    @keyframes pop {
      0% { transform: scale(1); }
      50% { transform: scale(1.2); }
      100% { transform: scale(1); }
    }
    .live-badge {
        background: #f00;
        color: #fff;
        padding: 0.5rem 1rem;
        border-radius: 50px;
        font-weight: bold;
        margin-bottom: 1rem;
    }



