﻿.header-page::before {
  content: "";
  position: absolute;
  background: rgb(255 255 255 / 60%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.top_header {
    top: 0;
    width: 100%;
    z-index: 10;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    position: fixed;
    border-bottom: 1px solid #d7d1d1;
    padding: 7px 0;
}

.top_header .top_header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 0px;
}
.headeroverlay:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: rgba(0, 0, 0, 0.6); */
  background: linear-gradient(top rgba(0, 0, 0, 0.3) 15%, #000000d9 100%);
  z-index: 2;
  height: 200px;
  background: linear-gradient(to top, rgb(0 0 0 / 0%) 15%, #000000 100%);
}
.top_header .top_header_content .socials li a {
  position: relative;
  width: 40px;
  height: 40px;
}

.product_gallery {
  max-width: 800px;
  margin: 0 auto;
}

.product_gallery .swiper-container {
  width: 100%;
  height: 100%;
}

.product_gallery .gallery_thumbs {
  margin-top: 10px;
}

.product_gallery .gallery_thumbs .swiper-slide img {
  opacity: 0.6;
  transition: opacity 0.3s ease;
  padding-left: 2px;
  padding-right: 2px;
}

.product_gallery .gallery_thumbs .swiper-slide:first-child img {
  padding-left: unset;
}

.product_gallery .gallery_thumbs .swiper-slide:last-child img {
  padding-right: unset;
}

.product_gallery .gallery_thumbs .swiper-slide-active img {
  opacity: 1;
}

.product_gallery .zoom {
  display: none;
  border: 1px solid white;
  width: 100%;
  height: 516px;
  overflow: hidden;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.product_gallery .zoom > img {
  object-fit: contain;
  max-width: 1920px;
  height: 1280px;
  transform: translate3d(0px, 0px, 0px);
}

.product_gallery .cart_item {
  object-fit: contain;
  margin-right: 10px;
  height: auto;
}

footer.footer.background-section.overflow-hidden {
  background: #cfc9c1;
}
header.header-page {
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  padding-top: 280px;
}

.boxes_block .box_content {
  align-items: start;
}

.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}
.carousel img {
  width: 70px;
  max-height: 70px;
  border-radius: 50%;
  margin-right: 1rem;
  overflow: hidden;
}

.carousel-inner {
  padding: 1em;
}

@media screen and (min-width: 576px) {
  .carousel-inner {
    display: flex;
    width: 90%;
    margin-inline: auto;
    padding: 1em 0;
    overflow: hidden;
  }

  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 768px) {
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3);
  }
}

.carousel .card {
  margin: 0 0.5em;
  border: 0;
}

.carousel-control-prev,
.carousel-control-next {
  width: 3rem;
  height: 3rem;
  background-color: grey;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.tt-heading {
  margin-bottom: 40px;
}
.tt-heading.tt-heading-xlg .tt-heading-subtitle {
  font-size: calc(16px + 0.2vw);
  font-weight: bold;
  font-weight: 100;
  text-transform: uppercase;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.tt-heading-subtitle {
  color: #333333;
}

.tt-heading-subtitle {
  margin: 0 0 15px 0;
  font-size: calc(19px + 0.1vw);
  font-weight: bold;
  font-weight: normal;
  color: #bbb;
}

.text-uppercase {
  text-transform: uppercase !important;
}
.tt-heading.tt-heading-xlg .tt-heading-title {
  font-size: calc(24px + 2vw);
  line-height: 1.2;
  font-weight: 100;
}

.tt-heading-title {
  color: #111;
}

.tt-heading-title {
  margin: 0;
  font-size: calc(24px + 1vw);
  font-weight: bold;
  font-weight: 100;
  color: #fff;
}
.image-icon-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 185px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.image-icon-box .icon {
  width: 80px;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #f6f5ed;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1;
}
.image-icon-box * {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
figure {
  position: relative;
  margin: 0;
}
.image-icon-box .content-image {
  width: 100%;
  display: block;
  margin: 0;
  overflow: hidden;
}

.image-icon-box * {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

figure {
  /* margin: 0 0 1rem; */
}

figure {
  position: relative;
  margin: 0;
}
.image-icon-box .content-image img {
  width: 100%;
  display: block;
  opacity: 1;
  transform: scale(1.2);
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

.image-icon-box * {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

figure img {
  width: 100%;
  height: auto;
}
.image-icon-box .content-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  padding: 50px 10%;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.image-icon-box .content-box:hover {
  background: #ffffff;
}
.custom-bg-over[data-overlay]:before {
  background: #ffffff !important;
}
.image-icon-box * {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.image-icon-box .content-box b {
  width: 100%;
  display: block;
  font-weight: 700;
  margin-bottom: 20px;
}
.image-icon-box .content-box h4 {
  width: 100%;
  display: block;
  font-size: 18px;
  /* font-family: 'Cinzel', serif; */
  margin-bottom: 0;
  font-weight: 400;
  color: #000000;
}
.image-icon-box .content-box .expand {
  width: 100%;
  max-height: 0;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.image-icon-box .content-box p {
  width: 100%;
  margin: 0;
}
.image-icon-box .content-box a {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 15px;
}
.image-icon-box .content-box a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 0;
  transition: width 0s ease, background 0.25s ease;
}

.image-icon-box .content-box a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 4px;
  width: 0;
  background: #94ffc4;
  transition: width 0.25s ease;
}

.image-icon-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 185px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.image-icon-box .icon {
  width: 80px;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #f6f5ed;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1;
}

.image-icon-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 185px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.image-icon-box:hover .content-box .expand {
  max-height: 190px;
}
.image-icon-box:hover .content-box p {
  margin-bottom: 40px;
  margin-top: 20px;
}

.col-lg-4.cstm-img-section {
  padding-right: 0px;
  padding-left: 0px;
}

.tt-blog-carousel.anim-fadeinup .swiper-wrapper {
  height: auto;
}

.inner-ser-box .tt-bci-info {
  overflow: hidden;
}

.mySwiper .swiper-wrapper {
  height: auto;
  margin-left: -13%;
}

.cstm-tst-s {
}

.sc_testimonials_chit .sc_testimonials_rating_stars_default,
.sc_testimonials_chit .sc_testimonials_rating_stars_hover {
  color: #ffc107;
}

.sc_testimonials_chit .sc_testimonials_item_author_rating {
  line-height: 1;
}

.sc_testimonials_chit
  .sc_testimonials_item_author_rating
  .sc_testimonials_rating {
  height: 1em;
  font-size: 1.1em;
}

.sc_testimonials_chit
  .sc_testimonials_item_author_rating
  + .sc_testimonials_item_content {
  margin-top: 36px;
}

.sc_testimonials_chit .sc_testimonials_item {
  position: relative;
  padding: 74px 40px;
  height: auto;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 0;
  margin-top: 0;
}

.sc_testimonials_chit .sc_testimonials_item:before {
  display: none;
}

.sc_testimonials_chit [class*="column"] .sc_testimonials_item_content,
.sc_testimonials_chit .sc_testimonials_item_content {
  text-align: left;
  font-size: 19px;
  line-height: 29px;
  font-weight: 400;
  font-style: normal;
  color: var(--theme-color-text);
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sc_testimonials_chit [class*="column"] .sc_testimonials_item_content:before,
.sc_testimonials_chit .sc_testimonials_item_content:before {
  display: none;
}

.sc_testimonials_chit .sc_testimonials_item_author {
  margin: 30px 0 0;
  max-width: none;
  padding: 0;
  background-color: transparent;
  color: var(--theme-color-text_dark);
  text-align: left;
}

.sc_testimonials_chit .sc_testimonials_item_author_data {
  max-width: 100%;
}

.sc_testimonials_chit
  .sc_testimonials_item_author_data
  .sc_testimonials_item_author_title {
  margin: 0;
  color: var(--theme-color-text_dark);
  font-size: 19px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}

.sc_testimonials_chit
  .sc_testimonials_item_author_data
  .sc_testimonials_item_author_subtitle,
.sc_testimonials_chit
  .sc_testimonials_item_author_data
  .sc_testimonials_item_author_title
  + .sc_testimonials_item_author_subtitle {
  margin-top: 0;
  color: var(--theme-color-alter_text);
  font-size: 16px;
  line-height: 20px;
}

.sc_testimonials_chit
  .sc_testimonials_item_author_data
  .sc_testimonials_item_author_title
  + .sc_testimonials_item_author_subtitle {
  margin-top: 10px;
}

.sc_testimonials_chit
  .slider_container.slider_pagination_pos_bottom
  .swiper-pagination-bullets
  .swiper-pagination-bullet,
.sc_testimonials_chit
  .slider_outer.slider_outer_pagination_pos_bottom
  .swiper-pagination-bullets
  .swiper-pagination-bullet,
.sc_testimonials_chit
  .slider_outer.slider_outer_pagination_pos_bottom_outside
  .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 6px;
  background-color: #e2e1e0;
  border-color: #e2e1e0;
  opacity: 1;
  width: 8px;
  height: 8px;
}

.sc_testimonials_chit
  .swiper-pagination-custom
  .swiper-pagination-button.swiper-pagination-button-active,
.sc_testimonials_chit
  .sc_slider_controls.slider_pagination_style_bullets
  .slider_pagination_bullet.swiper-pagination-bullet-active,
.sc_testimonials_chit
  .sc_slider_controls.slider_pagination_style_bullets
  .slider_pagination_bullet:hover,
.sc_testimonials_chit
  .slider_container
  .slider_pagination_wrap
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.sc_testimonials_chit
  .slider_outer
  .slider_pagination_wrap
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.sc_testimonials_chit
  .slider_container
  .slider_pagination_wrap
  .swiper-pagination-bullet:hover,
.sc_testimonials_chit
  .slider_outer
  .slider_pagination_wrap
  .swiper-pagination-bullet:hover {
  border-color: var(--theme-color-text_link);
  background-color: var(--theme-color-text_link);
}

.sc_testimonials_chit
  .slider_outer.slider_outer_pagination_pos_bottom_outside
  .swiper-pagination-bullets,
.sc_testimonials_chit
  .sc_item_slider.slider_outer_pagination_pos_bottom
  .swiper-pagination {
  margin-top: 2.4em;
}

.inner-ser-box {
  overflow: hidden;
}

.testimonials .testimonials-inner .testimonial-item .box-img {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 190px;
  flex: 1 0 190px;
  height: 190px;
  border-radius: 50%;
}
.testimonials .testimonials-inner .testimonial-item .box-img img {
  border-radius: 50%;
}

.cover-bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.swiper-slide.testimonial-item {
  padding: 50px;
  border: 1px solid #0000005c;
  color: #000;
  min-height: 300px;
}

.typewriter h1 {
  border-right: 2px solid #ffffff; /* Cursor effect */
  white-space: nowrap; /* Prevent text wrapping */
  overflow: hidden; /* Hide overflow text */
  width: 0; /* Start with zero width */
  animation: typing 4s steps(40, end) forwards,
    blink 0.5s step-end infinite alternate; /* Ensure text stays visible after typing */
}

@keyframes typing {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes blink {
  from {
    border-color: transparent;
  }

  to {
    border-color: #ffffff;
  }
}

.swiper-pagination {
  /* width: 15% !important; */
  white-space: nowrap;
}

.instagram-row {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: nowrap;
}

.instagram-media {
  max-width: 80%;
  flex: 1;
}

/*.box-text {
   
    padding-top: 150px;
}*/

.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25d366;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}

.whatsapp-icon img {
  width: 40px;
  height: 40px;
}

.whatsapp-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}

.swift-up-text {
  transform: translateX(100px); /* Shift text to the right initially */
  opacity: 0;
  animation: swiftRight 1s cubic-bezier(0.25, 6, 0.25, 6) forwards;
}

@keyframes swiftRight {
  to {
    transform: translateX(0); /* Animate text back to its original position */
    opacity: 1;
  }
}

.cstm-text-heading h4.title-block.text-center {
  color: #1a3c53;
}

.loading {
  position: absolute;
  left: 50%;
  align-items: center;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  animation: zoom 1s linear infinite alternate-reverse;
}

a.ttm-btn.ttm-btn-size-md.ttm-btn-shape-squar.ttm-btn-style-border.ttm-icon-btn-left.ttm-btn-color-darkgrey.cstm-btn-banner.words.chars.splitting {
  background-color: #000;
  color: #000;
  margin-top: 35px;
}

a.ttm-btn.ttm-btn-size-md.ttm-btn-shape-squar.ttm-btn-style-border.ttm-icon-btn-left.ttm-btn-color-darkgrey.cstm-btn-banner.words.chars.splitting:hover {
  background-color: #d7c4ab;
  color: #000;
}
a.ttm-btn.ttm-btn-size-md.ttm-btn-shape-squar.ttm-btn-style-border.ttm-icon-btn-left.ttm-btn-color-darkgrey.cstm-btn-banner.words.chars.splitting:after {
  border-color: #fff;
}
a.ttm-btn.ttm-btn-size-md.ttm-btn-shape-squar.ttm-btn-style-border.ttm-icon-btn-left.ttm-btn-color-darkgrey.cstm-btn-banner.words.chars.splitting:before {
  border-color: #fff;
}

.custom-list-6 {
  height: 400px;
}

.cstm-text-heading .content.pt-20 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 5px 10px;
  border-radius: 5px;
}

.top-color-Header {
  color: black;
}

.custom-img-round .icon span {
  border: 2px solid;
  border-radius: 50px;
  padding: 20px;
}

.custom-btn-book {
  padding: 9px 18px !important;
  text-align: center;
  left: 151%;
}

.v-icon-6 {
  /*    border-bottom: 1px solid #ccc;*/
  padding: 15px;
  min-height: 225px;
  padding-top: 50px;
}

.icon.mb-15 span {
  width: 100px;
  height: 100px;
  background: #cfc9c200;
  border-radius: 50%;
  line-height: 114px;
  /*     border: 2px solid #010101;*/
}

.v-icon-6 img {
  /* filter: invert(1); */
}

.partner-logo {
}

.img-height {
  height: 100%;
  object-fit: cover;
}

.word-space {
  word-spacing: 1px;
}

.cstm_screen_img_item {
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

/*.cstm_screen_img{
    background-color:blanchedalmond;
}*/

.bg-cl-cream {
  background-color: #ede5db;
}

.cstm-ul-d {
  list-style: disc !important;
}

.clr-change {
  color: black;
}

.cstm-btn-pb {
  padding-bottom: 50px !important;
}

.img-gallery-magnific img {
  padding: 15px;
}

.faq-content {
  display: none;
}

.faq-box {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}

.faq-search-box {
  text-align: center;
}

#faq-search {
  font-size: 17px;
  border: 1px solid #ccc;
}

.faq-category {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.faq-plus {
  float: right;
}

.faq-heading,
.faq-plus {
  display: inline-block;
}

.scroll-to-top {
  display: none;
}
.enquieryrap {
    position: fixed;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1111;
}
.enquieryrap a {
    width: 50px;
    height: 50px;
    line-height: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    position: relative;
    background: #c1ad96;
    border: 1px solid #c1ad96;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
    z-index: 1111;
    font-size: 20px;
    font-weight: 100;
}
.enquieryrap a:hover .txt {
    display: block;
    opacity: 1;
    right: 60px;
}
.enquieryrap a .txt {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: max-content;
    max-width: 200px;
    background: #c1ad96;
    padding: 0.5rem 1rem;
    color: #fff;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    display: none;
    transition: all 0.4s ease;
	font-size: 13px;
}
@media only screen and (min-width: 768px) {
  /* For mobile phones: */
  .faq-box,
  #faq-search {
    width: 60%;
  }

  .header-page .hero-title p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .images_col.rd {
    left: 20em;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .images_col.rd {
    left: 15em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-btn-book {
    left: 50%;
  }
}
@media only screen and (max-width: 991px) {
.headeroverlay:before {
        background: linear-gradient(to top, rgb(0 0 0 / 0%) 15%, #00000000 100%);
    }
	.nav-bg .site-header.dsn-load-animate.dsn-container {
		padding-top: 10px;
		padding-bottom: 10px;
    
	}
	.site-header {
        top: 0 !important;
    }
	.site-header .menu-icon .text-menu {
        color: var(--heading-color);
    }
	.site-header .menu-icon .icon-m .menu-icon-line {
    background-color: #000000;
}
.site-header a {
    color: #000000;
}
}
@media only screen and (max-width: 767px) {
  .images_col.nd .images_col_img {
    width: 24.471em;
  }
  .custom-btn-book {
    left: 0;
  }
  .images_col.rd {
    display: none;
  }
  .img-gallery-magnific img {
  padding: 5px;
}

.magnific-img {
    display: inline-block;
    width: 49%;
}
.v-icon-6 {
    padding: 5px;
    min-height: 150px;
    padding-top: 5px;
}


}

@media only screen and (max-width: 360px) {
  .images_col.nd .images_col_img {
    width: 22.471em;
  }
}
