@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,500;1,600;1,700&display=swap");

* {
  font-family: "Hanken Grotesk", sans-serif;
}
a {
  color: inherit !important;
  text-decoration: none !important;
}
.sub-headings {
  font-family: "Hanken Grotesk Bold 700";
  font-size: 40px;
  color: #000;
  margin-bottom: 30px;
}
.br-l {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.br-r {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.ps-md-0 {
  padding-left: 0 !important;
}
.pe-md-0 {
  padding-right: 0 !important;
}
.b-space {
  white-space: break-spaces !important;
}
/*DROPDOWN MENU  */

.menu-dropdown {
  list-style-type: none !important;
}
.menu-drop:hover {
  .menu-dropdown {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    width: auto;
    display: block;
    position: absolute;
    background-color: white;
    list-style-type: none;
    padding: 20px;
  }
  ul {
    list-style-type: none !important;
    padding-left: 0rem !important;
  }
  ul li {
    list-style-type: none !important;
  }
}
.menu-dropdown {
  display: none;
}
.menu-dropdown li {
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.3s ease;
}
.menu-dropdown li:hover {
  border-bottom: 2px solid #fdd5a9;
}

.menu-dropdown-mobile {
  /* display: none; */
  transition: max-height 0.3s ease;
  max-height: 0;
  overflow: hidden;
  list-style-type: none !important;
  padding-left: 15px !important;
  padding: 0px;
}
.menu-dropdown-mobile-active {
  max-height: 270px;
  width: 100%;
  /*  display: block !important; */
  position: relative;
  background-color: white;
  list-style-type: none;
  padding-left: 15px !important;
  padding: 0px;
}

/*MOBILE SIDEBAR  */
.sidebar {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 102vh;

  transition: transform 0.3s ease-in-out;
  transform: translateX(-100%);
}

.sidebar.active {
  transform: translateX(0);
}

.black-wrapper {
  background-color: black;
  opacity: 0.5;
}

.border-b {
  border-bottom: 1px solid #eeeeee;
}
/* HEADER */
header {
  position: sticky;
  top: 0px;
  z-index: 9999;
}
.logo-img {
  width: 130px;
}
.stamp img {
  width: 170px;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}
.navbar {
  display: grid;
  grid-gap: 0 32px;
  align-items: center;
  font-size: 15px;
  color: #626366;
  font-weight: 500;
  letter-spacing: 0.5px;
  position: sticky;
  top: 0;
  transition: all 0.3s;
  z-index: 1;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.13);
  background: white;
  height: 80px;
}
.navbar-nav {
  width: 100%;
  justify-content: center;
}
.nav-item {
  font-size: 18px;
  font-weight: 600;
}
.nav-link:hover .navbar-nav .dropdown-menu {
  display: block !important;
}
.navbar-nav .dropdown-menu {
  display: none;
}

.call-btn {
  background: #fff !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  text-transform: capitalize !important;
  cursor: pointer !important;
  color: #dca871 !important;
  transition: background-color 0.1s ease-out !important;
  border: 1px solid #dca871 !important;
}
.call-btn:hover {
  background-color: black !important;
  color: #fdd5a9 !important;
  border: 2px solid black !important;
  font-weight: bold;
}
.view-btn {
  background-color: white !important;
  font-weight: 500 !important;
  border-radius: 4px !important;
  color: #dca871 !important;
  transition: background-color 0.1s ease-out !important;
  border: 1px solid #dca871 !important;
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.view-btn:hover {
  background-color: black !important;
  color: #fdd5a9 !important;
  border: 2px solid black !important;
  font-weight: bold;
}
.book-btn {
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 16px !important;
  text-align: center !important;
  color: #fdd5a9 !important;
  width: 151px !important;
  line-height: 20px !important;
  background: linear-gradient(
    102.2deg,
    #000 -0.56%,
    #5c5c5c 50.8%,
    #000 106.92%,
    #0a0a0a 0
  ) !important;
  border: 1px solid #fff0e0 !important;
}
/* SWIPER */
.swiper {
  z-index: 0 !important;
}
.swiperBanner {
  width: 100%;
  height: 500px;
  /* z-index: -1 !important; */
}
.mySwiperVilla {
  width: 100%;
  height: auto !important;
}
.mySwiperVilla img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.mySwiperVillaSimilar {
  width: 100%;
  height: 250px !important;
}
.mySwiperVillaSimilar img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.mySwiperVideo {
  height: 350px;
}
.mySwiperDetail {
  width: 100%;
  height: 400px !important;
}
.mySwiperDetail img {
  width: 100%;
  height: 400px !important;
}
.swiper-button-next {
  width: 50px !important;
  height: 50px !important;
  background-image: url("./assets/image/banner/next.svg");
  background-size: cover;
}
.swiper-button-prev {
  width: 50px !important;
  height: 50px !important;
  background-image: url("./assets/image/banner/prev.svg");
  background-size: cover;
}
.swiper-button-prev::after {
  content: "" !important;
}
.swiper-button-next::after {
  content: "" !important;
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 10px) !important;
  left: auto;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px) !important;
  right: auto;
}
.swiper-slide {
  position: relative !important;
}

/* SWIPER BANNER */
.banner-div {
  position: absolute;
  top: 9rem;
  z-index: 999;
  width: 100%;
  text-align: center;
  z-index: 99;
}
.banner-div h1 {
  font-style: normal;
  font-family: "Athelas-Regular";
  line-height: 60px;
  color: #fff;
  font-size: 3.4rem;
  margin-bottom: 15px;
  font-weight: 500;
}
.banner-div span {
  color: white;
  font-family: "Athelas-Regular";
  font-size: 18px;
}
.btn-banner {
  cursor: pointer;
  pointer-events: all;
  margin-top: 20px;
  border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: rgb(255, 255, 255) !important;
  background-color: rgba(0, 0, 0, 0.4) !important;
  border: 1px solid rgb(255, 255, 255) !important;

  transition: all 0.1s ease-in-out 0s;
}
.btn-banner:hover {
  background-color: black !important;
  color: #fdd5a9 !important;
  border: 1px solid #fdd5a9 !important;
}
.border-l {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 450px;
}
.section-hotel {
  background-color: #597589;
  color: white;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.section-hotel h1 {
  font-size: 3.2rem;
  font-family: "Athelas-Regular";
}
.section-hotel h6 {
  font-size: 20px;
  font-family: "Athelas-Regular";
}
.panel-h {
  height: 450px;
 /*  display: grid;
  align-items: center; */
}
.video-sec {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.villa-div {
  .title {
    font-size: 24px;
    font-weight: 600;
  }
  .subtitle {
    font-size: 16px;
    height: 22px;
  }
  .sub-price {
    color: #9e9e9e;
  }
  .price-tag {
    font-weight: 600;
    font-size: 20px;
  }
}

.experience .txt-box {
  border: 1px solid #f1f1f1;
  padding: 0 60px 0 70px;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  display: flex;
}
.experience .head {
  font-size: 50px;
  color: #2b2b2b;
  margin-bottom: 25px;
  font-family: "Athelas-Regular";
}
.card-villa {
  margin-top: 1rem;
  border: 0.910245px solid #f1f1f1;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.card-villa .img-block img {
  height: 350px;
}
.txt-box p {
  font-family: "Hanken Grotesk Medium 500";
  font-size: 20px;
  color: #2b2b2b;
  line-height: 30px;
  margin: 0 20px 20px 0;
}
/* card-attraction */
.card-attraction img {
  height: 300px;
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.card-attraction {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 12px;
  margin-top: 1rem;
}
.attraction-div {
  height: 300px;
}
/* FOOTER */
.footer-bx {
  background: black;
  padding: 30px 10px;
  font-family: "HankenGrotesk-Regular";
  font-size: 0.75rem;
  /*   color: hsla(0, 0%, 100%, 0.3); */
  width: 100%;
  bottom: 0;
  z-index: 2;
}
.footer-bx .title {
  font-size: 1.3rem;
  color: #fdd5a9;
  margin-bottom: 30px;
  margin-top: 0rem;
}
.footer-bx .footer-links a {
  opacity: 1;
  font-family: "HankenGrotesk-Medium";
  font-size: 1rem;
  color: white !important;
  text-decoration: none;
  transition: 0.5s;
}
.footer-bx .footer-links a:hover {
  color: #fdd5a9 !important;
}
.footer-bx .copy-right {
  opacity: 1;
  font-family: "Hanken Grotesk Bold 700";
  font-size: 14px;
  color: #fff;
  margin: 0;
}
.footer-bx .social-links {
  text-align: right;
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
.footer-bx .social-links li {
  margin-left: 15px;
  display: inline-block;
}
.footer-bx .stamp {
  display: flex;
  flex-direction: row-reverse;
  align-items: baseline;
}
.footer-bx .social-links .social {
  width: 20px;
  height: 20px;
  display: block;
  color: #fdd5a9;
  font-size: 25px;
}
.footer-bx .footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-bx .separator {
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  margin: 25px 0px 0;
  padding: 35px 15px 0;
  height: 1px;
  width: 100%;
}
/* FOOTER END */

/* PROPERTY DETAILS */
.propertyInfo_detail {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}
.propertyInfo_detail p {
  margin-bottom: 0px;
}
.propertyInfo {
  height: 3px;
  width: 3px;
  background-color: #959595;
  transform: rotate(45deg);
  margin: 0 14px;
}
.property-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 30px;
  padding-right: 30%;
  align-items: flex-start;
}
.property-in {
  min-width: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.property-act {
  position: relative;
  border-radius: 8px;
}
.property-head {
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #959595;
  margin-top: 4px;
  text-align: center;
}
.property-tab {
  display: flex;
  align-items: center;
  background-color: #fff;
  justify-content: space-between;
  position: sticky;
  top: 80px;
  height: 50px;
  z-index: 100;
  margin-bottom: 20px;
  overflow-x: auto;
}
.active-tab {
  text-decoration: underline;
  text-underline-offset: 10px;
  color: #1e1e1e;
}
.property-tabitem {
  font-family: inter;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #959595;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.send-btn {
  background-color: black !important;
  color: #fdd5a9 !important;
  border-radius: 45px !important;
  padding: 7px 15px;
  border: 1px solid #fdd5a9 !important;
}
.send-btn:hover {
  background-color: white !important;
  color: #dca871 !important;
  border: 2px solid #dca871 !important;
  font-weight: bold;
}
.details-content .title {
  font-size: 1.5rem;
  font-family: "Athelas";
  color: #000;
  font-weight: 600;
  margin-bottom: 30px;
  width: 100%;
}
.check-list {
  font-family: "HankenGrotesk-Medium";
  font-size: 0.875rem;
  color: #000;
  padding: 5px 25px 5px 0;
  margin: 0 0 15px;
  list-style: none;
}
.check-list.disable {
  background: url("./assets/image/icons/disable.svg") no-repeat right 5px;
  background-size: 20px;
}
.check-list.active {
  background: url("./assets/image/icons/active.svg") no-repeat right 5px;
  background-size: 20px;
}
.arrangement {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.arrangement .arr-list {
  display: flex;
  margin-bottom: 50px;
  /*  width: 50%; */
}
.space-box {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.arr-icon img {
  width: 40px;
}
.arr-icon {
  margin-right: 30px;
}
.arr-txt p {
  font-size: 0.75rem;
  color: #000;
  margin: 0;
}
.arr-txt h5 {
  font-size: 0.875rem;
  font-family: "HankenGrotesk-SemiBold";
}
.time-box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.time-box .val_1,
.time-box .val_2 {
  font-size: 0.875rem;
  color: #000;
  line-height: 25px;
  width: 50%;
}

.card-villa-info {
  padding: 30px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  position: relative;
  margin-bottom: 15px;
  position: sticky;
  top: 1rem;
}
.video-card {
  position: relative;
  position: sticky;
  top: 8rem;
}
.label-heading {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  font-family: "Hanken Grotesk Bold 700";
  margin: 0;
  line-height: normal;
}
.note {
  font-family: "Athelas-Italic";
  font-size: 0.875rem;
  color: #545454;
  margin-top: 10px;
}
.more {
  white-space: pre-line;
}

/* PROPERTY DETAILS END*/

/*  ABOUT US */
.about-banner .abt-banner-box {
  color: #fff;
  text-align: center;
  max-width: 920px;
}
.inner-banner .container .innerBanner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.about-banner-image {
  background-image: url("./assets/image/attraction/lake-palace-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.gallery-banner-image {
  background-image: url("./assets/image/attraction/lake-palace-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.attraction-banner-image {
  background-image: url("./assets/image/attraction/udaipur-banner-img1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.inner-banner {
  padding-top: 218px !important;
  padding-bottom: 123px !important;
  height: 400px;
  position: relative;
}
.about-banner .title {
  font-size: 3.125rem;
  font-family: Athelas;
  margin-bottom: 30px;
}
/* TESTIMONIAL CARD */
.homeowner-slider .listing {
  background: #f9f8f4;
  padding: 50px;
  margin: 0 20px;
  height: 100%;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 500px;
}
.homeowner-slider .listing .profile-info {
  display: flex;
  align-items: center;
}
.homeowner-slider .listing .text-box {
  background: url("./assets/image/icons/quote.svg") no-repeat;
  padding: 40px 0 0;
  margin-bottom: 20px;
  height: 350px;
}
.homeowner-slider .listing .text-box .text {
  font-family: "HankenGrotesk-Medium";
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 30px;
}
.homeowner-slider .listing .profile-info .owner-pic {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 25px;
}
.homeowner-slider .listing .profile-info .owner-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mySwiperTestimonial {
  height: 100%;
}

/* GALLERY-CARD */
.gallery-card {
  margin-top: 1rem;
}
.gallery-card img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.footer-pages-section li {
  font-size: 18px;
  font-family: "Athelas-Regular";
}
@media screen and (max-width: 992px) {
  .ps-md-0 {
    padding-left: 13px !important;
  }
  .pe-md-0 {
    padding-right: 13px !important;
  }
  .br-l {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
  }
  .br-r {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 10px;
  }
}
.mm-md-3 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
@media screen and (max-width: 767px) {
  .footer-bx{
    margin-bottom: 2rem;
  }
  .mySwiperDetail img {
    height: auto !important;
    object-fit: cover;
  }
  .view-btn {
    /*    margin-top: 1rem !important;
    margin-bottom: 1rem !important; */
    white-space: nowrap;
  }
  .mm-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .ps-md-0 {
    padding-left: 13px !important;
  }
  .pe-md-0 {
    padding-right: 13px !important;
  }
  .br-l {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
  }
  .br-r {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 10px;
  }
  .navbar-brand {
    width: 50%;
  }
  .logo-img {
    width: 120px;
  }
  .topbar {
    width: 100%;
    position: fixed;
    bottom: 0px;
    height: 50px;
    background-color: white;
    z-index: 999;
  }
  header {
    position: sticky;
    top: 0px;
    z-index: 9999;
  }
  .swiperBanner {
    width: 100%;
    height: auto;
  }
  .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 10px) !important;
    left: auto;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px) !important;
    right: auto;
  }
  .swiper-button-next {
    width: 30px !important;
    height: 30px !important;
    background-image: url("./assets/image/banner/next.svg");
    background-size: cover;
  }
  .swiper-button-prev {
    width: 30px !important;
    height: 30px !important;
    background-image: url("./assets/image/banner/prev.svg");
    background-size: cover;
  }
  .mySwiperDetail {
    height: auto !important;
  }
  .video-banner{
    height: auto !important;
  }
  #background-video{
    height: auto !important;
    object-fit: contain !important;
  }
  .banner-div {
    position: absolute;
    top: 1rem;
    z-index: 999;
    width: 100%;
    text-align: center;
  }
  .banner-div h1 {
    line-height: 40px;
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 700;
  }
  .btn-banner {
    margin-top: 10px;
    line-height: 10px;
  }
  .banner-img {
    object-fit: cover;
    height: 250px;
  }

  .section-hotel {
    background-color: #597589;
    color: white;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0px;
  }
  .section-hotel h1 {
    font-size: 2.5rem;
    font-family: "Athelas-Regular";
  }
  .panel-h {
    height: auto !important;
  }
  .experience .txt-box {
    border: 1px solid #f1f1f1;
    padding: 0 15px 0 15px;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    display: flex;
  }
  .experience .head {
    font-size: 30px;
    color: #2b2b2b;
    margin-bottom: 25px;
    margin-top: 20px;
    font-family: "Athelas-Regular";
  }
  .footer-bx .separator {
    margin: 60px 0px 0;
    padding: 35px 0px 0;
  }
  .footer-bx .stamp {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin-top: 1rem;
  }
  .footer-bx .title {
    font-size: 1.3rem;
    color: #fdd5a9;
    margin-bottom: 20px;
    margin-top: 1rem;
  }
  .homeowner-slider .listing {
    background: #f9f8f4;
    padding: 10px;
    margin: 0 20px;
    height: 100%;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 400px;
  }
  .homeowner-slider .listing .text-box {
    height: 300px;
  }
  .mySwiperTestimonial {
    height: 100%;
  }

  .about-banner .title {
    font-size: 2.1rem;
  }
  .about-banner {
    background-size: cover;
  }
  .inner-banner {
    height: 300px;
  }
  .property-tab {
    top: 130px;
  }
  .property-info {
    padding-right: 0px;
  }
  .more {
    white-space: normal;
  }
  .w-40 {
    width: 40%;
  }
  .arr-icon {
    margin-right: 15px;
  }
  .fix-footer {
    position: fixed;
    bottom: 0;
    padding: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .fix-footer .ftr-btn {
    width: 55%;
    line-height: normal;
  }
  .property-tabitem {
    font-size: 20px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .property-tab {
    overflow-x: auto;
  }
  .space-box {
    padding-bottom: 0px;
  }
  .card-villa .img-block img {
    height: 250px;
  }
}

.tab-active {
  color: black;
  text-decoration: underline;
}
.rating{
 color: #fdd5a9;
}
.powered-google{
  text-align: end;
  position: absolute; bottom: 2px; right:28px;

}
.powered-google img{
  width: 100px;
}
.video-banner{
  position: relative;
  width: 100%;
  height: 525px;
}
#background-video {

  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 525px;
  z-index: -1; /* Place it behind other content */
  object-fit: cover; /* Adjust to your needs */
}
.disappearing-text {
  animation: cssAnimation 5s forwards;
}
@keyframes cssAnimation {
  0%   {opacity: 1;}
  90%  {opacity: 1;}
  100% {opacity: 0;}
}