/*=================fonts area===============*/

/*@font-face {
    font-family: 'Androgyne';
    src: url('../fonts/AndrogyneMedium.html') format('woff2'),
        url('../fonts/Andro.on-click-spin-areaneMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap");

@font-face {
  font-family: "MTCORSVA";
  src: url("../fonts/mtcorsva.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* span.no {
  display: none !important;
} */

/*
@font-face {
    font-family: 'Metropolis-Bold';
    src: url('../fonts/Metropolis-Bold.html') format('woff2'),
        url('../fonts/Metropolis-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Metropolis-SemiBold';
    src: url('../fonts/Metropolis-SemiBold.html') format('woff2'),
        url('../fonts/Metropolis-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Metropolis-Medium';
    src: url('../fonts/Metropolis-Medium.html') format('woff2'),
        url('../fonts/Metropolis-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Metropolis-Regular';
    src: url('../fonts/Metropolis-Regular.html') format('woff2'),
        url('../fonts/Metropolis-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Metropolis-Light';
    src: url('../fonts/Metropolis-Light.html') format('woff2'),
        url('../fonts/Metropolis-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}*/

@font-face {
  font-family: "Raleway-Bold";
  src: url("./fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("./fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("./fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*=================end fonts area===============*/

body {
  font-family: "Open Sans";
}

/*============spin wheel============== */
.terms-pos {
  font-size: 14px;
  font-family: "Metropolis-Bold";
  position: absolute;
  left: -10px;
  transform: rotate(270deg);
  bottom: 70px;
  z-index: 999;
}
.spin-wheel-area {
  /* background-image: url(../images/bg.jpg); 
    background: #F9BA2D!important;*/
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 200px 0px 143px;
  background-color: #fff;
  height: 100dvh;
}

.valid-des {
  z-index: 9999;
  position: absolute;
  text-align: center;
  bottom: 50px;
  width: 90%;
  margin: 0 auto;
}

.valid-des-2 {
  z-index: 9999;
  position: absolute;
  text-align: right;
  bottom: 150px;
  width: 90%;
  right: 17%;
  margin: 0 auto;
}

.bg-1 img {
  width: 30%;
  position: absolute;
  z-index: 99;
  right: 0;
}

.bg-top {
  z-index: 99;
}

.bg-top img {
  width: 20%;
  position: absolute;
  top: 0;
  right: 0;
}

.pos-shape-third {
  position: absolute;
  right: 0;
  z-index: 99;
  width: auto;
  top: 0;
}
.pos-shape-fst {
  /* background-image: linear-gradient(rgb(58 101 157 / 47%), #00000075),
    url(../images/background_stadium.png); */
  /* background-image: url(../images/Stadium.png); */
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 99;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.pos-shape-sec {
  /*background-image: url(../images/shape-2.png);*/
  height: 250px;
  position: absolute;
  bottom: -28px;
  z-index: 99;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-position: bottom;
}
.pos-shape-four {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 999;
}
.spin-shap-1 {
  position: absolute;
  bottom: -110px;
  left: -25px;
  z-index: 99;
}
.spin-shap-2 {
  position: absolute;
  bottom: -117px;
  right: -90px;
  z-index: 99;
}
.spin-shap-3 {
  position: absolute;
  bottom: -60px;
  right: -63px;
  text-align: center;
}
.spin-shap-4 {
  position: absolute;
  bottom: -53px;
  right: -28px;
  z-index: 9;
}
.spin-shap-4 img {
  width: 250px;
}
.spin-shap-6 {
  position: absolute;
  right: -30px;
  top: 20px;
  display: none;
}
.spin-shap-6 img {
  width: 100%;
}
.spin-shap-7 {
  position: absolute;
  bottom: -90px;
  left: 100px;
  z-index: 99;
}

.spin-wheel-inner-cnt {
  /* padding-left: 30px; */
  position: relative;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.spin-wheel-inner-cnt h1 {
  color: #fff;
  font-size: 48px;
  /* font-family: Androgyne; */
  font-family: "Playfair Display", serif !important;
  font-weight: 800 !important;
}
.spin-wheel-inner-cnt h2 {
  font-family: "Playfair Display", serif !important;
  color: #562913;
  font-family: Raleway;
  font-size: 70px;
  font-weight: 800;
  line-height: 1.3;
}
.spin-wheel-inner-cnt h3 {
  color: #000;
  font-family: Metropolis-Bold;
  font-size: 22px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.spin-wheel-inner-cnt h4 {
  color: #562913;
  font-weight: 600;
  font-size: 30px;
}
.main_content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  /* margin-top: 48px; */
}

.spin-wheel-inner-cnt hr {
  color: #000;
  opacity: 0;
  width: 50px;
  margin: 30px 0px 18px;
}
.spin-wheel-inner-cnt p {
  color: #562913;
  font-size: 18px;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.pos-top-cr {
  position: absolute;
  top: 0;
  left: 40%;
}
.pos-lft-line {
  position: absolute;
  left: 0;
  top: 40%;
}
.pos-lft-blur {
  position: absolute;
  top: 10%;
}
.pos-rgt-line {
  position: absolute;
  right: 0;
  top: 30%;
}
.pos-rgt-blur {
  position: absolute;
  right: 0;
  top: 54%;
}
.btn {
  color: #fff;
  /* Frame 2609904 */

  box-sizing: border-box;

  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: center;
  padding: 0px 35px;
  gap: 8px;

  width: 285px;
  height: 72px;

  background: #f8943f;
  border: 2px solid #de6f0d;
  border-radius: 96px;

  flex: none;
  order: 2;
  flex-grow: 0;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: italic;
  font-size: 30px;
}
.btn_mobile {
  display: none;
}

/*=========on click spin ========*/
.on-click-spin-area {
  position: relative;
  /*background: url(../images/border-shape11.png) no-repeat;
    background-position: center;*/
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 23px;
}
.mainbox {
  position: relative;
  width: 550px;
  height: 550px;
  margin: 0 auto;
}

.mainbox:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background: url(../images/ind_arrow.png) no-repeat;
  background-size: contain;
  left: 5%;
  right: 0;
  margin: auto;
  top: 41%;
  z-index: 999;
}
.mainbox:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/wheel_back.png) no-repeat;
  background-size: contain;
  left: 0px;
  top: 0px;
  z-index: 99;
}

@media screen and (max-width: 766px) {
  .mainbox:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/wheel_back.png) no-repeat;
    background-size: contain;
    left: 0px;
    top: 0px;
    z-index: 99;
  }
}
.spin_times {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}

.box {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 50%;
  border: 10px solid transparent;
  overflow: hidden;
  /*transition: all ease-in-out 1s;*/
  transform: rotate(110deg);
}

.mainbox span.font {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
}
.flat-1 {
  position: absolute;
  left: 0px;
  top: 130px;
  right: 0px;
  transform: rotate(249deg);
  width: 230px;
  height: 230px;
}
.flat-2 {
  position: absolute;
  top: 0px;
  left: 115px;
  transform: rotate(8deg);
  width: 230px;
  height: 230px;
}
.flat-3 {
  position: absolute;
  top: 30px;
  left: 15px;
  transform: rotate(308deg);
  width: 230px;
  height: 230px;
}
.flat-1 img {
  width: 100%;
}
.flat-2 img {
  width: 100%;
}
.flat-3 img {
  width: 100%;
}
.span1 {
  clip-path: polygon(0 40%, 0% 109%, 50% 50%);
  /*clip-path: polygon(-1% 41%, 30% 0, 50% 50%);*/
  background-color: green;
}

.span2 {
  clip-path: polygon(-14% 41%, 30% 0, 50% 50%);
  background-color: red;
}

.span3 {
  clip-path: polygon(30% 0, 92% 0, 50% 50%);
  background-color: blue;
}

.box2 {
  width: 100%;
  height: 99%;
  transform: rotate(180deg);
}

.font {
  color: #000;
  font-size: 20px;
}
.icon-main {
  display: block;
  margin: 0 auto;
  margin-bottom: 11px;
  width: 31px;
}
.hed-1 {
  color: #fff;
  display: block;
  /*font-family: 'Metropolis-Bold';*/
  font-size: 16px;
  margin-top: 9px;
  line-height: 18px;
}
.hed-1-alt {
  color: #86482a;
  display: block;
  /*font-family: 'Metropolis-Bold';*/
  font-size: 22px;
  margin-top: 9px;
  line-height: initial;
}

span.bg-sp {
  font-family: "Metropolis-Light";
  color: #000;
  font-size: 12px;
  display: block;
  margin-top: 4px;
}
span.bg-sp-alt {
  font-family: "Metropolis-Light";
  color: #000;
  font-size: 14px;
  display: block;
  line-height: 18px;
  margin-top: 9px;
}
.box1 .span1 b {
  position: absolute;
  top: 54%;
  right: 72%;
  transform: rotate(250deg);
  text-align: center;
  font-weight: 500;
}

.box1 .span2 b {
  position: absolute;
  top: 20%;
  right: 61%;
  transform: rotate(309deg);
  text-align: center;
  font-weight: 500;
}

.box1 .span3 b {
  position: absolute;
  top: 10%;
  right: 32%;
  transform: rotate(371deg);
  text-align: center;
  font-weight: 500;
}
.box1 .span3 .hed-1-alt {
  font-size: 19px;
}

/* .color-class {
  color: #fff !important;
} */

.box2 .span1 b {
  position: absolute;
  top: 51%;
  right: 68%;
  transform: rotate(250deg);
  text-align: center;
  font-weight: 500;
}
.box2 .span1 span.bg-sp-alt {
  font-size: 14px;
}

.box2 .span2 b {
  position: absolute;
  top: 18%;
  right: 64%;
  transform: rotate(308deg);
  text-align: center;
  font-weight: 500;
}
.box2 .span3 b {
  position: absolute;
  top: 7%;
  right: 31%;
  transform: rotate(370deg);
  text-align: center;
  font-weight: 500;
}
/* .text-orange {
  color: #ff8b5b !important;
  background: rgba(255, 255, 255, 1)
    linear-gradient(circle, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)) !important;
} */
.spin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85px;
  height: 85px;
  border-radius: 50%;
  border: none;
  background-color: transparent;
  /* background-image: url(../images/chakram.png); */
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  /* box-shadow: 0 3px 12px #000; */
  font-size: 19px;
  z-index: 1000;
  font-family: "Androgyne";
  line-height: 21px;
  text-transform: uppercase;
}

.spin:active {
  width: 70px;
  height: 70px;
  font-size: 20px;
}

.mainbox.animate:after {
  /* animation: animateArrow 0.7s ease infinite; */
}

audio {
  display: none;
}

@keyframes animateArrow {
  50% {
    top: -50px;
  }
}

/*======after winning=========*/

.form_inner {
  padding-top: 10px;
}
.form_inner form {
  width: 50%;
}
.form_inner form .input_box .form-control {
  /* border: solid 2px #fff; */
  background-color: #fff;
  color: #000;
  margin-bottom: 11px;
  height: auto;
  padding: 14px 16px;
  border-radius: 50px;
  font-size: 14px;
}
.form_inner form .input_box .form-control::placeholder,
.input_box .captcha_refresh {
  color: #fff !important;
}
.form_inner form .input_box select.form-control {
  background-color: #fff;
  color: #797474;
}
.form_inner form .input_box .form-control:focus {
  outline: none;
  box-shadow: none;
}
.form-check-input:focus {
  outline: none;
  box-shadow: none;
}
.spin-wheel-inner-cnt .cel-p {
  font-family: "Androgyne";
  color: #9632c5;
  font-size: 16px;
}

.after-winning-bx {
  background: #ececed;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box.win-bx {
  transform: rotate(0);
}
.inner-after-win .img-fluid {
  width: 80px;
}
.inner-after-win {
  background-color: #ff6101;
  width: 350px;
  height: 350px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  border-radius: 100%;
  background-image: url(../images/wining-bg.png);
  background-position: 59% 35%;
  background-repeat: no-repeat;
  padding: 30px;
}
.inner-after-win h5 {
  font-family: "Metropolis-Bold";
  font-size: 40px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0px;
}
.inner-after-win p {
  font-family: "Metropolis-Regular";
  font-size: 27px;
  color: #fff;
  margin-top: 0px;
  line-height: 25px;
}
#booking_form button {
  width: 100%;
  background-color: #f8943f;
  border: none;
  /* font-family: "Metropolis-SemiBold"; */
  color: #fff;
  padding: 12px 20px;
  border-radius: 20px;
  margin-bottom: 11px;
  position: relative;
  z-index: 999;
}
.btn:focus,
.btn:hover {
  color: #fff;
}

/*============end spin wheel============== */
@media (max-width: 2000px) {
  .hed-1 {
    line-height: 26px;
  }
  .valid-des {
    display: none;
  }

  .valid-des-des {
    text-align: left;
    font-size: 14px !important;
  }

  .font-class {
    font-size: 18px;
  }

  .heading-2 span:first-of-type {
    font-family: "MTCORSVA";
    font-size: 7.5rem;
  }

  .spin-wheel-area {
    background-image: url(../images/Festive_Banner.png);
    display: flex;
    align-items: center;
    overflow: auto !important;
    background-position: center;
  }
  .bg-1 img {
    position: absolute;
    z-index: 99;
    right: 0%;
    top: 22%;
    width: 20%;
  }
  .top-heading p {
    text-align: left;
    font-size: 2.3rem;
    color: #4d2c1b;
    border-bottom: 2px solid #cacaca;
    line-height: initial;
    padding-bottom: 1%;
    width: fit-content;
  }
  .top-heading span:first-of-type {
    font-size: 2rem;
    color: #000;
    font-weight: 100;
  }
  .top-heading span:nth-child(2) {
    color: #4d2c1b;
    font-weight: 900 !important;
  }
  .top-heading span:last-of-type {
    color: #e77e25;
  }
  .heading-2 {
    position: relative;
    font-size: 50px !important;
    color: #4d2c1b;
    text-align: left;
  }
  .heading-2 span:last-of-type {
    position: absolute;
    font-size: 32px;
    width: fit-content;
    bottom: 0px;
    right: 10%;
  }
  .heading-3 {
    margin-top: 5%;
    font-size: 20px;
    text-align: left;
  }
  .heading-3 span {
    color: #4d2c1b;
  }
  .color-org {
    color: #e77e25 !important;
    font-weight: 600;
  }
  .font-top {
    font-size: 38px;
  }
  .font-bottom {
    font-size: 24px;
  }
  .font-class-2 {
    font-weight: 700;
  }
  .bg-1 {
    display: none;
  }
  .spin-wheel-inner-cnt.win-spin-wheel h1 {
    font-family: Raleway;
    font-weight: 800;
  }
  .prize {
    font-family: Raleway;
    font-weight: 800;
  }
}

@media (max-width: 1250px) {
  .font-class {
    font-size: 16px;
  }
  .span.no {
    height: 30px;
    width: 30px;
    font-size: 19px;
    line-height: 19px;
  }
  span.top-text {
    font-size: 18px;
  }
  .box1 .span2 b {
    top: 17%;
  }
  .box2 .span3 b {
    right: 31%;
  }
  .hed-1 {
    line-height: 18px;
  }
  .mainbox {
    width: 500px;
    height: 500px;
  }
  .top-heading p {
    text-align: left;
    font-size: 26px;
    color: #4d2c1b;
    border-bottom: 2px solid #cacaca;
    margin-bottom: 5%;
  }
  .top-heading span:first-of-type {
    font-size: 18px;
    color: #000;
  }
  .top-heading span:nth-child(2) {
    color: #4d2c1b;
    font-weight: 900 !important;
  }
  .top-heading span:last-of-type {
    color: #e77e25;
  }
  .heading-2 {
    position: relative;
    font-size: 50px !important;
    color: #4d2c1b;
    text-align: left;
  }
  .heading-2 span:first-of-type {
    font-size: 6rem;
  }
  .heading-2 span:last-of-type {
    position: absolute;
    font-size: 24px;
    width: 50%;
    bottom: 5px;
    right: -30px;
  }
  .heading-3 {
    margin-top: 5%;
    font-size: 20px;
    text-align: left;
  }
  .bg-1 img {
    position: absolute;
    z-index: 99;
    right: -15%;
    width: 40%;
    height: auto;
    top: 0%;
  }
  .font-bottom {
    font-size: 18px;
  }
  .font-top {
    font-size: 30px;
  }

  .valid-des-2 {
    bottom: 100px;
    right: 13%;
  }
}
@media (min-width: 1023px) and (max-width: 1249px) {
  .smile-fiesta svg {
    width: 60%;
    height: auto;
  }
  .box1 .span3 b {
    top: 7%;
    right: 30%;
  }
  .spin-wheel-area {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 40px 0px 10px;
    background-color: #fff;
    height: 100%;
  }
  .input_box.captcha {
    margin-bottom: 0 !important;
  }
}
.spin_times p {
  margin-top: 0px !important;
}
@media (max-width: 990px) {
  .btn_desk {
    display: none;
  }
  .btn_mobile {
    display: block;
  }
  .spin-wheel-area {
    overflow: scroll;
    /* height: 100%; */
    padding: 10px 0px;
  }
  .spin-wheel-inner-cnt {
    margin-bottom: 35px;
  }
  .main_content {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .prize {
    font-size: 24px;
  }
  .main_content {
    gap: 15px;
    margin-top: 0;
  }
  .spin-wheel-inner-cnt h1 {
    font-size: 44px;
  }
  .spin-wheel-inner-cnt h3 {
    font-size: 18px;
  }
  .inner-after-win h5 {
    font-size: 26px;
  }
  .spin-wheel-inner-cnt h4 {
    margin: 29px 0px 30px;
  }
  .mainbox {
    width: 330px;
    height: 330px;
  }
  .spin-wheel-area {
    padding: 10px 0px 5px;
    align-items: start;
  }
  /* .spin-wheel-inner-cnt {
    padding-left: 10px;
    text-align: center;
  } */
  .spin-wheel-inner-cnt hr {
    margin: 13px auto;
  }
  .spin-wheel-inner-cnt p {
    font-size: 16px;
  }
  .pos-shape-sec {
    height: 60px;
  }
  .pos-shape-third img {
    width: 130px;
  }
  .pos-shape-four {
    right: 7px;
    top: 50px;
    display: none;
  }
  .spin-shap-2 {
    bottom: -60px;
    right: -9px;
  }
  .spin-shap-2 img {
    width: 120px;
  }
  .spin-shap-3 {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
  }
  .spin-shap-3 img {
    width: 340px;
  }
  .spin-shap-1 {
    bottom: -76px;
    left: 30px;
  }
  .spin-shap-1 img {
    width: 110px;
  }
  .spin-wheel-area {
    overflow: scroll;
    overflow-x: hidden;
  }
  .on-click-spin-area {
    margin-top: 20px;
  }
  .icon-main {
    width: 25px;
  }
  .hed-1 {
    font-size: 16px;
    margin-top: 7px;
    line-height: 16px;
  }
  .hed-1-alt {
    font-size: 16px;
    margin-top: 7px;
    line-height: 8px;
  }
  span.bg-sp-alt {
    font-size: 13px;
    line-height: 13px;
    margin-top: 4px;
  }
  span.bg-sp {
    font-size: 11px;
    line-height: 12px;
  }
  .box1 .span2 b {
    top: 20% !important;
    /* right: 65%; */
  }
  .box1 .span1 b {
    top: 54%;
    right: 69%;
  }
  .box1 .span3 b {
    top: 6%;
    right: 31%;
  }
  .box2 .span2 b {
    top: 20%;
    right: 63%;
  }
  .box2 .span3 b {
    top: 7%;
    right: 33%;
  }
  .spin {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
  .spin-wheel-inner-cnt.win-spin-wheel h1 {
    font-size: 37px !important;
  }

  .form_inner form {
    width: 100%;
  }
  .inner-after-win {
    width: 250px;
    height: 250px;
  }
  .inner-after-win .img-fluid {
    width: 65px;
  }

  /* .mainbox:after {
    width: 20px;
    top: 1px;
  } */
  .hed-1 {
    font-size: 11px;
    margin-top: 5px;
  }
  .box2 .span3 b {
    right: 31%;
  }
  .box2 .span2 b {
    top: 21%;
    right: 63%;
  }
  .box2 .span2 span.bg-sp-alt {
    font-size: 11px;
  }
  .box2 .span1 b {
    top: 48%;
    right: 67%;
  }
  .box1 .span3 .hed-1-alt {
    font-size: 13px;
  }
  .box1 .span3 span.bg-sp-alt {
    font-size: 12px;
  }
  .box2 .span1 span.bg-sp-alt {
    font-size: 12px;
  }

  .box .font span {
    letter-spacing: 0;
  }
  .box .font span.no {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 21px;
  }
  button.spin {
    font-size: 14px;
    line-height: 1;
  }
  .spin-wheel-inner-cnt h1 {
    font-size: 36px;
    /* margin-top: 40px; */
  }
  .spin-shap-7 {
    bottom: -90px;
    left: 80px;
  }
  .flat-1 {
    left: 5px;
    top: 60px;
    right: 0px;
    width: 180px;
    height: 230px;
  }
  .flat-2 {
    top: -18px;
    left: 74px;
    width: 180px;
    height: 230px;
  }
  .flat-3 {
    top: 0px;
    left: 20px;
    width: 180px;
    height: 230px;
  }
  .terms-pos {
    left: -20px;
    bottom: 40px;
  }
}

@media (min-width: 501px) and (max-width: 989px) {
  .hed-1-alt {
    font-size: 10px;
    /* margin-top: 7px; */
    line-height: 15px;
  }
  .hed-1 {
    line-height: 15px;
    font-size: 10px;
  }
  .box1 .span1 b {
    top: 50%;
    right: 69%;
  }
  .box2 .span1 b {
    top: 46%;
    right: 67%;
  }
  .box1 .span3 b {
    top: 6%;
    right: 35%;
  }
  .box2 .span2 b {
    top: 19%;
    right: 63%;
  }
  .box2 .span3 b {
    top: 6%;
    right: 34%;
  }
  .mainbox:after {
    /* top: -75px; */
    width: 60px;
    height: 60px;
  }
}

.spin-wheel-inner-cnt h1 img {
  width: 20%;
  margin-top: -117px;
}
.spin-shap-3 {
  display: none;
}
.pos-shape-four img {
  width: 66%;
  position: relative;
  right: -34%;
  top: 73px;
}
.spin-shap-2 img {
  width: 85%;
}
.spin-shap-1 img {
  width: 77%;
}
.spin-shap-1 {
  position: absolute;
  bottom: -110px;
  left: -25px;
  z-index: 99;
}
.spin-shap-2 {
  position: absolute;
  bottom: -117px;
  right: -64px;
  z-index: 99;
}
.spin-shap-4 {
  display: none;
}
.pos-shape-four {
  display: none;
}
.spin-wheel-inner-cnt h2 img {
  width: 40%;
  margin-top: -100px;
}
.inner-love-logo img {
  width: 40%;
}
@media (max-width: 500px) {
  .btn_mobile {
    display: flex;
    padding: 0;
    height: 48px;
    /* text-align: center; */
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 18px;
    font-weight: 600;
    margin-top: -25px;
  }
  .spin_times {
    font-size: 18px;
  }
  .spin-wheel-inner-cnt h4 {
    margin: 0;
  }
  .sec_1 img {
    width: 30%;
  }
  .mainbox:after {
    width: 60px;
    height: 60px;
    /* top: -65px; */
  }
  .spin-wheel-inner-cnt h2 {
    font-size: 38px;
    line-height: 1.2;
  }
  .spin-wheel-inner-cnt h4 {
    font-size: 15px;
  }
  .heading-2 span:first-of-type {
    font-size: 5rem;
  }
  .mainbox {
    width: 350px;
    height: 350px;
  }
  .font-class {
    font-size: 12px;
  }
  .valid-des {
    display: block;
  }
  .valid-des-des {
    display: none;
  }
  .valid-des-2 {
    bottom: 90px;
    right: 30%;
  }
  .heading-3 {
    margin-top: 10%;
  }
  .bg-top img {
    width: 40%;
  }

  .bg-1 img {
    top: 45%;
    width: 60%;
  }
  .col-lg-5.text-center {
    margin-bottom: 30px;
  }

  .box1 .span1 b {
    top: 52%;
    right: 70%;
  }
  .box1 .span3 b {
    top: 5%;
    right: 33%;
  }
  span.font-class.hed-1.color-class {
    line-height: 15px;
  }
  .hed-1-alt {
    line-height: 16px;
  }
  .box1 .span2 b {
    top: 17%;
    right: 66%;
  }
  .box2 .span1 b {
    top: 49%;
    right: 69%;
  }
  .box2 .span3 b {
    right: 38%;
    top: 9%;
  }
  .valid-des {
    width: 100%;
  }
  .top-heading p {
    text-align: left;
    font-size: 24px;
    color: #4d2c1b;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 5%;
    margin-top: 5%;
    line-height: inherit;
  }
  .heading-2 span:last-of-type {
    position: absolute;
    font-size: 24px;
    width: fit-content;
    bottom: -15px;
    right: -30px;
    left: 10px;
  }
  .font-top {
    font-size: 20px;
  }
  .smile-fiesta svg {
    width: 50%;
    height: auto;
  }
}

@media (max-width: 426px) {
  .spin-shap-2 {
    position: absolute;
    bottom: -117px;
    right: -115px;
    z-index: 99;
  }
  .spin-shap-2 img {
    width: 65%;
  }
  .spin-shap-1 img {
    width: 65%;
  }
  .spin-wheel-inner-cnt h2 img {
    width: 55%;
    margin-top: -100px;
  }
  .spin-wheel-inner-cnt h3 {
    margin-bottom: 0px;
  }
}
.f-25 {
  font-size: 25px;
}
.over-500-clinic {
  margin-top: -15px;
}
@media screen and (max-width: 992px) {
  .over-500-clinic {
    text-align: center;
  }
  .f-25 {
    font-size: 12px;
  }
}

@media (max-width: 500px) {
  .box1 .span3 b {
    top: 5% !important;
    right: 33% !important;
  }
  .box .box2 .span3 b {
    right: 33%;
    top: 7%;
  }
  .spin-wheel-area {
    background-position: left;
    background-repeat: round;
    height: 100%;
    overflow: hidden !important;
  }
}
@media (max-width: 991px) {
  .mainbox {
    width: 350px;
    height: 350px;
  }
  /* .mobile {
    width: 100%!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
} */
  .sec_3 img {
    width: 40% !important;
    margin: 0px !important;
  }
  .sec_3 {
    width: 100% !important;
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0px !important;
  }
}

h1#message {
  color: #562913;
}
p.prize.mobile {
  color: #562913;
}
p.mt-2 {
  color: #562913;
}
.form-check .form-check-label,
.form-check .form-check-label a {
  color: #562913 !important;
}
.on-click-spin-area h5 {
  color: #562913 !important;
}
div#nextTime p {
  color: #562913 !important;
}
