@media (max-width: 1200px) {
  .wrapper-comment .swiper-slide {
    width: 33.333%;
  }
}

@media (max-width: 1024px) {

  /* HERO */
  .hero {
    padding: 120px 20px;
  }

  .hero-text {
    font-size: 28px;
  }

  .hero-img {
    width: 300px;
  }

  .img-hotel { left: -2%; }
  .img-us { right: -2%; }

  /* FOOTER */
  .ft {
    padding: 80px 24px 40px !important;
  }

  .ft-main {
    display: flex !important;
    flex-direction: column;
    gap: 20px;
  }

  .ft-flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .footer-contact,
  .footer-menu,
  .ft-newsletter {
    width: 100%;
  }

  .ft-form {
    flex-direction: column;
    gap: 12px;
  }

  .ft-form input {
    width: 100%;
  }

  .btn-ft {
    position: static;
    padding: 12px 0;
  }

  .ft-bottom {
    text-align: center;
    font-size: 13px;
  }
}


@media (max-width: 992px) {
  .wf-container {
    grid-template-columns: 1fr !important;
    margin-bottom: 100px;
  }

  .wf-visual {
    order: -1 !important;
    height: 60vh !important;
  }

  .wf-content {
    order: 1 !important;
    width: 100% !important;
    padding: 30px 16px;
  }

  .wf-btn {
    margin-left: 0;
  }

  .wf-title {
    font-size: 32px;
  }

  .wf-fg {
    width: 160px !important;
    height: 220px !important;
    top: 50% !important;
    left: 80% !important;
    transform: translate(-50%, -50%);
  }

  /* MARQUEE */
  .title-marquee {
    padding: 120px 0;
  }

  .marquee-row {
    gap: 48px;
  }

  .marquee-text {
    font-size: 56px !important;
  }

  .marquee-image {
    width: 280px !important;
    height: 180px !important;
  }

  .hero-right {
    left: 10% !important;
  }

  /* SWIPER */
  .wrapper-comment .swiper-slide {
    width: 50%;
  }
  .contact-inner{
    padding:10px !important;
  }
  .ft-sm{
    top: -55px;
    right: -80% !important;
  }

}

@media (max-width: 768px) {

  /* HERO SLIDE */
  .hero-slide {
    height: 100svh;
  }

  .hero-home {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
  }

  .hero-center,
  .hero-right {
    position: static !important;
    transform: none !important;
    width: 100% !important;
  }

  .hero-center h1 {
    font-size: 65px !important;
    line-height: 1.1;
    margin-bottom: 12px;
  }

  .hero-script {
    font-size: 22px !important;
    margin-bottom: 10px;
  }

  .hero-right {
    display: flex !important;
    justify-content: center;
  }

  .hero-right ul {
    margin: 30px 50px !important;
  }

  .hero-right ul li {
    font-size: 14px;
    opacity: 0.9;
  }

  .hero {
    padding: 80px 16px !important;
    text-align: center;
  }

  .hero-sub {
    font-size: 12px;
    margin-bottom: 16px;
  }

  .hero-text {
    font-size: 20px !important;
    line-height: 1.5;
  }

  .hero-img {
    display: none;
  }

  .hero-link:hover {
    transform: none;
  }

  .hero-link::after {
    bottom: -2px;
  }

  /* MARQUEE */
  .title-marquee {
    padding: 72px 0;
  }

  .marquee-row {
    gap: 24px;
  }

  .marquee-text {
    font-size: 40px !important;
    line-height: 1.1;
  }

  .marquee-image {
    width: 140px !important;
    height: 90px !important;
  }

  .wrapper-comment .swiper-slide {
    width: 85% !important ;
  }

  .testimonial-item {
    padding: 28px 22px;
  }

  .testimonial-content {
    font-size: 14px;
  }

  .ft-flex {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {

  .wrapper-comment .swiper-slide {
    width: 92% !important;
  }

  .bg-section-about {
    padding: 0;
  }

  .banner-img {
    max-height: 110px;
  }

  .banner-page-img img {
    height: 220px;
  }

  .banner-page-title h1 {
    font-size: 20px;
  }

  .banner-page-title p {
    font-size: 14px;
  }
  .wf-fg{
    display: none;
  }
}
