@font-face {
  font-family: 'gotham_book';
  src: url('../fonts/gotham-book/gotham-book-webfont.woff2') format('woff2'),
       url('../fonts/gotham-book/gotham-book-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'gotham_medium';
  src: url('../fonts/gotham-medium/gotham-medium-webfont.woff2') format('woff2'),
       url('../fonts/gotham-medium/gotham-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'gotham_ultra';
  src: url('../fonts/gotham-ultra/gotham-ultra-webfont.woff2') format('woff2'),
       url('../fonts/gotham-ultra/gotham-ultra-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

#first-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 5%;
    padding: 20px 0px 20vh 0px;
}
#main-form {
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat; 
    width: 100%;
    min-height: auto;
    z-index: 9999;
}
.wpcf7-response-output {
  display: none;
}
.register span {
  position: relative;
}
.fb_iframe_widget {
  position: absolute!important;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.g-signin2 {
  position: absolute!important;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.register h2{
    padding: 5% 0px 3% 0px;
    text-align: center;
    color: white;
    font-family: 'gotham_ultra';
    font-size: 20px;
}
.abcRioButtonLightBlue {
	max-width: 100%;
}
.register h2 span img{
    max-width: 10%;
    margin: 10px;
}
.register {
    position: relative;
}
.register > img:nth-child(3) {
    position: absolute;
    top: 0;
    right: 0px;
    max-width: 14%;  
}

.register > img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0px;
    max-width: 14%;  
}
.modal-open .modal {
  display: flex!important;
  justify-content: center;
  align-items: center;
  background-color: rgb(0 0 0 / 52%);
}
.main-rulete {
  position: relative;
  height: 400px;
  width: 100%;
  overflow: hidden;
}
.sector {
  width: 100%;
  background-size: contain;
  height: 100px;
  background-position: center;
  z-index: 10;
  position: absolute;
  background-repeat: no-repeat;
  top: 8px;
}
.rulete {
  width: 100%;
  height: 280px;
  background-size: contain;
  z-index: 9;
  position: relative;
  background-position: center;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  top: 15%;
}
.base {
  position: absolute;
  bottom: 0px;
}

.first-price {
    transform: rotate(30deg);
}

.spinner {
  -webkit-animation: spin1 1s linear;
  -moz-animation: spin1 1s linear;
  animation: spin1 1s linear;
  -webkit-animation-fill-mode: forwards;
  /* Safari 4.0 - 8.0 */
  animation-fill-mode: forwards;
  animation-delay: 400ms;
}

.spinner2 {
    -webkit-animation: spin2 1s linear;
    -moz-animation: spin2 1s linear;
    animation: spin2 1s linear;
    -webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */
    animation-fill-mode: forwards;
    animation-delay: 400ms;
  }

  .spinner3 {
    -webkit-animation: spin3 1s linear;
    -moz-animation: spin3 1s linear;
    animation: spin3 1s linear;
    -webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */
    animation-fill-mode: forwards;
    animation-delay: 400ms;
  }

  .spinner4 {
    -webkit-animation: spin4 1s linear;
    -moz-animation: spin4 1s linear;
    animation: spin4 1s linear;
    -webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */
    animation-fill-mode: forwards;
    animation-delay: 400ms;
  }

@-moz-keyframes spin1 {
  25% {
    -moz-transform: rotate(45deg);
  }
}

@-webkit-keyframes spin1 {
  50% {
    -webkit-transform: rotate(90deg);
  }
}

@-webkit-keyframes spin1 {
    75% {
      -webkit-transform: rotate(95deg);
    }
  }


@keyframes spin1 {
  100% {
    -webkit-transform: rotate(351deg);
    transform: rotate(351deg);
  }
}


@-moz-keyframes spin2 {
    25% {
      -moz-transform: rotate(45deg);
    }
  }
  
  @-webkit-keyframes spin2 {
    50% {
      -webkit-transform: rotate(90deg);
    }
  }
  
  @-webkit-keyframes spin2 {
      75% {
        -webkit-transform: rotate(95deg);
      }
    }
  
  
  @keyframes spin2 {
    100% {
      -webkit-transform: rotate(325deg);
      transform: rotate(325deg);
    }
  }


  @-moz-keyframes spin3 {
    25% {
      -moz-transform: rotate(45deg);
    }
  }
  
  @-webkit-keyframes spin3 {
    50% {
      -webkit-transform: rotate(90deg);
    }
  }
  
  @-webkit-keyframes spin3 {
      75% {
        -webkit-transform: rotate(95deg);
      }
    }
  
  
  @keyframes spin3 {
    100% {
      -webkit-transform: rotate(305deg);
      transform: rotate(305deg) !important;
    }
  }


  @-moz-keyframes spin4 {
    25% {
      -moz-transform: rotate(45deg);
    }
  }
  
  @-webkit-keyframes spin4 {
    50% {
      -webkit-transform: rotate(90deg);
    }
  }
  
  @-webkit-keyframes spin4 {
      75% {
        -webkit-transform: rotate(95deg);
      }
    }
  
  
  @keyframes spin4 {
    100% {
      -webkit-transform: rotate(370deg);
      transform: rotate(370deg);
    }
  }



  .spin {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0px 0 20px 0;  
  }

  .spin button {
      background-image: url('../images/spin.png');
      font-size: 0px;
        border: none;
        background-size: contain;
        width: 100%;
        height: 50px;
        background-color: transparent;
        background-position: center;
        background-repeat: no-repeat;
  }

  #reg-form {
    padding: 35px 15px 20px 15px;
    position: relative;
    border-radius: 30px;
    position: relative;
    max-width: 90dvh;
    margin: auto;
  }
  
  #reg-form p, #reg-form span, #reg-form a {
    color: white;
    font-size: 13px;
    font-family: 'gotham_book';
  }
  .wpcf7-list-item {
    margin-left: 31px;
  }
  #reg-form input[type="text"],   #reg-form input[type="tel"],   #reg-form input[type="email"] {
    background: transparent;
    border: none;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 12px;
    width: 100%;
    height: 45px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border: solid 1px #fff;
    background-color: #00000049;
  }
.spa {
  padding-right: 5px!important;
  }
.details img {
  max-width: 14%;  
}
.details {
  position: absolute;
  bottom: 1%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.fb_iframe_widget_fluid {
  display: inline-block!important;
}
  .send-custom {
    background-image: url(../images/sendbtn-min.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0px;
    background-color: transparent;
    border: 0px;
    width: 100%;
    height: 90px;
  }

  ::-webkit-input-placeholder {
    text-align: center;
    color:#fff;
     font-family: 'gotham_book';
     font-size: 12px;
     font-weight: bold;
 }
 
 :-moz-placeholder { /* Firefox 18- */
    text-align: center;
    color:#fff;
     font-family: 'gotham_book';
     font-size: 12px;  
 }
 
 ::-moz-placeholder {  /* Firefox 19+ */
    text-align: center;
    color:#fff;
     font-family: 'gotham_book';
     font-size: 12px;  
 }
 
 :-ms-input-placeholder {  
    text-align: center;
    color:#fff;
     font-family: 'gotham_book';
     font-size: 12px; 
 }
 #last-section {
   padding: 20px 0;
   color: #fff;
 }

 #last-section ul {
   list-style: none;
   padding: 0px;
   font-family: 'gotham_book';
 }
 #last-section h2 {
  font-family: 'gotham_ultra';
  font-size: 22px;
 }
 .conditions h4, .copy h3 {
   font-size: 15px;
   font-family: 'gotham_medium';
   margin-bottom: 0px;
   color: #fff;
 }
 .copy h3 {
  font-family: 'gotham_book'!important;
  font-size: 12px;
 }
 .wpcf7-spinner {
   display: none;
 }
 footer {
  padding: 80px 0 5px 0;
  background-color: #fcb612;
  position: relative;
 }
 
 footer .container {
  position: relative;
  z-index: 2;
 }
.conditions-wrap {
  padding: 0px 15px;
}

#winModal .modal-content {
  background: transparent;
  border: solid 2px white;
  border-radius: 24px;
  position: relative;
  padding-top: 50px;
  background-image: url(../images/assets/backgroundbody@2x.png);
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  background-size: cover;
}

#winModal .modal-content .like {
  position: absolute;
  top: -15px;
  width: 121px;
  right: 24%;
}
#winModal .modal-content .hexa {
  position: absolute;
  bottom: -2%;
  width: 98px;
  left: 0px;
}
#winModal .modal-content .colo {
  position: absolute;
    bottom: 0;
    width: 113px;
    right: 0px;
}
#winModal .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 32px;
}
#winModal .modal-body img {
  max-width: 100%;
  position: relative;
  top: 10px;
}
#winModal .modal-body h4 {
  font-size: 18px;
  text-align: center;
  color: white;
  margin-bottom: 10px;
  padding: 0px;
  font-family: 'gotham_ultra';
}

#winModal .modal-body h3 {
  font-size: 30px;
  text-align: center;
  color: white;
  margin-bottom: 10px;
  font-family: 'gotham_ultra';
}

#winModal .modal-body p {
  font-size: 15px;
    text-align: center;
    color: white;
    margin-bottom: 0px;
    font-family: 'gotham_ultra';
}

#winModal .modal-footer {
  border: none;
  padding: 0px 0px 10px 0px;
}
#winModal .modal-footer a{
  background-image: url('../images/assets/closebtn@2x.png');
  padding: 0px 46px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 20px;
  text-decoration: none;
  color: white;
  border-radius: 10px;
  font-family: 'gotham_ultra';
  width: 100%;
  height: 50px;
  border-radius: 0px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.social  {
  display: flex;
  justify-content: center;
  align-items: center;
}
.social a:nth-child(1) {
  display: flex;
  justify-content: flex-end;
  padding-right: 15px;
}
.social {
  padding-bottom: 85px;
  padding-top: 30px;
}
.social a img {
  max-width: 33%;
}
.thankyou-msg h3{
  color: white;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 25px;
  font-family: 'gotham_ultra';
  font-size: 19px;
}
.your-code .wpcf7-not-valid-tip {
  display: block!important;
  color: #dc3232!important;
  font-family: 'gotham_medium'!important;
  background-color: #fff;
}
.wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-not-valid {
  border: solid 2px #dc3236!important;
}
.cirlce-wrapper {
  position: absolute;
  top: -1px;
  width: 8%;
  background: #022039;
  height: 4px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: -1px 1px 10px 20px rgb(2 31 56);
}

.cirlce-wrapper .circle {
  width: 15px;
  height: 15px;
  background: transparent;
  border-radius: 50%;
  border: 5px solid white;
}
input[name="acceptance-926"] {
  -webkit-appearance: none;
}
input[name="acceptance-926"]:after {
  content: '';
  position: absolute;
  top: 0;
  background: transparent;
  width: 25px;
  height: 25px;
  border: solid 3px #fff;
  border-radius: 3px;
  left: 30px;
}
input[name="acceptance-926"]:checked:before {
    content: '\2713';
    z-index: 9;
    position: absolute;
    top: -28px;
    color: #fcbc26;
    font-weight: bold;
    font-size: 43px;
}
.wpcf7-list-item-label {
  position: relative;
  left: 36px;
  font-size: 22px;
  top: 6px;
}

body {
  overflow-x: hidden;
  background-color: #0033a1;
}
.detail1 {
      position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.detail2 {
      position: absolute;
    top: 0;
    right: 0px;
    z-index: 1;
}
footer ul li, footer ul li a {
  color: #0033a1;
  font-weight: bold;
  font-family: 'montserrat';
}
.info-img {
    max-width: 95dvh;
    margin: 20px auto 0px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info-img2 {
   max-width: 75dvh;
    margin: 20px auto 0px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info-img .pata {
  z-index: 2;
}
.info-img .lux{
    position: absolute;
    z-index: 1;
    left: -25%;
}
  footer .patacondetail {
        max-width: 348px;
        position: absolute;
        top: -169px;
    }


    .detail1 {
      max-width: 75%;
    }
    .detail2{
        max-width: 18%;
    }
    footer .patacondetail {
      position: absolute;
      top: -260px;
      width: 75%;
      left: auto;
      right: auto;
    }
    .js-spin {
      z-index: 999;
    }
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    footer .patacondetail {
        max-width: 348px;
        position: absolute;
        top: -169px;
    }
  .detail1 {
        width: 46dvh;
  }
  .detail2 {
        width: 46dvh;
  }
  .conditions-wrap {
    padding: 0px;
  }
  .cirlce-wrapper {
    background: #10355e;
    box-shadow: -1px 1px 10px 20px rgb(16 52 93);
  }
  .send-custom {
    height: 91px;
  }
  .main-rulete {
    height: 400px;
  }
  .rulete {
    width: 399px;
    height: 459px;
    bottom: -23px;
  }
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1023px) {
  .detail1 {
        width: 46dvh;
  }
     footer .patacondetail {
        max-width: 348px;
        position: absolute;
        top: -169px;
    }
  .detail2 {
        width: 16dvh;
  }
  .conditions-wrap {
    padding: 0px;
  }
  footer .conditions img {
    max-width: 70px;
  }
  .conditions h4, .copy h3 {
    font-size: 12px;
  }
  .page-template-templatesrulete-php #first-section, .page-template-templatesthankyou-php #first-section  {
    padding-bottom: 50px;
  }
 
  .social a img {
    max-width: 80px;
  }
  .social {
    padding-bottom: 0px;
  }
  .cirlce-wrapper {
    box-shadow: -1px 1px 10px 20px rgb(24 71 122);
    background: #1b477d;
  }
  .send-custom {
    background-size: contain;
    height: 114px;
  }
  #first-section {
    padding-bottom: 10%;
  }
  .details {
    bottom: 0px;
  }
  #reg-form p, #reg-form span, #reg-form a {
    font-size: 16px;
  }
  ::-webkit-input-placeholder {
     font-size: 14px;
 }
 
 :-moz-placeholder { /* Firefox 18- */
     font-size: 14px;  
 }
 
 ::-moz-placeholder {  /* Firefox 19+ */
     font-size: 14px;  
 }
 
 :-ms-input-placeholder {  
     font-size: 14px; 
 }
 .main-rulete {
  height: 565px;
 }
 .sector {
  height: 141px;
 }
 .rulete {
  width: 597px;
  height: 668px;
  bottom: -65px;
 }
 .base {
  max-width: 86%;
  left: 0;
  right: 0;
  margin: auto;
 }
 .spin button {
  height: 132px;
 }
}


/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) {
   .page-template-templatesthankyou-php #first-section {
    padding-bottom: 30vh!important;
  }
  .cirlce-wrapper {
    background: #194b83;
    box-shadow: -1px 1px 10px 20px rgb(25 74 131);
  }
  .cirlce-wrapper .circle {
    width: 20px;
    height: 20px;
    border: 6px solid white;
  }
  .register h2 {
    padding: 5% 0px 0% 0px;
    font-size: 3rem;
  }
  .register h2 span img {
    max-width: 60px;
  }
  .send-custom {
    background-size: contain;
      height: 91px;
  }
  #first-section {
    padding-bottom: 180px;
  }
  .details {
    bottom: 0px;
  }
  ::-webkit-input-placeholder {
    font-size: 17px;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: 17px;  
}

::-moz-placeholder {  /* Firefox 19+ */
    font-size: 17px;  
}

:-ms-input-placeholder {  
    font-size: 17px; 
}
#reg-form p, #reg-form span, #reg-form a {
  font-size: 17px;
}
#reg-form input[type="text"], #reg-form input[type="tel"], #reg-form input[type="email"] {
  height: 55px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: bold;
}
footer .patacondetail {
  max-width: 63dvh;
  position: absolute;
  top: -41dvh;
  width: auto;
}
.copy h3 {
  font-size: 20px;
}
.conditions h4, .copy h3 {
  font-size: 18px;
}
.main-rulete {
  position: relative;
  height: 550px;
  width: 100%;
  overflow: hidden;
}
.sector {
  width: 100%;
  background-size: contain;
  height: 185px;
  background-position: center;
  z-index: 10;
  position: absolute;
  background-repeat: no-repeat;
  top: 8px;
}
.rulete {
  width: 400px;
  height: 400px;
  background-size: contain;
  z-index: 9;
  position: relative;
  background-position: center;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  top: 21%;
}
.base {
  max-width: 730px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 50px;
}
.spin button {
height: 80px;
margin-top: 0px;
}
.page-template-templatesrulete-php #first-section, .page-template-templatesthankyou-php #first-section  {
  padding-bottom: 50px;
}
.thankyou-msg h3 {
  font-size: 2rem;
  font-weight: normal;
}
.conditions-wrap {
  padding: 0px;
}
footer .conditions img {
  max-width: 70px;
}
.social a img {
  max-width: 85px;
}
#winModal .modal-body h4 {
  font-size: 1.5rem;
}
#winModal .modal-footer a {
  font-size: 1.9rem;
  margin-bottom: 29px;
}
}
