@media (max-width:1400px) {
  .new__banner .new__banner__txt {
    position: absolute;
    left: 200px;
    bottom: 100px;
  }
  .scrolltop .header-main-section .whatsapp-message a p{
    display: none;
  }
  .best-selling-text p {
    font-size: 15px;
    line-height: 20px;
  }
  .best-selling-text.home__selling h3 {
    font-size: 40px;
    line-height: 47px;
  }
  .best-selling-text {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .header-main-section {
    grid-template-columns: repeat(2,1fr);
  }
  .site-header .custom-logo {
    width: 70px;
  }
  .welcome-text {
    max-width: 100%;
  }
  .best-selling-text p {
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    margin: 0;
  }
  .best-selling-text h3 {
    font-size: 36px;
    line-height: 40px;
  }
  .welcome-img > img {
    width: 100%;
  }
  .footer-logo-section .sub__title {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    margin: auto;
    margin-top: 20px;
  }
  .main__heading {
    font-size: 48px;
    line-height: 68px;
  }
  .accomodation__wrapper .best-selling-text h3 {
    font-size: 35px;
    line-height: 45px;
  }
  .whatsapp-message p {
    display: none;
  }
  .book-us-section {
    margin-bottom: 140px;
  }
  .desktop__nav{
    display: none;
  }
  .ham-menu{
    display: block;
  }
  .new__banner__txt h1 {
    font-size: 50px;
    line-height: 65px;
    max-width: 483px;
  }
  .new__banner .new__banner__txt {
    position: absolute;
    left: 50px;
    bottom: 50px;
  }
  .blogs-section.section-t {
    margin-bottom: 0;
  }
  .best-selling-text.home__selling h3 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 960px) {
  .ham-menu img {
    width: 30px;
  }
  .btn a {
    padding: 8px 10px;
  }
  .whatsapp-message > a i {
    font-size: 25px;
  }
  .whatsapp-message > a {
    font-size: 18px;
  }
  .main__heading {
    font-size: 42px;
    line-height: 58px;
  }
  .section {
    padding: 50px 0;
  }
  .best-selling-text {
    flex-direction: column;
  }
  .best-selling-text {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 30px;
    padding: 27px;
  }
  .amentities-section {
    padding: 40px 20px;
  }
  .amentities-section img {
    width: 45px;
    height: 45px;
    object-fit: contain;
  }
  .sub__title {
    font-size: 18px;
    line-height: 30px;
  }
  .accomodation__wrapper .item .best-selling-text {
    align-items: start;
    padding: 30px;
    bottom: -20px;
    gap: 15px;
  }
    /* error section  */
    .error-content p {
      font-size: 50px;
    }
    .error-content div {
      font-size: 20px;
      padding-bottom: 30px;
    }
    /* error section  */

    .accomodation__single .best-selling-text {
      position: absolute;
      bottom: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .accomodation__single .best-selling-text h1{
      font-size: 60px;
    }
    .section-m-t{
      margin-top: 70px;
    }
    .section-m-b{
      margin-bottom: 70px;
    }
    .section-t {
      padding-top: 70px;
    }
    .facilities__amenities ul li{
      font-size: 18px;
    }
    .facilities__amenities ul li::after {
      font-size: 14px;
    }
    .slide-menu-bar.slide-menu-bar-right{
      display: none;
    }
    .slide-menu-bar.slide-menu-bar-left{
      width: 100%;
    }
    .dinning-wrapper {
      gap: 30px;
      margin-top: 30px;
    }
    .footer-logo-section a img {
      width: 120px;
    }
    .footer__section__right {
      gap: 20px;
      margin-bottom: 20px;
    }
    .new__banner__txt h1 {
      font-size: 40px;
      line-height: 47px;
      max-width: 500px;
    }
    .blogs__section__wrapper {
      display: grid;
      grid-template-columns: repeat(2,1fr);
      gap: 30px;
    }
   
    .accomodation__single h1 {
      font-size: 52px;
      line-height: 56px;
    }
    .best__selling__accomodation {
      margin-left: 5px;
    }
    .best-selling-text.home__selling p{
      display: none;
    }
    
    .best-selling-text.home__selling {
      gap: 0;
    }
}
@media (max-width: 767px) {
  .welcome-img > img {
    width: 100%;
    display: none;
  }
  .welcome-small-section {
    position: static;
    transform: translateY(0);
  }
  .welcome-img {
    padding-left: 0;
  }
  .welcome-small-title h2 {
    font-size: 26px;
    line-height: 24px;
  }
  .welcome-small-title img {
    width: 50px;
  }
  .welcome-small-section > div:first-child {
    width: 100%;
  }
  .welcome-small-section > div:nth-child(2) {
    width: 100%;
  }
  .welcome-small-section > div:last-child {
    width: 100%;
    grid-column: span 2;
    margin-top: -2px;
  }
  .amentities-section .sub__title {
    text-align: center;
  }
  .book-us-wrapper {
    flex-direction: column;
  }
  .nav-newsletter {
    grid-template-columns: repeat(1,1fr);
    gap: 30px;
  }
  .facilities__amenities ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  .contact-form input {
    max-width: 100%;
  }
  .content__wrapper{
    margin-top: 20px;
  }
  .book-now__whatsapps {
    margin: 30px 0;
  }
  .footer__location, .footer__contact, .footer__mail {
    display: grid;
    grid-template-columns: 40px 1fr;
  }
  .footer-newsletter-section .btn a {
    margin: 20px 0 20px 40px;
  }
  .home__selling p{
    display: none;
  }
  .accomodation__single h1 {
    font-size: 46px;
    line-height: 56px;
  }
  .new__banner .new__banner__txt {
    position: absolute;
    left: 25px;
    bottom: 25px;
  }
  .the__content iframe{
    width: 100%;
  }

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

  .nav-btn .btn {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .btn.mobile-only a {
    color: rgb(255, 255, 255);
    display: block;
    border: none;
    margin: 20px 40px;
    padding: 8px 0;
    text-align: center;
    background: var(--primary);
  }
  #primary-menu1 {
    list-style: none;
    padding-bottom: 1px;
  }
  .btn a {
    background: none;
  }
  .main__heading {
    font-size: 32px;
    line-height: 45px;
  }
  .the__content p {
    font-size: 16px;
    line-height: 26px;
  }
  .section {
    padding: 40px 0;
  }
  .dinning-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
  }
  .best-amentities-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .sub__main__heading, .sub__main__heading a {
    font-size: 30px;
    font-family: var(--tertiary-font);
  }
  .dining-img-text p{
    margin: 5px 0;
  }
  .dinning-line{
    margin-top: 15px;
  }
  .welcome-small-title {
    padding: 20px;
  }
  .custom__sidebar {
    margin-top: 20px;
  }
  .book-us-wrapper img {
    width: 192px;
  }
  .book-us-wrapper .sub-img {
    width: 112px;
    margin-top: 12px;
  }
  .amentities-section img {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }
  .amentities-section {
    padding: 40px 10px;
  }
  .amentities-section .sub__title {
    font-size: 16px;
    line-height: 30px;
    margin: 5px 0 0 0;
  }
  .section-b {
    padding-bottom: 50px;
  }
  .footer-logo-section a img {
    width: 70px;
  }
  .whatsapps-num a ,.footer__email a {
    font-size: 17px;
  }
  .footer-menu ul li a {
    font-size: 15px;
    line-height: 36px;
  }
  .newsletter h3 {
    font-size: 20px;
  }
  .whatsapps-num i ,.footer__email i{
    font-size: 20px;
  }
  .the__title {
    font-size: 20px;
    line-height: 30px;
  }
  .location-icon i, .contact-wrapper .social__icons a i {
    font-size: 14px;
    background: #294d9112;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    color: var(--primary);
  }
  .location-icon .location p {
    font-size: 15px;
  }
  .location-icon .location p, .location-icon .location span, .location-icon .location p a {
    font-size: 15px;
  }
  .page-section {
    padding: 40px 0;
  }
  .page-section-t{
    padding-top: 40px;
  }
  .best-selling-text img {
    width: 44px;
  }
  .accomodation__wrapper .item .best-selling-text {
    padding: 20px;
    bottom: 0px;
    gap: 0;
  }
  .accomodation__wrapper .item .hover__img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
    /* error section  */
    .error-content p {
      font-size: 40px;
      line-height: 45px;
      margin-bottom: 10px;
    }
    .error-content div {
      font-size: 18px;
      padding-bottom: 20px;
    }
    /* error section  */
    .accomodation__single .best-selling-text h1{
      font-size: 40px;
      line-height: 40px;
    }
    .accomodation__single__text p {
      font-size: 16px;
    }
    .section-m-t{
      margin-top: 40px;
    }
    .section-m-b{
      margin-bottom: 40px;
    }
    .section-t {
      padding-top: 40px;
    }
    .accomodation__single .item{
      width: 100%;
      height: 600px;
      object-fit: cover;
    }
    .footer-menu ul{
      margin: 0;
    }
    .newsletter h3{
      margin: 0;
    }
    .newsletter .contact-form form p:nth-child(2){
      margin: 0;
    }
    .main__nav__logo .custom-logo {
      max-width: 100px;
      padding-top: 20px;
    }
    .social-media-icon {
      margin-top: 40px;
    }
    .footer-logo-section .btn{
      margin-top: 20px;
    }
    .footer-logo-section .sub__title p{
      font-size: 16px;
      line-height: 25px;
    }
    .text-dining-header .sub__title p{
      margin: 0;
    }
    .dinning-line img {
      width: 45px;
    }
    .main__nav {
      margin-top: 40px;
      justify-content: start;
      max-width: 100%;
      padding: 0 20px;
    }
    .our-best-amenities-section .uk-grid-medium {
      margin-left: -15px;
    }
    .our-best-amenities-section .uk-grid-medium > * {
      padding-left: 15px;
    }
    .our-best-amenities-section .uk-grid-medium > .uk-grid-margin {
      margin-top: 15px;
    }
    .form-section .wrapper{
      padding: 20px 15px;
    }
    .accomodation__single__text p{
      text-align: justify;
    }
    .welcome-small-section {
      display:block;
    }
    .gallery-columns-2,
    .gallery-columns-3,
    .gallery-columns-4,
    .gallery-columns-5,
    .gallery-columns-6,
    .gallery-columns-7,
    .gallery-columns-8,
    .gallery-columns-9 {
      grid-template-columns: repeat(1, 1fr);
    }
    .gallery-item img {
      height: auto;
    }
    .footer__section__right {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 20px;
      margin-bottom: 20px;
    }
    .copyright p {
      border-top: 2px dashed rgba(0, 0, 0, 0.7);
      padding-top: 20px;
      margin: 0;
      font-weight: 400;
      font-size: 12px;
      line-height: 24px;
      color: rgba(0, 0, 0, 0.7);
      text-align: center;
    }
    .footer__content {
      margin-top: 10px;
    }
    .footer-newsletter-section .btn a {
      margin: 10px 0 10px 40px;
    }
    .book-us-section {
      margin-bottom: 100px;
    }
    .footer-newsletter-section p, .footer__contact a, .footer__mail a {
      font-size: 14px;

    }
    .new__banner .new__banner__txt {
      position: absolute;
      left: 20px;
      bottom: 20px;
    }
    .new__banner__txt h1 {
      font-size: 28px;
      line-height: 34px;
      max-width: 294px;
    }
    .youtube__video__section iframe{
      width: 100%;
      height: 100%;
    }
    .blogs__section__wrapper {
      display: grid;
      grid-template-columns: repeat(1,1fr);
      gap: 30px;
    }
   
    .best-selling-text.home__selling img{
      width: 50px;
    }
    .blogs-section .dining__btn .btn a {
      margin-top: 20px;
    }
    .accomodation__single h1 {
      font-size: 38px;
      line-height: 40px;
    }
    .accomodation__wrapper .best-selling-text h3 {
      font-size: 26px;
      line-height: 100%;
    }
    .best-selling-text h3 a {
      font-size: 30px;
      line-height: 100%;
    }
    .nav-btn {
      gap: 0;
    }
    .second-logo img{
      width: 160px;
    }
    .best__selling__accomodation h3{
      margin: 0;
    }
    .banner__section {
      height: 525px;
    }
    .banner__slider {
      height: 525px;
    }
    .dining-img-text .hover__img img {
      height: auto;
      max-height: 300px;
    }
    .blogs__section__wrapper .blog__img img {
      height: auto;
      max-height: 300px;
    }
    .blogs-wrapper h2{
      margin: 0;
    }
    .blog-contain .blogs-text {
      margin-top: 10px;
      margin-bottom: 0;
    }
    .blogs-section.section-t .dining__btn .btn a {
      margin-top: 30px;
    }
    .best-selling-text.home__selling h3 {
      font-size: 20px;
      line-height: 28px;
    }
}
@media (max-width: 480px) {
  .best-selling-text h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .best-selling-text p {
    display: none;
  }
  .best-selling-text {
    gap: 15px;
  }
  .book-us-wrapper img {
    width: 162px;
  }
  .facilities__amenities ul {
    display: grid;
    grid-template-columns: repeat(1,1fr);
  }
  .facilities__amenities .main__heading.uk-text-center{
    text-align: left !important;
  }
  .new__banner__txt h1 {
    font-size: 28px;
    line-height: 34px;
    max-width: 160px;
  }
  .accomodation__single h1 {
    font-size: 25px;
    line-height: 29px;
  }
  .accomodation__wrapper .item .best-selling-text {
    padding: 10px;
  }
  .page-section {
    padding: 20px 0;
  }
  .best-selling-text h3 a {
    font-size: 20px;
    line-height: 100%;
  }
  .accomodation__wrapper .item .hover__img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .best-selling-text.home__selling h3 {
    font-size: 18px;
    line-height: 22px;
  }
}



