@media (max-width:994px) {
  #homepage .hero-section {
    height: 96vh;
  }

  .desktop-video {
    z-index: 1;
    object-fit: cover;
    display: block;
    width: auto;
  }

  .container-box {
    z-index: 2;
  }

  .logo img {
    width: 80%;
  }

  input.btn_play {
    font-size: 28px;
  }

  .re_register {
    width: 100%;
    font-size: 20px !important;
  }

  .video-section {
    height: auto;
  }

  .reward-container {
    display: flex;
    flex-wrap: wrap;
  }

  .slider-section {
    width: 100%;
  }

  .slick-slider {
    width: 100%;
  }

  .slider-section .description h1,
  .description p,
  .description a {
    /* padding: 0px 30px; */
    width: 90%;
  }

  .slider-section .slider .item .description .slider-button {
    margin-left: -30px;
  }

  .mount-section {
    padding: 50px;
    height: auto;
  }

  .mount-section .overlay-image {
    display: none;
  }

  .mount-container .overlay-text {
    max-width: 100%;
    width: 100%;
    margin: 0px;
  }

  .desc-section {
    padding: 50px;
    height: auto;
  }

  .desc-section .image-slider {
    display: none;
  }

  .desc-container .overlay-text {
    max-width: 100%;
    width: 100%;
  }

  .new-section {
    padding: 50px;
    height: auto;
  }

  .new-section .image-slider {
    display: none;
  }

  .new-container .overlay-text {
    max-width: 100%;
    width: 100%;
  }

  .promotions-section {
    padding: 50px;
    height: auto;
  }

  .promotions-section .promotion-carousel-container .promotion-carousel-button {
    display: none;
  }

  .promotion-carousel-slider {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }

  .promotions-section .promotion-carousel-container .promotion-carousel-slider {
    width: 100%;
  }

  .promotions-section .promotion-carousel-container .promotion-carousel-card {
    transform: scale(1) rotateY(0deg);
    opacity: 1;
  }

  .faq-section {
    padding: 0px 10px;
    height: auto;
  }

  .discord-widget {
    left: 50%;
    transform: translateX(-50%);
    z-index: 999999;
  }

  .guvenli_pc {
    display: none !important;
  }
}