/* ----------------- chaitanya css ---------------------- */

.virtualTourButtton {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.virtualTourButtton a {
  width: 100px;
  height: 100px;
  background-color: #616161;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

dotlottie-player {
  width: 35px;
  height: 35px;
}

.virtualTourButtton {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.virtualTourButtton a span {
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  text-align: center;
}

.custom-container-2 {
  width: 80%;
  margin: auto;
}

section.section-gallery {
  /* padding-bottom: 14rem; */
}

.gallery-nav .custom-nav {
  margin: 1.4rem auto;
  gap: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery-nav .custom-nav .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  text-transform: uppercase;
  border: none;
  gap: 0.5rem;
  text-wrap: nowrap;
  font-weight: 400;
  padding: 0.75rem 1.5rem;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background: var(--secondary-color);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 1px solid var(--secondary-color);
  border-radius: var(--radius-full);
}

.gallery-nav .custom-nav .nav-link.active {
  background: var(--secondary-color);
  color: var(--white-color);
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
}

.gallery-swiper-container {
  position: relative;
}

.gallery-swiper-container .swiper-slide .gallery-img {
  width: 100%;
  height: 400px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gallery-swiper-container .gallery-img {
  width: 100%;
  height: 400px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gallery-swiper-container .gallery-img-2 {
  width: 550px;
  max-width: 100%;
  height: 400px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: auto;
}

.gallery-swiper-container .gallery-img-2 iframe {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.gallery-swiper-container .gallery-img .video-container {
  width: 36rem;
  max-width: 100%;
  margin: auto;
}

.gallery-swiper-container .swiper-slide .gallery-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-swiper-container
  .swiper-slide:not(.swiper-slide-active)
  .gallery-img
  img {
  -webkit-filter: grayscale(100%) brightness(40%) contrast(120%);
  filter: grayscale(100%) brightness(40%) contrast(120%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.img-description {
  text-align: center;
  font-size: 1.5vw;
  background: var(--secondary-color);
  font-weight: 300;
  letter-spacing: 0.8px;
  text-transform: capitalize;
  font-family: var(--Perpetua_Titling_MT_Std_Regular);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 1rem;
  display: none; /* hidden by default */
}

.gallery-swiper-container .swiper-button {
  position: absolute;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 2;
  height: 70px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gallery-swiper-container .swiper-button img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.gallery-swiper-container .swiper-button.swiper-button-prev-4,
.gallery-swiper-container .swiper-button.swiper-button-prev-5,
.gallery-swiper-container .swiper-button.swiper-button-prev-6,
.gallery-swiper-container .swiper-button.swiper-button-prev-8,
.gallery-swiper-container .swiper-button.swiper-button-prev-9 {
  left: 10%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gallery-swiper-container .swiper-button.swiper-button-next-4,
.gallery-swiper-container .swiper-button.swiper-button-next-5,
.gallery-swiper-container .swiper-button.swiper-button-next-6,
.gallery-swiper-container .swiper-button.swiper-button-next-8,
.gallery-swiper-container .swiper-button.swiper-button-next-9 {
  right: 10%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gal-tab {
  margin: 5rem 0 0 0;
}

.section-contact {
  /* background: var(--primary-color); */
  /* background-color: beige; */
  /* padding: 5rem 0; */
}

.section-contact .section-form {
  /* background-color: aqua; */
  width: 80%;
  margin: auto;
  position: relative;
  display: flex;
}

.form-content {
  /* background: green; */
  padding: 30px;
  border-radius: 8px;
  margin: -11rem auto 0;
  width: 100%;
  gap: 15px;
  position: relative;
  z-index: 5;
}

.section-form .getin {
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  color: var(--secondary-color);
}

.section-form .get-in-from {
  border-radius: 0.75rem;
  border: 1px solid #3b3b3b;
  background: var(--white-color);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 3.875rem 6.3125rem;
}

.cust-padd-foot {
  padding: 0.9rem 1rem !important;
  border-radius: 4.125rem !important;
  border: 2px solid var(--secondary-color) !important;
  background: var(--white-color);
}

.foot-submit-bttn {
  padding: 0.9rem 4rem;
  border-radius: 4.125rem;
  background: var(--secondary-color);
  font-size: 1.125rem;
  color: var(--white-color);
}

.footer-qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5rem;
}

.footer-qr .qr-txt {
  color: var(--white-color);
  text-align: center;
}

.disc {
  color: var(--white-color);
  margin: 3rem 0 0 0;
  font-size: 0.75rem;
  text-align: center;
}

.footer-copyright {
  color: var(--white-color);
  text-align: center;
}

.footer-qr {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  gap: 1rem;
}

.qr-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 3rem 0;
  width: 6rem;
}

.phoneTel p {
  color: var(--white-color);
}

.qr-content .qr-img {
  width: 65px;
  height: 100%;
}

.qr-content .qr-img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

footer hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--white-color) solid;
  opacity: 0.25;
}

@media only screen and (max-width: 1200px) {
  .gallery-swiper-container .swiper-button {
    width: 60px;
    height: 60px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .gallery-swiper-container .swiper-button.swiper-button-prev-8 {
    left: 5%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .gallery-swiper-container .swiper-button.swiper-button-next-8 {
    right: 5%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .section-form .get-in-from {
    padding: 3.875rem 3.3125rem;
  }

  .cust-padd-foot {
    padding: 0.8rem 0.9rem !important;
  }

  .foot-submit-bttn {
    padding: 0.8rem 3rem;
  }
}

@media only screen and (max-width: 1080px) {
}

@media only screen and (max-width: 991px) {
  .gallery-swiper-container .swiper-button {
    width: 60px;
    height: 60px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .gallery-swiper-container .swiper-button.swiper-button-prev-8 {
    left: 2%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .gallery-swiper-container .swiper-button.swiper-button-next-8 {
    right: 2%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

@media only screen and (max-width: 767px) {
  .gallery-swiper-container .swiper-button img {
    -webkit-filter: invert(1);
    filter: invert(1);
  }

  .gallery-swiper-container .swiper-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 3.5rem auto auto auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
  }

  .gallery-swiper-container .swiper-button {
    position: relative;
    top: unset;
  }

  .gallery-swiper-container .swiper-button.swiper-button-prev-8 {
    left: unset;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .gallery-swiper-container .swiper-button.swiper-button-next-8 {
    left: unset;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  section.section-gallery {
    padding: 40px 0;
  }

  .custom-container-2 {
    width: 90%;
    margin: auto;
  }
}

@media only screen and (max-width: 576px) {
  .gallery-nav .custom-nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
  }

  .section-contact .section-form {
    width: 100%;
  }
}

@media only screen and (max-width: 450px) {
  .form-content {
    margin: -17rem auto 0;
  }

  section.section-gallery {
    padding: 5rem 0 16rem 0;
  }

  .section-form .get-in-from {
    padding: 3.875rem 2rem;
  }
}

/* ----------------- chaitanya css ---------------------- */
