body {
  font-family: 'Raleway', sans-serif;
}
.video-container {
  position: relative;
  text-align: center;
}

.video-wrapper1 {
  width: 90%; /* Ви можете налаштувати розмір відео */
  border-radius: 8px;
}

.mute-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  font-size: 40px;
  color: white;
  cursor: pointer;
  z-index: 1;
}
.section-title__emphasize {
  color: blue;
}
.timer {
  position: relative;
  text-align: center;
  font-size: 40px;
  color: green;
  margin-top: 10px;
  display: none; /* Таймер спочатку прихований */
}

.end-message {
  text-align: center;
  font-size: 20px;
  color: black;
  margin-top: 20px;
}


.video-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#video {
  width: 90%; 
  border-radius: 8px;
}
#mainForm {
  background-color: white;
    padding: 20px;
    border-radius: 38px;
    width: 90%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
/* Центрована кнопка */
.unmute-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s;
  z-index: 2;
}

.unmute-button:hover {
  opacity: 0.8;
}

.unmute-button svg {
  display: block;
}
svg {
  width: 80px;
}
.grid {
  display: flex;
}
.spot-taken {
    --tw-bg-opacity: 1;
    background-color: rgb(251 113 133 / var(--tw-bg-opacity));
    padding-bottom: 1rem;
}
.main-form__sec-logo {
  height: 80px;
  width: 100px;
}

.section-title {
    text-align: center;
    font-size: 50px;
    line-height: 47px;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(38 47 64 / var(--tw-text-opacity));
}
.main-form__container {
    display: flex
;
    flex-direction: column;
    align-items: center;
}
.main-form__section {
    display: flex
;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}
.section-subtitle {
  text-align: center;
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    @keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(10px); }
}

.animate-arrow-down {
  animation: bounce 1s infinite;
}
.btn-secondary {
  cursor: pointer;
  position: relative;
    display: flex;    
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(17 95 208);
    padding: .5rem 2.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(252 252 252 / var(--tw-text-opacity));
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    text-transform: uppercase;
}
.animate-pulse,.flex-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.spot {
    position: relative;
    display: flex
;
    height: 3rem;
    width: 3rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(203 213 225 / var(--tw-bg-opacity));
    padding: .5rem;
    --tw-text-opacity: 1;
    color: rgb(38 47 64 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .5s;
}
  
    h1 {
      text-align: center;
      font-size: 35px;
      font-weight: bold;
    }
    p {
      font-size: 20px;

    }
 video {
        width: 90%;
    }
.plyr{
  width: 90%;
}
    .custom-footer {
 
  text-align: center;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333;
  
}

.custom-footer__text p {
  font-weight: bold;
  margin-bottom: 20px;
}

.custom-footer__links {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.custom-footer__links a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
}

.custom-footer__links a:hover {
  text-decoration: underline;
}

.custom-footer__disclaimer p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 13px;
  color: #555;
  line-height: 1.5;
}
 #timer {
    display: none;
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
  }
 .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  padding: 20px;
  flex-wrap: wrap;
}

.left-column {
  flex: 1;
  min-width: 280px;
}

.left-column h2 {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 10px;
  text-align: left;
}

.left-column .subtext {
  font-size: 25px;
  margin-bottom: 15px;
  color: blue;
  text-align: left;
  text-transform: uppercase;
}

.arrows {
  display: flex;
  gap: 10px;
  font-size: 2rem;
  margin-bottom: 15px;
}

.arrows span {
  animation: bounceRight 1.2s infinite;
}

.arrows span:nth-child(2) {
  animation-delay: 0.2s;
}
.arrows span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes bounceRight {
  0%   { transform: translateX(0); opacity: 0.6; }
  50%  { transform: translateX(5px); opacity: 1; }
  100% { transform: translateX(0); opacity: 0.6; }
}

.logos,.logos1 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.fa-3x {
    color: #fff;
    font-size: 2em !important;
}
.logos img {
  height: 45px;
  object-fit: contain;
}
.logos1 img {
  height: 30px;
  object-fit: contain;
}
.logos1 {
  display: none;
}
.right-column {
  flex: 1;
  min-width: 300px;
  max-width: 400px;
}

.right-column form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.right-column input,
.right-column button {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #4a4aff;
  border-radius: 15px;
}

.right-column button {
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
}

.btn-secondary1 {
    background-color: #5d5fef !important;
    color: white !important;
    padding: 1rem 2rem !important;
    font-weight: bold !important;
    text-transform: uppercase;
    font-size: 17px !important;
    border-radius: 36px !important;
  }
.right-column button:hover {
  background-color: #0056b3;
}
   #soundToggle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5em;
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
  z-index: 10;
}
.timer {
  margin-top: 10px;
  font-size: 1.5em;
  color: white;
}
.custom-section1 {
  background-color: white; /* Задній фон */
  padding: 20px;
  border-radius: 38px;
  width: 90%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
   .custom-section {
  background-color: white; /* Задній фон */
  padding: 20px;
  border-radius: 38px;
 width: 90%;
 margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
    .container {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-bottom: 30px;
    }
    .box {
      background: white;
      border: 2px solid #a0a0ff;
      border-radius: 10px;
      padding: 20px;
      width: 200px;
    }
    .box h2 {
      margin: 0;
      font-size: 1.2em;
    }
    .box p {
      font-size: 1.5em;
      color: green;
    }
    .slider-block {
      background: white;
      display: inline-block;
      padding: 30px;
      border-radius: 10px;
    }
    .slider-block h2 {
      margin-bottom: 10px;
    }
    #slider {
      width: 200px;
    }
    .gewinn {
      font-size: 2em;
      color: #4a4aff;
      font-weight: bold;
    }
    * {
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
   background: #e6edff;
  text-align: center;
 
}

h1 {
  font-size: 2em;
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.box {
  display: flex;
  align-items: center;
  background: white;
  border: 2px solid #a0a0ff;
  border-radius: 15px;
  padding: 15px 20px;
  width: 360px;
  max-width: 100%;
  gap: 15px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.icon-wrapper {
  width: 60px;
  height: 60px;
  background: #4a4aff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-wrapper img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  
}

.text-wrapper {
  text-align: left;
}

.text-wrapper h2 {
  font-size: 1em;
  margin: 0;
}

.text-wrapper p {
  font-size: 1.5em;
  color: green;
  font-weight: bold;
  margin: 5px 0 0 0;
}
.modal {
          display: none;
          position: fixed;
          z-index: 9999;
          left: 0; top: 0;
          overflow: auto;
          width: 100%; height: 100%;
          background-color: rgba(0,0,0,0.5);
        }
        .modal-content {
          background: #fff;
          margin: 2% auto;
          padding: 20px;
          width: 90%;
          border-radius: 8px;
          position: relative;
        }
        .close {
          position: absolute;
          right: 15px; top: 10px;
          font-size: 22px;
          cursor: pointer;
        }
        .mytext1 {
          text-align: justify;
        }
         .back-button {
      display: inline-block;
      margin-top: 30px;
      padding: 10px 20px;
      background-color: #1a73e8;
      color: white;
      text-decoration: none;
      border-radius: 5px;
      font-weight: bold;
    }
    .back-button:hover {
      background-color: #0f5ec4;
    }
    .blue{
    color: rgb(17 95 208);
    font-weight: bold;
  }
   #slots-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
  }

  .slot {
    width: 80px;
    height: 80px; /* Збільшив щоб було місце для тексту */
    border-radius: 10px;
    background-color: #999; /* Початково сірий */
    display: flex;
   flex-direction: column; /* щоб іконка і текст ставали вертикально */
  justify-content: center;
  align-items: center;
    font-weight: bold;
    color: white;
    font-size: 14px;
    transition: background-color 0.5s ease;
  }

  .slot svg {
    width: 36px;
    height: 36px;
    margin-bottom: 4px;
  }

  .slot.taken {
    background-color: #f44336; /* Червоний */
  }

  .slot.free {
    background-color: #4CAF50; /* Зелений */
  }

  #status-text {
    margin-top: 20px;
    font-size: 1.2em;
  }
  .slot {
  /* те саме, що було */
  
}

.slot-text {
  margin-top: 5px;
  font-size: 12px;
  font-weight: normal;
  color: white;
}
 .form__arrows {
    margin-bottom: 1.5rem;
    display: flex;

    height: 5rem;
    width: 70%;
    justify-content: space-around;
    gap: 1.5rem;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}
.form__arrow-down {
  fill: #5d5fef;
  width: 5rem;
  transform: rotate(0deg);
  animation: arrow-horizontal 3s ease-in-out infinite;
}

@keyframes arrow-horizontal {
  0% {
    transform: rotate(0deg) translateX(0);
  }
  50% {
    transform: rotate(0deg) translateX(10px); /* або -10px для ліворуч */
  }
  100% {
    transform: rotate(0deg) translateX(0);
  }
}
@media (max-width: 768px) {
  .form__arrows {
    width: 100%;
  }
  .form__arrow-down {
  fill: #5d5fef;
  width: 5rem;
  transform: rotate(90deg);
  animation: arrow-horizontal 3s ease-in-out infinite;
}

@keyframes arrow-horizontal {
  0% {
    transform: rotate(90deg) translateX(0);
  }
  50% {
    transform: rotate(90deg) translateX(10px);
  }
  100% {
    transform: rotate(90deg) translateX(0);
  }
}
  .plyr--video {
    width: 100%;
  }
  .logos1 img {
    height: 22px; 
  }
   .slot {
    width: 68px;
    height: 50px;
    font-size: 12px;
  }

  .slot svg {
    width: 20px;
    height: 20px;
  }

  .slot-text {
    font-size: 10px;
  }

  #status-text {
    font-size: 1em;
  }

   #video {
    width: 100%;
  }
  .video-wrapper {
    width: 100%;
  }
  .content-wrapper {
    flex-direction: column;
    align-items: stretch;
    padding: 0;
  }

  .left-column, .right-column {
    max-width: 100%;
  }

  .left-column h2 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
  }

  .arrows {
    justify-content: center;
    transform: rotateZ(90deg) !important;
    display: flex;
    flex-direction: column;
  }

  .logos {
    justify-content: center;
    display: none;
  }
.logos1 {
  display: block;
  margin-top: 20px;
  width: 100%;
}
  .right-column form {
    gap: 12px;
  }

  h1 {
    font-size: 28px;
  }

  p {
    font-size: 16px;
  }

 
}

@media (max-width: 480px) {
  .custom-section,.custom-section1 {
    width: 100%;
  }
  #mainForm {
 
    width: 100%;
    
   
}

  h1 {
    font-size: 16px;
  }

  p {
    font-size: 15px;
  }

  .close-btn {
    padding: 0.4rem 1.2rem;
    font-size: 0.8rem;
  }
  .video-wrapper {
    width: 100%;
  }
  .box {
    width: 90%;
  }

  .icon-wrapper {
    width: 50px;
    height: 50px;
  }

  .icon-wrapper img {
    width: 24px;
    height: 24px;
  }

  .text-wrapper p {
    font-size: 1.3em;
  }
  .custom-section1 {
  background-color: white; /* Задній фон */
 
  border-radius: 38px;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.subtext {
  text-align: center !important;
  font-size: 20px !important;
}
}
@media (max-width: 480px) {
  
    .spot {
        height: 4.5rem;
        
    }
}

/* Адаптація для планшетів і вище */
@media (min-width: 768px) {
  
    .spot {
        height: 3.5rem;
       
    }
}