html,
body {
  min-height: 100vh;
  height: auto !important;
  background-color: #16110b;
}

.background {
  background-image: url('assets/indo-landing-page-bg.jpg');
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 41% 100%;
  background-attachment: fixed;
}

.bg-layer {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-shadow {
  bottom: 0;
  height: 7%;
  width: 100%;
  z-index: 2;
  overflow: hidden;
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
}

.d-border-white {
  border: 2px solid yellow;
}

.blur {
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

body.modal-open .supreme-container {
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(71px);
  display: none;
}

.result-link {
  color: rgba(0, 0, 0, 1);
}

.result-link:hover {
  color: #ab0000;
  cursor: pointer;
}

/*********************************
					REACT QUILL
 *********************************/
.ql-align-center {
  text-align: center;
}

.ql-align-start {
  text-align: start;
}

.ql-align-right {
  text-align: right;
}

.ql-align-justify {
  text-align: justify;
}

/*********************************
					Toast
 *********************************/
.toast-container {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  padding: 3px;
  width: auto;
  margin: 20px;
  border-radius: 8px;
}

.toast-header {
  border-bottom: 1px solid #333;
  padding: 8px;
}

.toast-body {
  padding: 12px;
}

/*********************************
					First Column 
 *********************************/

.model-container {
  bottom: 0;
  width: 100%;
  position: relative;
  /* margin-top: 20px; */
}

.model-img {
  z-index: 1;
  width: auto;
  height: 279px;
  position: relative;
  margin-top: 163px;
  margin-left: -25px;
}

/*********************************
					Middle Column 
 *********************************/

.middle-container {
  margin-bottom: 5px;
}

.middle-img {
  width: 90vw;
  height: auto;
  /* margin-top: 15px; */
}

.arrow-middle-img {
  width: 60vw;
  height: auto;
}

/*********************************
					Last Column 
 *********************************/

.wheel-container {
  position: relative;
  overflow: hidden;
}

.wheel-pin {
  padding: 0 100px;
  width: auto;
  height: 5vh;
  z-index: 1;
  margin-left: -11px;
  transform: rotate(6deg);
  position: absolute;
  top: 0;
  margin-top: 7px;
}

.wheel-img {
  border-radius: 100%;
  height: auto;
  width: 230px;
  /* margin-top: -39px; */
  margin-left: -10px;
}

.wheel-stage {
  width: auto;
  height: 10vh;
}

.wheel-spin {
  animation-name: spin;
  animation-duration: 5s;
  animation-fill-mode: both;
  animation: spin 7s linear infinite;
  animation-timing-function: ease-out;
  -moz-animation: spin 7s linear infinite;
  -webkit-animation: spin 7s linear infinite;
}

@-moz-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1800deg);
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1800deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1800deg);
  }
}

/*********************************
					Form Group 1 
 *********************************/

.form-container {
  z-index: 2;
  width: 300px;
  margin-top: 20px;
}

.promo-input-group {
  padding: 8px;
  border-radius: 20px;
  background: #fff;
}

.promo-input-group:focus {
  padding: 3px;
  border-radius: 20px;
  background: rgb(255, 242, 164);
}

.btn-form {
  border-radius: 40px;
  background-color: #ab0000;
  color: #fff;
  border: none;
}

#form-promo-container .btn-form:active,
#form-promo-container .btn-form:hover {
  background-color: #8b0000;
  border: none !important;
}

.input-form {
  border-radius: 20px 0px 0px 20px;
  background-color: transparent;
  outline: none;
  border: none;
}

.input-form::placeholder {
  color: #000;
  font-size: 14px;
}

.form-control:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

/*********************************
					Form Group 2 
 *********************************/

.form-container-2 {
  z-index: 2;
  width: 185px;
  margin-top: 20px;
  position: relative;
}

.promo-input-group-2 {
  padding: 3px;
  background: #fff;
  border-radius: 20px;
}

.promo-input-group-2:focus {
  padding: 3px;
  border-radius: 20px;
  background: rgb(255, 242, 164);
}

.btn-form-2 {
  border: none;
  color: #fff;
  border-radius: 40px;
  background-color: #ab0000;
}

.input-form-2 {
  border-radius: 20px 0px 0px 20px;
  background-color: transparent;
  outline: none;
  border: none;
}

.input-form-2::placeholder {
  color: #000;
  font-size: 14px;
}

/******************************************
							MODALS and BUTTONS
 ******************************************/
#termsModal .modal-close-icon {
  height: 15px;
  position: absolute;
  width: auto;
  top: 0;
  margin-top: 12px;
  margin-left: -10px;
}

#termsModal .modal-content {
  background: linear-gradient(
    to bottom,
    rgb(212, 153, 34) 10%,
    rgb(224, 188, 56) 30%,
    rgb(255, 242, 164) 70%,
    rgb(255, 242, 164) 70%
  );
  outline: 0;
  box-shadow: 4px 5px 10px 1px rgb(231 184 70 / 75%);
  -webkit-box-shadow: 4px 5px 10px 1px rgb(231 184 70 / 75%);
  -moz-box-shadow: 4px 5px 10px 1px rgba(231, 184, 70, 0.75);
}

#termsModal .modal-title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.8em;
}

#termsModal .modal-body {
  padding: 1rem;
  border-radius: 5px;
  background-color: #efe4b6;
  color: #16110b;
  margin-left: 15px;
  font-size: 0.8em;
  font-weight: 700;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  background-color: #efe4b6;
  margin: 2px 2px 2px 2px;
  border-radius: 5px;
}

.btn-secondary {
  background: linear-gradient(
    to left,
    rgb(212, 153, 34) 10%,
    rgb(224, 188, 56) 30%,
    rgb(255, 242, 164) 70%,
    rgb(255, 242, 164) 70%
  );
  width: 224px;
  height: 46px;
  position: relative;
  display: block;
  margin: auto;
  z-index: 2;
  border-radius: 5px;
  padding: 2px;
  outline: none !important;
  border: none !important;
  color: #16110b !important;
  transition: box-shadow 0.25s;
}

.btn-secondary:hover {
  box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.58) inset;
  -webkit-box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.58) inset;
  -moz-box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.58) inset;
}

.inner-btn {
  background: linear-gradient(
    to right,
    rgb(212, 153, 34) 10%,
    rgb(224, 188, 56) 30%,
    rgb(255, 242, 164) 70%,
    rgb(255, 242, 164) 70%
  );
  width: 100%;
  height: 95%;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #16110b !important;
  border: none !important;
  outline: none !important;
  font-weight: bold;
  transition: box-shadow 0.25s;
}

.btn-form-2:hover {
  background-color: #8b0000;
}

.btn-form:hover,
.btn-terms:hover {
  background-color: #8b0000;
  border: 5px solid rgb(188, 155, 84);
}

.btn-terms {
  border-radius: 30px;
  background-color: #ab0000;
  color: #fff;
  border: none;
  height: 61px;
  width: 309px;
  border: 5px solid rgb(228, 188, 102);
  margin-top: 20px;
  margin-left: -4px;
}

.btn-terms-2 {
  border-radius: 30px;
  background-color: #ab0000;
  color: #fff;
  border: none;
  height: 50px;
  width: 190px;
  border: 5px solid rgb(228, 188, 102);
  margin-top: 17px;
  position: relative;
  z-index: 2;
}

.btn-terms-2:hover {
  background-color: #8b0000;
}

.btn-terms:active {
  border-radius: 40px;
  background-color: #ab0000;
  color: #fff;
}

#resultModal .modal-close-icon {
  right: 0;
  position: absolute;
  height: 10px;
  margin-top: 10px;
  margin-right: 10px;
}

#resultModal .modal-content {
  background: transparent;
  border: none;
  margin-top: -50px;
}

#resultModal .andang-img {
  height: 250px;
}

#resultModal .promo-btn-submit {
  height: 100%;
  width: 300px;
}

#resultModal .result-title,
#resultModal .contact-text {
  font-size: 12px;
}

/******************************************
					Media Query Height
 ******************************************/

/* @media screen and (max-width: 375px) and (min-height: 950px) {
	.background {
		height: 90vh;
	}
} */

/* @media screen and (min-height: 619px) {
	@media screen and (min-width: 375px) {
		.background {
			height: 109vh;
		}
	}
} */

/******************************************
					Media Query Width
 ******************************************/
@media screen and (min-width: 319px) {
  .logo-container {
    margin-top: 3vh;
  }

  .logo-container,
  .putar-container,
  .jutaan-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .logo {
    width: 21vh;
  }

  .putar-menang,
  .jutaan {
    width: 30vh;
  }
}

@media screen and (min-width: 360px) {
  .model-img {
    height: 320px;
    margin-top: 170px;
  }

  .wheel-pin {
    height: 6vh;
  }

  .wheel-img {
    width: 250px;
  }

  .wheel-stage {
    height: 12vh;
  }
}

@media screen and (min-width: 375px) {
  .wheel-pin {
    /* padding: 0 60px; */
    height: 7vh;
    margin-left: -12px;
  }

  .wheel-img {
    width: 265px;
  }

  .wheel-stage {
    height: 96px;
  }

  .model-img {
    margin-left: -13px;
    height: 322px;
  }

  .form-container-2 {
    width: 200px;
  }

  .btn-terms-2 {
    width: 209px;
  }
}

@media screen and (min-width: 393px) {
  .model-img {
    margin-left: -16px;
    height: 357px;
  }

  .wheel-img {
    width: 268px;
  }

  .wheel-stage {
    height: 100px;
  }
}

@media screen and (min-width: 414px) {
  .model-img {
    margin-left: -13px;
    height: 363px;
  }

  .wheel-img {
    width: 277px;
  }

  .wheel-stage {
    height: 107px;
  }
}

@media screen and (min-width: 425px) {
  .form-container-2 {
    width: 235px;
  }

  .wheel-img {
    width: 290px;
  }

  .wheel-stage {
    height: 95px;
  }

  .model-img {
    height: 375px;
  }

  .btn-terms-2 {
    width: 242px;
  }

  #resultModal .promo-btn-submit {
    width: 414px;
    padding: 4px;
  }
}

@media screen and (min-width: 500px) {
  .wheel-pin {
    height: 9vh;
  }

  .wheel-img {
    width: 300px;
  }

  .wheel-stage {
    height: 100px;
  }

  .model-img {
    height: 367px;
    margin-left: 37px;
    margin-top: 196px;
  }
}

@media screen and (min-width: 576px) {
  .middle-img {
    width: 80vw;
  }

  .arrow-middle-img {
    width: 50vw;
  }

  .wheel-img {
    width: 330px;
  }

  .model-img {
    height: 399px;
    margin-left: 62px;
  }

  .wheel-stage {
    height: 120px;
  }

  .form-container-2 {
    width: 280px;
  }

  .btn-terms-2 {
    width: 289px;
  }
}

@media screen and (min-width: 650px) {
  .wheel-pin {
    height: 7vh;
    margin-top: 9px;
  }

  .wheel-img {
    width: 350px;
  }

  .model-img {
    height: 436px;
    margin-left: 81px;
  }
}

@media screen and (min-width: 768px) {
  .logo {
    width: 28vh;
  }

  .putar-menang,
  .jutaan {
    width: 43vh;
  }

  .wheel-pin {
    height: 8vh;
  }

  .wheel-img {
    width: 380px;
  }

  .wheel-stage {
    height: 125px;
  }

  .model-img {
    height: 475px;
    margin-left: 126px;
  }

  .promo-input-group-2 {
    padding: 10px;
    width: 295px;
  }

  .form-container-2 {
    margin-right: 40px;
  }

  .btn-terms-2 {
    height: 64px;
    width: 307px;
  }
}

@media screen and (min-width: 850px) {
  .wheel-img {
    width: 400px;
  }

  .model-img {
    height: 500px;
    margin-left: 100px;
  }

  .promo-input-group-2 {
    width: 330px;
  }

  .btn-terms-2 {
    width: 340px;
  }
}

@media screen and (min-width: 992px) {
  .model-container {
    position: relative;
    bottom: 0;
  }

  .model-img {
    height: 560px;
    margin-left: -30px;
    margin-top: 30px;
  }

  .wheel-row-container {
    min-height: 76vh;
  }

  .wheel-container {
    margin-bottom: 0;
  }

  .wheel-pin {
    height: 9vh;
  }

  .wheel-img {
    width: 353px;
  }

  .wheel-stage {
    height: 102px;
  }

  .middle-img {
    width: 37vw;
    z-index: 1;
  }

  #resultModal .andang-img {
    height: 400px;
    margin-bottom: 20px;
  }

  #resultModal .contact-text,
  #resultModal .result-title {
    font-size: 20px;
  }

  #resultModal .result-text {
    font-size: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .logo-container {
    margin-top: 5vh;
  }

  .logo {
    width: 30vh;
  }

  .putar-menang,
  .jutaan {
    width: 55vh;
  }
}

@media screen and (min-width: 1200px) {
  .wheel-row-container {
    height: 78vh;
  }

  .wheel-container {
    margin-top: 20px;

    margin-left: 10px;
  }

  .promo-input-group {
    padding: 12px;
  }

  .model-img {
    margin-top: 20px;
    height: 637px;
  }

  .wheel-img {
    width: 450px;
  }

  .wheel-pin {
    height: 10vh;
  }

  .wheel-stage {
    height: 130px;
  }

  .btn-terms {
    height: 69px;
    width: 359px;
  }
}

@media screen and (min-width: 1300px) {
  .wheel-pin {
    height: 9vh;
    padding: 0 130px;
  }

  .wheel-img {
    width: 465px;
  }

  .wheel-stage {
    height: 160px;
  }
}

@media screen and (min-width: 1400px) {
  .model-img {
    margin-top: 150px;
    height: 660px;
    margin-left: 7px;
  }

  .wheel-img {
    width: 506px;
  }

  .middle-img {
    width: 35vw;
    margin-top: 25px;
  }

  .wheel-stage {
    height: 170px;
  }
}

@media screen and (min-width: 1500px) {
  .model-img {
    height: 690px;
    margin-top: 52px;
  }

  .wheel-container {
    margin-top: 20px;
    margin-right: 10px;
  }

  .middle-img {
    width: 33vw;
  }

  .wheel-stage {
    height: 190px;
  }

  .wheel-pin {
    height: 11vh;
    padding: 0 50px;
    margin-top: 15px;
  }

  .wheel-img {
    width: 530px;
  }
}

@media screen and (min-width: 1600px) {
  .wheel-img {
    width: 550px;
  }

  .wheel-pin {
    padding: 0 60px;
  }
}

@media screen and (min-width: 1700px) {
  .wheel-pin {
    padding: 0 80px;
  }

  .model-img {
    margin-left: 30px;
  }
}

@media screen and (min-width: 1800px) {
  .wheel-pin {
    padding: 0 100px;
  }
}

@media (min-width: 1900px) {
  .wheel-container {
    margin-top: 40px;
    margin-right: 20px;
  }

  .wheel-pin {
    padding: 0 120px;
    height: 10vh;
  }

  .wheel-img {
    width: 650px;
  }

  .wheel-stage {
    height: 240px;
  }

  .middle-img {
    width: 30vw;
    margin-top: 50px;
  }

  .model-img {
    margin-left: 30px;
    height: 872px;
    margin-top: 88px;
  }
}
