.home {
  padding: 100px 20px;
  position: relative;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #2696e9;
  z-index: 0;
}

.home::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: rgb(3 96 251 / 10%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.home .content {
  z-index: 888;
  color: #fff;
  width: 70%;
  margin-top: 50px;
  position: relative;
  display: none;
}

.home .content.active {
  display: block;
}

.home .content h1 {
  font-size: 4em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 60px;
  margin-bottom: 20px;
  font-family: var(--play-fair);
}

.home .content h1 span {
  font-size: 1.2em;
  font-weight: 600;
}

.home .content p {
  margin-bottom: 65px;
  font-family: var(--lato);
  color: #fff;
}

.home .content a {
  background: #fff;
  padding: 15px 35px;
  color: #1680ac;
  font-size: 1.1em;
  text-decoration: none;
  border-radius: 2px;
}

.home .media-icons {
  z-index: 888;
  position: absolute;
  right: 30px;
  display: flex;
  flex-direction: column;
  transition: 0.5s ease;
  top: 50%;
}

.home .media-icons a {
  color: #fff;
  font-size: 1.6em;
  transition: 0.3s ease;
}

/* new css code */
.home .media-icons a:not(:last-child) {
  margin-bottom: 20px;
}

.home .media-icons a:hover {
  transform: scale(1.3);
}

.home video {
  z-index: 000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-navigation {
  z-index: 888;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(80px);
  margin-bottom: 12px;
}

.slider-navigation .nav-btn {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
  transition: 0.3s ease;
}

.slider-navigation .nav-btn:not(:last-child) {
  margin-right: 20px;
}

.slider-navigation .nav-btn:hover {
  transform: scale(1.2);
}

.slider-navigation .nav-btn.active {
  background: #02b8ba;
}

.video-slide {
  position: absolute;
  width: 100%;
  clip-path: circle(0% at 0 50%);
}

.video-slide.active {
  clip-path: circle(150% at 0 50%);
  transition: 2s ease;
  transition-property: clip-path;
}

.welcome_content {
  display: flex;
  justify-content: space-between;
  column-gap: 0;
  align-items: start;
  padding-top: 2em;
}

.welcome-left_side {
  /* width: max(39%); */
}

.welcome-left-top-heading h2 {
  margin: 0;
  font-size: 48px;
  letter-spacing: -2px;
  color: #000;
}

.related_text-content p {
  font-size: 16px;
}

.welcome-right-side {
  width: 60%;
  text-align: end;
  padding-left: 50px;
}

.welcome_right-img img {
  width: auto;
}

.top_sub-heading h4 {
  display: flex;
  align-items: center;
  gap: 17px;
  font-weight: 600;
  color: #8d8d8d;
  font-size: 14px;
}

.top_sub-heading .A_line {
  width: 60px;
  display: block;
  height: 1.2px;
  background: #8d8d8d;
}

.related_text p:not(:last-child) {
  padding-top: 2em;
}

.related_text p {
  line-height: 28px;
  font-family: var(--lato);
}

.related_text {
  padding-bottom: 2em;
}

.related-bottom-content {
  display: flex;
  border-top: 1px solid #ccc;
}

.wehave-div {
  border-right: 1px solid #ccc;
  padding: 40px 30px 0 0;
  flex: 1;
}

.we-have-content h4 {
  margin: 0;
  color: #c5c5c5;
  font-size: 14px;
}

.choose-from-div {
  padding: 40px 0px 0px 50px;
  flex: 1;
}

.choose-from-content h4 {
  margin: 0;
  color: #c5c5c5;
  font-size: 14px;
}

.plus_value {
  color: #000;
  font-weight: 500;
}

.plus_value h1 {
  font-weight: 700;
  font-size: 60px;
  color: #02b8ba;
}

.welcome-left-top-heading h2 {
  color: #02b8ba;
  font-weight: 600;
}

.welcome_right-img img {
  padding-right: 30px;
  position: relative;
  z-index: 888;
  width: 540px;
  height: 700px;
}

.bottom_img-content {
  position: absolute;
  width: 480px;
  height: 480px;
  background: #e1fbff;
  right: 0;
  top: 50%;
  z-index: 10;
}

.welcome_right-img {
  position: relative;
}

.villax-icon-decor {
  font-family: "Font Awesome 6 Free"; /* font-family used by the CDN */
  font-weight: 900; /* solid style */
  speak: none;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.icon-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 64px;
  width: 410px;
  color: #463737;
  justify-items: center;
  position: absolute;
  z-index: 10;
  left: 22px;
  bottom: -15%;
}

.icon-grid i {
  font-size: 6px;
  color: var(--light-gray);
  background: var(--light-gray);
  border-radius: 50%;
}

/* Button base style */
.learn-more-btn {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  text-decoration: none;
  background-color: var(--black-color);
  color: var(--white-color);
  font-weight: 600;
  font-family: Arial, sans-serif;
  border: none;
  padding: 7px 10px 7px 30px;
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
}

/* Arrow box style */
.learn-more-btn .icon {
  background: var(--white-color);
  color: var(--black-color);
  padding: 15px 20px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, color 0.3s ease;
}

/* Hover background color from left */

.learn-more-btn:hover::before {
  left: 0;
}

/* Keep text above animation */
.learn-more-btn .text,
.learn-more-btn .icon {
  position: relative;
  z-index: 1;
}

/* Hover effect */
.learn-more-btn:hover {
  color: var(--white-color);
  text-decoration: none;
}

.learn-more-btn:hover .icon {
  background: var(--black-color);
  color: var(--white-color);
}

.learn_more {
  padding-top: 2.5em;
}

.welcome {
  padding: 60px 30px;
  margin-bottom: 6em;
}

.featured-sub_text h4 {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
}

.featured-sub_text .A_line {
  width: 60px;
  display: block;
  height: 1.2px;
  background-color: #8d8d8d;
}

.featured-sub_text h4 {
  display: flex;
  align-items: center;
  gap: 17px;
  font-weight: 600;
  color: #8d8d8d;
  font-size: 18px;
}

.featured_top-heading-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.featured_villas {
  padding: 0px 15px;
  /* margin-bottom: 60px; */
}

.heading_value h2 {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0px;
  color: var(--heading-color);
  line-height: 63px;
}

.card-top-heading {
  text-align: center;
}

.card-top-heading h1 {
  font-size: 4em;
  font-weight: 800;
  margin-inline: auto;
}

/* gallery-option */

.gallery_option {
  /* background: #ededed; */
}

.card-gallery-hold {
  background: #c8e7e7;
  border-radius: 20px;
  padding: 20px 30px;
  margin: 20px 0px;
  /* max-width: 900px; */
  margin-inline: auto;
}

.card-top-heading h2 {
  font-size: 4em;
  font-weight: 800;
  margin-inline: auto;
  line-height: 64px;
  font-family: var(--play-fair);
  width: max(540px);
  color: var(--black-color);
}

.card-gallery-text {
  width: max(540px);
  margin: 0 auto;
  margin-top: 1.2em;
}

.card-gallery-text p {
  font-size: 15px;
}

.card-img-hold img {
  width: 100%;
  border-radius: 13px;
  cursor: pointer;
}

.gallery-sub-card-content {
  display: grid;
  gap: 20px;
  margin-inline: auto;
  grid-template-columns: repeat(3, 1fr);
}

.card-item {
  float: left;
  width: 100%;
}

.gallery-sub-card-value {
  padding-top: 2em;
  padding-bottom: 2em;
}

.card-img-hold {
  display: block;
  overflow: hidden;
}

.card-img-hold img {
  display: block;
  overflow: hidden;
  transition: transform 0.4s ease;
  width: 100%;
  border-radius: 13px;
  cursor: pointer;
  height: 254px;
  object-fit: fill;
}

.card-img-hold:hover img {
  /* transition: 1.5 ease-out; */
  transform: scale(1.1);
}

.sub_text-value {
  font-size: 20px;
  width: max(833px);
  padding-top: 1.2em;
  color: #a8a8a8;
  font-weight: 600;
}

.card-Sub-heading p {
  font-family: var(--lato);
}

.card-sub-text p {
  font-family: var(--lato);
}

.card-top-heading h2 span {
  font-family: var(--play-fair);
}

@media (min-width: 1040px) {
  .menu-btn .fa-bars {
    display: none;
  }

  .menu-btn .fa-times {
    display: none;
  }
}

@media (max-width: 1040px) {
  header {
    padding: 12px 20px;
  }

  .home .content h1 {
    font-size: 40px;
  }

  .menu-btn .fa-bars {
    display: block;
    color: var(--white-color);
    font-size: 1.6em;
    cursor: pointer;
    transition: 0.3s ease;
    z-index: 99;
  }

  .menu-btn .fa-times {
    display: block;
    color: var(--white-color);
    font-size: 1.6em;
    cursor: pointer;
    transition: 0.3s ease;
    position: relative;
    z-index: 99;
  }

  .header_value header {
    padding: 10px 20px;
  }

  .home {
    padding: 100px 20px;
  }
  .home .media-icons {
    right: 15px;
  }

  header .navigation {
    /* display: none; */
  }

  header .navigation.active {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(1, 1, 1, 0.5);
  }

  header .navigation .navigation-items a {
    /* color: #222; */
    /* font-size: 1.2em; */
    /* margin: 20px; */
  }

  header .navigation .navigation-items a::before {
    background-color: #222;
    height: 5px;
  }

  header .navigation.active .navigation-items {
    background: var(--white-color);
    width: 600px;
    max-width: 600px;
    margin: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 5px 25px rgb(1 1 1 / 20%);
  }

  .menu-btn .fa-times {
    display: none;
  }

  /* When menu is active (open), show close icon */
  .menu-btn.active .fa-times {
    display: inline-block;
  }

  /* When menu is active, hide bars icon */
  .menu-btn.active .fa-bars {
    display: none;
  }
}

/* counter-box */

.counter-box {
  display: flex;
  align-items: baseline;
  font-size: 60px;
  font-weight: bold;
  color: #02b8ba; /* Same turquoise color */
}

.counter {
  margin-right: 5px;
}
.plus {
  font-size: 50px;
}

/* 
light-box-changes //
*/

.lb-nav a.lb-prev {
  opacity: 1 !important;
}

.lb-nav a.lb-next {
  opacity: 1 !important;
}

.lb-closeContainer {
  display: flex;
  width: 100%;
  justify-content: end;
}

.lb-closeContainer .lb-close {
  position: absolute;
  top: -32px;
}

/* villax-section */

.villax-section {
  /* padding-block-start: 40px; */
  /* padding-block-end: 40px; */
  background: #ededed;
}
.featured-card-value-content .row{
  gap:30px 0;
}
.card-value-content {
  padding: 20px 30px 30px 30px;
  background: var(--white-color);
  height: 100%;
}

.featured-sub-text-content p {
  margin: 0;
  color: #4f4f4f;
}

.featured-card-text-value .featured-card-heading {
  margin: 0;
  font-size: 24px;
  text-align: center;
  color: var(--black-color);
  line-height: 30px;
}

.villax-section .featured-sub_text h4 {
  text-transform: uppercase;
}

.villax-section .heading_value h1 {
  line-height: 65px;
  font-size: 50px;
  color: var(--black-color);
  font-weight: bold;
}

.featured-sub-text {
  padding-top: 20px;
  text-align: center;
  line-height: 24px;
  font-size: 15px;
}

/* featured-icon-div */

.featured-icon-div-content {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  padding-bottom: 1em;
}

.featured-icon-holder {
  width: auto;
  height: auto;
  display: grid;
  /* background: #02b8ba; */
  align-items: center;
  justify-content: center;
}
.featured-icon-holder img{
  width:90px;
  height:auto;
}
.featured-icon-holder .fa {
  font-size: 60px;
  color: var(--white-color);
}

.featured-card-value {
  padding-top: 4em;
}

/* travel-packages */

.travel-packages {
  padding-block-start: 40px;
  /* padding-block-end: 100px; */
}

.travel-heading-value {
  font-size: 50px;
  color: var(--heading-color);
  font-weight: bold;
  line-height: 50px;
  margin-top: 0;
}

.travel-card-details-contant img {
  width: 100%;
  height: 560px;
  object-fit: fill;
}

.travel-sub-text {
  width: max(800px);
  font-size: 15px;
  font-weight: 500;
  padding-top: 1.2em;
  padding-bottom: 2em;
}

.travel-card-details-contant {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block;
}

.travel-card-details-contant::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #000000a6, transparent);
  transition: all 0.4s ease;
  z-index: 1;
}

/* travel-details-text-content */

.travel-img-card-details {
  position: absolute;
  z-index: 10;
  bottom: 0;
  color: var(--white-color);
  padding: 30px;
  width: 100%;
}

.travel-img-sub {
  font-weight: 500;
}

.img-card_heading {
  font-size: 27px;
  padding-top: 10px;
}

.img-bottom-value {
  padding-top: 0;
}

.img-bottom-value-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.img-bottom-left-side {
  line-height: 30px;
}

.img-bottom-left-side .from {
  font-size: 18px;
}

.travel-price .tra-p {
  font-size: 24px;
  font-weight: 600;
}

.travel-learn-more-bottom a {
  background: var(--heading-color);
  color: var(--white-color) !important;
  padding: 9px 20px;
  border-radius: 50px;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.user-reviews-heading {
  padding-inline-start: 30px;
  padding-block-end: 30px;
}

.footer-logo-bottom {
  font-size: 35px;
  font-weight: bold;
  color: var(--white-color);
}

/* travel hover Effect */
/* +++ */
/* Card Base */

.travel-card-details {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  transition: 0.4s ease;
  background: var(--white-color);
  transform-style: preserve-3d;
}

/* Floating Effect */
.travel-card-details:hover {
  /* transform: translateY(-12px) scale(1.02); */
  /* box-shadow: 0 25px 45px rgba(0,0,0,0.25); */
}

/* Image Wrapper Unique Mask */
/* UNIQUE SHAPE */
.travel-card-img {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 78%, 0% 100%);
  overflow: hidden;
}

/* Image Animation */
.travel-card-img img {
  /* width: 100%;
    height: 100%; */
  object-fit: cover;
  transition: 0.7s ease;
  transform: scale(1.05) translateY(0);
}

/* Parallax Zoom + Slide on Hover */
.travel-card-details:hover .travel-card-img img {
  /* transform: scale(1.22) translateY(-15px); */
  filter: brightness(0.85);
}

/* SHINE LIGHT SWEEP EFFECT */
.travel-card-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.4) 50%,
    transparent 100%
  );
  transform: skewX(-25deg);
  transition: 0.7s;
}

.travel-card-details:hover .travel-card-img::after {
  left: 120%;
}

/* Text Animation Ã¢â‚¬â€œ Fade Up */
.travel-img-card-details-content {
  padding: 20px;
  transition: 0.45s ease;
  position: absolute;
  bottom: -70px;
  left: 0;
}

.travel-card-details:hover .travel-img-card-details-content {
  opacity: 1;
  /* transform: translateY(0); */
}

/* button card effect */
/* new-changes */

.travel-card-details {
  background: var(--white-color);
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.4s ease;
  position: relative;
  transform: translateY(0px);
}

/* .travel-card-details:hover {
    transform: translateY(-10px);
    box-shadow: 0px 20px 40px rgba(0,0,0,0.2);
} */

/* Image hover zoom */
.travel-card-img img {
  /* width: 100%; */
  /* height: 300px; */
  object-fit: cover;
  transition: transform 0.5s ease;
}

.travel-card-details:hover .travel-card-img img {
  transform: scale(1.12);
}

/* Learn More Button Hidden */
.travel-learn-more-bottom a {
  display: inline-block;
  padding: 10px 22px;
  /* background: #0f4c75; */
  /* color: #fff; */
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  /* transform: translateY(40px); */
  opacity: 1;
  transition: all 0.4s ease;
}

/* Slide Up on Hover */
.travel-card-details:hover .travel-learn-more-bottom a {
  /* transform: translateY(0px); */
  opacity: 1;
}

/* Smooth bottom area */
.img-bottom-right-side {
  /* text-align: right; */
  padding: 0;
  width: 100%;
}
.img-bottom-right-side  p.main-btn {
    background: var(--heading-color);
    padding: 12px 35px;
    color: #fff;
    font-size: 1.1em;
    text-decoration: none;
    border-radius: 2px;
    margin-bottom: 0;
    width: 100%;
    display: block;
    text-align: center;
}
.travel-card-details-contant:hover .travel-img-card-details-content {
  bottom: 0;
  transition: 0.5s;
}

/*gellery_image*/

.card-img-hold {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.card-img-hold img {
  width: 100%;
  display: block;
}

.hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* halka background */
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  opacity: 0;
  transition: 0.4s ease;
  pointer-events: none; /* click image hi le */
}

.card-img-hold:hover .hover-overlay {
  opacity: 1;
}

.gellery_view_more-btn {
  text-align: center;
  padding: 20px 0px;
}

.gellery_view button {
  padding: 10px 41px;
  font-size: 15px;
  background: var(--heading-color);
  color: #fff;
  border: none;
  border-radius: 0;
}

.gellery_view button:hover {
  background: #1abcbe;
}

.home .media-icons {
  top: 40%;
}

.home .media-icons a {
  color: var(--heading-color);
}

.home .content a {
  background: var(--heading-color);
  padding: 15px 35px;
  color: #fff;
  font-size: 1.1em;
  text-decoration: none;
  border-radius: 2px;
}

.home .content a:hover {
  background: #1abcbe;
}
.featured_card-details{
  .row{
    gap: 25px 0;
  }
  .card{
    border: none;
    .card-details{
      .card_img{
        height: 400px;
        &::before{
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          background: rgba(0, 0, 0, 0.4);
        }
        img{
          height: 100%;
        }
      }
    }
    .card-heading {
      h4{
        font-size: 22px;
        font-weight: 700;
      }
    }
  }
}
.UserSlider{
  .review-para-text{
    min-height: 100px;
    max-height: 200px;
    overflow-y: auto;
  }
}
