/* ========== All Button & Menu Line Sweper Effect ============ */

/* ------======------ */

.page-id-3095 .main_sticky_header{
  background-color: #454B3A !important;
}

.gt_float_switcher .gt-selected .gt-current-lang {
  padding: 5px !important;
}

.gt-selected .gt-current-lang img {
  display: none;
}

.gt_float_switcher img {
  display: none;
}

.gt_float_switcher .gt_options img {
  display: none;
}

#gt_float_wrapper {
  line-height: 0;
}

#gt_float_wrapper,
#gt_float_wrapper * {
  background: transparent !important;
}

.gt_float_switcher {
  background: transparent !important;
  box-shadow: none !important;
  position: relative !important;
}

.gt_options a {
  color: #FFFFFF !important;
}

.gt-selected .gt-current-lang span {
  color: #FFFFFF !important;
}

.gt_float_switcher .gt_options.gt-open {
  transform: translateX(-12px) !important;
}

.gt_float_switcher .gt-selected .gt-current-lang .gt-lang-code {
  font-family: 'Cormorand Garmond';
  font-weight: 400 !important;
}

.gt_float_switcher .gt_options .nturl {
  font-family: 'Cormorand Garmond';
  font-weight: 400 !important;
}

/* -------------------------------- */





/* ------ Translator CSS ------ */

.elementor-button {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #454B3A;
  transition: all 0.45s ease;
  z-index: -1;
}

.elementor-button:hover::before {
  left: 0;
}

.elementor-button:hover {
  color: #FFFFFF !important;
}

/* -----=====------- */

.header_bn_btn .elementor-button {
  position: relative;
  overflow: hidden;
}


.header_bn_btn .elementor-button::after {
  content: "";
  position: absolute;
  left: -100%;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  transition: all 0.45s ease;
  opacity: 1;
}


.header_bn_btn .elementor-button:hover::after {
  left: 0;
}

.villa_s_header a {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.villa_s_header a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  transition: all 0.45s ease;
  opacity: 1;
}

.villa_s_header a:hover::after {
  left: 0;
}

.footer_logo_text span {
  font-family: "Sweet Belly Script";
}


/* --------========-------- */

.elementor-nav-menu--main .elementor-item {
  position: relative;
  overflow: hidden;
}

.elementor-nav-menu--main .elementor-item::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: -100%;
  width: 100%;
  height: 1px;
  background: #FFFFFF !important;
  transition: all 0.45s ease;
  opacity: 1 !important;
}

.elementor-nav-menu--main .elementor-item:hover::after {
  left: 0;
  opacity: 1 !important;
}


.elementor-nav-menu--main .elementor-item.elementor-item-active::after {
  left: 0;
  opacity: 1 !important;
}

.elementor-nav-menu--main .elementor-item::before {
  opacity: 0 !important;
}



/* ========== All Button & Menu Line Sweper Effect ============ */



/* ======== Header CSS Implemented ======== */

/* --===-- Hamburger Menu --===-- */

.hamburger .line {
  width: 22px;
  height: 2px;
  background-color: #FFF;
  display: block;
  margin: 4px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover {
  cursor: pointer;
}

/* ONE */

#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
  transition: all 0.2s ease-in;
  transform: translateX(50px);
}

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(6px) rotate(-45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-6px) rotate(45deg);
}

/* ------------ */

.menu-popup-main-col {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh !important;
  overflow: hidden !important;
  transform: translateY(-100%) !important;
  opacity: 0;
  pointer-events: none;
  transition: transform .45s ease-in-out, opacity .45s ease-in-out !important;
  will-change: transform, opacity;
  z-index: 10;
}

/* Panel visible */
.menu-popup-main-col.menu-show {
  transform: translateY(0) !important;
  opacity: 1;
  pointer-events: auto;
}

/* --------- */

.hamburger.is-active span {
  width: 25px !important;
}

/* --===-- Hamburger Menu --===-- */

.header_bn_btn .elementor-button::before {
  display: none;
}

.header_menu_wid .elementor-nav-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ======== Header CSS Implemented ======== */


/* ======== Banner CSS Implemented ======== */

.banner_carousel_slide .swiper-pagination {
  margin-top: -80px;
}

.banner_carousel_slide .swiper-pagination span {
  border: 1px solid #FFFFFF;
  opacity: 1;
  background-color: transparent !important;
}

.banner_carousel_slide .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FFFFFF !important;
}

.banner_carousel_slide .swiper .swiper-wrapper .swiper-slide-inner .swiper-slide-image {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.elementor-widget-image-carousel .swiper .swiper-slide figure {
  line-height: 0 !important;
}

/* ======== Banner CSS Implemented ======== */


/* ======== Gallery Page CSS Implemented ======== */

.main_gallery_widgets .e-gallery-grid .e-gallery-item {
  height: 95vh;
}

.main_gallery_widgets .e-gallery-grid .e-gallery-item .e-gallery-image {
  height: 100%;
}

.gallery_tab_wid .e-n-tabs-heading .e-n-tab-title {
  background-color: transparent !important;
  transition: all 0.3s ease-in;
}

.gallery_tab_wid .e-n-tabs-heading .e-n-tab-title:hover {
  color: #C56735 !important;
  transition: all 0.3s ease-in;
}

.gallery_tab_wid .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] {
  color: #C56735 !important;
  transition: all 0.3s ease-in;
}

.gallery_tab_wid .e-n-tabs-heading {
  padding: 0 20px;
}

/* ======== Gallery Page CSS Implemented ======== */


/* ======== Room Page CSS Implemented ======== */

.rooms_main_details .facilites-main,
.rooms_main_details .events-list-main {
  column-count: 2;
  gap: 0;
  width: fit-content;
}

.rooms_main_details .facilites-main .facilities-text {
  width: fit-content;
}

.rooms_main_details .facilites-main .facilities-text h5,
.rooms_main_details .events-list-main .event-item h5 {
  font-size: 14px;
  color: #454B3A;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 15px;
}

.rooms_main_details .facilites-main .facilities-text h5::after,
.rooms_main_details .events-list-main .event-item h5::after {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #454B3A;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 6px;
}

.facilities-text span {
  font-size: 12px;
}

.event-item span {
  font-size: 12px;
}

.item {
  align-items: center;
  background-color: tomato;
  color: white;
  display: flex;
  height: 300px;
  justify-content: center;
}


.room_main_slider .swiper-slide-image {
  width: 100%;
  height: 800px !important;
  display: block;
  object-fit: cover;
}

.room_main_slider .elementor-image-carousel-wrapper {
  padding-bottom: 0 !important;
}

.room_main_slider .swiper-pagination {
  bottom: 92px !important;
}

.room_main_slider .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent !important;
  border: 1px solid #FFFFFF;
  opacity: 1;
  transition: all 0.3s ease-in-out;

  &:hover {
    background-color: #FFFFFF !important;
    transition: all 0.3s ease-in-out;
  }
}

.room_main_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFFFFF !important;
  transition: all 0.3s ease-in-out;
}

.underline_effect .elementor-heading-title {
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden !important;
}

.underline_effect .elementor-heading-title a::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  left: -100%;
  bottom: 0;
  position: absolute;
  transition: all 0.3s ease;
  opacity: 0;
}

.underline_effect .elementor-heading-title a:hover::after {
  left: 0;
  transition: all 0.3s ease;
  opacity: 1;
}

/* ---------- Image Carousel CSS ---------- */


/* ---------- Carousel CSS ---------- */

.full_vh_slider .swiper-slide {
  height: 850px !important;
}

/* ---------- Carousel CSS ---------- */


/* ======== Room Page CSS Implemented ======== */

.banner_video-wid .e-hosted-video.elementor-wrapper.elementor-open-inline {
  --video-aspect-ratio: unset !important;
}

@media(max-width: 1620px) {
.banner_video-wid video {
  height: 100vh !important;
  max-height: 100vh !important;
}
    .rooms_main_details .facilites-main .facilities-text h5 {
  font-size: 12px;
}
.facilities-text span {
  font-size: 10px;
}
}


@media (max-width:1366px) {
  .main_loopgrid_wid .elementor-loop-container {
    display: flex;
    flex-direction: column;
  }

  .room_main_slider .swiper-slide-image {
    height: 780px !important;
  }

  .main_gallery_widgets .e-gallery-grid .e-gallery-item {
    height: 80vh;
  }

}

@media (max-width:1200px) {

  .room_main_slider .swiper-slide-image {
    height: 750px !important;
  }

  .rooms_main_details .facilites-main .facilities-text h5 {
    font-size: 9px;
  }
  .facilities-text span {
    font-size: 8px;
}

  .room_main_slider .swiper-pagination {
    bottom: 50px !important;
  }
}

@media (max-width:1024px) {
  .room_main_slider .swiper-slide-image {
    height: 740px !important;
  }

  .room_main_slider .swiper-pagination {
    bottom: 35px !important;
  }

  .full_vh_slider .swiper-slide {
    height: 750px !important;
  }

  .main_gallery_widgets .e-gallery-grid .e-gallery-item {
    height: 70vh;
  }

}

@media(max-width:767px) {

  .main_gallery_widgets .e-gallery-grid .e-gallery-item {
    height: unset;
  }

  .header_bn_btn .elementor-button:hover {
    padding-right: 20px !important;
  }

  .room_main_slider .swiper-slide-image {
    height: 680px !important;
  }

  .rooms_main_details .facilites-main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 20px;
  }

  .rooms_main_details .facilites-main .facilities-text h5 {
    font-size: 12px;
    margin: 10px 0;
  }

  .room_main_slider .swiper-pagination {
    bottom: 20px !important;
  }

  .full_vh_slider .swiper-slide {
    height: 680px !important;
  }

  .gallery_tab_wid .e-n-tabs-heading {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    row-gap: 10px !important;
    column-gap: 15px !important;
  }

}



/* @media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .facilities-text span,
  .event-item span {
    font-size: 8px !important;
  }
} */