
:root {
	--aura-green: #00441f;
	--aura-lite-brown: #977f66;
	--aura-black: #000;
	/*--aura-yellish: #A38A38;
	--aura-light-yellow: #E7CC74;
	--aura-offwhite: #FBF9F1;
	--aura-black-light: #404040;*/
	
	--zoomvilla-font: "Saira", sans-serif;--zoomvilla-font2: "Figtree", sans-serif;--zoomvilla-heading-font: "Readex Pro", sans-serif;--zoomvilla-text-gray: #636363;--zoomvilla-text-gray-rgb: 99, 99, 99;--zoomvilla-text-gray2: #3E3F43;--zoomvilla-text-gray2-rgb: 62, 63, 67;--zoomvilla-text: #92918F;--zoomvilla-text-rgb: 146, 145, 143;--zoomvilla-text2: #5E5B5B;--zoomvilla-text2-rgb: 94, 91, 91;--zoomvilla-base: #D7984E;--zoomvilla-base-rgb: 215, 152, 78;--zoomvilla-black: #222222;--zoomvilla-black-rgb: 34, 34, 34;--zoomvilla-black2: #333333;--zoomvilla-black2-rgb: 51, 51, 51;--zoomvilla-black3: #151316;--zoomvilla-black3-rgb: 21, 19, 22;--zoomvilla-black4: #000000;--zoomvilla-black4-rgb: 0, 0, 0;--zoomvilla-black5: #1E1F24;--zoomvilla-black5-rgb: 30, 31, 36;--zoomvilla-white: #FFFFFF;--zoomvilla-white-rgb: 255, 255, 255;--zoomvilla-gray: #C7C7C7;--zoomvilla-gray-rgb: 199, 199, 199;--zoomvilla-gray2: #C0C0C0;--zoomvilla-gray2-rgb: 192, 192, 192;--zoomvilla-border-color: #dddddd;--zoomvilla-border-color-rgb: 221, 221, 221;--section-space: 70px;}

/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/
.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-120 {
  margin-top: 120px;
}

.mt--60 {
  margin-top: -60px;
}

.mt--120 {
  margin-top: -120px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb--60 {
  margin-bottom: -60px;
}

.mb--120 {
  margin-bottom: -120px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-142 {
  padding-top: 142px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

/* button */
.auravalley-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--aura-green);
  z-index: 1;
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 17px;
  padding: 13.5px 29px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  clip-path: polygon(90% 0, 100% 35%, 100% 100%, 0 100%, 0 0);
  overflow: hidden;
  transition: 500ms;
}
.auravalley-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--zoomvilla-black, #222222);
  z-index: -1;
  transition: all 500ms ease;
  transform: translateX(-100%);
  z-index: -1;
}
.auravalley-btn::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 5px;
  background-color: var(--zoomvilla-black, #222222);
  z-index: -1;
  transition: all 500ms ease;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.auravalley-btn i {
  margin-left: 8px;
}
.auravalley-btn:hover::after {
  background-color: var(--zoomvilla-white, #FFFFFF);
}
.auravalley-btn:hover::before {
  transform: translateX(0%);
}
.auravalley-btn:hover .auravalley-btn__text span {
  animation: slideRight 500ms;
}

/* section title */
.sec-title {
  margin-bottom: 31px;
}
.sec-title__top {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
  gap: 13px;
  position: relative;
  z-index: 1;
}
.sec-title__tagline {
  text-align: center;
  color: var(--aura-lite-brown);
  font-family: var(--zoomvilla-font, "Saira", sans-serif);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .sec-title__tagline {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .sec-title__tagline {
    font-size: 16px;
  }
}
.sec-title .line-left {
  width: 25px;
  display: inline-block;
  position: relative;
}
.sec-title .line-left::after {
  content: "";
  position: absolute;
  background-color: var(--zoomvilla-base, #D7984E);
  width: 15px;
  height: 3px;
  top: 50%;
  right: 0px;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s ease-in-out;
  flex-shrink: 0;
}
.sec-title .line-left::before {
  content: "";
  position: absolute;
  background-color: var(--zoomvilla-base, #D7984E);
  width: 20px;
  height: 3px;
  top: 50%;
  left: -2px;
  transform: translateY(-50%);
  transition: transform 0.3s ease-in-out;
  flex-shrink: 0;
}
.sec-title .line-right {
  width: 25px;
  display: inline-block;
  position: relative;
}
.sec-title .line-right::after {
  content: "";
  position: absolute;
  background-color: var(--zoomvilla-base, #D7984E);
  width: 15px;
  height: 3px;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s ease-in-out;
  flex-shrink: 0;
}
.sec-title .line-right::before {
  content: "";
  position: absolute;
  background-color: var(--zoomvilla-base, #D7984E);
  width: 20px;
  height: 3px;
  top: 50%;
  right: -2px;
  transform: translateY(-50%);
  transition: transform 0.3s ease-in-out;
  flex-shrink: 0;
}
.sec-title__title {
  margin: 0;
  color: var(--zoomvilla-black, #222222);
  font-family: var(--zoomvilla-heading-font, "Readex Pro", sans-serif);
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 128.571%;
}
@media (max-width: 575px) {
  .sec-title__title {
    font-size: 30px;
  }
}

.sec-title {
  margin-bottom: 31px;
}
.sec-title__top-rtl {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
  gap: 13px;
  position: relative;
  z-index: 1;
}
.sec-title__tagline-rtl {
  text-align: center;
  color: var(--zoomvilla-base, #D7984E);
  font-family: var(--zoomvilla-font, "Saira", sans-serif);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .sec-title__tagline-rtl {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .sec-title__tagline-rtl {
    font-size: 16px;
  }
}
.sec-title .line-left {
  width: 25px;
  display: inline-block;
  position: relative;
}
.sec-title .line-left::after {
  content: "";
  position: absolute;
  background-color: var(--aura-lite-brown);
  width: 15px;
  height: 3px;
  top: 50%;
  right: 0px;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s ease-in-out;
  flex-shrink: 0;
}
.sec-title .line-left::before {
  content: "";
  position: absolute;
  background-color: var(--aura-lite-brown);
  width: 20px;
  height: 3px;
  top: 50%;
  left: -2px;
  transform: translateY(-50%);
  transition: transform 0.3s ease-in-out;
  flex-shrink: 0;
}
.sec-title .line-right {
  width: 25px;
  display: inline-block;
  position: relative;
}
.sec-title .line-right::after {
  content: "";
  position: absolute;
  background-color: var(--aura-yellish);
  width: 15px;
  height: 3px;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s ease-in-out;
  flex-shrink: 0;
}
.sec-title .line-right::before {
  content: "";
  position: absolute;
  background-color: var(--aura-yellish);
  width: 20px;
  height: 3px;
  top: 50%;
  right: -2px;
  transform: translateY(-50%);
  transition: transform 0.3s ease-in-out;
  flex-shrink: 0;
}
.sec-title__title-rtl {
  margin: 0;
  color: var(--zoomvilla-black, #222222);
  font-family: var(--zoomvilla-heading-font, "Readex Pro", sans-serif);
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 128.571%;
}
@media (max-width: 575px) {
  .sec-title__title-rtl {
    font-size: 30px;
  }
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
  font-family: var(--zoomvilla-font, "Saira", sans-serif);
  color: var(--zoomvilla-text, #92918F);
  font-size: 16px;
  line-height: 1.625;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--zoomvilla-base, #D7984E);
  transition: all 400ms ease;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--zoomvilla-heading-font, "Readex Pro", sans-serif);
  color: var(--zoomvilla-black3, #1E1F24);
}
@media (max-width: 575px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

p {
  color: var(--zoomvilla-text2, #5E5B5B);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
}
@media (max-width: 575px) {
  p br {
    display: none;
  }
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.section-space {
  padding-top: var(--section-space, 70px);
  padding-bottom: var(--section-space, 70px);
}
@media (max-width: 767px) {
  .section-space {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.section-space-top {
  padding-top: var(--section-space, 120px);
}
@media (max-width: 767px) {
  .section-space-top {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .section-space-top {
    padding-top: 80px;
  }
}

.section-space-bottom {
  padding-bottom: var(--section-space, 120px);
}
@media (max-width: 767px) {
  .section-space-bottom {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}

.section-space-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .section-space-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .section-space-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.section-space-top-100 {
  padding-top: 100px;
}
@media (max-width: 575px) {
  .section-space-top-100 {
    padding-top: 80px;
  }
}

.section-space-bottom-100 {
  padding-bottom: 100px;
}
@media (max-width: 575px) {
  .section-space-bottom-100 {
    padding-bottom: 80px;
  }
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-x: 30px;
}

.gutter-y-10 {
  --bs-gutter-y: 10px;
}

.gutter-y-15 {
  --bs-gutter-y: 15px;
}

.gutter-y-20 {
  --bs-gutter-y: 20px;
}

.gutter-x-20 {
  --bs-gutter-x: 20px;
}

.gutter-x-40 {
  --bs-gutter-x: 40px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.gutter-y-40 {
  --bs-gutter-y: 40px;
}

.gutter-y-50 {
  --bs-gutter-y: 50px;
}

.gutter-y-60 {
  --bs-gutter-y: 60px;
}

.logo-retina img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes pulse-animate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes pulse-animate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
/* progress bar */
.progress-box + .progress-box {
  margin-top: 23px;
}
.progress-box__title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: var(--zoomvilla-text, #92918F);
  line-height: 1.625;
}
.progress-box__bar {
  position: relative;
  width: 100%;
  height: 14px;
  border: 1px solid var(--zoomvilla-base, #D7984E);
  border-radius: 20px;
}
.progress-box__bar__inner {
  position: relative;
  position: absolute;
  height: calc(100% - 4px);
  width: 0%;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  background-color: var(--zoomvilla-base, #D7984E);
  border-radius: inherit;
  transition: all 800ms linear;
}
.progress-box__bar__inner::before {
  content: "";
  width: 22px;
  height: 22px;
  background-color: var(--zoomvilla-base, #D7984E);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -2px;
  transform: translateY(-50%);
}
.progress-box__bar__inner::after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: var(--zoomvilla-white, #FFFFFF);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
}
.progress-box__number {
  position: absolute;
  bottom: calc(100% + 10px);
  right: 0;
  font-family: var(--zoomvilla-heading-font, "Readex Pro", sans-serif);
  font-size: 16px;
  color: var(--zoomvilla-text, #92918F);
  font-weight: 600;
  line-height: 1.625;
}



.tabs-box .tabs-content .tab:not(.active-tab) {
  display: none;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}
.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  background-color: var(--zoomvilla-base, #D7984E);
}

.ul-list-one {
  margin-bottom: 0;
}
.ul-list-one li {
  position: relative;
  padding-left: 45px;
  font-size: 16px;
  font-weight: 500;
  color: var(--zoomvilla-black, #222222);
}
@media (min-width: 481px) {
  .ul-list-one li {
    font-size: 35px;
  }
}
.ul-list-one li::before {
  content: "\e907";
  color: var(--zoomvilla-base, #D7984E);
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "azino-icon";
}

.zoomvilla-owl__carousel--with-shadow .owl-stage-outer {
  overflow: visible;
}
.zoomvilla-owl__carousel--with-shadow .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.zoomvilla-owl__carousel--with-shadow .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.zoomvilla-owl__carousel--basic-nav.owl-carousel .owl-nav {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.zoomvilla-owl__carousel--basic-nav.owl-carousel .owl-nav button {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: var(--zoomvilla-black2, #333333);
  background-color: var(--zoomvilla-white, #FFFFFF);
  border-radius: 50%;
  transition: all 400ms ease;
}
.zoomvilla-owl__carousel--basic-nav.owl-carousel .owl-nav button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 575px) {
  .zoomvilla-owl__carousel--basic-nav.owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}
.zoomvilla-owl__carousel--basic-nav.owl-carousel .owl-nav button:hover {
  color: var(--zoomvilla-white, #FFFFFF);
  background-color: var(--zoomvilla-base, #D7984E);
}
.zoomvilla-owl__carousel--basic-nav.owl-carousel .owl-nav button span {
  border: none;
  outline: none;
  color: inherit;
}
.zoomvilla-owl__carousel--basic-nav.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 50px;
}
.zoomvilla-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot {
  width: 40px;
  height: 7px;
  display: block;
  border-radius: 50%;
  background-color: var(--zoomvilla-white, #FFFFFF);
  border: 1px solid #DDDDDD;
  border-radius: 20px;
  position: relative;
  padding: 0;
  outline: none;
  margin: 0;
  transition: all 500ms ease-in-out;
}
.zoomvilla-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
  display: none;
}
.zoomvilla-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover, .zoomvilla-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active {
  background-color: var(--aura-lite-brown);
  /* height: 10px; */
}
.zoomvilla-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active {
  width: 65px;
}
.zoomvilla-owl__carousel--basic-nav.owl-carousel .owl-dots.disabled {
  display: none;
}
.zoomvilla-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 50px;
}
.zoomvilla-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled {
  display: none;
}

.zoomvilla-slick__carousel--with-shadow .slick-list {
  overflow: visible;
}
.zoomvilla-slick__carousel--with-shadow .slick-slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.zoomvilla-slick__carousel--with-shadow .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}

.zoomvilla-slick__carousel.slick-slider .slick-dots {
  list-style: none;
  margin: 60px 0px 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.zoomvilla-slick__carousel.slick-slider .slick-dots li {
  width: 40px;
  height: 7px;
  display: block;
  border-radius: 50%;
  background-color: var(--zoomvilla-white, #FFFFFF);
  border: 1px solid #DDDDDD;
  border-radius: 20px;
  position: relative;
  padding: 0;
  outline: none;
  margin: 0;
  transition: all 500ms ease-in-out;
}
.zoomvilla-slick__carousel.slick-slider .slick-dots li:hover, .zoomvilla-slick__carousel.slick-slider .slick-dots li.slick-active {
  background-color: var(--zoomvilla-base, #D7984E);
  height: 10px;
  width: 50px;
}
.zoomvilla-slick__carousel.slick-slider .slick-dots li button {
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  background-image: none;
  background-color: var(--zoomvilla-black, #222222);
  color: var(--zoomvilla-white, #FFFFFF);
  font-family: var(--zoomvilla-font, "Saira", sans-serif);
}

.ui-datepicker-calendar th span {
  font-family: var(--zoomvilla-font, "Saira", sans-serif);
}
.ui-datepicker-calendar td {
  background-color: var(--zoomvilla-gray, #C7C7C7);
  background-image: none;
  font-family: var(--zoomvilla-font, "Saira", sans-serif);
  color: var(--zoomvilla-text, #92918F);
}
.ui-datepicker-calendar td a {
  border-color: var(--zoomvilla-border-color, #dddddd);
  background-color: var(--zoomvilla-gray, #C7C7C7);
  background-image: none;
}
.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default {
  border-color: var(--zoomvilla-border-color, #dddddd);
  background-color: var(--zoomvilla-gray, #C7C7C7);
  background-image: none;
  color: var(--zoomvilla-text, #92918F);
  padding: 10px 5px;
  text-align: center;
  line-height: 1em;
}
.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-content .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-header .ui-state-default:hover {
  color: var(--zoomvilla-white, #FFFFFF);
  background-color: var(--zoomvilla-base, #D7984E);
}
.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  color: var(--zoomvilla-white, #FFFFFF);
  background-color: var(--zoomvilla-base, #D7984E);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background-image: none;
  background-color: var(--zoomvilla-white, #FFFFFF);
  color: var(--zoomvilla-black, #222222);
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: var(--zoomvilla-base, #D7984E);
  color: var(--zoomvilla-white, #FFFFFF);
  top: 2px;
}

.ui-datepicker .ui-datepicker-prev:hover {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next:hover {
  right: 2px;
}

/* Scroll To Top */
#scroll-percentage {
  position: absolute;
}

.scroll-top {
  height: 60px;
  width: 60px;
  background-color: var(--zoomvilla-white, #FFFFFF);
  border-radius: 50%;
  position: fixed;
  bottom: 25px;
  right: 30px;
  transform: scale(0);
  display: grid;
  place-items: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  z-index: 100;
}

.scroll-top.active {
  bottom: 30px;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  animation: 500ms ease-in-out 0s normal none 1 running scroll-Top;
  transition: 0.3s;
}

.scroll-top-value {
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  background-color: var(--aura-lite-brown);
  color: var(--zoomvilla-white, #FFFFFF);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 600;
}

.scroll-top-value i {
  font-size: 20px;
}

@-webkit-keyframes scroll-Top {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes scroll-Top {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
/* preloader */
.preloader {
  position: fixed;
  background-color: var(--zoomvilla-black2, #333333);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}
.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--zoomvilla-base, #D7984E);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}
.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--zoomvilla-base, #D7984E);
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
}
.custom-cursor__hover {
  background-color: var(--zoomvilla-base, #D7984E);
  opacity: 0.4;
}
.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes messageMove {
  0%, 100% {
    transform: translateX(0);
  }
  25%, 75% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(10px);
  }
}
@keyframes textRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes shapeRotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes flowerRotate {
  0%, 100% {
    transform: rotate(0deg);
  }
  25%, 75% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(10deg);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1.15);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes moveBackground {
  0% {
    background-position: -1920px 100%;
  }
  100% {
    background-position: 0 100%;
  }
}
@keyframes wobble-horizontal-hover {
  16.65% {
    transform: translateX(5px);
  }
  33.3% {
    transform: translateX(-3px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes shine {
  0% {
    transform: skewX(-25deg) translateX(0);
  }
  100% {
    transform: skewX(-25deg) translateX(250%);
  }
}
.hover\:shine {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.hover\:shine::before {
  position: absolute;
  content: "";
  top: 0;
  left: -140%;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  transition: 0.5s ease;
  z-index: 1;
}
.hover\:shine:is(:hover, :focus-within)::before {
  animation: shine 1s ease forwards;
}

@keyframes textScrolling {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(0%, 0, 0);
  }
}
@keyframes topToBottom {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes leftToright {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes border-zooming {
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.video-three {
  position: relative;
  z-index: 1;
  padding: 200px 0;
}
@media (max-width: 1199px) {
  .video-three {
    padding: 150px 0;
  }
}
@media (max-width: 991px) {
  .video-three {
    padding: 100px 0;
  }
}
.video-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
.video-three__title {
  text-align: center;
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #FFF;
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .video-three__title {
    font-size: 58px;
  }
}
@media (max-width: 575px) {
  .video-three__title {
    font-size: 40px;
    -webkit-text-stroke-width: 1px;
  }
}
.video-three__video .video-popup {
  width: 143px;
  height: 143px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--zoomvilla-base, #D7984E);
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  font-size: 100px;
  color: var(--zoomvilla-white, #FFFFFF);
  position: relative;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .video-three__video .video-popup {
    width: 100px;
    height: 100px;
    font-size: 70px;
  }
}
.video-three__video .video-popup::before {
  content: "";
  position: absolute;
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
  border: 50px solid rgba(var(--zoomvilla-white-rgb, 255, 255, 255), 0.6);
  border-radius: 50%;
  transform: scale(0.6);
  z-index: -1;
  animation: border-zooming 1.2s infinite linear;
  transition: all 0.4s ease-in-out;
}
.video-three__video .video-popup::after {
  content: "";
  position: absolute;
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
  border: 50px solid rgba(var(--zoomvilla-white-rgb, 255, 255, 255), 0.7);
  border-radius: 50%;
  transform: scale(0.6);
  z-index: -1;
  animation: border-zooming 1.2s infinite linear;
  animation-delay: 0.3s;
  transition: all 0.4s ease-in-out;
}




/*******
 * Blog Card
*******/


/*******
 * Blog Two
*******/
.blog-two-card {
  position: relative;
  z-index: 1;
}
.blog-two-card__image {
  display: block;
  position: relative;
  overflow: hidden;
  height: 240px;
}
.blog-two-card__image img {
  width: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
  height: 100%;
}
.blog-two-card__hover__box {
  background-color: rgba(var(--zoomvilla-black5-rgb, 30, 31, 36), 0.8);
  height: 100%;
  top: 0;
  opacity: 0;
  position: absolute;
  transform: scaleX(0);
  transition: all 0.5s ease 0s;
  width: 25%;
  z-index: 1;
}
.blog-two-card__hover__box--1 {
  left: 0;
  transition-delay: 0.105s;
}
.blog-two-card__hover__box--2 {
  left: 25%;
  transition-delay: 0.105s;
}
.blog-two-card__hover__box--3 {
  left: 50%;
  transition-delay: 0.105s;
}
.blog-two-card__hover__box--4 {
  left: 75%;
  transition-delay: 0s;
}
.blog-two-card__content {
  margin-left: 0;
  background-color: #F6F7F8;
  transition: all 0.4s ease-in-out;
}
.blog-two-card__meta {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    z-index: 1;
    border: 0px solid #ffffff00;
    width: fit-content;
    height: 60px;
    background-color: var(--aura-lite-brown);
    color: var(--zoomvilla-white, #FFFFFF);
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-right: none;
    border-bottom: 0;
    justify-content: center;
    padding: 0 15px;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 500px) {
  .blog-two-card__content {
    margin-left: 20px;
  }
}
@media (max-width: 400px) {
  .blog-two-card__content {
    margin-left: 0px;
  }
}

.blog-two-card__meta__date {
}
@media (max-width: 500px) {
  .blog-two-card__meta__date {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 100px;
    margin-top: 0px;
    font-size: 18px;
  }
}
.blog-two-card__meta__date span {
}
@media (max-width: 500px) {
  .blog-two-card__meta__date span {
    font-size: 30px;
  }
}
.blog-two-card__content__inner {
  padding: 18px 32px 30px;
}
@media (max-width: 400px) {
  .blog-two-card__content__inner {
    padding: 18px 20px 30px;
  }
}
.blog-two-card__title {
  color: var(--zoomvilla-black, #222222);
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 136.364%;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 500px) {
  .blog-two-card__title {
    font-size: 18px;
  }
}
.blog-two-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 52px;
  overflow: hidden;
}
.blog-two-card__title a:hover {
  background-size: 100% 1px;
}
.blog-two-card .auravalley-btn {
  background-color: var(--zoomvilla-black5, #1E1F24);
}
.blog-two-card .auravalley-btn::before {
  background-color: var(--aura-black);
}
.blog-two-card .auravalley-btn::after {
  background-color: var(--aura-lite-brown);
}
.blog-two-card .auravalley-btn:hover::after {
  background-color: #ffffff;
}
.blog-two-card__shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
.blog-two-card:hover .blog-two-card__content {
  background-color: var(--aura-lite-brown);
}
.blog-two-card:hover .blog-two-card__title {
  color: var(--zoomvilla-white, #FFFFFF);
}
.blog-two-card:hover .blog-two-card__image img {
  transform: scale(1.1);
}
.blog-two-card:hover .blog-two-card__hover__box {
  opacity: 1;
  transform: scale(1);
}

.blog-two {
  position: relative;
}

.blog-four {
  position: relative;
}
.blog-four__content {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .blog-four__content {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .blog-four__thumb img {
    object-fit: cover;
    width: 100%;
  }
}
.blog-four__item {
  background-color: #DCDDDE;
  display: flex;
  align-items: center;
  padding: 40px 80px 35px 30px;
  position: relative;
  z-index: 1;
  gap: 18px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) and (min-width: 991px) {
  .blog-four__item {
    padding: 40px 60px 35px 10px;
  }
}
@media (max-width: 575px) {
  .blog-four__item {
    padding: 20px 15px;
  }
}
.blog-four__item .blog-four__shape::after {
  content: "";
  width: 77px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -76.444px;
  background-color: var(--zoomvilla-base, #D7984E);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.blog-four__item .blog-four__shape::before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: -65.444px;
  z-index: 1;
  width: 66px;
  background-color: var(--zoomvilla-white, #FFFFFF);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 1200px) {
  .blog-four__item {
    max-width: 470px;
    width: 100%;
  }
}
.blog-four__item__date {
  width: 100%;
  max-width: 60px;
  height: 96px;
  border-radius: 50px;
  background: var(--zoomvilla-black3, #1E1F24);
  overflow: hidden;
  text-align: center;
  color: var(--zoomvilla-white, #FFFFFF);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.4s ease-in-out;
}
.blog-four__item__date span {
  display: block;
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  display: block;
  text-align: center;
  line-height: normal;
  border-bottom: 1px solid var(--zoomvilla-white, #FFFFFF);
  padding: 5px 10px 0;
  background: var(--zoomvilla-base, #D7984E);
  transition: all 0.4s ease-in-out;
}
.blog-four__item__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.blog-four__item__meta a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #636363;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) and (min-width: 991px), (max-width: 575px) {
  .blog-four__item__meta a {
    font-size: 14px;
  }
}
.blog-four__item__meta a:hover {
  color: var(--zoomvilla-base, #D7984E);
}
.blog-four__item__title {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 136.364%;
  margin: 0;
}
@media (max-width: 1199px) and (min-width: 991px), (max-width: 575px) {
  .blog-four__item__title {
    font-size: 17px;
  }
}
.blog-four__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-four__item__title a:hover {
  background-size: 100% 1px;
}
.blog-four__item__title a:hover {
  color: var(--zoomvilla-base, #D7984E);
}
.blog-four__item .auravalley-btn {
  display: inline-flex;
  clip-path: none;
  transform: rotate(-180deg);
  align-items: center;
  position: absolute;
  padding: 16px 12px;
  writing-mode: vertical-rl;
  right: 10px;
  width: 63px;
  top: 10px;
  bottom: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}
.blog-four__item .auravalley-btn i {
  transform: rotate(90deg);
  margin-left: 0;
}
.blog-four__item .auravalley-btn::after {
  display: none;
}
@media (max-width: 575px) {
  .blog-four__item .auravalley-btn {
    transform: rotate(0deg);
    position: relative;
    padding: 16px 12px;
    writing-mode: horizontal-tb;
    width: auto;
    height: auto;
    padding: 10px 20px;
  }
  .blog-four__item .auravalley-btn i {
    transform: rotate(0deg);
    margin-left: 0;
  }
}
.blog-four__item:hover {
  background-color: var(--zoomvilla-base, #D7984E);
}
.blog-four__item:hover .blog-four__shape::after {
  visibility: visible;
  opacity: 1;
}
.blog-four__item:hover .blog-four__shape::before {
  visibility: visible;
  opacity: 1;
}
.blog-four__item:hover .blog-four__item__date {
  background-color: var(--zoomvilla-white, #FFFFFF);
  color: var(--zoomvilla-base, #D7984E);
}
.blog-four__item:hover .blog-four__item__date span {
  background-color: var(--zoomvilla-black3, #1E1F24);
}
.blog-four__item:hover .blog-four__item__meta a {
  color: var(--zoomvilla-white, #FFFFFF);
}
.blog-four__item:hover .blog-four__item__title {
  color: var(--zoomvilla-white, #FFFFFF);
}
.blog-four__item:hover .auravalley-btn {
  color: var(--zoomvilla-base, #D7984E);
  background-color: var(--zoomvilla-white, #FFFFFF);
}
.blog-four__item + .blog-four__item {
  margin-top: 30px;
}

.border-top {
  border-top: 1px solid #dddddd;
}

/*******
 * Blog Three
*******/
.blog-card-three {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(221, 221, 221, 0.2);
  overflow: hidden;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.blog-card-three__image {
  position: relative;
  overflow: hidden;
  padding: 10px 10px 0;
}
.blog-card-three__image__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--zoomvilla-black5-rgb, 30, 31, 36), 0.8);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(-25%);
  z-index: 1;
  transition: opacity 500ms ease 0ms, transform 500ms ease 0ms;
}
.blog-card-three__image__link::before, .blog-card-three__image__link::after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: var(--zoomvilla-white, #FFFFFF);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-card-three__image__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.blog-card-three__image__box {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.blog-card-three__image__box img {
  object-fit: cover;
  width: 100%;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
.blog-card-three__date-box {
  display: flex;
  align-items: end;
  flex-direction: column;
  justify-content: start;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.blog-card-three__date {
  width: 74px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--zoomvilla-base, #D7984E);
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.blog-card-three__date__month {
  color: #222;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  padding: 4px 10px 7px;
  display: block;
  background-color: var(--zoomvilla-white, #FFFFFF);
  position: relative;
  z-index: 1;
}
.blog-card-three__date__month::after {
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  content: "";
  width: 25px;
  height: 27px;
  position: absolute;
  left: -24.44px;
  top: 0;
  background-color: var(--zoomvilla-black5, #1E1F24);
}
.blog-card-three__content {
  padding: 0 35px 35px;
}
@media (max-width: 1199px) and (min-width: 767px), (max-width: 500px) {
  .blog-card-three__content {
    padding: 0 10px 25px;
  }
}
.blog-card-three__meta__list {
  margin: 0;
  display: inline-flex;
  gap: 24px;
  align-items: center;
  padding: 10px 22px;
  background-color: var(--zoomvilla-base, #D7984E);
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) and (min-width: 767px), (max-width: 500px) {
  .blog-card-three__meta__list {
    padding: 5px 10px;
  }
}
.blog-card-three__meta__list::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 46px;
  background-color: rgba(215, 152, 78, 0.5);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  left: -25.555px;
  top: 0;
}
@media (max-width: 1199px) and (min-width: 767px), (max-width: 500px) {
  .blog-card-three__meta__list::after {
    display: none;
  }
}
.blog-card-three__meta__list li {
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.blog-card-three__meta__list li a {
  color: inherit;
  display: flex;
  align-items: center;
  gap: 5px;
}
.blog-card-three__title {
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 136.364%;
  margin-bottom: 15px;
}
@media (max-width: 1199px) and (min-width: 767px), (max-width: 500px) {
  .blog-card-three__title {
    font-size: 18px;
  }
}
.blog-card-three__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card-three__title a:hover {
  background-size: 100% 1px;
}
.blog-card-three__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  transition: all 0.4s ease-in-out;
}
.blog-card-three__btn i {
  color: var(--zoomvilla-base, #D7984E);
}
.blog-card-three__btn:hover {
  color: var(--zoomvilla-base, #D7984E);
}
.blog-card-three::after {
  content: "";
  width: 78px;
  height: 43px;
  background-color: rgba(var(--zoomvilla-white-rgb, 255, 255, 255), 0.4);
  position: absolute;
  bottom: -20px;
  right: -10px;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  transition: all 0.4s ease-in-out;
}
.blog-card-three::before {
  content: "";
  width: 30px;
  height: 66px;
  background-color: rgba(var(--zoomvilla-base-rgb, 215, 152, 78), 0.4);
  position: absolute;
  bottom: -20px;
  right: -10px;
  transition: all 0.4s ease-in-out;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.blog-card-three:hover {
  border-color: var(--zoomvilla-base, #D7984E);
}
.blog-card-three:hover::after {
  width: 78px;
  height: 43px;
  background-color: rgba(var(--zoomvilla-white-rgb, 255, 255, 255), 1);
  bottom: 0px;
  right: 0px;
}
.blog-card-three:hover::before {
  width: 30px;
  height: 66px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(var(--zoomvilla-base-rgb, 215, 152, 78), 1);
}
.blog-card-three:hover .blog-card-three__image__link {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
}
.blog-card-three:hover .blog-card-three__image__box img {
  transform: scale(1.1);
}

.blog-three {
  position: relative;
  z-index: 1;
}
.blog-three__top {
  padding-bottom: 55px;
}
.blog-three__top .sec-title {
  margin-bottom: 0;
}
.blog-three__custome-navs {
  margin-top: 0px;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 15px;
}
@media (max-width: 991px) {
  .blog-three__custome-navs {
    justify-content: start;
  }
}
.blog-three__custome-navs button {
  outline: none;
  margin: 0;
  padding: 0;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: var(--zoomvilla-white, #FFFFFF);
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid var(--zoomvilla-white, #FFFFFF);
  transition: all 400ms ease;
}
.blog-three__custome-navs button.owl-prev {
  transform: rotateY(180deg);
}
.blog-three__custome-navs button:hover {
  color: var(--zoomvilla-white, #FFFFFF);
  background-color: var(--zoomvilla-base, #D7984E);
  border-color: var(--zoomvilla-base, #D7984E);
}

/*******
 * Blog Five
*******/
.blog-five {
  position: relative;
  z-index: 1;
}
.blog-five::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
  background: linear-gradient(180deg, #DCDDDE 0%, rgba(217, 217, 217, 0) 100%);
  z-index: -1;
}

.blog-five__card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 20px;
}
.blog-five__card__image {
  position: relative;
  overflow: hidden;
}
.blog-five__card__image img {
  object-fit: cover;
  width: 100%;
  transition: all 0.4s ease-in-out;
  transform: scale(1);
}
.blog-five__card__image__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--zoomvilla-black5-rgb, 30, 31, 36), 0.8);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(-25%);
  z-index: 1;
  transition: opacity 500ms ease 0ms, transform 500ms ease 0ms;
}
.blog-five__card__image__link::before, .blog-five__card__image__link::after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: var(--zoomvilla-white, #FFFFFF);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-five__card__image__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.blog-five__card__date-box {
  width: 60px;
  height: 96px;
  border-radius: 100px;
  background-color: var(--zoomvilla-base, #D7984E);
  position: absolute;
  right: 20px;
  overflow: hidden;
  top: 20px;
  transition: all 0.4s ease-in-out;
}
.blog-five__card__date-box .date {
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  display: block;
  padding-top: 8px;
  transition: all 0.4s ease-in-out;
}
.blog-five__card__date-box .month {
  background-color: var(--zoomvilla-black3, #1E1F24);
  text-align: center;
  display: block;
  border-top: 1px solid var(--zoomvilla-white, #FFFFFF);
  padding-bottom: 11px;
  color: var(--zoomvilla-white, #FFFFFF);
  transition: all 0.4s ease-in-out;
}
.blog-five__card__meta__list {
  margin: 0;
  display: inline-flex;
  gap: 24px;
  align-items: center;
  padding: 10px 22px;
  background-color: var(--zoomvilla-white, #FFFFFF);
  margin-bottom: 14px;
  border-radius: 100px;
  position: relative;
  z-index: 1;
}
.blog-five__card__meta__list li {
  color: #636363;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.blog-five__card__meta__list li a {
  color: inherit;
  display: flex;
  align-items: center;
  gap: 5px;
}
.blog-five__card__meta__list li a i {
  color: var(--zoomvilla-base, #D7984E);
}
@media (max-width: 1199px) and (min-width: 767px), (max-width: 500px) {
  .blog-five__card__meta__list {
    padding: 8px 15px;
  }
  .blog-five__card__meta__list li {
    font-size: 14px;
  }
}
.blog-five__card__title {
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 136.364%;
  margin-bottom: 25px;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 500px) {
  .blog-five__card__title {
    font-size: 18px;
  }
}
.blog-five__card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-five__card__title a:hover {
  background-size: 100% 1px;
}
.blog-five__card__conttent {
  padding: 16px 35px 20px;
  position: absolute;
  bottom: 0;
  transform: translateY(73px);
  left: 0;
  width: 100%;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 500px) {
  .blog-five__card__conttent {
    padding: 15px 15px 15px;
  }
}
.blog-five__card__conttent::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(0deg, rgba(30, 31, 36, 0.9) 32.2%, rgba(113, 80, 41, 0) 100%);
  z-index: -1;
  transition: all 0.4s ease-in-out;
  visibility: visible;
  opacity: 1;
}
.blog-five__card__conttent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(0deg, rgba(215, 152, 78, 0.95) 32.2%, rgba(113, 80, 41, 0) 100%);
  z-index: -1;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.blog-five__card__conttent .auravalley-btn {
  background-color: var(--zoomvilla-white, #FFFFFF);
  color: var(--zoomvilla-base, #D7984E);
}
.blog-five__card:hover .blog-five__card__conttent {
  transform: translateY(0px);
}
.blog-five__card:hover .blog-five__card__conttent::after {
  visibility: hidden;
  opacity: 0;
}
.blog-five__card:hover .blog-five__card__conttent::before {
  visibility: visible;
  opacity: 1;
}
.blog-five__card:hover .blog-five__card__date-box {
  background-color: var(--zoomvilla-black3, #1E1F24);
}
.blog-five__card:hover .blog-five__card__date-box .month {
  background-color: var(--zoomvilla-base, #D7984E);
}
.blog-five__card:hover .blog-five__card__image img {
  transform: scale(1.1);
}



/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-header {
  position: absolute;
  z-index: 999;
  width: 100%;
}
.main-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.main-header__middle {
    width: 225px;
}
.main-header__middle__right {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 18px;
}
.main-header__inner {
  padding: 0 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__right {
    width: 225px;
}
.header__right .header__number {
    background: var(--aura-lite-brown);
    padding: 10px 30px 10px 10px;
    border-radius: 50px;
    display: flex;
    gap: 10px;
    color: #fff;
    align-items: center;
}
.header__right .header__number span {
    width: 40px;
    background: #fff;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.header__right .header__number span svg {
    color: var(--aura-lite-brown);
}
.header__right .header__number svg {}
.header__right .header__number a {
    color: #fff;
}
@media (max-width: 1399px) {
  .main-header__inner {
    padding: 0px 20px;
  }
}
@media (max-width: 1199px) {
  .main-header__inner {
    padding: 20px 0;
  }
}
@media (max-width: 360px) {
  .main-header__inner {
    padding: 20px 0px;
  }
}
@media (max-width: 375px) {
  .main-header__logo {
    margin-right: 20px;
  }
}
.main-header__logo img {
  max-width: 100%;
  height: auto;
}


.main-header__bottom {
  position: relative;
  z-index: 1;
}



.main-header--one .mobile-nav__btn span {
  background-color: var(--zoomvilla-black5, #1E1F24);
}
@media (max-width: 1660px) {
  .main-header--one .topbar::before,
  .main-header--one .topbar::after,
  .main-header--one .main-header__bottom::after,
  .main-header--one .main-header__right,
  .main-header--one .main-header__btn,
  .main-header--one .main-header__shape {
    /* display: none; */
  }
  .main-header--one .topbar__inner {
    margin-right: 0;
  }
}
.main-header--two {
  background-color: transparent;
}
.main-header--two .mobile-nav__btn span {
  background-color: var(--zoomvilla-black5, #1E1F24);
}
@media (min-width: 1737px) {
  .main-header--two .container-fluid {
    max-width: 1737px;
  }
}
.main-header--two .main-header__inner {
  margin-top: 40px;
  border-radius: 100px;
  background-color: var(--zoomvilla-white, #FFFFFF);
  margin-bottom: -160px;
  padding: 0 30px;
}
.main-header--two .main-menu .main-menu__list > li {
  padding-top: 45px;
  padding-bottom: 45px;
}
.main-header--two .main-header__group-shape {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
  display: flex;
  gap: 15px;
  align-items: center;
}
.main-header--two .main-header__group-shape span {
  width: 45px;
  height: 40px;
  display: block;
  background-color: var(--zoomvilla-base, #D7984E);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.main-header--two .main-header__group-shape span:nth-child(2) {
  position: absolute;
  transform: rotateX(180deg);
  left: 30px;
}
.main-header--two .auravalley-btn {
  padding: 13.5px 26px;
}
@media (max-width: 1600px) {
  .main-header--two .main-header__inner {
    margin-top: 0px;
    border-radius: 0px;
    background-color: var(--zoomvilla-white, #FFFFFF);
    margin-bottom: 0px;
  }
  .main-header--two .main-header__btn,
  .main-header--two .main-header__group-shape span {
    display: none;
  }
}
@media (max-width: 1199px) {
  .main-header--two .main-header__inner {
    padding: 10px 0;
  }
}
.main-header--three {
  background-color: transparent;
  margin-bottom: -141px;
}
.main-header--three .main-header__inner {
  background-color: transparent;
  position: relative;
  z-index: 2;
}
.main-header--three .main-header__left__call {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-header--three .main-header__left__call i {
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 20px;
}
.main-header--three .main-header__left__call a {
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.4s ease-in-out;
}
.main-header--three .main-header__left__call a:hover {
  color: var(--zoomvilla-base, #D7984E);
}
.main-header--three::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/shapes/header-shape-3-1.png);
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1750px) {
  .main-header--three .main-menu .main-menu__list > li + li {
    margin-left: 30px;
  }
}
.main-header--three .main-header__info a,
.main-header--three .main-menu .main-menu__list > li > a {
  color: var(--zoomvilla-white, #FFFFFF);
}
.main-header--three .main-menu .main-menu__list > li > a::after {
  background-color: var(--zoomvilla-white, #FFFFFF);
}
.main-header--three .main-header__nav {
  margin: 0;
}
.main-header--three .main-header__middle {
  gap: 30px;
}
.main-header--three .main-header__middle-one {
  display: flex;
}
@media (min-width: 1620px) {
  .main-header--three .main-header__middle-one {
    display: none;
  }
}
.main-header--three .main-header__left .main-header__logo {
  display: flex;
}
@media (min-width: 1620px) {
  .main-header--three .main-header__left .main-header__logo {
    display: none;
  }
}
.main-header--three .main-header__info a:last-child {
  display: flex;
}
@media (min-width: 1620px) {
  .main-header--three .main-header__info a:last-child {
    display: none;
  }
}
@media (max-width: 475px) {
  .main-header--three .main-header__info a:last-child {
    display: none;
  }
}
.main-header--three .main-header__middle-two {
  display: none;
}
@media (min-width: 1620px) {
  .main-header--three .main-header__middle-two {
    display: flex;
  }
}
@media (max-width: 1800px) {
  .main-header--three .main-header__left__call {
    display: none;
  }
}
@media (max-width: 1550px) {
  .main-header--three .main-header__btn {
    display: none;
  }
}
.main-header--four {
  background-color: transparent;
}
@media (min-width: 1737px) {
  .main-header--four .container-fluid {
    max-width: 1740px;
  }
}
.main-header--four .main-menu .main-menu__list > li > a,
.main-header--four .main-header__info a {
  color: var(--zoomvilla-white, #FFFFFF);
}
.main-header--four .main-menu .main-menu__list > li.megamenu > a::after, .main-header--four .main-menu .main-menu__list > li.dropdown > a::after {
  background-color: var(--zoomvilla-white, #FFFFFF);
}
.main-header--four .main-header__inner {
  padding: 0px 50px;
  border-radius: 100px;
  background-color: var(--zoomvilla-black5, #1E1F24);
  margin-bottom: -120px;
  position: relative;
  z-index: 1;
}
.main-header--four .main-menu .main-menu__list > li {
  padding-top: 45px;
  padding-bottom: 45px;
}
.main-header--four .auravalley-btn {
  padding: 13.5px 25px;
}
.main-header--four .auravalley-btn::before {
  background-color: var(--zoomvilla-white, #FFFFFF);
}
.main-header--four .auravalley-btn:hover {
  color: var(--zoomvilla-base, #D7984E);
}
.main-header--four .auravalley-btn:hover::after {
  background-color: var(--zoomvilla-base, #D7984E);
}
@media (max-width: 1600px) {
  .main-header--four .main-header__btn {
    display: none;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .main-header--four .main-menu__list > li + li {
    margin-left: 25px !important;
  }
}
@media (max-width: 1250px) {
  .main-header--four {
    background-color: var(--zoomvilla-black5, #1E1F24);
  }
  .main-header--four .topbar-two__shape::after,
  .main-header--four .topbar-two::after,
  .main-header--four .topbar-two__shape::before {
    display: none;
  }
  .main-header--four .main-header__inner {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .main-header--four .main-header__inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.main-header--five {
  background-color: var(--zoomvilla-black, #222222);
}
.main-header--five .main-header__inner {
  background-color: transparent;
}
@media (min-width: 1200px) {
  .main-header--five .container-fluid {
    max-width: 1630px;
  }
}
.main-header--five .main-menu .main-menu__list > li > a::after {
  background-color: var(--zoomvilla-white, #FFFFFF);
}
.main-header--five .main-menu .main-menu__list > li > a,
.main-header--five .main-header__info__item {
  color: var(--zoomvilla-white, #FFFFFF);
}
.main-header--five .main-menu .main-menu__list > li.megamenu > a::after, .main-header--five .main-menu .main-menu__list > li.dropdown > a::after {
  color: var(--zoomvilla-white, #FFFFFF);
}
.main-header--five .main-menu .main-menu__list > li {
  padding-top: 55px;
  padding-bottom: 55px;
}
@media (max-width: 1620px) {
  .main-header--five .main-header__btn {
    display: none;
  }
}
.main-header--five .auravalley-btn {
  padding: 13.5px 26px;
}

.sticky-header--cloned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  background-color: var(--zoomvilla-white, #FFFFFF);
  transform: translateY(-100%);
  box-shadow: 0px 3px 18px rgba(var(--zoomvilla-black-rgb, 34, 34, 34), 0.07);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
  transition: transform 500ms ease, visibility 500ms ease;
}
.sticky-header--cloned.active {
  transform: translateY(0%);
  visibility: visible;
}
.sticky-header--cloned.main-header--one .main-header__shape,
.sticky-header--cloned.main-header--one .topbar {
  display: none;
}
.sticky-header--cloned.main-header--two {
  background-color: var(--zoomvilla-white, #FFFFFF);
}
.sticky-header--cloned.main-header--two .main-header__inner {
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
}
.sticky-header--cloned.main-header--three {
  background-color: var(--zoomvilla-black3, #1E1F24);
  border-bottom: 1px solid rgba(var(--zoomvilla-border-color-rgb, 221, 221, 221), 0.3);
}
.sticky-header--cloned.main-header--three::after {
  display: none;
}
.sticky-header--cloned.main-header--three .main-header__inner {
  background-color: var(--zoomvilla-black3, #1E1F24);
}
.sticky-header--cloned.main-header--four {
  background-color: var(--zoomvilla-black5, #1E1F24);
}
.sticky-header--cloned.main-header--four .main-header__inner {
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.sticky-header--cloned.main-header--four .topbar-two {
  display: none;
}

.mobile-nav__btn {
  width: 26px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .mobile-nav__btn {
  }
}
.mobile-nav__btn span {
  width: 100%;
  height: 2px;
  background-color: var(--zoomvilla-white, #FFFFFF);
  transition: all 500ms ease;
}
.mobile-nav__btn span:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mobile-nav__btn:hover span {
  background-color: var(--aura-lite-brown);
}
.mobile-nav__btn:hover {color:var(--aura-lite-brown);
}


/*--------------------------------------------------------------
# Megamenu Popup
--------------------------------------------------------------*/
.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
  z-index: 999999;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  padding: 0;
  background-color: var(--zoomvilla-white, #FFFFFF);
  display: block !important;
  margin: 0;
}

.main-menu__list > li.megamenu-clickable > ul::-webkit-scrollbar {
  display: none;
}

.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
}

body.megamenu-popup-active {
  overflow: hidden;
}

body.megamenu-popup-active .stricky-header {
  bottom: 0;
}

body.megamenu-popup-active .mobile-nav__content {
  overflow: unset;
}

.mobile-nav__content .demo-one .container {
  padding-left: 15px;
  padding-right: 15px;
}

.megamenu-popup {
  position: relative;
}
.megamenu-popup .megamenu-clickable--close {
  position: absolute;
  top: 18px;
  right: 20px;
  display: block;
  color: var(--zoomvilla-black, #222222);
}
@media (min-width: 1300px) {
  .megamenu-popup .megamenu-clickable--close {
    top: 38px;
    right: 40px;
  }
}
.megamenu-popup .megamenu-clickable--close:hover {
  color: var(--zoomvilla-base, #D7984E);
}
.megamenu-popup .megamenu-clickable--close .icon-close {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  color: currentColor;
  transition: all 500ms ease;
}
.megamenu-popup .megamenu-clickable--close .icon-close::before, .megamenu-popup .megamenu-clickable--close .icon-close::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.megamenu-popup .megamenu-clickable--close .icon-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}



/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  flex: 0 0 100%;
}
.mobile-nav__wrapper .home-showcase {
  margin-bottom: -1px;
  margin-top: 0;
  border-bottom: 1px solid RGBA(var(--zoomvilla-white-rgb, 255, 255, 255), 0.1);
}
.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: transparent;
  box-shadow: none;
}
.mobile-nav__wrapper .home-showcase__title {
  color: var(--zoomvilla-white, #FFFFFF);
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.7;
  cursor: url(../images/close.png), auto;
}

.mobile-nav__content {
  width: 345px;
  background-color: #fff;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding: 25px 15px 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
.mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}

.mobile-nav__content .logo-box {
  margin-bottom: 25px;
  display: flex;
}

.mobile-nav__close {
  display: inline-flex;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  color: var(--aura-black-light);
  cursor: pointer;
  transition: all 500ms ease;
}
.mobile-nav__close svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.mobile-nav__close:hover {
  color: var(--zoomvilla-base, #D7984E);
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(var(--zoomvilla-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list ul li > a {
  padding-left: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid #40404014;
}

.mobile-nav__content .main-menu__list li > a {
  display: flex;
  justify-content: space-between;
  font-family: var(--zoomvilla-font, "Saira", sans-serif);
  line-height: 30px;
  color: var(--aura-black-light);
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  height: 46px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li:hover ul {display:block}

@media (max-width: 1199px) {
  .mobile-nav__content .main-menu__list li > a .fa-plus {
    display: none;
  }
}

.mobile-nav__content .main-menu__list > li > ul > li > a {
  font-size: 15px;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--aura-lite-brown);
}

.mobile-nav__content .main-menu__list li a button {
  border: none;
  background: #0000;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(90deg);
  transition: transform 500ms ease;
}
.mobile-nav__content .main-menu__list li a button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(-90deg);
  background-color: var(--zoomvilla-white, #FFFFFF);
  color: var(--zoomvilla-black, #222222);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
.mobile-nav__contact li {
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 16px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
  color: #000;
}
.mobile-nav__contact li a:hover {
  color: var(--zoomvilla-base, #D7984E);
}
.mobile-nav__contact__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--aura-lite-brown);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  margin-right: 10px;
  color: var(--zoomvilla-white, #FFFFFF);
}
.mobile-nav__contact__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}



/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  padding-top: 200px;
  padding-bottom: 65px;
  background-color: var(--zoomvilla-black2, #333333);
  overflow: hidden;
}
.page-header video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1199px) {
  .page-header {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .page-header {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-header__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: rgba(30, 31, 36, 0.75); */
  background-image: linear-gradient(180deg, rgb(255 255 255) 3.41%, rgb(255 255 255 / 0%) 30%);
}
.page-header .container {
  position: relative;
  z-index: 1;
}
.page-header__content {
  text-align: start;
}
.page-header__title {
  margin-bottom: 9px;
  font-family: var(--zoomvilla-font2, "Figtree", sans-serif);
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 114.286%;
  text-align: center;
}
@media (max-width: 1399px) {
  .page-header__title {
  }
}
@media (max-width: 991px) {
  .page-header__title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .page-header__title {
    font-size: 35px;
  }
}
@media (max-width: 430px) {
  .page-header__title {
    font-size: 30px;
  }
}

.zoomvilla-breadcrumb {
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px 0;
  flex-wrap: wrap;
  width: 100%;
}
.zoomvilla-breadcrumb li {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--zoomvilla-white, #FFFFFF);
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.25;
}
.zoomvilla-breadcrumb li:not(:last-child)::after {
  content: "/";
  position: relative;
  top: -1px;
  margin-left: 6px;
  margin-right: 6px;
  font-size: 17px;
}
.zoomvilla-breadcrumb li span,
.zoomvilla-breadcrumb li a {
  display: inline-flex;
}
.zoomvilla-breadcrumb li:not(:first-child) span {
  color: #fff;
}
.zoomvilla-breadcrumb li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.zoomvilla-breadcrumb li a:hover {
  background-size: 100% 1px;
}
.zoomvilla-breadcrumb li a:hover {
  color: var(--zoomvilla-base, #D7984E);
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
  position: relative;
}
.google-map iframe {
  position: relative;
  display: block;
  border: none;
  height: 430px;
  width: 100%;
}
@media (max-width: 430px) {
  .google-map iframe {
    height: 400px;
  }
}
.google-map__contact {
  overflow: hidden;
  background-color: var(--zoomvilla-white, #FFFFFF);
  mix-blend-mode: luminosity;
}

.contact-map {
  position: relative;
  background-color: var(--zoomvilla-white, #FFFFFF);
}
.contact-map .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.form-one__group {
  margin: 0px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px 30px;
}
@media (min-width: 768px) {
  .form-one__group {
    grid-template-columns: repeat(2, 1fr);
  }
}
.form-one__control {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
  position: relative;
}
.form-one__control--full {
  grid-column-start: 1;
  grid-column-end: -1;
}
.form-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 100% !important;
  font-family: var(--zoomvilla-font, "Saira", sans-serif);
}
.form-one .bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.form-one .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 50px;
  outline: none !important;
  border: 0;
  border-radius: 0;
  background-color: var(--zoomvilla-white, #FFFFFF) !important;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: var(--zoomvilla-font, "Saira", sans-serif);
  color: var(--zoomvilla-text, #92918F) !important;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}
.form-one .bootstrap-select > .dropdown-toggle::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  font-family: "icomoon" !important;
  line-height: 48px;
  content: "\e91c";
  font-weight: 400;
  font-size: 14px;
  color: var(--zoomvilla-text, #92918F);
}
.form-one .bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid var(--zoomvilla-border-color, #dddddd);
}
.form-one .bootstrap-select .dropdown-menu {
  border: none;
}
.form-one .bootstrap-select .dropdown-menu > li > a {
  font-family: var(--zoomvilla-font, "Saira", sans-serif);
  font-size: 15px;
  font-weight: 400;
  padding: 10px 20px;
  color: var(--zoomvilla-black2, #333333);
  background-color: var(--zoomvilla-white, #FFFFFF);
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-one .bootstrap-select .dropdown-menu > li:hover > a,
.form-one .bootstrap-select .dropdown-menu > li.selected > a {
  background-color: var(--zoomvilla-base, #D7984E);
  color: var(--zoomvilla-white, #FFFFFF);
  border-color: var(--zoomvilla-base, #D7984E);
}
.form-one .bootstrap-select > .dropdown-toggle {
  display: flex;
  align-items: center;
}
.form-one .bootstrap-select > .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}
.form-one .bootstrap-select > .dropdown-toggle,
.form-one input[type=text],
.form-one input[type=email],
.form-one input[type=password],
.form-one input[type=tel],
.form-one textarea {
  display: block;
  border: none;
  outline: none;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  font-family: var(--zoomvilla-font, "Saira", sans-serif);
  font-size: 16px;
  color: var(--zoomvilla-text, #92918F);
  font-weight: 400;
  background-color: var(--zoomvilla-white, #FFFFFF);
  transition: all 400ms ease;
}
.form-one .bootstrap-select > .dropdown-toggle:focus,
.form-one input[type=text]:focus,
.form-one input[type=email]:focus,
.form-one input[type=password]:focus,
.form-one input[type=tel]:focus,
.form-one textarea:focus {
  color: var(--zoomvilla-black, #222222);
}
.form-one textarea {
  height: 122px;
  padding: 14px 20px 0;
}

/*--------------------------------------------------------------
# Banner Forms
--------------------------------------------------------------*/
.banner-form__wrapper {
  position: relative;
  z-index: 3;
}
.banner-form__wrapper .banner-form__list {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}
.banner-form__wrapper .banner-form__list .banner-form__list__button {
  color: var(--zoomvilla-black2, #333333);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 5px 17px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  gap: 10px;
  background-color: var(--zoomvilla-white, #FFFFFF);
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.banner-form__wrapper .banner-form__list .banner-form__list__button span {
  display: block;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid var(--zoomvilla-base, #D7984E);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
.banner-form__wrapper .banner-form__list .banner-form__list__button.active-btn, .banner-form__wrapper .banner-form__list .banner-form__list__button:hover {
  background-color: var(--zoomvilla-black, #222222);
  color: var(--zoomvilla-white, #FFFFFF);
}
.banner-form__wrapper .banner-form__list .banner-form__list__button.active-btn span, .banner-form__wrapper .banner-form__list .banner-form__list__button:hover span {
  background-color: var(--zoomvilla-base, #D7984E);
}
.banner-form__wrapper .banner-form {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 1;
  background-color: var(--zoomvilla-base, #D7984E);
  padding: 38px 30px 38px 45px;
  border-radius: 0 10px 10px 10px;
}
@media (max-width: 991px) {
  .banner-form__wrapper .banner-form {
    flex-wrap: wrap;
    align-items: end;
    padding: 38px 30px 38px 30px;
  }
}
.banner-form__wrapper .banner-form::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(25% + 15px);
  height: 100%;
  background-color: var(--zoomvilla-black3, #1E1F24);
  z-index: -1;
  border-radius: 0 10px 10px 0;
}
@media (max-width: 991px) {
  .banner-form__wrapper .banner-form::after {
    display: none;
  }
}
.banner-form__wrapper .banner-form .banner-form__control {
  width: 22.5%;
  flex: 22.5%;
}
.banner-form__wrapper .banner-form .banner-form__control--search {
  width: 27.5%;
  flex: 27.5%;
}
@media (max-width: 991px) {
  .banner-form__wrapper .banner-form .banner-form__control--search {
    width: 47%;
    flex: 47%;
  }
}
@media (max-width: 991px) {
  .banner-form__wrapper .banner-form .banner-form__control {
    width: 47%;
    flex: 47%;
  }
}
.banner-form__wrapper .banner-form .banner-form__control {
  display: flex;
  flex-direction: column;
}
.banner-form__wrapper .banner-form .banner-form__control label {
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.banner-form__wrapper .banner-form .banner-form__control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 100% !important;
  font-family: var(--zoomvilla-font, "Saira", sans-serif);
}
.banner-form__wrapper .banner-form .banner-form__control .bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.banner-form__wrapper .banner-form .banner-form__control .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 50px;
  outline: none !important;
  border: 0;
  border-radius: 0;
  background-color: var(--zoomvilla-white, #FFFFFF) !important;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: var(--zoomvilla-font, "Saira", sans-serif);
  color: var(--zoomvilla-text-gray, #636363) !important;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}
.banner-form__wrapper .banner-form .banner-form__control .bootstrap-select > .dropdown-toggle::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  font-family: "icomoon" !important;
  line-height: 40px;
  content: "\e91c";
  font-weight: 400;
  font-size: 13px;
  color: var(--zoomvilla-text, #92918F);
}
.banner-form__wrapper .banner-form .banner-form__control .bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid var(--zoomvilla-border-color, #dddddd);
}
.banner-form__wrapper .banner-form .banner-form__control .bootstrap-select .dropdown-menu {
  border: none;
  border-radius: 10px;
}
.banner-form__wrapper .banner-form .banner-form__control .bootstrap-select .dropdown-menu > li > a {
  font-family: var(--zoomvilla-font, "Saira", sans-serif);
  font-size: 15px;
  font-weight: 400;
  padding: 10px 20px;
  color: var(--zoomvilla-white, #FFFFFF);
  background-color: var(--zoomvilla-base, #D7984E);
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.banner-form__wrapper .banner-form .banner-form__control .bootstrap-select .dropdown-menu > li:hover > a,
.banner-form__wrapper .banner-form .banner-form__control .bootstrap-select .dropdown-menu > li.selected > a {
  background-color: var(--zoomvilla-black, #222222);
  color: var(--zoomvilla-white, #FFFFFF);
  border-color: var(--zoomvilla-white, #FFFFFF);
}
.banner-form__wrapper .banner-form .banner-form__control .bootstrap-select > .dropdown-toggle {
  display: flex;
  align-items: center;
}
.banner-form__wrapper .banner-form .banner-form__control .bootstrap-select > .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}
.banner-form__wrapper .banner-form .banner-form__control .bootstrap-select > .dropdown-toggle {
  display: block;
  border: none;
  outline: none;
  padding: 0 20px;
  width: 100%;
  height: 40px;
  font-family: var(--zoomvilla-font, "Saira", sans-serif);
  font-size: 16px;
  color: var(--zoomvilla-text-gray, #636363);
  font-weight: 400;
  border-radius: 10px;
  background-color: var(--zoomvilla-white, #FFFFFF);
  transition: all 400ms ease;
}
.banner-form__wrapper .banner-form .banner-form__control .bootstrap-select > .dropdown-toggle:focus {
  color: var(--zoomvilla-black, #222222);
}
.banner-form__wrapper .banner-form .banner-form__search {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-form__wrapper .banner-form .banner-form__search button {
  border-radius: 50px;
  clip-path: none;
  text-transform: capitalize;
  gap: 8px;
}
.banner-form__wrapper .banner-form .banner-form__search button i {
  margin-left: 0;
}
.banner-form__wrapper .banner-form .banner-form__search button::before {
  background-color: var(--zoomvilla-white, #FFFFFF);
}
.banner-form__wrapper .banner-form .banner-form__search button::after {
  display: none;
}
.banner-form__wrapper .banner-form .banner-form__search button:hover {
  color: var(--zoomvilla-black, #222222);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-page::after {
  display: none;
}
.contact-page .contact-four__bottom {
  padding-bottom: 0;
}
.contact-page .contact-four__call__text {
  color: var(--zoomvilla-black, #222222);
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.857%;
}
.contact-page .contact-four__call__icon {
  width: 100px;
  height: 100px;
  background-color: var(--zoomvilla-base, #D7984E);
  position: relative;
  z-index: 1;
}
.contact-page .contact-four__call__icon::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  bottom: 6px;
  right: 6px;
  background-color: var(--zoomvilla-white, #FFFFFF);
  border-radius: 50%;
  z-index: -2;
  transition: all 0.4s ease-in-out;
}
.contact-page .contact-four__call__icon::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  bottom: 6px;
  right: 6px;
  border: 2px dashed var(--zoomvilla-base, #D7984E);
  border-radius: 50%;
  background-color: transparent;
  z-index: -1;
  animation: rotate 14s linear infinite;
}
.contact-page .contact-four__call:hover .contact-four__call__icon {
  color: var(--zoomvilla-white, #FFFFFF);
}
.contact-page .contact-four__call:hover .contact-four__call__icon::after {
  background-color: var(--zoomvilla-base, #D7984E);
}
.contact-page .contact-four__call:hover .contact-four__call__icon::before {
  border-color: var(--zoomvilla-white, #FFFFFF);
}

.contact-two {
  position: relative;
  z-index: 1;
  padding-top: 150px;
  margin-top: 111px;
}
@media (max-width: 575px) {
  .contact-two {
    background-color: var(--zoomvilla-black5, #1E1F24);
    padding-top: 80px;
    margin-top: 80px;
  }
}
.contact-two__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/shapes/bg-shape.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
  z-index: -1;
}
@media (max-width: 575px) {
  .contact-two__bg {
    display: none;
  }
}
.contact-two .sec-title {
  margin-bottom: 20px;
}
.contact-two .sec-title .sec-title__title {
  color: var(--zoomvilla-white, #FFFFFF);
}
.contact-two__text {
  color: var(--zoomvilla-white, #FFFFFF);
  margin-bottom: 20px;
}
.contact-two__list {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 575px) {
  .contact-two__list {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}
.contact-two__list li {
  display: flex;
  align-items: center;
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 162.5%;
  gap: 8px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.contact-two__list li span {
  color: inherit;
  display: block;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.contact-two__list li span:hover {
  background-size: 100% 1px;
}
.contact-two__list li:hover {
  color: var(--zoomvilla-base, #D7984E);
}
.contact-two__btn .auravalley-btn::before {
  background-color: var(--zoomvilla-white, #FFFFFF);
}
.contact-two__btn .auravalley-btn:hover {
  color: var(--zoomvilla-black, #222222);
}
.contact-two__btn .auravalley-btn:hover::after {
  background-color: var(--zoomvilla-black, #222222);
}
.contact-two__image {
  position: absolute;
  bottom: 0;
}
@media (max-width: 1199px) {
  .contact-two__image {
    display: none;
  }
}
.contact-two__image img {
  animation: leftToright 4s ease-in-out infinite;
}
@media (max-width: 1600px) {
  .contact-two__image img {
    object-fit: cover;
    width: 100%;
  }
}
.contact-two__image__title {
  display: block;
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}
.contact-two__image__link {
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.contact-two__contact-box {
  display: flex;
  align-items: center;
  gap: 15px;
  position: absolute;
  top: 22%;
  right: -15%;
  width: 37%;
  background-color: var(--zoomvilla-base, #D7984E);
  border-radius: 100px;
  padding: 10px;
}
.contact-two__icon {
  max-width: 66px;
  width: 100%;
  height: 66px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--zoomvilla-black5, #1E1F24);
  color: var(--zoomvilla-white, #FFFFFF);
  border: 2px solid var(--zoomvilla-white, #FFFFFF);
  font-size: 30px;
}
.contact-two__shape-one {
  position: absolute;
  bottom: 0;
  right: 7%;
  z-index: -1;
}
@media (max-width: 1199px) {
  .contact-two__shape-one {
    display: none;
  }
}
.contact-two__shape-two {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 575px) {
  .contact-two__shape-two {
    display: none;
  }
}
.contact-two__shape-two img {
  animation: rotate 14s ease-in-out infinite;
}

.contact-four {
  position: relative;
  z-index: 1;
  padding: 60px 0;
}

.contact-four__inner {
  border: 1px solid var(--aura-lite-brown);
  background-color: var(--zoomvilla-white, #FFFFFF);
  position: relative;
  z-index: 1;
  display: flex;
}
.contact-four__inner .contact-section:before {content:'';position: absolute;top: 0;left: 0;height: 100%;width: 100%;background-color: var(--aura-lite-brown);}
.contact-four__inner .contact-four__form {
    width: 50%;
    position: relative;
    padding: 30px;
}
.contact-four__inner .contact-section {
    z-index: 2;
    width: 50%;
    position: relative;
}
.contact-four__inner .contact-section .contact-pd {
    position: relative;
    height: 100%;
    align-items: center;
    display: flex;
    width: 100%;
    padding: 0 40px;
}
.contact-four__inner .contact-section .contact-pds {
    width: 100%;
}
.contact-four__inner .contact-section .contact-pds .download-btn {
    background: #fff;
    display: block;
    padding: 10px;
    border-radius: 59px;
    text-align: center;
    color: var(--aura-black);
    font-size: 20px;
    font-weight: 600;
}
.contact-four__inner .contact-section .contact-block {
    position: relative;
    padding-left: 80px;
    margin-bottom: 40px;
}
.contact-four__inner .contact-section .contact-block span{
    background: #fff;
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 43px;
}
.contact-four__inner .contact-section .contact-block span svg{
    width: 40px;
    height: 40px;
    color: var(--aura-lite-brown);
}
.contact-four__inner .contact-section .contact-block h3{
    font-size: 25px;
    color: #fff;
    position: relative;
    padding-bottom: 3px;
    margin-bottom: 25px;
}
.contact-four__inner .contact-section .contact-block h3:before {content:'';width: 45px;position: absolute;height: 3px;bottom: -9px;background: #fff;}
.contact-four__inner .contact-section .contact-block p{
    color: #fff;
    margin-bottom: 5px;
}
.contact-four__inner .contact-section .contact-block p a{
    color: #fff;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .contact-four__inner {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .contact-four__inner {
    padding: 30px;
  }
}
.contact-four__inner::after {
  content: "";
}
@media (max-width: 991px) {
  .contact-four__inner::after {
    display: none;
  }
}
.contact-four__inner .bootstrap-select > .dropdown-toggle,
.contact-four__inner input[type=text],
.contact-four__inner input[type=email] {
  height: 48px;
  width: 100%;
  border: 1px solid #D3D3D3;
  background-color: var(--zoomvilla-white, #FFFFFF);
  border-radius: 100px;
  color: #636363;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
  padding-left: 25px;
}
.contact-four__inner .bootstrap-select > .dropdown-toggle::placeholder,
.contact-four__inner input[type=text]::placeholder,
.contact-four__inner input[type=email]::placeholder {
  color: #636363;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
}
.contact-four__inner textarea {
  height: 107px;
  width: 100%;
  border: 1px solid #D3D3D3;
  background-color: var(--zoomvilla-white, #FFFFFF);
  border-radius: 20px;
  color: #636363;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
  padding-left: 25px;
}
.contact-four__inner textarea::placeholder {
  color: #636363;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
}
.contact-four__inner button {
  margin-top: 10px;
}
.contact-four__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .contact-four__bottom {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 30px;
  }
}
.contact-four__call {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
}
@media (max-width: 767px) {
  .contact-four__call {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 30px;
  }
}
.contact-four__call__icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--zoomvilla-white, #FFFFFF);
  font-size: 40px;
  color: var(--zoomvilla-base, #D7984E);
  transition: all 0.4s ease-in-out;
}
.contact-four__call__text {
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.857%;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .contact-four__call__text {
    font-size: 22px;
  }
}
.contact-four__call__text a {
  color: inherit;
}
.contact-four__call__text a:hover {
  color: var(--zoomvilla-base, #D7984E);
}
.contact-four__call:hover .contact-four__call__icon {
  background-color: var(--zoomvilla-base, #D7984E);
  color: var(--zoomvilla-white, #FFFFFF);
}
.contact-four__maps {
  position: relative;
  z-index: 1;
}
.contact-four__maps__inner {
  position: relative;
  z-index: 1;
  height: 100%;
}




.contact-four .contact-four__maps__info__item:hover .contact-four__maps__info__content {
  opacity: 1;
  visibility: visible;
}



/*--------------------------------------------------------------
# Newsletter
--------------------------------------------------------------*/







/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
  position: relative;
  z-index: 1;
  background-color: var(--aura-black);
  margin-top: 89px;
  padding-top: 1px;
}
.main-footer__top {
  padding-top: 97px;
  padding-bottom: 65px;
}
@media (max-width: 767px) {
  .main-footer__top {
    padding-top: 75px;
    padding-bottom: 60px;
  }
}
.main-footer__bottom {
  background-color: var(--aura-lite-brown);
}
.main-footer__bottom__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
}
@media (max-width: 991px) {
  .main-footer__bottom__inner {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 20px;
  }
}
.main-footer__bottom__list {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
}
.main-footer__bottom__list li a {
  margin: 0;
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.main-footer__bottom__list li a:hover {
  background-size: 100% 1px;
}
.main-footer__copyright {
  margin: 0;
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main-footer__copyright a {color:#fff}
.main-footer__shape-one {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.03;
  z-index: -1;
}
.main-footer__shape-two {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.03;
  z-index: -1;
}

.mt-20 {
  margin-top: 18px;
}

.footer-widget {
  position: relative;
}
.footer-widget__logo {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 20px;
}
.footer-widget__logo img {
  object-fit: cover;
}
.footer-widget__text {
  margin: 0;
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 270px;
  width: 100%;
}
.footer-widget__social-links {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  margin-top: 30px;
}
.footer-widget__social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #92918F;
  color: #92918F;
  font-size: 16px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
.footer-widget__social-links a:hover {
  background-color: var(--aura-lite-brown);
  color: var(--zoomvilla-white, #FFFFFF);
  border-color: var(--aura-lite-brown);
  transform: translateY(-3px);
}
.footer-widget__title {
  color: var(--zoomvilla-white, #FFFFFF);
  font-family: var(--zoomvilla-heading-font, "Readex Pro", sans-serif);
  text-transform: capitalize;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 38px;
}
@media (max-width: 1199px) {
  .footer-widget__title {
    margin-bottom: 15px;
  }
}
.footer-widget__links {
}
@media (max-width: 575px) {
  .footer-widget__links {
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer-widget__links li {
  display: flex;
  align-items: center;
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.footer-widget__links li i {
  font-size: 6px;
  margin-right: 6px;
  transition: all 0.4s ease-in-out;
}
.footer-widget__links li a {
  color: inherit;
  transition: all 0.4s ease-in-out;
}
.footer-widget__links li:hover {
  color: var(--aura-lite-brown);
}
.footer-widget__links-two {
  margin: 0;
}
.footer-widget__links-two li {
  display: flex;
  align-items: center;
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer-widget__links-two li i {
  font-size: 6px;
  margin-right: 6px;
}
.footer-widget__links-two li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footer-widget__links-two li a:hover {
  background-size: 100% 1px;
}
.footer-widget__links-two li a:hover {
  color: var(--zoomvilla-base, #D7984E);
}
.footer-widget__links-two li + li {
  margin-top: 11px;
}
.footer-widget--post {
  margin-left: 22px;
}
@media (max-width: 1199px) {
  .footer-widget--post {
    margin-left: 0;
  }
}
.footer-widget--post__item {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 18px;
}
.footer-widget--post__content p {
    color: #fff;
    margin: 0;
}
.footer-widget--post__img {
  max-width: 30px;
  width: 100%;
  height: 30px;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.footer-widget--post__img svg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  color: var(--aura-lite-brown);
}
.footer-widget--post__date {
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4px;
  display: block;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-widget--post__date i {
  color: var(--zoomvilla-base, #D7984E);
}
.footer-widget--post__title {
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  margin: 0;
}
.footer-widget--post__title a {
  color: inherit;
}
.footer-widget--post__title a:hover {
  color: var(--zoomvilla-base, #D7984E);
}
.footer-widget--post__item + .footer-widget--post__item {
  margin-top: 15px;
}
.footer-widget--post ul {
  margin: 0;
}

.main-footer__cta {
  position: relative;
  z-index: 1;
  margin-top: -80px;
}
.main-footer__cta__inner {
  background-color: var(--aura-lite-brown);
  padding: 14px 18px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .main-footer__cta__inner {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
    border-radius: 20px;
  }
}
.main-footer__cta__inner:hover .main-footer__cta__icon {
  background-color: var(--zoomvilla-black, #222222);
  color: var(--zoomvilla-white, #FFFFFF);
}
.main-footer__cta__content {
  display: flex;
  align-items: center;
  gap: 30px;
  flex: 50%;
  width: 50%;
}
@media (max-width: 991px) {
  .main-footer__cta__content {
    width: 100%;
    flex: 100%;
  }
}
.main-footer__cta__form {
  flex: 50%;
  width: 50%;
}
@media (max-width: 991px) {
  .main-footer__cta__form {
    width: 100%;
    flex: 100%;
  }
}
.main-footer__cta__newsletter .form-group__form {
  display: flex;
  align-items: center;
  position: relative;
}
.main-footer__cta__newsletter .form-group__form input {
  border-radius: 100px;
  border: none;
  background: var(--zoomvilla-white, #FFFFFF);
  outline: none;
  height: 50px;
  width: 100%;
  padding-left: 30px;
  padding-right: 160px;
  color: var(--zoomvilla-text-gray, #636363);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main-footer__cta__newsletter .form-group__form input::placeholder {
  color: var(--zoomvilla-text-gray, #636363);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main-footer__cta__newsletter .form-group__form button {
  border: none;
  outline: none;
  top: 5px;
  bottom: 5px;
  position: absolute;
  right: 6px;
  padding-left: 35px;
  padding-right: 35px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.4s ease-in-out;
}
.main-footer__cta__newsletter .form-group__form button:hover {
  background-color: var(--zoomvilla-base, #D7984E);
  color: var(--zoomvilla-white, #FFFFFF);
}
.main-footer__cta__title {
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
  margin: 0;
}
@media (max-width: 575px) {
  .main-footer__cta__title {
    font-size: 22px;
  }
}
@media (max-width: 425px) {
  .main-footer__cta__title {
    font-size: 18px;
  }
}
.main-footer__cta__icon {
  max-width: 126px;
  width: 100%;
  height: 126px;
  border-radius: 300px;
  background-color: var(--zoomvilla-white, #FFFFFF);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 69px;
  color: var(--aura-lite-brown);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .main-footer__cta__icon {
    max-width: 100px;
    height: 100px;
    font-size: 50px;
  }
}

/*--------------------------------------------------------------
# Client Carousel
--------------------------------------------------------------*/
.client-carousel {
  position: relative;
  background-color: var(--zoomvilla-white, #FFFFFF);
}
.client-carousel--two::before, .client-carousel--two::after {
  display: none;
}
.client-carousel--three {
  padding: 100px 0;
}
.client-carousel--three::before, .client-carousel--three::after {
  display: none;
}
.client-carousel--three .client-carousel__hover {
  background-color: var(--zoomvilla-base, #D7984E);
  border-color: var(--zoomvilla-white, #FFFFFF);
}
.client-carousel::before, .client-carousel::after {
  content: "";
  width: calc(50% - 106px);
  height: 2px;
  background-color: var(--zoomvilla-border-color, #dddddd);
  position: absolute;
  top: 12px;
  left: 0px;
}
.client-carousel::after {
  left: auto;
  right: 0px;
}
.client-carousel__content {
  text-align: center;
}
.client-carousel__title {
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
  color: var(--zoomvilla-base, #D7984E);
  text-transform: uppercase;
  line-height: 1.625;
}
.client-carousel__carousel {
  position: relative;
}
.client-carousel__carousel .owl-stage {
  display: flex;
  align-items: center;
}
.client-carousel__item {
  padding: 5px;
}
.client-carousel__item_pad {
    position: relative;
    text-align: center;
    border: 1px solid var(--aura-lite-brown);
    border-radius: 5px;
    padding: 15px;
}
@media (max-width: 575px) {
  .client-carousel__item {
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
}
.client-carousel__item img {
  max-width: 100%;
  width: auto !important;
}
.client-carousel__image {
  margin: auto;
}



.hero-video {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.hero-video:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000045;
    background-image: linear-gradient(180deg, rgb(255 255 255) 3.41%, rgb(255 255 255 / 0%) 30%);
    }
.hero-video .hero-bg-video {
    width: 100%;
    height: 100%;
}
.hero-video .hero-bg-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*******
 * Main Slider five
*******/
.hero-product {
  position: relative;
  z-index: 1;
  padding: 105px 15px;
}
.hero-product::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-color: var(--zoomvilla-black, #222222);
  clip-path: polygon(50% 60%, 100% 0, 100% 100%, 0 100%, 0 0);
}
.hero-product::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-color: var(--zoomvilla-base, #D7984E);
  clip-path: polygon(100% 0, 100% 100%, 50% 40%, 0 100%, 0 0);
}
.hero-product__carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 50px;
}
.hero-product__carousel .owl-dots .owl-dot {
  width: 40px;
  height: 7px;
  display: block;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #9C9C9C;
  border-radius: 20px;
  position: relative;
  padding: 0;
  outline: none;
  margin: 0;
  transition: all 500ms ease-in-out;
}
.hero-product__carousel .owl-dots .owl-dot span {
  display: none;
}
.hero-product__carousel .owl-dots .owl-dot:hover, .hero-product__carousel .owl-dots .owl-dot.active {
  background-color: var(--zoomvilla-base, #D7984E);
  height: 10px;
  border-color: var(--zoomvilla-base, #D7984E);
}
.hero-product__carousel .owl-dots .owl-dot.active {
  width: 65px;
}
.hero-product__carousel .owl-dots.disabled {
  display: none;
}
.hero-product__carousel .owl-nav.disabled + .owl-dots {
  margin-top: 45px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.list_r {
    padding-top: 50px;
}
.list_r .list_ul{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.list_r .list_ul .list_li{
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px;
    width: 24.3%;
    display: flex;
    align-items: center;
    gap: 15px;
}
.list_r .list_ul .list_li .icons{
    width: 65px;
    background: #e7cc742e;
    height: 65px;
    display: flex;
    align-items: center;
    border-radius: 58px;
    PADDING: 12px;
}
.list_r .list_ul .list_li .icons img{
    width: 100%;
    OPACITY: 0.8;
}
.list_r .list_ul .list_li .points{
    flex: 1;
}
.list_r .list_ul .list_li .points p{
    margin: 0;
}
.about-two {
  position: relative;
  z-index: 1;
  background-color: var(--zoomvilla-white, #FFFFFF);
}
.about-two__thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1600px) {
  .about-two__thumb {
    width: 60%;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .about-two__thumb {
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .about-two__thumb img {
    object-fit: cover;
    width: 100%;
  }
}
.about-two__content {
  position: relative;
  z-index: 1;
  margin: 120px 0px;
}
@media (max-width: 991px) {
  .about-two__content {
    margin-top: 0px;
    margin-bottom: 80px;
  }
  .about-two__content::after {
    display: none;
  }
}
.about-two__content::after {
  content: "";
  position: absolute;
  top: -45px;
  left: -58px;
  background-color: var(--zoomvilla-white, #FFFFFF);
  right: 0;
  bottom: -45px;
  z-index: -1;
  border-radius: 50px 0 0 50px;
}
@media (max-width: 1600px) {
  .about-two__content::after {
    width: 100%;
  }
}
.about-two__content .sec-title {
  margin-bottom: 16px;
}
.about-two__list {
  margin: 0;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--zoomvilla-border-color, #dddddd);
}
@media (max-width: 1199px) {
  .about-two__list {
    flex-wrap: wrap;
  }
}
.about-two__list__item {
  padding: 8px 30px;
  font-family: var(--zoomvilla-heading-font, "Readex Pro", sans-serif);
  display: flex;
  align-items: center;
  gap: 14px;
  background-color: transparent;
  transition: all 0.4s ease-in-out;
  color: var(--zoomvilla-black2, #333333);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.about-two__list__item i {
  font-size: 36px;
  color: var(--zoomvilla-base, #D7984E);
  transition: all 0.4s ease-in-out;
}
.about-two__list li {
  margin: 4px;
  position: relative;
  z-index: 1;
}
.about-two__list li:hover .about-two__list__item {
  background-color: var(--zoomvilla-base, #D7984E);
  color: var(--zoomvilla-white, #FFFFFF);
}
.about-two__list li:hover .about-two__list__item i {
  color: var(--zoomvilla-white, #FFFFFF);
}
.about-two__list li + li::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 1px;
  bottom: -4px;
  background-color: var(--zoomvilla-border-color, #dddddd);
}
.about-two__text + .about-two__list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.about-two__text {
  margin: 0;
}
.about-two__text a {
  color: var(--zoomvilla-base, #D7984E);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
.about-two__funfact {
  max-width: 1275px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  background-color: var(--zoomvilla-black4, #000000);
  padding: 42px;
  border: 20px solid var(--zoomvilla-white, #FFFFFF);
  border-bottom: none;
  border-right: none;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .about-two__funfact {
    border: none;
  }
}
.about-two__funfact__list {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1199px) {
  .about-two__funfact__list {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .about-two__funfact__list {
    flex-wrap: wrap;
  }
}
.about-two__funfact__item {
  width: 25%;
  flex: 25%;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 30px 35px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .about-two__funfact__item {
    padding: 20px 15px;
  }
}
@media (max-width: 991px) {
  .about-two__funfact__item {
    width: 48%;
    flex: 48%;
  }
}
.about-two__funfact__item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--zoomvilla-base, #D7984E);
  z-index: -1;
  transform: rotateX(90deg) rotateY(-40deg);
  transition: all 0.4s ease-in-out;
}
.about-two__funfact__item--two {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-two__funfact__item--two::after {
  display: none;
}
.about-two__funfact__item:hover .about-two__funfact__card__icon {
  background-color: var(--zoomvilla-white, #FFFFFF);
  color: var(--zoomvilla-base, #D7984E);
}
.about-two__funfact__item:hover .about-two__funfact__card__icon i {
  animation: wobble-horizontal-hover 1s ease-in-out 1;
}
.about-two__funfact__item:hover::after {
  transform: rotateX(0deg) rotateY(0deg);
}
.about-two__funfact__card__icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--zoomvilla-base, #D7984E);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  font-size: 50px;
  color: var(--zoomvilla-white, #FFFFFF);
}
.about-two__funfact__card {
  text-align: center;
}
.about-two__funfact__card__count {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 1px;
  margin-bottom: 18px;
}
.about-two__funfact__card__text {
  color: var(--zoomvilla-white, #FFFFFF);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
}
.about-two__happy-client {
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: #F6F7F8;
  padding: 55px 0 55px 110px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 1700px) and (min-width: 1200px) {
  .about-two__happy-client {
    display: none;
  }
}
@media (max-width: 1199px) {
  .about-two__happy-client {
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 575px) {
  .about-two__happy-client {
    padding: 20px 20px;
  }
}
@media (max-width: 475px) {
  .about-two__happy-client {
    flex-direction: column;
  }
}
.about-two__happy-client__thumb {
  display: flex;
  align-items: center;
}
.about-two__happy-client__thumb__item {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid var(--zoomvilla-white, #FFFFFF);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.about-two__happy-client__thumb__item img {
  object-fit: cover;
  width: 100%;
}
.about-two__happy-client__thumb__item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--zoomvilla-black3-rgb, 30, 31, 36), 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: var(--zoomvilla-white, #FFFFFF);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.about-two__happy-client__thumb__item:hover a {
  visibility: visible;
  opacity: 1;
}
.about-two__happy-client__thumb__item + .about-two__happy-client__thumb__item {
  margin-left: -20px;
}
.about-two__happy-client__title {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 136.364%;
  margin-bottom: 5px;
}
.about-two__happy-client__star {
  display: flex;
  align-items: center;
}
.about-two__happy-client__star i {
  color: var(--zoomvilla-base, #D7984E);
  font-size: 16px;
}
.about-two__happy-client__star span {
  color: var(--zoomvilla-black3, #1E1F24);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  margin: 0;
  display: block;
}
.about-two__shape {
  position: absolute;
  bottom: 40%;
  right: 0;
}
.about-two__shape img {
  animation: messageMove 4s ease-in-out infinite;
}


.about-three {
  position: relative;
}
.about-three__content .sec-title {
  margin-right: -55px;
}
@media (max-width: 1199px) {
  .about-three__content .sec-title {
    margin-right: 0;
  }
}
.about-three__content .house-solituions__icon i {
  transform: rotate(0);
}
.about-three__content .house-solituions {
}
.about-three__content__text {
  margin-bottom: 35px;
  color: var(--zoomvilla-white, #FFFFFF);
}
.about-three .auravalley-btn::before {
  background-color: var(--bs-black);
}
.about-three .auravalley-btn::after {
  background-color: #ffffff;
}
.about-three .auravalley-btn:hover {
  color: #ffffff;
}
.about-three__content__thumb {
  margin-right: 15px;
  position: relative;
  z-index: 1;
}
.about-three__content__thumb__item img {
  object-fit: cover;
  width: 100%;
  border-radius: 20px;
}
.about-three__content__thumb__shape {
  position: absolute;
  bottom: 15%;
  left: -113px;
}
.about-three__content__thumb__shape img {
  animation: topToBottom 3s ease-in-out infinite;
}
.about-three__thumb {
  position: relative;
  z-index: 1;
}
.about-three__thumb__item {
  position: relative;
  z-index: 1;
}
.about-three__thumb__item img {
  object-fit: cover;
  width: 100%;
}
.about-three__thumb__item::after {
  content: "";
  position: absolute;
  top: 10px;
  left: -10px;
  right: 50px;
  bottom: 72px;
  background-color: var(--zoomvilla-white, #FFFFFF);
  clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
}
.about-three__thumb__item-two {
  overflow: hidden;
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 50%;
  width: 190px;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background-color: var(--zoomvilla-base, #D7984E);
}
.about-three__thumb__item-two img {
  object-fit: cover;
  width: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.about-three__thumb__item-two::after {
  content: "";
  width: 94.281px;
  height: 248px;
  transform: rotate(-157.223deg) translateX(-50%);
  position: absolute;
  top: -50px;
  background-color: var(--zoomvilla-white, #FFFFFF);
  left: 6%;
}
.about-three__thumb__item-shape {
  position: absolute;
  right: -80px;
  z-index: -1;
  bottom: 35px;
}
.about-three__thumb__item-shape img {
  animation: topToBottom 3s ease-in-out infinite;
}

.about-four {
  position: relative;
}
.about-four__content .sec-title {
  margin-bottom: 18px;
}
.about-four__text {
  margin-bottom: 30px;
}
.about-four__text span {
  color: var(--zoomvilla-base, #D7984E);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.about-four .about-four__price-box + .about-four__text {
  margin-top: 30px;
  margin-bottom: 30px;
}
.about-four__price-box {
  display: flex;
  align-items: center;
  justify-content: start;
}
.about-four__price-box:hover .about-four__price-icon {
  background-color: var(--zoomvilla-black5, #1E1F24);
}
.about-four__price-box:hover .about-four__price {
  background-color: var(--zoomvilla-base, #D7984E);
  color: var(--zoomvilla-white, #FFFFFF);
}
.about-four__price-icon {
  max-width: 141px;
  width: 100%;
  height: 120px;
  background-color: var(--zoomvilla-base, #D7984E);
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%);
  font-size: 52px;
  color: var(--zoomvilla-white, #FFFFFF);
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) and (min-width: 991px), (max-width: 767px) {
  .about-four__price-icon {
    max-width: 100px;
    width: 100%;
    height: 90px;
    font-size: 40px;
  }
}
.about-four__price-icon::after {
  content: "";
  position: absolute;
  top: 9px;
  bottom: 9px;
  left: 18px;
  right: 18px;
  background-color: transparent;
  border: 1px dashed var(--zoomvilla-white, #FFFFFF);
  transform: skew(-0.179rad);
}
.about-four__price {
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  width: 100%;
  text-transform: uppercase;
  display: block;
  margin: 0;
  clip-path: polygon(0 0, 92% 0, 100% 50%, 92% 100%, 0 100%, 0% 50%);
  padding: 13px 58px 13px 50px;
  margin-left: -30px;
  background-color: var(--zoomvilla-black3, #1E1F24);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) and (min-width: 991px) {
  .about-four__price {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .about-four__price {
    font-size: 20px;
  }
  .about-four__price span {
    font-size: 16px;
  }
}
.about-four__price span {
  font-size: 20px;
}
.about-four__author {
  border-top: 1px solid var(--zoomvilla-border-color, #dddddd);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .about-four__author {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 20px;
    width: 100%;
  }
}
.about-four__author__avater {
  padding-top: 30px;
  display: flex;
  align-items: center;
  gap: 27px;
  width: 60%;
  border-right: 1px solid var(--zoomvilla-border-color, #dddddd);
}
@media (max-width: 575px) {
  .about-four__author__avater {
    border-right: none;
    width: 100%;
  }
}
.about-four__author__image {
  max-width: 80px;
  width: 100%;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.about-four__author__image img {
  object-fit: cover;
  width: 100%;
}
.about-four__thumb {
  text-align: end;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .about-four__thumb img {
    object-fit: cover;
    width: 100%;
    border: none;
  }
}
.about-four__thumb__item-small {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  .about-four__thumb__item-small {
    position: relative;
    transform: translateY(0%);
    margin-top: 20px;
  }
  .about-four__thumb__item-small img {
    object-fit: cover;
    width: 100%;
    border: none;
  }
}
.about-four__thumb__item-small img {
  border: 10px solid var(--zoomvilla-white, #FFFFFF);
  border-left: none;
}
.about-four__thumb .video-popup {
  width: 55.473px;
  height: 55.473px;
  background-color: var(--zoomvilla-white, #FFFFFF);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.about-four__thumb .video-popup::before {
  content: "";
  position: absolute;
  top: -40%;
  left: -40%;
  width: 160%;
  display: block;
  height: 160%;
  border: 50px solid rgba(var(--zoomvilla-white-rgb, 255, 255, 255), 0.6);
  border-radius: 50%;
  transform: scale(0.6);
  z-index: -1;
  animation: border-zooming 1.2s infinite linear;
  transition: all 0.4s ease-in-out;
}
.about-four__thumb .video-popup::after {
  content: "";
  position: absolute;
  top: -40%;
  left: -40%;
  width: 160%;
  height: 160%;
  border: 50px solid rgba(var(--zoomvilla-white-rgb, 255, 255, 255), 0.7);
  border-radius: 50%;
  transform: scale(0.6);
  z-index: -1;
  animation: border-zooming 1.2s infinite linear;
  animation-delay: 0.3s;
  transition: all 0.4s ease-in-out;
}
.about-four__thumb .video-popup:hover {
  background-color: var(--zoomvilla-base, #D7984E);
  color: var(--zoomvilla-white, #FFFFFF);
}
.about-four__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 115px;
  height: 87px;
  background-color: #1E1F24;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media (max-width: 575px) {
  .about-four__thumb::after {
    display: none;
  }
}
.about-four__thumb::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 115px;
  height: 87px;
  background-color: var(--zoomvilla-base, #D7984E);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
@media (max-width: 575px) {
  .about-four__thumb::before {
    display: none;
  }
}

.about-five {
  position: relative;
  background-color: var(--zoomvilla-white, #FFFFFF);
  border-top: 1px solid #DDDDDD;
}
.about-five__content .sec-title {
  margin-bottom: 18px;
}
.about-five__text {
  margin-bottom: 32px;
}
.about-five__feature {
  margin-bottom: 25px;
}
.about-five__feature__thumb img {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
}
.about-five__feature__top {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 12px;
}
.about-five__feature__top i {
  color: var(--zoomvilla-base, #D7984E);
  font-size: 35px;
}
.about-five__feature__title {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  transition: all 0.4s ease-in-out;
}
.about-five__feature__title:hover {
  background-size: 100% 1px;
}
.about-five__feature__title:hover {
  color: var(--zoomvilla-base, #D7984E);
}
.about-five__feature__text {
  margin: 0;
}
.about-five__feature__item + .about-five__feature__item {
  margin-top: 22px;
}
.about-five__text-box {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.about-five__text-box span {
  font-size: 37px;
  color: var(--zoomvilla-base, #D7984E);
  font-weight: 700;
  padding-right: 12px;
  border-right: 2px solid var(--zoomvilla-base, #D7984E);
  margin-right: 12px;
}
.about-five__btn {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media (max-width: 575px) {
  .about-five__btn {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 20px;
  }
}
.about-five__btn .auravalley-btn {
  background-color: var(--zoomvilla-black, #222222);
  padding-left: 30px;
  padding-right: 30px;
}
.about-five__btn .auravalley-btn::after {
  background-color: var(--zoomvilla-base, #D7984E);
}
.about-five__btn .auravalley-btn::before {
  background-color: var(--zoomvilla-base, #D7984E);
}
.about-five__btn .auravalley-btn:hover::after {
  background-color: var(--zoomvilla-black, #222222);
}
.about-five__video {
  display: flex;
  align-items: center;
  gap: 22px;
}
.about-five__video i {
  font-size: 48px;
  color: var(--zoomvilla-base, #D7984E);
}
.about-five__video span {
  color: var(--zoomvilla-base, #D7984E);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.about-five__thumb {
  position: relative;
  z-index: 1;
}
.about-five__thumb__item {
  position: relative;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 312.000000"  preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,312.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M426 3103 c-42 -27 -408 -684 -407 -733 0 -25 56 -144 200 -425 l201 -390 0 -743 0 -744 34 -34 34 -34 1226 2 1226 3 27 28 28 27 0 1500 0 1500 -28 27 -27 28 -1243 3 c-1168 2 -1244 1 -1271 -15z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 312.000000"  preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,312.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M426 3103 c-42 -27 -408 -684 -407 -733 0 -25 56 -144 200 -425 l201 -390 0 -743 0 -744 34 -34 34 -34 1226 2 1226 3 27 28 28 27 0 1500 0 1500 -28 27 -27 28 -1243 3 c-1168 2 -1244 1 -1271 -15z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
.about-five__thumb__item img {
  object-fit: cover;
  width: 100%;
}
.about-five__thumb__item-small {
  position: absolute;
  bottom: -85px;
  border-radius: 10px;
  border: 8px solid var(--zoomvilla-white, #FFFFFF);
}
.about-five__thumb__item-small img {
  border-radius: 10px;
}
.about-five__thumb__price {
  padding: 15px 32px;
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  margin-right: 0;
  border-left: 4px solid var(--zoomvilla-base, #D7984E);
  position: absolute;
  right: 0;
  z-index: 1;
  background: linear-gradient(90deg, #F6F7F8 0%, rgba(217, 217, 217, 0) 100%);
}
@media (max-width: 575px) {
  .about-five__thumb__price {
    font-size: 20px;
  }
}
.about-five__thumb__price span {
  color: var(--zoomvilla-base, #D7984E);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}
.about-five__thumb__price::after {
  content: "";
  width: 12px;
  height: 14px;
  position: absolute;
  left: -4px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--zoomvilla-base, #D7984E);
}
.about-five__thumb__shape {
  position: absolute;
  top: 60%;
  left: 0;
  transform: translateY(-50%);
}
.about-five__thumb__shape img {
  animation: topToBottom 3s ease-in-out infinite;
}
@media (max-width: 575px) {
  .about-five__thumb__shape {
    display: none;
  }
}
.about-five__thumb__text-round {
  width: 219px;
  height: 219px;
  border: 5px solid var(--zoomvilla-white, #FFFFFF);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 60px;
  z-index: 1;
  right: -100px;
  background-color: var(--zoomvilla-base, #D7984E);
}
@media (max-width: 575px) {
  .about-five__thumb__text-round {
    display: none;
  }
}
.about-five__thumb__text-round::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-color: transparent;
  border: 2px dashed var(--zoomvilla-white, #FFFFFF);
  border-radius: 50%;
}
.about-five__thumb__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-five__thumb__img img {
  animation: textRotate 8s ease-in-out infinite;
}
.about-five__thumb__text-icon {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--zoomvilla-white, #FFFFFF);
  font-size: 42px;
  color: var(--zoomvilla-base, #D7984E);
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials-one {
  position: relative;
  z-index: 1;
  background-color: #F6F7F8;
}
.testimonials-one__thumb {
  position: absolute;
  width: 70%;
}
.testimonials-one__thumb img {}
@media (max-width: 992px) {
  .testimonials-one__thumb {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
  }
  .testimonials-one__thumb img {
    object-fit: cover;
    width: 100%;
  }
}
.testimonials-one__thumb img {
  border-radius: 15px;
  width: 100%;
}
.testimonials-one__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 20px 0 20px 20px;
  border-radius: 1000px 0 0 1000px;
  background-color: var(--zoomvilla-white, #FFFFFF);
  border: 1px solid var(--zoomvilla-white, #FFFFFF);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 992px) {
  .testimonials-one__item {
    flex-direction: column;
    border-radius: 10px;
    justify-content: start;
    align-items: start;
    background-color: rgba(var(--zoomvilla-border-color-rgb, 221, 221, 221), 0.6);
  }
}
.testimonials-one__item__content {
  margin-left: 35px;
}
.testimonials-one__item__text {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 138.889%;
  margin-bottom: 7px;
}
@media (max-width: 992px) {
  .testimonials-one__item__text {
    margin-bottom: 15px;
  }
}
@media (max-width: 992px) {
  .testimonials-one__item__user {
    margin-bottom: 10px;
  }
}
.testimonials-one__item__user__name {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 113.636%;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.testimonials-one__item__user__dec {
  margin: 0;
}
.testimonials-one__item__image {
  position: relative;
  z-index: 1;
  /* width: 100%; */
  /* max-width: 144px; */
  /* height: 144px; */
  display: none;
}
.testimonials-one__item__image img {display: none;}
@media (max-width: 992px) {
  .testimonials-one__item__image {
    margin-bottom: 20px;
  }
}
.testimonials-one__item__quite {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--zoomvilla-white, #FFFFFF);
  background-color: var(--zoomvilla-base, #D7984E);
  font-size: 22px;
  color: var(--zoomvilla-white, #FFFFFF);
  position: absolute;
  top: 0;
  left: 0;
}
.testimonials-one__item__star {
  margin-top: -22px;
  margin-bottom: -22px;
  padding: 22px 11px;
  margin-left: 20px;
  background-color: var(--zoomvilla-black, #222222);
  width: 45px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 7.5px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 992px) {
  .testimonials-one__item__star {
    display: inline-flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    width: auto;
    margin: 0;
    padding: 11px 22px;
    border-radius: 10px;
  }
}
.testimonials-one__item__star i {
  font-size: 22px;
  color: var(--zoomvilla-white, #FFFFFF);
}
.testimonials-one__item:hover {
  border-color: var(--zoomvilla-base, #D7984E);
}
.testimonials-one__item:hover .testimonials-one__item__star {
  background-color: var(--zoomvilla-base, #D7984E);
}
.testimonials-one__carousel {
  position: relative;
  z-index: 1;
}
.testimonials-one__carousel .slick-slide + .slick-slide {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .testimonials-one__carousel .slick-slide + .slick-slide {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .testimonials-one__carousel .slick-track {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
.testimonials-one__slick-button {
  margin-left: auto;
  margin-right: 106px;
  border: 1px solid var(--zoomvilla-black, #222222);
  outline: none;
  padding: 0;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: var(--zoomvilla-black, #222222);
  background-color: transparent;
  border-radius: 50%;
  transition: all 400ms ease;
}
@media (max-width: 992px) {
  .testimonials-one__slick-button {
    margin-right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
  }
}
@media (max-width: 575px) {
  .testimonials-one__slick-button {
    display: none;
  }
}
@media (max-width: 575px) {
  .testimonials-one__slick-button {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}
.testimonials-one__slick-button--next {
  margin-top: 15px;
  transform: rotateX(-190deg);
}
@media (max-width: 992px) {
  .testimonials-one__slick-button--next {
    margin: 0;
    right: -100px;
    transform: translateY(-50%) rotate(90deg);
  }
}
.testimonials-one__slick-button--prev {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .testimonials-one__slick-button--prev {
    margin: 0;
    left: -100px;
    transform: translateY(-50%) rotate(-90deg);
  }
}
.testimonials-one__slick-button:hover {
  color: var(--zoomvilla-white, #FFFFFF);
  background-color: var(--zoomvilla-base, #D7984E);
  border-color: var(--zoomvilla-base, #D7984E);
}

.testimonials-three {
  position: relative;
  background-color: var(--aura-black);
}
.testimonials-three h3 {color:#fff}
.testimonials-three__card {
  position: relative;
  z-index: 1;
  padding: 0 45px 45px;
  background-color: var(--zoomvilla-black5, #1E1F24);
  border-radius: 50px;
  overflow: hidden;
  height: 380px;
}
@media (max-width: 991px) and (min-width: 767px), (max-width: 575px) {
  .testimonials-three__card {
    padding: 0 25px 25px;
  }
}
.testimonials-three__card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  position: relative;
  z-index: 1;
  margin-bottom: 23px;
}
.testimonials-three__card__top::after {
  content: "";
  width: 138px;
  height: 88px;
  position: absolute;
  top: 0;
  background-color: var(--aura-lite-brown);
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.testimonials-three__card__top::before {
  content: "";
  width: 138px;
  height: 88px;
  position: absolute;
  top: 0;
  background-color: #8b735a;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.testimonials-three__card__top .border-box {
  position: absolute;
  top: 60%;
  left: 180px;
  right: 120px;
  background-color: transparent;
  border-bottom: 2px dashed var(--zoomvilla-white, #FFFFFF);
}
.testimonials-three__card__thumb {
  margin-left: 23px;
  width: 93px;
  height: 93px;
  border-radius: 50%;
  border: 5px solid var(--zoomvilla-white, #FFFFFF);
}
.testimonials-three__card__thumb img {
  object-fit: cover;
  width: 100%;
  border-radius: 50%;
}
.testimonials-three__card .quite {
  font-size: 75px;
  color: var(--aura-lite-brown);
  transform: rotate(160deg);
  line-height: 1;
}
.testimonials-three__card__text {
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 159.091%;
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .testimonials-three__card__text {
    font-size: 16px;
  }
}
.testimonials-three__card__bottom {
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .testimonials-three__card__bottom {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
  }
}
.testimonials-three__card__author {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 4px solid var(--aura-light-yellow);
  flex: 1;
}
@media (max-width: 500px) {
  .testimonials-three__card__author {
    margin-right: 0;
    padding-right: 0;
    border: none;
  }
}
.testimonials-three__card__author__name {
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 5px;
}
@media (max-width: 991px) and (min-width: 767px), (max-width: 575px) {
  .testimonials-three__card__author__name {
    font-size: 20px;
  }
}
.testimonials-three__card__author__dec {
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
}

.testimonials-three__carousel-box {
  margin-left: -70px;
  margin-right: -70px;
}
@media (max-width: 767px) {
  .testimonials-three__carousel-box {
    margin-left: 0;
    margin-right: 0;
  }
}
.testimonials-three__carousel .owl-item {
  opacity: 0.35;
}
.testimonials-three__carousel .center {
  opacity: 1;
}
.testimonials-three__carousel .center .testimonials-three__card::after {
  transform: translate(0px, 0px) rotate(48.962deg);
}

.testimonials-five {
  position: relative;
}
.testimonials-five .testimonials-five__thumb__item {
  position: relative;
  display: inline-flex;
}
.testimonials-five__carousel .slick-dots {
  margin-top: 10px !important;
  justify-content: start !important;
}
.testimonials-five__item__top {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
}
.testimonials-five__item__top span {
  color: var(--zoomvilla-base, #D7984E);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 136.364%;
  display: block;
}
@media (max-width: 575px) {
  .testimonials-five__item__top span {
    font-size: 16px;
  }
}
.testimonials-five__item__star {
  border-radius: 100px;
  background-color: var(--zoomvilla-black3, #1E1F24);
  display: flex;
  align-items: center;
  color: var(--zoomvilla-white, #FFFFFF);
  letter-spacing: 8px;
  font-size: 22px;
  padding: 10px 20px;
}
@media (max-width: 575px) {
  .testimonials-five__item__star {
    font-size: 16px;
  }
}
.testimonials-five__item__text {
  color: #535353;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
  .testimonials-five__item__text {
    font-size: 20px;
  }
}
.testimonials-five__item__text i {
  color: var(--zoomvilla-base, #D7984E);
}
.testimonials-five__item__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonials-five__item__name {
  color: var(--zoomvilla-black2, #333333);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 113.636%;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.testimonials-five__item__dec {
  color: #636363;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
  margin: 0;
}
.testimonials-five__item__quite {
  font-size: 70px;
  color: var(--zoomvilla-base, #D7984E);
  line-height: 1;
}
.testimonials-five__thumb__box {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .testimonials-five__thumb__box {
    display: none;
  }
}
.testimonials-five__thumb__box .slick-vertical .slick-slide {
  width: 118px;
  height: 121px;
  text-align: center;
  border: 0 solid transparent;
}
.testimonials-five__thumb__box .slick-current + .slick-active .testimonials-five__thumb__item {
  position: relative;
  margin-top: -30px;
  z-index: 2;
  border-radius: 10px;
  padding: 10px;
  background-color: var(--zoomvilla-base, #D7984E);
}
.testimonials-five__thumb__box .slick-current + .slick-active .testimonials-five__thumb__item img {
  width: 200px;
  height: 160px;
}
.testimonials-five__thumb__item img {
  border-radius: 10px;
  object-fit: cover;
  width: 118px;
  height: 121px;
}
.testimonials-five__thumb__shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.testimonials-five__thumb__shape img {
  animation: rotate 10s ease-in-out infinite;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery-page {
  position: relative;
  z-index: 1;
  padding-bottom: 90px;
}

.gallery-page__card {
  position: relative;
  overflow: hidden;
  background-color: var(--zoomvilla-black, #222222);
  /* margin: 0 0 30px; */
  height: 100%;
}
.gallery-page__card img {
  transform: scale(1);
  object-fit: cover;
  width: 100%;
  transition: transform 500ms ease, opacity 500ms ease;
  opacity: 1;
  height: 100%;
}
.gallery-page__card__hover {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(var(--zoomvilla-black-rgb, 34, 34, 34), 0.7);
  display: flex;
  justify-content: start;
  align-items: end;
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
}

.gallery-page__card__hover .img-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  background-color: var(--zoomvilla-white, #FFFFFF);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: var(--aura-lite-brown);
  transform: translate(-50%, -50%);
}
.gallery-page__card__hover .img-popup:hover {
  color: var(--zoomvilla-white, #FFFFFF);
  background-color: var(--aura-lite-brown);
}
.gallery-page__card__hover__content {
  padding-left: 25px;
  padding-bottom: 20px;
}
.gallery-page__card__hover__text {
  color: var(--zoomvilla-base, #D7984E);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 156.25%;
  text-transform: capitalize;
  margin: 0;
}
.gallery-page__card__hover__title {
  color: var(--zoomvilla-white, #FFFFFF);
  font-family: var(--zoomvilla-heading-font, "Readex Pro", sans-serif);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}
.gallery-page__card__hover__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.gallery-page__card__hover__title a:hover {
  background-size: 100% 1px;
}
.gallery-page__card:hover img {
  transform: scale(1.05);
}
.gallery-page__card:hover .gallery-page__card__hover {
  transform-origin: top center;
  transform: scale(1, 1);
}


/*--------------------------------------------------------------
# Team details
--------------------------------------------------------------*/
/*** Team Details **/
.team-details {
  position: relative;
  z-index: 1;
}
.team-details__image img {
  object-fit: cover;
  width: 100%;
}
.team-details__title {
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}
.team-details__designation {
  color: #5E5B5B;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 156.25%;
  margin-bottom: 20px;
}
.team-details__text {
  margin: 0;
  max-width: 500px;
  width: 100%;
  margin-bottom: 20px;
}
.team-details__box {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .team-details__box {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}
.team-details__box__content {
  border: 1px solid var(--zoomvilla-border-color, #dddddd);
  border-left: none;
  padding: 40px 30px 40px 30px;
}
@media (min-width: 1200px) {
  .team-details__box__content {
    padding: 40px 50px 40px 70px;
  }
}
.team-details__box__title {
  color: var(--zoomvilla-black5, #1E1F24);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 113.636%;
  text-transform: capitalize;
  margin: 0 0 15px;
}
.team-details__box__text {
  color: #636363;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  padding-left: 25px;
  position: relative;
  z-index: 1;
}
.team-details__box__text::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 1px solid var(--zoomvilla-base, #D7984E);
  position: absolute;
  top: 5px;
  left: 0px;
}
.team-details__box__text::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--zoomvilla-black, #222222);
  position: absolute;
  top: 9px;
  left: 4px;
}
.team-details__box__text + .team-details__box__text {
  margin-top: 15px;
}
.team-details__list {
  margin: 0;
  max-width: 320px;
  width: 100%;
}
.team-details__list__item {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 22px 10px 22px 30px;
  gap: 20px;
  border: 1px solid var(--zoomvilla-border-color, #dddddd);
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 600ms ease-in-out;
}
.team-details__list__item--two {
  padding: 22px 10px 22px 30px;
}
.team-details__list__item--two .team-details__list__icon {
  font-size: 65px;
  color: var(--zoomvilla-base, #D7984E);
}
.team-details__list__item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--zoomvilla-base, #D7984E);
  transform: translateY(-100%);
  transition: all 600ms ease-in-out;
  z-index: -1;
}
.team-details__list__item:hover {
  border-color: var(--zoomvilla-base, #D7984E);
}
.team-details__list__item:hover::after {
  transform: translateY(0%);
}
.team-details__list__item:hover .team-details__list__title,
.team-details__list__item:hover .team-details__list__link {
  color: var(--zoomvilla-white, #FFFFFF);
}
.team-details__list__item:hover .team-details__list__icon {
  color: var(--zoomvilla-white, #FFFFFF);
}
.team-details__list__icon {
  font-size: 40px;
  color: var(--zoomvilla-black, #222222);
  line-height: normal;
  transition: all 600ms ease-in-out;
}
.team-details__list__title {
  color: #1B1A1A;
  text-transform: capitalize;
  font-size: 25px;
  font-family: var(--zoomvilla-heading-font, "Readex Pro", sans-serif);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin: 0;
  display: block;
  transition: all 600ms ease-in-out;
}
.team-details__list__link {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
  transition: all 600ms ease-in-out;
}
.team-details__list a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.team-details__list a:hover {
  background-size: 100% 1px;
}
.team-details__list p {
  margin-top: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 156.25%;
}



/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services-three {background: #f7f7f7;}
.service-card {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  background-color: #F6F7F8;
  padding: 50px 20px 40px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .service-card {
    padding: 30px 15px 20px;
  }
}
.service-card__icon-box {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  font-size: 45px;
  color: var(--aura-lite-brown);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .service-card__icon-box {
    font-size: 30px;
    width: 70px;
    height: 70px;
  }
}
.service-card__content {
  text-align: center;
}
.service-card__title {
  color: var(--zoomvilla-black4, #000000);
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 113.636%;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.service-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-card__title a:hover {
  background-size: 100% 1px;
}
.service-card__text {
  color: var(--zoomvilla-text-gray, #636363);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
  margin-bottom: 17px;
  transition: all 0.4s ease-in-out;
}
.service-card__link {
  color: #444;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  margin: 0;
  transition: all 0.4s ease-in-out;
}
.service-card__link i {
  margin-left: 8px;
  color: var(--zoomvilla-base, #D7984E);
  transition: all 0.4s ease-in-out;
}
.service-card__link:hover {
  color: var(--zoomvilla-base, #D7984E);
}
.service-card__link:hover i {
  color: var(--zoomvilla-black, #222222);
}
.service-card__shape {
  overflow: hidden;
  border: 1px solid #DDD;
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  border-radius: 16px;
  background-color: transparent;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.service-card__shape::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 57px;
  height: 57px;
  background-color: var(--aura-green);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  transition: all 0.4s ease-in-out;
}

.service-card__image {
    height: 298px;
}
.service-card__image img {
  object-fit: cover;
  width: 100%;
  border-radius: 16px;
  height: 100%;
}
.service-card:hover {
  background-color: var(--zoomvilla-black, #222222);
}
.service-card:hover .service-card__shape {
  background-color: var(--aura-green);
  border-color: var(--zoomvilla-black, #222222);
}
.service-card:hover .service-card__shape::after {
  background-color: var(--zoomvilla-white, #FFFFFF);
}
.service-card:hover .service-card__title,
.service-card:hover .service-card__link,
.service-card:hover .service-card__link i,
.service-card:hover .service-card__text {
  color: var(--zoomvilla-white, #FFFFFF);
}
.service-card:hover .service-card__icon {
  animation: wobble-horizontal-hover 1s ease-in-out 1;
}

/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
  position: relative;
  z-index: 1;
  padding-bottom: 45px;
}
.service-details__image img {
  object-fit: cover;
  width: 100%;
}

.house-property {
  position: relative;
}
.house-property__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: capitalize;
  margin-bottom: 13px;
}
.house-property__text {
  margin: 0;
}
.house-property__text + .house-property__text {
  margin-top: 15px;
  margin-bottom: 35px;
}
.house-property__item {
  max-width: 270px;
  width: 100%;
  background: var(--zoomvilla-white, #FFFFFF);
}
.house-property__item__top {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--zoomvilla-border-color, #dddddd);
  padding-bottom: 10px;
  margin-bottom: 18px;
}
.house-property__item__top i {
  font-size: 35px;
  color: var(--zoomvilla-base, #D7984E);
  margin-right: 10px;
}
.house-property__item__title {
  color: var(--zoomvilla-black, #222222);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
.house-property__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.house-property__item__title a:hover {
  background-size: 100% 1px;
}
.house-property__item__title a:hover {
  color: var(--zoomvilla-base, #D7984E);
}
.house-property__item__text {
  margin: 0;
}
.house-property__item + .house-property__item {
  margin-top: 20px;
}
.house-property__text__two {
  margin-top: 30px;
  max-width: 760px;
  width: 100%;
  margin-bottom: 40px;
}
.house-property__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  border: 1px solid rgba(221, 221, 221, 0.5);
  background: var(--zoomvilla-black4, #000000);
  padding: 31px 34px;
  max-width: 915px;
  width: 100%;
}
@media (max-width: 991px) {
  .house-property__box {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .house-property__box {
    padding: 20px;
  }
}
.house-property__box__left {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 70%;
  width: 70%;
}
@media (max-width: 991px) {
  .house-property__box__left {
    width: 100%;
    flex: 100%;
  }
}
@media (max-width: 767px) {
  .house-property__box__left {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
  }
}
.house-property__box__icon {
  width: 100%;
  max-width: 76px;
  height: 76px;
  font-size: 40px;
  color: var(--zoomvilla-base, #D7984E);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: var(--zoomvilla-white, #FFFFFF);
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.house-property__box__icon::before, .house-property__box__icon::after {
  content: "";
  position: absolute;
  width: 33.388px;
  height: 45.063px;
  transform: rotate(50.486deg);
  background-color: var(--zoomvilla-base, #D7984E);
  z-index: -1;
}
.house-property__box__icon::before {
  top: -20px;
  left: -10px;
}
.house-property__box__icon::after {
  bottom: -20px;
  right: -10px;
}
.house-property__box__title {
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 181.818%;
  text-transform: capitalize;
  margin: 0;
}
.house-property__box__text {
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.house-property__box__btn a {
  color: var(--zoomvilla-black4, #000000);
  text-align: center;
  font-family: var(--zoomvilla-heading-font, "Readex Pro", sans-serif);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 250%;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  border-radius: 100px;
  padding: 0px 25px;
  background-color: #F2F2F2;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.house-property__box__btn a::after {
  display: none;
}
.house-property__box__btn a::before {
  background-color: var(--zoomvilla-base, #D7984E);
}
.house-property__box__btn a i {
  color: var(--zoomvilla-base, #D7984E);
}
.house-property__box__btn a:hover {
  color: var(--zoomvilla-white, #FFFFFF);
}
.house-property__box__btn a:hover i {
  color: var(--zoomvilla-white, #FFFFFF);
}
.house-property__thumb img {
  object-fit: cover;
  width: 100%;
}

/*--------------------------------------------------------------
# Projects
--------------------------------------------------------------*/
.project-one {
  position: relative;
  z-index: 1;
  padding-bottom: 90px;
}
.project-one__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .project-one__top {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 25px;
  }
}
.project-one__top .sec-title {
  padding-bottom: 0;
}
.project-one__top__list {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .project-one__top__list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.project-one__top__list li {
  color: var(--zoomvilla-black, #222222);
  text-align: center;
  font-family: var(--zoomvilla-heading-font, "Readex Pro", sans-serif);
  text-transform: uppercase;
  margin: 0;
  padding: 12px 15px;
  background: #F4F4F4;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  color: var(--zoomvilla-black, #222222);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
  .project-one__top__list li {
    padding: 8px 15px;
    font-size: 16px;
  }
}
.project-one__top__list li:hover, .project-one__top__list li.active {
  background-color: var(--zoomvilla-base, #D7984E);
  color: var(--zoomvilla-white, #FFFFFF);
}
.project-one__top__list li + li {
  margin-left: 20px;
}
.project-one__card {
  position: relative;
  overflow: hidden;
  background-color: var(--zoomvilla-black, #222222);
  margin: 0 0 30px;
}
.project-one__card img {
  transform: scale(1);
  object-fit: cover;
  width: 100%;
  transition: transform 500ms ease, opacity 500ms ease;
  opacity: 1;
}
.project-one__card__hover {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: transparent;
  display: flex;
  justify-content: start;
  align-items: end;
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
}
.project-one__card__hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: -1;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(30, 31, 36, 0.8) 47.4%);
}
.project-one__card__hover .img-popup {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 50px;
  height: 50px;
  background-color: var(--zoomvilla-white, #FFFFFF);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--zoomvilla-base, #D7984E);
  transition: all 0.4s ease-in-out;
}
.project-one__card__hover .img-popup:hover {
  background-color: var(--zoomvilla-base, #D7984E);
  color: var(--zoomvilla-white, #FFFFFF);
}
.project-one__card__hover__content {
  padding-left: 25px;
  padding-bottom: 20px;
}
.project-one__card__hover__text {
  color: var(--zoomvilla-white, #FFFFFF);
  margin: 0;
  font-family: var(--zoomvilla-heading-font, "Readex Pro", sans-serif);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.project-one__card__hover__text span {
  color: var(--zoomvilla-base, #D7984E);
}
.project-one__card__hover__title {
  color: var(--zoomvilla-white, #FFFFFF);
  font-family: var(--zoomvilla-heading-font, "Readex Pro", sans-serif);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 113.636%;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.project-one__card__hover__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.project-one__card__hover__title a:hover {
  background-size: 100% 1px;
}
.project-one__card:hover img {
  transform: scale(1.05);
}
.project-one__card:hover .project-one__card__hover {
  transform-origin: top center;
  transform: scale(1, 1);
}

.project-five {
  position: relative;
  z-index: 1;
  background-color: #F6F7F8;
}
.project-five__bg {
  position: absolute;
  background-repeat: repeat;
  background-size: cover;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.project-five__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .project-five__content {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin-bottom: 50px;
  }
}
.project-five__button .zoomvilla-fleet__filter-list {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .project-five__button .zoomvilla-fleet__filter-list {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.project-five__button .zoomvilla-fleet__filter-list li {
  color: #333;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  text-transform: uppercase;
  margin: 0;
  padding: 13px 19px;
  background-color: var(--zoomvilla-white, #FFFFFF);
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
  .project-five__button .zoomvilla-fleet__filter-list li {
    font-size: 16px;
    padding: 6px 12px;
  }
}
.project-five__button .zoomvilla-fleet__filter-list li.active, .project-five__button .zoomvilla-fleet__filter-list li:hover {
  background-color: var(--zoomvilla-base, #D7984E);
  color: var(--zoomvilla-white, #FFFFFF);
}
.project-five__item {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.project-five__item__inner {
  position: absolute;
  padding: 40px;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
  .project-five__item__inner {
    padding: 20px;
  }
}
.project-five__item__inner::after {
  opacity: 1;
  visibility: visible;
  content: "";
  width: 100%;
  height: 179px;
  position: absolute;
  transition: all 0.4s ease-in-out;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(217, 217, 217, 0) 0%, rgba(30, 31, 36, 0.8) 47.4%);
}
.project-five__item__thumb img {
  object-fit: cover;
  width: 100%;
}
.project-five__item__title {
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 113.636%;
  text-transform: capitalize;
  margin: 0;
}
@media (max-width: 1350px) and (min-width: 992px), (max-width: 767px) {
  .project-five__item__title {
    font-size: 18px;
  }
}
.project-five__item__price {
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.project-five__item__price span {
  color: var(--zoomvilla-base, #D7984E);
  text-transform: lowercase;
}
.project-five__item .img-popup {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--zoomvilla-white, #FFFFFF);
  font-size: 20px;
  color: var(--zoomvilla-base, #D7984E);
}
.project-five__item:hover .project-five__item__inner {
  visibility: hidden;
  opacity: 0;
}
.project-five__item:hover .project-five__item__inner::after {
  visibility: hidden;
  opacity: 0;
}
.project-five__item:hover .project-five__item__hover {
  transform: translateY(0%);
}
.project-five__inner {
  display: flex;
  align-items: center;
}
.project-five__item__hover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--zoomvilla-base-rgb, 215, 152, 78), 0.95);
  padding: 40px;
  z-index: 2;
  transform: translateY(100%);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1650px) and (min-width: 575px), (max-width: 425px) {
  .project-five__item__hover {
    padding: 20px;
  }
}
.project-five__item__hover__inner {
  border: 1px solid var(--zoomvilla-white, #FFFFFF);
  height: 100%;
  padding: 32px;
}
@media (max-width: 1650px) and (min-width: 575px), (max-width: 425px) {
  .project-five__item__hover__inner {
    padding: 10px;
  }
}
.project-five__item__hover .project-five__item__title {
  margin-bottom: 8px;
}
.project-five__item__hover .img-popup {
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 40px;
}
.project-five__item__hover .project-five__item__price span {
  color: var(--zoomvilla-white, #FFFFFF);
}
.project-five__item__hover .project-five__item__price {
  margin-bottom: 10px;
}
.project-five__item__hover .project-five__item__text {
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
  margin-bottom: 20px;
}
.project-five__item__hover .auravalley-btn {
  background-color: var(--zoomvilla-white, #FFFFFF);
  color: var(--zoomvilla-black3, #1E1F24);
}
.project-five__item__hover .auravalley-btn:hover {
  color: var(--zoomvilla-white, #FFFFFF);
}
.project-five__item__hover .project-five__item__icon {
  text-align: end;
  font-size: 70px;
  color: var(--zoomvilla-white, #FFFFFF);
}

.apartment-three__card {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 10px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(217, 217, 217, 0);
  transition: all 0.4s ease-in-out;
}
.apartment-three__card__image {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 10px;
}
.apartment-three__card__image__item {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.apartment-three__card__image__item img {
  object-fit: cover;
  width: 100%;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
.apartment-three__card__hover__box {
  background-color: rgba(var(--zoomvilla-white-rgb, 255, 255, 255), 0.5);
  height: 100%;
  top: 0;
  opacity: 0;
  position: absolute;
  transform: scaleX(0);
  transition: all 0.5s ease 0s;
  width: 25%;
  z-index: 1;
}
.apartment-three__card__hover__box--1 {
  left: 0;
  transition-delay: 0.105s;
}
.apartment-three__card__hover__box--2 {
  left: 25%;
  transition-delay: 0.105s;
}
.apartment-three__card__hover__box--3 {
  left: 50%;
  transition-delay: 0.105s;
}
.apartment-three__card__hover__box--4 {
  left: 75%;
  transition-delay: 0s;
}
.apartment-three__card__populer {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 1;
}
.apartment-three__card__populer .popular,
.apartment-three__card__populer .new {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
  padding: 1px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  background-color: var(--zoomvilla-white, #FFFFFF);
}
.apartment-three__card__populer .popular {
  background-color: var(--zoomvilla-base, #D7984E);
  color: var(--zoomvilla-white, #FFFFFF);
}
.apartment-three__card__list {
  display: flex;
  align-items: center;
  padding: 14px 25px;
  background-color: var(--zoomvilla-base, #D7984E);
  border-radius: 0 0 10px 10px;
  margin: 0;
  border-bottom: 1px solid transparent;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 375px) {
  .apartment-three__card__list {
    padding: 10px 15px;
  }
}
.apartment-three__card__list__item {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 375px) {
  .apartment-three__card__list__item {
    font-size: 14px;
  }
}
.apartment-three__card__list__item + .apartment-three__card__list__item {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.apartment-three__card__content {
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 1;
}
.apartment-three__card__content__inner {
  padding: 0px 30px 20px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 375px) {
  .apartment-three__card__content__inner {
    padding: 0px 15px 20px;
  }
}
.apartment-three__card__title {
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 113.636%;
  text-transform: capitalize;
  margin-bottom: 16px;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 375px) {
  .apartment-three__card__title {
    font-size: 20px;
  }
}
.apartment-three__card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.apartment-three__card__title a:hover {
  background-size: 100% 1px;
}
.apartment-three__card__price {
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}
.apartment-three__card__price span {
  text-transform: capitalize;
  color: var(--zoomvilla-base, #D7984E);
}
.apartment-three__card .heart {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--zoomvilla-base, #D7984E);
  font-size: 18px;
  background-color: var(--zoomvilla-white, #FFFFFF);
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.apartment-three__card .heart i {
  transition: all 0.4s ease-in-out;
}
.apartment-three__card .heart:hover {
  background-color: var(--zoomvilla-base, #D7984E);
}
.apartment-three__card .heart:hover i {
  color: var(--zoomvilla-white, #FFFFFF);
}
.apartment-three__card__tag a {
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.4s ease-in-out;
}
.apartment-three__card__tag a i {
  transform: rotateY(180deg);
  color: var(--zoomvilla-base, #D7984E);
}
.apartment-three__card__tag a + a {
  margin-top: 6px;
}
.apartment-three__card:hover {
  border-color: var(--zoomvilla-base, #D7984E);
}
.apartment-three__card:hover .apartment-three__card__list {
  border-radius: 0;
  border-color: #78797C;
  background-color: var(--zoomvilla-black4, #000000);
}
.apartment-three__card:hover .apartment-three__card__hover__box {
  opacity: 1;
  transform: scale(1);
}
.apartment-three__card:hover .apartment-three__card__image__item img {
  transform: scale(1.1);
}

.apartment-three-page .apartment-three__card {
  background-color: var(--zoomvilla-black5, #1E1F24);
}



/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Why Choose
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/
.funfact-one {
  position: relative;
  z-index: 1;
}
.funfact-one__item {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 40px 20px 35px;
  background-color: #F6F7F8;
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
}
.funfact-one__item__icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--zoomvilla-base, #D7984E);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  transition: all 0.4s ease-in-out;
  font-size: 50px;
  color: var(--zoomvilla-white, #FFFFFF);
}
@media (max-width: 1199px) and (min-width: 991px) {
  .funfact-one__item__icon {
    width: 80px;
    height: 80px;
    font-size: 40px;
  }
}
.funfact-one__item .funfact-one__count {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 1px;
  margin: 0 0 10px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) and (min-width: 991px) {
  .funfact-one__item .funfact-one__count {
    font-size: 30px;
  }
}
.funfact-one__item .funfact-one__funfact__text {
  color: #636363;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
  transition: all 0.4s ease-in-out;
}
.funfact-one__item__shape {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-color: transparent;
  overflow: hidden;
  border-radius: 10px;
}
.funfact-one__item__shape::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  width: 57px;
  height: 57px;
  background-color: var(--zoomvilla-base, #D7984E);
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.funfact-one__item__shape::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  width: 100%;
  transform: translate(-100%, -100%);
  height: 100%;
  background-color: var(--zoomvilla-base, #D7984E);
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.funfact-one__item:hover {
  background-color: var(--zoomvilla-black, #222222);
}
.funfact-one__item:hover .funfact-one__item__icon {
  background-color: var(--zoomvilla-white, #FFFFFF);
  color: var(--zoomvilla-base, #D7984E);
}
.funfact-one__item:hover .funfact-one__item__shape::after {
  transform: translate(0, 0);
}
.funfact-one__item:hover .funfact-one__funfact__text,
.funfact-one__item:hover .funfact-one__count {
  color: var(--zoomvilla-white, #FFFFFF);
}

/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
/*******
 * Faqs One
*******/
.apartment-two {
  position: relative;
  z-index: 1;
  background-color: #F6F7F8;
}
.apartment-two__inner {
  position: relative;
  background-color: var(--zoomvilla-white, #FFFFFF);
  border-radius: 30px;
  padding: 18px 18px;
}
.apartment-two__thumb img {
  object-fit: cover;
  width: 100%;
  border-radius: 30px;
}
.apartment-two__content {
  position: relative;
  counter-reset: FAQ;
  z-index: 1;
}
.apartment-two__content .accordion.active .accordion-content{
    display: block;
}
.apartment-two__content .accordion {
  border-radius: 30px;
  background-color: var(--zoomvilla-black, #222222);
}
.apartment-two__content .accordion + .accordion {
  margin-top: 30px;
}
.apartment-two__content .accordion-title {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-radius: 30px;
  padding-right: 7px;
  background: #F6F7F8;
}
.apartment-two__content .accordion-title__number {
  cursor: pointer;
  width: 62px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--aura-lite-brown);
  border: 1px solid var(--aura-lite-brown);
  border-radius: 30px 0px 0px 30px;
  transition: all 500ms ease;
}
@media (max-width: 375px) {
  .apartment-two__content .accordion-title__number {
    display: none;
  }
}
.apartment-two__content .accordion-title__number::after {
  content: "0" counter(FAQ) ".";
  counter-increment: FAQ;
  transition: all 500ms ease;
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.apartment-two__content .accordion-title h4 {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--zoomvilla-black, #222222);
  transition: all 500ms ease;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 430px) {
  .apartment-two__content .accordion-title h4 {
    font-size: 16px;
    padding-left: 0px;
  }
}
@media (max-width: 375px) {
  .apartment-two__content .accordion-title h4 {
    padding-left: 10px;
  }
}
.apartment-two__content .accordion-title__icon {
  max-width: 48px;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: var(--zoomvilla-white, #FFFFFF);
  border-radius: 50%;
  transform: rotateX(-190deg);
  transition: all 500ms ease;
  color: var(--aura-lite-brown);
}
.apartment-two__content .active .accordion-title__number {
  background-color: var(--zoomvilla-black, #222222);
  border-color: var(--zoomvilla-white, #FFFFFF);
}
.apartment-two__content .active .accordion-title {
  background-color: var(--aura-lite-brown);
}
.apartment-two__content .active .accordion-title h4 {
  color: var(--zoomvilla-white, #FFFFFF);
}
.apartment-two__content .active .accordion-title__icon {
  transform: rotateX(0);
}
.apartment-two__content .accordion-content {
  padding: 13px 27px 30px 40px;
  display: none;
}
@media (max-width: 425px) {
  .apartment-two__content .accordion-content {
    padding: 13px 18px 20px 20px;
  }
}
.apartment-two__content .accordion-content p {
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.apartment-two__content .accordion-content .accordion-list {
  margin: 0;
  display: flex;
  align-items: center;
  max-width: 290px;
  border-top: 1px solid #78797C;
  padding-top: 10px;
}
.apartment-two__content .accordion-content .accordion-list__item {
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 375px) {
  .apartment-two__content .accordion-content .accordion-list__item {
    font-size: 12px;
  }
}
.apartment-two__content .accordion-content .accordion-list li + li {
  padding-left: 12px;
  margin-left: 12px;
  border-left: 1px solid #78797C;
}

/*******
 * Faqs Two
*******/
.faq-page {
  position: relative;
  z-index: 1;
}
.faq-page .sec-title {
  margin-bottom: 18px;
}
.faq-page__text {
  margin-bottom: 30px;
}
.faq-page__feature {
  position: relative;
  z-index: 1;
}
.faq-page__feature__thumb {
  border: 2px solid var(--zoomvilla-base, #D7984E);
  padding: 15px;
}
.faq-page__feature__thumb img {
  object-fit: cover;
  width: 100%;
}
.faq-page__feature__content {
  padding: 18px 20px 18px;
  background-color: var(--zoomvilla-white, #FFFFFF);
  position: absolute;
  bottom: 5px;
  right: 14px;
  z-index: 1;
}
.faq-page__feature__title {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 162.5%;
  text-transform: capitalize;
}
.faq-page__feature__list {
  margin: 0;
}
.faq-page__feature__list li {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 162.5%;
  text-transform: capitalize;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.faq-page__feature__list li span {
  transition: all 0.4s ease-in-out;
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.faq-page__feature__list li span:hover {
  background-size: 100% 1px;
}
.faq-page__feature__list li i {
  transition: all 0.4s ease-in-out;
}
.faq-page__feature__list li:hover i,
.faq-page__feature__list li:hover span {
  color: var(--zoomvilla-base, #D7984E);
}
.faq-page__feature__list li + li {
  margin-top: 6px;
}

.faq-accordion--two .accordion-title h4 {
  text-transform: capitalize;
  position: relative;
}
.faq-accordion--two .accordion-title__number {
  border: 5px solid #F6F7F8;
  position: relative;
  width: 55px;
  border-right: none;
}
.faq-accordion--two .accordion-title__number::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -13px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 13px;
  height: 15px;
  background-color: var(--zoomvilla-black3, #1E1F24);
}
.faq-accordion--two .active {
  border-radius: 30px 30px 10px 10px;
}
.faq-accordion--two .apartment-two__content .active .accordion-title__number {
  border-color: var(--zoomvilla-base, #D7984E);
  background-color: var(--zoomvilla-white, #FFFFFF);
}
.faq-accordion--two .apartment-two__content .active .accordion-title__number::after {
  color: var(--zoomvilla-base, #D7984E);
}
.faq-accordion--two .apartment-two__content .active .accordion-title__number::before {
  background-color: var(--zoomvilla-white, #FFFFFF);
}
.faq-accordion--two .apartment-two__content .accordion-content {
  padding: 17px 15px 30px 20px;
}
.faq-accordion--two .inner {
  display: flex;
  align-items: center;
  gap: 10px;
}
.faq-accordion--two .inner p {
  margin: 0;
}
.faq-accordion--two .inner p span {
  text-transform: uppercase;
  color: var(--zoomvilla-base, #D7984E);
}
.faq-accordion--two .accordion-content__image img {
  border-radius: 10px;
  border: 2px solid var(--zoomvilla-white, #FFFFFF);
}

.cta-three {
  position: relative;
}
.cta-three__inner {
  position: relative;
  z-index: 1;
  margin-top: -70px;
  max-width: 904px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid rgba(221, 221, 221, 0.5);
  background: var(--zoomvilla-black4, #000000);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 991px) {
  .cta-three__inner {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 20px;
  }
}
.cta-three__inner:hover .cta-three__icon {
  color: var(--zoomvilla-white, #FFFFFF);
}
.cta-three__inner:hover .cta-three__icon::before, .cta-three__inner:hover .cta-three__icon::after {
  content: "";
  width: 50%;
  height: 100%;
  background-color: var(--zoomvilla-base, #D7984E);
  position: absolute;
  left: 0px;
  top: 0px;
  transform: rotate(0deg);
}
.cta-three__inner:hover .cta-three__icon::after {
  top: auto;
  left: auto;
  right: 0px;
  bottom: 0px;
}
.cta-three__content {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 75%;
}
@media (max-width: 991px) {
  .cta-three__content {
    width: 100%;
    flex: 100%;
  }
}
@media (max-width: 575px) {
  .cta-three__content {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 20px;
  }
}
.cta-three__icon {
  max-width: 76px;
  width: 100%;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--zoomvilla-white, #FFFFFF);
  border-radius: 8px;
  font-size: 42px;
  color: var(--zoomvilla-base, #D7984E);
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.cta-three__icon::before, .cta-three__icon::after {
  content: "";
  width: 40%;
  height: 100%;
  background-color: var(--zoomvilla-base, #D7984E);
  position: absolute;
  left: -15px;
  top: -35px;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.cta-three__icon::after {
  top: auto;
  left: auto;
  right: -15px;
  bottom: -35px;
}
.cta-three__content__title {
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 181.818%;
  text-transform: capitalize;
  margin: 0;
}
.cta-three__content__text {
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
}
.cta-three__btn a {
  background-color: var(--zoomvilla-white, #FFFFFF);
  padding: 8px 25px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 250%;
  text-transform: capitalize;
  border-radius: 100px;
}
.cta-three__btn a i {
  color: var(--zoomvilla-base, #D7984E);
}
.cta-three__btn a:hover {
  background-color: var(--zoomvilla-base, #D7984E);
  color: var(--zoomvilla-white, #FFFFFF);
}
.cta-three__btn a:hover i {
  color: var(--zoomvilla-white, #FFFFFF);
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/


.feature-two {
  position: relative;
  z-index: 1;
  padding: 100px 0px;
}
@media (max-width: 991px) {
  .feature-two {
    padding: 80px 0;
  }
}
.feature-two::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/shapes/feature-2-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
.feature-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--zoomvilla-base, #D7984E);
  z-index: -1;
}
.feature-two__item {
  position: relative;
  border-radius: 100px;
  background-color: var(--zoomvilla-white, #FFFFFF);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  overflow: hidden;
  z-index: 1;
}
.feature-two__item__content {
  display: flex;
  align-items: center;
  gap: 18px;
}
.feature-two__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--zoomvilla-black4, #000000);
  z-index: -2;
  transform: translateX(-100%);
  transition: all 0.4s ease-in-out;
}
.feature-two__item__icon {
  margin: 12px 0 12px 12px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F6F7F8;
  font-size: 34px;
  color: var(--zoomvilla-base, #D7984E);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) and (min-width: 767px), (max-width: 575px) {
  .feature-two__item__icon {
    width: 60px;
    height: 60px;
  }
}
.feature-two__item__title {
  color: var(--zoomvilla-black4, #000000);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 113.636%;
  text-transform: capitalize;
  margin: 0;
}
@media (max-width: 1199px) and (min-width: 767px), (max-width: 575px) {
  .feature-two__item__title {
    font-size: 18px;
  }
}
.feature-two__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.feature-two__item__title a:hover {
  background-size: 100% 1px;
}
.feature-two__item__image img {
  border-radius: 0 100px 100px 0;
  border: 7px solid var(--zoomvilla-white, #FFFFFF);
}
@media (max-width: 1199px) and (min-width: 767px), (max-width: 575px) {
  .feature-two__item__image img {
    object-fit: cover;
    height: 96px;
    width: 100%;
  }
}
.feature-two__item__shape {
  position: absolute;
  top: 50%;
  left: 58%;
  transform: translate(0%, -50%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.feature-two__item:hover::after {
  transform: translateX(0%);
}
.feature-two__item:hover .feature-two__item__icon {
  background-color: var(--zoomvilla-base, #D7984E);
  animation: wobble-horizontal-hover 1s ease-in-out 1;
  color: var(--zoomvilla-white, #FFFFFF);
}
.feature-two__item:hover .feature-two__item__title {
  color: var(--zoomvilla-white, #FFFFFF);
}
.feature-two__item:hover .feature-two__item__shape {
  transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1;
}

.feature-three {
  position: relative;
  border-top: 1px solid #444549;
}
@media (max-width: 991px) {
  .feature-three {
    border-top: none;
  }
}
.feature-three__item {
  border: 1px solid #444549;
  border-top: none;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
@media (max-width: 991px) {
  .feature-three__item {
    border-top: 1px solid #444549;
  }
}
.feature-three__item__inner {
  padding: 50px 20px 54px;
}
.feature-three__item__btn {
  text-align: center;
}
.feature-three__item__btn a {
  display: flex;
  gap: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  align-items: center;
  justify-content: center;
  color: var(--zoomvilla-white, #FFFFFF);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  margin: 0;
  background-color: #363636;
  transition: all 0.4s ease-in-out;
}
.feature-three__item__btn a:hover {
  background-color: var(--zoomvilla-white, #FFFFFF);
  color: var(--zoomvilla-base, #D7984E);
}
.feature-three__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/shapes/feature-3-1-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--zoomvilla-base, #D7984E);
  z-index: -1;
  transition: all 0.4s ease-in-out;
  transform: translateY(100%);
}
.feature-three__item:hover::after {
  transform: translateY(0%);
}
.feature-three__item:hover .feature-three__icon {
  color: var(--zoomvilla-white, #FFFFFF);
}
.feature-three__item:hover .feature-three__icon i {
  animation: wobble-horizontal-hover 1s ease-in-out 1;
}
.feature-three__icon {
  text-align: center;
  font-size: 70px;
  color: var(--zoomvilla-base, #D7984E);
  line-height: 0;
  margin-bottom: 18px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .feature-three__icon {
    font-size: 50px;
  }
}
.feature-three__icon i {
  display: block;
}
.feature-three__title {
  color: var(--zoomvilla-white, #FFFFFF);
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 113.636%;
  text-transform: capitalize;
  margin-bottom: 15px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .feature-three__title {
    font-size: 18px;
  }
}
.feature-three__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.feature-three__title a:hover {
  background-size: 100% 1px;
}
.feature-three__title a:hover {
  color: var(--zoomvilla-white, #FFFFFF);
}
.feature-three__text {
  margin: 0;
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
}

/*--------------------------------------------------------------
# Room
--------------------------------------------------------------*/
.room-one {
  position: relative;
  z-index: 1;
  background-color: #F2F3F5;
}
.room-one__list {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  margin-bottom: 0;
  justify-content: center;
  gap: 30px;
}
.room-one__list li {
  border-radius: 15px;
  background: var(--zoomvilla-white, #FFFFFF);
  padding: 20px 28px 20px 30px;
  display: flex;
  align-items: center;
  justify-content: start;
  color: var(--zoomvilla-black4, #000000);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .room-one__list li {
    font-size: 18px;
  }
}
.room-one__list li span {
  display: block;
}
.room-one__list li i {
  font-size: 45px;
  color: var(--aura-lite-brown);
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid var(--zoomvilla-border-color, #dddddd);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .room-one__list li i {
    font-size: 25px;
  }
}
.room-one__list li + li {
}
.room-one__list__item {
  position: relative;
  z-index: 1;
}
.room-one__list__item__shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  overflow: hidden;
  z-index: -1;
}
.room-one__list__item__shape::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background-color: var(--aura-lite-brown);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30.000000 78.000000" preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,78.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M352 1515 c-79 -71 -332 -642 -332 -750 0 -96 268 -690 334 -740 54 -41 143 -30 197 24 l49 49 0 682 0 682 -49 49 c-61 61 -134 63 -199 4z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30.000000 78.000000" preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,78.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M352 1515 c-79 -71 -332 -642 -332 -750 0 -96 268 -690 334 -740 54 -41 143 -30 197 24 l49 49 0 682 0 682 -49 49 c-61 61 -134 63 -199 4z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
.room-one__list__item__shape::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: -1;
  background-color: var(--aura-lite-brown);
  transition: all 0.4s ease-in-out;
  transform: translateX(100%);
}
.room-one__list__item.active-btn, .room-one__list__item:hover {
  color: var(--zoomvilla-white, #FFFFFF);
  /* background-color: var(--zoomvilla-black4, #000000); */
}
.room-one__list__item.active-btn i, .room-one__list__item:hover i {
  color: var(--zoomvilla-white, #FFFFFF);
  border-color: var(--zoomvilla-white, #FFFFFF);
}
.room-one__list__item.active-btn .room-one__list__item__shape::before, .room-one__list__item:hover .room-one__list__item__shape::before {
  transform: translateX(0);
}
.room-one__content {
  position: relative;
  z-index: 1;
}
.room-one__content img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.room-one__content__title {
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  bottom: 30px;
  right: 30px;
  padding-left: 20px;
  border-left: 3px solid var(--zoomvilla-base, #D7984E);
}

.property-plans {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .property-plans--two .property-plans__image {
    margin-left: 0;
    margin-right: -45px;
  }
}
.property-plans__image {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .property-plans__image {
  }
}
.property-plans__image img {
  width: 100%;
  object-fit: cover;
}
.property-plans__content .sec-title {
  margin-bottom: 30px;
}
.property-plans__list {
  margin-bottom: 40px;
  padding: 0;
  border: 1px solid #DDD;
  background: rgba(221, 221, 221, 0);
}
.property-plans__list__item {
  color: var(--zoomvilla-black2, #333333);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 204.545%;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.property-plans__list__item span {
  padding: 3px 30px;
  flex: 50%;
  width: 50%;
}
.property-plans__list__item span:last-child {
  text-align: right;
  border-left: 1px solid #DDD;
}
@media (max-width: 1199px) and (min-width: 991px), (max-width: 575px) {
  .property-plans__list__item {
    font-size: 18px;
  }
}
.property-plans__list__item + .property-plans__list__item {
  border-top: 1px solid #DDD;
}
.property-plans__btn {
  display: flex;
  align-items: center;
  gap: 45px;
}
@media (max-width: 1199px) and (min-width: 991px), (max-width: 767px) {
  .property-plans__btn {
    flex-direction: column;
    gap: 20px;
    justify-content: start;
    align-items: start;
  }
}
.property-plans__btn__download {
  display: flex;
  align-items: center;
  justify-content: start;
  background-color: var(--aura-black);
  border-radius: 100px;
  padding: 8px 30px 8px 10px;
  gap: 16px;
}
.property-plans__btn__icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--zoomvilla-white, #FFFFFF) i;
  background-color: var(--zoomvilla-white, #FFFFFF);
  background-font-size: 25px;
}
.property-plans__btn__icon img {
    width: 35px;
}
.property-plans__btn__text {
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  text-transform: capitalize;
  margin: 0;
}
.property-plans__btn__content a {
  color: var(--aura-lite-brown);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
}

.process-plan {
  position: relative;
}
.process-plan__list {
  margin-bottom: 40px;
  padding: 0;
  border: 1px solid #DDD;
  background: rgba(221, 221, 221, 0);
}
@media (max-width: 1199px) and (min-width: 991px), (max-width: 575px) {
  .process-plan__list {
    margin-bottom: 20px;
  }
}
.process-plan__list__item {
  color: var(--zoomvilla-black2, #333333);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 204.545%;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) and (min-width: 991px), (max-width: 575px) {
  .process-plan__list__item {
    font-size: 16px;
  }
}
.process-plan__list__item:nth-child(odd) {
  background-color: #DDD;
}
.process-plan__list__item span {
  padding: 3px 30px;
  flex: 50%;
  width: 50%;
}
.process-plan__list__item span:last-child {
  text-align: right;
  border-left: 1px solid #DDD;
}
.process-plan__list__item + .process-plan__list__item {
  border-top: 1px solid #DDD;
}
.process-plan__btn {
  display: inline-flex;
  align-items: center;
  gap: 45px;
}
@media (max-width: 1199px) and (min-width: 991px), (max-width: 767px) {
  .process-plan__btn {
    flex-direction: column;
    gap: 20px;
    justify-content: start;
    align-items: start;
  }
}
.process-plan__btn__download {
  display: inline-flex;
  align-items: center;
  justify-content: start;
  background-color: var(--zoomvilla-black4, #000000);
  border-radius: 100px;
  padding: 8px 30px 8px 10px;
  gap: 16px;
}
.process-plan__btn__icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--zoomvilla-white, #FFFFFF) i;
  background-color: var(--zoomvilla-white, #FFFFFF);
  background-font-size: 25px;
}
.process-plan__btn__text {
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  text-transform: capitalize;
  margin: 0;
}
.process-plan__btn__content a {
  color: var(--zoomvilla-base, #D7984E);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
}
.process-plan__text {
  color: #636363;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
  margin: 0;
}
.process-plan__text a {
  color: var(--zoomvilla-base, #D7984E);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
.process-plan__text + .process-plan__text {
  margin-top: 16px;
}
.process-plan__text + .process-plan__btn__download {
  margin-top: 50px;
}
@media (max-width: 1199px) and (min-width: 991px), (max-width: 575px) {
  .process-plan__text + .process-plan__btn__download {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) and (min-width: 991px), (max-width: 575px) {
  .process-plan .process-plan__thumb {
    text-align: center;
  }
  .process-plan .process-plan__thumb img {
    object-fit: cover;
    width: 100%;
  }
}
.process-plan .process-plan__text--two {
  display: flex;
  align-items: center;
}
.process-plan .process-plan__text--two + .process-plan__text {
  margin-top: 0;
}
.process-plan .process-plan__big-text {
  color: var(--zoomvilla-base, #D7984E);
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
}

/*--------------------------------------------------------------
# Skill
--------------------------------------------------------------*/
.skill-five {
  position: relative;
  z-index: 1;
}
.skill-five__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}
@media (max-width: 991px) {
  .skill-five__bg {
    width: 100%;
  }
}
.skill-five__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--zoomvilla-black-rgb, 34, 34, 34), 0.9);
  z-index: -1;
}
.skill-five::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
  background-image: url(../images/shapes/klipartz.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: var(--zoomvilla-base, #D7984E);
  border-right: 10px solid var(--zoomvilla-white, #FFFFFF);
  z-index: -1;
}
@media (max-width: 991px) {
  .skill-five::after {
    display: none;
  }
}
.skill-five .sec-title {
  margin-bottom: 18px;
}
.skill-five .sec-title .sec-title__title {
  color: var(--zoomvilla-white, #FFFFFF);
}
.skill-five__top__text {
  color: var(--zoomvilla-white, #FFFFFF);
}
.skill-five__feature {
  border: 1px solid #898989;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) and (min-width: 991px), (max-width: 575px) {
  .skill-five__feature {
    flex-wrap: wrap;
  }
}
.skill-five__feature__item {
  flex: 33%;
  width: 33%;
  padding: 30px;
}
@media (max-width: 1199px) and (min-width: 991px), (max-width: 575px) {
  .skill-five__feature__item {
    flex: 50%;
    width: 50%;
  }
}
@media (max-width: 575px) {
  .skill-five__feature__item {
    flex: 100%;
    width: 100%;
  }
}
.skill-five__feature__item + .skill-five__feature__item {
  border-left: 1px solid #898989;
}
@media (max-width: 575px) {
  .skill-five__feature__item + .skill-five__feature__item {
    border-left: none;
  }
}
.skill-five__funfact {
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}
.skill-five__count-bar {
  max-width: 108px;
  width: 100%;
  height: 108px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
.skill-five__count-bar .circle-progress {
  position: absolute;
  top: 0;
  left: 0;
}
.skill-five__funfact-text {
  text-align: center;
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}
.skill-five__feature {
  margin-bottom: 25px;
}
.skill-five__mark-text {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.skill-five__mark-text i {
  color: var(--zoomvilla-base, #D7984E);
}
.skill-five__left {
  position: relative;
  z-index: 1;
  margin-right: 45px;
  margin-left: -75px;
  background-color: var(--zoomvilla-white, #FFFFFF);
  padding: 20px 12px 80px;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .skill-five__left {
    margin-right: 0;
    margin-left: 0;
  }
}
.skill-five__left img {
  object-fit: cover;
  width: 100%;
}
.skill-five__happy-client {
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 200px;
  background: #D7984E;
  padding: 18px 30px;
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 40px;
  right: 40px;
}
@media (max-width: 1199px) and (min-width: 991px), (max-width: 575px) {
  .skill-five__happy-client {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
  }
}
.skill-five__happy-client__thumb {
  display: flex;
  align-items: center;
}
.skill-five__happy-client__thumb__item {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid var(--zoomvilla-white, #FFFFFF);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.skill-five__happy-client__thumb__item img {
  object-fit: cover;
  width: 100%;
}
.skill-five__happy-client__thumb__item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--zoomvilla-black3-rgb, 30, 31, 36), 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: var(--zoomvilla-white, #FFFFFF);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.skill-five__happy-client__thumb__item:hover a {
  visibility: visible;
  opacity: 1;
}
.skill-five__happy-client__thumb__item + .skill-five__happy-client__thumb__item {
  margin-left: -20px;
}
.skill-five__happy-client__title {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 136.364%;
  margin-bottom: 5px;
  color: var(--zoomvilla-white, #FFFFFF);
}
.skill-five__happy-client__star {
  display: flex;
  align-items: center;
}
.skill-five__happy-client__star i {
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 16px;
}
.skill-five__happy-client__star span {
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  margin: 0;
  display: block;
}
.skill-five__shape {
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  bottom: 80px;
  color: #D7984E;
  right: 20px;
  transform: rotate(-180deg);
  position: absolute;
  writing-mode: vertical-rl;
}
@media (max-width: 1199px) {
  .skill-five__shape {
    display: none;
  }
}
.skill-five__shape span {
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/*--------------------------------------------------------------
# Slide Text
--------------------------------------------------------------*/
.slide-text {
  position: relative;
  padding-top: 301px;
  padding-bottom: 93px;
  background-color: var(--zoomvilla-black2, #333333);
}
@media (max-width: 991px) {
  .slide-text {
    padding-top: 278px;
    padding-bottom: 70px;
  }
}
.slide-text__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  opacity: 0.3;
}
.slide-text__wrapper {
  position: relative;
  z-index: 1;
}
.slide-text__scroll {
  width: -webkit-calc((420px * 16) + (30px * 16));
  width: -moz-calc((420px * 16) + (30px * 16));
  min-width: 100%;
  height: 100%;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 56px;
  margin: 0px;
  font-size: 50px;
  font-weight: 700;
  color: var(--zoomvilla-white, #FFFFFF);
  text-transform: uppercase;
  line-height: 1.32;
  -webkit-animation: scrollRightToLeft 20s linear infinite;
  -moz-animation: scrollRightToLeft 20s linear infinite;
  animation: scrollRightToLeft 20s linear infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media (max-width: 991px) {
  .slide-text__scroll {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .slide-text__scroll {
    gap: 45px;
    font-size: 40px;
  }
}
.slide-text__scroll:hover {
  animation-play-state: paused;
}
.slide-text__scroll__stroke {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--zoomvilla-white, #FFFFFF);
}
@keyframes scrollRightToLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-webkit-calc(-250px* 7));
    -moz-transform: translateX(-moz-calc(-250px* 7));
    transform: translateX(-1750px);
  }
}

/*--------------------------------------------------------------
# Solution
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Working Process
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Profit Graph
--------------------------------------------------------------*/
.apartment-details-one {
  position: relative;
}
.apartment-details-one__list-box {
  background-color: var(--zoomvilla-base, #D7984E);
}
.apartment-details-one__img {
  margin-bottom: 10px;
}
.apartment-details-one__img img {
  object-fit: cover;
  width: 100%;
}
.apartment-details-one__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 40px 60px;
}
@media (max-width: 991px) {
  .apartment-details-one__list {
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .apartment-details-one__list {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: start;
  }
}
.apartment-details-one__list-box + .apartment-details-one__content-box {
  margin-top: 50px;
}
.apartment-details-one__list-content {
  text-align: center;
}
.apartment-details-one__list-content h3 {
  font-size: 40px;
  font-weight: 500;
  color: var(--zoomvilla-white, #FFFFFF);
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .apartment-details-one__list-content h3 {
    font-size: 30px;
  }
}
.apartment-details-one__list-content h3 sup {
  position: relative;
  font-size: 16px;
  top: -16px;
  left: -10px;
}
.apartment-details-one__list-content h5 {
  font-size: 16px;
  color: var(--zoomvilla-white, #FFFFFF);
  text-transform: uppercase;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
}
.apartment-details-one__content-title {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.apartment-details-one__points li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.apartment-details-one__points li .icon {
  color: var(--zoomvilla-black3, #1E1F24);
  font-size: 18px;
  font-style: normal;
  line-height: 1;
}
.apartment-details-one__points li p {
  color: var(--zoomvilla-black3, #1E1F24);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}
.apartment-details-one__points li + li {
  margin-top: 10px;
}

.apartment-details-banner {
  position: relative;
  z-index: 1;
  background-color: rgba(var(--zoomvilla-gray-rgb, 199, 199, 199), 0.5);
}
.apartment-details-banner__content .section-title__tagline {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: var(--zoomvilla-base, #D7984E);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.66px;
  margin-bottom: 10px;
}
.apartment-details-banner__content .section-title__title {
  font-size: 80px;
  line-height: 100%;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .apartment-details-banner__content .section-title__title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .apartment-details-banner__content .section-title__title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .apartment-details-banner .apartment-details-banner__thumb img {
    object-fit: cover;
    width: 100%;
  }
}
.apartment-details-banner__shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.apartment-details-description {
  position: relative;
}
.apartment-details-description .apartment-details-description__one {
  font-size: 20px;
  color: var(--zoomvilla-black3, #1E1F24);
  margin: 0;
}
.apartment-details-description .apartment-details-description__two {
  margin: 0;
}
.apartment-details-description .apartment-details-description__one + .apartment-details-description__two {
  margin-top: 20px;
}
.apartment-details-description .apartment-details-description__two + .apartment-details-description__three {
  margin-top: 15px;
}
.apartment-details-description p {
  margin: 0;
}

/*--------------------------------------------------------------
# Contact Info
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  position: relative;
  z-index: 1;
}
.error-404__content {
  text-align: center;
}
.error-404__image {
  text-align: center;
  margin-bottom: 5px;
  animation: messageMove 3s ease-in-out infinite;
}
@media (max-width: 991px) {
  .error-404__image img {
    object-fit: cover;
    width: 100%;
  }
}
.error-404__title {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 109.524%;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .error-404__title {
    font-size: 30px;
  }
}
.error-404__text {
  color: var(--zoomvilla-text-gray, #636363);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 162.5%;
  margin-bottom: 30px;
}
.error-404__btns {
  text-align: center;
}

/*--------------------------------------------------------------
# Boxed Home
--------------------------------------------------------------*/
body.boxed-wrapper {
  position: relative;
}
body.boxed-wrapper .page-wrapper {
  max-width: 1630px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--zoomvilla-white, #FFFFFF);
  box-shadow: 0px 0px 100px 0px rgba(var(--zoomvilla-black3-rgb, 30, 31, 36), 0.08);
}

/*--------------------------------------------------------------
# Mix Section
--------------------------------------------------------------*/
/*******
 * Catagory Area
*******/
.catagory-area {
  counter-reset: section;
}
.catagory-area .catagory-item {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  border-radius: 600px;
  background: #F2F3F5;
  padding: 25px;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.catagory-area .catagory-item__icon {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--zoomvilla-white, #FFFFFF);
  color: var(--zoomvilla-base, #D7984E);
  font-size: 36px;
  transition: all 0.4s ease-in-out;
}
.catagory-area .catagory-item__icon img {    width: 45px;}
@media (max-width: 768px) and (min-width: 576px) {
  .catagory-area .catagory-item__icon {
    width: 60px;
    height: 60px;
    font-size: 25px;
  }
}
.catagory-area .catagory-item__title {
  color: var(--zoomvilla-black3, #1E1F24);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 113.636%;
  text-transform: capitalize;
  margin: 0;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 768px) and (min-width: 576px) {
  .catagory-area .catagory-item__title {
    font-size: 17px;
  }
}
.catagory-area .catagory-item__shape {
  position: absolute;
  overflow: hidden;
  border-radius: 600px;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  background-color: transparent;
  z-index: -1;
}
.catagory-area .catagory-item__shape::before {
  content: "";
  position: absolute;
  width: 53px;
  height: 100%;
  background-color: var(--zoomvilla-base, #D7984E);
  left: 0;
  z-index: -1;
  top: 0;
  transition: all 0.4s ease-in-out;
}
.catagory-area .catagory-item__number::before {
  counter-increment: section;
  content: "0" counter(section);
  color: var(--zoomvilla-base, #D7984E);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.catagory-area .catagory-item:hover {
  background-color: var(--zoomvilla-black3, #1E1F24);
}
.catagory-area .catagory-item:hover .catagory-item__icon {
  animation: wobble-horizontal-hover 1s ease-in-out 1;
}
.catagory-area .catagory-item:hover .catagory-item__title {
  color: var(--zoomvilla-white, #FFFFFF);
}
.catagory-area .catagory-item:hover .catagory-item__shape::before {
  width: 100%;
}
.catagory-area .catagory-item:hover .catagory-item__number::before {
  color: var(--zoomvilla-white, #FFFFFF);
}




/*******
 * Proparty Value
*******/
.proparty-value {
  position: relative;
  counter-reset: proparty;
}
.proparty-value__item {
  position: relative;
  z-index: 1;
  padding: 10px 9px 1px;
}
.proparty-value__item:hover .proparty-value__box::after {
  background-color: var(--zoomvilla-base, #D7984E);
  transform: rotate(0deg);
}
.proparty-value__item:hover .proparty-value__box::before {
  transform: translateY(0%);
}
.proparty-value__item:hover .proparty-value__title {
  color: var(--zoomvilla-white, #FFFFFF);
}
.proparty-value__item:hover .proparty-value__text {
  color: var(--zoomvilla-white, #FFFFFF);
}
.proparty-value__item:hover .proparty-value__number {
  background-color: var(--zoomvilla-base, #D7984E);
  color: var(--zoomvilla-white, #FFFFFF);
}
.proparty-value__item:hover .proparty-value__image img {
  transform: scale(1.1);
}
.proparty-value__image {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 50%;
  border: 10px solid var(--zoomvilla-white, #FFFFFF);
}
.proparty-value__image img {
  object-fit: cover;
  width: 100%;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
.proparty-value__box {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F6F7F8;
  z-index: -1;
  border-radius: 1000px 1000px 0 0;
  clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
}
.proparty-value__box::after {
  content: "";
  width: 110%;
  height: 150px;
  transform: rotate(-13.954deg);
  position: absolute;
  top: -20px;
  left: -25px;
  background-color: var(--zoomvilla-black, #222222);
  transition: all 0.4s ease-in-out;
}
.proparty-value__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--zoomvilla-black, #222222);
  z-index: -1;
  transform: translateY(-100%);
  transition: all 0.4s ease-in-out;
}
.proparty-value__title {
  color: var(--zoomvilla-black2, #333333);
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 113.636%;
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media (max-width: 767px) and (min-width: 575px) {
  .proparty-value__title {
    font-size: 18px;
  }
}
.proparty-value__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.proparty-value__title a:hover {
  background-size: 100% 1px;
}
.proparty-value__text {
  text-align: center;
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) and (min-width: 576px) {
  .proparty-value__text {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .proparty-value__text {
    margin-bottom: 40px;
  }
}
.proparty-value__content {
  padding-left: 15px;
  padding-right: 15px;
}
.proparty-value__number {
  margin-bottom: -20px;
  width: 44px;
  height: 44px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--zoomvilla-black2, #333333);
  transition: all 0.4s ease-in-out;
}
.proparty-value__number::after {
  content: "0" counter(proparty);
  counter-increment: proparty;
  transition: all 500ms ease;
  color: var(--zoomvilla-white, #FFFFFF);
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

/*******
 * Skill Section Two
*******/
.skill-two {
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
  .skill-two__thumb img {
    object-fit: cover;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .skill-two__content {
    margin-right: 60px;
  }
}
.skill-two__content .sec-title {
  margin-bottom: 20px;
}
.skill-two__text {
  margin-bottom: 20px;
}
.skill-two__box {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 40px 30px;
  border-radius: 16px;
  border: 1px solid var(--zoomvilla-border-color, #dddddd);
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 530px) {
  .skill-two__box {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}
.skill-two__box__title {
  color: var(--zoomvilla-black5, #1E1F24);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 113.636%;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.skill-two__box__list {
  margin: 0;
}
.skill-two__box__list li {
  padding-left: 25px;
  color: #636363;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  position: relative;
}
.skill-two__box__list li::after {
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 1px solid var(--zoomvilla-base, #D7984E);
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
}
.skill-two__box__list li::before {
  width: 6px;
  height: 6px;
  background-color: var(--zoomvilla-black5, #1E1F24);
  content: "";
  position: absolute;
  left: 4px;
  top: 9px;
}
.skill-two__box__list li + li {
  margin-top: 10px;
}
.skill-two__box__content {
  padding-left: 30px;
  position: relative;
}
.skill-two__box__content::after {
  content: "";
  height: 100%;
  width: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #D9D9D9;
  z-index: -1;
}
.skill-two__box__content::before {
  content: "";
  height: 32px;
  width: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--zoomvilla-base, #D7984E);
}
.skill-two__count-bar {
  max-width: 138px;
  width: 100%;
  height: 138px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.skill-two .circle-progress {
  transform: rotate(85deg);
  position: absolute;
  top: 5px;
  left: 5px;
}
.skill-two__funfact {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--zoomvilla-black, #222222);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.skill-two__shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .skill-two__shape {
    display: none;
  }
}
.skill-two__shape img {
  animation: topToBottom 4s ease-in-out infinite;
}

/*******
 * Solution Area
*******/
.solution-area {
  position: relative;
  z-index: 1;
  padding: 131px 0;
  counter-reset: sectionNumber;
}
@media (max-width: 991px) {
  .solution-area {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .solution-area {
    padding: 80px 0;
  }
}
.solution-area__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}
.solution-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
  background-image: url(../images/shapes/klipartz.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: var(--zoomvilla-base, #D7984E);
  border-right: 10px solid var(--zoomvilla-base, #D7984E);
  z-index: -1;
}
.solution-area__bottom {
  background-color: var(--zoomvilla-black4, #000000);
  padding: 40px 65px;
  border: 10px solid var(--zoomvilla-white, #FFFFFF);
  border-bottom: none;
  border-right: none;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .solution-area__bottom {
    position: relative;
  }
}
@media (max-width: 575px) {
  .solution-area__bottom {
    padding: 20px;
  }
}
.solution-area__bottom__inner {
  border-left: 1px solid var(--zoomvilla-base, #D7984E);
}
.solution-area__list {
  border-radius: 20px;
  background: var(--zoomvilla-white, #FFFFFF);
  padding: 70px 75px;
  max-width: 500px;
  width: 100%;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 575px) {
  .solution-area__list {
    padding: 50px 30px;
  }
}
@media (max-width: 991px) {
  .solution-area__list {
    max-width: 100%;
  }
}
.solution-area__list__item {
  color: var(--zoomvilla-black4, #000000);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 5px 0 5px 0px;
  border-bottom: 1px solid var(--zoomvilla-border-color, #dddddd);
  border-top: 1px solid transparent;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .solution-area__list__item {
    font-size: 18px;
  }
}
.solution-area__list__item:hover {
  color: var(--zoomvilla-base, #D7984E);
  border-top: 1px solid var(--zoomvilla-base, #D7984E);
  border-color: var(--zoomvilla-base, #D7984E);
}
.solution-area__list__item:hover .solution-area__list__number::before {
  background-color: var(--zoomvilla-base, #D7984E);
  color: var(--zoomvilla-white, #FFFFFF);
}
.solution-area__list__item + .solution-area__list__item {
  margin-top: 25px;
}
.solution-area__list__number {
  margin-right: 12px;
}
.solution-area__list__number::before {
  counter-increment: sectionNumber;
  content: "0" counter(sectionNumber) ".";
  transition: all 0.4s ease-in-out;
  color: var(--zoomvilla-black4, #000000);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 100.909%;
  text-transform: capitalize;
  padding: 5px;
  background-color: transparent;
}
.solution-area .house-info {
  margin: 0;
  padding-left: 15px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.solution-area .house-info li {
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 9px;
}
@media (max-width: 500px) {
  .solution-area .house-info li {
    font-size: 14px;
  }
}
.solution-area .house-info li i,
.solution-area .house-info li span {
  line-height: normal;
}
.solution-area .house-info li + li {
  margin-left: 13px;
  padding-left: 13px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.solution-area .house-name {
  color: var(--zoomvilla-base, #D7984E);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--zoomvilla-base, #D7984E);
  margin-bottom: 15px;
  padding-left: 15px;
}

/*******
 * Proparty Solition
*******/
.proparty-solition {
  position: relative;
  background-color: var(--aura-black);
}
.proparty-solition .sec-title .sec-title__title {
  color: var(--zoomvilla-white, #FFFFFF);
}
.proparty-solition .proparty-solition__button {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .proparty-solition .proparty-solition__button {
    overflow: auto;
  }
}
.proparty-solition .tab-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0;
}
@media (max-width: 991px) {
  .proparty-solition .tab-buttons {
    overflow: auto;
    width: 1000px;
  }
}
.proparty-solition .tab-buttons .tab-btn {
  background-color: var(--zoomvilla-white, #FFFFFF);
  height: 90px;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-bottom: 19px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.proparty-solition .tab-buttons .tab-btn::after {
  content: "";
  position: absolute;
  bottom: -7.5555px;
  width: 17px;
  height: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-color: #fff;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  transition: all 0.4s ease-in-out;
}
.proparty-solition .tab-buttons .tab-btn.active-btn, .proparty-solition .tab-buttons .tab-btn:hover {
  background-color: var(--aura-lite-brown);
}
.proparty-solition .tab-buttons .tab-btn.active-btn::after, .proparty-solition .tab-buttons .tab-btn:hover::after {
  background-color: var(--aura-lite-brown);
}
.proparty-solition .tab-buttons .tab-btn.active-btn .tab-item__icon, .proparty-solition .tab-buttons .tab-btn:hover .tab-item__icon img{
  color: var(--zoomvilla-white, #FFFFFF);
  animation: wobble-horizontal-hover 1s ease-in-out 1;
  filter: brightness(18.5);
}
.proparty-solition .tab-buttons .tab-btn.active-btn .tab-item__title, .proparty-solition .tab-buttons .tab-btn:hover .tab-item__title {
  color: var(--zoomvilla-white, #FFFFFF);
}
.proparty-solition .tab-buttons .tab-item__icon {
  font-size: 36px;
  color: var(--zoomvilla-base, #D7984E);
  line-height: 0;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
.proparty-solition .tab-buttons .tab-item__icon img {
    width: 40px;
}
.proparty-solition .tab-buttons .tab-item__title {
  color: var(--zoomvilla-black, #222222);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 156.25%;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  margin: 0;
}
.proparty-solition__item {
  background-color: var(--zoomvilla-white, #FFFFFF);
  border-radius: 20px;
  padding: 15px 15px 15px 75px;
}
@media (max-width: 991px) {
  .proparty-solition__item {
    padding: 40px 20px 20px;
  }
}
.proparty-solition__thumb img {
  object-fit: cover;
  width: 100%;
  border-radius: 20px;
}
.proparty-solition__title {
  color: var(--aura-lite-brown);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.proparty-solition__text {
  margin-bottom: 20px;
}



/*******
 * apartment Five
*******/
.apartment-five {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.apartment-five--two {
  background-color: #F6F7F8;
}
.apartment-five__image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 5px solid var(--zoomvilla-white, #FFFFFF);
}
.apartment-five__image img {
  object-fit: cover;
  width: 100%;
  transition: all 0.4s ease-in-out;
  transform: scale(1) rotate(0deg);
}
.apartment-five__content {
  padding: 1px 30px 30px;
  position: relative;
  background-color: rgba(var(--zoomvilla-base-rgb, 215, 152, 78), 0.9);
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  transform: translateY(160%);
}
@media (max-width: 1650px) and (min-width: 991px) {
  .apartment-five__content {
    padding: 1px 20px 20px;
  }
}
.apartment-five__content::after {
  content: "";
  position: absolute;
  height: 90px;
  width: 100px;
  position: absolute;
  top: -90px;
  right: 0;
  background-color: rgba(var(--zoomvilla-base-rgb, 215, 152, 78), 0.9);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.apartment-five__price {
  color: var(--zoomvilla-black, #222222);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 83.333%;
  text-transform: capitalize;
  border-radius: 10px;
  background: var(--zoomvilla-white, #FFFFFF);
  margin-top: -28px;
  padding: 16.5px 20px;
  position: absolute;
}
.apartment-five__price::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background-color: transparent;
  border: 1px solid var(--zoomvilla-base, #D7984E);
  border-radius: 10px;
}
.apartment-five__title {
  margin-top: 50px;
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 113.636%;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.apartment-five__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.apartment-five__title a:hover {
  background-size: 100% 1px;
}
.apartment-five__house-info {
  display: flex;
  align-items: center;
  border-top: 1px solid var(--zoomvilla-white, #FFFFFF);
  border-bottom: 1px solid var(--zoomvilla-white, #FFFFFF);
  margin: 0;
  display: flex;
  margin-bottom: 12px;
  align-items: center;
  justify-content: start;
}
.apartment-five__house-info li {
  padding-top: 15px;
  padding-bottom: 15px;
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 9px;
}
@media (max-width: 1650px) {
  .apartment-five__house-info li {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (max-width: 1199px) and (min-width: 991px), (max-width: 400px) {
  .apartment-five__house-info li {
    font-size: 14px;
  }
}
.apartment-five__house-info li i,
.apartment-five__house-info li span {
  line-height: normal;
}
.apartment-five__house-info li + li {
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid var(--zoomvilla-white, #FFFFFF);
}
@media (max-width: 1650px) {
  .apartment-five__house-info li + li {
    padding-left: 10px;
    margin-left: 10px;
  }
}
.apartment-five__text {
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
  margin: 0;
}
.apartment-five:hover .apartment-five__image img {
  transform: scale(1.1) rotate(5deg);
}
.apartment-five:hover .apartment-five__content {
  transform: translateY(0%);
}
.apartment-five__carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 50px;
}
.apartment-five__carousel .owl-dots .owl-dot {
  width: 40px;
  height: 7px;
  display: block;
  border-radius: 50%;
  background-color: var(--zoomvilla-white, #FFFFFF);
  border: 1px solid #9C9C9C;
  border-radius: 20px;
  position: relative;
  padding: 0;
  outline: none;
  margin: 0;
  transition: all 500ms ease-in-out;
}
.apartment-five__carousel .owl-dots .owl-dot span {
  display: none;
}
.apartment-five__carousel .owl-dots .owl-dot:hover, .apartment-five__carousel .owl-dots .owl-dot.active {
  background-color: var(--zoomvilla-base, #D7984E);
  height: 10px;
  border-color: var(--zoomvilla-base, #D7984E);
}
.apartment-five__carousel .owl-dots .owl-dot.active {
  width: 65px;
}
.apartment-five__carousel .owl-dots.disabled {
  display: none;
}
.apartment-five__carousel .owl-nav.disabled + .owl-dots {
  margin-top: 45px;
}

.apartment-five__card {
  position: relative;
  z-index: 1;
  background-color: var(--zoomvilla-white, #FFFFFF);
  padding: 10px;
  border-radius: 10px;
}
.apartment-five__card::after {
  content: "";
  width: 100%;
  height: 159px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--zoomvilla-base, #D7984E);
  border-radius: 10px;
  z-index: -2;
  transform: translateY(-100px);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.apartment-five__card__image {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  margin-bottom: 10px;
}
.apartment-five__card__image img {
  object-fit: cover;
  width: 100%;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
.apartment-five__card .heart {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--zoomvilla-base, #D7984E);
  font-size: 18px;
  background-color: var(--zoomvilla-white, #FFFFFF);
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.apartment-five__card .heart:hover {
  background-color: var(--zoomvilla-base, #D7984E);
  color: var(--zoomvilla-white, #FFFFFF);
}
.apartment-five__card__populer {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.apartment-five__card__populer .popular,
.apartment-five__card__populer .new {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
  padding: 1px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  background-color: var(--zoomvilla-white, #FFFFFF);
}
.apartment-five__card__populer .popular {
  background-color: var(--zoomvilla-base, #D7984E);
  color: var(--zoomvilla-white, #FFFFFF);
}
.apartment-five__card__list {
  display: flex;
  align-items: center;
  padding: 14px 25px;
  background-color: var(--zoomvilla-base, #D7984E);
  border-radius: 0 0 10px 10px;
  margin: 0;
  border-bottom: 1px solid transparent;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) and (min-width: 768px), (max-width: 400px) {
  .apartment-five__card__list {
    padding: 10px 15px;
  }
}
.apartment-five__card__list__item {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.apartment-five__card__list__item + .apartment-five__card__list__item {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.apartment-five__card__content {
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 1;
}
.apartment-five__card__content__inner {
  padding: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 991px) and (min-width: 768px), (max-width: 400px) {
  .apartment-five__card__content__inner {
    padding: 20px 10px;
  }
}
.apartment-five__card__content__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background-color: var(--zoomvilla-black, #222222);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.apartment-five__card__title {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 113.636%;
  text-transform: capitalize;
  margin-bottom: 16px;
}
@media (max-width: 991px) and (min-width: 768px), (max-width: 400px) {
  .apartment-five__card__title {
    font-size: 20px;
  }
}
.apartment-five__card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.apartment-five__card__title a:hover {
  background-size: 100% 1px;
}
.apartment-five__card__price {
  color: var(--zoomvilla-black2, #333333);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}
.apartment-five__card__price span {
  text-transform: capitalize;
  color: var(--zoomvilla-base, #D7984E);
}
.apartment-five__card__tag a {
  color: #636363;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.4s ease-in-out;
}
.apartment-five__card__tag a i {
  transform: rotateY(180deg);
  color: var(--zoomvilla-base, #D7984E);
}
.apartment-five__card__tag a + a {
  margin-top: 6px;
}
.apartment-five__card:hover::after {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.apartment-five__card:hover .apartment-five__card__image img {
  transform: scale(1.1);
}
.apartment-five__card:hover .apartment-five__card__list {
  border-radius: 0;
  border-color: #78797C;
  background-color: var(--zoomvilla-black, #222222);
}
.apartment-five__card:hover .apartment-five__card__content {
  background-color: var(--zoomvilla-black, #222222);
  border-radius: 0 0 10px 10px;
}
.apartment-five__card:hover .apartment-five__card__tag a,
.apartment-five__card:hover .apartment-five__card__price,
.apartment-five__card:hover .apartment-five__card__title {
  color: var(--zoomvilla-white, #FFFFFF);
}

/*******
 * apartment Five
*******/
.proprty-solution {
  position: relative;
  z-index: 1;
}
.proprty-solution__inner {
  border-radius: 10px;
  border: 1px solid #DDD;
  padding: 10px;
}
.proprty-solution__item {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 575px) {
  .proprty-solution__item {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}
.proprty-solution__item:hover .proprty-solution__thumb img {
  transform: scale(1.1);
}
.proprty-solution__content {
  padding-left: 40px;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .proprty-solution__content {
    padding-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .proprty-solution__content {
    padding: 30px 20px 0px;
  }
}
.proprty-solution__item + .proprty-solution__item {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .proprty-solution__item + .proprty-solution__item {
    margin-top: 20px;
  }
}
.proprty-solution__thumb {
  overflow: hidden;
  max-width: 135px;
  width: 100%;
}
.proprty-solution__thumb img {
  object-fit: cover;
  width: 100%;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
.proprty-solution__top {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 18px;
  transition: all 0.4s ease-in-out;
}
.proprty-solution__top__title {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 0px 20px;
  padding: 0 0 14px 20px;
  border-left: 1px solid #dddddd;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .proprty-solution__top__title {
    font-size: 18px;
  }
}
.proprty-solution__top i {
  color: var(--zoomvilla-base, #D7984E);
  font-size: 30px;
}
.proprty-solution__top:hover {
  border-color: var(--zoomvilla-base, #D7984E);
}
.proprty-solution__top:hover .proprty-solution__top__title {
  color: var(--zoomvilla-base, #D7984E);
  border-color: var(--zoomvilla-base, #D7984E);
}
.proprty-solution__text {
  color: #636363;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
  margin: 0;
}
.proprty-solution__image {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proprty-solution__image img {
  object-fit: cover;
  width: 100%;
}
.proprty-solution__image .video-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--zoomvilla-base, #D7984E);
}
.proprty-solution__image .video-popup::before {
  content: "";
  position: absolute;
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
  border: 50px solid rgba(var(--zoomvilla-white-rgb, 255, 255, 255), 0.6);
  border-radius: 50%;
  transform: scale(0.6);
  z-index: -2;
  animation: border-zooming 1.2s infinite linear;
  transition: all 0.4s ease-in-out;
}
.proprty-solution__image .video-popup::after {
  content: "";
  position: absolute;
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
  border: 50px solid rgba(var(--zoomvilla-white-rgb, 255, 255, 255), 0.7);
  border-radius: 50%;
  transform: scale(0.6);
  z-index: -2;
  animation: border-zooming 1.2s infinite linear;
  animation-delay: 0.3s;
  transition: all 0.4s ease-in-out;
}
.proprty-solution__image .video-popup i {
  font-size: 55px;
  color: var(--zoomvilla-white, #FFFFFF);
}

/*******
 * apartment Five
*******/
.property-views {
  position: relative;
  z-index: 1;
}
.property-views__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 630px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
@media (max-width: 991px) {
  .property-views__bg {
    height: 400px;
  }
}
.property-views__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(30, 31, 36, 0.6);
  z-index: -1;
}
.property-views .sec-title__title {
  color: var(--zoomvilla-white, #FFFFFF);
}
.property-views__content {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
.property-views__inner__carousel {
  overflow: hidden;
  position: relative;
  border-radius: 50px;
}
.property-views__item {
  border: 10px solid var(--zoomvilla-white, #FFFFFF);
  overflow: hidden;
  border-radius: 50px;
}
.property-views__item img {
  object-fit: cover;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .property-views__item img {
    width: auto;
  }
}
.property-views__button {
  width: 206px;
  border-radius: 50%;
  height: 206px;
  background-color: var(--zoomvilla-base, #D7984E);
  border: 10px solid var(--zoomvilla-white, #FFFFFF);
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.property-views__button .round {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.property-views__button button {
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  position: absolute;
}
.property-views__button button:nth-child(1) {
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.property-views__button button:nth-child(2) {
  top: 20px;
  right: 50%;
  transform: translateX(50%);
}
.property-views__button button:nth-child(3) {
  bottom: 50%;
  right: 20px;
  transform: translateY(50%);
}
.property-views__button button:nth-child(4) {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.property-views__inner {
  margin: auto;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.property-views__carousel {
  position: relative;
  width: 100%;
  height: 600px;
}
@media (max-width: 991px) {
  .property-views__carousel {
    height: 400px;
  }
}

.property-views__item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*--------------------------------------------------------------
#Dark Section
--------------------------------------------------------------*/
.bg-dark {
  background-color: #1E1F24;
}
.bg-dark .sec-title__title {
  color: var(--zoomvilla-white, #FFFFFF);
}
/*# sourceMappingURL=zoomvilla.css.map */


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

.ex-amenities {padding:70px 0}
.ex-amenities .transition-all {
	-webkit-transition:all 0.2s linear 0.02s;
	-o-transition:all 0.2s linear 0.02s;
	-moz-transition:all 0.2s linear 0.02s;
	transition:all 0.2s linear 0.02s;
}
.ex-amenities .owl-nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
}
.ex-amenities .owl-nav button{
    background: var(--aura-green) !important;
    width: 60px;
    border-radius: 5px;
    font-size: 25px !important;
    color: #ffffff !important;
}
.ex-amenities .owl-nav button.owl-prev{}
.ex-amenities .owl-nav button.owl-next{}
.ex-amenities  .carousel-custom-main {
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: transparent;
	font-size: 28px;
}

.ex-amenities a.owl-element {
	text-decoration: none;
	color: #333;
}

.ex-amenities .owl-element .box {
	display: block;
	padding: 0;
	width: 100%;
	margin: 0 auto;
	line-height: 40px;
	margin-top: 5%;
	transition: all 0.4s ease;
	border: 0px solid transparent;
	background-color: #efefef;
	padding: 10px;
	border-radius: 10px;
}
.ex-amenities .owl-element .box h3 {
    margin: 10px 0 0 0;
    font-size: 18px;
    background: #fff;
    padding: 10px 5px;
    border-radius: 5px;
}
.ex-amenities .owl-item.center > .owl-element .box {
	width: 100%;
	/* height: 180px; */
	line-height: 65px;
	margin-top: 0%;
	background-color: var(--aura-green);
	color: #ffffff;
}
.ex-amenities .owl-element .box .img {
    height: 200px;
    border-radius: 6px;
    overflow: hidden;
}
.ex-amenities .owl-element .box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*-------------------------------------*/
/*-----------------about Page--------------------*/
.about-one__image {
    margin-left: -108px;
}
.about-one__image__item {
    position: relative;
}

.about-one__image__item-two {
    position: absolute;
    bottom: 0;
    right: 18px;
}
.about-one__image__icon {
    text-align: center;
}
.about-one__image__icon img {
    border: none;
}
.about-one__image__item-two img {
    border: 15px solid var(--zoomvilla-white, #FFFFFF);
    border-right: 0;
    border-bottom: none;
}
.about-one__text {position:relative;z-index:1;line-height: 33px;}
.about-one {position:relative}
.about-one__shape {
    position: absolute;
    bottom: 0;
    right: 0;
}

.room-one__list.two_dif {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.room-one__list.two_dif li {
    width: 100%;
}
.room-one__list__item.active-btn img{
    filter: invert(1);
}
.room-one__list.two_dif li img {
    width: 36px;
    margin-right: 14px;
}
.room-one .tabs-content {
    height: 100%;
}
.room-one .tabs-content .item{
    height: 100%;
}
.dsf {
    box-shadow: 0px 0px 10px #bbbbbb;
    background: #fff;
    border-radius: 10px;
    display: flex;
    padding: 20px;
    gap: 30px;
    height: 100%;
}
.dsf .desc{
    flex: 1;
}
.dsf .desc h3{
    font-size: 28px;
    border-left: 3px solid var(--aura-lite-brown);
    padding-left: 10px;
    margin-bottom: 20px;
}
.dsf .desc p{
    margin: 0;
}
.dsf .room-one__content {
    width: 300px;
    box-shadow: 0px 0px 10px #bbbbbb;
    border-radius: 10px;
    padding: 10px;
}
.degital-intro{
  position: absolute;
  width: 105px;
  right: 86px;
  top: 48px;
}
a.degital-intro-btn{
  width: 105px;
  background-color: #fff;
  border-radius: 1000px;
  display: block;
  text-align: center;
  line-height: 105px;
  font-size: 36px;
  color: var(--aura-lite-brown);
  position: relative;
  z-index:2;
}
a.degital-intro-btn:hover{
  cursor: pointer;
}
.degital-intro:after,
.degital-intro:before{
  content: "";
  position: absolute;
  left: -25%;
  top: -25%;
  height: 150%;
  width: 150%;
  border: 2px solid var(--aura-lite-brown);
  border-radius: 100px;
  opacity: 0;
  animation: 1s flairanimationbefore linear infinite;
  -webkit-animation: 1s flairanimationbefore linear infinite;
}
.degital-intro:before{
  animation-delay: .5s;
}
@-webkit-keyframes flairanimationbefore {
  0%   {transform: scale(0.68); opacity: 1;}
  100% {transform: scale(1.2); opacity: 0;}
}
@keyframes flairanimationbefore {
  0%   {transform: scale(0.68); opacity: 1;}
  100% {transform: scale(1.2); opacity: 0;}
}
/*-----------------about Page--------------------*/

.Facilities_page {
    padding: 60px 0;
}
.Facilities_page .desc{
    display: flex;
    align-items: center;
}
.Facilities_page .content{
    flex: 1;
    box-shadow: 0px 0px 10px #d7d7d7;
    border-radius: 10px;
    padding: 30px;
    margin-right: -70px;
    position: relative;
    background: #fff;
}
.Facilities_page .content .smal_line{
    color: var(--aura-lite-brown);
}
.Facilities_page .content h3{
    color: var(--aura-green);
    font-size: 30px;
    border-left: 4px solid var(--aura-green);
    padding-left: 10px;
    margin-bottom: 15px;
}
.Facilities_page .content p{}
.Facilities_page .content_img{
    width: 43%;
    border-radius: 15px;
    overflow: hidden;
    height: 500px;
}
.Facilities_page .content_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Facilities_page .desc:nth-child(odd){
    margin: 50px 0;
}
.Facilities_page .desc:nth-child(odd) .content{
    order: 1;
    margin-right: 0;
    margin-left: -70px;
}

/*--------------Facilities_inner----------------*/
.Facilities_inner {
    padding: 60px 0;
}
.Facilities_inner .desc{
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 10px #d7d7d7;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    background: #fff;
    gap: 50px;
}
.Facilities_inner .content{
    flex: 1;
    position: relative;
    background: #fff;
}
.Facilities_inner .content .sub {color: var(--aura-lite-brown);
    font-family: var(--zoomvilla-font, "Saira", sans-serif);
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    z-index: 1;
    margin-bottom: 6px;
	text-transform: uppercase;}
.Facilities_inner .content .smal_line{
    color: var(--aura-lite-brown);
}
.Facilities_inner .content h3{
    color: var(--aura-green);
    font-size: 30px;
    border-left: 4px solid var(--aura-green);
    padding-left: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.Facilities_inner .content h4 {
    text-transform: capitalize;
}
.Facilities_inner .content p{
    text-align: justify;
}
.Facilities_inner .content_img{
    width: 43%;
    border-radius: 15px;
    overflow: hidden;
}
.Facilities_inner .content_img img{
    width: 100%;
}
.Facilities_inner .desc:nth-child(odd){
    margin: 50px 0;
}
.Facilities_inner .desc:nth-child(odd) .content{
    order: 1;
}

.extra_cony {
    text-align: center;
}
.extra_cony p{
    font-size: 19px;
}
.extra_cony p b{
    color: var(--aura-lite-brown);
}

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

.filter-layout {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.filter-layout .filter-item{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 5px 10px #959595;
    height: 200px;
}


/*---------team page--------*/
.our_team_chairman {padding:60px 0}
.chair_main_profile {
    display: flex;
    gap: 60px;
    margin-top: 60px;
}
.chair_main_profile .desc{
    flex: 1;
}
.chair_main_profile .desc h1{
    font-size: 22px;
    color: rgb(57 56 70);
    font-weight: 400;
}
.chair_main_profile .desc p{}
.chair_main_profile .desc h2{
    font-size: 20px;
    color: rgb(57 56 70);
    font-weight: 400;
}
.chair_main_profile .desc h3{
    font-size: 16px;
    color: rgb(57 56 70);
    font-weight: 300;
}
.chair_main_profile .chair_man{
    width: 35%;
    position: relative;
}
.chair_main_profile .chair_man img{
    width: 100%;
}
.chair_main_profile .chair_man:before{content:'';width: 85%;height: 85%;position: absolute;top: -15px;right: -15px;background: var(--aura-green);z-index: -1;}
/*---------team page--------*/

.d_team {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.d_team .box{
    position: relative;
}
.d_team .box .team_img {position: relative;}
.d_team .box .team_img:before {
    content: '';
    background: var(--aura-green);
    position: absolute;
    top: -13px;
    left: -13px;
    height: 90%;
    width: 90%;
    z-index: -1;
}
.d_team .box img{
    width: 100%;
}
.d_team .bg_box{
    background: #00441fb5;
    padding: 15px;
}
.d_team .bg_box h3{
    color: #fff;
    font-size: 23px;
    margin: 0;
    line-height: 30px;
}
.d_team .bg_box span{
    color: #fff;
    font-size: 15px;
    margin: 0;
    font-weight: 300;
    display: block;
}
.bg_box_desc {
    position: absolute;
    bottom: 35px;
    width: 90%;
}
.bg_box_desc p{display:none}
.d_team .box .hover {
    position: absolute;
    top: 0;
    background: #000000db;
    z-index: 4;
    height: 100%;
	 opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s ease;
}
.d_team .box .box_sc{    overflow: hidden;
    position: relative; }
.d_team .box:hover .hover{
  opacity: 1;
  transform: translateY(0);
}
.d_team .box .hover .hover_flex {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 25px;
}
.d_team .box .hover p{
    color: #fff;
}
.hover_flexs .bg_box {
    background: #0000;
    padding: 0;
    border-top: 1px solid #eeeeee2e;
    margin-top: 25px;
    padding-top: 20px;
}
.hover_flexs .bg_box h3{}
/* popup */
    .popUp_team {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: var(--aura-lite-brown);
      z-index: 9999;
      align-items: center;
      padding: 60px;
    }
.popUp_team .bo_content {
    background: #fff;
    padding: 40px;
    max-width: 90%;
    width: 90%;
    border-radius: 8px;
    position: relative;
    margin: 0 auto;
    
    height: 100%;
}
.popUp_team .bo_content .popup_inner {height: 100%; display: flex;
    gap: 35px;}
.popUp_team .close_team {
      position: absolute;
      top: -15px;
      right: -15px;
      cursor: pointer;
      font-size: 18px;
      font-weight: bold;
      background: #e10000;
      width: 35px;
      height: 35px;
      color: #fff;
      border-radius: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

.popUp_team .bg_box_desc {
    position: relative;
    bottom: 0;
    width: 70%;
}
.popUp_team  .bg_box {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.popUp_team .bg_box h3 {
    margin: 0;
    font-size: 25px;
    font-weight: 400;
}
.popUp_team .bg_box h3 span {
    font-size: 16px;
    color: var(--aura-lite-brown);
    font-weight: 400;
    position: relative;
    padding-left: 10px;
}
.popUp_team .bg_box h3 span:before{content:',';position: absolute;bottom: 0;left: -4px;color: #000;}
.popUp_team .bg_box_desc p{display: block;}
.popUp_team .team_img {position: relative;order: 1;width: 30%;padding: 10px;}
.popUp_team .team_img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 57px 0 0 0;
    /* background-position: top; */
}
.popUp_team .team_img:before {
    content: '';
    background: var(--aura-green);
    position: absolute;
    top: -15px;
    right: -15px;
    height: 85%;
    width: 85%;
    z-index: 0;
}
.popUp_team .box img{
    width: 100%;
}
.bo_content_box {}

.dac-s {}
.dac-s h3{
    color: var(--aura-green);
    font-size: 30px;
    border-left: 4px solid var(--aura-green);
    padding-left: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.dac-s p{ }
.row_sdfc {display: grid;grid-template-columns: 1fr 1fr;gap: 20px;}
.youtube {box-shadow: 0px 0px 10px #d7d7d7;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    background: #fff;}
.youtube_frame {
    overflow: hidden;
    width: 100%;
    height: 323px;
    margin-bottom: 15px;
}	
.youtube_frame iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
}	
.you_s {
    display: flex;
    align-items: center;
}	
.you_s h3{
    flex: 1;
    margin: 0;
    font-size: 21px;
}	
.you_s .news_logo{
    width: 187px;
    border-left: 1px solid var(--aura-lite-brown);
    padding-left: 10px;
    margin-left: 10px;
}	
.you_s .news_logo img{width:100%;height: 70px;object-fit: contain;}	

.art_festival {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.art_festival li{
    border-radius: 15px;
    background: #eee;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: start;
    color: var(--zoomvilla-black4, #000000);
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}
.art_festival li.active-btn{
    background: var(--aura-lite-brown);
    color: #fff;
}

.year_art {
    display: flex;
    box-shadow: 0px 0px 10px #d7d7d7;
    padding: 15px;
    border-radius: 5px;
    gap: 20px;
    align-items: flex-start;
	margin-bottom:50px
}
.year_art .img{
    width: 45%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.year_art .img img{
    width: 100%;
}
.year_art .year_content{
    flex: 1;
}
.year_art .year_content h3{    color: var(--aura-green);
    font-size: 30px;
    border-left: 4px solid var(--aura-green);
    padding-left: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;}
.year_art .year_content p{}
.year_art .art_fest{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #00441fcc;
    padding: 10px;
}
.year_art .art_fest p{
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
}
.art_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    padding-bottom: 0;
}
.art_grid .gallery-page__card {
    border-radius: 10px;
    height: 200px;
}

.ad_list {
    padding: 60px 0;
}
.ad_list .list_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}
.ad_list .list_grid .box{
    display: flex;
    align-items: center;
    flex: 1;
    box-shadow: 0px 0px 10px #cbcbcb;
    justify-content: center;
    padding: 15px;
    border-radius: 7px;
    gap: 16px;
}
.ad_list .list_grid .box .box_img{
    width: 55px;
}
.ad_list .list_grid .box .box_img img{
    width: 100%;
}
.ad_list .list_grid .box p{
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
}



.main_property_slider {
    position: relative;
    border-radius: 5px;
    /* overflow: hidden; */
}
.main_property_slider .slider-products{
    position: relative;
    margin-bottom: 10px;
}
.main_property {
    position: relative;
    background: #e5e5e5;
    padding: 13px;
    border-radius: 12px;
    margin-bottom: 30px;
}
.main_property_slider .fix_img{
    height: 390px;
    overflow: hidden;
    }
.main_property_slider .fix_img img{width:100%;height: 100%;object-fit: cover;}
.main_property_slider .slider-nav{width:100%;object-fit: cover;/* position: absolute; */bottom: 0;background: #ffffff78;padding: 0px;}
.main_property_slider .slider-nav .item{width:100%;height: 70px;overflow: hidden;}
.main_property_slider .slider-nav .item img{width:100%;height: 100%;object-fit: cover;}
.main_property_slider .owl-nav{width:100%;height: 100%;object-fit: cover;}
.main_property_slider .owl-nav button{position: absolute;bottom: 20px;width: fit-content !important;width: 30px !important;height: 30px !important;background: #fff !important;border-radius: 63px;}
.main_property_slider .owl-nav .owl-prev{left: -10px;}
.main_property_slider .owl-nav .owl-next{right: -10px;}

.desc_pro {}
.desc_pro h3{
    color: var(--aura-green);
    font-size: 30px;
    border-left: 4px solid var(--aura-green);
    padding-left: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.desc_pro .property-plans__list__item span {
    padding: 3px 10px;
}
.desc_pro .property-plans__list__item span:first-child{/* width:40%; *//* flex: 40%; */}
.specification  .spe_list {}
.specification .spe_list ul {
    margin: 0;
}
.specification .spe_list ul li {
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.specification .spe_list ul li:last-child{
    padding: 0;
    margin: 0;
    border-bottom: none;
}
.specification .spe_list ul li:before {
    content: "";
    }
.img_s {
    height: 100%;
}
.img_s img{width:100%;height: 100%;object-fit: cover;}

.pro_conte {
    padding-bottom: 60px;
}
.pro_conte p{
    text-align: center;
    font-size: 30px;
}
.pro_conte .cd_cad{
    text-align: center;
}
.pro_conte .sd_btn{
    border: 0 solid #eee;
    width: fit-content;
    margin: 0 auto;
    background: var(--aura-lite-brown);
    border-radius: 15px 15px 0 0;
}
.pro_conte .sd_btn h3 {
    color: #fff;
    padding: 15px 25px;
    margin: 0;
}
.pro_conte .blog-card-three__image__link::before{
    width: 100%;
    border: 0px solid var(--aura-lite-brown);
}
.pro_conte table tr{
    border: 1px solid #977f66;
}
.pro_conte table tr th{
    background: var(--aura-green);
    color: #ffff;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Figtree';
    padding: 5px;
}
.pro_conte table tr td {
    padding: 10px;
    color: var(--zoomvilla-text2, #5E5B5B);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
    border: 1px solid #977f66;
}
.pro_conte table tr td:first-child{
    color: #000;
    font-weight: 500;
}
.home_loan {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.home_loan .name{}
.home_loan .name h2{
    font-size: 20px;
}


.blog-details {}
.blog-details .desc{}
.blog-details .desc h1{
    font-size: 25px;
    color: var(--aura-green);
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
.blog-details .desc h1:before{content:'';width: 100px;height: 2px;position: absolute;background: var(--aura-green);bottom: 0;}
.blog-details .desc p{}


.download_pdf {
    padding: 60px 0;
}
.download_pdf .grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
}
.download_pdf .grid .desc{
    width: 100%;
    box-shadow: 0px 0px 10px #b1b1b1;
    background: var(--aura-green);
    border-radius: 7px;
}
.download_pdf .grid .desc .content_img {
    width: 100%;
    height: 209px;
    overflow: hidden;
    padding: 15px;
    background: #fff;
}
.download_pdf .grid .desc .content_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.download_pdf .grid .desc .content {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
}
.download_pdf .grid .desc .content h3 {
    margin: 0;
    font-size: 20px;
    flex: 1;
    color: #fff;
}
.download_pdf .grid .desc .content .cirle_d {
    background: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--aura-green);
}

.enq_now {
    border-radius: 10px;
    border: 1px solid var(--aura-green);
    overflow: hidden;
}
.enq_now .he_ad{
    padding: 6px;
    background: var(--aura-green);
    /* border-radius: 10px 10px 0 0; */
}
.enq_now .he_ad h3{
    color: #fff;
    font-size: 23px;
}
.enq_now .he_ad p{
    color: #fff;
    font-size: 9px;
    margin: 0;
}
.enq_now .pad{
    padding: 3px 12px;
    background: #fff;
}
.enq_now .pad .from_flex{display: flex;gap: 8px;}
.enq_now .pad .from_group{
    margin-bottom: 5px;
}

.enq_now .pad .from_group label{
    color: var(--aura-black);
    font-size: 11px;
    font-weight: 600;
}
.enq_now .pad .from_group .in_box {
    display: flex;
    border: 1px solid var(--aura-green);
    border-radius: 5px;
    gap: 10px;
    width: 100%;
    overflow: hidden;
}
.enq_now .pad .from_group .in_box .iti {
    width: 100%;
}
.enq_now .pad .from_group .in_box span{
    background: var(--aura-green);
    color: #fff;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    width: 27px;
    font-size: 13px;
}
.enq_now .pad .from_group .in_box span i{}
.enq_now .pad .from_group .in_box input{
    width: 100%;
    outline: none;
    border: none;
    padding: 0;
    height: 29px;
    font-size: 15px;
    flex: 1;
}
.enq_now .pad .from_group .in_box textarea {
    width: 100%;
    outline: none;
    border: none;
    padding: 0;
    font-size: 15px;
    }
.fro_enq.btn {
    background: var(--aura-green);
    color: #fff;
}

.luxury_slider {}
.luxury_slider .cs{display:none}
.luxury_slider .cs.active{display:block}

.right_enq {
}
.right_enq .rotate{
}
.right_enq .rotate h3{}



.homeimg {
    background-size: cover;
    width: 100%;
    float: right;
	    z-index: 9;
    position: relative;
}
.sideBar .formm.active {
    right: 0;
}
.sideBar .formm {
    width: 300px;
    position: fixed;
    z-index: 3;
    right: -302px;
    top: 154px;
    transition: .3s;
}
.homeimg .form-group .input-group-prepend .input-group-text {
    width: 28px;
    height: 35px;
}
.sideBar .formm .talk-to-us img {width:100%}
.sideBar .formm .talk-to-us {
    padding: 0px;
    display: inline-block;
    position: absolute;
    left: -56px;
    top: 0;
    text-align: left;
    width: 64px;
}
.sideBar .formm .talk-to-us .rotate {
    background: var(--aura-green);
    rotate: 90deg;
    width: max-content;
    top: 52px;
    position: absolute;
    left: -36px;
    border-radius: 0px 0px 10px 10px;
}
.sideBar .formm .talk-to-us .rotate h3{
    margin: 0;
    color: #fff;
    padding: 15px;
    font-size: 17px;
    font-weight: 400;
}
.sideBar .formm .talkIco
	
	
.sideBar .formm .talkIcon {
    padding: 6px 10px;
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    z-index: 25;
    color: #fff;
    background: #fff;
    transform: scale(.6);
    cursor: pointer;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.75);
}

.dsfdf {
    display: flex;
    justify-content: space-between;
}

.comon_icon {
    position: fixed;
    width: 45px;
    z-index: 1;
    left: 6px;
    }
.comon_icon img {width:100%}	
	
.whatsapp {
    bottom: 10px;
}

.stying_in {padding: 60px 0;}
.stying_in .desc_iframe{
    height: 100%;
    box-shadow: 0px 0px 10px #d7d7d7;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    background: #fff;
    gap: 50px;
}
.stying_in .desc_iframe iframe{
    width: 100%;
    height: 100%;
}

.thehotel {
    padding: 60px 0;
}
.thehotel .desc{
    text-align: center;
}
.thehotel .desc .desc_box{
    text-align: center;
    box-shadow: 0px 0px 10px #d7d7d7;
    position: relative;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 45px;
}

.thehotel .desc .desc_box h2{
    font-size: 17px;
    font-family: inherit;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}
.thehotel .desc .desc_box p{
    text-align: center;
    font-size: 30px;
}
.thehotel .desc  .desc_mid p{
    background: var(--aura-black);
    color: #fff;
    font-size: 17px;
    width: fit-content;
    margin: 0 auto;
    padding: 2px 15px;
    border-radius: 31px;
}
.thehotel .desc  .desc_mid p i{}
.thehotel .desc .desc_box .desc_mid{
    position: absolute;
    width: 100%;
    bottom: -13px;
}
.thehotel .desc .desc_box .desc_pra{
    padding: 20px;
}
.thehotel .desc .desc_box .desc_head {
    background: var(--aura-green);
    color: #fff;
    padding: 10px;
}
.ald_head {
    position: relative;
    z-index: 1;
    border: 0 solid #eee;
    width: fit-content;
    margin: 0 auto;
    background: var(--aura-lite-brown);
    border-radius: 15px 15px 0 0;
}
.ald_head h3{color: #fff;padding: 15px 25px;margin: 0;text-transform: uppercase;}


/*******
 * Best Project One
*******/
.best-project-one {
  position: relative;
}
.best-project-one__carousel.owl-carousel .owl-next,
.best-project-one__carousel.owl-carousel .owl-prev {
  position: absolute;
  top: 50%;
  left: 27%;
  transform: translateY(-50%);
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  width: 59px;
  height: 59px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: var(--aura-lite-brown);
  background-color: var(
  --zoomvilla-white, #FFFFFF) !important;
  border-radius: 50%;
  transition: all 400ms ease;
}
.best-project-one__carousel.owl-carousel .owl-next:hover,
.best-project-one__carousel.owl-carousel .owl-prev:hover {
  color: var(--zoomvilla-white, #FFFFFF) !important;
  background-color: var(--aura-lite-brown) !important;
}
.best-project-one__carousel.owl-carousel .owl-next span,
.best-project-one__carousel.owl-carousel .owl-prev span {
  border: none;
  outline: none;
  color: inherit;
}
@media (max-width: 991px) {
  .best-project-one__carousel.owl-carousel .owl-next,
  .best-project-one__carousel.owl-carousel .owl-prev {
    display: none;
  }
}
.best-project-one__carousel.owl-carousel .owl-prev {
  transform: translateY(-50%) rotateY(-180deg);
}
.best-project-one__carousel.owl-carousel .owl-next {
  left: auto;
  right: 27%;
  background-color: var(--zoomvilla-base, #D7984E);
  color: var(--zoomvilla-white, #FFFFFF);
}
.best-project-one__carousel.owl-carousel .owl-item .best-project-one__item {
  height: 400px;
  width: 100%;
  transition: all 0.4s ease-in-out;
  border: 5px solid transparent;
}
@media (max-width: 1300px) {
  .best-project-one__carousel.owl-carousel .owl-item .best-project-one__item {
    height: 200px;
  }
}
.best-project-one__carousel.owl-carousel .owl-item .best-project-one__item img {
  object-fit: cover;
  height: 400px;
  object-fit: cover;
  width: 100%;
  display: flex;
  transition: all 0.4s ease-in-out;
}
.best-project-one__carousel.owl-carousel .center .best-project-one__item {
  height: 400px;
  width: 100%;
  transition: all 0.4s ease-in-out;
  border: 5px solid var(--zoomvilla-white, #FFFFFF);
  border-radius: 50px;
}
.best-project-one__carousel.owl-carousel .center .best-project-one__item img {
  object-fit: cover;
  border-radius: 50px;
  height: 100% !important;
  width: 100% !important;
  transition: all 0.4s ease-in-out;
}
.best-project-one__carousel.owl-carousel .center .best-project-one__item .best-project-one__item__popup {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.best-project-one__carousel.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.best-project-one__item {
  overflow: hidden;
}
.best-project-one__item img {
  object-fit: cover;
  width: 100%;
}
.best-project-one__item__popup {
  display: flex;
  align-items: center;
  position: absolute;
  gap: 20px;
  top: 50px;
  right: 50px;
  transform: translateY(-200px);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .best-project-one__item__popup {
    top: 20px;
    right: 20px;
  }
}
.best-project-one__item__popup a {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 25px;
  background-color: var(--zoomvilla-white, #FFFFFF);
}
@media (max-width: 767px) {
  .best-project-one__item__popup a {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
}
.best-project-one__item__popup a:last-child {
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 35px;
  background-color: var(--aura-lite-brown);
}

/*******
 * Project Two
*******/
.project-area-two {
  position: relative;
  /* background-color: var(--aura-black-light); */
}
.project-area-two .sec-title__title {
  /* color: var(--zoomvilla-white, #FFFFFF); */
}
.project-area-two__inner {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 991px) {
  .project-area-two__inner {
    flex-direction: column;
  }
}
.project-area-two__item {
  width: 170px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .project-area-two__item {
    height: 170px;
    width: 100%;
  }
  .project-area-two__item img {
    object-fit: cover;
    width: 100%;
  }
}
.project-area-two__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 38.76%, var(--aura-lite-brown) 61.9%);
}
.project-area-two__item.active {
  width: 370px;
}
@media (max-width: 991px) {
  .project-area-two__item.active {
    height: 370px;
    width: 100%;
  }
}
.project-area-two__item.active .project-area-two__item__content {
  transform: rotate(-180deg) translateX(300px);
}
@media (max-width: 991px) {
  .project-area-two__item.active .project-area-two__item__content {
    transform: rotate(0deg) translateX(-300px);
  }
}
.project-area-two__item.active .project-area-two__item__hover {
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}
.project-area-two__item__content {
  position: absolute;
  transform: rotate(-180deg) translateX(50%);
  writing-mode: vertical-rl;
  z-index: 1;
  bottom: 20px;
  left: 50%;
  transition: all 0.7s ease-in-out;
}
@media (max-width: 991px) {
  .project-area-two__item__content {
    transform: rotate(0deg) translateX(20px);
    writing-mode: horizontal-tb;
    left: 0;
  }
}

.project-area-two__item__title {
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 113.636%;
  text-transform: capitalize;
  margin: 0;
}
.project-area-two__item__title a {
  color: var(--aura-black-light);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.project-area-two__item__title a:hover {
  background-size: 100% 1px;
}
.project-area-two__item__hover {
  padding: 10px 16px 10px 20px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background-color: var(--zoomvilla-white, #FFFFFF);
  border-radius: 100px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  transform: translateY(300px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.7s ease-in-out;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .project-area-two__item__hover {
    left: 10px;
    right: 10px;
    padding: 15px;
  }
}

.project-area-two__item__hover .project-area-two__item__title {
  color: #222;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 113.636%;
  text-transform: capitalize;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .project-area-two__item__hover .project-area-two__item__title {
    font-size: 18px;
  }
}
.project-area-two__item__hover .project-area-two__item__title a {
  color: inherit;
}
.project-area-two__item__btn a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--aura-lite-brown);
  color: var(--zoomvilla-white, #FFFFFF);
  font-size: 20px;
}
.project-area-two__item__btn a i {
  transform: rotate(45deg);
}


.about-area {
    position: relative;
    z-index: 1;
    padding: 60px 0;
}
.about-area .about-images-area {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 10px #d7d7d7;
    border-radius: 15px;
    padding: 15px;
    position: relative;
    background: #fff;
    gap: 50px;
}

.about-area .about-images-area img {
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.about-area .about-heading {}
.about-area .about-heading .smal_line{
    display: block;
    background: var(--aura-green);
    color: #fff;
    padding: 0 10px;
    border-radius: 30px;
    width: fit-content;
}
.about-area .about-heading  h2{    color: var(--aura-green);
    font-size: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
	}
.about-area .about-heading .smal_line p{}

.aprtMt{
    overflow: hidden;
    padding-bottom: 60px;
}
.aprtMt .sd_grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}
.aprtMt .sd_grid .service-card{
    width: calc(20% - 15px);
    padding: 20px 10px 20px;
}
.aprtMt .sd_grid .service-card__icon-box {
    width: 70px;
    height: 70px;
}
.aprtMt .sd_grid .service-card__icon-box .service-card__icon{
    width: 45px;
    height: 45px;
    line-height: 30px;
}
.aprtMt .sd_grid .service-card__icon-box .service-card__icon img{width:100%}
.aprtMt .sd_grid .service-card__shape{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.aprtMt .sd_grid .service-card__title {font-size: 18px;margin-bottom: 0;}
.aprtMt .sd_grid .service-card__shape::after {width: 35px;height: 35px;}


/*-----------------------------*/
.schedule_div {
    width: 100%;
    overflow: hidden;
}
.schedule_div .schedule-wrapper{}
.schedule_div .schedule-content{}
.schedule_div .schedule-content .desc{}
.schedule_div .schedule-content .desc h5{
    color: var(--aura-lite-brown);
    font-size: 15px;
}
.schedule_div .schedule-content .desc h2{
    color: #ffffff;
    font-size: 60px;
}
.schedule_div .schedule-content .desc p{
    color: #ffffff;
    font-size: 45px;
}
.schedule_div .schedule-content .desc a{
    color: #ffffff;
    font-size: 20px;
    background: var(--aura-lite-brown);
    padding: 8px 30px;
    border-radius: 5px;
}
.schedule_div .propertie-image{}

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


.ab_map_sec{}
.ab_map_sec iframe{
    width: 100%;
}
.ab_map_sec .av{
    position: relative;
    padding: 80px 0 50px;
}
.ab_map_sec .sec_shi{
    display: block;
}
.ab_map_sec .sec_shi ul{
    list-style: none;
    margin: 0;
    display: flex;
    gap: 8px;
    padding: 0;
    justify-content: center;
}
.ab_map_sec .sec_shi ul li{
    background: var(--aura-lite-brown);
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    border-radius: 5px;
}
.ab_map_sec .sec_shi ul li:last-child{margin-bottom:0;}
.ab_map_sec .sec_shi ul li:hover {
    background: var(--aura-black);
}
.ab_map_sec .sec_shi ul li a{
    color: #fff;
    padding: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 13px;
}
.ab_map_sec .sec_shi ul li span {
    width: 50px;
    display: flex;
    height: 50px;
    background: #fff;
    border-radius: 88px;
    padding: 6px;
}
.ab_map_sec .sec_shi ul li span img {
}
.contact_map {}
.contact_map iframe{width:100%; height:400px}

.get_in_touch {
    padding-top: 60px;
}
.get_in_touch .desc{
    box-shadow: 0px 0px 10px #eee;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    gap: 23px;
}
.get_in_touch .desc .desc_img{}
.get_in_touch .desc .desc_img img{}
.get_in_touch .desc .desc_content{
    flex: 1;
}
.get_in_touch .desc .desc_content h3{
    color: var(--aura-green);
    font-size: 24px;
    border-bottom: 2px solid var(--aura-green);
    margin-bottom: 15px;
    text-transform: uppercase;
    width: 100%;
    display: block;
}
.get_in_touch .desc .desc_content h4{
    color: var(--aura-lite-brown);
    font-family: var(--zoomvilla-font, "Saira", sans-serif);
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    z-index: 1;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.get_in_touch .desc .desc_content p{}
.get_in_touch .desc .desc_content a{
    display: block;
    background: var(--aura-lite-brown);
    color: #fff;
    border-radius: 38px;
    padding: 0 15px;
    width: fit-content;
}
.get_in_touch .desc .desc_content a span{}

.policy_pages {
    padding: 60px 0;
}
.policy_pages .desc{}
.policy_pages .desc h1{
    font-size: 35px;
    text-align: center;
    margin-bottom: 30px;
}
.policy_pages .desc p{    color: var(--zoomvilla-text2, #5E5B5B);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;}
.policy_pages .desc ul li{    color: var(--zoomvilla-text2, #5E5B5B);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;}
    .enq_now .pad .from_group .in_box select {
    width: 100%;
    border: none;
    font-size: 15px;
    padding: 2px 12px;
}


	.thankyou_pg {
}
.thankyou_pg .desc{
    padding: 118px 0;
    min-height: calc(100vh - 122px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.thankyou_pg .desc .content{
    text-align: center;
    width: 69%;
}
.thankyou_pg .desc .content h1{font-size: 67px;font-weight: 100;font-family: "Dancing Script", cursive;color: var(--aura-lite-brown);margin-bottom: 15px;}
.thankyou_pg .desc .content p{
    font-size: 18px;
    letter-spacing: 5px;
    margin-bottom: 20px;
    width: 70%;
    margin: 0 auto 22px;
}
.thankyou_pg .desc .content a{
    padding: 15px 26px;
}


/*----------------------------*/
.main_home_popup.active {display:block}
.main_home_popup {display:none;
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    background: #000000c4;
    height: 100%;
}
.main_home_popup .width{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_home_popup .width .width_point{
    width: 60%;
    border: 1px solid #eee;
    border-radius: 7px;
    background: #fff;
    position: relative;
}
.main_home_popup .width .header_title{
    background: var(--aura-green);
    padding: 6px 15px;
    border-radius: 7px 7px 0 0;
}
.main_home_popup .width .header_title h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    margin: 0;
}
.main_home_popup .width .header_title {}
.main_home_popup .width .header_title span{
    position: absolute;
    right: -11px;
    top: -10px;
    background: #bd0000;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
}
.main_home_popup .width .header_title span svg{}
.main_home_popup .width .header_title p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}
.main_home_popup .width_point .p_body {
    padding: 20px;
}
.main_home_popup .width_point .p_body .enq_now {
    border: none;
    border-radius: none;
}
.main_home_popup .width_point .p_body .enq_now .pad{
    padding: 0;
}
 .main_home_popup .width_point .p_body .enq_now .pad .from_group{}
 .main_home_popup .width_point .p_body .enq_now .pad .from_group input,
 .main_home_popup .width_point .p_body .enq_now .pad .from_group select{height: 45px; background:#0000;
    padding: 0;}
 .main_home_popup .width_point .p_body .enq_now .pad .from_group textarea{    height: 100px;}
/*----------------------------*/