* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "avalon", serif;
}

@font-face {
  font-family: "avalon";
  src: url(../fonts/avalon/fontsfree-net-avalon-webfont.woff) format("woff");
}

body {
  font-family: "avalon", serif;
  /* background-color: #cccbb7; */
  background: url(../images/vv_background.webp);
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

h3 {
  font-family: Montaga, sans-serif;
  /* color: #2a3f70 !important; */
}

a * {
  text-decoration: none;
}

p {
  font-size: 14px;
}

img {
  width: 100%;
  max-width: 100%;
}

.section_title {
  padding-bottom: 20px;
}

.section_title h2 {
  font-family: "Cormorant Garamond", serif;
  /* text-align: center; */
  font-size: 52px;
  font-weight: 400;
  color: #436619;
}

.section_paragraph p {
  font-size: 16px;
  color: #222222;
  text-align: justify;
}

/* section space */

section {
  padding: 45px 0px;
  /* background: url(../images/webp/section_bg.webp) no-repeat center center; */
}

#banner {
  padding: 0px;
  position: relative;
  z-index: 9;
}

section#brochure_section {
  padding-bottom: 0px;
}

/* Header CSS */

.mobile_menu {
  display: none;
}

header.header {
  padding: 15px 25px;
  position: fixed;
  width: 100%;
  z-index: 999;
}

.header.background {
  background: #788f5d;
}

.navbar {
  display: flex;
  justify-content: center;
}

.navbar ul li {
  margin: 0px;
}

li.nav-item.contact {
  background: #788f5d;
  border-radius: 5px;
}

.navbar ul li a {
  color: #ffffff;
  font-size: 14px;
}

.header_logo.right.desktop {
  display: flex;
  justify-content: center;
  width: 100px;
  float: inline-end;
}

.navbar ul li a:hover {
  color: #fff;
}

.nav-link:focus,
.nav-link:hover {
  color: #fff;
}

/* new styles header */

.header_wrapper {
  display: flex;
  justify-content: space-between;
}

.mobile_header {
  width: 235px;
}

.navbar,
.navbar ul {
  width: 100%;
  display: flex;
  /* gap: 40px; */
  justify-content: flex-end;
  padding-right: 36px;
}

/* Header CSS Ends*/

/* Banner CSS */

.banner-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(0deg, #00000033 0%, #0000003b 5%, transparent);
}

.banner-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(180deg, #00000000 0%, #0000001a 0%, transparent);
}

.banner_content_wrapper {
  position: absolute;
  top: auto;
  bottom: 30%;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.banner_content_wrapper h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  color: #fff;
  /* filter: drop-shadow(2px 4px 20px black); */
  line-height: 1.2;
}

.banner_content h1 {
  font-size: 55px;
  font-family: "Bodoni Moda", serif;
  color: #fff;
  font-style: italic;
  letter-spacing: 1px;
  filter: drop-shadow(2px 4px 15px black);
  margin-bottom: 10px;
}

.banner_content_info {
  display: flex;
  gap: 20px;
}

.banner_content_info span {
  font-size: 18px;
  color: #436619;
  /* filter: drop-shadow(2px 4px 20px black); */
  background: #fff;
  padding: 5px 25px;
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
}

.banner_content_info span:hover {
  background: #436619;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

a.form_btn.explore {
  background: #ffffff8c;
  color: #436619;
  border: 0;
  display: flex;
  justify-content: center;
  padding: 6px 24px;
  margin-top: 20px;
  border-radius: 5px;
  backdrop-filter: blur(5px);
  text-decoration: none;
  position: relative;
}

/* a.explore:hover::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #436619;
  border-radius: 5px;
  animation: slideLeft 0.6s ease-in-out;
  z-index: 1;
  width: 100%;
  transition: all 0.5s ease-in-out;
}

a.explore:hover span {
  z-index: 9;
  color: #fff;
  transition: all 0.6s ease-in-out;
}

@keyframes slideLeft {
  0%,
  50% {
    width: 0%;
    background: #436619;
    transition: all 0.5s ease-in-out;
  }

  100% {
    width: 100%;
    background: #436619;
    transition: all 0.5s ease-in-out;
  }
} */

/* About content */

#about {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.about_content {
  padding-top: 50px;
  padding-left: 20%;
}

.about_content p {
  width: 90%;
  line-height: 25px;
  text-align: justify;
}

.about_content::before {
  content: "";
  background: url(../images/webp/bg_left_pattern.png) no-repeat left top;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  width: 240px;
  opacity: 0.6;
}

.about_img {
  text-align: right;
  position: relative;
}

#about::before {
  content: "";
  /* background: url(../images/webp/bg_top_right_pattern.png) no-repeat bottom */
  position: absolute;
  top: 67%;
  right: 0px;
  bottom: 0px;
  background-size: contain;
  width: 206px;
  z-index: -1;
  opacity: 0.6;
  /* overflow: hidden; */
  transform: rotateX(170deg);
}

.about_img img {
  width: 85%;
}

/* about counters */

.counter_wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 11%;
  padding-top: 30px;
  padding-left: 13%;
}

.counter_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.counter_box p {
  font-size: 45px;
  color: #7c7b59;
}

.counter_box p span {
  font-size: 60px;
  font-weight: 300;
  color: #7c7b59;
}

.counter_box p:nth-child(1) {
  display: flex;
  align-items: center;
}

.counter_box p:nth-child(2) {
  color: #436619;
  font-size: 18px;
  /* background: #d6e4c4; */
  padding: 0px 10px;
}

/* about verde vista */

#verde_vista_about .row {
  width: 100%;
}

.verde_vista_about_img {
  width: 100%;
  text-align: end;
  margin-top: 40px;
  margin-left: 40px;
}

.verde_vista_about_img img {
  width: 95%;
  border-radius: 10px;
  height: 430px;
  object-fit: fill;
}

.verde_vista_about_content {
  padding: 0px 70px;
  padding-top: 5%;
  /* padding-right: 190px;   */
}
.verde_vista_about_content.active #more,
.verde_vista_about_content.active .dots {
  display: none;
}

#more {
  cursor: pointer;
  color: #205121;
  transition: all 0.5s ease-in-out;
  text-decoration: underline;
}

.verde_vista_about_content .section_paragraph {
  width: 100%;
}

#verde_vista_about {
  position: relative;
  padding-top: 0px;
  /* overflow: hidden; */
}

#verde_vista_about::before {
  content: "";
  background: url(../images/line.png) no-repeat right top;
  position: absolute;
  /* top: -2px; */
  left: -73px;
  bottom: -84px;
  opacity: 0.6;
  background-size: contain;
  width: 295px;
  height: 200px;
  transform: rotate(40deg);
  z-index: -1;
}

.verde_vista_about_content .section_paragraph p {
  padding-bottom: 10px;
  line-height: 25px;
  text-align: left;
}

.para_icons img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.para_icons {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 50%;
}

.para_icons span {
  font-size: 12px;
}

.para_icons_box {
  display: flex;
  /* justify-content: space-between; */
  padding-top: 20px;
  gap: 15px 0px;
  flex-wrap: wrap;
}

/* highlights*/

#highlights {
  position: relative;
  padding: 65px 0px;
}

#highlights::before {
  content: "";
  background: url(../images/webp/bg_bottom_left_pattern.png) no-repeat left
    bottom;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  background-size: contain;
  width: 240px;
}

#highlights::after {
  content: "";
  background: url(../images/webp/bg_pattern.png) no-repeat right top;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  background-size: contain;
  z-index: -1;
  width: 240px;
}

.higlights_tabs_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 55px;
  gap: 35px;
}

form#contact_us .section_title {
  padding-bottom: 35px;
}

button.higlight_tab {
  background: transparent;
  border: 0;
  border-radius: 5px;
  width: 60%;
  display: flex;
  gap: 10px;
  font-size: 11px;
  text-align: left;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  align-items: center;
}

button.higlight_tab img {
  width: 56px;
  background: #231f201a;
  padding: 10px;
  transition: all 0.5s ease-in-out;
}

button.higlight_tab.active img {
  background: #436619;
  transition: all 0.5s ease-in-out;
}

button.higlight_tab.active {
  background: #231f201a;
  transition: all 0.5s ease-in-out;
}
.higlight_tab img.white-icon {
  display: none;
  transition: all 0.5s ease-in-out;
}
.higlight_tab.active img.white-icon {
  display: block;
  transition: all 0.5s ease-in-out;
}
.higlight_tab.active img.colored-icon {
  display: none;
  transition: all 0.5s ease-in-out;
}
.higlight_tab img.colored-icon {
  display: block;
  transition: all 0.5s ease-in-out;
}
.higlights_img_wrapper {
  /* padding-left: 55px; */
}

.higlights_img_wrapper .image_box {
  width: 75%;
  border-radius: 15px;
  overflow: hidden;
  display: none;
  opacity: 0;
  animation: slideUp forwards 0.7s ease-in;
}

@keyframes slideUp {
  0% {
    /* transform: translateY(30px); */
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
  }

  100% {
    /* transform: translateY(0); */
    transform: scale(1);
    opacity: 1;
    transition: all 0.5s ease-in-out;
  }
}

.higlights_img_wrapper .image_box.active {
  display: block;
  opacity: 1;
  animation: slideUp forwards 0.7s ease-in;
}

/* amenities */

#amenities {
  position: relative;
  padding: 0px;
}

#amenities .section_title {
  position: absolute;
  bottom: 37%;
  left: 96px;
  padding: 0px 20px;
  z-index: 9;
}

#amenities .main-slider .swiper-wrapper .swiper-slide::before {
  content: "";
  background: linear-gradient(41deg, #000, #00000000, transparent);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  margin: 0 auto;
}

#amenities .section_title h2 {
  font-family: "avalon", serif;
  color: #ffffff85;
  font-size: 95px;
}

#amenities .section_paragraph p {
  color: #ffffffde !important;
  font-size: 16px;
  width: 50%;
}

.swiper-container {
  width: 100%;
  height: 80vh;
  float: left;
  transition: opacity 0.6s ease, transform 0.3s ease;
  overflow: hidden;
}

.swiper-container.nav-slider {
  width: 20%;
  padding-left: 5px;
}

.swiper-container.nav-slider .swiper-slide {
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}

.swiper-container.nav-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.swiper-container.nav-slider .swiper-slide .content {
  width: 100%;
}

.swiper-container.nav-slider .swiper-slide .content .title {
  font-size: 20px;
}

/* Loading State */
.swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}

/* Swiper Wrapper */
.swiper-wrapper {
}

/* Swiper Slide */
.swiper-slide {
  overflow: hidden;
  backface-visibility: hidden;
  /* Equivalent to @extend %backface_visibility_hidden */
}

.swiper-slide .slide-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  /* filter: brightness(0.5); */
}

.swiper-slide .entity-img {
  display: none;
}

.swiper-slide .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8%;
  /* right: 0; */
  margin: auto;
  width: 70%;
  z-index: 9;
}

.swiper-slide .content .title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #fff;
  transform: translateY(10px);
  /* opacity: 0; */
  transition: opacity 0.3s ease, transform 0.7s ease;
}

.swiper-slide .content {
  display: block;
  font-size: 13px;
  line-height: 25px;
  transform: translateY(50px);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.7s ease;
  filter: drop-shadow(4px 10px 12px black);
}

.swiper-slide .content.show {
  transform: translateY(0);
  opacity: 1;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  top: 45%;
}

.swiper-slide .caption {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 20px;
}

/* Swiper Button Styles */
[class^="swiper-button-"] {
  width: 30px;
  height: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  /* Equivalent to @extend %transition_all_03s */
}

.swiper-nav {
  position: absolute;
  width: 100px;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.swiper-button-prev,
.swiper-button-next {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 25px;
  font-weight: 800;
  color: #fff;
}

/* Clubhouse */

.clubhouse {
  position: relative;
}

.clubhouse::before {
  content: "";
  background: url(../images/line.png) no-repeat right top;
  position: absolute;
  /* top: -2px; */
  left: -73px;
  bottom: -35px;
  opacity: 0.6;
  background-size: contain;
  width: 295px;
  height: 200px;
  transform: rotate(40deg);
  z-index: -1;
}

.clubhouse::after {
  content: "";
  background: url(../images/line.png) no-repeat right top;
  position: absolute;
  top: -77px;
  right: -18px;
  opacity: 0.6;
  background-size: contain;
  width: 385px;
  height: 164px;
  transform: rotate(270deg);
  z-index: -1;
}

.clubhouse_content {
  margin-bottom: 54px;
}

.club_content {
  padding: 0px 40px;
  line-height: 25px;
  text-align: left;
}

.club_content p:nth-child(1) {
  margin-bottom: 10px;
}

.club_img {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.club_cap {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  background: #788f5d;
  text-align: center;
}

.club_cap p {
  font-size: 16px;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.club_slider .owl-item.active.center .club_cap p {
  font-size: 15px;
  transition: all 0.5s ease-in-out;
}

.club_slider .owl-item {
  /* margin: 20px 0px; */
  transform: scale(0.9);
  transition: all 0.5s ease-in-out;
}
.club_slider .owl-item.active.center {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}

.club_icons {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 40%;
}

.club_icons img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.club_icons span {
  font-size: 12px;
}

.club_icons_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 30px;
  padding-top: 20px;
}

/* Clubhouse */

/* pricing table */

section#pricing_table {
  position: relative;
  padding: 30px 0px;
  padding-bottom: 30px;
  background: #788f5d;
}

#pricing_table::before {
  content: "";
  /* background: url(../images/webp/bg_left_pattern.png) no-repeat top left; */
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 265px;
  opacity: 0.6;
  z-index: 1;
  margin: 0 auto;
}

.price_table_wrapper {
  display: flex;
  justify-content: center;
}

table.pricing_table {
  width: 80%;
  text-align: center;
  background: transparent;
}

table.pricing_table tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ffffff66;
  background: #788f5d;
}

table.pricing_table th {
  background: #cccbb7;
  color: #fff;
  font-weight: 300;
  padding: 15px 0px;
  width: 100%;
  border: 0;
  /* font-weight: 900; */
  font-size: 20px;
}

table.pricing_table td {
  background: transparent;
  color: #ffffff;
  width: 100%;
  border: 0;
}

a.enquire_now_btn {
  background: #ffffff26;
  color: #ffffff;
  border: 1px solid #43661969;
  /* padding: 5px 10px; */
  padding-right: 7px;
  border-radius: 5px;
  backdrop-filter: blur(5px);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
}

a.enquire_now_btn .fa-envelope {
  margin-right: 5px;
  /* background: #436619; */
  padding: 10px;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

a.enquire_now_btn:hover .fa-envelope {
  background: #436619;
  transition: all 0.5s ease-in-out;
}
/* plan section */

section#plan {
  position: relative;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  top: 40px;
  right: 0px;
  text-align: right;
  padding-right: 6px;
  width: 30px;
  position: absolute;
  height: 30px;
}

.plan_img {
  text-align: center;
}

.plan_img img {
  width: 60%;
}

.plans_tabs_wrapper button,
.gallery_tabs_wrapper button {
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  color: #a2b68b;
  border: 0;
  background: transparent;
  transition: all 0.5s ease-in-out;
}

.plans_tabs_wrapper button.active,
.gallery_tabs_wrapper button.active {
  color: #436619;
  font-size: 40px;
  transition: all 0.5s ease-in-out;
}

.plans_tabs_wrapper,
.gallery_tabs_wrapper {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.plan_img,
.gallery_box {
  display: none;
  animation: tabSwitch 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@keyframes tabSwitch {
  0% {
    /* transform: translateY(30px); */
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }

  100% {
    /* transform: translateY(0); */
    opacity: 1;
    transition: all 0.5s ease-in-out;
  }
}

.plan_img.active,
.gallery_box.active {
  display: block;
  animation: tabSwitch 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.plan_tab,
.gallery_tab {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 20px;
}

.plan_tab.active::after,
.gallery_tab.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border: 1px solid #205121;
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.plan_img_box {
  position: relative;
}

.plan_img_caption {
  position: absolute;
  top: 15px;
  left: 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background: #788f5dad;
  padding: 10px 15px;
  z-index: 9;
}

/* Drone View */

.drone_view_wrapper {
  display: flex;
  justify-content: center;
}

.drone_view_wrapper img {
  border-radius: 15px;
  width: 85%;
}

/* galley section */

#gallery {
  position: relative;
  padding: 40px 0px;
}

#plan::before {
  content: "";
  background: url(../images/webp/bg_bottom_left_pattern.png) no-repeat bottom
    left;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 30px;
  left: -15%;
  opacity: 0.6;
  width: 320px;
  z-index: 1;
  margin: 0 auto;
  transform: rotate(325deg);
}

.img_caption,
.video_caption {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  z-index: 9;
  font-size: 25px;
  background: #788f5d;
}

.gallery_img_box,
.video_box {
  position: relative;
}

.gallery_img_box::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 15px;
  background: linear-gradient(0deg, #00000073, #00000000);
}

#plan::after {
  content: "";
  background: url(../images/webp/bg_pattern.png) no-repeat top right;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0.6;
  right: 0;
  width: 265px;
  margin: 0 auto;
}

.gallery_img_box img,
.video_box img {
  border-radius: 15px;
}

#gallery .owl-carousel .owl-stage-outer,
#video_gallery .owl-carousel .owl-stage-outer {
  /* padding: 30px 0px; */
}

#gallery .owl-carousel .owl-item img,
#video_gallery .owl-carousel .owl-item img {
  filter: drop-shadow(1px 2px 5px #00000017);
}

#gallery .owl-item {
  transform: scale(0.9);
  transition: all 0.5s ease-in-out;
}

#gallery .owl-item.active.center {
  transform: scale(1.09);
  transition: all 0.5s ease-in-out;
}

.play_btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play_btn .fa-play {
  color: #ffffff99;
  font-size: 50px;
}

.video_box {
  position: relative;
}

/* owl nav */

.owl-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background: #788f5d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

/* location highlight */

#location_highlights {
  position: relative;
}

#location_highlights::after {
  content: "";
  background: url(../images/line.png) no-repeat right top;
  position: absolute;
  top: -2px;
  right: 28px;
  top: -175px;
  opacity: 0.6;
  background-size: contain;
  width: 442px;
  height: 200px;
  transform: rotate(292deg);
  z-index: -1;
}

#location_highlights::before {
  content: "";
  background: url(../images/line.png) no-repeat right top;
  position: absolute;
  /* top: -2px; */
  left: -105px;
  bottom: -106px;
  opacity: 0.6;
  background-size: contain;
  width: 295px;
  height: 200px;
  transform: rotate(68deg);
  z-index: -1;
}

#highlights_content .accordion {
  --bs-accordion-bg: transparent;
}

#highlights_content .accordion-item {
  border-color: #00000020;
}

#highlights_content .accordion-body {
  display: flex;
  justify-content: center;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background: transparent;
}

.accordion-button:focus {
  box-shadow: none;
}

.location_info ul {
  display: flex;
  justify-content: space-between;
}

.location_info {
  width: 100%;
}

.location_info ul li:nth-child(2) {
  list-style: none;
}

.location_table {
  width: 90%;
}

.location_table tr {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
}

.location_table tr td {
  font-size: 14px;
}
/* footer form css */

section.forms {
  display: none;
}

#enquire_price .privacy_policy_tc {
  color: #000;
}

#enquire_price input.form_input,
#brochure_form input.form_input {
  background: #43661947;
  color: #000000;
}

#enquire_price input.form_input::placeholder {
  color: #000;
}

#sticky-form .form_box,
#enquire_price .form_box,
#brochure_form .form_box {
  flex-direction: column;
}

#sticky-form .form_submit_btn input {
  background: #205121;
  color: #fff;
}

#contact_us input.form_input {
  border: 0px solid #205121;
  background: #ffffffad;
}

#contact_us input.form_input::placeholder {
  color: #203023;
}

#contact_us input#tvs_vv_lp_footer_submit_btn {
  background: #788f5d;
  color: #fff;
}

form#contact_us,
#enquire_price,
#brochure_form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

form#contact_us .section_title h3 {
  font-size: 30px;
  color: #205121;
  font-family: "Cormorant Garamond", serif;
}

form#banner_form {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 15px;
  display: flex;
  justify-content: center;
  padding: 0px 0px;
}

.banner_content {
  text-align: center;
}

.banner-wrapper img {
  /* filter: brightness(0.6); */
  display: block;
  height: 100vh;
  width: 100%;
}

#banner_form .form_box,
#contact_us .form_box {
  width: 90%;
}

.form_box {
  display: flex;
  justify-content: center;
  gap: 20px;
}

input.form_input {
  background: #fff;
  border: 0;
  border-radius: 5px;
  padding: 8px 20px;
  width: 100%;
  font-size: 14px;
}

input.form_input::placeholder {
  color: #000;
  font-size: 14px;
}

input:focus-visible {
  outline: 0;
}

label.checkbox-inline {
  display: flex;
  width: 100%;
  gap: 10px;
  font-size: 12px;
}

label.checkbox-inline input {
  margin-bottom: 33px;
  border: 0;
  width: 18px;
}

#banner_form .privacy_policy_tc,
#banner_form .privacy_policy_tc a {
  color: #fff;
  font-weight: 800;
  font-size: 9px;
}

.privacy_policy_tc,
.privacy_policy_tc a {
  font-size: 10px;
  color: #000;
}

#contact_us .privacy_policy_tc,
#contact_us .privacy_policy_tc a {
  color: #000;
}

.form_submit_btn input {
  background: #fff;
  color: #000;
  padding: 8px 35px;
}

form#contact_us {
  padding: 50px 0px;
  border-bottom: 1px solid #fff;
}

.form_input {
  width: 100%;
}

.form_box .intl-tel-input {
  width: 100%;
}

.form_box .intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
  color: #000;
}

.form_box .intl-tel-input .selected-flag {
  height: 100%;
  max-height: 35px;
  padding: 18px 10px;
}

.close {
  position: absolute;
  top: 8px;
  right: 11px;
  cursor: pointer;
}

.error {
  color: #d10508;
  font-size: 10px;
}

form#sticky-form {
  position: fixed;
  top: 29%;
  right: -350px;
  background: #a2b68b;
  padding: 15px;
  width: 350px;
  height: auto;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 3px 0px #0000006b;
  z-index: 9;
}

form#sticky-form.active {
  right: 0;
  transition: all 0.5s ease-in-out;
}

form#enquire_price,
form#brochure_form {
  position: fixed;
  top: 18%;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto;
  background: #ffffff;
  padding: 20px;
  width: 25%;
}

button.enquire_now {
  position: absolute;
  left: -26%;
  transform: rotate(270deg);
  padding: 10px 20px;
  bottom: 0;
  top: 0;
  height: 45px;
  margin: auto;
  border: 1px solid transparent;
  background: #788f5d;
  color: #fff;
  border-radius: 5px 5px 0px 0px;
  filter: drop-shadow(0px 0px 28px #00000046);
}

.close {
  position: absolute;
  top: 6px;
  right: 7px;
}

.contact a,
.address p {
  font-size: 18px;
}

.mobile {
  display: none !important;
}
.cloudzoom-blank {
  display: none;
}

.amenities_icons {
  display: flex;
  margin-bottom: 15px;
}

.sticky_form_icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40%;
  gap: 5px;
}

.sticky_form_icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.sticky_form_icon span {
  font-size: 10px;
  text-align: center;
  color: #205121;
  width: 80%;
}

.pool_image {
  padding-top: 45px;
  position: relative;
}

.pool_image img {
  width: 100%;
}

.pool_image .ribbon_left {
  position: absolute;
  top: 8%;
  left: 1%;
  font-size: 11px;
  padding: 0px 5px;
  color: #203023;
  filter: drop-shadow(5px 5px 10px white);
  background: #ffffff8c;
}

.pool_image .ribbon_right {
  position: absolute;
  bottom: 15px;
  font-size: 11px;
  right: 3%;
  color: #fff;
}
.copyright-bar {
  text-align: center;
  padding: 15px 0px;
}

.copyright-bar p {
  font-size: 12px;
}

.banner_content_box {
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-radius: 10px;
}

.counter_box p:nth-child(1) span {
  padding-right: 5px;
}

/* bborder */

#footer_section {
  position: relative;
}

#footer_section::after {
  content: "";
  border: 1px solid #788f5d;
  width: 90%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}

.mfp-title {
  text-align: center;
}

.footer_btns {
  display: none;
}

/*Responsive css*/

@media only screen and (max-width: 1440px) {
  .verde_vista_about_content {
    padding: 0px 50px;
  }

  .verde_vista_about_content .section_paragraph p {
    width: 100%;
  }

  table.pricing_table {
    width: 70%;
  }
}

@media only screen and (max-width: 1368px) {
  button.higlight_tab {
    width: 70%;
  }

  .higlights_img_wrapper .image_box {
    width: 90%;
  }

  #about::before,
  .about_content::before,
  #verde_vista_about::before,
  #highlights::before,
  #highlights::after,
  #pricing_table::before,
  #gallery::before,
  #gallery::after {
    width: 200px;
  }

  .counter_wrapper {
    gap: 8%;
  }

  .higlights_tabs_wrapper {
    gap: 40px;
  }

  #about::before {
    top: 62%;
  }

  .clubhouse::after {
    right: -113px;
    top: -118px;
  }

  #location_highlights::after {
    right: -10px;
    top: -190px;
  }

  #location_highlights::before {
    left: -103px;
    bottom: -118px;
    width: 240px;
  }

  .navbar,
  .navbar ul {
    gap: 5px;
  }
}

@media only screen and (max-width: 1285px) {
  .section_title h2 {
    font-size: 44px;
  }
  .verde_vista_about_content {
    padding: 0px 10px;
  }
  button.higlight_tab {
    width: 80%;
    color: #000;
    text-align: left;
  }

  button.higlight_tab img {
    width: 50px;
  }

  #highlights::before,
  #highlights::after {
    width: 200px;
  }

  #pricing_table::before {
    width: 250px;
  }

  .verde_vista_about_img {
    margin-left: 15px;
  }
  .verde_vista_about_img img {
    width: 85%;
    height: 335px;
  }

  #verde_vista_about::before {
    left: -70px;
    bottom: -124px;
  }
}

@media only screen and (min-width: 800px) and (max-width: 1200px) {
  header.header {
    background: #788f5d;
    padding: 0px 25px;
    position: fixed;
    width: 100%;
    z-index: 999;
  }

  .header_logo a {
    justify-content: flex-end;
  }
  .navbar ul li {
    margin: 0px 5px;
  }

  .banner_content_wrapper {
    bottom: 28%;
  }

  .banner_content h1 {
    font-size: 45px;
  }

  .banner_content_info span {
    font-size: 14px;
  }

  table.pricing_table tbody td {
    padding: 20px 0px;
  }

  #about::before {
    top: 56%;
  }

  .higlights_tabs_wrapper {
    gap: 30px;
  }

  /* .banner-wrapper::before {
    background: linear-gradient(360deg, #436619, #43661903, transparent);
  } */

  .navbar ul li {
    margin: 0px 0px;
  }

  .banner-wrapper img {
    height: 90vh;
  }

  .about_content {
    padding-left: 10%;
  }

  .counter_box p span {
    font-size: 40px;
  }

  .counter_box p {
    font-size: 25px;
  }

  .counter_wrapper {
    gap: 14%;
    padding-left: 0;
  }

  .navbar ul li a {
    font-size: 11px;
  }

  .navbar,
  .navbar ul {
    gap: 15px;
  }

  .location_info ul li {
    font-size: 14px;
  }

  .club_content {
    padding: 0px 0px;
  }

  .clubhouse::after {
    right: -26px;
    top: -30px;
    width: 257px;
    height: 114px;
  }

  .clubhouse::before {
    bottom: -26px;
    width: 176px;
  }

  table.pricing_table {
    width: 85%;
  }

  table.pricing_table tbody td {
    padding: 10px 0px;
  }

  #plan::before,
  #plan::after {
    width: 190px;
  }

  #location_highlights::after {
    right: -30px;
    top: -154px;
    width: 360px;
    height: 170px;
  }

  #location_highlights::before {
    width: 195px;
  }
}

@media only screen and (max-width: 1024px) {
  .section_title h2 {
    font-size: 35px;
  }

  .section_paragraph p {
    font-size: 14px;
  }
  .navbar ul li {
    margin: 0px 0px;
  }

  #banner_form .form_box,
  #contact_us .form_box {
    width: 95%;
  }

  .mobile_header {
    display: flex;
    justify-content: center;
  }

  .about_content::before,
  #verde_vista_about::before,
  #highlights::before,
  #highlights::after,
  #pricing_table::before,
  #gallery::before,
  #gallery::after {
    width: 170px;
  }

  .about_img::before {
    left: -18%;
    bottom: -10%;
    width: 200px;
  }

  .about_content {
    padding-left: 12%;
  }

  .about_content p {
    width: 100%;
  }

  .higlights_tabs_wrapper {
    padding-right: 10px;
  }

  button.higlight_tab {
    width: 75%;
  }

  .counter_box p span {
    font-size: 40px;
  }

  .counter_wrapper {
    gap: 12%;
    padding-left: 5%;
  }

  .counter_box p {
    font-size: 25px;
  }

  .location_info ul li {
    font-size: 14px;
  }

  .mobile_header {
    width: 150px;
  }

  .navbar,
  .navbar ul {
    gap: 0px;
  }
}

@media only screen and (max-width: 996px) {
  header.header {
    position: fixed;
    /* background: #788f5d; */
    padding: 0px;
  }
  .navbar {
    position: absolute;
    top: 75px;
    left: -100%;
    z-index: 1;
    width: 100%;
    background: #d6e4c4;
    transition: all 0.5s ease-in-out;
  }

  .navbar.active {
    left: 0;
    transition: all 0.5s ease-in-out;
  }

  .navbar ul {
    display: block;
    width: 100%;
    text-align: center;
  }

  .navbar ul li a {
    color: #205121;
  }

  li.nav-item.contact a {
    color: #fff;
  }

  .navbar ul li a:hover {
    color: #000000;
  }

  .mobile_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 18px;
    position: relative;
    width: 100%;
    z-index: 9;
  }

  .menu {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
  }

  .menu span {
    border-bottom: 2px solid #ffffff;
    width: 25px;
    transition: all 0.5s ease-in-out;
  }

  .menu span:nth-child(2) {
    width: 15px;
    margin-right: 10px;
    transition: all 0.5s ease-in-out;
  }

  .menu.active span:nth-child(2) {
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }

  .menu.active span:nth-child(1) {
    transform: rotate(45deg) translateX(10px);
    transition: all 0.5s ease-in-out;
  }

  .menu.active span:nth-child(3) {
    transform: rotate(-45deg) translateX(10px);
    transition: all 0.5s ease-in-out;
  }

  .header_logo {
    width: 30%;
  }

  .counter_box p:nth-child(2) {
    padding: 0;
  }

  .banner-wrapper::before {
    height: 80%;
    min-height: 380px;
  }

  /* .banner-wrapper::before {
    background: linear-gradient(20deg, #436619, #43661903, transparent);
  } */

  #mobile_view_project_features {
    display: none !important;
  }

  .banner-wrapper img {
    /* height: auto; */
  }

  .banner_content_wrapper {
    bottom: 0;
  }

  .banner_content_wrapper h1 {
    font-size: 35px;
  }

  .banner_content_wrapper p {
    font-size: 40px;
  }

  .desktop {
    display: none !important;
  }

  .pool_image .ribbon_left {
    top: 11%;
  }

  .banner_form.mobile input.form_input {
    background: #fff;
  }

  .banner_form.mobile input#tvs_vv_lp_submit_btn {
    background: #788f5d;
    color: #fff;
    font-size: 18px;
  }

  .about_content {
    padding-left: 5%;
  }

  .mobile {
    display: flex !important;
  }

  .header_logo.left .mobile {
    display: none !important;
  }

  form#banner_form.mobile {
    position: unset;
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
    background: #436619;
  }

  .form_title {
    padding: 10px 0px;
  }

  .form_title p {
    font-size: 30px;
    text-align: center;
    color: #fff;
    text-decoration: underline;
  }

  form#banner_form.mobile .form_box {
    width: 100%;
    flex-direction: column;
    border: 1px solid #fff;
    padding: 15px;
    border-radius: 10px;
  }

  #gallery .section_title,
  #video_gallery .section_title {
    padding-bottom: 0;
  }

  #gallery,
  #video_gallery {
    padding: 30px 0px;
  }

  .about_img img {
    width: 100%;
  }

  .about_content::before,
  #verde_vista_about::before,
  #highlights::before,
  #highlights::after,
  #pricing_table::before,
  #gallery::before,
  #gallery::after {
    width: 130px;
  }

  .privacy_policy_tc,
  .privacy_policy_tc a {
    color: #000;
  }

  .counter_box p span {
    font-size: 58px;
  }

  .counter_box p {
    font-size: 40px;
  }

  .counter_box p:nth-child(2) {
    font-size: 12px;
  }

  #about::before {
    width: 135px;
    top: 72%;
  }

  .about_img::before {
    left: -20%;
    bottom: -10%;
    width: 130px;
  }

  .higlights_tabs_wrapper {
    gap: 10px;
  }

  button.higlight_tab {
    color: #333333;
    font-size: 10px;
    text-align: left;
    width: 95%;
  }

  a.form_btn.explore {
    padding: 6px 14px;
  }

  form#enquire_price {
    width: 45%;
  }

  button.higlight_tab img {
    width: 40px;
  }

  table.pricing_table {
    width: 85%;
  }

  table.pricing_table tbody tr {
    padding: 10px 0px;
  }

  #contact_us .form_box {
    flex-direction: column;
  }

  .location_info ul li {
    font-size: 14px;
  }

  .verde_vista_about_img {
    text-align: center;
  }
  .verde_vista_about_content .section_paragraph {
    width: 100%;
  }
  .banner_content_info.mobile {
    justify-content: space-around;
    padding-top: 15px;
  }

  .banner_content_info.mobile p {
    display: flex;
    flex-direction: column;
    font-size: 35px;
    color: #436619;
  }

  .banner_content_info.mobile span {
    font-size: 25px;
    color: #4366199e;
    background: transparent;
  }

  .form_btns.mobile {
    justify-content: space-around;
  }

  .form_btns.mobile a {
    background: #788f5d;
    display: flex;
    align-items: center;
    width: 255px;
  }

  .form_btns.mobile a .fa-phone,
  .form_btns.mobile a .fa-download {
    margin-right: 10px;
  }

  .verde_vista_about_content {
    padding: 13px 25px;
    text-align: center;
  }

  form#enquire_price,
  form#brochure_form {
    width: 40%;
  }
}

@media only screen and (max-width: 768px) {
  .club_content {
    padding: 20px 15px;
  }

  .swiper-slide .content.show {
    top: 55%;
  }

  #verde_vista_about::before {
    top: -50px !important;
    width: 160px !important;
    z-index: -1;
  }

  #highlights::after {
    top: -10px !important;
  }

  .clubhouse::before {
    bottom: -95px;
    width: 165px;
  }

  table.pricing_table th {
    font-size: 16px;
  }

  #location_highlights::after {
    right: -58px;
    top: -160px;
    width: 280px;
    height: 134px;
    transform: rotate(-90deg);
  }

  .club_slider {
    margin-bottom: 20px;
  }

  #plan::before {
    bottom: -90px;
    left: -40%;
    width: 130px;
  }

  #plan::after {
    width: 85px;
    z-index: -1;
    top: 55px;
  }

  #amenities .section_title {
    left: 0;
    bottom: 35%;
  }

  .clubhouse .row {
    flex-direction: column-reverse;
  }

  .footer_btns {
    position: fixed;
    bottom: -45px;
    width: 100%;
    /* background: #0c261b; */
    display: flex;
    justify-content: space-around;
    padding: 0px 0px;
    z-index: 9999;
    transition: all 0.5s ease-in-out;
    gap: 8px;
  }

  .footer_btns.revealed {
    bottom: -5px;
    transition: all 0.5s ease-in-out;
  }

  .footer_btns a.sticky-enquiry {
    border-radius: 0;
    background: transparent;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #788f5d;
    color: #fff;
    padding: 10px 0px;
  }

  .sticky-enquiry.call_btn {
    border-right: 1px solid #ededed;
  }
  .fa-download,
  .fa-phone {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 479px) {
  header.header {
    position: relative;
    transition: all 0.5s ease-in-out;
  }

  .header.active {
    position: fixed;
    transition: all 0.5s ease-in-out;
  }

  .header_logo a {
    display: flex;
    gap: 14px;
    align-items: center;
  }

  .header_logo {
    width: 50%;
  }

  .header_logo a img:nth-child(1) {
    width: 50px;
  }

  section#mobile_view_project_features {
    display: flex !important;
    flex-direction: column;
  }

  section#mobile_view_project_features .section_title h3 {
    font-size: 30px;
    text-align: center;
    color: #436619;
    font-family: "Cormorant Garamond", serif;
  }

  section#mobile_view_project_features ul li {
    list-style: none;
  }

  section#mobile_view_project_features ul {
    padding: 0px 20px;
    line-height: 30px;
  }

  .banner-wrapper img {
    /* filter: brightness(0.6); */
    display: block;
    height: auto;
    object-fit: cover;
  }

  .about_content {
    padding-left: 0%;
  }

  .mfp-iframe-holder .mfp-content {
    max-width: 95%;
  }

  .about_content .section_title {
    text-align: center;
  }

  .banner_content_wrapper h1 {
    font-size: 30px;
  }

  .banner_content_wrapper p {
    font-size: 35px;
  }

  .banner_content_info span {
    font-size: 14px;
  }

  a.enquire_now_btn .fa-envelope {
    background: #436619;
    padding: 5px;
  }

  .about_content::before,
  #verde_vista_about::before,
  #highlights::before,
  #highlights::after,
  #pricing_table::before,
  #gallery::before,
  #gallery::after {
    width: 75px;
    z-index: -1;
  }

  #highlights::after {
    top: 35px;
  }

  form#sticky-form {
    right: -300px;
    width: 300px;
  }

  #verde_vista_about {
    display: flex;
    justify-content: center;
  }

  .verde_vista_about_content .section_paragraph p {
    width: 100%;
  }

  #verde_vista_about .row .col-12 {
    padding: 0px;
  }

  .gallery_tabs_wrapper button {
    font-size: 20px !important;
  }

  .plans_tabs_wrapper button.active,
  .gallery_tabs_wrapper button.active {
    font-size: 25px !important;
  }

  .para_icons {
    flex-direction: column;
    gap: 10px;
    width: 32%;
  }

  .para_icons span {
    font-size: 12px;
  }

  #about::before {
    right: 0;
    width: 135px;
    top: 87%;
  }

  .banner_content_wrapper {
    bottom: 25%;
    left: 0%;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
  }

  .banner_content_info.mobile {
    position: unset;
    justify-content: unset;
    flex-wrap: wrap;
    gap: 30px 24%;
    padding: 20px 15px;
  }

  .banner_content_info.mobile p:nth-child(3) {
    width: 100%;
  }

  .banner_content_info.mobile p {
    width: 38%;
    font-size: 30px;
    color: #788f5d;
    display: flex;
    flex-direction: column;
  }

  .banner_content_info.mobile p span {
    font-size: 20px;
    color: #788f5d99;
    padding: 0;
  }

  .form_btns.mobile {
    width: 100%;
    justify-content: space-around;
  }

  .form_btns.mobile a {
    background: #788f5d;
    color: #fff;
    width: 55%;
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .form_btns.mobile a:nth-child(1) {
    width: 40%;
  }

  .counter_wrapper {
    justify-content: space-between;
    padding-left: 0%;
    margin-bottom: 15px;
    padding: 19px 0px;
  }

  .counter_box p span {
    font-size: 35px;
  }

  .counter_box p {
    font-size: 30px;
  }

  .counter_box p:nth-child(2) {
    font-size: 12px;
    bottom: 32px;
  }

  #amenities .section_title {
    left: 12px;
    top: 17%;
  }

  #amenities .section_title h2 {
    font-size: 55px;
    background: #00000061;
    color: #ffffffba;
    padding: 5px;
  }

  table.pricing_table {
    width: 100%;
  }

  a.enquire_now_btn {
    /* padding: 0; */
  }

  table.pricing_table td {
    font-size: 10px;
  }

  .higlights_tabs_wrapper {
    align-items: center;
    padding-right: 0px;
    gap: 10px;
    margin-bottom: 15px;
  }

  .plans_tabs_wrapper button {
    font-size: 20px !important;
  }

  .plans_tabs_wrapper,
  .gallery_tabs_wrapper {
    gap: 40px;
  }

  .location_info ul li {
    font-size: 11px;
  }

  .pool_image .ribbon_left {
    top: 5%;
  }

  .para_icons_box {
    justify-content: center;
    padding-top: 20px;
    gap: 20%;
  }

  .pool_image {
    padding: 0;
  }

  .pool_image img {
    width: 100%;
    height: 65vh;
    object-fit: cover;
  }

  form#enquire_price,
  form#brochure_form {
    width: 85%;
  }

  button.higlight_tab {
    width: 100%;
  }

  .higlights_img_wrapper .image_box {
    width: 100%;
  }

  section#pricing_table {
    padding-top: 60px;
  }

  .banner-wrapper::before {
    height: 100%;
  }

  .navbar {
    top: 65px;
  }

  li.nav-item.contact a {
    color: #fff;
  }

  .verde_vista_about_content .section_title {
    padding: 10px 0px;
  }

  .about_img::before {
    left: -4%;
    bottom: -12%;
    width: 120px;
  }

  #about {
    padding: 0;
  }

  #pricing_table::before {
    z-index: -1;
  }

  .swiper-slide .content .title {
    font-size: 16px;
    transform: translateY(20px);
  }

  #verde_vista_about::before {
    top: 0px;
    width: 125px;
    z-index: -1;
  }
  .verde_vista_about_img {
    width: 100%;
    margin-top: 60px;
    margin-left: 0;
  }

  .verde_vista_about_img img {
    width: 100%;
  }

  .verde_vista_about_content .section_paragraph {
    width: 100%;
  }

  #gallery .owl-item.active.center {
    transform: scale(1);
  }

  #gallery::before {
    bottom: -38px;
  }

  .plan_img img {
    width: 85%;
  }

  .plan_img img {
    width: 95%;
  }

  .copyright-bar p {
    font-size: 10px;
  }

  #privacy_policy_content {
    max-width: 95%;
  }
}

@media only screen and (max-width: 360px) {
}
