@media (max-width: 1800px) {
  .container__expand {
    margin-right: 0;
    padding: 0 0 0 50px;
  }
  .main__section__page {
    padding: 0 40px;
  }
}
@media (max-width:1600px) {
  .footer__logo .custom-logo{
    width: 250px;
  }
  .text__btn {
    margin-left: 90px;
    display: block;
  }
  .footer__add__links {
    grid-template-columns: 380px 280px auto;
    border-bottom: 2px dotted rgba(0, 0, 0, 0.3);
    padding-bottom: 20px;
  }
  .quick__links {
    grid-template-columns: 380px 280px auto;
    margin-top: 20px;
  }
  
}
@media (max-width: 1400px) {
  .logo__nav .custom-logo {
    width: 190px;
  }
  .main-navigation > div > ul > li > a {
    font-size: 16px;
    padding: 18px 14px;
  }
  .pdf__section .pdf__text a,
  .pdf__text.whatapps a {
    font-size: 16px;
    line-height: 25px;
  }
  .main__section__page .btn.small {
    width: max-content;
    display: block;
  }
  .btn {
    font-size: 20px;
    line-height: 28px;
  }
  .btn img {
    width: 11px !important;
    margin-left: 8px;
  }

  .lower__content .light__para:first-child {
    margin-top: -150px;
    margin-left: 50px;
  }
  .lower__content .light__para {
    max-width: 709px;
  }
}
@media (max-width: 1300px) {
  .light__para {
    line-height: 36px;
  }
  .footer__add__links {
    grid-template-columns: 350px 250px auto;
    border-bottom: 2px dotted rgba(0, 0, 0, 0.3);
    padding-bottom: 20px;
  }
  .quick__links {
    grid-template-columns: 350px 250px auto;
    margin-top: 20px;
  }
}
@media (max-width: 1200px) {
  .main__title {
    font-size: 20px;
    line-height: 30px;
  }
  .main__para {
    font-size: 18px;
    line-height: 28px;
  }
  .btn {
    padding: 15px 25px 17px;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    display: block;
    width: max-content;
  }
  .main__heading {
    font-size: 90px;
    line-height: 100px;
  }
  .light__para {
    font-size: 18px;
    line-height: 28px;
  }
  .home__room__wrapper .room__image > img {
    width: 100%;
    height: 600px;
  }
  .history__content__wrapper.active .history__year {
    font-weight: 700;
    font-size: 50px;
    line-height: 101px;
    width: 150px;
  }
  .history__content__wrapper.active .history__image img {
    height: 250px;
  }
  .history__content__wrapper.active .history__date {
    padding: 20px;
  }
  .history__content__wrapper .history__year {
    font-size: 33px;
    line-height: 50px;
    width: 150px;
  }
  .meeting__event__wrapper > a img {
    height: 500px;
  }
  .about__point__btn {
    gap: 10px;
    padding-bottom: 400px;
  }
  .about__palpa {
    padding-bottom: 600px;
  }
  .footer__logo .custom-logo {
    width: 200px;
  }
  .location p {
    font-size: 17px;
    line-height: 28px;
  }
  .footer__phone h3,
  .footer__email h3 {
    font-size: 17px;
    line-height: 28px;
  }
  .footer__phone a,
  .footer__email__wrapper a {
    font-size: 16px;
    line-height: 28px;
  }
  .social__media__icon a {
    font-size: 17px;
    line-height: 34px;
  }
  .links__heading {
    font-size: 22px;
    line-height: 30px;
  }
  .sub__menu__links ul li a {
    font-size: 17px;
    line-height: 34px;
  }
  /* offcanvas mobile menu both  */
  .offcanvas {
    min-height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10000;
    left: -100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    display: block;
  }
  .offcanvas.show {
    left: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .offcanvas::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #1a1a1abf;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .offcanvas .offcanvas__bar {
    width: 100%;
    position: relative;
    z-index: 10;
    height: 100%;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    position: absolute;
    top: 0;
    left: -100%;
    -webkit-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
  }
  .offcanvas .offcanvas__bar .offcanvas__sidebar {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 300px;
    background: #fff;
    position: relative;
    z-index: 10;
    height: 100%;
    overflow-y: auto;
  }
  .offcanvas .offcanvas__bar.showbar {
    left: 0;
  }

  .offcanvas__logo {
    padding: 20px;
    background: var(--primary);
  }
  .offcanvas__logo .custom-logo-link {
    display: block;
    text-align: center;
  }
  .offcanvas__logo a img {
    width: 150px;
    margin: 0 auto;
    filter: invert(0) brightness(15);
  }
  .offcanvas__close {
    position: absolute;
    top: 10px;
    width: 50px;
    height: 50px;
    z-index: 100;
    left: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .offcanvas__close .offcanvas__icon {
    width: 20px;
    line-height: 0;
  }
  .offcanvas__close .offcanvas__icon span {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 2px;
    vertical-align: top;
    background: white;
  }
  .offcanvas__close .offcanvas__icon span + span {
    margin-top: 5px;
  }

  .offcanvas.show .offcanvas__close .offcanvas__icon span:nth-child(1) {
    -webkit-animation: ease 0.7s 0.6s icon1 forwards;
    animation: ease 0.7s 0.6s icon1 forwards;
  }

  .offcanvas.show .offcanvas__close .offcanvas__icon span:nth-child(2) {
    -webkit-animation: ease 0.7s 0.6s icon2 forwards;
    animation: ease 0.7s 0.6s icon2 forwards;
  }

  .offcanvas.show .offcanvas__close .offcanvas__icon span:nth-child(3) {
    -webkit-animation: ease 0.7s 0.6s icon3 forwards;
    animation: ease 0.7s 0.6s icon3 forwards;
  }
  @-webkit-keyframes icon1 {
    0% {
      top: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    50% {
      top: 7px;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      top: 7px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }
  @keyframes icon1 {
    0% {
      top: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    50% {
      top: 7px;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      top: 7px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }
  @-webkit-keyframes icon2 {
    50% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
  }
  @keyframes icon2 {
    50% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
  }
  @-webkit-keyframes icon3 {
    0% {
      bottom: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    50% {
      bottom: 7px;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      bottom: 7px;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }
  }
  @keyframes icon3 {
    0% {
      bottom: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    50% {
      bottom: 7px;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      bottom: 7px;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }
  }
  .offcanvas ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  #primary-menu1 {
    padding: 0;
    /* border-top: 1px solid #eee; */
  }
  #primary-menu1 > li > a {
    font-family: var(--primary-bold-font);
    color: #666;
    text-transform: capitalize;
    font-size: 16px;
    padding: 10px 20px;
    display: block;
  }

  #primary-menu1 > li > ul,
  #primary-menu1 > li > ul > li > ul {
    display: none;
  }

  #primary-menu1 li {
    position: relative;
    cursor: pointer;
  }
  #primary-menu1 > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  #primary-menu1 > li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }

  #primary-menu1 > li > a:hover,
  #primary-menu1 > li a.show-active,
  #primary-menu1 > li > a:focus,
  #primary-menu1 > li:hover > a,
  #primary-menu1 > li:focus > a {
    background: #1a1a1a0d;
    color: var(--primary);
  }
  #primary-menu1 > li.menu-item-has-children ul li a.show-active {
    background: #333;
  }
  #primary-menu1 > li.menu-item-has-children a.show-active ~ span > i {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }
  #primary-menu1 > li > ul > li:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  #primary-menu1 li.menu-item-has-children span {
    color: black;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 18px;
    width: 42px;
    height: 38px;
    background: #1a1a1a1c;
    right: 0;
  }
  #primary-menu1 li.menu-item-has-children span i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 12px;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
  }
  #primary-menu1
    li.menu-item-has-children
    > ul
    > li.menu-item-has-children
    span {
    background: #fff;
  }
  #primary-menu1 li.menu-item-has-children > ul {
    /* margin-top: 5px; */
    border-bottom: 1px solid #eee;
    /* padding-bottom: 10px; */
    background: var(--tertiary);
  }

  #primary-menu1
    li.menu-item-has-children
    > ul
    > li.menu-item-has-children
    > ul {
    background: #fff;
    margin: 0;
    margin-top: 0;
    border-radius: 0;
    padding: 0;
    border-bottom: 1px solid transparent;
  }
  #primary-menu1 > li.menu-item-has-children > span {
    top: 22px;
  }

  /* #primary-menu1 > li.menu-item-has-children ul li {
       border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      } */
  #primary-menu1 > li.menu-item-has-children ul li a {
    font-size: 14px;
    font-family: var(--primary-bold-font);
    color: white;
    background: #333;
    padding: 10px 30px;
    display: block;
    text-transform: capitalize;
  }

  #primary-menu1 > li ul li:hover > a {
    color: white;
    background: #333;
  }

  #primary-menu1
    > li.menu-item-has-children
    ul
    li.menu-item-has-children
    ul
    li
    a {
    padding-left: 40px;
    color: white;
  }

  #primary-menu1
    > li.menu-item-has-children
    ul
    li.menu-item-has-children
    ul
    li.menu-item-has-children
    ul
    li
    a {
    padding-left: 60px;
  }
  .offcanvas__details {
    border-top: 1px solid #eee;
    padding: 10px;
    background: #1a1a1a0d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .offcanvas__details .header-contact {
    padding: 10px;
    display: block;
    padding-top: 20px;
  }
  .offcanvas__details .header-socials > a,
  .offcanvas__details .header-contact {
    color: #333;
  }
  /* offcanvas */
  .ham-menu {
    display: block;
  }
  .ham-menu i {
    color: rgb(255, 255, 255);
    font-size: 30px;
    cursor: pointer;
  }
  .nav__menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  .heading__nav__section {
    gap: 20px;
  }
  /* offcanvas mobile menu both  */
  .facilites__image {
    padding: 20px;
  }
  .view-carousel .view__slide__wrapper img {
    width: 100%;
    height: 500px;
  }
  .history__content__wrapper .history__date {
    padding: 20px;
  }
  .page-section {
    padding: 60px 0;
  }
  .page-section-t {
    padding-top: 60px;
  }
  .super__deluxe__room .room__image:first-child {
    margin-top: -50px;
  }
  .lower__content .light__para:first-child {
    margin-top: -111px;
    margin-left: 0;
  }
  .super__deluxe__room {
    gap: 40px;
  }
  .home__room__title {
    gap: 40px;
  }

  .super__deluxe__room .room__image .hover__img img {
    height: 600px;
  }
  .heading__nav__section {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .home__section__button{
    display: flex;
    justify-content: center;
  }
  .about__heading span {
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
  }
  .about__heading {
    font-size: 60px;
    line-height: 70px;
  }
  .about__para p {
    max-width: 100%;
    text-align: center;
    font-size: 25px;
    line-height: 35px;
  }
  .intrest__main__wrapper .owl-nav {
    top: -88px;
    left: 46%;
  }
  .text__btn {
    margin-left: 68px;
    display: block;
  }
  .footer__add__links{
    margin-top: 40px;
  }
  .footer__text {
    max-width: 100%;
  }
  .quick__links {
    grid-template-columns: 350px 380px auto;
    margin-top: 20px;
  }
  .footer__add__links {
    grid-template-columns: 350px 380px auto;
    border-bottom: 2px dotted rgba(0, 0, 0, 0.3);
    padding-bottom: 20px;
  }
  .facilites__icon{
    display: grid;
    grid-template-columns: repeat(4,1fr);
  }
  .facilites__icon .facilites__image:nth-child(4),.facilites__icon .facilites__image:nth-child(8){
    border-right: none;
  }
  .facilites__icon .facilites__image:nth-child(6){
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .facilites__icon .facilites__image:nth-child(7),.facilites__icon .facilites__image:nth-child(8){
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
 
}
@media (max-width: 960px) {
  .main__para {
    font-size: 20px;
    line-height: 30px;
  }
  .btn {
    padding: 10px 20px 13px;
    font-size: 16px;
    line-height: 28px;
  }
  .home__room__wrapper .light__para {
    max-width: 100%;
    text-align: left;
  }
  .main__heading {
    font-size: 60px;
    line-height: 100%;
  }
  .content__wrapper {
    margin-top: 50px;
  }
  .section {
    padding: 70px 0;
  }
  .section-t {
    padding-top: 70px;
  }
  .section-b {
    padding-bottom: 70px;
  }
  .facilites__image img {
    width: 40px;
    height: 40px;
  }
  .facilites__image p {
    font-size: 15px;
    line-height: 23px;
  }
  .view-carousel .view__slide__wrapper img {
    width: 100%;
    height: 400px;
  }
  .divided__section {
    gap: 0;
    flex-direction: column;
  }
  .down__about {
    margin-top: 20px;
    display: block;
    width: max-content;
  }
  .left__section {
    width: 100%;
  }
  .right__section {
    width: 100%;
  }
  .container__expand {
    margin-right: 0;
    padding: 0 50px 0 50px;
  }
  .home__room__left .room__image .btn,
  .home__room__right .room__image .btn {
    bottom: 40px;
  }
  .home__room__wrapper .room__image > img {
    width: 100%;
    height: 450px;
  }
  .history__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .history__left__section .history__sticky {
    position: static;
    top: 0;
  }
  .site-default .main__heading {
    font-size: 50px;
  }

  /* error section  */
  .error-content p {
    font-size: 50px;
  }
  .error-content div {
    font-size: 20px;
    padding-bottom: 30px;
  }
  /* error section  */
  .hotel-gallery {
    display: grid;
    grid-template-columns: 1fr;
  }
  .hotel-gallery-main .gallery-img img {
    height: 300px;
  }
  .accommodation__single__section .main__heading {
    font-size: 50px;
    line-height: 60px;
  }
  .facilities__ammenities .main__heading {
    font-size: 50px;
  }
  .facilities__ammenities ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .facilities__ammenities ul li {
    padding: 15px 25px;
    font-size: 17px;
  }
  .facilities__ammenities ul li::after {
    top: 19px;
  }
  .home__room__title {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .super__deluxe__room .room__image:first-child {
    margin-top: 40px;
  }
  .super__deluxe__room {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  /* .super__deluxe__room .room__image > img{
    width: 100%;
    height: 500px;
    object-fit: cover;
  } */
  .home__room__wrapper .container {
    padding: 0 15px;
  }
  .lower__content .light__para:first-child {
    margin-top: 30px;
    margin-left: 0;
  }
  .lower__content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .home__room__title h2 {
    text-align: center;
    margin-top: 0;
  }
  .site-header.scrolltop {
    padding: 0 0;
  }
  .btn.small {
    padding: 10px 22px;
  }
  .view__hotel__wrapper {
    padding-top: 70px;
  }
  .hotel-gallery-main {
    gap: 20px;
    grid-template-columns: repeat(12, 1fr);
  }
  .hotel-gallery-main .gallery-img {
    grid-column: span 6;
  }
  .hotel-gallery-main .gallery-img:first-child {
    grid-column: span 6;
  }
  .meeting__event__wrapper .meeting__btn .btn{
    left: 50%;
    transform: translateX(-50%);
  }
  .about__points .about__point__right {
    margin-top: 30px;
  }
  .home__about__wrapper .about__img__section img {
    margin-top: 0;
  }
  .home__about__wrapper .about__section__text .light__para{
    margin-top: 30px;
  }
  .home__about .sub__heading.main__para p{
    margin: 0;
  }
  .meeting-event-carousel .owl-item.active.center {
    opacity: 1;
    pointer-events: visible;
    width: 100%;
  }
  .meeting-event-carousel .owl-item{
    position: relative;
    left:0;
    transition: all 0.5s linear;
  }
  .about__heading span {
    font-size: 26px;
    line-height: 34px;
  }
  .about__heading {
    font-size: 50px;
    line-height: 60px;
  }
  .intrest__main__wrapper .owl-nav {
    top: -50px;
    left: 45%;
  }
  .intrest-carousel .prev-slide::before,.intrest-carousel .next-slide::before {
    width: 50px;
    height: 30px;
  }
  .about__para p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .new__about__section::after {
    height: 240px;
  }
  .footer__add__links {
    grid-template-columns: 320px 285px auto;
    border-bottom: 2px dotted rgba(0, 0, 0, 0.3);
    padding-bottom: 20px;
  }
  .quick__links {
    grid-template-columns: 320px 285px auto;
    margin-top: 20px;
  }
  .history__section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(255, 255, 255), transparent);
    width: 100%;
    height: 100%;
  }
  .facilites__icon{
    display: grid;
    grid-template-columns: repeat(3,1fr);
  }
  .facilites__icon .facilites__image:nth-child(3),.facilites__icon .facilites__image:nth-child(6),.facilites__icon .facilites__image:nth-child(9){
    border-right: none;
  }
  .facilites__icon .facilites__image:nth-child(4),.facilites__icon .facilites__image:nth-child(8){
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .facilites__icon .facilites__image:nth-child(9){
    border-bottom:  1px solid rgba(255, 255, 255, 0.3);
  }
  .hotel-gallery-main .gallery-img {
    grid-column: span 6;
  }
  .hotel-gallery-main .gallery-img:nth-of-type(8n + 2) {
    grid-column: span 6;
  }
  .item .banner-text h2 {
    font-size: 100px;
    line-height: 110px;
    letter-spacing: -4px;
    margin-top: -30px;
  }
  .item .banner-text span {
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0;
  }
  
}

@media (max-width:832px) {
  .footer__heading {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
  }
  .footer__para, .phone__wrapper a, .footer__email__section a {
    font-size: 16px;
    line-height: 24px;
  }
  .footer__icon {
    gap: 10px;
  }
  .footer__add__links {
    grid-template-columns: 290px 260px auto;
    border-bottom: 2px dotted rgba(0, 0, 0, 0.3);
    padding-bottom: 20px;
  }
  .quick__links {
    grid-template-columns: 290px 260px auto;
    margin-top: 20px;
  }
  .links__heading {
    font-size: 18px;
    line-height: 28px;
  }
  .links__title a {
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: rgba(0, 0, 0, 0.8);
  }
}
@media (max-width:767px) {
  .footer__add__links {
    grid-template-columns: 1fr;
    border-bottom: 2px dotted rgba(0, 0, 0, 0.3);
    padding-bottom: 20px;
  }
  .quick__links {
    grid-template-columns: 192px 216px auto;
    margin-top: 20px;
  }
  .footer__email__section,.footer__social__icon{
    margin-top: 20px;
  }
 
 

  
}
@media (max-width: 640px) {
  .container {
    padding: 0 15px;
  }
  .header-socials {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 0;
  }
  .header-socials > a img {
    width: 30px;
    filter: invert(3);
    opacity: 0.5;
  }
  .scrolltop .nav__menu .main-navigation .btn {
    display: none;
  }
  .header-socials .btn.small {
    border: 1px solid var(--primary);
  }
  .logo__nav .custom-logo {
    width: 180px;
    padding: 10px 0;
  }
  .main__title {
    font-size: 18px;
    line-height: 30px;
  }
  .btn {
    padding: 10px 16px 13px;
    font-size: 15px;
    line-height: 22px;
  }

  .view__hotel__wrapper {
    border-top: 2px dashed rgba(0, 0, 0, 0.5);
    padding-top: 20px;
  }
  .section {
    padding: 30px 0;
  }
  .view-carousel .view__slide__wrapper img {
    width: 100%;
    height: 300px;
  }
  .main__heading {
    font-size: 40px;
    line-height: 100%;
  }
  .light__para {
    font-size: 16px;
    line-height: 24px;
  }
  .home__room__wrapper .room__image > img {
    width: 100%;
    height: 400px;
  }
  .history__left__section p {
    margin-top: 20px;
  }
  .main__para {
    font-size: 16px;
    line-height: 24px;
  }
  .copyright {
    flex-direction: column;
  }
  .form-section .wrapper {
    padding: 20px 10px;
  }
  .contact-container iframe {
    height: 300px;
  }
  /* 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  */
  .page-section {
    padding: 50px 0;
  }
  .page-section-t {
    padding-top: 30px;
  }
  .accommodation__single__section .main__heading {
    font-size: 40px;
    line-height: 50px;
    bottom: 50px;
  }
  .facilities__ammenities .main__heading {
    font-size: 40px;
  }
  .accommodation__single__section {
    height: 600px;
  }
  .facilities__ammenities ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .facilities__ammenities ul li {
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 500;
  }
  .facilities__ammenities ul li::after {
    top: 15px;
  }
  .facilities__ammenities .main__heading.uk-text-center {
    text-align: left !important;
  }
  .sub__menu__links ul li a {
    font-size: 16px;
    line-height: 30px;
  }
  .footer__logo .custom-logo {
    width: 180px;
  }
  .super__deluxe__room .room__image .btn,
  .home__room__right .room__image .btn {
    bottom: 50px;
  }
  .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;
  }
  .header-default .logo__nav {
    padding: 0 0;
  }
  #book-now form p {
    grid-column: span 12 !important;
  }
  .site-header {
    padding: 12px 0;
  }
  .super__deluxe__room .room__image .hover__img img {
    height: 500px;
  }
  .about__section__text.right__section .main__para p {
    margin-bottom: 10px;
  }
  .home__about__wrapper .about__content h3 {
    margin: 0;
  }
  .divided__section {
    gap: 0px;
    flex-direction: column;
  }
  .about__section__text.right__section .main__para {
    margin-top: 10px;
  }
  .down__about {
    margin-top: 10px;
  }
  .view__hotel__wrapper .view__hotel__content h3{
    margin: 0;
  }
  .section-b {
    padding-bottom: 30px;
  }
  .home__room__wrapper .home__room__title h2{
    margin: 0;
  }
  .home__room__wrapper .home__room__title .light__para {
    margin: 20px 0;
  }
  .super__deluxe__room .room__image:first-child {
    margin-top: 0;
  }
  .content__wrapper {
    margin-top: 30px;
  }
  .lower__content .light__para:first-child {
    margin-top: 30px;
  }
  .super__deluxe__room .room__image .hover__img img {
    height: 400px;
  }
  .history__content__wrapper.active .history__date .light__para p {
    margin: 0;
  }
  .history__section .history__left__section .main__para {
    max-width: 100%;
  }
  .history__left__section p {
    margin-top: 0;
  }
  .history__content__wrapper .history__date {
    height: 90px;
  }
  .section-t {
    padding-top: 30px;
  }
  .meeting__right__wrapper .light__para {
    max-width: 100%;
  }
  .meeting__right__wrapper .light__para{
    margin-top: -10px;
  }
  .meeting__event__wrapper > a img {
    height: 400px;
  }
  .multipurpos__section .right__section .main__para p{
    margin: 0;
  }
  .about__right__palpa .main__para p{
    margin-top: -10px;
  }
  .about__palpa__wrapper {
    padding-bottom: 30px;
  }
  .about__point__btn {
    gap: 10px;
    padding-bottom: 200px;
  }
  .about__points .about__point__right {
    margin-top: 20px;
  }
  .facilites__image img {
    width: 35px;
    height: 35px;
  }
  .page-section {
    padding: 30px 0;
  }
  .home__about__wrapper .about__img__section{
    margin-top: 20px;
  }
  .main__accomodation__section .room__image > img {
    height: 400px;
  }
  .hotel-gallery-main {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
  .hotel-gallery-main .gallery-img {
    grid-column: span 12;
  }
  .hotel-gallery-main .gallery-img:first-child {
    grid-column: span 12;
  }
  .site-default.contact__page  {
    margin-top: 60px;
  }
  .accommodation__wrapper .btn{
    display: block;
    width: max-content;
  }
  .footer__icon {
    gap: 10px;
  }
  
  .location-icon {
    display: grid;
    grid-template-columns: 62px 1fr;
  }
  .home__about__wrapper .about__section__text .light__para{
    margin-top: 15px;
  }
  .about__heading span {
    font-size: 18px;
    line-height: 26px;
  }
  .about__heading {
    font-size: 30px;
    line-height: 40px;
  }
  .about__para p {
    font-size: 18px;
    line-height: 26px;
    margin: 10px auto 20px;
  }
  .intrest__main__wrapper .owl-nav {
    display: none;
  }
  .intrest__content {
    padding-bottom: 400px;
  }
  .text__btn {
    margin-left: 66px;
  }
  .quick__links {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .text__btn {
    margin-left: 0;
  }
  .quick__links__menu ul{
    margin: 0;
    padding: 0;
  }
  .quick__links__menu{
    margin-top: 15px;
  }
  .acc__meeting {
    gap:0;
  }
  .footer__add__links {
    margin-top: 20px;
  }
  .footer__text {
    font-size: 16px;
    line-height: 26px;
  }
  .intrest__slider .intrest__wrapper > a img {
    height: 300px;
  }
  .facilites__icon{
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  .facilites__icon .facilites__image:nth-child(2),.facilites__icon .facilites__image:nth-child(4),.facilites__icon .facilites__image:nth-child(8),.facilites__icon .facilites__image:nth-child(10){
    border-right: none;
  }
  .facilites__icon .facilites__image:nth-child(3),.facilites__icon .facilites__image:nth-child(9){
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .facilites__icon .facilites__image:nth-child(10){
    border-bottom:  1px solid rgba(255, 255, 255, 0.3);
  }
  .hotel-gallery-main .gallery-img {
    grid-column: span 12;
  }
  .hotel-gallery-main .gallery-img:nth-of-type(8n + 2) {
    grid-column: span 12;
  }
  .item .banner-text h2 {
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -2px;
    margin-top: -22px;
  }
  .item .banner-text span {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
  }
 
}

@media (max-width: 480px) {
  .site-default .main__heading {
    font-size: 35px;
  }
  .page-section {
    padding: 20px 0;
  }
  .page-section-t {
    padding-top: 20px;
  }
  .accommodation__single__section .main__heading {
    font-size: 30px;
    line-height: 40px;
  }
  .footer__logo {
    flex-direction: row;
    align-items: center;
  }
  .footer__contact .location p {
    text-align: left;
    margin: 0;
  }
  .footer__contact {
    text-align: left;
  }
  .footer__logo__contact {
    flex-direction: column;
    gap: 20px;
  }
  .footer__phone,
  .footer__email {
    margin-top: 10px;
  }
  .footer__contact h3 {
    margin: 0;
  }
  .footer__logo {
    width: 100%;
  }
  .footer__logo__contact,
  .footer__quick__links {
    padding-bottom: 20px;
  }
  .footer__quick__links {
    flex-direction: column;
  }
  .sub__menu__links ul {
    margin: 0;
    padding: 0;
  }
  .sub__menu__links {
    text-align: start;
    margin-top: 8px;
  }
  .links__wrapper {
    flex-direction: row;
    align-items: center;
  }
  .footer__quick__links h3 {
    margin: 0;
  }
  .links__wrapper .links__heading {
    max-width: 100%;
  }
  .main__footer__section .uk-grid-margin {
    margin-top: 20px;
  }
  .example-2 .icon-content:hover .tooltip {
    opacity: 1;
    visibility: visible;
    top: -38px;
  }
  .example-2 .icon-content a {
    width: 35px;
    height: 35px;
  }
  .filled i {
    line-height: 35px;
    padding-left: 10px;
    font-size: 18px;
  }
  .example-2 .icon-content .tooltip {
    padding: 4px 5px;
    border-radius: 4px;
    font-size: 13px;
  }
  .slb_container .slb_template_tag img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .popup__form .wpcf7-form-control.wpcf7-radio {
    display: flex;
  }
  .section {
    padding: 20px 0;
  }
  .section-b {
    padding-bottom: 20px;
  }
  .content__wrapper {
    margin-top: 20px;
  }
  .lower__content .light__para:first-child {
    margin-top: 20px;
  }
  .super__deluxe__room .room__image .hover__img img {
    height: 300px;
  }
  .history__content__wrapper.active .history__year {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
  }
  .history__content__wrapper .history__year .light__para p{
    margin: 0;
  }
  .history__content__wrapper .history__date {
    height: 70px;
  }
  .history__content__wrapper .history__year {
    font-size: 30px;
    width: 100px;
  }
  .history__content__wrapper.active .history__year {
    font-size: 35px;
    line-height: 60px;
    width: 100px;
  }
  .history__content__wrapper.active .history__image img {
    height: 200px;
  }
  .history__content__wrapper {
    margin-bottom: 10px;
  }
  .section-t {
    padding-top: 20px;
  }
  .meeting__event__wrapper > a img {
    height: 300px;
  }
  .meeting__event__wrapper .meeting__btn .btn {
    bottom: 25px;
  }
  .about__palpa__wrapper {
    padding-bottom: 20px;
  }
  .super__deluxe__room .room__image .btn, .home__room__right .room__image .btn {
    bottom: 30px;
  }
  .main__accomodation__section .room__image > img {
    height: 300px;
  }
  .hotel-gallery-main .gallery-img img {
    height: 200px;
  }

  .home__about .palpa img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .contact-page .form-section.content__wrapper {
    margin-top: 0px;
  }
  .copyright p, .copyright a {
    font-size: 12px;
    line-height: 20px;
  }
  .new__about__section::after {
    height: 200px;
  }
  .new__about__section.section {
    padding: 20px 0 30px;
  }
  .about__para p {
    font-size: 16px;
    line-height: 24px;
  }
  .quick__links__menu {
    margin-top: 10px;
  }
  .footer__email__section, .footer__social__icon {
    margin-top: 0;
  }
  .address__section {
    gap: 10px;
  }
  .footer__logo__text {
    gap: 15px;
  }
  .footer__logo__text .btn {
    margin-top: 5px;
  }
  .item .banner-text h2 {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0;
    margin-top: -15px;
  }
  .item .banner-text span {
    font-size: 16px;
    line-height: 24px;
  }
  .footer__add__links {
    gap: 10px;
  }
  .quick__links {
    gap: 10px;
  }

}
