:root {
  --color-primary: #ab8965;
  --primary-color-rgb: 35, 73, 130;
  --color-secondary: #678fd5;
  --color-secondary-rgb: rgb(103, 143, 213);
  --tertiary-color: #fff5ed;
  --tertiary-color-rgb: rgb(244, 247, 251);
  --rounded-1: 12px;
}

.rt-breadcrumb {
  position: relative;
  background-size: cover;
}
.rt-breadcrumb .banner-img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: -webkit-fill-available;
}
.rt-breadcrumb::after {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
  z-index: 1;
}
.rt-breadcrumb.full {
  margin-bottom: 20px;
}
.rt-breadcrumb.full .breadcrumb-inner {
  position: relative;
  z-index: 2;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  align-content: center;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rt-breadcrumb.full .breadcrumb-inner {
    min-height: 200px !important;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.rt-breadcrumb.full .breadcrumb-inner .page-title {
  margin: 0 auto 4px auto;
  display: inline-block;
}
@media only screen and (max-width: 1199px) {
  .rt-breadcrumb.full .breadcrumb-inner .page-title {
    font-size: 54px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rt-breadcrumb.full .breadcrumb-inner .page-title {
    font-size: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rt-breadcrumb.full .breadcrumb-inner .page-title {
    font-size: 36px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .rt-breadcrumb.full .breadcrumb-inner .page-title {
    font-size: 30px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .rt-breadcrumb.full .breadcrumb-inner .page-title {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 479px) {
  .rt-breadcrumb.full .breadcrumb-inner .page-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.rt-breadcrumb.full .breadcrumb-inner .page-description {
  color: rgba(255, 255, 255, 0.7490196078);
  margin-top: 1rem;
}
.rt-breadcrumb.full .breadcrumb-inner .breadcrumb-path a {
  text-decoration: none;
}
.rt-breadcrumb.full .breadcrumb-inner .breadcrumb-path .breadcrumb-separator {
  margin: 0 10px;
  font-size: 13px;
}
.rt-breadcrumb .breadcrumb-inner {
  position: relative;
  z-index: 2;
  margin: auto;
  align-content: center;
}
.rt-breadcrumb .breadcrumb-inner .breadcrumb-path a {
  text-decoration: none;
}
.rt-breadcrumb .breadcrumb-inner .breadcrumb-path .breadcrumb-separator {
  margin: 0 10px;
  font-size: 13px;
}

.elementor-widget-rt_breadrumb .rt-breadcrumb.full {
  margin-bottom: 0;
}

.room-grid.style1 {
  gap: 0;
}
.room-grid.style1 .grid-item {
  color: var(--color-white);
  overflow: hidden;
}
.room-grid.style1 .grid-item .details-btn:hover {
  color: #fff;
}
.room-grid.style1 .grid-item.half-fluid .right-half {
  padding: 0 !important;
  position: absolute;
  right: 0;
  left: 50%;
  margin-left: auto;
  width: auto;
}
@media only screen and (max-width: 991px) {
  .room-grid.style1 .grid-item.half-fluid .right-half {
    position: relative;
    width: 100%;
    left: 0;
  }
}
.room-grid.style1 .grid-item.half-fluid .left-half {
  padding: 0 !important;
  position: absolute;
  left: 0;
  right: 50%;
  margin-left: auto;
  width: auto;
}
@media only screen and (max-width: 991px) {
  .room-grid.style1 .grid-item.half-fluid .left-half {
    position: relative;
    width: 100%;
    left: 0;
  }
}
.room-grid.style1 .grid-item.half-fluid .image {
  background-size: cover;
  background-position: center;
  min-height: 330px;
  height: 100%;
}
.room-grid.style1 .grid-item.half-fluid .p-title a {
  color: var(--color-white);
}
.room-grid.style1 .grid-item:nth-child(even) .contents-col {
  margin-left: 50%;
  padding-left: 3rem;
  padding-right: 0 !important;
}
@media only screen and (max-width: 991px) {
  .room-grid.style1 .grid-item:nth-child(even) .contents-col {
    margin-left: 0;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media only screen and (max-width: 991px) {
  .room-grid.style1 .grid-item .container {
    max-width: 100%;
  }
  .room-grid.style1 .grid-item .contents-col {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
.room-grid.style2 {
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.room-grid.style2 .grid-item .item-inner .hover-bg-two {
  background: linear-gradient(180deg, rgba(113, 155, 14, 0) 0%, rgb(23, 23, 23) 100%);
}
.room-grid.style2 .grid-item .item-inner .hover-bg-one {
  background: #719b0e;
}
.room-grid.style2 .grid-item .item-inner .details-info .p-title {
  color: var(--color-white);
}
.room-grid.style3 .grid-item {
  background: #fff5ed;
  transition: 0.5s;
}
.room-grid.style3 .grid-item * {
  transition: 0.5s;
}
.room-grid.style3 .grid-item .details-btn:hover {
  color: var(--color-white);
}
.room-grid.style3 .grid-item .best-seller {
  background: #fff5ed;
  font-size: 14px;
  color: #212529;
  z-index: 2;
}
.room-grid.style3 .grid-item:hover img.thumbnail {
  transform: scale(1.1);
}

.rt_room_slider-btn-wrapper .nav-btn {
  border-radius: 0 20px 20px 0;
  background: var(--color-primary);
  color: var(--color-white);
  width: 40px;
  height: 40px;
  z-index: 2;
}
.rt_room_slider-btn-wrapper .nav-btn::after {
  font-size: 14px;
}
.rt_room_slider-btn-wrapper .nav-btn.swiper-button-prev {
  left: 0;
}
.rt_room_slider-btn-wrapper .nav-btn.swiper-button-next {
  right: 0;
  border-radius: 20px 0px 0px 20px;
}

.rt_room_slider.eshb-item-grid .all-features {
  margin-top: 20px;
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  flex-wrap: wrap;
}
.rt_room_slider.eshb-item-grid .all-features .feature {
  font-size: 14px;
  position: relative;
  display: inline-block;
  margin-bottom: 6px;
  background: rgba(171, 137, 101, 0.1490196078);
  color: var(--color-body);
  padding: 2px 10px;
}
.rt_room_slider.eshb-item-grid .all-features .feature i {
  color: var(--color-primary);
}
.rt_room_slider.eshb-item-grid .desc {
  margin-top: 20px;
  color: var(--color-body);
}
.rt_room_slider.eshb-item-grid.style1 {
  gap: unset;
}
.rt_room_slider.eshb-item-grid.style1 .grid-item {
  border-radius: 50% 50% 0 0;
  overflow: hidden;
}
.rt_room_slider.eshb-item-grid.style2 .grid-item {
  border-radius: 0;
}
.rt_room_slider.eshb-item-grid.style2 .grid-item .hover-bg-one {
  background: #00a8be;
}
.rt_room_slider.eshb-item-grid.style2 .grid-item .hover-bg-two {
  background: linear-gradient(180deg, rgba(23, 23, 23, 0) 0%, rgb(23, 23, 23) 100%);
}
.rt_room_slider.eshb-item-grid.style3 .grid-item {
  border-radius: 0;
}
.rt_room_slider.eshb-item-grid.style3 .grid-item .hover-bg-two {
  background: linear-gradient(180deg, rgba(23, 23, 23, 0) 0%, rgb(23, 23, 23) 100%);
}
.rt_room_slider.eshb-item-grid.style4 .grid-item {
  border-radius: 0;
}
.rt_room_slider.eshb-item-grid.style4 .grid-item .item-inner .details-info {
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
}

.rt-gallery-wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rt-gallery-wrapper .swiper-button-prev,
.rt-gallery-wrapper .swiper-button-next {
  width: 40px;
}
.rt-gallery-wrapper .swiper-button-prev::after,
.rt-gallery-wrapper .swiper-button-next::after {
  display: block;
  color: #ffffff;
  padding: 5px 0;
  font-size: 14px;
  width: 100%;
  height: 100%;
  line-height: 35px;
  background: var(--color-primary);
  text-align: center;
}
.rt-gallery-wrapper .swiper-button-prev {
  left: 0px;
}
.rt-gallery-wrapper .swiper-button-prev::after {
  border-radius: 0 20px 20px 0;
}
.rt-gallery-wrapper .swiper-button-next {
  right: 0px;
}
.rt-gallery-wrapper .swiper-button-next::after {
  border-radius: 20px 0 0 20px;
}
.rt-gallery-wrapper .swiper-slide {
  overflow: hidden;
}
.rt-gallery-wrapper .swiper-slide .caption {
  margin-top: 1rem;
  text-align: center;
}

.grid-lines-wrapper {
  width: 71%;
  position: fixed;
  margin: auto;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.grid-lines-wrapper .grid-lines {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.grid-lines-wrapper .grid-lines .line {
  height: 100%;
  width: 1px;
  background: rgba(0, 0, 0, 0.1490196078);
}

body.elementor-template-full-width .main-contain .container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
body.elementor-template-full-width .main-contain #contents {
  padding: 0;
  margin: 0;
}

body {
  overflow: hidden;
}

body::-webkit-scrollbar,
#de_modal::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-track,
#de_modal::-webkit-scrollbar-track {
  background: #dddddd;
}

.elementor-element::before {
  width: 100% !important;
  margin: 0 !important;
}

#reactheme-header .remove-bg {
  background: transparent !important;
}

.has-jarallax-img .jarallax {
  overflow: hidden;
}
.has-jarallax-img .jarallax img {
  border-radius: 0px !important;
}

.abs {
  position: absolute;
}

.hover, .hover * {
  transition: 0.5s;
}

.bg-color-1 {
  background: var(--color-primary);
}

.bg-color-2 {
  background: var(--color-secondary);
}

.bg-color-3 {
  background: var(--tertiary-color);
}

.bg-color-4 {
  background: var(--dark-color);
}

.backdrop-filter {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

body::-webkit-scrollbar-thumb,
#de_modal::-webkit-scrollbar-thumb {
  background-color: var(--color-secondary);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/*--------------------------------------------------------------
Heading  css
--------------------------------------------------------------*/
.react-heading {
  position: relative;
}
.react-heading.title-border-yes .title {
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 20px;
}
.react-heading .react-heading .title span {
  color: var(--color-secondary);
}
.react-heading .subtitle {
  position: relative;
  display: inline-block;
  color: var(--color-primary);
  font-size: 13px;
  font-family: var(--font-primary);
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

/* -----------------------
    Features List CSS
--------------------------*/
.rt-features-list-content ul {
  list-style: none;
  margin: 0;
  display: flex;
}
.rt-features-list-content ul li {
  list-style: none;
  display: flex;
  align-items: center;
}
.rt-features-list-content ul li .icon i {
  color: var(--color-secondary);
  font-size: 16px;
  display: inline-block;
}
.rt-features-list-content ul li .sub-text {
  font-size: 16px;
  line-height: 24px;
  display: block;
  font-weight: 600;
  font-family: var(--font-secondary);
  margin-bottom: -3px;
  color: var(--color-primary);
}
.rt-features-list-content ul li .text-heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: var(--color-secondary);
  font-family: var(--font-secondary);
  transition: 0.3s;
  display: inline-block;
}
.rt-features-list-content ul li .text-heading span {
  display: block;
}
.rt-features-list-content ul li .message {
  margin: 0;
}
.rt-features-list-content .separator_yes.rotate_yes:after {
  top: -7px;
  transform: skew(-10deg);
}

a.btn-main, .btn-main {
  display: inline-block;
  font-family: var(--body-font);
  text-align: center;
  color: var(--color-white);
  background: var(--color-primary);
  outline: 0;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 20px;
  font-size: 12px;
  letter-spacing: 2px;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
a.btn-main:hover, .btn-main:hover {
  box-shadow: 2px 2px 20px 0px rgba(29, 29, 31, 0.5);
}

.react-button a {
  display: inline-flex;
  font-family: var(--font-primaryy);
  text-align: center;
  color: var(--color-white);
  outline: 0;
  font-weight: 500;
  text-decoration: none;
  padding: 5px 20px;
  font-size: 12px;
  letter-spacing: 2px;
  background: var(--color-primary);
  z-index: 1;
  overflow: hidden;
}
.react-button a:hover {
  color: var(--color-white);
  box-shadow: 2px 2px 20px 0px rgba(29, 29, 31, 0.5);
}
.react-button.secondary_btn a {
  background: none;
  border: solid 1px rgba(255, 255, 255, 0.35);
}
.react-button.secondary_btn a:hover {
  color: var(--color-white);
  box-shadow: 2px 2px 20px 0px rgba(29, 29, 31, 0.5);
  background: var(--color-primary);
}

.react-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.react-image.yes .veritcal {
  animation-name: veritcal;
  animation-timing-function: linear;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  position: absolute;
  right: 0;
  top: -150px;
}
@keyframes veritcal {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 30px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.react-image.yes .veritcal_two {
  animation-name: veritcal_two;
  animation-timing-function: linear;
  animation-duration: 15s;
  animation-iteration-count: infinite;
}
@keyframes veritcal_two {
  0% {
    transform: translateY(100px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100px);
  }
}
.react-image.yes .horizontal {
  animation-name: horizontal;
  animation-timing-function: linear;
  animation-duration: 15s;
  animation-iteration-count: infinite;
}
@keyframes horizontal {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0);
  }
}
.react-image.yes .rotated_style {
  animation: rotate1 30s linear infinite;
  -webkit-animation: rotate1 30s linear infinite;
}
@keyframes rotate1 {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

.mfp-content button.mfp-close {
  background: transparent !important;
}

.react-video .video-desc {
  z-index: 1;
  font-size: 20px;
  position: relative;
}
.react-video .video-desc span {
  display: block;
  font-size: 22px;
  font-weight: 400;
}
.react-video.style1 .popup-videos {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.react-video.style1 .bg-overly {
  background: #181818;
  opacity: 0;
}
.react-video.style1:hover .bg-overly {
  opacity: 0.5;
}
.react-video .popup-videos {
  position: relative;
  box-sizing: content-box;
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  line-height: 90px;
  padding: 0;
  margin: 0 auto;
  z-index: 2;
  text-align: center;
  border: 1px solid var(--color-white);
  transition: 0.5s;
}
.react-video .popup-videos:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
}
.react-video .popup-videos svg, .react-video .popup-videos i {
  display: block;
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.react-video .popup-videos i {
  font-size: 25px;
  color: var(--color-white);
}
.react-video .popup-videos svg {
  width: 25px;
  height: 25px;
  fill: var(--color-white);
}

.rts-accordion .accordion-item {
  background: transparent;
  border: none;
  position: relative;
  margin-bottom: 16px;
}
.rts-accordion .accordion-item:last-child {
  padding-bottom: 0;
}
.rts-accordion .accordion-item.bg_color {
  background: var(--color-gradient-5);
  border-radius: 18px;
}
.rts-accordion .accordion-item .accordion-header .accordion-button.collapsed,
.rts-accordion .accordion-item .accordion-header .accordion-button {
  border: none;
  box-shadow: none;
  border-radius: 16px;
  box-shadow: none;
  color: #35404e;
  width: 100%;
  display: inline-block;
  font-size: 17px;
  transition: all linear 0.5s;
  text-decoration: none;
  font-weight: 600;
  overflow: none;
  border-bottom: solid 1px #dddddd;
  font-weight: 600;
  line-height: 120%;
  border-radius: 0;
  padding: 15px 0;
}
.rts-accordion .accordion-item .accordion-header .accordion-button.collapsed:hover,
.rts-accordion .accordion-item .accordion-header .accordion-button:hover {
  background: none !important;
}
.rts-accordion .accordion-item .accordion-header button[aria-expanded=true] {
  position: relative;
}
.rts-accordion .accordion-item .accordion-header .accordion-icon,
.rts-accordion .accordion-item .accordion-header .accordion-icon-active {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.1s;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
}
.rts-accordion .accordion-item .accordion-header .accordion-icon-active {
  opacity: 0;
  visibility: hidden;
}
.rts-accordion .accordion-item .accordion-header button[aria-expanded=true] .accordion-icon-active {
  opacity: 1;
  visibility: visible;
}
.rts-accordion .accordion-item .accordion-header button[aria-expanded=true] .accordion-icon {
  opacity: 0;
  visibility: hidden;
}
.rts-accordion .accordion-item .accordion-body {
  padding-top: 15px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.single-blog-area-style-one {
  overflow: hidden;
  background: var(--tertiary-color);
}
.single-blog-area-style-one .post-image {
  position: relative;
  margin-bottom: 20px;
}
.single-blog-area-style-one .cat_list {
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 1em;
}
.single-blog-area-style-one .cat_list ul, .single-blog-area-style-one .cat_list li {
  list-style: none;
  margin: 0;
}
.single-blog-area-style-one .cat_list ul a, .single-blog-area-style-one .cat_list li a {
  background: var(--color-secondary);
  color: var(--color-white);
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 5px;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  font-weight: 600;
}
.single-blog-area-style-one h4 {
  margin: 10px 0;
}
.single-blog-area-style-one .btn-main {
  display: inline-block;
}

.rt_testimonail .de_testi {
  display: block;
  margin-bottom: 10px;
}
.rt_testimonail .de_testi.s2 .testi_item {
  position: relative;
}
.rt_testimonail .de_testi.s2 .testi_item .qoute-icon i, .rt_testimonail .de_testi.s2 .testi_item .qoute-icon svg {
  color: var(--color-primary);
  font-size: 32px;
}
.rt_testimonail .de_testi.s2 .testi_item .qoute-icon svg {
  width: 32px;
  height: 32px;
  fill: var(--color-primary);
}
.rt_testimonail .de_testi.s2 .testi_item .testi-rating {
  text-align: center;
  margin-top: 0;
  padding-top: 7px;
}
.rt_testimonail .de_testi.s2 .testi_item .testi-rating .star {
  position: relative;
  color: #E4A853;
  display: inline-block;
  font-family: "rt-icons";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  height: 16px;
  line-height: 27px;
  text-align: center;
  text-decoration: inherit;
  vertical-align: top;
  width: 18px;
}
.rt_testimonail .de_testi.s2 .testi_item .testi-rating .star.star-full:before {
  content: "\e821";
  position: absolute;
  left: 0;
  top: 0;
}
.rt_testimonail .de_testi.s2 .testi_item .testi-rating .star.star-empty:before {
  content: "\e82b";
  position: absolute;
  left: 0;
  top: 0;
}
.rt_testimonail .de_testi.s2 .testi_item .testi-rating .star.star-half:before {
  content: "\e82a";
  position: absolute;
  left: 0;
  top: 0;
}
.rt_testimonail .de_testi.s2 .testi_item .de_testi_by div .name {
  margin-top: 20px;
  display: block;
  font-style: normal;
  font-size: 15px;
  line-height: 1.5em;
  text-transform: capitalize;
  color: var(--color-white);
}
.rt_testimonail .de_testi.s2 .testi_item .de_testi_by div .designation {
  display: block;
  font-weight: 400;
  opacity: 0.5;
}
.rt_testimonail .de_testi.s2 .testi_item .de_testi_by img {
  width: 70px !important;
  height: 70px !important;
  display: block;
  margin-top: 20px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
.rt_testimonail .de_testi.s2 .testi_item .disc {
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 400;
  margin: 10px 0px;
  color: var(--color-white);
}
.rt_testimonail .de_testi.s2 .testi_item h3.disc {
  font-size: 36px;
  line-height: 1.4em;
}
.rt_testimonail.style1 .qoute-icon i, .rt_testimonail.style1 .qoute-icon svg {
  position: absolute;
  top: 28px;
  right: 28px;
  z-index: -1;
}

.instagram-gallery #gallery-1 {
  margin-bottom: 0;
}
.instagram-gallery #gallery-1 .gallery-icon {
  overflow: hidden;
  position: relative;
  transition: 0.5s;
}
.instagram-gallery #gallery-1 .gallery-icon img {
  transition: 0.5s;
}
.instagram-gallery #gallery-1 .gallery-icon::before {
  position: absolute;
  content: "\e818";
  font-family: "rt-icons";
  font-size: 24px;
  color: var(--color-white);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  transition: 0.5s;
}
.instagram-gallery #gallery-1 .gallery-icon:hover::before {
  opacity: 0;
}
.instagram-gallery #gallery-1 .gallery-icon:hover img {
  transform: scale(1.1);
}

.elementor-image-gallery .gallery-item {
  position: relative;
}

.elementor-widget-image-gallery.has-view-button .elementor-image-gallery .gallery-item .gallery-icon a {
  position: relative;
  display: block;
}
.elementor-widget-image-gallery.has-view-button .elementor-image-gallery .gallery-item .gallery-icon a::before {
  position: absolute;
  z-index: 99;
  display: block;
  content: "View";
  left: 50%;
  top: 50%;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  transition: 0.5s;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(3);
  opacity: 0;
}
.elementor-widget-image-gallery.has-view-button .elementor-image-gallery .gallery-item .gallery-icon a:hover::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.facilitie-area .hover .overlay {
  opacity: 0;
  margin-top: 40px;
  z-index: 2;
  padding: 30px;
  background: #fff5ed;
}
.facilitie-area .hover .title-ove {
  font-weight: 700;
  color: var(--title-font-color);
}
.facilitie-area .hover .title-div {
  z-index: 1;
}
.facilitie-area .hover .title-div .title {
  color: var(--color-white);
  font-weight: 700;
  z-index: 1;
}
.facilitie-area .hover .image-overlay-color {
  background: linear-gradient(180deg, rgba(171, 137, 101, 0) 0%, rgb(171, 137, 101) 100%);
  height: 40%;
}
.facilitie-area .hover:hover .overlay {
  opacity: 1;
  margin-top: 0px;
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.scaleIn {
  animation-name: scaleIn;
}

.rt-backdrop-filter {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}/*# sourceMappingURL=elements.css.map */