
* {
  margin: 0;
  padding: 0;
  /* font-family: "Lucida Grande", sans-serif; */
  font-size: 15px;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

@font-face{
  font-family:myfont;
  src:url('assests/amplefont.ttf')
}
html,
body {
  height: 100%;
  overflow: hidden;
  overflow-y: hidden;
  overflow-x: hidden;
}
body {
  
  /* justify-items: stretch;
  align-items: stretch; */
  background-image: url("assests/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
#app {
  width: 350px;
  height: 350px;
  margin: 0px auto;
  position: relative;
  top: 5px;
  zoom: 1.9;
}

.n{
  height: 75px;
  width: 50px;

}
.marker {
  position: absolute;
  width: 46px;
  left: 155px;
  top: 18px;
  z-index: 2;
}

.wheel {
  width: 100%;
  height: 100%;
}

.header-logo{
  width: 100px;
  border-radius: 63px;
}

.button {
  display: block;
  width: 119px;
  /* margin: -10px auto; */
  cursor: pointer;
  margin-top: -384px;
  margin-left: 115px;
}

.button:hover {
  opacity: 0.8;
}

.blur {
  animation: blur 5s;
}
.rainbow{
  animation: coolor 10s;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.popup.hidden {
  display: none;
}
.popup-content {
  background: #fff;
  /* padding: 20px; */
  border-radius: 10px;
  width: 270px;
  height: 406px;
  background-image: url(assests/bgpopup.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  animation: scaleUp 0.5s ease-out;
}
.popup-content h2 {
  color: #1eb524;
  /* margin-bottom: 15px; */
  margin-top: 39px;
  font-family: myfont;
  font-size: 37px;
}
.popup-content p {
  color: #FFC107;
  /* margin-bottom: 20px; */
  font-size: 39px;
  font-family: myfont;
}
#secondpopup{
  color: #FFC107;
  /* margin-bottom: 20px; */
  font-size: 27px;
  font-family: myfont;
}
#prize1 {
  color: #ffffff;
  /* margin-bottom: 20px; */
  font-size: 22px;
  font-family: myfont;
}
.popup-content button {
  padding: 3px 20px;
  background: linear-gradient(160deg, #5f079e 0%, #1B92D1 100%);
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 25px;
  transition: background-color 0.3s ease;
  font-family: myfont;
  margin-top: 12px;
}
.popup-content button:hover {
  background-color: #0056b3;
}
@keyframes scaleUp {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}



@keyframes blur {
  0% {
    filter: blur(0.5px);
  }
  50%{
    filter: blur(2px);
  }
  80% {
    filter: blur(1.5px);
  }
  95% {
    filter: blur(0px);
    
  }
}

.centered-text {
  text-align: center;
}

/* First heading styling */
.heading-one {
  font-size: 24px;
  font-family: myfont;
  color: #f5f913;;
  text-transform: uppercase;
  margin-bottom: 3px;
  margin-top: 10px;
}

/* Second heading styling */
.heading-two {
  font-size: 2rem;
  color: #ff1de4; /* Bright blue */
  font-weight: bold;
  font-family: myfont;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* Description styling */
.description {
  font-size: 1.2rem;
  color: #ffffff;
  font-family: myfont;
  margin-top: -22px;
}


@media only screen and (max-width:600px){

  body{
    background-image: url("assests/bgmobile1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }

  html, body {
    height: 100%;
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: hidden;
}
#app{
  margin-top: 40px;
  margin-left: -73px;
  width: 360px;
  height: 360px;
  zoom: 2;
}

#secondpopup{
  color: #ffba00;
        /* margin-bottom: 0px; */
        font-size: 39px;
        margin-left: 9px;
}
.marker {
  position: absolute;
        width: 48px;
        left: 158px;
        top: 18px;
        z-index: 2;
}
#marker {
  position: absolute;
  width: 48px;
  left: 158px;
  top: 0px;
  z-index: 2;
}
.button{
  display: block;
        width: 132px;
        /* margin: auto; */
        margin-bottom: 184px;
        margin-left: 116px;
        margin-top: -419px;
        cursor: pointer;
}
.popup-content{
 width: 300px;
 height: 600px;
  background-image: url('assests/bgpopup.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
 
}
.popup-content h2 {
  color: #00af1e;
  /* margin-bottom: 15px; */
  margin-top: 71px;
  margin-left: 15px;
  font-weight: bold;
  font-size: 48px;
}
.popup-content {
 
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  animation: scaleUp 3s ease-out;
}
.popup-content button {
         padding: 10px 20px;
        background-color: #3a5500;
        color: #f7ff84;
        border: none;
        border-radius: 35px;
        cursor: pointer;
        font-size: 27px;
        /* margin-top: 20px; */
        margin-left: 5px;
        transition: background-color 0.3s ease;
}
/* .popup-content p {
  color: #ffba00;
   margin-bottom: 0px;
  font-size: 41px;
  margin-left: 9px;
} */
#prize1 {
  color: #d68000;
  margin-bottom: 7px;
  font-size: 3.2rem;;
}

.heading-one {
  font-size: 34px;
  font-family: myfont;
  color: #f5f913;
  text-transform: uppercase;
  margin-bottom: 3px;
  margin-top: 14px;
}
.heading-two {
  font-size: 46px;
  color: #ff1de4;
  font-weight: bold;
  font-family: myfont;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.description {
  font-size: 28px;
  color: #ffffff;
  font-family: myfont;
  margin-top: -22px;
}
.header-logo {
  width: 82px;
  border-radius: 63px;
}
}

