* {
  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: #a1ae5d;
  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: 15px;
}

.section_title h2 {
  font-family: "Cormorant Garamond", serif;
  /* text-align: center; */
  font-size: 25px;
  font-weight: 400;
  color: #fff;
}

.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: transparent;
}

.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-logo {
  width: 100%;
  background: #1d314c;
  display: flex;
  justify-content: center;
}

#banner-logo img {
  width: 130px;
}

#banner-content, #rera-number {
  position: absolute;
  top: 0;
  left: 10%;
  width: 49%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

div#rera-number {
    bottom: 30px;
    top: unset;
    left: unset;
    right: 20px;
    display: flex;
    width: auto;
    justify-content: flex-end;
    align-items: flex-end;
    color: #fff;
    font-size: 9px;
}

#banner-content img {
  width: 100%;
  margin-bottom: 20px;
  height: auto;
}

#artistic-disclaimer{
  position: absolute;
  bottom: 30px;
  left: 20px;
  color: #fff;
  font-size: 10px;
}

/* 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;
  }
} */

/* 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-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -160px;
}

form#banner_form {
    display: flex;
    justify-content: center;
    padding: 15px 20px;
    background: #a1ae5d;
    /* margin: 0px 10px; */
    /* border-radius: 10px; */
    flex-direction: column;
    align-items: center;
}

.banner_content {
  text-align: center;
}

.banner-wrapper img {
  /* filter: brightness(0.6); */
  display: block;
  height: auto;
  width: 100%;
  object-fit: fill;
}

#banner_form .form_box,
#contact_us .form_box {
  width: 100%;
}

.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: #000000;
  font-weight: 800;
  font-size: 12px;
}

.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;
}

button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/*Responsive css*/

@media only screen and (min-width: 1599px) and (max-width: 1924px) {
  .form-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    /* margin: auto; */
    bottom: -78%;
  }

  form#banner_form {
    padding: 50px 60px;
  }

  .form_box {
    flex-direction: column;
  }
}

@media only screen and (max-width: 1440px) {
  .form-wrapper {
    bottom: -205px;
  }
}

@media (max-width: 1368px) {
  .banner-wrapper img {
    height: auto;
  }

  #banner-logo img {
    width: 100px;
  }

  .form-wrapper {
    bottom: -175px;
  }
}

@media (max-width: 1285px) {
  .banner-wrapper img {
    height: auto;
  }
  #banner-content {
    width: 180px;
  }
  .form-wrapper {
    bottom: -41%;
  }
}

@media only screen and (min-width: 800px) and (max-width: 1200px) {
  header.header {
    background: transparent;
    padding: 10px 25px;
    position: fixed;
    width: 100%;
    z-index: 999;
  }

  .header_logo a {
    justify-content: flex-end;
  }
  #banner-content {
    width: 182px;
  }
}

@media only screen and (max-width: 1445px) and (max-height: 612px) {
  .banner-wrapper img {
    /* filter: brightness(0.6); */
    display: block;
    height: 420px;
    width: 100%;
    object-fit: cover;
  }

  #banner-content {
    width: 550px;
  }

  .form-wrapper {
    bottom: -190px;
  }
}


@media only screen and (max-width: 1368px) and (max-height: 560px) {
  .banner-wrapper img {
    height: 440px;
  }


  .form-wrapper {
    bottom: -108px;
 }

  #banner-logo img {
    width: 80px;
  }
  #banner_form {
    padding: 10px 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .form-wrapper {
    bottom: -65%;
  }
}

@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: flex-end;
    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: 90px;
  }

  .counter_box p:nth-child(2) {
    padding: 0;
  }

  .banner-wrapper::before {
    height: auto;
  }

  /* .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: block !important;
  }

  form#banner_form.mobile {
    position: unset;
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 70px 65px;
    padding: 10px;
    background: #a1ae5d;
  }

  input.form_input {
    padding: 20px 10px;
  }
  .form_submit_btn input {
    padding: 20px 10px;
  }

  .form_box .intl-tel-input .selected-flag {
    max-height: 60px;
  }

  .form_title {
    padding: 10px 0px;
  }

  .form_title p {
    font-size: 22px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
  }

  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) {
  #banner-logo {
    display: none;
  }
  #banner-content {
    width: 90%;
  }

  form#banner_form.mobile {
    margin: 20px 15px;
    padding: 10px;
  }
  input.form_input, .form_submit_btn input {
    padding: 10px 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;
    justify-content: flex-end;
  }

  .header_logo {
    width: 50%;
  }

  .header_logo a img:nth-child(1) {
    width: 80px;
    display: block !important;
  }

  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: auto;
  }

  .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) {
}
