@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
  }
}

@media (max-width: 1800px) {}

@media (max-width: 1700px) {
  .activity-slider .slick-prev {
    width: 105px;
    height: 105px;
    background: url("../img/left.png") !important;
    left: 0px;
    z-index: 9;
    top: 60%;
  }

  .activity-slider .slick-next {
    right: 0px;
    z-index: 9;
    top: 60%;
  }
}

@media (max-width: 1599px) {
  .logo img {
    width: 220px;
  }

  header .logo {
    bottom: 9px;
  }

  .activity-slider .slick-prev {
    left: 0px;
    top: 55%;
    z-index: 9;
  }

  .activity-slider .slick-next {
    right: 0px;
    top: 55%;
    z-index: 9;
  }

  .rooms-btn {
    position: absolute;
    bottom: 10px;
  }
}

@media (max-width: 1500px) {}

@media (max-width: 1499px) {
  .main-content p {
    width: 100%;
  }

  .room span {
    font-size: 24px;
  }

  .restaurant-slider .room-content::after,
  .room-content::after {
    display: none;
  }

  .pl5 {
    padding-left: 0px;
  }

  .room-content.pt-5.pl5 {
    padding-top: 0px !important;
  }

  .room-content.pt-5.pl-5 {
    padding-top: 0px !important;
  }

  .rooms-slider-wp {
    width: 98%;
  }

  .restaurant-slider-wp {
    width: 98%;
  }

  .room-content span {
    margin-bottom: 10px;
    line-height: 26px;
  }
}

@media (max-width: 1400px) {
  .offer-slider {
    margin: 0 auto;
    width: 80%;
  }

  .rooms-wp::after {
    display: none;
  }

  .room-features ul li span {
    font-size: 14px;
  }

  .rooms-content p {
    font-size: 14px;
    line-height: 22px;
  }

  .rooms-wp::after {
    width: 100%;
    height: 682px;
  }

  .rooms-content span {
    font-size: 24px;
  }
}

@media (max-width: 1299px) {
  .offer-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  .instagram-slider .slick-dots li {
    width: 10px;
    height: 10px;
    background: #ddd;
    border-radius: 100%;
  }

  .instagram-slider li.slick-active {
    width: 10px;
    height: 10px;
    background: #c16a1b !important;
    border-radius: 100%;
  }
}

@media (max-width: 1199px) {
  .offer-slider {
    margin: 0 auto;
    width: 100%;
  }

  .onlineCheckIn {
    display: none !important;
  }

  .onlineCheckInMobile {
    display: block !important;
  }

  .sticky.is-sticky .onlineCheckIn {
    position: inherit !important;
    top: inherit !important;
    transition: inherit !important;
  }

  .signature-slider .slick-next,
  .signature-slider .slick-prev {
    display: none !important;
  }

  .signature-slider .slick-dots li {
    width: 8px;
    height: 8px;
    background: #ddd;
    border-radius: 100%;
    margin: 0 3px;
  }

  .signature-slider li.slick-active {
    width: 8px;
    height: 8px;
    background: #c16a1b !important;
    border-radius: 100%;
  }

  .reservation-wp {
    display: none;
  }

  .mobile-top {
    padding-top: 30px;
  }
}

@media (max-width: 1199px) {
  .signature-height {
    height: 1300px;
  }

  .signature-rooms-height {
    height: 660px !important;
  }

  .location {
    padding: 20px;
  }

  .rooms-slider-wp {
    width: 98%;
    float: right;
  }

  .restaurant-slider-wp {
    width: 98%;
  }

  .room-content span {
    margin-bottom: 10px;
    line-height: 30px;
  }

  .rooms-detail-wp p {
    max-height: inherit;
    height: auto;
    line-height: 25px;
  }

  .gallery-menu.mt-5.bg-white.p-4.pt-5 {
    margin-top: 0px !important;
  }

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 90% !important;
  }
}

@media (max-width: 1099px) {
  .signature-height {
    height: 1100px !important;
  }

  .signature-logo img {
    width: 90%;
  }

  .signature-wp {
    height: 1404px;
  }

  .slider-activity .slick-dots li {
    width: 10px;
    height: 10px;
    background: #ddd;
    border-radius: 100%;
  }

  .slider-activity li.slick-active {
    width: 10px;
    height: 10px;
    background: #c16a1b !important;
    border-radius: 100%;
  }

  .activity-slider .slick-dots li {
    width: 10px;
    height: 10px;
    background: #ddd;
    border-radius: 100%;
  }

  .activity-slider li.slick-active {
    width: 10px;
    height: 10px;
    background: #c16a1b !important;
    border-radius: 100%;
  }
}

@media (max-width: 1024px) {}

@media (max-width: 991px) {
  .offer-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .signature-slider.mt-mobile {
    margin-bottom: 80px;
  }

  .post-item-description p img {
    width: 100% !important;
    height: auto !important;
  }

  .mobile-width {
    margin-left: inherit !important;
    margin-right: inherit !important;
  }

  .rooms-top-slider.mt-5 {
    margin-top: 0px !important;
  }

  .banner-slider .slick-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    background: transparent;
    right: 0;
    display: block !important;
    flex-direction: inherit;
    top: inherit !important;
    right: inherit !important;
    text-align: center !important;
  }

  .banner-slider .slick-dots li {
    width: 15px;
    height: 3px;
    margin-right: 5px;
  }

  .banner-slider .slick-dots li:last-child {
    margin-right: 0px;
  }

  .activity-section {
    width: 92%;
    margin-top: 10px !important;
  }

  footer.mt-5.p-3 {
    margin-top: 10px !important;
  }

  .other-slider .slick-dots {
    bottom: 0px !important;
  }

  .activity-p {
    padding: 25px !important;
  }

  .hotels-video-wp.hotels-top-title {
    margin-top: 30px;
  }

  .covid {
    display: none;
  }

  .sticky.is-sticky .dropdown {
    margin-right: 0px;
  }

  .mobile-p5 {
    padding: 20px !important;
  }

  .book-now {
    display: none;
  }

  .features {
    margin-top: 15px;
  }

  .general-features {
    margin-bottom: 30px;
  }

  .collapse:not(.show) {
    display: none;
  }

  .category {
    padding: 0px;
  }

  .category-btn {
    display: flex;
    background: #c75c51;
    height: 50px;
    color: #fff;
    font-size: 16px;
    font-family: "Behind-The-Nineties-Sans-Md";
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
  }

  .category-btn a:hover {
    color: #fff !important;
  }

  .rooms-top-slider {}

  .rooms-top-slider img {
    height: 200px;
    object-fit: cover;
  }

  .title h1 {
    font-size: 30px;
  }

  .gallery-menu ul li {
    width: 80%;
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    background: none;
    background-repeat: no-repeat;
    background-position: right center;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #efefef;
  }

  .gallery-menu ul li:last-child {
    border-bottom: 0px;
  }

  .page-top {
    height: 120px;
  }

  .page-top-content {
    width: 90%;
  }

  .rooms-top-inner img {
    width: 100%;
  }

  .bg-dark {
    padding: 40px !important;
  }

  .hotels-video .slick-dots {
    bottom: -26px;
    width: 100%;
    text-align: center;
  }

  .maps-general {
    width: 93%;
  }

  .w-90 {
    width: 99%;
  }

  .hotels-video-inner {
    display: inline-block;
  }

  .hotels-video-inner .video-content {
    width: 96%;
    height: auto;
    color: #fff;
    font-size: 16px;
    display: inherit;
    justify-content: flex-start;
    align-items: left;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .hotels-video-inner .video {
    width: 100%;
    position: relative;
  }

  .bottom-buttons {
    display: block;
  }

  .banner-slider .slick-slide img {
    width: 100%;
    object-fit: cover;
    height: 320px;
  }

  .restaurant-slider .rooms {
    padding-right: 25px;
  }

  .reservation-wp {
    height: auto;
  }

  .reservations {
    width: 100%;
    height: auto;
    float: inherit;
    border-right: 0;
    margin-top: 0;
    border-bottom: 1px solid #dddd;
    padding: 15px;
  }

  .btn-ress {
    width: 100%;
    height: 68px;
    margin-bottom: 20px;
  }

  header .logo img {
    width: 200px;
  }

  header .logo {
    bottom: 28px;
  }

  .social-media {
    display: none !important;
  }

  .wsfopen .wsf-halfpart.wsfleftpart {
    left: 0;
  }

  .top-phone {
    margin-top: 47px;
    margin-right: 3px !important;
  }

  .wsfbiglink li a {
    padding-bottom: 10px;
    font-size: 20px;
    text-align: center;
  }

  .wsfsociallinks {
    text-align: center;
  }

  .prize {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .wsfbottomcopytxt {
    text-align: center;
  }

  .wsfbiglink {
    margin-top: 20px;
  }

  .wsfrightpart-inner {
    width: 100%;
    -webkit-transform: skew(0);
    -moz-transform: skew(0);
    -o-transform: skew(0);
    transform: skew(0);
  }

  .wsf-halfpart.wsfleftpart {
    -webkit-transform: skew(0);
    -moz-transform: skew(0);
    -o-transform: skew(0);
    transform: skew(0);
  }

  .wsfopen .wsf-halfpart.wsfrightpart {
    display: none;
  }

  .signature-wp {
    height: 1390px;
  }

  .footer-logo,
  .footer-info,
  .footer-menu {
    width: 100%;
    text-align: center;
  }

  .info {
    width: 100%;
    text-align: center;

    margin-bottom: 10px;
  }

  .contept {
    width: 100%;
    text-align: center;
  }

  .signature-wp p {
    width: 100%;
  }

  .rooms-img img {
    width: 100%;
  }

  .restaurant-slider-wp {
    padding-left: 25px;
  }

  .rooms-slider {
    padding-right: 25px;
  }

  .main-content img {
    width: 90%;
  }

  .restaurant-slider-wp .room-content {
    margin-top: 20px !important;
  }

  .rooms-slider .slick-next {
    bottom: -70px;
  }

  .room-content.pt-5.pl-5 {
    padding-left: 0px !important;
    padding-top: 0px !important;
    position: inherit;
    margin-bottom: 20px;
    margin-top: -4px;
  }

  .rooms-btn {
    position: inherit;
    margin-top: 10px;
    bottom: 0;
  }

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 98% !important;
  }

  .rooms-slider.slick-initialized.slick-slider.slick-dotted {
    padding-left: 40px;
  }

  .instagram {
    width: 100%;
    display: inline-block;
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .prize-slider {
    width: 96%;
  }

  .activity-bg {
    width: 100%;
    background-image: url(../img/leaf-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #fbfbfb;
    display: inline-block;
    margin-top: 40px;
    padding-bottom: 80px !important;
  }

  .activity-box p {
    height: auto;
  }

  .signature {
    margin-top: 50px;
  }

  .signature-wp {
    height: 1284px;
  }

  .page-top .logo {
    bottom: -12px !important;
  }

  header .logo img {
    width: 180px;
  }

  .signature-height {
    height: 985px !important;
  }

  .video-inner p {
    font-size: 80px;
    padding-top: 70px !important;
  }

  .title h2 {
    font-size: 46px;
  }

  .video-bottom img {
    width: 30%;
  }

  .video-bottom {
    margin-top: -114px !important;
  }

  .instagram-title span {
    font-size: 41px;
    float: left;
  }

  .signature-logo-small img {
    width: 75%;
  }

  .offer-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 650px) {}

@media (max-width: 575px) {
  .prize img {
    width: 80%;
  }

  .signature-wp {
    height: 1141px;
  }

  /* .signature-slider {
    margin-top: -240px !important;
  } */
  .slick-list.draggable {
    padding-top: 0px;
    margin-top: 0px;
  }

  .bg-dark {
    padding: 10px !important;
    padding-bottom: 40px !important;
  }

  .video-content p {
    height: 385px;
    min-height: 385px;
  }

  .banner-slider .slick-dots {
    right: 20px;
  }

  .page-top {
    height: 98px;
  }

  .signature-rooms-height {
    height: 660px !important;
  }

  .signature-logo img {
    width: 100%;
  }

  .instagram-title::after {
    display: none;
  }

  .instagram-title span {
    font-size: 32px;
  }

  .signature-height {
    height: 858px !important;
    background-size: 1400px;
  }

  .video-bottom img {
    width: 35%;
  }

  .restaurant-slider,
  .rooms-slider-wp {
    width: 96%;
  }

  .restaurant-slider-wp .counter {
    width: 96%;
  }

  .video-inner span a img {
    width: 90px;
  }

  header .logo img {
    width: 170px;
  }

  header .logo {
    bottom: 46px;
  }

  #wstoggle {
    top: 22px;
  }

  #wstoggle {
    width: 50px;
  }

  .dropdown {
    margin-right: 0;
    margin-top: 33px;
  }

  .top-phone {
    display: none;
  }

  .title h2 {
    font-size: 38px;
  }

  .signature-wp img {
    margin-top: 176px;
    margin-bottom: 20px;
  }

  .title h3 {
    font-size: 30px;
  }

  .room-content span {
    font-size: 30px;
  }

  .signature-logo img {
    width: 100%;
  }

  .rooms-top-inner {}

  .room-detail-content span {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .banner-slider .slick-next {
    width: 40px;
    height: 40px;
    background-size: 40px;
  }

  .banner-slider .slick-prev {
    width: 40px;
    height: 40px;
    background-size: 40px !important;
  }

  .banner-slider .slick-dots li {
    width: 12px;
    margin-right: 3px;
  }

  .banner-slider .slick-slide img {
    width: 100%;
    object-fit: cover;
    height: 320px;
  }

  .banner-slider .slick-slide img {
    height: 280px;
  }

  .video-inner p {
    font-size: 52px;
    padding-top: 70px !important;
    line-height: 60px;
  }

  .banner-slider .slick-dots {
    top: 49%;
  }

  h4#myModalLabel2 {
    font-size: 24px;
  }

  .room-detail-content span {
    font-size: 26px;
  }

  .signature-height {
    height: 796px !important;
    background-size: 1400px;
  }

  .signature-logo img {
    margin-top: 270px;
  }

  .signature-logo img {
    width: 100%;
  }

  .rooms-top-inner {}

  .video-bottom img {
    width: 55%;
  }

  .wsfbiglink li a {
    font-size: 18px;
  }

  .covid {
    width: 70%;
  }

  .covid span {
    display: inline-block;
    float: left;
    font-size: 12px;
  }

  .title {
    margin-bottom: 20px;
  }

  .title h2 {
    font-size: 32px;
  }

  header .logo img {
    width: 160px;
  }

  .page-top .logo {
    bottom: 2px !important;
  }

  .sticky.is-sticky .logo {
    bottom: -10px !important;
  }
}

@media (max-width: 414px) {
  .rooms-top-inner img {
    object-fit: cover;
    height: 200px;
  }

  /* .signature-slider {
    margin-top: -280px !important;
  } */
  .video-inner p {
    font-size: 65px;
  }

  .signature-rooms-height {
    height: 660px !important;
  }

  h4#myModalLabel2 {
    font-size: 20px;
  }

  .features ul li span small {
    font-size: 14px;
  }

  .title h2 {
    font-size: 28px;
  }

  .room-detail-content span {
    font-size: 24px;
  }

  header .logo img {
    width: 135px;
  }

  header .logo {
    bottom: 64px;
  }

  .sticky.is-sticky .logo {
    bottom: -5px;
  }

  .sticky.is-sticky .logo a img {
    width: 130px;
    margin-top: 6px;
    transition: 0.4s;
  }

  .signature-height {
    height: 803px !important;
    background-size: 1510px;
  }

  .page-top .logo {
    bottom: 7px !important;
  }

  .sticky.is-sticky .logo {
    bottom: -5px !important;
  }

  .features ul li span p {
    font-size: 16px;
  }

  .features span {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media (max-width: 375px) {
  .signature-height {
    height: 795px !important;
    background-size: 1552px;
  }

  .signature-wp {
    height: 1034px;
  }

  .signature-logo img {
    margin-top: 190px;
  }

  .room-detail-content span {
    font-size: 24px;
  }

  /* .signature-slider {
    margin-top: -300px !important;
  } */

  .page-top .logo {
    bottom: 9px !important;
  }

  .sticky.is-sticky .logo {
    bottom: -5px !important;
  }
}

@media (max-width: 320px) {}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 100% !important;
    margin: 1.75rem auto;
  }
}