* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;

}
[dir="rtl"] .owl-carousel {
    direction: ltr;
}

body {
  font-family: "Mada", sans-serif;
  background-color: var(--white-color);
  color: var(--white-color);
  overflow-x: hidden;
}

button {
  border: none;
  background: none;
}

.mTop50 {
  margin-top: 50px;
}

.mBtm50 {
  margin-bottom: 50px;
}

.pTop50 {
  padding-top: 50px;
}

.pBtm50 {
  padding-bottom: 50px;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

li {
  list-style: none;
  text-decoration: none;
}

a,
a:hover {
  color: var(--theme-color);
  text-decoration: none !important;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
  font-family: "Mada", sans-serif;
}

h1,
.h1 {
  font-size: 36px;
  font-family: "Mada", sans-serif;
}

h2,
.h2 {
  font-size: 30px;
  font-family: "Mada", sans-serif;
}

h3,
.h3 {
  font-size: 24px;
  font-family: "Mada", sans-serif;
}

h4,
.h4 {
  font-size: 18px;
  font-family: "Mada", sans-serif;
}

h5,
.h5 {
  font-size: 14px;
  font-family: "Mada", sans-serif;
}

h6,
.h6 {
  font-size: 12px;
  font-family: "Mada", sans-serif;
}

:root {
  --theme-color: #236192;
  --white-color: #fff;
  --black-color: #000000;
  --black-text: #5b5754;

}

/* btn */

.main-btn {
  border-radius: 0;
  font-family: "Mada", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  font-style: normal;
  letter-spacing: .02em;
  text-transform: uppercase;
  padding: 1.3rem 2.4rem 1.2rem 2.4rem;
  line-height: 1.8rem;
  border: none;
  min-width: 190px;
  background-color: var(--white-color);
  color: var(--theme-color);
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
}

.main-btn:hover {
  background-color: #ccc;
}
.main-btn.blue-btn{
  color: var(--white-color);
  background-color: var(--theme-color);
}
a.main-btn.blue-btn:hover {
  background-color: #4f81a8;
}

.header-book-btn a.main-btn.blue-btn {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.header-book-btn a.main-btn.blue-btn:hover {
  background-color: #4f81a8;
}
a.main-btn.gry-btn{
    background: var(--black-text);
    color: var(--white-color);
}
/* btn */

/* font */
p {
  font-family: "Mada", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: var(--black-text);
  letter-spacing: 0;
  line-height: 24px;
}

.comfort-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Mada", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
  color: var(--black-color);
  letter-spacing: 0;
  line-height: normal;
  text-transform: none;
  text-align: center;
}

h1.comfort-title {
  font-size: 40px;
}
h2.comfort-title{
  font-size: 32px;
  color: var(--black-text);
}

/* font */


.m-introduction__content{
  text-align: center;
}
.m-introduction__content h1.comfort-title.comfort-title-bl{
  color: var(--theme-color);
}

 .m-introduction__content h2.comfort-title 
 {
    margin-bottom: 30px;
     font-weight: 300;
}
 .m-introduction__content .m-cms-content {
    margin-bottom: 28px;
    overflow-wrap: break-word;
}


.m-introduction__content__second {
    text-align: center;
    padding-bottom: 40px;
}

.m-introduction__content__second h2.comfort-title {
    margin-bottom: 15px;
    font-weight: 500;
    font-style: normal;
    font-size: 32px;
    color: var(--black-color);
}


.m-introduction__content__second h3.comfort-title {
    font-weight: 300;
    font-size: 25px;
    margin-bottom: 15px;
}


.headerbar .header-book-btn {
  float: left;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
  display: none;
}

.headerbar.scroll .header-book-btn {
  display: block;
}

.headerbar.scroll {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  width: 100%;
}

.header-container {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
  width: 100%;
  background: var(--white-color);

}


.header-container .header-hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 69px;
}

.header-container .header-hero .logo-hotel {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
}


.header-container .header-hero .logo-hotel .logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.headerbar .header-container .header-hero .logo-hotel .logo-container.logo-mob {
  display: none;
}

.headerbar.scroll .header-container .header-hero .logo-hotel .logo-container {
  display: none;
}

.headerbar.scroll .header-container .header-hero .logo-hotel .logo-container.logo-mob {
  display: block;
}

.header-container .header-hero .logo-hotel .logo-container img {
  width: auto;
  max-height: 60px;
}

.header-container .header-hero .logo-hotel .dropdown ul.dropdown-menu {
  box-shadow: 0px 3px 6px var(--white-color);
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  padding: 16px 20px;


}

.header-container .header-hero .logo-hotel .dropdown ul.dropdown-menu li {
  padding: .75rem 0;

}

.header-container .header-hero .logo-hotel .dropdown ul.dropdown-menu li a {
  font-weight: 400;
  padding: 1px 6px;
  font-size: 14px;
  color: var(--theme-color);
}

.header-container .header-hero .logo-hotel .dropdown .btn-link:hover {
  text-decoration: none;
}
.header-container .header-hero .logo-hotel .dropdown.language-dropdown button.btn-link:active, 
.header-container .header-hero .logo-hotel .dropdown.language-dropdown button.btn-link:focus, 
.header-container .header-hero .logo-hotel .dropdown.language-dropdown button.btn-link:hover {
    text-decoration: none;
}

.header-container .header-hero .right-menu {
  margin-left: auto;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  transition: opacity 100ms;
  align-items: center;
}

.header-container .header-hero .right-menu .Navigation-menu {
  position: relative;
}

.header-container .header-hero .right-menu .Navigation-menu ul.nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  flex-wrap: nowrap;
  /* overflow: hidden; */
}

.header-container .header-hero .right-menu .Navigation-menu ul.nav-menu li {
  white-space: nowrap;
  position: relative;
  vertical-align: middle;
  text-align: left;
}

.header-container .header-hero .right-menu .Navigation-menu ul.nav-menu li a {
  display: block;
  height: 69px;
  display: flex;
  align-items: center;
  padding: 7px 12px;
  font-family: "Mada", sans-serif;


}

.header-container .header-hero .right-menu .Navigation-menu ul.nav-menu li a span {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: .02em;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Mada", sans-serif;


}

/* .header-container .header-hero .right-menu .Navigation-menu ul.nav-menu li.custom-drp:hover:after {
  transform: rotate(-135deg);
} */

.header-container .header-hero .right-menu .Navigation-menu ul.nav-menu li.custom-drp:hover i {
    transform: rotate(180deg);
    color: var(--black-text);
}
.header-container .header-hero .logo-hotel .dropdown.language-dropdown.open i {
    transform: rotate(180deg);
}
.header-container .header-hero .right-menu .Navigation-menu ul.nav-menu li ul.dropdown-menu-custom {
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  min-width: 150px;
  background: var(--white-color);
  z-index: 999;
  padding: 0;
  width: 235px;
  transition: 300ms;
  visibility: hidden;
  opacity: 0;
}

.header-container .header-hero .right-menu .Navigation-menu ul.nav-menu li.custom-drp:hover>ul.dropdown-menu-custom {
  visibility: visible;
  opacity: 1;
}

.header-container .header-hero .right-menu .Navigation-menu ul.nav-menu li.custom-drp:hover>ul.dropdown-menu-custom li {
  display: block;
}

.header-container .header-hero .right-menu .Navigation-menu ul.nav-menu li ul.dropdown-menu-custom li a {
  display: block;
  border-top: 1px solid #b3b3b3;
  font-family: "Mada", sans-serif;

  height: auto;
}

.header-container .header-hero .right-menu .Navigation-menu ul.nav-menu li ul.dropdown-menu-custom li a span {

  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: .02em;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--theme-color);
  font-family: "Mada", sans-serif;



}


.header-container .header-hero .right-menu .Navigation-menu ul.nav-menu li ul.dropdown-menu-custom li a:hover span,
.header-container .header-hero .right-menu .Navigation-menu ul.nav-menu li:hover a span {
  color: #808080;
}

.header-container .header-hero .right-menu .header__phone-number {
  display: none;
}

.header-container .header-hero .right-menu .more-wrap .overflow-menu-container.open ul#overflowList li:hover a span {
  color: #808080;
}

.header-container .header-hero .right-menu .more-wrap .overflow-menu-container.open ul#overflowList li a {
  border-bottom: none;
}

.header-container .header-hero .right-menu .more-wrap .more-wrap {
  position: relative;
  display: none;
}

.header-container .header-hero .right-menu .more-wrap button.more-btn svg.icon.icon-hamburger {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: var(--theme-color);
  font-size: 30px;
  cursor: pointer;
  vertical-align: middle;
}

button#moreBtn {
  display: inline-flex;
  align-items: center;
  padding:5px 10px 5px 0;
  cursor: pointer;
  border: none;
  background: none;
  font-size: 16px;

}

button.more-btn:hover {
  color: #808080;
  text-decoration: none;
}


.header-container .header-hero .right-menu .more-wrap .header-sidenav__backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.header-container .header-hero .right-menu .more-wrap .overflow-menu-container {
  position: fixed;
  background: var(--white-color);
  color: var(--theme-color);
  left: 0;
  top: 0;
  bottom: 0;
  width: 334px;
  z-index: 1000;
  padding: 20px 35px;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  display: flex;
  flex-direction: column;
  transform: translate3d(-60%, 0, 0);
  -webkit-transition: visibility .3s, opacity .3s, transform .3s;
  -o-transition: visibility .3s, opacity .3s, transform .3s;
  transition: visibility .3s, opacity .3s, transform .3s;
  transition-delay: 0s, 0s, 0s;

}

.header-container .header-hero .right-menu .more-wrap .overflow-menu-container.open {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.header-container .header-hero .right-menu .more-wrap .overflow-menu-container .header-sidenav__head {
  margin-bottom: 10px;
}

.header-container .header-hero .right-menu .more-wrap .overflow-menu-container .header-sidenav__head .header-sidenav__close {
  position: absolute;
  top: 20px;
  left: 40px;
}

.header-container .header-hero .right-menu .more-wrap .overflow-menu-container .header-sidenav__head button.header-sidenav__back {
  font-size: 13px;
  visibility: hidden;
  opacity: 0;
  transform: translateX(100%);
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-container .header-hero .right-menu .more-wrap .overflow-menu-container .header-sidenav__head button.header-sidenav__back i {
  font-size: 16px;
  display: inline-flex;
  line-height: 1;
    transition: transform 0.3s ease;

}

.header-container .header-hero .right-menu .more-wrap .overflow-menu-container .header-sidenav__head svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: var(--theme-color);
  margin-bottom: 10px;
}

.header-container .header-hero .right-menu .more-wrap .overflow-menu-container .header-sidenav__head button.header-sidenav__back.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  display: flex !important;
}

.header-container .header-hero .right-menu .more-wrap .header-sidenav__body #overflowList>li .dropdown-menu-custom {
  position: fixed;
  right: auto;
  bottom: 0;
  top: 52px;
  height: 100%;
  width: 100%;
  background: var(--white-color);
  transform: translateX(100%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
  color: var(--theme-color);
}

.header-container .header-hero .right-menu .more-wrap .header-sidenav__body #overflowList>li {
  position: relative;

}

.header-container .header-hero .right-menu .more-wrap .header-sidenav__body #overflowList>li a {
  display: flex;
  align-items: center;

}

.header-container .header-hero .right-menu .more-wrap .header-sidenav__body #overflowList>li.active .dropdown-menu-custom {
  transform: translateX(0);
}



.header-container .header-hero .right-menu .more-wrap .header-sidenav__close svg path {
  fill: var(--theme-color);
}

.header-container .header-hero .right-menu .more-wrap .header-sidenav__body .overflow-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-container .header-hero .right-menu .more-wrap .header-sidenav__body .overflow-list li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.header-container .header-hero .right-menu .more-wrap .header-sidenav__body .overflow-list li a span {

  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: .02em;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Mada", sans-serif;
}

.header-container .header-hero .right-menu .more-wrap .header-sidenav__body {
  position: relative;
  border-top: 1px solid #b3b3b3;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.header-container .header-hero .logo-hotel .dropdown.language-dropdown button.btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-container .header-hero .logo-hotel .dropdown.language-dropdown button.btn-link span.icon__text {
  font-size: 12px;
  font-family: "Mada", sans-serif;
  font-weight: 300;
}

.header-row i {
  font-size: 16px;
  display: inline-flex;
  line-height: 1;
    transition: transform 0.3s ease;

}



/* ===== MAIN HERO WRAPPER ===== */
.main1 {
  position: relative;
  width: 100%;
  height: calc(100vh - 69px);
  overflow: hidden;
}

.main1 .video-foreground iframe {
  width: 100%;
  height: 100%;
}

.video-foreground,
.main1 .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16 / 9) {
  .main1 .video-foreground {
    height: 300%;
    top: -100%;
  }

}




.main1::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}



.main1 .m-hero--content {
  position: absolute;
  bottom: 75px;
  left: 0;
  width: 100%;
  line-height: 1;
  z-index: 2;
}

.main1 .m-hero--content .m-hero--content__wrapper {
  padding-right: 120px;
}

.main1 .m-hero--content .m-hero--content__wrapper .hero-title {
  text-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Mada", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 60px;
  color: var(--white-color);
  letter-spacing: .01em;
  line-height: normal;
  text-transform: none;
}

.main1 .m-hero--content .m-hero--content__wrapper .hero-subtitle {
  text-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: "Mada", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 32px;
  color: var(--white-color);
  letter-spacing: 0;
  line-height: normal;
  text-transform: none;
}

.main1 .m-hero--content .m-hero--content__wrapper .main-btn {
  margin-top: 25px;
}

/* video */
section.comfort-section {
  text-align: center;
}

section.comfort-section .badge-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.comfort-section .badge-row .m-icon--item {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  margin-top: 40px;
  width: 22%;
  max-width: 22%;
}

section.comfort-section .badge-row .m-icon--item img {
  width: 116px;
  border-radius: 10%;
}


section.room-carousel-section {
  text-align: center;
  position: relative;
}

section.room-carousel-section .view-all-link {
  margin-top: 0;
  margin-bottom: 25px;
}

section.room-carousel-section .view-all-link a.view-all {

  display: inline-block;
  font-weight: 500;
  font-family: "Mada", sans-serif;
  text-decoration: none;
  color: var(--theme-color);
  font-size: 15px;
  line-height: 20px;
}

section.room-carousel-section .view-all-link a.view-all:hover {
  color: var(--theme-color);
  text-decoration: underline !important;
  /* border-bottom: 1px solid; */
  outline: 0;
}

section.room-carousel-section .carousel-wrapper .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
    aspect-ratio: 16 / 9;
}
section.room-carousel-section .carousel-wrapper .owl-carousel .owl-stage-outer .owl-stage .owl-item .item img {
  width: 100%;
  height: 100%;

}

section.room-carousel-section .carousel-wrapper .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .caption-item {
  padding-top: 8px;
  min-height: 55px;
  font-weight: bold;
  font-family: "Mada", sans-serif;
  color: #888;
  font-size: 15px;
}


.custom-pagi {
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;

}

section.room-carousel-section .carousel-wrapper .custom-pagi .carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;

}

section.room-carousel-section .carousel-wrapper .custom-pagi .carousel-pagination {
  font-size: 14px;
  font-weight: 300;
  color: #888;
  letter-spacing: 0;
  line-height: 24px;
}


section.room-carousel-section .carousel-wrapper .custom-pagi .carousel-controls button.custom-nav.prev svg,
section.room-carousel-section .carousel-wrapper .custom-pagi .carousel-controls button.custom-nav.next svg {
  height: 20px;
}

section.room-carousel-section .carousel-wrapper .custom-pagi .carousel-controls button.carousel-play-pause {
  margin-top: -5px;
}

section.Offers-section.mTop50.mBtm50 .offer-head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
}

section.Offers-section.mTop50.mBtm50 .offer-head .offer-img {
  width: 50%;
  aspect-ratio: 4 / 3;
}

section.Offers-section.mTop50.mBtm50 .offer-head .offer-img img {
  width: 100%;
  height: 100%;
}

section.Offers-section.mTop50.mBtm50 .offer-head .offer-contne {
  width: 50%;
  padding: 20px 20px 20px 0;
  text-align: right;
}

section.Offers-section.mTop50.mBtm50 .offer-head .offer-contne h2.comfort-title {
  text-align: right;
}

section.Offers-section.mTop50.mBtm50 .offer-head .offer-contne h6 {
  font-size: 20px;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 300;
  font-family: "Mada", sans-serif;
  color: var(--black-color);
}

section.Offers-section.mTop50.mBtm50 .offer-head .offer-contne p {
  color: var(--black-text);
}

section.Offers-section.mTop50.mBtm50 .offer-head .offer-contne .header-book-btn {
  margin-top: 20px;
}



section.photo-section h2.comfort-title {
  margin-bottom: 40px;
}

section.photo-section .photo-head {
  column-count: 3;
  column-gap: 15px;
}

section.photo-section .photo-head .photo-section {
  break-inside: avoid;
  margin-bottom: 15px;
  position: relative;
}

section.photo-section .photo-head .photo-section .photo-img {
  width: 100%;
  display: block;
}



section.photo-section .photo-head .photo-section .photo-img img {
  vertical-align: middle;
  width: 100%;
  height: 100%
}

section.photo-section .photo-head .photo-section .photo-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  /* height: 100%; */
  transform: translate(-50%, -50%);
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.photo-section .photo-head .photo-section .photo-caption p {
  line-height: 1.3;
  font-size: 2rem;
  color: var(--white-color);
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;

}






section.photo-menu-background .m-highlight-text {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 640px;
}


section.photo-menu-background .ratio-24-9:not(.placeholder__image) {
  position: relative;
  overflow: hidden;

}

section.photo-menu-background .ratio-16-9:not(.placeholder__image) {
  position: relative;
  overflow: hidden;
}

section.photo-menu-background .m-highlight-text--illu {
  height: inherit;
}


section.photo-menu-background .ratio-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}



section.photo-menu-background .m-highlight-text .ratio-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}





section.photo-menu-background .m-highlight-text .highlight-text-box {
  position: absolute;
  top: 0;
  right: 60px;
  width: 382px;
  margin: 40px 0px;
  box-shadow: 0 0 5px rgba(20, 4, 4, 0.89);
  background: var(--white-color);
  padding: 25px;
}



section.photo-menu-background .m-highlight-text .highlight-text-box .highlight-head h4.highlight-text--title {
  margin-bottom: 20px;
  line-height: 1.3;
  font-weight: 500;
  font-style: normal;
  color: var(--theme-color);
  font-size: 20px;
}

section.photo-menu-background .m-highlight-text .highlight-text-box .highlight-head .highlight--link p:hover {
  color: var(--black-color);
  text-decoration: underline !important;
  outline: 0;
}

section.photo-menu-background .m-highlight-text .highlight-text-box .highlight-head .highlight--link p strong {
  font-size: 15px;
  color: var(--black-color);
}



section.photo-menu-background .m-highlight-text .highlight-text-box .highlight-head .highlight--link p:nth-child(4) strong,
section.photo-menu-background .m-highlight-text .highlight-text-box .highlight-head .highlight--link p:nth-child(5) strong {
  color: #888;
}






section.activity-section {
  margin-top: 20px;
  background-color: var(--theme-color);
}

section.activity-section .activity-head {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}



section.activity-section .activity-head .activity-body {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}

section.activity-section .activity-head .activity-body a img {

  height: 200px;
}

section.activity-section .activity-head .activity-body h6 a {
  color: var(--white-color);
  font-size: 25px;
  font-family: "Mada", sans-serif;
}

section.activity-section .activity-head .activity-body h6 {
  padding: 20px 20px 0 20px;
  text-align: center;
}

section.activity-section .activity-head .activity-body .text-center.view-all-link {
  padding: 0 20px 20px 20px;
}

section.activity-section .activity-head .activity-body .text-center.view-all-link a.view-all {
  color: var(--white-color);
  display: inline-block;
  font-weight: 500;
  font-family: "Mada", sans-serif;
  text-decoration: none;
  font-size: 15px;
  line-height: 20px;
}

section.activity-section .activity-head .activity-body .text-center.view-all-link a.view-all:hover {
  color: var(--white-color);
  text-decoration: underline !important;
  outline: 0;
  /* border-bottom: 1px solid; */
}

section.hero-bg .simple-image.full-width-image .m-img-full {
  position: relative;
  background-image: url('https://www.alainpalacehotel.com/ar/assets/img/bg.jpg?width=1920');
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 427.5px;
}

section.hero-bg .simple-image.full-width-image .m-img-full .m-img-full__image {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

section.hero-bg .simple-image.full-width-image .m-img-full .m-img-full__image .ratio-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}



section.testimonial-section {
  padding: 100px 0 50px 0;
}

section.testimonial-section .owl-carousel.testimonial-carousel {

  text-align: center;
}



section.testimonial-section .owl-carousel.testimonial-carousel .owl-stage-outer .owl-stage .owl-item .testimonial-item h3 {
  margin: 50px 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 33px;
  color: var(--black-color);
  font-family: "Mada", sans-serif;

}

section.testimonial-section .owl-carousel.testimonial-carousel .owl-stage-outer .owl-stage .owl-item .testimonial-item p {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 50px;
  font-family: "Mada", sans-serif;
}

section.testimonial-section .owl-carousel.testimonial-carousel .owl-stage-outer .owl-stage .owl-item .testimonial-item h4 {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 13px;
  padding-right: 10px;
  font-size: 13px;
  color: var(--black-color);
  font-family: "Mada", sans-serif;
  font-weight: 500;
}

section.testimonial-section .owl-carousel.testimonial-carousel .owl-stage-outer .owl-stage .owl-item .testimonial-item span.date {
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  font-family: "Mada", sans-serif;
  color: var(--black-text);
}

section.testimonial-section .owl-carousel.testimonial-carousel .owl-stage-outer .owl-stage .owl-item .testimonial-item {
  padding: 0 10% 2% 10%;
}

section.testimonial-section .owl-carousel.testimonial-carousel .owl-nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  top: 45%;
}

section.testimonial-section .owl-carousel.testimonial-carousel .owl-nav button.owl-prev,
section.testimonial-section .owl-carousel.testimonial-carousel .owl-nav button.owl-next {
  font-size: 60px;
  color: var(--black-text);
  opacity: 0.5;
}

section.testimonial-section .testimonial-counter {
  text-align: center;
  font-size: 16px;
  color: var(--black-text);
}

















section.footer {
  margin-top: 10px;
  background: var(--theme-color);
}

section.footer .page-footer {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


section.footer .page-footer .page-footer__tablet-section ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0;
}

section.footer .page-footer .page-footer__tablet-section ul li a {
  text-transform: uppercase;
  font-size: 15px;
  color: var(--white-color);
  line-height: 24px;
  font-family: "Mada", sans-serif;
}

section.footer .page-footer .page-footer__tablet-section ul li:hover a {
  text-decoration: underline !important;
  outline: 0;
  color: var(--white-color);
}



section.footer .page-footer .footer-social-container ul.list-inline {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

section.footer .page-footer .footer-social-container ul.list-inline li a img {
  width: 30px;
  height: auto;
}

section.footer .ftr-head {
  border-bottom: 1px solid;
}

section.footer .footer-boody {
  border-top: 1px solid #39719d;
  padding: 20px 0;
}

section.footer .footer-boody .page-footer-section {
  display: flex;
  justify-content: start;
  align-items: start;
}

section.footer .footer-boody .page-footer-section .page-footer-letf,
section.footer .footer-boody .page-footer-section .page-footer-center,
section.footer .footer-boody .page-footer-section .page-footer-right {
  width: 33.33%;
  padding: 0 15px;
}

section.footer .footer-boody .page-footer-section .page-footer-letf {
  padding-left: 0;
}

section.footer .footer-boody .page-footer-section h4 {
  margin: 0 0 18px 0;
  color: var(--white-color);
  font-weight: 500;
}

section.footer .footer-boody .page-footer-section .page-footer-letf p {
  color: var(--white-color);
  margin: 0;
  padding: 0;
  font-size: 13px;
}

section.footer .footer-boody .page-footer-section .page-footer-letf span,
section.footer .footer-boody .page-footer-section .page-footer-letf span a {
  color: var(--white-color);
  font-size: 13px;
}

section.footer .footer-boody .page-footer-section .page-footer-letf a img {
  margin-top: 20px;
  width: 256px;
  height: auto;
}

section.footer .footer-boody .footer-sub {
  padding-top: 10px;
  display: flex;
}

section.footer .footer-boody .footer-sub .page-footer__widget {
  width: 50%;
}

section.footer .footer-boody .footer-sub .page-footer__copyright__content {
  width: 50%;
  text-align: center;
  color: var(--white-color);
  font-size: 13px;
  font-weight: 500;
}

section.footer .footer-boody .page-footer-section .page-footer-center .badge-row-one {
  padding-top: 0;
  padding-bottom: 0;
  width: 235px;
  text-align: center;
  position: relative;
}

section.footer .footer-boody .page-footer-section .page-footer-center .badge-row-one .owl-stage-outer .owl-stage .owl-item .m-icon--item {
  max-height: 200px;
  overflow: hidden;
  width: 100%;
  display: inline-block;
}


section.footer .footer-boody .page-footer-section .page-footer-center .badge-row-one .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

section.footer .footer-boody .page-footer-section .page-footer-center .badge-row-one .owl-nav button {
  pointer-events: auto;
  background: transparent;
  border: none;
  font-size: 28px;
}

section.footer .footer-boody .page-footer-section .page-footer-center .badge-row-one .owl-nav button.owl-prev {
  margin-left: -15px;
  color: var(--white-color);
  opacity: 0.5;
}

section.footer .footer-boody .page-footer-section .page-footer-center .badge-row-one .owl-nav button.owl-next {
  margin-right: -15px;
  color: var(--white-color);
  opacity: 0.5;
}

/* accomodation room */
.main-banner-wrap .propBannerWrap .carousel .carousel-inner .item img {
    width: 100%;
    height: calc(100vh - 69px);
}

.main-banner-wrap .propBannerWrap .carousel .carousel-inner .item .carousel-caption h2.hero-title{
      margin-top: 0;
    margin-bottom: 0;
    font-family: "Mada", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 60px;
    color: var(--white-color);
    letter-spacing: .01em;
    line-height: normal;
    text-transform: uppercase;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.main-banner-wrap .propBannerWrap .carousel .carousel-inner .item .carousel-caption p.hero-decs {
    color: var(--white-color);
    font-size: 32px;
    font-weight: 300;
    font-family: "Mada", sans-serif;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    margin-top: 10px;
    margin-bottom: 0;
}
 .breadcrumb-all .m-breadcrumb {
    padding: 0;
    margin: 30px 0;
}
 .breadcrumb-all .m-breadcrumb--item {
    list-style: none;
    display: inline-block;
  
}
.breadcrumb-all  .m-breadcrumb--item a.m-breadcrumb--link{
      font-size: 13px;
      font-weight: 300;
}
.breadcrumb-all  .m-breadcrumb--link:visited {
    color: var(--black-text);
}
.breadcrumb-all   .m-breadcrumb--item:after {
    content: "";
    display: inline-block;
    height: .5em;
    width: .5em;
     border-top: 1px solid;
    border-left: 1px solid;
    transform: rotate(-45deg);
    margin: 0 .40em .10em .40em;
    margin-right: 10px;
}
.breadcrumb-all   .m-breadcrumb--item:last-child:after {
	display: none;
}
.breadcrumb-all  .m-breadcrumb--item:last-child .m-breadcrumb--link {
    pointer-events: none;
}
.breadcrumb-all  .m-breadcrumb--item:last-child .m-breadcrumb--link {
    font-weight: 400;
}

.breadcrumb-all a.m-breadcrumb--link:hover {
    color: var(--theme-color);
    text-decoration: underline !important;
}



section.al-accomodation .acc-head {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

section.al-accomodation .acc-head .acc-body {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

section.al-accomodation .m-all-room-section .acc-head .acc-body .accomodation-room-content-body .accomodation-room-img img {
    aspect-ratio: 4 / 3;
    width: 100%;
}

section.al-accomodation .m-all-room-section  .acc-head .acc-body .accomodation-room-content-body .accomodation-room-content {
    padding: 20px 10px;
    margin-bottom: 30px;
}

section.al-accomodation .m-all-room-section  .acc-head .acc-body .accomodation-room-content-body .accomodation-room-content h3 {
    font-family: "Mada", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 25px;
    color: var(--theme-color);
    margin-top: 0;
}

section.al-accomodation .m-all-room-section  .acc-head .acc-body .accomodation-room-content-body .accomodation-room-content ul {
    padding-right: 40px;
}

section.al-accomodation .m-all-room-section  .acc-head .acc-body .accomodation-room-content-body .accomodation-room-content ul li  {
    list-style: disc;
    font-size: 16px;
    font-weight: 300;
    color: var(--black-text);
    font-family: "Mada", sans-serif;
}

section.al-accomodation .m-all-room-section  .acc-head .acc-body .accomodation-room-content-body .accomodation-room-content .accomodation-booking {
    text-align: center;
    margin-top: 30px;
}

section.al-accomodation .m-all-room-section  .acc-head .acc-body .accomodation-room-content-body .accomodation-room-content .accomodation-booking p {
    font-weight: 500;
}
section.al-accomodation .m-all-room-section  .acc-head .acc-body .accomodation-room-content-body {
    margin-top: 35px;
    margin-bottom: 30px;
}





section.al-accomodation .room-facilities .room-facilities-head .aroom-facilities-head-body img {
    width: 48px;
    height: 48px;
}


section.al-accomodation .room-facilities .room-facilities-head .aroom-facilities-head-body {
    display: flex;
    justify-content: start;
    align-items: center;
}

section.al-accomodation .room-facilities .room-facilities-head{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(75px, auto);
    column-gap: 50px;
    row-gap: 40px;
    padding: 40px 0;
}
section.al-accomodation .room-facilities .room-facilities-head .aroom-facilities-head-body p {
    padding-top: 11px;
    padding-left: 10px;
}




section.al-accomodation .m-acco-footer {
    padding-top: 15px;
    padding-bottom: 15px;
}
section.al-accomodation .m-acco-footer .cms-background {
       
    background-image: url(https://www.alainpalacehotel.com/ar/assets/img/deluxe-room-2-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;               
    display: flex;               
    align-items: center;
}
section.al-accomodation .m-acco-footer .cms-background .m-acco-footer-box {
    position: relative;
}
section.al-accomodation .m-acco-footer .cms-background  .m-acco-footer-box .m-acco-footer-content {
  position: absolute;          
    top: 50%;
  right: 0;
  transform: translateY(-50%);
    width: 382px;
    background: var(--white-color);
    padding: 25px;
    z-index: 2;
   
}


section.al-accomodation .m-acco-footer .cms-background .m-acco-footer-box .m-acco-footer-content h4 {
    font-size: 20px;
    font-family: "Mada", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: var(--theme-color);
    text-transform: uppercase;
    margin: 0 0 35px 0;
}

section.al-accomodation .m-acco-footer .cms-background  .m-acco-footer-box .m-acco-footer-content a.main-btn.blue-btn {
    margin-top: 20px;
}

section.al-accomodation .m-acco-footer .cms-background img {
    display: none;
}

section.al-offer {
    margin: 30px 0;
}

section.al-offer-sub .m-cms-content ul{
    padding-left: 30px;
}

section.al-offer-sub .m-cms-content ul li {
    list-style: disc;
    font-family: "Mada", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    color: var(--black-text);
    letter-spacing: 0;
    line-height: 24px;
}



section.al-offer-sub .m-cms-content  .m-cms-content-wrapper {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5; 
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease; 
}
section.al-offer-sub .m-cms-content  .m-cms-content-wrapper.expanded {
  overflow: unset; 
  display: block;
}
section.al-offer-sub .m-cms-content .read-more-btn button {
    display: inline-block;  
    width: 100%;            
    text-align: center;     
    cursor: pointer;
    font-weight: 500;
    margin-top: 16px;
    font-size: 15px;
     font-family: "Mada", sans-serif;
     color: var(--black-text);
}

section.al-offer-sub .m-cms-content .read-more-btn button i {
    display: inline-flex;
    height: 17px;
    width: 17px;
    margin-left: 0;
    font-size: 17px;
    vertical-align: middle;
     color: var(--theme-color);
}
section.al-offer-sub .offer-section-all {
    padding-top: 50px;
    padding-bottom: 50px;
}

section.al-offer-sub .offer-section-all .m-offer-main {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.al-offer-sub .offer-section-all .m-offer-main .m-offer-img {
  width: 33%;
  aspect-ratio: 4 / 3;
}

section.al-offer-sub .offer-section-all .m-offer-main .m-offer-img img {
  width: 100%;
  height: 100%;
}

section.al-offer-sub .offer-section-all .m-offer-main .m-offer-body {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 67%;
  padding: 0;
}

section.al-offer-sub .offer-section-all .m-offer-main .m-offer-body .m-offer-content {
  padding-left: 20px;
  padding-right: 20px;

}

section.al-offer-sub .offer-section-all .m-offer-main .m-offer-body .m-offer-price {
  border-right: 1px solid #707070;
  text-align: center;
  width: 25%;
  min-width: 230px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 5%;
  margin-bottom: 5%;
}



section.al-offer-sub .offer-section-all .m-offer-main .m-offer-body .m-offer-price .m-content-object--footer-price.lead-rates span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-family: "Mada", sans-serif;
  color: var(--black-text);
}

section.al-offer-sub .offer-section-all .m-offer-main .m-offer-body .m-offer-price .m-content-object--footer-price.lead-rates span.lead-rates-price {
  font-size: 22px;
  font-weight: 500;
  font-family: "Mada", sans-serif;
  color: var(--black-text);
}

section.al-offer-sub .offer-section-all .m-offer-main .m-offer-body .m-offer-price a.main-btn.blue-btn {
  width: auto;
  margin-top: 15px;
}


section.our-hotel .room-facilities .room-facilities-head{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(75px, auto);
    column-gap: 50px;
    row-gap: 40px;
    padding: 0 0 40px 0;
}
section.our-hotel .room-facilities .room-facilities-head .aroom-facilities-head-body {
    display: flex;
    justify-content: start;
    align-items: center;
}
section.our-hotel .room-facilities .room-facilities-head .aroom-facilities-head-body img {
    width: 48px;
    height: 48px;
}
section.our-hotel .room-facilities .room-facilities-head .aroom-facilities-head-body p {
    padding-top: 11px;
    padding-left: 10px;
}
section.our-hotel  .room-facilities h2.comfort-title {
    padding: 40px 0 10px 0;
}

section.our-hotel .our-hotel-all h2.comfort-title {
    padding: 40px 0;
}



section.our-hotel .all-our-hotel .m-introduction__content__second {
       padding: 15px 0;
    text-align: right;
}

section.our-hotel .all-our-hotel .m-introduction__content__second h2.comfort-title {
    text-align: right;
}

section.our-hotel .all-our-hotel .m-introduction__content__second  h3.comfort-title {
    text-align: right;
   
}
section.our-hotel .all-our-hotel .row.row-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 15px;

}
section.our-hotel .all-our-hotel .row.row-flex:nth-child(1) .all-our-hotel-img {
    aspect-ratio: 16 / 9;
}
section.our-hotel .all-our-hotel .row.row-flex .all-our-hotel-img {aspect-ratio: 4 / 3;}

section.our-hotel .all-our-hotel .row.row-flex:nth-child(even) .all-our-hotel-img {
    aspect-ratio: 1 / 1;
}

section.our-hotel .all-our-hotel .row.row-flex .all-our-hotel-img img {
 
    width: 100%;
    height: 100%;
}
section.our-hotel .all-our-hotel .row.row-flex:nth-child(even) {
    flex-direction: row-reverse;
}
section.our-hotel .badge-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.our-hotel .badge-row  .m-icon--item {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    margin-top: 40px;
    width: 22%;
    max-width: 22%;
}

section.our-hotel .badge-row .m-icon--item img {
    width: 116px;
    border-radius: 50%;
}


section.discover .m-introduction__content {
    padding-top: 15px;
    padding-bottom: 15px;
}


section.discover .d-hotel .d-icon {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

section.discover .d-hotel .d-icon .m-icon--item {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    margin-top: 40px;
    width: 20%;
}

section.discover .d-hotel .d-icon .m-icon--item h6.comfort-title {
    height: 78px;
    font-weight: 500;
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 10px;
	font-family: "Mada", sans-serif;

}

section.discover .d-location {
    padding: 15px 0;
}

section.discover .d-location .d-location-main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}



section.discover .d-location .d-location-main .discover-content {
    width: 50%;
    text-align: right;
    padding: 15px;
}

section.discover .d-location .d-location-main .discover-content .m-introduction__content__second {
    padding-bottom: 0;
    text-align: right;
}

section.discover .d-location .d-location-main .discover-content .m-introduction__content__second h2.comfort-title ,
section.discover .d-location .d-location-main .discover-content .m-introduction__content__second h3.comfort-title {
    text-align: right;
}

section.discover .d-location .d-location-main .d-location-img {
    width: 50%;
}

section.discover .d-location .d-location-main .d-location-img .discover-img {
    aspect-ratio: 4 / 3;
}

section.discover .d-location .d-location-main .d-location-img .discover-img img {
    width: 100%;
    height: 100%;
}




section.discover .d-location.d-location-second .d-location-main:nth-child(odd) {
    flex-direction: row-reverse;
}

section.discover .d-location.d-location-second .d-location-main:nth-child(odd) .discover-content {
    text-align: right;
}

section.discover .d-location.d-location-second .d-location-main:nth-child(odd) .discover-content .m-introduction__content__second {
    text-align: right;
}

section.discover .d-location.d-location-second .d-location-main:nth-child(odd) .discover-content .m-introduction__content__second h2.comfort-title {
    text-align: right;
}
section.discover .d-location.d-location-second .d-location-main:nth-child(odd) .discover-content .m-introduction__content__second h3.comfort-title {
    text-align: right;
    color: var(--theme-color);
}

section.discover .d-location.d-location-second .d-location-main:nth-child(even) .discover-content .m-introduction__content__second h3.comfort-title {
    text-align: right;
    color: var(--theme-color);
}

section.discover.discover-location .d-location.d-location-second .d-location-main .discover-content .m-introduction__content__second h3.comfort-title {
    text-align: right;
    color: var(--black-color);
}


section.discover.discover-location .m-introduction__content h1.comfort-title {
    color: var(--theme-color);
}


section.discover.discover-location .l-discover-location-second .m-introduction__content__second {
    padding: 40px 0;
}

section.discover.discover-location  .d-hotel .d-icon .m-icon--item {
    border-style: solid;
    border-color: rgba(94, 72, 72, 0.27);
    border-width: 0.1px;
}
section.neighbourhood .nei-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3px;
}

section.neighbourhood .nei-main .nei-main-content {
    background: var(--theme-color);;
    color: var(--white-color);
    text-align: center;
    padding: 30px;
}

section.neighbourhood .nei-main .nei-main-content p {
    color: var(--white-color);
}

section.neighbourhood .nei-main .nei-main-content a.view-all {
    COLOR: var(--white-color);
    font-weight: 500;
}

section.neighbourhood .nei-main .nei-main-content a.view-all:hover {
    text-decoration: underline !important;
     outline: 0;
}



section.neighbourhood .nearby-hotel-main .nearby-hotel-carousel-section .nearby-hotel .item .nearby-hotel-body {
    display: flex;
    justify-content: center;
    align-items: center;
       flex-direction: row-reverse;
    gap: 30px;
}

section.neighbourhood .nearby-hotel-main .nearby-hotel-carousel-section .nearby-hotel .item .nearby-hotel-body .nearby-hotel-img {
    aspect-ratio: 4 / 3;
    width: 50%;
}

section.neighbourhood .nearby-hotel-main .nearby-hotel-carousel-section .nearby-hotel .item .nearby-hotel-body .nearby-hotel-img img {
    width: 100%;
    height: 100%;
}
section.neighbourhood .nearby-hotel-main .nearby-hotel-carousel-section .nearby-hotel .item .nearby-hotel-body .caption-item {
    width: 50%;
}
section.neighbourhood .nearby-hotel-main .nearby-hotel-carousel-section .nearby-hotel .item .nearby-hotel-body .caption-item h4 {
    font-size: 25px;
    text-align: center;
    margin: 0 0 25px 0;
    font-weight: 500;
    color: var(--black-color);
    font-family: "Mada", sans-serif;
}

section.neighbourhood .nearby-hotel-main .nearby-hotel-carousel-section .nearby-hotel .item  .nearby-hotel-body .caption-item p {
    text-align: center;
}



section.neighbourhood .nearby-hotel-main .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi {
    bottom: 30px;
    gap: 20px;
        left: 0;
    right: inherit;
}

section.neighbourhood .nearby-hotel-main .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi .carousel-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

section.neighbourhood .nearby-hotel-main .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi .carousel-controls svg {
    height: 20px;
}

section.neighbourhood .nearby-hotel-main .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi .carousel-controls button.carousel-play-pause {
    margin-top: -5px;
}



section.neighbourhood .nearby-hotel-main-must-see .nearby-hotel-carousel-section .nearby-hotel-must-see .item .nearby-hotel-body .nearby-hotel-img,
section.neighbourhood .nearby-hotel-main-beaches .nearby-hotel-carousel-section .nearby-hotel-beaches .item .nearby-hotel-body .nearby-hotel-img,
section.neighbourhood .nearby-hotel-main-shopping .nearby-hotel-carousel-section .nearby-hotel-shopping .item .nearby-hotel-body .nearby-hotel-img {
    aspect-ratio: 16 / 9;
}

section.neighbourhood .nearby-hotel-main-must-see .nearby-hotel-carousel-section .nearby-hotel-must-see .item .nearby-hotel-body .nearby-hotel-img img,
section.neighbourhood .nearby-hotel-main-beaches .nearby-hotel-carousel-section .nearby-hotel-beaches .item .nearby-hotel-body .nearby-hotel-img img,
section.neighbourhood .nearby-hotel-main-shopping .nearby-hotel-carousel-section .nearby-hotel-shopping .item .nearby-hotel-body .nearby-hotel-img img {
    width: 100%;
    height: 100%;
}

section.neighbourhood .nearby-hotel-main-must-see .nearby-hotel-carousel-section .nearby-hotel-must-see .item .nearby-hotel-body .caption-item,
section.neighbourhood .nearby-hotel-main-beaches .nearby-hotel-carousel-section .nearby-hotel-beaches .item .nearby-hotel-body .caption-item,
section.neighbourhood .nearby-hotel-main-shopping .nearby-hotel-carousel-section .nearby-hotel-shopping .item .nearby-hotel-body .caption-item {
    width: 75%;
    padding: 8px 15px 0 0;
    text-align: right;
}


section.neighbourhood .nearby-hotel-main-must-see .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi,
section.neighbourhood .nearby-hotel-main-beaches .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi,
section.neighbourhood .nearby-hotel-main-shopping .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
     bottom: 20px;
}
section.neighbourhood .nearby-hotel-main-must-see .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi .carousel-controls,
section.neighbourhood .nearby-hotel-main-beaches .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi .carousel-controls,
section.neighbourhood .nearby-hotel-main-shopping .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi .carousel-controls {
    display: flex;
    justify-content: center;
    align-items: center;
 
    gap: 10px;
}

section.neighbourhood .nearby-hotel-main-must-see .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi .carousel-controls svg,
section.neighbourhood .nearby-hotel-main-beaches .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi .carousel-controls svg,
section.neighbourhood .nearby-hotel-main-shopping .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi .carousel-controls svg {
    height: 20px;
}

section.neighbourhood .nearby-hotel-main-must-see .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi .carousel-controls button.carousel-play-pause,
section.neighbourhood .nearby-hotel-main-beaches .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi .carousel-controls button.carousel-play-pause,
section.neighbourhood .nearby-hotel-main-shopping .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi .carousel-controls button.carousel-play-pause {
    margin-top: -5px;
}


section.accessibility .acces-pan .panel-group .panel.panel-default {

    border: none;
    border-radius: 0;
        box-shadow: none;
}

section.accessibility .acces-pan .panel-group .panel.panel-default .panel-heading {
      padding: 0;
    background: inherit;
    border: none;
}

section.accessibility .acces-pan .panel-group .panel.panel-default .panel-heading h4.panel-title {
            position: relative;
    font-size: 25px;
    font-family: "Mada", sans-serif;
    font-weight: 500;
    color: var(--theme-color);
    margin: 0;
    padding: 0;
    background-color: #d1d2d4;


}
section.accessibility .acces-pan .panel-group .panel.panel-default .panel-heading h4.panel-title a {
    width: 100%;
    text-align: start;
    display: block;
    padding-block: 15px;
    padding-inline-start: 20px;
    padding-inline-end: calc(2.25em + 16px);
    color: var(--theme-color);
}
section.accessibility .acces-pan .panel-group .panel.panel-default .panel-heading h4.panel-title .arrow {
    font-size: 30px;
    /* transition: transform 0.3s ease; */
        position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 300ms;
        width: 30px;
    height: 30px;
}



section.accessibility .acces-pan .panel-group .panel.panel-default .panel-heading h4.panel-title a:not(.collapsed) .arrow {
    transform: rotate(180deg);  
      margin-top: -13px;
    
}

section.accessibility .acces-pan .panel-group .panel.panel-default .panel-collapse .panel-body {
    padding: 70px 55px;
    border: 0;
}

section.accessibility .acces-pan .panel-group .panel.panel-default .panel-collapse .panel-body .acces-body ul {
    margin: 0;
        padding-left: 40px;
}
section.accessibility .acces-pan .panel-group .panel.panel-default .panel-collapse .panel-body .acces-body ul li {
    list-style: disc;
}
section.sustainability {
    padding: 20px 0;
}

section.sustainability .sus-one {
    position: relative;
}

section.sustainability .sus-one .sus-img {
    aspect-ratio: 21 / 9;
}

section.sustainability .sus-one .sus-img img {
    width: 100%;
    height: 100%;
}

section.sustainability .sus-one .sus-content {
    position: absolute;
    top: 50%;
    box-shadow: 0 0 5px #060000;
    transform: translateY(-50%);
    width: 382px;
    margin: 0px;
    background: var(--white-color);
    padding: 25px;
    right: 60px;
}


section.sustainability .sus-main-tab .sus-tabs-head {
  margin-bottom: -1px;
  display: flex;
  justify-content: center;
  align-items: center;
   gap: 10px;
   position: relative;
}
section.sustainability .sus-main-tab .sus-tabs-head  .arrow{
      display: flex;
  align-items: center; 
  justify-content: center;
  cursor: pointer;
  font-size: 24px; 
  color: var(--theme-color);
  user-select: none;
}
section.sustainability .sus-main-tab .sus-tabs-head span.arrow.left{
  margin-right: 5px; 
      transition: visibility .1s, opacity .1s;
}

section.sustainability .sus-main-tab .sus-tabs-head span.arrow.right {
  margin-left: 5px; 
      transition: visibility .1s, opacity .1s;
}



section.sustainability .sus-main-tab .sus-tabs-head .tabs__nav {
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
      scroll-behavior: smooth;
}

section.sustainability .sus-main-tab .sus-tabs-head .tabs__nav .tab + .tab {
    margin-right: 20px;
}
section.sustainability .sus-main-tab .sus-tabs-head .tabs__nav  .tab {
  min-width: 4em;
  flex-shrink: 0;
  height: 100%;
  scroll-snap-align: start;
  display: flex;
    cursor: pointer;
      flex: 0 0 160px; 
  scroll-snap-align: start;
 
}

section.sustainability .sus-main-tab .sus-tabs-head .tabs__nav .tab h3{
      display: block;
      padding: 15px 40px;
      color: var(--theme-color);
      border: 1px solid #d1d2d4;
      text-align: center;
      text-transform: uppercase;
      font-weight: 400;
      background: #d1d2d4;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      transition: all 0.3s;
      text-align: center;
      font-size: 15px;
      margin: 0;
}
section.sustainability .sus-main-tab .sus-tabs-head .tabs__nav .tab.active{
  flex: 1 1 auto;
  min-width: auto;
  
  
}
section.sustainability .sus-main-tab .sus-tabs-head .tabs__nav .tab.active h3{
    background-color: var(--white-color);
    border-bottom-color: var(--white-color);
    color: var(--black-text);
    
}








section.sustainability .sus-main-tab .sus-one-body {
    border: 1px solid #d1d2d4;
    padding: 70px 55px;
}

section.sustainability .sus-main-tab .sus-one-body .sus-inner {
    display: none;
   
}

section.sustainability .sus-main-tab .sus-one-body .sus-inner.active {
display: block;
}

section.sustainability .sus-main-tab .sus-one-body .sus-inner .sus-inner-main {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 20px;
}

section.sustainability .sus-main-tab .sus-one-body .sus-inner .sus-inner-main .sus-one-body-image {
    width: 50%;
    aspect-ratio: 16 / 9;
}
section.sustainability .sus-main-tab .sus-one-body .sus-inner .sus-inner-main .sus-one-body-image img{
    width: 100%;
    height: 100%;
}
section.sustainability .sus-main-tab .sus-one-body .sus-inner .sus-inner-main .sus-one-body-content {
    width: 50%;
}

section.sustainability .sus-content-hd {
  position: relative;
    color: var(--white-color);
  background-image: url('https://www.alainpalacehotel.com/ar/assets/img/img-8053.jpg'); /* Replace with your image URL */
  background-size: cover; 
  background-position: center; /* Center the image */
  background-repeat: no-repeat;
  padding-top: 20px;
 padding-bottom: 20px;
  text-align: right;
}




section.sustainability .sus-content-hd * {
  position: relative;
  z-index: 1; 
}


.sus-content-hd h2, .sus-content-hd .sus-content-bd h2{
       color: var(--white-color);
    text-shadow: 0 0 6px rgba(0, 0, 0, .8);
    margin: 0 0 15px 0;
    font-family: "Mada", sans-serif;
}


.sus-content-hd h2, .sus-content-hd .sus-content-bd p {
    color: var(--white-color);
    text-shadow: 0 0 6px rgba(0, 0, 0, .8);
    margin-bottom: 5px;
    font-family: "Mada", sans-serif;
}

section.discover.meeting-and-event .d-location {
    padding-top: 50px;
}

section.discover.meeting-and-event .meeting-bg,
section.discover.meeting-and-event .meeting-bg-2
 {
    display: block;
}

section.discover.meeting-and-event .meeting-bg .meeting-bg-img {
    position: relative;
    background-image: url(https://www.alainpalacehotel.com/ar/assets/img/event-bg.jpg?width=1920);
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 427.5px;
}

section.discover.meeting-and-event  .meeting-bg-2 .meeting-bg-img-2 {
    position: relative;
    background-image: url(https://www.alainpalacehotel.com/ar/assets/img/m8.jpg?width=1920);
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 427.5px;
}


section.discover.meeting-and-event .meeting-icon .meeting-icon-main {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}



section.discover.meeting-and-event .meeting-icon .meeting-icon-main .meeting-icon-body {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    margin-top: 40px;
    width: 20%;
}

section.discover.meeting-and-event .meeting-icon .meeting-icon-main .meeting-icon-body img {
    width: 116px;
}


section.discover.meeting-and-event .meeting-icon .meeting-icon-main .meeting-icon-body p {
    font-weight: 500;
}
section.discover.meeting-and-event .d-location.d-location-event .d-location-main {
    flex-direction: row-reverse;
}
section.discover.meeting-and-event .event-hotel-carousel-section .carousel-wrapper .event-hotel-section .owl-stage-outer .owl-stage .owl-item .item .event-hotel-img {
    aspect-ratio: 16 / 9;
}

section.discover.meeting-and-event .event-hotel-carousel-section .carousel-wrapper .event-hotel-section .owl-stage-outer .owl-stage .owl-item .item .event-hotel-img img {
    width: 100%;
    height: 100%;
}

section.discover.meeting-and-event .event-hotel-carousel-section .carousel-wrapper {
    margin-bottom: 50px;
}

section.discover.meeting-and-event .event-hotel-carousel-section .carousel-wrapper .custom-pagi {
    bottom: -33px;
}

section.discover.meeting-and-event .event-hotel-carousel-section .carousel-wrapper .custom-pagi .carousel-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

section.discover.meeting-and-event .event-hotel-carousel-section .carousel-wrapper .custom-pagi .carousel-controls button svg {
    height: 20px;
}

section.discover.meeting-and-event .event-hotel-carousel-section .carousel-wrapper .custom-pagi .carousel-controls button.carousel-play-pause.paused {
    margin-top: -5px;
}
section.dine-and-drink .dine-and-drink-hd .dine-main {
    display: flex;
    justify-content: start;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

section.dine-and-drink .dine-and-drink-hd .dine-main .dine-content {
    width: 33%;
}

section.dine-and-drink .dine-and-drink-hd .dine-main .dine-content .m-introduction__content__second {
    padding: 15px;
}

section.dine-and-drink .dine-and-drink-hd .dine-main .dine-content .m-introduction__content__second h2,
section.dine-and-drink .dine-and-drink-hd .dine-main .dine-content .m-introduction__content__second h3,
section.dine-and-drink .dine-and-drink-hd .dine-main .dine-content .m-introduction__content__second p,
section.dine-and-drink .dine-and-drink-hd .dine-main .dine-content .m-introduction__content__second a.view-all{
    text-align: right;
    display: block;
}

section.dine-and-drink .dine-and-drink-hd .dine-main .dine-img {
    width: 67%;
}
section.dine-and-drink .dine-and-drink-hd .dine-main .dine-img .dine-img-main {
    aspect-ratio: 16 / 9;
}

section.dine-and-drink .dine-and-drink-hd .dine-main .dine-img .dine-img-main img {
    width: 100%;
    height: 100%;
}


section.dine-and-drink .dine-and-drink-hd .dine-main:nth-child(2),
section.dine-and-drink .dine-and-drink-hd .dine-main:nth-child(5) {
    flex-direction: row-reverse;
}
section.dine-and-drink .dine-and-drink-hd .dine-main:last-child .dine-content .m-introduction__content__second h2 ,
section.dine-and-drink .dine-and-drink-hd .dine-main:last-child .dine-content .m-introduction__content__second h3 ,
section.dine-and-drink .dine-and-drink-hd .dine-main:last-child .dine-content .m-introduction__content__second p,
section.dine-and-drink .dine-and-drink-hd .dine-main:last-child .dine-content .m-introduction__content__second a.view-all {

    text-align: left;
}
section.m-main-dine  .m-introduction__content,
section.m-main-dine  .m-introduction__content h1.comfort-title,
section.m-main-dine  .m-introduction__content  h2.comfort-title  {
    text-align: right;
}
section.m-main-dine   .main-btn.blue-btn{
background-color: #0f1d34;
color: #fdc66d;
}
section.m-main-dine.kuya-juan .kuyu-main {
    background: #FFEA81;
    padding: 50px 0;
}

section.m-main-dine .dining-sub-carousel {
    position: relative;
}


section.m-main-dine .kuyu-main .dining-sub-carousel .owl-stage-outer .owl-stage .owl-item .item .kuyu-main-head .kuyu-main-img {
    aspect-ratio: 4 / 3;
}

section.m-main-dine .kuyu-main .dining-sub-carousel .owl-stage-outer .owl-stage .owl-item .item .kuyu-main-head .kuyu-main-img img {
    width: 100%;
    height: 100%;
}

section.m-main-dine .kuyu-main .dining-sub-carousel .owl-stage-outer .owl-stage .owl-item .item .kuyu-main-head .kuyu-main-content {
    text-align: center;
    padding: 20px;
}

section.m-main-dine .kuyu-main .dining-sub-carousel .owl-stage-outer .owl-stage .owl-item .item .kuyu-main-head .kuyu-main-content h3.comfort-title {
    font-size: 25px;
}
section.m-main-dine .kuyu-main .dining-sub-carousel .owl-stage-outer .owl-stage .owl-item .item .kuyu-main-head .kuyu-main-content p {
    height: 200px;
}
section.m-main-dine.Cheers .kuyu-main .dining-sub-carousel .owl-stage-outer .owl-stage .owl-item .item .kuyu-main-head .kuyu-main-content p {
    height: 270px;
}
section.m-main-dine .dining-sub-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none;
}

section.m-main-dine .dining-sub-carousel .owl-nav  button {
    position: absolute;
    color: var(--black-text);
    border: none;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    pointer-events: all;
}

section.m-main-dine .dining-sub-carousel .owl-nav .owl-prev {
    left: -20px;
}

section.m-main-dine .dining-sub-carousel .owl-nav .owl-next {
    right: -20px;
}



section.m-main-dine .kayu-icon {
    padding: 50px 0;
}
section.m-main-dine.kuya-juan   .kayu-icon {
        background: #FFEA81;
   
}

section.m-main-dine .kuya-juan-bg {
    display: block;
}

section.m-main-dine .kuya-juan-bg  .kuya-juan-bg-img {
    position: relative;
    background-image: url(https://www.alainpalacehotel.com/ar/assets/img/kayu-bg.jpg?width=1920);
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 427.5px;
}


section.m-main-dine .kuya-juan-bg-tw {
    display: block;
}

section.m-main-dine .kuya-juan-bg-tw .kuya-juan-bg-img {
    position: relative;
    background-image: url(https://www.alainpalacehotel.com/ar/assets/img/kayu-bg2.jpg?width=1920);
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 427.5px;
}

section.m-main-dine .kayu-icon .kayu-iocn-main {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

section.m-main-dine .kayu-icon .kayu-iocn-main .kayu-icon-body {
    text-align: center;
    margin-top: 40px;
    width: 20%;
    border-style: solid;
    border-color: #450B0B;
    border-width: 0px;
    padding: 15px;
}

section.m-main-dine .kayu-icon .kayu-iocn-main .kayu-icon-body .kayu-icon-img img {
    width: 116px;
    border-radius: 50%;
}

section.m-main-dine .kayu-icon .kayu-iocn-main .kayu-icon-body .kayu-icon-content h3 {
    font-size: 20px;
    margin: 25px 0 10px;
        font-family: "Mada", sans-serif;
    font-weight: 500;
    font-style: normal;
}


section.m-main-dine .juan-main .juan-main-p {
    padding-top: 40px;
}

section.m-main-dine .juan-main .juan-main-p p {
    padding: 0;
    margin: 0;
}
section.m-main-dine.Cheers  .m-introduction__content,
section.m-main-dine.Cheers .kayu-icon,
section.m-main-dine.Cheers .kuyu-main  {
    background: #000;
}
section.m-main-dine.Cheers .m-introduction__content h1.comfort-title ,
section.m-main-dine.Cheers .m-introduction__content h2.comfort-title ,
section.m-main-dine.Cheers .m-introduction__content .m-cms-content p {
    color: #e9e4e4;
}
section.m-main-dine.Cheers .kuyu-main { 
    padding: 50px 0;
    margin-top: 20px;
}

section.m-main-dine.Cheers .kuya-juan-bg .kuya-juan-bg-img {
   
    background-image: url(https://www.alainpalacehotel.com/ar/assets/img/chers-bg.jpg?width=1920);

}

section.m-main-dine.Cheers .kuya-juan-bg-tw .kuya-juan-bg-img {

    background-image: url(https://www.alainpalacehotel.com/ar/assets/img/chers-bg2.jpg?width=1920);

}

section.m-main-dine.Cheers .kuyu-main .m-introduction__content__second h2.comfort-title ,
section.m-main-dine.Cheers .kuyu-main .m-introduction__content__second h3.comfort-title ,
section.m-main-dine.Cheers .kuyu-main .dining-sub-carousel .owl-stage-outer .owl-stage .owl-item .item .kuyu-main-head .kuyu-main-content p,
section.m-main-dine.Cheers .kayu-icon .kayu-iocn-main .kayu-icon-body .kayu-icon-content h3{
    color: #fff;
}

section.m-main-dine.Cheers .kuyu-main .dining-sub-carousel .owl-stage-outer .owl-stage .owl-item .item .kuyu-main-head .kuyu-main-content h3.comfort-title{
    color: #BA1725;

}
section.m-main-dine.casavill .kayu-icon,
section.m-main-dine.casavill .kuyu-main  {
    background: #DFCA58;
}
section.m-main-dine.casavill .kuyu-main { 
    padding: 50px 0;
    margin-top: 20px;
}section.m-main-dine.casavill .kuya-juan-bg .kuya-juan-bg-img {
   
    background-image: url(https://www.alainpalacehotel.com/ar/assets/img/casavill8.jpg?width=1920);

}

section.m-main-dine.casavill .kuya-juan-bg-tw .kuya-juan-bg-img {

    background-image: url(https://www.alainpalacehotel.com/ar/assets/img/casavill9.jpg?width=1920);

}
section.m-main-dine.casavill .kuyu-main .dining-sub-carousel .owl-stage-outer .owl-stage .owl-item .item .kuyu-main-head .kuyu-main-content ul li p {
    height: auto;
}

section.m-main-dine.casavill .kuyu-main .dining-sub-carousel .owl-stage-outer .owl-stage .owl-item .item .kuyu-main-head .kuyu-main-content ul li {
    list-style: disc;
}


section.m-main-dine.nalukettu .kuyu-main 
 {
    background: #EDF7F6;
}

 section.m-main-dine.nalukettu .kayu-icon{
        background:#98C1D9;
}
section.m-main-dine.nalukettu .kuyu-main { 
    padding: 50px 0;
    margin-top: 20px;
}section.m-main-dine.nalukettu .kuya-juan-bg .kuya-juan-bg-img {
   
    background-image: url(https://www.alainpalacehotel.com/ar/assets/img/nalukettu9.jpg?width=1920);

}

section.m-main-dine.nalukettu .kuya-juan-bg-tw .kuya-juan-bg-img {

    background-image: url(https://www.alainpalacehotel.com/ar/assets/img/nalukettu10.jpg?width=1920);

}
section.m-main-dine.nalukettu .kuyu-main .dining-sub-carousel .owl-stage-outer .owl-stage .owl-item .item .kuyu-main-head .kuyu-main-content ul li p, 
section.m-main-dine.nalukettu .kuyu-main .dining-sub-carousel .owl-stage-outer .owl-stage .owl-item .item .kuyu-main-head .kuyu-main-content p{
    height: auto;
}

section.m-main-dine.nalukettu .kuyu-main .dining-sub-carousel .owl-stage-outer .owl-stage .owl-item .item .kuyu-main-head .kuyu-main-content ul li {
    list-style: disc;
}
section.m-main-dine.nalukettu .kayu-icon .kayu-iocn-main .kayu-icon-body .kayu-icon-content h3{
    color: #4c3429;
}
section.m-main-dine.nalukettu .kuyu-main .m-introduction__content__second h2.comfort-title,
section.m-main-dine.nalukettu .kuyu-main .m-introduction__content__second h3.comfort-title,
section.m-main-dine.nalukettu .kuyu-main .m-introduction__content__second p,
section.m-main-dine.nalukettu .kuyu-main .dining-sub-carousel .owl-stage-outer .owl-stage .owl-item .item .kuyu-main-head .kuyu-main-content h3.comfort-title,
section.m-main-dine.nalukettu .kuyu-main .dining-sub-carousel .owl-stage-outer .owl-stage .owl-item .item .kuyu-main-head .kuyu-main-content p{
    color: #236192;
}



section.m-main-dine.cafe-de .kuyu-main {
    background: #EDF7F6;
}

section.m-main-dine.cafe-de .kayu-icon{
        background:#B4B4B4;
}

section.m-main-dine.cafe-de .kuyu-main { 
    padding: 50px 0;
    margin-top: 20px;
}


section.m-main-dine.cafe-de .kuya-juan-bg .kuya-juan-bg-img {
   
    background-image: url(https://www.alainpalacehotel.com/ar/assets/img/cafe-de7.jpg?width=1920);

}

section.m-main-dine.cafe-de .kuya-juan-bg-tw .kuya-juan-bg-img {

    background-image: url(https://www.alainpalacehotel.com/ar/assets/img/cafe-de8.jpg?width=1920);

}
section.m-main-dine.cafe-de .kuyu-main .dining-sub-carousel .owl-stage-outer .owl-stage .owl-item .item .kuyu-main-head .kuyu-main-content ul li p, 
section.m-main-dine.cafe-de .kuyu-main .dining-sub-carousel .owl-stage-outer .owl-stage .owl-item .item .kuyu-main-head .kuyu-main-content p{
    height: auto;
}

section.m-main-dine.cafe-de .kuyu-main .dining-sub-carousel .owl-stage-outer .owl-stage .owl-item .item .kuyu-main-head .kuyu-main-content ul li {
    list-style: disc;
}
section.m-main-dine.cafe-de .kayu-icon .kayu-iocn-main .kayu-icon-body .kayu-icon-content h3{
    color: var(--white-color);
}
section.m-main-dine.cafe-de .kuyu-main .m-introduction__content__second h2.comfort-title,
section.m-main-dine.cafe-de .kuyu-main .m-introduction__content__second h3.comfort-title,
section.m-main-dine.cafe-de .kuyu-main .m-introduction__content__second p,
section.m-main-dine.cafe-de .kuyu-main .dining-sub-carousel .owl-stage-outer .owl-stage .owl-item .item .kuyu-main-head .kuyu-main-content h3.comfort-title,
section.m-main-dine.cafe-de .kuyu-main .dining-sub-carousel .owl-stage-outer .owl-stage .owl-item .item .kuyu-main-head .kuyu-main-content p{
    color: #236192;
}


section.m-main-dine.satruday-brunch .m-introduction__content ,
section.m-main-dine.satruday-brunch .m-introduction__content h1.comfort-title,
section.m-main-dine.satruday-brunch .m-introduction__content h2.comfort-title ,
section.m-main-dine.satruday-brunch .m-introduction__content p {
    text-align: left;
        color: #4C3429;
    background-color: #FFEA81;
}


section.m-main-dine.satruday-brunch a.main-btn.blue-btn {
    color: var(--white-color);
    background-color: var(--theme-color);
}

section.m-main-dine.satruday-brunch .kuyu-main{
    background-color: #FFEA81;
    margin-top: 15px;
    padding: 50px 0;

}

section.m-main-dine.satruday-brunch .kuyu-main .dining-sub-carousel .owl-stage-outer .owl-stage .owl-item .item .kuyu-main-head  {
    display: flex;
    flex-direction: column;
    align-items: center;
        margin-bottom: 30px;
}

section.m-main-dine.satruday-brunch .kuyu-main .dining-sub-carousel .owl-stage-outer .owl-stage .owl-item .item .kuyu-main-head .kuyu-main-img {
    aspect-ratio: 1 / 1;
    width: 75%;
    border-radius: 50%;
    overflow: hidden;
}
section.m-main-dine.satruday-brunch .kuyu-main .dining-sub-carousel .owl-stage-outer .owl-stage .owl-item .item .kuyu-main-head .kuyu-main-content p{
    height: auto;
}
section.m-main-dine .kuyu-main .satruday-content{
  padding: 15px 0;
}
section.m-main-dine.satruday-brunch .kuyu-main .satruday-content .m-introduction__content__second h2.comfort-title,
section.m-main-dine.satruday-brunch .kuyu-main .satruday-content .m-introduction__content__second h3.comfort-title
 {
    text-align: left;
}


section.m-main-dine.satruday-brunch .kuyu-main .satruday-content .satruday-btn {
    margin-top: 50px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
        flex-wrap: wrap;
}

section.m-main-dine.satruday-brunch .kuyu-main .satruday-content .satruday-btn a.view-all {
    font-family: "Mada", sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    font-style: normal;
    letter-spacing: .02em;
    text-transform: uppercase;
}
section.m-main-dine.satruday-brunch  .kuya-juan-bg .kuya-juan-bg-img{
    background-image: url(https://www.alainpalacehotel.com/ar/assets/img/Satruday-brunch5.jpg?width=1920);
}


section.m-main-dine.boodle-fight .m-introduction__content ,
section.m-main-dine.boodle-fight .m-introduction__content h1.comfort-title,
section.m-main-dine.boodle-fight .m-introduction__content h2.comfort-title ,
section.m-main-dine.boodle-fight .m-introduction__content p {
    text-align: left;
        color: #4C3429;
    background-color: #FFEA81;
}


section.m-main-dine.boodle-fight a.main-btn.blue-btn {
    color: var(--white-color);
    background-color: var(--theme-color);
}

section.m-main-dine.boodle-fight .kuyu-main{

    margin-top: 15px;
    padding: 50px 0;

}

section.m-main-dine.boodle-fight .kuyu-main .dining-sub-carousel .owl-stage-outer .owl-stage .owl-item .item .kuyu-main-head  {
    display: flex;
    flex-direction: column;
    align-items: center;
        margin-bottom: 30px;
}

section.m-main-dine.boodle-fight .kuyu-main .dining-sub-carousel .owl-stage-outer .owl-stage .owl-item .item .kuyu-main-head .kuyu-main-img {
    aspect-ratio: 1 / 1;
    width: 75%;
    border-radius: 50%;
    overflow: hidden;
}
section.m-main-dine.boodle-fight .kuyu-main .dining-sub-carousel .owl-stage-outer .owl-stage .owl-item .item .kuyu-main-head .kuyu-main-content p{
    height: auto;
}
section.m-main-dine.boodle-fight .kuyu-main .satruday-content .m-introduction__content__second h2.comfort-title,
section.m-main-dine.boodle-fight .kuyu-main .satruday-content .m-introduction__content__second h3.comfort-title,
section.m-main-dine.boodle-fight .kuyu-main .satruday-content  .m-plain-text p
 {
    text-align: right;
}


section.m-main-dine.boodle-fight .kuyu-main .satruday-content .satruday-btn {
    margin-top: 50px;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
        flex-wrap: wrap;
}

section.m-main-dine.boodle-fight .kuyu-main .satruday-content .satruday-btn a.view-all {
    font-family: "Mada", sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    font-style: normal;
    letter-spacing: .02em;
    text-transform: uppercase;
}
section.m-main-dine.boodle-fight  .kuya-juan-bg .kuya-juan-bg-img{
    background-image: url(https://www.alainpalacehotel.com/ar/assets/img/boodle-4.jpg?width=1920);
}
section.m-main-dine.boodle-fight  .kuyu-main .Gatherings-con {
    background: #FFEA81;
}
section.m-main-dine.boodle-fight  .kuyu-main{
  padding-bottom: 0;
}



section.m-main-dine.Gatherings .m-introduction__content ,
section.m-main-dine.Gatherings .m-introduction__content h1.comfort-title,
section.m-main-dine.Gatherings .m-introduction__content h2.comfort-title ,
section.m-main-dine.Gatherings .m-introduction__content p {
    text-align: left;
        color: #4C3429;
    background-color: #FFEA81;
}


section.m-main-dine.Gatherings a.main-btn.blue-btn {
    color: var(--white-color);
    background-color: var(--theme-color);
}

section.m-main-dine.Gatherings .kuyu-main{

    margin-top: 15px;
    padding: 50px 0;

}

section.m-main-dine.Gatherings .kuyu-main .dining-sub-carousel .owl-stage-outer .owl-stage .owl-item .item .kuyu-main-head  {
    display: flex;
    flex-direction: column;
    align-items: center;
        /* margin-bottom: 30px; */
}
section.m-main-dine .kuyu-main .m-satruday {
    margin-bottom: 20px;
}
section.m-main-dine.Gatherings .kuyu-main .dining-sub-carousel .owl-stage-outer .owl-stage .owl-item .item .kuyu-main-head .kuyu-main-img {
    aspect-ratio: 1 / 1;
    width: 75%;
    border-radius: 50%;
    overflow: hidden;
}
section.m-main-dine.Gatherings .kuyu-main .dining-sub-carousel .owl-stage-outer .owl-stage .owl-item .item .kuyu-main-head .kuyu-main-content p{
    height: auto;
}
section.m-main-dine.Gatherings .kuyu-main .satruday-content .m-introduction__content__second h2.comfort-title,
section.m-main-dine.Gatherings .kuyu-main .satruday-content .m-introduction__content__second h3.comfort-title,
section.m-main-dine.Gatherings .kuyu-main .satruday-content  .m-plain-text p
 {
    text-align: right;
}


section.m-main-dine.Gatherings .kuyu-main .satruday-content .satruday-btn {
    margin-top: 50px;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
        flex-wrap: wrap;
}

section.m-main-dine.Gatherings .kuyu-main .satruday-content .satruday-btn a.view-all {
    font-family: "Mada", sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    font-style: normal;
    letter-spacing: .02em;
    text-transform: uppercase;
}
section.m-main-dine.Gatherings  .kuya-juan-bg .kuya-juan-bg-img{
    background-image: url(https://www.alainpalacehotel.com/ar/assets/img/Gatherings5.jpg?width=1920);
}
section.m-main-dine.Gatherings .kuyu-main .Gatherings-con {
    background: #FFEA81;
}
section.m-main-dine.Gatherings .kuyu-main{
  padding-bottom: 0;
}


section.m-main-dine.happy-hours  .m-introduction__content ,
section.m-main-dine.happy-hours  .m-introduction__content h1.comfort-title,
section.m-main-dine.happy-hours  .m-introduction__content h2.comfort-title ,
section.m-main-dine.happy-hours  .m-introduction__content p {
    text-align: left;
        color: #4C3429;
    background-color: #FFEA81;
}


section.m-main-dine.happy-hours  a.main-btn.blue-btn {
    color: var(--white-color);
    background-color: var(--theme-color);
}

section.m-main-dine.happy-hours  .kuyu-main{
  
    margin-top: 15px;
    padding: 50px 0;

}

section.m-main-dine.happy-hours  .kuyu-main .dining-sub-carousel .owl-stage-outer .owl-stage .owl-item .item .kuyu-main-head  {
    display: flex;
    flex-direction: column;
    align-items: center;
        margin-bottom: 30px;
}

section.m-main-dine.happy-hours  .kuyu-main .dining-sub-carousel .owl-stage-outer .owl-stage .owl-item .item .kuyu-main-head .kuyu-main-img {
    aspect-ratio: 1 / 1;
    width: 75%;
    border-radius: 50%;
    overflow: hidden;
}
section.m-main-dine.happy-hours  .kuyu-main .dining-sub-carousel .owl-stage-outer .owl-stage .owl-item .item .kuyu-main-head .kuyu-main-content p{
    height: auto;
}
section.m-main-dine.happy-hours  .kuyu-main .satruday-content .m-introduction__content__second h2.comfort-title,
section.m-main-dine.happy-hours  .kuyu-main .satruday-content .m-introduction__content__second h3.comfort-title,
section.m-main-dine.happy-hours  .kuyu-main .satruday-content  .m-plain-text p
 {
    text-align: right;
}


section.m-main-dine.happy-hours  .kuyu-main .satruday-content .satruday-btn {
    margin-top: 50px;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
        flex-wrap: wrap;
}

section.m-main-dine.happy-hours  .kuyu-main .satruday-content .satruday-btn a.view-all {
    font-family: "Mada", sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    font-style: normal;
    letter-spacing: .02em;
    text-transform: uppercase;
}
section.m-main-dine.happy-hours   .kuya-juan-bg .kuya-juan-bg-img{
    background-image: url(https://www.alainpalacehotel.com/ar/assets/img/Happy5.jpg?width=1920);
}

section.m-main-dine.happy-hours  .kuyu-main .Gatherings-con {
    background: #FFEA81;
}
section.m-main-dine.happy-hours  .kuyu-main{
  padding-bottom: 0;
}
/* cheers */

section.m-main-dine.cheers-divas  .m-introduction__content ,
section.m-main-dine.cheers-divas  .m-introduction__content h1.comfort-title,
section.m-main-dine.cheers-divas  .m-introduction__content h2.comfort-title ,
section.m-main-dine.cheers-divas  .m-introduction__content p {
    text-align: right;
        color: #e9e4e4;
    background-color: #000;
}



section.m-main-dine.cheers-divas .kuyu-main{
    background-color: #000;
}

section.m-main-dine.cheers-divas  .kuyu-main{
    padding: 50px 0;
    margin-top: 20px;

}

section.m-main-dine.cheers-divas  .kuyu-main .dining-sub-carousel .owl-stage-outer .owl-stage .owl-item .item .kuyu-main-head  {
    display: flex;
    flex-direction: column;
    align-items: center;
        margin-bottom: 30px;
}

section.m-main-dine.cheers-divas  .kuyu-main .dining-sub-carousel .owl-stage-outer .owl-stage .owl-item .item .kuyu-main-head .kuyu-main-img {
    aspect-ratio: 1 / 1;
    width: 75%;
    border-radius: 50%;
    overflow: hidden;
}
section.m-main-dine.cheers-divas  .kuyu-main .dining-sub-carousel .owl-stage-outer .owl-stage .owl-item .item .kuyu-main-head .kuyu-main-content p{
    height: auto;
}
section.m-main-dine.cheers-divas .kuyu-main .dining-sub-carousel .owl-stage-outer .owl-stage .owl-item .item .kuyu-main-head .kuyu-main-content h3.comfort-title,
section.m-main-dine.cheers-divas .kuyu-main .m-introduction__content__second h2.comfort-title {
    color: #BA1725;
    
}



section.m-main-dine.cheers-divas .kuyu-main .m-introduction__content__second h3.comfort-title ,
section.m-main-dine.cheers-divas .kuyu-main .dining-sub-carousel .owl-stage-outer .owl-stage .owl-item .item .kuyu-main-head .kuyu-main-content p,
section.m-main-dine.cheers-divas .kayu-icon .kayu-iocn-main .kayu-icon-body .kayu-icon-content h3{
    color: var(--white-color);
}

section.m-main-dine.cheers-divas .kuyu-main .satruday-content .m-introduction__content__second h2.comfort-title, 
section.m-main-dine.cheers-divas .kuyu-main .satruday-content .m-introduction__content__second h3.comfort-title {
    text-align: right;
}

section.m-main-dine.cheers-divas .kuya-juan-bg .kuya-juan-bg-img {
    background-image: url(https://www.alainpalacehotel.com/ar/assets/img/Ladies-Night4.jpg?width=1920);
}
section.m-main-dine.cheers-divas.warm-up .kuya-juan-bg .kuya-juan-bg-img {
    background-image: url(https://www.alainpalacehotel.com/ar/assets/img/warm-up4.jpg?width=1920);
}
section.m-main-dine.cheers-divas.Cheeraoke .kuya-juan-bg .kuya-juan-bg-img {
    background-image: url(https://www.alainpalacehotel.com/ar/assets/img/Cheeraoke4.jpg?width=1920);
}



section.m-main-dine.cheers-divas.Barakada .kuya-juan-bg .kuya-juan-bg-img {
    background-image: url(https://www.alainpalacehotel.com/ar/assets/img/Barakada4.jpg?width=1920);
}

section.m-main-dine.cheers-divas.Retro .kuya-juan-bg .kuya-juan-bg-img {
    background-image: url(https://www.alainpalacehotel.com/ar/assets/img/Retro3.jpg?width=1920);
}


section.m-main-dine.cheers-divas.Rakrakan .kuya-juan-bg .kuya-juan-bg-img {
    background-image: url(https://www.alainpalacehotel.com/ar/assets/img/Rakrakan4.jpg?width=1920);
}

section.m-main-dine.cheers-divas .kuyu-main .Gatherings-con .satruday-content .m-plain-text p {
    color: #E9E4E4;
}

/* cheers */
section.wellness .wellness1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}



section.wellness .wellness1 .wellness1-img {
    aspect-ratio: 16/ 9;
    width: 60%;
}

section.wellness .wellness1 .wellness1-img img {
    width: 100%;
    height: 100%;
}

section.wellness .wellness1 .wellness1-content {
    width: 40%;
   
}

section.wellness .wellness1 .wellness1-content .m-introduction__content__second,
section.wellness .wellness1 .wellness1-content .m-introduction__content__second h2.comfort-title,
section.wellness .wellness1 .wellness1-content .m-introduction__content__second h3.comfort-title,
section.wellness .wellness1 .wellness1-content .m-introduction__content__second p{
    text-align: right;
}

section.wellness .welllness2 {
    background: rgba(91, 89, 84, 0.21);
    margin-top: 20px;
}

section.wellness .welllness2 .welllness2-head {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 30px;
}

section.wellness .welllness2 .welllness2-head .welllness2-body {
    width: 25%;
    margin-top: 35px;
    margin-bottom: 30px;
}

section.wellness .welllness2 .welllness2-head .welllness2-body .wellness2-img {
    aspect-ratio: 4 / 3;
}

section.wellness .welllness2 .welllness2-head .welllness2-body .wellness2-img img {
    width: 100%;
    height: 100%;
}

section.wellness .welllness2 .welllness2-head .welllness2-body .wellness2-content {
    padding: 20px 8px;
}

section.wellness .welllness2 .welllness2-head .welllness2-body .wellness2-content h2.comfort-title {
    font-size: 25px;
    height: 66px;
    font-weight: 500;
}

section.wellness .welllness3 {
    padding: 20px 0;
}
section.wellness .welllness3 .welllness3-head  {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
section.wellness .welllness3 .welllness3-head .welllness3-body:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
}

section.wellness .welllness3 .welllness3-head .welllness3-body {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}



section.wellness .welllness3 .welllness3-head .welllness3-body .wellness3-content .m-introduction__content__second ,
section.wellness .welllness3 .welllness3-head .welllness3-body .wellness3-content .m-introduction__content__second h2.comfort-title,
section.wellness .welllness3 .welllness3-head .welllness3-body .wellness3-content .m-introduction__content__second h3.comfort-title,
section.wellness .welllness3 .welllness3-head .welllness3-body .wellness3-content .m-introduction__content__second p {
    text-align: right;
}

section.wellness .welllness3 .welllness3-head .welllness3-body .wellness3-content .m-introduction__content__second h3.comfort-title{
    color: var(--theme-color);
}
section.wellness .welllness3 .welllness3-head .welllness3-body .wellness3-content{
    width: 50%;
}
section.wellness .welllness3 .welllness3-head .welllness3-body:nth-child(even)  .wellness3-img {
    width: 50%;
    aspect-ratio: 16 / 9;
}
section.wellness .welllness3 .welllness3-head .welllness3-body:nth-child(odd)  .wellness3-img {
    width: 50%;
    aspect-ratio: 4 / 3;
}
section.wellness .welllness3 .welllness3-head .welllness3-body .wellness3-img img{
    width: 100%;
   height: 100%
}

section.wellness .welllness3 .welllness3-head .welllness3-body:nth-child(even) .wellness3-img{
    width: 60%;
}
section.wellness .welllness3 .welllness3-head .welllness3-body:nth-child(even) .wellness3-content{
    width: 40%;
    border-style: solid;
    border-color: #5B5854;
    border-width: 0.5px;
    padding: 10px;
}
section.wellness .welllness2 .welllness2-head .welllness2-body .wellness2-content .m-introduction__content__second{
    padding-bottom: 0;
}




section.wellness .m-wellness-footer {
    padding-top: 15px;
    padding-bottom: 15px;
}

section.wellness .m-wellness-footer .cms-background {
    background-image: url(https://www.alainpalacehotel.com/ar/assets/img/wellness-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 200px;
    display: flex;
    align-items: center;
}

section.wellness .m-wellness-footer .cms-background img {
    display: none;
}

section.wellness .m-wellness-footer .cms-background .m-acco-footer-box {
    position: relative;
}

section.wellness .m-wellness-footer .cms-background .m-acco-footer-box .m-acco-footer-content {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
    text-align: center;
}

section.accessibility.Privacy-policy .m-introduction__content.pTop50.pBtm50 {
    text-align: left;
}

section.accessibility.Privacy-policy .m-introduction__content h1.comfort-title,
section.accessibility.Privacy-policy .m-introduction__content p {
    color: var(--theme-color);
    text-align: left;
}

section.careers .m-introduction__content h1.comfort-title,
section.careers .m-introduction__content h2.comfort-title,
section.careers .m-introduction__content p
 {
    color: var(--theme-color);
    text-align: center;
}

section.careers .m-introduction__content .carrer-btn {
    margin-top: 30px;
}

section.contact .m-introduction__content h1.comfort-title,
section.contact .m-introduction__content p{
    text-align: right;
}

section.contact .contact1-content .contact-btn {
    display: block;
    text-align: right;
}

section.contact .contact2-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding-top: 50px;
}

section.contact .contact2-content .contact2-content-details {
    width: 50%;
}

section.contact .contact2-content .contact2-content-details .m-introduction__content__second h2.comfort-title,
section.contact .contact2-content .contact2-content-details .m-introduction__content__second p {
    text-align: left;

}
section.contact .contact2-content .contact2-content-details .m-introduction__content__second h2.comfort-title{
font-size: 25px;
color: var(--theme-color);
}

section.contact .contact2-content .contact2-content-details .contact-icon .contact-icon-main {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 10px;
}

section.contact .contact2-content .contact2-content-details .contact-icon .contact-icon-main p {
margin: 0 10px 0 0;
    border-right: 1px solid #5b5754;
    padding: 0 10px 0 0;
}


section.contact .contact2-content .contact2-content-details .contact-icon .contact-icon-main p a {
    color: var(--black-text);
}
section.contact .contact2-content .contact2-content-map {
    width: 50%;
}
section.discover.meeting-and-event .m-form iframe {
    min-height: 680px;
    height: 100%;
}

.contact-form h2.comfort-title {
    text-align: left;
    color: var(--theme-color);
}

.contact-form .m-introduction__content__second {
    padding-bottom: 0;
}

.contact-form iframe {
    min-height: 510px;
    height: 100%;
}
section.subscribe .subscribe-frm iframe {
    min-height: 620px;
    height: 100%;
}
/* media */
/* 1199 */
@media (max-width: 1199px) {
  .main1 {
    aspect-ratio: 16 / 9;
    height: auto;

  }

  .header-container .header-hero .logo-hotel .dropdown.language-dropdown button.btn-link span.icon__text {
    font-size: 0;
  }

  .header-container .header-hero .logo-hotel .dropdown.language-dropdown button.btn-link span.icon__text::after {
    content: attr(data-short);
    font-size: 12px;
  }

  .main1 .m-hero--content {
    bottom: 55px;
  }

  .main1 .m-hero--content .m-hero--content__wrapper .hero-title {
    line-height: 1.3;
  }

  .main1 .m-hero--content .m-hero--content__wrapper .hero-subtitle {
    line-height: 1.3;
  }

  section.photo-section .photo-head {
    column-count: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  section.photo-section .photo-head .photo-section {
    margin-bottom: 20px;
  }

  section.photo-section .photo-head .photo-section:nth-child(2) {
    order: 4;
  }

  section.photo-section .photo-head .photo-section:nth-child(3) {
    order: 2;
  }

  section.photo-section .photo-head .photo-section:nth-child(4) {
    order: 5;
  }

  section.photo-section .photo-head .photo-section:nth-child(5) {
    order: 3;
  }

  section.photo-section .photo-head .photo-section:nth-child(6) {
    order: 6;
  }

  .comfort-title {
    font-size: 22px;
  }

  h1.comfort-title {
    font-size: 26px;
  }
  h2.comfort-title {
    font-size: 22px;
  }
 

  section.activity-section .activity-head {
    flex-wrap: wrap;
  }

  section.activity-section .activity-head .activity-body {
    width: 49%;
  }

  section.activity-section .activity-head .activity-body a img {
    height: 340px;
  }

  section.footer .page-footer {
    flex-direction: column;
  }

  section.footer .page-footer {
    padding: 0 0;
  }

  section.footer .page-footer .page-footer__tablet-section {
    padding: 18px 0;

  }

  section.footer .page-footer .footer-social-container {
    padding: 15px 0;
  }
  .main-banner-wrap .propBannerWrap .carousel .carousel-inner .item .carousel-caption h2.hero-title{
        line-height: 1.3;
    }
   .m-introduction__content{
    text-align: right;
}
 .m-introduction__content h1.comfort-title {
    text-align: right;
}
 .m-introduction__content h2.comfort-title{
  text-align: right;
}
.m-introduction__content__second h2.comfort-title {
  font-size: 22px;
}
.m-introduction__content__second h3.comfort-title {
font-size: 19px;
}
 section.al-offer-sub .offer-section-all .m-offer-main .m-offer-body {
    flex-direction: column;
  }

  section.al-offer-sub .offer-section-all .m-offer-main {
    align-items: stretch;
  }

  section.al-offer-sub .offer-section-all .m-offer-main .m-offer-img {
    width: 50%;
  }

  section.al-offer-sub .offer-section-all .m-offer-main .m-offer-body {
    width: 50%;
    padding: 20px;
  }

  section.al-offer-sub .offer-section-all .m-offer-main .m-offer-body .m-offer-content {
    padding: 0;
  }

  section.al-offer-sub .offer-section-all .m-offer-main .m-offer-body .m-offer-price {
    width: 100%;
    margin: 25px 0 0 0;
    border: none;
  }

  section.al-offer-sub .offer-section-all .m-offer-main .m-offer-body .m-offer-price .m-content-object--footer-price.lead-rates span {
    font-size: 12px;
  }

  section.al-offer-sub .offer-section-all .m-offer-main .m-offer-body .m-offer-price .m-content-object--footer-price.lead-rates span.lead-rates-price {
    font-size: 16px;
  }
  section.discover .d-hotel .d-icon .m-icon--item {
    width: 33.33%;
  }

  section.neighbourhood .nearby-hotel-main .nearby-hotel-carousel-section .nearby-hotel .item .nearby-hotel-body {
   flex-direction: column;
   gap: 0;
}

section.neighbourhood .nearby-hotel-main .nearby-hotel-carousel-section .nearby-hotel .item .nearby-hotel-body .nearby-hotel-img {
  
    width: 100%;
}
section.neighbourhood .nearby-hotel-main .nearby-hotel-carousel-section .nearby-hotel .item .nearby-hotel-body .caption-item {
    width: 100%;
            padding: 40px 40px 60px;
}
section.neighbourhood .nei-main{
  grid-template-columns: repeat(1, 1fr);
        row-gap: 3px;
}


section.neighbourhood .m-introduction__content h1.comfort-title {
    text-align: center;
}

section.neighbourhood .m-introduction__content h2.comfort-title {
    text-align: center;
}
section.neighbourhood .nearby-hotel-main-must-see .nearby-hotel-carousel-section .carousel-wrapper .custom-pag,
section.neighbourhood .nearby-hotel-main-beaches .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi
section.neighbourhood .nearby-hotel-main-shopping .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi{
        bottom: 70px;
}
section.sustainability .sus-main-tab .sus-one-body{
            padding: 35px 20px;
}
section.sustainability .sus-main-tab .sus-one-body .sus-inner .sus-inner-main{
    flex-direction: column;
}
section.sustainability .sus-main-tab .sus-one-body .sus-inner .sus-inner-main .sus-one-body-image{
    width: 100%
}
section.sustainability .sus-main-tab .sus-one-body .sus-inner .sus-inner-main .sus-one-body-content{
    width: 100%;
}
 section.discover.meeting-and-event .meeting-icon .meeting-icon-main .meeting-icon-body {
    width: 33.33%;
    }
    section.m-main-dine .kayu-icon .kayu-iocn-main .kayu-icon-body{
      width: 33.33%;
    }
section.contact .m-introduction__content h1.comfort-title, section.contact .m-introduction__content p{
  text-align: left;
}
section.contact .contact2-content{
  flex-direction: column;
}
section.contact .contact2-content .contact2-content-details,section.contact .contact2-content .contact2-content-map{
  width: 100%
}
section.contact .contact2-content .contact2-content-details .m-introduction__content__second h2.comfort-title{
  font-size: 20px;
}
section.contact .contact1-content .contact-btn{
      text-align: left;
}
section.neighbourhood .nearby-hotel-main .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi{
      left: inherit;
    right: 0;
}
}
/* 991 */
@media (max-width: 991px) {

  section.activity-section .activity-head .activity-body {
    width: 48%;
  }

  section.activity-section .activity-head .activity-body a img {
    height: 260px;
  }


  section.footer .footer-boody .page-footer-section {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  section.footer .footer-boody .page-footer-section .page-footer-letf,
  section.footer .footer-boody .page-footer-section .page-footer-center,
  section.footer .footer-boody .page-footer-section .page-footer-right {

    width: 100%;
    text-align: center;
    padding: 15px 0;
  }

  section.footer .footer-boody .page-footer-section h4 {
    margin-bottom: 5px;
  }

  section.footer .footer-boody .page-footer-section .page-footer-letf span {
    display: block;
  }

  section.footer .footer-boody .page-footer-section .page-footer-center .badge-row-one {
    margin: auto;
  }


  section.footer .footer-boody .footer-sub {
    flex-direction: column;
    align-items: center;
  }

  section.footer .footer-boody {
    position: relative;
  }

  section.footer .footer-boody:before {
    content: "";
    position: absolute;
    top: -63px;
    width: 100%;
    height: 1px;
    background: var(--theme-color);

  }
 
  section.neighbourhood .nearby-hotel-main-must-see .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi,
  section.neighbourhood .nearby-hotel-main-beaches .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi,
  section.neighbourhood .nearby-hotel-main-shopping  .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi{
        bottom: 20px;
}
    section.dine-and-drink .dine-and-drink-hd .dine-main {
    flex-direction: column-reverse;
    }
    section.dine-and-drink .dine-and-drink-hd .dine-main .dine-content {
    width: 100%;
}
section.dine-and-drink .dine-and-drink-hd .dine-main .dine-img {
    width: 100%;
}
section.dine-and-drink .dine-and-drink-hd .dine-main .dine-content .m-introduction__content__second {
    padding: 50px 15px;
}
section.dine-and-drink .dine-and-drink-hd .dine-main:nth-child(2), section.dine-and-drink .dine-and-drink-hd .dine-main:nth-child(5){
    flex-direction: column-reverse;
}
section.dine-and-drink .dine-and-drink-hd .dine-main:last-child{
  flex-direction: column;
}
section.m-main-dine .kuyu-main .dining-sub-carousel .owl-stage-outer .owl-stage .owl-item .item .kuyu-main-head .kuyu-main-content p ,
section.m-main-dine.Cheers .kuyu-main .dining-sub-carousel .owl-stage-outer .owl-stage .owl-item .item .kuyu-main-head .kuyu-main-content p
{
  height: auto;
}

section.m-main-dine .dining-sub-carousel .owl-nav {
    position: inherit; /* or static */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: auto;
    margin-top: 20px;
    top: inherit;
    transform: inherit;
}

section.m-main-dine .dining-sub-carousel .owl-nav button.owl-prev ,
section.m-main-dine .dining-sub-carousel .owl-nav button.owl-next {
    background: none;
    border: none;
    color: var(--white-color);
    font-size: 27px;
    line-height: 1;
    cursor: pointer;
    left: inherit;
    right: inherit;
    position: inherit;
    background: rgba(0,0,0,0.6);
}
section.wellness .welllness2 .welllness2-head{
    flex-wrap: wrap;
}
section.wellness .welllness2 .welllness2-head .welllness2-body{
    width: 47%;
}
section.wellness .welllness2 .welllness2-head .welllness2-body .wellness2-content h2.comfort-title{
    height: auto;
}
section.wellness .welllness2 .welllness2-head .welllness2-body{

    margin: 0;
}
section.wellness .wellness1{
    flex-direction: column;
}
section.wellness .wellness1 .wellness1-img{
    width: 100%
}
section.wellness .wellness1 .wellness1-content{
    width: 100%
}
section.wellness .welllness3 .welllness3-head .welllness3-body,
section.wellness .welllness3 .welllness3-head .welllness3-body:nth-child(even){
    flex-direction: column-reverse;
}

section.wellness .welllness3 .welllness3-head .welllness3-body .wellness3-content,
section.wellness .welllness3 .welllness3-head .welllness3-body:nth-child(even) .wellness3-content{
    width: 100%
}
section.wellness .welllness3 .welllness3-head .welllness3-body .wellness3-img,
section.wellness .welllness3 .welllness3-head .welllness3-body:nth-child(odd) .wellness3-img,
section.wellness .welllness3 .welllness3-head .welllness3-body:nth-child(even) .wellness3-img{
        aspect-ratio: 16 / 9;
    width: 100%
}

}

/* 767 */
@media (max-width: 767px) {
  .header-container .header-hero .logo-hotel .logo-container img {
    width: auto;
    max-height: 50px;
  }

  .header-container .header-hero {
    height: 50px;
  }

  .header-container .header-hero .right-menu .Navigation-menu ul.nav-menu li a {
    height: 50px;
  }

  .headerbar .container.header-text-btn {
    padding: 0;
  }

  .headerbar .header-book-btn {
    display: block;
    width: 100%;
    background: var(--theme-color);
    text-align: center;
  }

  .header-container .header-hero .right-menu .header__phone-number {
    display: block;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
  }

  .main1 .m-hero--content {
    bottom: 30px;
  }

  .main1 .m-hero--content .m-hero--content__wrapper .hero-title {
    font-size: 26px;
  }

  .main1 .m-hero--content .m-hero--content__wrapper .hero-subtitle {
    font-size: 13px;
  }

  .main-btn,
  .main-btn.blue-btn {
    max-width: 100%;
  }

  .main1 .m-hero--content .m-hero--content__wrapper {
    padding-right: 0;
  }

  section.comfort-section .badge-row {
    flex-direction: column;
  }

  section.comfort-section .badge-row .m-icon--item {
    margin-bottom: 25px;
         width: 90%;
        max-width: 90%;
  }

  section.Offers-section.mTop50.mBtm50 .offer-head {
    flex-direction: column;
  }

  section.Offers-section.mTop50.mBtm50 .offer-head .offer-img,
  section.Offers-section.mTop50.mBtm50 .offer-head .offer-contne {
    width: 100%;
        padding: 0;
  }



  section.photo-section .photo-head .photo-section .photo-caption p {
    font-size: 13px;
  }

  section.activity-section .activity-head {
    flex-direction: column;
  }

  section.activity-section .activity-head .activity-body {
    width: 100%;
  }

  section.activity-section .activity-head .activity-body a img {
    height: 280px;
  }

  section.photo-menu-background .m-highlight-text .ratio-4-3:not(.placeholder__image) {
    position: relative;
    overflow: hidden;
  }

  section.photo-menu-background .m-highlight-text .ratio-4-3:not(.placeholder__image)::before {
    content: "";
    display: block;
    padding-bottom: 75%;
  }

  section.photo-menu-background .m-highlight-text .visible-xs .ratio-content img {
    position: relative;
  }

  section.photo-menu-background .m-highlight-text .highlight-text-box {
    position: inherit;
    top: inherit;
    right: inherit;
    width: auto;
    margin-top: 0;
    box-shadow: 0 -6px 11px 0 rgba(0, 0, 0, 0.40) inset;
  }

  section.photo-menu-background .m-highlight-text {
    height: auto;
  }

  section.footer .footer-boody .page-footer-section .page-footer-right a.main-btn {
    width: 100%;
  }
    section.footer .footer-boody .page-footer-section .page-footer-right {
        border-top: 1px solid #39719d;
        border-bottom: 1px solid #39719d;
    }

.main-banner-wrap .propBannerWrap .carousel .carousel-inner .item .carousel-caption h2.hero-title {
        font-size: 26px;
    }
.main-banner-wrap .propBannerWrap .carousel .carousel-inner .item .carousel-caption p.hero-decs {
    font-size: 13px;

}
    .main-banner-wrap .propBannerWrap .carousel .carousel-inner .item img {
    width: 100%;
    height: calc(500px - 50px);
}

section.room-carousel-section .carousel-wrapper .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .caption-item{
  text-align: left;
}

.m-all-room-section  .acc-head .acc-body .accomodation-room-content-body .accomodation-room-content h3 {
        font-size: 19px;
    }
    section.al-accomodation .acc-head{
      flex-direction: column;
    }
    section.al-accomodation .acc-head .acc-body{
      width: 100%;
    }
    section.al-accomodation .room-facilities .room-facilities-head{
          grid-template-columns: repeat(1, 1fr);
    }


section.al-accomodation .m-acco-footer .cms-background {
    background-image: none;
    background-repeat: inherit;
    background-position: inherit;
    background-size: inherit;
    display: block;
    height: auto;
}

section.al-accomodation .m-acco-footer .cms-background img {
    aspect-ratio: 24 / 9;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

section.al-accomodation .m-acco-footer .cms-background .m-acco-footer-box .m-acco-footer-content {
    position: static;
    transform: none;
    width: 100%;
    margin: 15px auto 0 auto;
    padding: 0;
    text-align: center;
}

section.al-accomodation .m-acco-footer .cms-background .m-acco-footer-box .m-acco-footer-content h4 {
    margin-bottom: 10px;
    text-align: left;
}



section.al-accomodation .m-acco-footer .cms-background .m-acco-footer-box .m-acco-footer-content p {
    text-align: left;
}
 section.al-offer-sub .offer-section-all .m-offer-main {
    flex-direction: column;
    align-items: center;
  }

  section.al-offer-sub .offer-section-all .m-offer-main .m-offer-img,
  section.al-offer-sub .offer-section-all .m-offer-main .m-offer-body {
    width: 100%;
  }

  section.al-offer-sub .offer-section-all .m-offer-main .m-offer-img {
    overflow: hidden;
  }

  section.al-offer-sub .offer-section-all .m-offer-main .m-offer-body .m-offer-content p {
    font-size: 13px;
  }

section.our-hotel .all-our-hotel .row.row-flex,
  section.our-hotel .all-our-hotel .row.row-flex:nth-child(even){
  flex-direction: column;
}
section.our-hotel .room-facilities .room-facilities-head {
        grid-template-columns: repeat(1, 1fr);
    }
section.our-hotel .badge-row  .m-icon--item{
          margin-bottom: 25px;
}
section.our-hotel .badge-row{
          flex-direction: column;
}
 
section.discover .d-hotel .d-icon .m-icon--item {
         width: 90%;
        margin-bottom: 25px;
  }
  section.discover .d-hotel .d-icon .m-icon--item h6.comfort-title{
    font-size: 13px;
    height: auto;
  }
  section.discover .d-location .d-location-main {
  flex-direction: column-reverse;
}
section.discover .d-location .d-location-main .discover-content,
  section.discover .d-location .d-location-main .d-location-img{
    width: 100%
}
section.discover .d-location .d-location-main .discover-content{
  padding: 50px 30px ;
}
section.discover .d-location.d-location-second .d-location-main:nth-child(odd) {
    flex-direction: column-reverse;
}
section.discover.discover-location .d-location-main .discover-content {
    padding: 50px 0;
}
section.neighbourhood .nearby-hotel-main-must-see .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi .carousel-pagination ,
section.neighbourhood .nearby-hotel-main-beaches .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi .carousel-pagination ,
section.neighbourhood .nearby-hotel-main-shopping .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi .carousel-pagination {
    display: none;
}

section.neighbourhood .nearby-hotel-main-must-see .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi button.carousel-play-pause ,
section.neighbourhood .nearby-hotel-main-beaches .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi button.carousel-play-pause ,
section.neighbourhood .nearby-hotel-main-shopping .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi button.carousel-play-pause {
    display: none;
}
section.neighbourhood .nearby-hotel-main-must-see .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi,
section.neighbourhood .nearby-hotel-main-beaches .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi,
section.neighbourhood .nearby-hotel-main-shopping .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi{
  top: 40%;
    bottom: inherit;
    z-index: 999999;
    width: 100%;
  
}
section.neighbourhood .nearby-hotel-main-must-see .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi .carousel-controls,
section.neighbourhood .nearby-hotel-main-beaches .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi .carousel-controls,
section.neighbourhood .nearby-hotel-main-shopping .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi .carousel-controls{
    width: 100%;
    justify-content: space-between;

}
section.neighbourhood .nearby-hotel-main-must-see .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi .carousel-controls button.custom-nav.prev, 
section.neighbourhood .nearby-hotel-main-must-see .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi .carousel-controls button.custom-nav.next {
    background: rgba(0,0,0,.5);
    padding: 10px;
}
section.neighbourhood .nearby-hotel-main-beaches .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi .carousel-controls button.custom-nav.prev, 
section.neighbourhood .nearby-hotel-main-beaches .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi .carousel-controls button.custom-nav.next {
    background: rgba(0,0,0,.5);
    padding: 10px;
}section.neighbourhood .nearby-hotel-main-shopping .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi .carousel-controls button.custom-nav.prev, 
section.neighbourhood .nearby-hotel-main-shopping .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi .carousel-controls button.custom-nav.next {
    background: rgba(0,0,0,.5);
    padding: 10px;
}
section.neighbourhood .nearby-hotel-main-must-see .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi .carousel-controls button.custom-nav.prev svg path ,
section.neighbourhood .nearby-hotel-main-must-see .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi .carousel-controls button.custom-nav.next svg path {
    color: var(--white-color);
    stroke: var(--white-color);
}
section.neighbourhood .nearby-hotel-main-beaches .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi .carousel-controls button.custom-nav.prev svg path ,
section.neighbourhood .nearby-hotel-main-beaches .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi .carousel-controls button.custom-nav.next svg path {
    color: var(--white-color);
    stroke: var(--white-color);
}
section.neighbourhood .nearby-hotel-main-shopping .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi .carousel-controls button.custom-nav.prev svg path ,
section.neighbourhood .nearby-hotel-main-shopping .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi .carousel-controls button.custom-nav.next svg path {
    color: var(--white-color);
    stroke: var(--white-color);
}
section.neighbourhood .nearby-hotel-main-must-see .nearby-hotel-carousel-section .nearby-hotel-must-see .item .nearby-hotel-body .caption-item,
section.neighbourhood .nearby-hotel-main-beaches .nearby-hotel-carousel-section .nearby-hotel-beaches .item .nearby-hotel-body .caption-item,
section.neighbourhood .nearby-hotel-main-shopping .nearby-hotel-carousel-section .nearby-hotel-shopping .item .nearby-hotel-body .caption-item{
    width: 100%
}
section.accessibility .acces-pan .panel-group .panel.panel-default .panel-heading h4.panel-title {
    font-size: 19px;}
    section.accessibility .acces-pan .panel-group .panel.panel-default .panel-collapse .panel-body{
        padding : 35px 10px;
}
section.sustainability .sus-one .sus-img {
        aspect-ratio: 4 / 3;
    }
    section.sustainability .sus-one {
        position: inherit;
        
    }
    section.sustainability .sus-one .sus-content {
        position: inherit;
                transform: inherit;
        width: 100%;
    }
        section.discover.meeting-and-event .meeting-icon .meeting-icon-main .meeting-icon-body {
width: 90%;
        margin-bottom: 25px;
    }
    section.discover.meeting-and-event .d-location.d-location-event .d-location-main {
  flex-direction: column-reverse;
}
    section.m-main-dine .kayu-icon .kayu-iocn-main .kayu-icon-body{
      width: 100%;
    }
    section.m-main-dine .kayu-icon .kayu-iocn-main .kayu-icon-body .kayu-icon-content h3 {
    font-size: 13px;
}
section.m-main-dine .kuyu-main .dining-sub-carousel .owl-stage-outer .owl-stage .owl-item .item .kuyu-main-head .kuyu-main-content h3.comfort-title {
    font-size: 19px;
}
section.wellness .welllness2 .welllness2-head{
    
    flex-direction: column;
}
section.wellness .welllness2 .welllness2-head .welllness2-body{
    width: 100%;
   
}
   section.wellness .m-wellness-footer .cms-background{
            background-image: none;
        background-repeat: inherit;
        background-position: inherit;
        background-size: inherit;
        display: block;
        height: auto;
    }
     section.wellness .m-wellness-footer .cms-background img {
        aspect-ratio: 24 / 9;
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
section.wellness .m-wellness-footer .cms-background .m-acco-footer-box .m-acco-footer-content {

            position: static;
        transform: none;
        width: 100%;
        margin: 15px auto 0 auto;
        padding: 0;
        text-align: right;
}
 section.wellness .m-wellness-footer .cms-background .m-acco-footer-box .m-acco-footer-content    h2.comfort-title{
            text-align: right;
 }
.header-container .header-hero .logo-hotel .dropdown ul.dropdown-menu{
    right: 0;
           padding: 5px 15px;
           min-width: max-content;
}
}


/* 575 */
@media (max-width: 575px) {
section.neighbourhood .nearby-hotel-main-must-see .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi,
section.neighbourhood .nearby-hotel-main-beaches .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi,
section.neighbourhood .nearby-hotel-main-shopping .nearby-hotel-carousel-section .carousel-wrapper .custom-pagi{
    top: 30%;
}
}


/* 375 */
@media (max-width: 375px) {
    .main1 .m-hero--content .m-hero--content__wrapper .hero-title {
        line-height: 26px;
        font-size: 20px;
    }
.header-container .header-hero .logo-hotel .logo-container img{
        max-height: 40px;
}

}