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

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

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

@media (max-width: 1536px) {
  .header-top-section {
    width: 96%;
    margin: 0 auto;
  }
}

@media (max-width: 1440px) {
  .top-menu ul li a {
    font-size: 13px;
  }
}

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

@media (max-width: 1280px) {
  .footer {
    margin-top: 70px !important;
  }

  .footer.uk-margin-large-top {
    margin-top: 70px !important;
  }

  .banner-slider-item-section {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .banner-slider-item-section p {
    z-index: 6;
    white-space: nowrap;
    font-size: 50px;
    line-height: 50px;
    text-align: center !important;
  }

  .content-inner.uk-margin-medium-top {
    flex-direction: column;
    gap: 20px;
  }

  .content {
    width: 100%;
    text-align: center;
  }

  .banner-slider-item-section small {
    z-index: 8;
    white-space: initial;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
    visibility: inherit;
    transition: none;
    text-align: inherit;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    text-align: center;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
  }

  .content-img a img {
    width: 100%;
  }

  .content-img {
    width: 100%;
  }

  .video-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
    justify-content: center;
  }

  .video-content span {

    text-align: center;
    width: 100%;
  }

  .bannerDesctop {
    display: none !important;
  }

  .video-content {
    align-items: center;
  }

  .about {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .banner-slider-item-section span {
    z-index: 5;
    white-space: initial;
    font-size: 20px;
    text-align: center !important;
  }

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

  .bannerMobile {
    display: block !important;
  }

  .footer-inner {
    display: flex;
    grid-template-columns: 350px 350px;
    gap: 30px;
    flex-direction: column;
    text-align: center;
  }

  .buttonSection {
    display: grid !important;
  }

  .title {
    font-size: 30px;
  }

  .breakfast-inner::before {
    right: 0px;
  }

  .breakfast-section {
    padding-right: 0px;
    justify-content: center;
  }

  .breakfast-inner::after {
    content: "";
    width: 100%;
    height: 86px;
    background: url(../images/after.png);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .bg-blue {
    padding: 80px 10px;
  }

  .top-header-section {
    display: none;
  }

  .mobile-header {
    display: block !important;
  }

  .uk-sticky-fixed .mobile-header {
    background: #cd9f58 !important;
  }

  .uk-sticky-fixed .mobile-header .logo img {
    width: 70px;
  }

  .uk-sticky-fixed button.uk-button.uk-button-default.uk-margin-small-right {
    color: #fff;
  }

  .description {
    width: 96%;
    height: auto;
  }

  .bg-gold::after {
    display: none;
  }

  .honeymoon-assistant {
    width: 84%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .title-assistant span {
    font-size:
      30px;
  }

  .jacuzzi-pleasure {
    width: 96%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .description-jacuzzi::after {
    display: none;
  }

  .jacuzzi-image {
    margin-left: 0;
  }

  .call-button.uk-margin-medium-top.uk-flex.uk-flex-right.uk-margin-medium-right {
    justify-content: center;
  }

  .title-service span {
    font-size: 30px;
  }

  .room-service {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
  }

  .breakfast-inner {
    width: 96%;
  }

  .contact-section {
    display: flex;
    flex-direction: column;
    gap: 50px;
    position: relative;
    z-index: 1;
    align-items: center;
  }

  .gallery-section {
    width: 96%;
    margin: 0 auto;
  }

  .gallery-title img {
    display: none;
  }

  .gallery-title span {
    font-size: 30px;
    line-height: 34px;
  }

  .footer-top {
    padding: 40px 0;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }

  .footer-menu ul {
    flex-direction: column;
  }

  .footer-bottom {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
    gap: 30px;
  }

  .description::after {
    display: none;
  }
}

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

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

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

@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) {}