@media only screen and (min-width: 320px) and (max-width: 768px) {
  .header__logo_lalabet img {
    width: 85px;
  }
  .header__logo_tiger img {
    width: 65px;
  }
  .container {
    width: 100%;
  }
  .title {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.02em;
  }
  .subtitle {
    font-size: 34px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.02em;
    margin-top: 5px;
  }
  .container {
    overflow: hidden;
  }
  button a {
    color: #fff;
    display: block;
    width: 280px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main {
    background-image: url(../../images/bg-mobile.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    background-position: center;
  }
  .main::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: url(../../images/back-overlay.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    z-index: 29;
  }

  .text {
    width: 321px;
    top: 45px;
  }
  .text2 {
    width: 206px;
  }
  .circle {
    width: 350px;
    height: 350px;
    bottom: 125px;
    overflow: visible;
  }
  #rotatingImage {
    width: 340px;
    height: 340px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #323750;
    border-radius: 50%;
    clip-path: circle(50% at 50% 50%);
    z-index: 8;
    right: auto;
  }
  .spin-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 16;
    width: 95px;
    height: 95px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    letter-spacing: 1.5px;
    border: none;
    cursor: pointer;
    background-image: url(../../images/spin.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: none;
    animation: pulse 1.5s infinite;
  }
  .arrow {
    width: 65px;
    right: -18px;
    height: 50px;
    top: 146px;
    z-index: 16;
  }
  .vector {
    position: absolute;
    right: -5%;
    top: 42%;
    width: 27px;
    height: 54.5px;
    z-index: 12;
  }
  .lights {
    position: absolute;
    z-index: 14;
    width: 350px;
    height: 350px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: none !important;
    object-fit: contain;
    object-position: center center;
    pointer-events: none;
    right: auto;
    filter: drop-shadow(0 0 15px rgba(255, 77, 173, 0.6))
      drop-shadow(0 0 30px rgba(255, 77, 173, 0.4))
      drop-shadow(0 0 45px rgba(255, 77, 173, 0.2));
  }
  .lights-back {
    position: absolute;
    width: 320px;
    height: 320px;
    z-index: 15;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
  .popup__img {
    width: 360px;
    position: relative;
  }
  .text-popup1 {
    font-size: 25px;
    line-height: 30px;
    top: 320px;
    width: 300px;
  }
  #spinAgainBtn {
    width: 160px;
    top: 360px;
    height: 40px;
    font-size: 14px;
  }
  .popup__tiger {
    width: 300px;
    bottom: 47%;
  }
  .hero-1 {
    width: 215px;
    left: 0;
    z-index: 29;
    bottom: 0;
  }
  .hero-2 {
    width: 180px;
    bottom: 300px;
    right: 0;
  }
  .text-popup2 {
    font-size: 24px;
    top: 290px;
  }
  .popup__subtitle {
    font-size: 11px;
    width: 85%;
    max-width: 45%;
    top: 340px;
    line-height: 14px;
    word-wrap: break-word;
    padding: 0 10px;
    box-sizing: border-box;
  }
  body {
    overflow: inherit;
  }
  body::after {
    content: "";
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(
      to bottom,
      #fbfbf400,
      #eec59f00,
      #f080771c,
      #6024c542,
      #6024c5e6
    );
    height: 30%;
    width: 100%;
  }
  .main-img-bottom {
    display: block !important;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 39;
  }
  .main-img-bottom-i {
    width: 100%;
    height: auto;
    display: block;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .circle {
    width: 450px;
    height: 450px;
    top: 25%;
    overflow: visible;
  }
  #rotatingImage {
    width: 440px;
    height: 440px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #323750;
    border-radius: 50%;
    clip-path: circle(50% at 50% 50%);
    z-index: 8;
  }
  .lights {
    position: absolute;
    z-index: 14;
    width: 450px;
    height: 450px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: none !important;
    object-fit: contain;
    object-position: center center;
    pointer-events: none;
    filter: drop-shadow(0 0 18px rgba(255, 77, 173, 0.6))
      drop-shadow(0 0 36px rgba(255, 77, 173, 0.4))
      drop-shadow(0 0 54px rgba(255, 77, 173, 0.2));
  }
  .lights-back {
    position: absolute;
    width: 410px;
    height: 410px;
    z-index: 15;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
  .arrow {
    z-index: 16;
    pointer-events: none;
  }
  .spin-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 16;
    width: 110px;
    height: 110px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    letter-spacing: 1.8px;
    border: none;
    cursor: pointer;
    background-image: url(../../images/spin.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: none;
    animation: pulse 1.5s infinite;
  }
  .container {
    width: 100%;
  }
  .titles-block {
    margin-top: 20px;
  }
  .title {
    font-size: 50px;
  }
  .subtitle {
    line-height: 1;
    font-size: 55px;
  }
  .main::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: url(../../images/back-overlay.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    z-index: 29;
  }
  .main-img-bottom {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 39;
  }
  .hero-1 {
    width: 215px;
    left: 0;
    z-index: 29;
    bottom: 0;
  }
  .hero-2 {
    width: 180px;
    bottom: 300px;
    right: 0;
  }
  body {
    overflow: inherit;
  }
  body::after {
    content: "";
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(
      to bottom,
      #fbfbf400,
      #eec59f00,
      #f080771c,
      #6024c542,
      #6024c5e6
    );
    height: 30%;
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1150px) {
  .container {
    width: 1000px;
  }
}
@media (orientation: portrait) {
  .main,
  .container {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}
