* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  line-height: 1.6;
  background-color: #f4f4f4;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
}

header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.purple {
  color: #6762eb;
}
.black{
  color: #212529;
}
.font-weight-600 {
  font-weight: 600;
}
.header-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
  max-height: 55px;
}
.header-content span{
  font-size: 28px;
  font-family: 'Venus Rising', sans-serif;
}
.logo {
  max-width: 38px;
  margin-right: .5rem;
}

main {
  padding-top: 55px; 
}
  /* Hide current time and duration in WebKit browsers (Chrome, Safari) */
  video::-webkit-media-controls-time-remaining-display,
  video::-webkit-media-controls-current-time-display {
    display: none !important;
  }

  /* Hide current time and duration in Firefox */
  video::-moz-media-controls-enclosure > div:first-child {
    display: none !important;
  }
#main-video {
    width: 100%;
    height: auto;
}
#main-video video{
  object-fit: cover;
}
.unmute-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    font-size: 36px;
}
.video-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0 0 0;
}

.video-container {
  width: 100%;
  max-width: 960px;
  height: 550px;
  position: relative;
}


.availability-section {
    display: flex;
    justify-content: center;
    margin: auto;
    max-width: 1280px;
    width: 100%;
    border-radius: 2.5rem;
    background-color: rgba(255, 255, 255, .7);
    padding: 1.5rem;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.25);
    margin-top: 3rem;
}

.availability-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.check-btn {
  padding: 1rem 1.5rem;
  background-color: #6a4df4;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  background-image: linear-gradient(to right, #4f46e5, #818cf8);
  color: #fff;
  border-radius: 1.75rem;
  width: 350px;
  border: 1px solid #343a40;
  font-family: 'Mulish', sans-serif;
}
.check-btn-sec{
    font-size: 16px;
    background-color: #fff;
    cursor: pointer;
    border-radius: .75rem;
    font-weight: 700;
    line-height: 122%;
    height: 56px;
    display: block;
    width: 100%;
    border-color: #007bff;
    font-family: Mulish, sans-serif;
    align-items: center;
    display: flex;
    max-width: 350px;
    margin-left: auto;
    justify-content: center;

}
.cta-button-th{
  background: linear-gradient(to right, #4c51bf, #3b82f6);
    padding: 1rem 2.5rem;
    border-radius: .75rem;
    font-size: 14px;
    border-color: transparent;
    height: 50px;
    font-weight: 600;
    font-family: Mulish, sans-serif;
    color: #fff;
}
.check-btn-sec img{
  margin-left: .5rem;
}
.form-pots{
    max-width: 500px;
    background-color: #fff;
    width: 100%;
    border-radius: 1.5rem;
    padding: .5rem .5rem 1.5rem .5rem;
    margin-left: auto;
}
#form{
  display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}
.iti__dial-code {
    color: #000!important;
}
.iti__flag-box, .iti__country-name {
    color: #000!important;
}
.cta-form input[type="text"], .cta-form input[type="email"], .cta-form input[type="tel"] {
    width: 100%;
    padding: 1rem;
    border: 1px solid #e5e5e5;
    border-radius: .75rem;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 400;
    font-family: inherit;
    outline: none;
}
.promo-box {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 3rem;
  margin: 3rem auto;
  border-radius: 1.5rem;
  background-image: url('../index/cta-bg.webp'); 
  background-size: cover; 
  background-position: center; 
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.promo-box-content {
  position: relative;
  z-index: 2; 
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
.security-icons{
  text-align: center;
}
.security-icons img{
  width: 100%;
  max-width: 300px;
}
.promo-box-content-left {
  text-align: left;
}
.availability-message-text, .checking-message-text{
   font-family: Mulish, sans-serif;
   font-size: 24px;
   font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
}
.promo-box-content-right {
  text-align: right;
  width: 45%;
}
.promo-box-content-left h2{
  font-size: 24px;
  font-family: Mulish, sans-serif;
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.promo-box-content-left h2:nth-of-type(2){
  font-size: 48px;
  font-family: Mulish, sans-serif;
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.promo-box-content-left p{
  font-size: 20px;
  margin-top: 0;
  word-wrap: break-word;
  margin-bottom: 1rem;
}
.info-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}

.info-blocks {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
}
.spots-container {
  display: grid;
  justify-content: space-between;
  margin-top: 20px;
  grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);
}

.spot {
  display: flex;
  flex-direction: column;
  align-items: center;
    opacity: 0; 
  transition: opacity 0.5s ease, border-color 0.5s ease, color 0.5s ease; 
}
#spot-5{
    grid-column: 2;
  grid-row: 2;
}
#spot-6{
    grid-column: 3;
    grid-row: 2;
}

.spot-img {
  width: 56px;
  height: 56px;
  border: 4px solid black; 
  border-radius: 50%;
}

.status-text {
  margin-top: 10px;
  font-size: 14px;
  color: black;
  transition: color 0.5s ease; 
}
.spot.booked .spot-img {
  border-color: red;
}

.spot.booked .status-text {
  color: red;
  font-weight: 600;
}


.spot.free .spot-img {
  border-color: green;
}

.spot.free .status-text {
  color: green;
  font-weight: 600;
}
.info-box {
  max-width: 45%;
}
.info-box img{
  width: 100%;
  height: 100%;
}
.info-box.text{
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.25);
    border-radius: 2.5rem;
    align-items: start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: min-content;
    margin: auto;
    text-align: left;
    padding: 1.5rem;
    max-width: 50%;
    gap: 10px;
}
.info-box.text h2{
  font-size: 36px;
  line-height: 53px;
  font-family: Mulish, sans-serif;
  color: #343a40;
  font-weight: 500;
  text-transform: uppercase;
}
.info-box.text p{
  font-size: 18px;
  color: #4b5563;
  font-family: Mulish, sans-serif;
  font-weight: 700 ;
}
hr{
  color: #343a40;
    width: 100%;
}
.divider-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
}
.divider-line {
    flex-grow: 1;
    height: 1px;
/*    background-color: #000;*/
    max-width: 350px;
    border: 1px solid #dee2e6; 
}
.divider-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 0 10px;
}
.divider-icon svg {
    width: 90px;
    height: 90px;
}
.iti--separate-dial-code .iti__selected-flag{
  background-color: transparent!important;
}
.iti {
    width: 100%!important;
}
  .iti__preferred {
    display: none !important; 
  }
footer{
    max-width: 1200px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    margin: 3rem auto;
    font-family: 'Mulish', sans-serif;
}

.footer-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
.footer-content .footer-note{
    color: #6b7280;
    line-height: 1.4;
    font-size: 14px;

}
.footer-sub-links{
    gap: 1rem;
    display: flex;
}
.footer-sub-links a {
  color: #4b5563;
  text-decoration: none;
  font-size: 14px;
}

.step-section{
  background-image: url('../index/cta-bg.webp');
  background-size: cover;
  background-position: center;
  padding: 2rem;
  border-radius: 1.5rem;
  max-width: 1280px;
  width: 100%;
  margin: auto;
}
.step-section .container{
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 100%;
}
.earnings-boxes{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 55%;
}

.headline-before {
  text-align: center;
  margin: 4rem auto;
}
.headline-before h2{
  font-size: 48px;
  color: #1f2937;
  font-weight: 700;
  line-height: 2.25rem;
  font-family: Mulish, sans-serif;
  margin-bottom: .5rem;
}
.headline-before p{
  font-size: 20px;
  line-height: 1.25rem;
  color: #4b5563;
}
.countdown-container {
  display: inline-block;
  padding: 1rem;
  background-color: #fff;
  border-radius: 1.5rem;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.25);
  margin: 20px 0;
}

.countdown-container p{
  font-weight: 600;
}
#countdown {
  font-size: 48px;
  font-weight: 700;
  color: #28a745; 
}
.offer-block {
  width: 45%;
  max-width: 555px;
  background-color: #fff;
      border-radius: 1.5rem;
      padding: 1rem;
}
.earnings-block {
  text-align: center;
}
.earnings-block h3{
  font-size:36px;
  line-height:45px;
  color: #525252;
  font-weight: 600;
  font-family: Mulish, sans-serif;
}
.earnings-block p:nth-of-type(1){
  font-size: 24px;
  line-height: 2rem;
  color: #525252;
  font-family: Mulish, sans-serif;
}
#potential-profit{
  font-size: 36px;
  color: #5c5eef;
  font-weight: 600;
  font-family: Mulish, sans-serif;
  font-family: sans-serif;
}
#days-label{
  font-size: 16px;
  text-align: left;
}
/* (slider) */
#earnings-slider {
  -webkit-appearance: none; 
  width: 100%; 
  height: 8px; 
  background: #6366F1; 
  border-radius: 5px; 
  outline: none; 
  opacity: 0.9; 
  transition: opacity 0.2s;
}

#earnings-slider:hover {
  opacity: 1; 
}

/* (slider handle) */
#earnings-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px; 
  height: 30px; 
  border-radius: 50%; 
  background: #fff;
  border: 3px solid #6366F1; 
  cursor: pointer; 
   margin-top: -12px;
}

/* Firefox-specific */
#earnings-slider::-moz-range-thumb {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #6366F1; 
  cursor: pointer;
   margin-top: -12px;
}

/* IE-specific */
#earnings-slider::-ms-thumb {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #6366F1;
  border: 3px solid white;
  cursor: pointer;
   margin-top: -12px;
}

/*  Webkit browsers */
#earnings-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  background: #6366F1; /* Track color */
  border-radius: 5px;
}
.stats{
    width: 100%;
    display: flex;
    gap: 20px;
    flex-direction: column;
    max-width: 555px;
}
.stat-item {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    background: #fff;
    padding: 20px;
    border-radius: 1.5rem;
    gap: 1.5rem;
    max-height: 115px;
    border:1px solid #007bff;
}
.stats .stat-icon {
    position: relative;
    height: 5rem;
    width: 5rem;
    display: flex;
    align-items: center;
}
.stats .stat-icon img{
  position: absolute;
    width: 50px;
    left: 50%;
    transform: translateX(-50%);

}
.stats .stat-text {
    text-align: left;
    margin-left: 5px;
}
.stat-text p {
    margin: 10px 0 5px;
    font-weight: 500;
    font-size: 18px;
    font-family: Mulish, sans-serif;
}
.stat-text span {
    font-size: 1.5rem;
    color:#32bb8a;
    font-size: 24px;
    font-weight: 800;
    font-family: Mulish, sans-serif;
    font-family:sans-serif;
}
.attention{
  text-align: center;
}
.attention h4{
    font-size: 48px;
    font-weight: 800;
    font-family: Mulish, sans-serif;
    color: #dc3545;
}
.attention p:nth-of-type(1){
  font-size: 30px;
    font-weight: 700;
    color: #000;
    font-family: Mulish, sans-serif;
}
.attention p:nth-of-type(2){
  font-size: 20px;
    font-weight: 400;
    color: #374151;
    font-family: Mulish, sans-serif;
}
.strike {
  text-decoration: line-through;
  font-weight: 700;
  color: #374151;
  font-family: Mulish, sans-serif;
}
.highlight{
  color: #5c5eef;
  font-size: 36px;
  font-weight: 700;
      font-family: Mulish, sans-serif;
}
.offer-block .arrow-container {
    margin: 20px 0 40px;
    gap: 20px;
    display: flex;
    justify-content: center;
}

.animated-arrow-vertical-small {
    width: 5rem;
    animation: arrow-vertical 2s ease-in-out infinite;
}
.cta-button-f {
    font-family: Mulish, sans-serif;
    color: #fff;
    width: 100%;
    background: linear-gradient(to right, #4c51bf, #3b82f6);
    border-radius: .75rem;
    font-size: 1.25rem;
    line-height: 122%;
    text-transform: uppercase;
    border-color: transparent;
    height: 56px;
    font-weight: 600;
    padding: 1rem 1.75rem;
    margin-top: 10px;
}
.badge-counter{
  display: inline-block;
}
.pop-animation{
  animation:pop2 400ms linear;
}
 .legal-disclaimer {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    height: 75vh;
  }

  .legal-disclaimer p {
    margin-bottom: 10px;
  }

  .disclaimer-title {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #d9534f; 
  }

  .legal-disclaimer p:last-of-type {
    margin-bottom: 0;
  }
    .privacy-policy {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
  }

  .privacy-policy h2, .privacy-policy h3 {
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 10px;
  }

  .privacy-policy p, .privacy-policy ul {
    margin-bottom: 15px;
  }

  .privacy-policy ul {
    list-style-type: disc;
    margin-left: 20px;
  }

  .privacy-policy a {
    color: #3498db;
    text-decoration: none;
  }

  .privacy-policy a:hover {
    text-decoration: underline;
  }
    .terms-conditions {
    background-color: #fff;
    padding: 20px;
    font-family: 'Mulish', sans-serif;
    color: #333;
    line-height: 1.6;
  }

  .terms-conditions h2, .terms-conditions h3 {
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
  }

  .terms-conditions p {
    margin-bottom: 15px;
  }

  .terms-conditions ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 15px;
  }

  .terms-conditions table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
  }

  .terms-conditions th, .terms-conditions td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
  }

  .terms-conditions th {
    background-color: #f4f4f4;
    font-weight: bold;
  }

  .terms-conditions a {
    color: #3498db;
    text-decoration: none;
  }

  .terms-conditions a:hover {
    text-decoration: underline;
  }
@keyframes pop2 {
    0%, 100% {
        transform: scale(1);
    }
    40% {
        transform: scale(1.1);
    }
}
@keyframes arrow-vertical{
    0%, 100% {
    transform: translateY(0) rotate(90deg);
}
35% {
    transform: translateY(2rem) rotate(90deg);
}
}
@media screen and (max-width: 768px) {
  .video-container {
      height: auto;
  }
  .unmute-overlay {
      font-size: 15px;
  }
  .unmute-overlay svg{
    max-width: 36px;
  }
  .check-btn {
      width: 100%;
  }
  .availability-section{
    padding: 0.5rem;
  }
  .promo-box{
      padding: .75rem .75rem 3rem .75rem;
      margin: 1rem auto;
  }
  .promo-box-content {
      flex-direction: column;
  }
  .promo-box-content-right {
      width: 100%;
  }
  .info-blocks {
      flex-direction: column;
  }
  .info-box {
      max-width: 100%;
  }
  .info-box.text {
      max-width: 95%;
  }
  .info-box.text h2 {
      font-size: 20px;
      line-height: 22px;
  }
  .info-box.text p {
      font-size: 16px;
  }
  .divider-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .divider-line {
      width: 100%;
  }
  .divider-icon {
      padding: 1rem;
  }
  .info-section {
    padding: 50px 0 0;
  }
  .footer-content {
      flex-direction: column-reverse;
      gap: 20px;
  }
  footer {
      margin: 3rem 1rem;
  }
  .footer-sub-links {
      text-align: center;
  }
  .step-section .container {
      flex-direction: column;
  }
  .step-section {
      width: 90%;
      padding: 2rem .5rem;
  }
  .earnings-boxes {
      width: 100%;
  }
  .offer-block {
      width: 100%;
      margin-top: 15px;
  }
  .stats {
      gap: 15px;
  }
  .stat-text p{
    font-size: 16px;
  }
  .stat-text span{
    font-size: 20px;
  }
  .earnings-block h3 {
    font-size: 18px;
  }
  .earnings-block p:nth-of-type(1) {
      font-size: 16px;
  }
  #potential-profit {
      font-size: 30px;
  }
  .headline-before {
      margin: 1rem auto;
  }
  #days-label {
      margin-top: 15px;
  }
  .attention h4 {
      font-size: 28px;
  }
  .attention p:nth-of-type(1) {
    font-size: 24px;
  }
  .offer-block .arrow-container {
      gap: 15px;
  }
  .animated-arrow-vertical-small {
      width: 3rem;
  }
  .countdown-container {
      width: 75%;
      padding: .5rem;
  }
  .headline-before h2 {
    font-size: 38px;
  }
  .headline-before p {
      font-size: 16px;
  }
    .headline-before p {
      font-size: 16px;
  }
  .attention {
    margin-top: 2rem;
}
  .hide-box p{
    font-size: 20px;
  }
  .cta-button-f {
      padding: 1rem;
  }
  .legal-disclaimer {
    height: auto;
}
  #countdown {
  }
}


/* Валидация */
input.valid {
  box-shadow: 0 0 0 2px rgba(0, 180, 0, 0.35);
}

input.invalid {
  box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.45);
}

/* Overlay loader */
.overlay-yYhkgJucat {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}
.overlay-yYhkgJucat.visible-yYhkgJucat { display: flex; }

.lds-spinner-yYhkgJucat {
  width: 80px;
  height: 80px;
  position: relative;
}
.lds-spinner-yYhkgJucat div {
  transform-origin: 40px 40px;
  animation: lds-spinner-yYhkgJucat 1.2s linear infinite;
}
.lds-spinner-yYhkgJucat div:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  background: #fff;
  border-radius: 20%;
}
@keyframes lds-spinner-yYhkgJucat {
  0% { opacity: 1; }
  100% { opacity: 0; }
}