@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  position: relative;
  height: 100dvh;
  display: grid;
  place-items: center;
  margin: 0;
  overflow: hidden;
  background: linear-gradient(to bottom, #000000, #ffffff);
  /* img{
    margin-block-start: 25px;
  } */
  h4 {
    margin-block-start: 25px;
    font-family: "Noto Serif";
    font-size: 2.5rem;
    font-weight: bold;
    color: #d4af37;
    letter-spacing: 1.5px;
    text-shadow: 1px 1px 15px #fff;
  }
}

#fireworks {
  position: absolute;
  width: 1000px;
  height: 800px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

#spin_the_wheel {
  /*display: inline-block;
  position: relative;*/
  overflow: hidden;
  transform: scale(0.35);
}

#wheel {
  display: block;
}

#spin {
  /*font: 20px "Lato", sans-serif;*/
    font-family: "Noto Serif";
    font-size: 25px; /*19px;*/
	/*overflow: hidden;*/
  
  user-select: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  
  /*top: 50%;
  left: 50%;
  width: 30%;
  height: 30%;*/
  width: 15%;
  height: 15%;
  top: 57.4%;
  left: 57.4%;
  
  margin: -15%;
  background: #fff;
  color: #fff;
  box-shadow: 0 0 0 8px currentColor, 0 0px 15px 5px rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  transition: 0.8s;
}

#spin::after {
  content: "";
  position: absolute;
  top: -17px;
  border: 10px solid transparent;
  border-bottom-color: currentColor;
  border-top: none;

}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

/* Modal Section */
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1; /* Sits on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgba(0, 0, 0, 0.5); /* Black with opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: black;
    margin: -3% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 85%;
    height: 25%;
    text-align: center;
    border-radius: 8px;
    transform: scale(0.7);
  p {
    font-size: 0.95rem;
    font-weight: bold;
	color:white;
  }
}

/* Buttons inside modal */
.modal button {
    padding: 10px 20px;
    margin: 10px;
    border: none;
    cursor: pointer;
    width: 70%;
  border-radius: 15px;
  background-color: #C29C3D;
}

/* Show Phone Button */
.showPhone-btn {
 /* background-color: #4caf50;*/
  /*color: white;*/
   background-color: #C29C3D;
  color: white;
}
/* Confirm Button */
.confirm-btn {
  /*background-color: #4caf50;*/
  /*color: white;*/
  background-color: #C29C3D;
  color: white;
}

/* Cancel Button */
.cancel-btn {
  /*background-color: #f44336;*/
 /* color: white;*/
    background-color: #C29C3D;
  color: white;
}

@media (min-height: 500px) and (max-height: 545px) {
     #spin {
	   font-size:25px;
   }	
  #spin_the_wheel {
   
       display: inline-block;
        position: relative;
        transform: scale(0.65);
        margin-top: 0%;
  }
	.modal-content {
        margin: 18% auto;
        width: 35%;
        height: 25%;
        transform: scale(0.9);
		p {
            font-size: 1.25rem;
            font-weight: bold;
            margin-bottom: 5px;
		}
	}
	.modal button {
    padding: 10px 20px;
    margin: 10px;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    width: 45%;
	background-color: #C29C3D;
}
}

@media (min-height: 546px) and (max-height: 584px) {
     #spin {
	   font-size: 25px;
   }	
  #spin_the_wheel {
   
	  display: inline-block;
       position: relative;
	   transform: scale(0.4);
        margin-top: -6%;
  }
	.modal-content {
        margin: -3% auto;
        width: 95%;
        height: 25%;
		p {
            font-size: 1.1rem;
            font-weight: bold;
            margin-bottom: 5px;
		}
	}
	.modal button {
    padding: 10px 20px;
    margin: 10px;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    width: 45%;
	background-color: #C29C3D;
}
}
@media (min-height: 585px) and (max-height: 599px) {
     #spin {
	   font-size: 25px;
   }	
  #spin_the_wheel {
   
        display: inline-block;
        position: relative;
        transform: scale(0.72);
        margin-top: 0%;
  }
	.modal-content {
        margin: 18% auto;
        width: 25%;
        height: 25%;
        transform: scale(0.9);
		p {
            font-size: 1.2rem;
            font-weight: bold;
            margin-bottom: 5px;
		}
	}
	.modal button {
    padding: 10px 20px;
    margin: 10px;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    width: 45%;
	background-color: #C29C3D;
}
}

/*for laptop approximate 15 inch*/
@media (min-height: 600px) and (max-height: 610px) {

  #spin_the_wheel {
        transform: scale(0.74);
        display: inline-block;
        position: relative;
        margin-top: -1%;
  }
	.modal-content {

        /* margin: 19% auto; */
        margin-top: 20%;
        width: 25%;
        height: 19%;
        padding-top: 10px;
		p {
		font-size: 1.1rem;
		font-weight: bold;
		margin-bottom: 0px;
		}
	}
	.modal button {
    padding: 10px 20px;
    margin: 10px;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
    width: 40%;
	background-color: #C29C3D;
}
}
@media (min-height: 611px) {
  #spin_the_wheel {
        transform: scale(0.45);
        display: inline-block;
        position: relative;
        margin-top: -2%;
  }
	.modal-content {

        /* margin: 19% auto; */
        margin-top: 6%;
        width: 90%;
        height: 18%;
        padding-top: 10px;
		p {
		font-size: 1.1rem;
		font-weight: bold;
		margin-bottom: 0px;
		}
	}
	.modal button {
    padding: 10px 20px;
    margin: 10px;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
    width: 40%;
	background-color: #C29C3D;
}
}
/*for mobile*/
@media (min-height: 700px) and (max-height: 739px) {
    
	
   body{
	  height: 100dvh;
	}
  #spin_the_wheel {
        transform: scale(0.65);
        margin-bottom: -25%;
  }
	.modal-content {
        /* margin: 10% auto; */
        margin-top: 6%;
        width: 68%;
        height: 16%;

		p {
		font-size: 1.1rem;
		font-weight: bold;
		margin-bottom: 5px;
		}
	}
	.modal button {
    padding: 10px 0px;
    margin: 5px;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
    width: 40%;
	background-color: #C29C3D;
	
}
}

@media (min-height: 740px) {
	
   body{
	  height: 100dvh;
	}
  #spin_the_wheel {
    transform: scale(0.43);
    margin-bottom: 20%;
  }
	.modal-content {
        /* margin: 10% auto; */
        margin-top: 4%;
        width: 90%;
        height: 15%;

		p {
		font-size: 1.1rem;
		font-weight: bold;
		margin-bottom: 5px;
		}
	}
	.modal button {
    padding: 10px 0px;
    margin: 5px;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
    width: 40%;
	background-color: #C29C3D;
	
}
}

@media (min-height: 800px) {
	
   body{
	  height: 100dvh;
	}
  #spin_the_wheel {
        transform: scale(0.7);
        margin-bottom: -17%;
  }
	.modal-content {
        /* margin: 10% auto; */
        margin-top: 5%;
        width: 60%;
        height: 14%;
        transform: scale(1.3);

		p {
		font-size: 1.1rem;
		font-weight: bold;
		margin-bottom: 5px;
		}
	}
	.modal button {
    padding: 10px 0px;
    margin: 5px;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
    width: 40%;
	background-color: #C29C3D;
	
}
}

/*mobile large screens*/
@media (min-height: 900px) {
	body{
	  height: 105dvh;
	}
   #spin {
	   font-size:25px;
   }	
  #spin_the_wheel {
        transform: scale(0.79);
        margin-top: -13%;
	/*margin: 110% auto;*/
  }
    .modal-content {
        /* margin: 18% auto; */
        margin-top: 5%;
        width: 54%;
        border-radius: 10px;
        height: 13%;
        transform: scale(1.3);

		p {
		font-size: 1.1rem;
		font-weight: bold;
		margin-bottom: 15px;
		}
  }
  	.modal button {
    padding: 10px 20px;
    margin: 0px auto;
    border: none;
    cursor: pointer;
    font-size:1.1rem;
        width: 55%;
        height: 40px;
	background-color: #C29C3D;
}
}

/*mobile large screens*/
@media (min-height: 1000px) {
	body{
	  height: 105dvh;
	}
   #spin {
	   font-size:25px;
   }	
  #spin_the_wheel {
        transform: scale(0.85);
        margin-top: -14%;
        /* margin: 110% auto;*/
  }
    .modal-content {
/*margin: 32% auto; */
        margin-top: 4%;
        width: 55%;
        border-radius: 10px;
        height: 15%;
        transform: scale(1.2);

		p {
		font-size: 1.5rem;
		font-weight: bold;
		margin: 1% auto;
		}
  }
  	.modal button {
    padding: 10px 20px;
    margin: 10px auto;
    border: none;
    cursor: pointer;
    font-size:1.3rem;
    width: 30%;
    height: 45px;
	background-color: #C29C3D;
}
}

@media (min-height: 1100px) {
	body{
	  height: 105dvh;
	}
   #spin {
	   font-size:25px;
   }	
  #spin_the_wheel {
        transform: scale(0.92);
        margin-top: -13%;
        /* margin: 110% auto;*/
  }
    .modal-content {
/*margin: 32% auto; */

        margin-top: 6%;
        width: 60%;
        border-radius: 10px;
        height: 14%;
        transform: scale(1.2);

		p {
		font-size: 1.5rem;
		font-weight: bold;
		margin: 1% auto;
		}
  }
  	.modal button {
    padding: 10px 20px;
    margin: 10px auto;
    border: none;
    cursor: pointer;
    font-size:1.3rem;
    width: 30%;
    height: 45px;
	background-color: #C29C3D;
}
}

/*large vertical screen*/
@media (min-height: 1200px) {
	body{
	  height: 105dvh;
	}
   #spin {
	   font-size:25px;
   }	
  #spin_the_wheel {
       
	   transform: scale(0.95);
        margin-top: -11%;
       
  }
    .modal-content {
        /* margin: 32% auto; */
        margin-top: 3%;
        width: 82%;
        border-radius: 10px;
        height: 20%;
        transform: scale(0.9);

		p {
		font-size: 2.8rem;
		font-weight: bold;
		margin-bottom: 15px;
		}
  }
  	.modal button {
	padding: 10px 20px;
        margin: 15px;
        border: none;
        cursor: pointer;
        font-size: 2.0rem;
        width: 45%;
        height: 75px;
        background-color: #C29C3D;
	
}
}
@media (min-height: 1300px) {
	body{
	  height: 105dvh;
	}
   #spin {
	   font-size:25px;
   }	
  #spin_the_wheel {
        transform: scale(0.95);
        margin-top: 10%;
        /* margin: 110% auto;*/
  }
    .modal-content {
        /* margin: 32% auto; */
        margin-top: 3%;
        width: 85%;
        border-radius: 10px;
        height: 20%;
        transform: scale(0.9);

		p {
		font-size: 2.8rem;
		font-weight: bold;
		margin-bottom: 15px;
		}
  }
  	.modal button {
	padding: 10px 20px;
        margin: 15px;
        border: none;
        cursor: pointer;
        font-size: 2.0rem;
        width: 45%;
        height: 75px;
        background-color: #C29C3D;
	
}
}

@media (min-height: 1500px) {
	body{
	  height: 105dvh;
	}
   #spin {
	   font-size:25px;
   }	
  #spin_the_wheel {
      transform: scale(1.13);
        margin-top: 22%;
        /* margin: 110% auto;*/
  }
    .modal-content {
       /*margin: 10% auto; */
        margin-top: 5%;
        width: 75%;
        border-radius: 15px;
        height: fit-content;
       
        transform: scale(1.1);

		p {
		font-size: 2.8rem;
		font-weight: bold;
		margin-bottom: 15px;
		}
  }
  	.modal button {
    padding: 10px 20px;
    margin: 15px;
    border: none;
    cursor: pointer;
    font-size: 2.0rem;
    width: 45%;
    height: 80px;
	background-color: #C29C3D;
	
}
}

/*large vertical screen*/
@media (min-height: 1600px) {
	body{
	  height: 105dvh;
	}
   #spin {
	   font-size:25px;
   }	
  #spin_the_wheel {
      transform: scale(1.13);
      margin-top: 10%;
      /* margin: 110% auto;*/
  }
    .modal-content {
/*margin: 10% auto; */
        margin-top: 5%;
        width: 75%;
        border-radius: 15px;
        height: fit-content;

		p {
		font-size: 2.8rem;
		font-weight: bold;
		margin-bottom: 15px;
		}
  }
  	.modal button {
    padding: 10px 20px;
    margin: 15px;
    border: none;
    cursor: pointer;
    font-size: 2.0rem;
    width: 45%;
    height: 80px;
	background-color: #C29C3D;
	
}
}
@media (min-height: 1800px) {
	body{
	  height: 105dvh;
	}
   #spin {
	   font-size:25px;
   }	
  #spin_the_wheel {
      transform: scale(1.13);
      margin-top: 0%;
      /* margin: 110% auto;*/
  }
    .modal-content {
/*margin: 10% auto; */
        margin-top: 10%;
        width: 75%;
        border-radius: 15px;
        height: fit-content;

		p {
		font-size: 2.8rem;
		font-weight: bold;
		margin-bottom: 15px;
		}
  }
  	.modal button {
    padding: 10px 20px;
    margin: 15px;
    border: none;
    cursor: pointer;
    font-size: 2.0rem;
    width: 45%;
    height: 80px;
	background-color: #C29C3D;
	
}
}
