@media (min-width: 1200px) {}

@media (max-width: 1920px) {}

@media (min-width: 1920px) {}

@media (max-width: 1536px) {
  .header-top-section {
    width: 98%;
  }

  .header-top {
    grid-template-columns: 20% 60% 20%;
  }

}

@media (max-width: 1440px) {
  .banner-title {
    font-size: 40px;
  }

  .promotion-banner {
    width: 90%;
  }
}

@media (max-width: 1366px) {
  .number {
    right: 8px;
    bottom: -20px;
  }

  .promotion-banner {
    padding: 0 30px;
  }
}

@media (max-width: 1280px) {
  .service-list {
    text-align: center;
  }

  .service-icon {
    margin: 0 auto;
  }

  .header-top {
    grid-template-columns: 50% 50%;
  }

  .menuSection {
    display: none;
  }

  .mobile-header {
    display: block;
  }

  .menu-link {
    padding: 20px 10px;
    font-size: 17px;
  }

  .uk-sticky-fixed .logo img {
    margin-left: 0px !important;

  }


  .logo img {
    width: 100px;
    margin-left: 7px;
  }

  .top-header-section {
    width: 100%;
    height: 100px;
  }


  .banner-title,
  .banner-description {
    width: 100%;
  }

  .about-section {
    display: flex;
    flex-direction: column;
    gap: 12%;
  }

  .about-title {
    font-size: 30px;
    line-height: 36px;
  }

  .years {
    right: 2%;
    width: 150px;
    height: 150px;
  }

  .years span {
    font-size: 15px;
    width: 88%;
    text-align: center;
  }

  .about-img.uk-margin-medium-top {
    margin-top: 20px !important;
  }

  .about-wrapper {
    padding-bottom: 50px;
  }

  .packet-slider,
  .title p {
    width: 100%;
  }

  .promotion-banner {
    font-size: 26px;
    width: 100%;
  }

  .contact-left {
    height: 350px;
    order: 2;
    right: 0;
  }

  .contact-right {
    background: #F7FAFD;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-left: 0;
    width: 100%;
    order: 1;
    border-radius: 20px;
    margin-bottom: 20px;
  }

  .contact-section {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }

  .contact-wrapper {
    background: url(../images/contact-bg.jpg);
    padding: 60px 0;
    background-size: cover;
  }

  .footer-top {
    flex-direction: column;
  }

  .footer-menu {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }

  .footer-menu ul {
    display: flex;
    gap: 16px;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin: 0 auto !important;
  }

  .footer-menu ul li {
    border-bottom: 1px solid #ffffff2a;
    width: 100%;
  }

  .footer-menu ul li a {
    padding-bottom: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 30px;
  }

  .contact-form {
    padding: 40px 10px;
  }

  .packet-left {
    display: none;
  }

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

  .about-content p {
    width: 100%;
  }

  .about-us-line,
  .line-top,
  .line-bottom {
    display: none;
  }

  .packet-wrapper {
    position: relative;
    padding-bottom: 90px;
  }

  .hotel-services-title span {
    font-size: 26px;
  }

  .service {
    display: flex;
    flex-direction: column;
    position: relative;
    border-right: 1px solid #EBECEC;
    padding: 0px 10px;
    margin-bottom: 20px;
  }

  .service-sections {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    padding: 40px 10px;
  }

  .service-sections .service:nth-child(2),
  .service-sections .service:nth-child(4) {
    border-right: 0px;
  }

  .service-sections .service:nth-child(5) {
    grid-column: 1 / -1;
  }

  .number {
    display: none;
  }

  .withoutDirectly img {
    display: none;
  }

  .withoutDirectly ul {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    padding: 40px 10px;
    background: #fff;
    border-radius: 10px;
    margin-top: 51px !important;
    position: relative;
    padding: 14px !important;
  }

  .withoutDirectly ul::after {
    width: 1px;
    height: 100px;
    content: "";
    position: absolute;
    left: 50%;
    top: -50px;
    border-right: 1px dashed #fff;

  }

  .withoutDirectly ul li {
    background: #f7fafd;
    padding: 10px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
  }

}

@media (max-width: 1199px) {}

@media (max-width: 1099px) {}

@media (max-width: 1024px) {

  button.tab-button.directly img {
    width: 60px;
  }

  button.tab-button.without-directly img {
    width: 60px;
  }

  header .phone a {
    width: 40px;
    height: 40px;
  }

  header .phone a img {
    width: 24px;
    height: 24px;
  }

  header .contact-button a span {
    display: none !important;
  }

  header .contact-button a {
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .promotion-banner-section {
    position: relative;
    background: url(../images/promotion-banner.jpg);
    background-size: cover;
    background-position: -520px center;
    height: 500px;
    background-repeat: no-repeat;
  }

  .hotel-text {
    width: 60px;
    height: 60px;
    padding: 20px;
  }

  .tab-buttons {
    gap: 10px;
  }

  button.tab-button.directly {
    font-size: 15px;
    display: flex;
    gap: 4px;
  }

  button.tab-button.without-directly {
    font-size: 15px;
    gap: 4px;
  }

  .hotel-text span {
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
  }
}

@media (max-width: 991px) {}

@media (max-width: 768px) {}

@media (max-width: 576px) {}

@media (max-width: 480px) {}

@media (max-width: 414px) {}

@media (max-width: 390px) {}

@media (max-width: 320px) {}