/* Global CSS start */
body {
  overflow-x: hidden !important;
}

li {
  font-weight: 300;
  font-size: 18px;
}

.p-primary {
  color: #021C2C;
}

.p-white {
  color: #f6f6f6;
}

/* .section-heading{
    font-family:"benton-modern-display", serif;
    font-weight: 400;
    font-size:50px;
    line-height: 67px;
} */

.moran-section {
  position: relative;
  padding: 80px 0;
}

.p-120 {
  padding: 80px 0;
}

.section-heading-white {
  color: #ffffff;
}

.section-heading-primary {
  color: #021c2c;
}

/* .button{
        font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center;
    background: transparent;
    color: #021C2C;
    transition: all .4s ease-in-out;
    display: inline-flex;
    position: relative;
    line-height: 1;
    padding: 0 20px;
    height: 45px;
    font-family: 'canada-type-gibson';
    letter-spacing: 3px;
    font-size: 17px;
    padding: 0 40px;
    border: 1px solid #021C2C !important;
    align-items: center;
    display: inline-block;
    font-size: 1em;
    width: auto;
    position: relative;
    padding: 10px 36px;
    text-decoration: none;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    border: 0;
} */



/* Global CSS end */



/* blocks css start */


/* Three rooms carousel block start  */
.rooms-carousel-block {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel-top-para p {
  text-align: right;
  font-size: 18px;
}

.rooms-carousel-area {
  position: relative;
}

.rooms-carousel-item {
  background-color: #ffffff;
  cursor: pointer;
}

.rooms-carousel-item img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 450 / 450;
}

.rooms-carousel-btn {
  display: block;
  text-align: right;
  font-weight: 500;
  text-decoration: none;
  color: #d99e61;
  letter-spacing: 2px;
  font-size: 16px;
}

.rooms-carousel-btn:hover {
  color: #ffffff;
}

.rooms-carousel-link-area-one a {
  display: block !important;
}

.rooms-carousel-link-area-one a,
.rooms-carousel-link-area-two a {
  font-weight: 500;
  text-decoration: none;
  color: #163450;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 2px;
  text-transform: uppercase;
    display: inline-block;
    text-align: center;
}

.rooms-carousel-border-divider {
  width: 1px;
  height: 40px;
  background-color: #021c2c;

}

.rooms-carousel-block .top-divider img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.rooms-carousel-area .owl-nav button.owl-prev::before {
  content: "";
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: 104px;
  height: 104px;
  background-image: url('/wp-content/themes/themoranhotel/images/rooms-carousel-prev.svg');
  background-size: contain;
  background-repeat: no-repeat;
}


.rooms-carousel-area .owl-nav button.owl-next::before {
  content: "";
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: 104px;
  height: 104px;
  background-image: url('/wp-content/themes/themoranhotel/images/rooms-carousel-next.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1500px) {
	.rooms-carousel-area .owl-nav button.owl-next::before {
	  right: -50px;
	}
	.rooms-carousel-area .owl-nav button.owl-prev::before {
		left: -50px;
	}
}

.rooms-carousel-content-area h3 {
  font-size: 39px !important;
  font-weight: 400 !important;
}

.rooms-carousel-content-area p {
  font-size: 16px !important;
  font-weight: 300;
}


/* Three rooms carousel block end  */






/* Three eat drink block start  */
.three-eat-drink-block {
  padding: 100px 0;
}

.three-eat-drink-block p {
  font-size: 18px;
  font-weight: 300;
}

.eat-drink-row {
  margin-bottom: 80px;
}

.eat-drink-row .col-lg-4 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.eat-drink-row {
  margin-right: -20px !important;
  margin-left: -20px !important;
}


.eat-drink-item img {
  object-fit: cover;
  aspect-ratio: 470 / 585;
  width: 100%;
  height: auto;

}

.eat-drink-single-cta {
  background: #ffffff;
  margin-top: -40px;
  position: relative;
  z-index: 4;

}

.eat-drink-single-cta h3 {
  font-size: 29px;
  line-height: 31px;
  font-weight: 300;
  margin-bottom: 5px;
  font-family: 'canada-type-gibson';
  text-align: center;
}

.eat-drink-single-cta a {
  color: #d99e61;
}


/* Three eat drink block start  */


/* Tabs with inner slider block start  */

.tabs-with-slider-block {
  background-color: #fcf8f0;
  padding: 120px 0 !important;
}


.tabs-with-slider-area h2 {
  margin-bottom: 0;
}




/* Tabs */
.moran-slider-tabs {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 40px;
  border-left: 1px solid #072130;
  padding-left: 40px;
  margin-left: 40px;
  align-items: center;
}

.moran-slider-tab-btn:first-child {
  position: relative;
  z-index: 1;
}

.moran-slider-tab-btn {
  padding: 10px 20px;
  background: #ddd;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.moran-slider-tab-btn {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 40px;
  padding: 0;
  color: #7897ac;
  background-color: transparent;

}

.moran-slider-tab-btn.active {
  font-size: 20px;
  line-height: 40px;
  padding: 0;
  color: #021c2c;
  border-bottom: 3px solid #021c2c;
  border-radius: 0;
  background-color: transparent;
}

.moran-slider-tab-content {
  display: none;
}

.moran-slider-tab-content.active {
  display: block;
}


.moran-slider-wrapper {
  overflow: visible;
  width: 100%;
  margin: auto;
  position: relative;
}

.moran-slider-viewport {
  overflow: hidden;
  width: 100%;
}

/* slider start */
.moran-slider-space-area {
  position: relative;
  background-color: #FCF8F0;
  z-index: 9;
}

.moran-slider-track {
  display: flex;
  transition: transform 0.5s ease;
  gap: 60px;

}

.moran-slider-slide {
  flex: 0 0 80%;
}

.moran-slider-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1342 / 789;
}

.moran-slider-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
}

.moran-slider-nav-btn img {
  width: 104px;
  height: 104px;
}

.moran-slider-prev {
  left: -8%;
  z-index: 9;
}

.moran-slider-next {
  right: 14%;
}

.tab-slider-button {
  padding-top: 60px;
}


/* Tabs with inner slider block end  */



/* Three Offers Block Start  */

.three-offer-block {
  position: relative;
  padding: 80px 0;
}

.three-offer-content-area {
  background-repeat: no-repeat;
  min-height: 550px;
  width: 100%;
  aspect-ratio: 520 / 759;
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  z-index: 9;
}

/* Overlay using scale animation */
.offer-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 115%;
  background-color: #021C2C;
  opacity: .85;
  transform: scaleY(0.2);
  transform-origin: bottom;
  transition: transform 0.6s ease;
  z-index: 1;
  pointer-events: none;
}

.three-offer-content-area:hover .offer-overlay {
  transform: scaleY(1);
}

/* Content styling */
.exciting-activities-content {
  position: absolute;
  bottom: 0;
  text-align: center;
  z-index: 2;
  width: 100%;
  transition: all 0.6s ease;
}

.three-offer-heading {
  font-size: 46px;
  line-height: 67px;
  font-weight: 300 !important;
  /* margin-bottom:-35px; */
}

.three-offer-content-area:hover .three-offer-heading {
  margin: 0;
}

.three-offer-content-area:hover .exciting-activities-content {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}

.exciting-activities-content a,
.exciting-activities-content p {
  display: none;
  margin-top: 25px;
}

.three-offer-content-area:hover .exciting-activities-content a,
.three-offer-content-area:hover .exciting-activities-content p {
  display: inline-block;
}

.three-offer-single-item {
  cursor: pointer;
  position: relative;
  z-index: 2;
  overflow: visible;
}

/* Offset border only */
.three-offer-single-item::before {
  content: "";
  position: absolute;
  top: -5%;
  left: -6%;
  width: 112%;
  height: 100%;
  border: 2px solid #d99e61;
  z-index: 1;
  pointer-events: none;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .three-offer-single-item::before {
    content: none;
  }
}

.three-offer-part-btn {
  font-size: 18px;
  color: #d99e61;
  letter-spacing: 1.5px;
  font-weight: 300;
}

.three-offer-part-btn:hover {
  color: #f6f6f6;
}


.three-offer-row {
  display: flex;
  flex-wrap: wrap;
  /* gap: 50px; */
}

.three-offer-row .three-offer-single-column:nth-child(2) {
  margin-top: 60px;
}

/* .three-offer-row > .col-lg-4 {
  flex: 1 1 calc(33.333% - 50px); 
} */

.offer_cta_button {
  margin-top: 80px;
  margin-bottom: 40px;
}

/* Three Offers Block end  */




/* awards carousel block start */

.awards-carousel-block {
  background-color: #FCF7F0;

}

.awards-heading {
  margin-bottom: 120px;
}

.awards-owl-carousel .owl-stage-outer .owl-stage .owl-item div img {
  object-fit: cover;
  aspect-ratio: 260 / 260;
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.awards-carousel-row {
  padding: 0 50px !important;
}



.awards-carousel-row .owl-carousel .owl-nav .owl-prev span {
  position: absolute;
  top: 50%;
  left: -15%;
  width: 104px;
  height: 104px;
}

.awards-carousel-row .owl-carousel .owl-nav .owl-prev span::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/wp-content/themes/themoranhotel/images/tabs-slider-left.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  pointer-events: none;
}

.awards-carousel-row .owl-carousel .owl-nav .owl-next span {
  position: absolute;
  right: -15%;
  top: 50%;
  width: 104px;
  height: 104px;

}

.awards-carousel-row .owl-carousel .owl-nav .owl-next span::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/wp-content/themes/themoranhotel/images/tab-slider-right.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  pointer-events: none;
}


/* awards carousel block end */






/* Img with bottom content block start  */

.img-bottom-content-img-area img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1400 / 760;
}


.img-bottom-content-content-area {
  position: relative;
  background: #ffffff;
  width: 50%;
  margin-left: 25%;
  margin-top: -17%;
  z-index: 9;
}

.img-bottom-content-content-area p {
  font-weight: 300;
  color: #3c3c3c;
  line-height: 1.6;
}





/* Img with bottom content block end  */




/* Img with right content block start  */

.img-right-content-img-area img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1400 / 700;
}



.img-right-content-content-area {
  position: relative;
  background: #ffffff;
  width: 50%;
  margin-left: 65%;
  margin-top: -18%;
  z-index: 10;

}

.content-button-area {
  margin-top: 15px;
  gap: 30px;
}

.content-top-btn {
  padding: 12px 35px;
  color: #021C2C;
  font-family: 'canada-type-gibson';
  font-weight: 500;
  text-transform: uppercase;
  background-color: #EED9B2;
  letter-spacing: 2.5px;
  font-size: 16px;
}

.content-top-tran-btn {
  padding: 12px 30px;
  font-family: 'canada-type-gibson';
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-size: 16px;

}





/* Img with right content block end  */

/* Img with right content block start  */

.img-left-content-img-area img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1366 / 768;
}



.img-left-content-content-area {
  position: absolute;
  background: #ffffff;
  width: 50%;
  left: -12%;
  top: 60%;
  transform: translateY(-50%);
  z-index: 10;
}


/* Img with right content block end  */



/* four photo gallery block start   */

/* Desktop-specific styles */
.gallery-four-img-section {
  padding-bottom: 13%;
}

.moran-four-gallery-mobile {
  display: none;
}

.moran-four-gallery {
  display: flex;
  gap: 30px;
  padding: 20px;
  /* height: 500px; */
}

.moran-four-gallery img {
  object-fit: cover;
}

.moran-four-gallery .row {
  gap: 25px;
}

.moran-gallery-column {
  flex: 1;
  display: flex;
  gap: 25px;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.moran-gallery-column-1 img {
  margin-top: 5%;
  width: 100%;
  height: 80%;
  object-fit: cover;
  aspect-ratio: 524 / 606;
}

.moran-gallery-column-1 {
  align-items: center;
}

.moran-gallery-column-1 img {
  width: 100%;
  object-fit: cover;
}

.four-img-gallery-btn {
  font-size: 18px;
  letter-spacing: 1.5px;
  font-weight: 400;
  color: #d79d60;
  margin-left: -20%;
}


.moran-h-40 {
  height: 40%;
}

.moran-h-60 {
  height: 60%;
}

.moran-gallery-column-3 {
  justify-content: center;
}

.moran-gallery-column-3 img {
  width: 100%;
  height: 80%;
  margin-bottom: 5%;
  object-fit: cover;
  aspect-ratio: 524 / 606;
}


/* four photo gallery block end   */



/* left image content block start   */

.left-img-content-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 750 / 600;
  object-fit: cover;

}

.left-img-content-content {
  padding-left: 5%;
}

/* left image content block end   */



/* Simple heading with contents block start  */
.simple-headiing-content-block {
  padding-left: 15%;
  padding-right: 15%;
}

.moran-simple-list-items {
  margin-top: 40px;
}

.moran-simple-list-items ul li {
  font-size: 18px;
  font-weight: 300;
  line-height: 50px;
  color: #3c3c3c;

}

.moran-simple-list-items ul li::marker {
  color: #3c3c3c;
  font-size: 12px;
}

.moran-simple-list-items ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-position: outside;
  justify-content: space-between;
}

.moran-simple-list-items ul li {
  width: 30%;
  box-sizing: border-box;
  padding: 10px 10px 10px 0;
  font-size: 20px;
  line-height: 1.4;
}

.view-weeding-package-btn {
  margin-left: -10%;
}

.view-weeding-package-btn img {
  width: 30px;
  height: auto;
  object-fit: cover;
  margin-right: 20px;
}

.view-weeding-package-btn a {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 2.5px;
  line-height: 26px;
  color: #021c2c;
}



/* Simple heading with contents block end  */



/* Full Img with bottom content block start  */

.full-img-bottom-content-block .container-fluid {
  position: relative;
  padding: 0;
}

.full-img-bottom-content-img-area img {
  position: relative;
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1920 / 820;
  z-index: 2;
}

.full-img-bottom-content-content-area {
  position: relative;
  background: #ffffff;
  width: 32%;
  padding: 70px 70px 50px;
  margin-left: 34%;
  margin-bottom: 3%;
  margin-top: -14%;
  z-index: 4;

}


/* Full Img with bottom content block end  */


/* Border sqare tab block start  */

.border-sqare-tabs-area {
  margin: 0;
  padding: 0;
}

.border-sqare-tabs-area .tab-content {
  padding: 60px 30px;
  border: 2px solid #b5b4b4;
  border-top: 0;
  width: 100%;
}

.border-sqare-tabs-area .nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* or use space-between/center as needed */
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}

.border-sqare-tabs-area .nav .nav-link {
  display: block;
  width: 100%;
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 300;
  text-align: center;
  padding: 12px 16px;
  border: none !important;
  background-color: transparent;
  color: #021c2c;
  border-radius: 0;
}

/* Active tab styling */
.border-sqare-tabs-area .nav-pills .nav-link.active {
  background: #021C2C;
  color: #fafafa;
  border: none;
  font-weight: 500;
  height: 100%;
}

.border-sqare-tabs-area .nav .nav-item {
  display: flex;
  flex: 1;
  height: 100%;
  border: 2px solid #b5b4b4;
  border-right: 1px solid #b5b4b4;
}

.border-sqare-tabs-area .nav .nav-item:last-child {
  border-right: 2px solid #b5b4b4 !important;
}

.moran-tab-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 844 / 717;
}

.moran-tab-content {
  padding: 2%;
}

.moran-tab-content ul li {
  color: #3c3c3c;
  font-size: 20px;
  line-height: 60px;
}

.moran-tab-content ul li::marker {
  font-size: 12px;
}


@media screen and (max-width: 767px) {
  .border-sqare-tabs-area .nav {
    flex-direction: column;
  }

  .border-sqare-tabs-area .nav .nav-item {
    width: 100%;
    border: 1px solid #b5b4b4;
    border-bottom: 0;
  }

  .border-sqare-tabs-area .nav .nav-item:last-child {
    border-bottom: 1px solid #b5b4b4;
  }

  .moran-tab-content ul li {
    font-size: 18px;
    line-height: 34px;
  }
}

/* Border sqare tab block end  */




/* five images gallery block start  */


.moran-five-images-gallery-block {
  padding: 100px 0;
}

.moran-five-images-gallery-block .row {
  display: flex;
  flex-wrap: wrap;
}




.moran-five-images-gallery-block .heading-area img {
  position: absolute;
  top: -50px;
  right: -80px;
  opacity: .1;
  z-index: -1;

}

.moran-five-images-gallery-block .row .col-md-6:first-child {
  padding: 0;
}

.moran-five-images-gallery-block .col-md-6 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  width: calc(50% - 7.5px);
}

.moran-five-images-gallery-block .col-md-6:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.moran-five-images-gallery-block .col-md-6:last-child img {
  width: calc(50% - 7.5px);
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* gallery five images block mobile css end */


/* five images gallery block end  */



/* Right img with left contents start  */

.right-img-left-contents-block {
  padding-top: 180px;
}

.right-img-left-contents {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 30px 30px 0;

}

.right-img-right-img img {
  object-fit: cover;
  aspect-ratio: 800 / 550;
  width: 100%;
  height: auto;
}


.right-img-right-img {
  position: relative;
}

.right-img-white-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff3f;
  z-index: 2;
  border-radius: 12px;
  box-shadow: -5px -7px 46px 57px rgba(255, 255, 255, 1) inset;
  -webkit-box-shadow: -5px -7px 46px 57px rgba(255, 255, 255, 1) inset;
  -moz-box-shadow: -5px -7px 46px 57px rgba(255, 255, 255, 1) inset;
}

.right-img-left-contents-abso-img img {
  position: absolute;
  right: 0;
  top: -250px;
  width: 300px;
  height: 300px;
  z-index: 11;
}



/* Right img with left contents end  */




/* Moran Filter Block start */
.moran-filter-col .image-link-individual * {
  color: #fafafa;
  font-size: 16px;
  line-height: 1.4;
}

.full-width-four.moran-filter-col a::before,
.full-width-four.moran-filter-col .image-link-individual-inner::before {
  content: none;
}

.moran-filter-items>.col-lg-10>.row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
  padding-top: 40px;
}

.moran-filter-col .image-link-individual h3 {
  color: #eed9b2;
  font-size: 29px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

/* 
.moran-filter-items > .col-lg-10 > .row >  .col-lg-4 {
  flex: 1 1 calc(33.333% - 40px); 
  max-width: calc(33.333% - 40px);
} */

.moran-filter-item {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 424 / 585;
  background-repeat: no-repeat;
  background-size: cover;
}

.moran-filter-content-area {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #021c2cd5;
  padding: 30px 20px;
}

.moran-filter-content-area h3 {
  color: #eed9b2;
  font-size: 29px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.moran-filter-content-area a {
  font-size: 18px;
  color: #d99e61;
}

.moran-filter-content-area a:hover {
  color: #fbfbfb;
}


.filter-bottom-btn {
  margin-top: 80px;
}

/* Moran Filter Block end */

/* three rooms divider css */
.h-60 {
  height: 60px;
}

.h-80 {
  height: 80px;
}

.h-100 {
  height: 100px !important;
}

.h-120 {
  height: 120px;
}

.h-150 {
  height: 150px;
}



.custom-shape-divider-top-1747541709 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1747541709 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 112px;
  transform: rotateY(180deg);
}

.custom-shape-divider-top-1747541709 .shape-fill {
  fill: #FFFFFF;
}

.custom-shape-divider-bottom-1747541617 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1747541617 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 112px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1747541617 .shape-fill {
  fill: #FFFFFF;
}

.custom-shape-divider-top-1747545397 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1747545397 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 110px;
  transform: rotateY(180deg);
}

.custom-shape-divider-top-1747545397 .shape-fill {
  fill: #FFFFFF;
}

.custom-shape-divider-bottom-1747545720 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1747545720 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 110px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1747545720 .shape-fill {
  fill: #FFFFFF;
}


.custom-shape-divider-top-1747548626 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1747548626 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 110px;
  transform: rotateY(180deg);
}

.custom-shape-divider-top-1747548626 .shape-fill {
  fill: #FFFFFF;
}


.custom-shape-divider-bottom-1747549104 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1747549104 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 110px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1747549104 .shape-fill {
  fill: #FFFFFF;
}















/* Blocks media query start */

@media only screen and (max-width: 600px) {

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px !important;
  }

  .section-heading,
  h2,
  h3,
  p {
    text-align: center;
  }

  /* gallery five images block mobile css start*/

  .moran-five-images-gallery-block {
    padding: 40px 0;
  }


  .moran-five-images-gallery-block .row .col-md-6:first-child {
    padding: 15px;
  }

  .moran-five-images-gallery-block .col-md-6 {
    width: 100%;
  }

  .moran-five-images-gallery-block .col-md-6:last-child img {
    width: calc(50% - 7.5px);
  }

  .offer-overlay {
    height: 90%;
  }

  .three-offer-heading {
    font-size: 32px !important;
    padding: 25px !important;
  }

  .tabs-with-slider-area h2 {
    margin-bottom: 15px;
    text-align: center;
  }

  .moran-slider-tabs {
    justify-content: center;
  }

  .moran-slider-tab-btn:first-child::before {
    border: none
  }

  .moran-slider-nav-btn img {
    width: 80px;
    height: 80px;
    object-fit: cover
  }

  .moran-slider-tabs {
    justify-content: center !important;
  }

  .view-weeding-package-btn {
    margin-top: 25px;
    padding-left: 10%;
  }

  .moran-simple-list-items ul li {
    padding-left: 10%;
  }


}



/*Blocks media query end */


@media (min-width: 992px) {
  .rooms-carousel-area {
    display: flex;
    gap: 30px;
    /* optional: spacing between items */
  }

  .rooms-carousel-item {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .rooms-carousel-content-area {
    flex-grow: 1;
    /* stretch this part */
  }
}



@media (max-width: 991px) {

  .page-title-area h1 {
    font-size: 36px;
    line-height: 45px;
    padding: 5px 50px;

  }

  .moran-slider-tabs {
    justify-content: end;
  }

  @media screen and (max-width: 767px) {
    .moran-slider-tabs {
      flex-wrap: wrap;
      justify-content: start;
      border: none;
      gap: 20px;
      padding-left: 5px;
      margin-left: unset;
    }
  }

  .moran-section {
    padding: 40px 0;
  }

  .moran-four-gallery {
    display: none;
  }

  .moran-four-gallery-mobile {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }

  .moran-four-gallery-mobile img {
    width: calc(50% - 7.5px);
    object-fit: cover;
    aspect-ratio: 4 / 5;
    display: block;
  }

  .gallery-btn-area {
    width: 100%;
    margin-left: 50%;
    margin-top: 20px;

  }



  .img-bottom-content-content-area,
  .img-right-content-content-area,
  .img-left-content-content-area,
  .full-img-bottom-content-content-area {
    width: 80%;
    margin-left: 10%;
    margin-top: -10%;
    padding: 25px !important;

    position: relative;
    top: unset;
    left: unset;
    transform: unset;
  }

  .moran-simple-list-items ul li {
    width: 100%;
  }

  .eat-drink-row .col-lg-4 {
    margin-bottom: 25px;
  }

  .right-img-left-contents-abso-img img {
    right: 30px;
    top: -50px;
    width: 120px;
    height: 120px;
  }

  .view-weeding-package-btn-area {
    justify-content: start !important;
  }

  .view-weeding-package-btn {
    margin: 0;
  }

  .carousel-top-para p,
  .rooms-carousel-btn {
    text-align: left;
  }

  .moran-slider-tab-btn:first-child::before {
    top: 0 !important;
    width: calc(100% + 12px) !important;
    height: calc(100% + 12px) !important;

  }

  .tabs-with-slider-block {
    padding: 60px 0 !important;
  }


  .three-offer-row .three-offer-single-column:nth-child(2) {
    margin-top: 0;
  }

  .three-offer-single-column {
    margin-bottom: 50px;
  }

  .content-button-area {
    gap: 0;
    flex-direction: column !important;
  }

  .content-button-area a {
    margin-bottom: 10px;
  }

  .border-sqare-tabs-area .nav-pills .nav-link.active {
    font-size: 18px;
  }

  .rooms-carousel-area .owl-nav button.owl-next::before {
    right: 0 !important;
    top: 58%;
    width: 80px;
    height: 80px;
  }


}


@media (max-width: 1450px) {
  .three-offer-row {
    gap: 0;
  }

  .three-offer-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .gallery-four-img-section {
    padding-bottom: 2%;
  }
}




/*
 * 
 * Floor Plans 
 *
*/

.events-accordion-wrap {
  padding: 140px 0;
}

.events-accordion {
  padding-top: 130px;
}

.events-accordion:first-child {
  padding-top: 0;
}

.events-accordion .title {
  text-align: left;
  line-height: 1.1;
  font-size: 48px;
  font-weight: 500;
  color: #021C2C;
  border-bottom: 1px solid #B5B4B4;
  padding-bottom: 20px;
  margin-bottom: 65px;
}

.events-accordion .accordion__item {
  border-bottom: 1px solid #B5B4B4;
}

.events-accordion h4 {
  font-family: 'canada-type-gibson', sans-serif;
  font-size: 34px;
  color: #021C2C;
  font-weight: 400;
  padding-top: 14px;
  letter-spacing: 2px;
}

.events-accordion h5 {
  font-size: 20px;
  font-weight: 300;
}

.events-accordion h6 {
  font-size: 18px;
  font-weight: 300;
}

.accordion__title img.plus-icon {
  width: 30px;
}

.preview-img {
  display: block;
  mix-blend-mode: multiply;
  width: 780px;
  max-width: 100%;
}

.active .plus-icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.custom-accordion .accordion__item .accordion__title {
  cursor: pointer;
}

.custom-accordion .accordion__item .accordion__content {
  display: none;
}

.custom-accordion.no-data {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 20px;
  padding-top: 21px;
  font-size: 25px;
}