@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.85);*/
}

#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: 460;
  left: 460;*/
  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: 75% auto; /* Centered vertically */
  padding: 20px;
  border: 1px solid #888;
  width: 70%; /* Width of modal box */
  text-align: center;
  border-radius: 8px;
  p {
    font-size: 2.8rem;
    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;
}

/* Coupon Background Overlay */
.coupon-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(6px);
    background: rgba(0,0,0,0.6);

    display: flex;
    justify-content: center;
    align-items: center;
}

/* Coupon Image */
.coupon-image {
	
    max-width: 400px;
    width: 80%;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
    cursor: pointer;
}

/*for small laptop approximate 14 inch*/
@media (min-height: 500px) {
     #spin {
	   font-size:25px;
   }	
  #spin_the_wheel {
    transform: scale(0.62);
	  display: inline-block;
       position: relative;
  }
	.modal-content {
		margin: 16% auto;
		width: 35%;
		p {
		font-size: 1.5rem;
		font-weight: bold;
		margin-bottom: 5px;
		}
	}
	.modal button {
    padding: 10px 20px;
    margin: 10px;
    border: none;
    cursor: pointer;
    font-size: 0.8rem;
    width: 40%;
	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: 20%;
        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;
}
.coupon-image {
	
    max-width: 400px;
    width: 60%;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
    cursor: pointer;
}
}
@media (min-height: 611px) {
  #spin_the_wheel {
        transform: scale(0.45);
        display: inline-block;
        position: relative;
        margin-top: -12%;
  }
	.modal-content {

        /* margin: 19% auto; */
        margin-top: 3%;
        width: 90%;
        height: 17%;
        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*/

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

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

       
       margin-top: 21%;
        width: 35%;
        height: 18%;
        padding-top: 10px;
        p {
            font-size: 1.3rem;
            font-weight: bold;
            margin-bottom: 0px;
        }
	}
    .modal button {
        padding: 10px 20px;
        margin: 10px;
        border: none;
        cursor: pointer;
        font-size: 0.9rem;
        width: 35%;
        background-color: #C29C3D;
    }
}*/

@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: 4%;
        width: 65%;
        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: 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.48);
    margin-bottom: 20%;
  }
	.modal-content {
        /* margin: 10% auto; */
        margin-top: 8%;
        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;
	
}
}

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

		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.78);
        margin-top: 13%;
        /* margin: 110% auto;*/
  }
    .modal-content {
/*margin: 32% auto; */
        margin-top: 4%;
        width: 70%;
        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.85);
        margin-top: 4%;
        /* margin: 110% auto;*/
  }
    .modal-content {
/*margin: 32% auto; */

        margin-top: 6%;
        width: 70%;
        border-radius: 10px;
        height: 13%;
        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(1.1);
	  /* transform: scale(0.95);*/
        margin-top: 25%;
       
  }
    .modal-content {
        /* margin: 32% auto; */
        margin-top: 3%;
        width: 79%;
        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;
	
}
}
