/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Satoshi-Regular", sans-serif;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Header Css */
header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  padding: 10px 0px;
  z-index: 999;
  background: #fff;
  /* background: rgba(255, 255, 255, 0.14); */
}

.brand {
  width: 100%;
}

.brand img {
  width: 127px;
}

.menuLists {
  padding: 20px 0px;
}

.menuLists li {
  margin: 0px 10px;
}

.menuLists li a {
  color: #000000;
  font-size: 15px;
  text-decoration: none;
  position: relative;
  transition: 0.6s;
  position: relative;
  display: inline-block;
  font-family: "Satoshi-Regular", sans-serif;
}

.menuLists li a:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  display: block;
  right: -10px;
  left: auto;
  top: 0px;
  bottom: 0px;
  background: #000;
  margin: auto;
}

.menuLists li a:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  background: #fff;
  width: 100%;
  height: 1px;
  bottom: 0px;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s;
}

.menuLists li:last-child a:before {
  display: none;
}

.menuLists li a:hover:after {
  transform: translateY(0px);
}

/* Hamburger Menu */
.btn11 {
  position: relative;
  width: 30px;
  height: 40px;
  top: -12px;
  left: 0px;
  transition-duration: 0.5s;
  margin: auto;
  margin-right: 0px;
}

.btn11 .icon-left {
  transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 15px;
  top: 30px;
  background-color: #212121;
}

.btn11 .icon-left:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: #212121;
  content: "";
  top: -10px;
}

.btn11 .icon-left:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: #212121;
  content: "";
  top: 10px;
}

.btn11 .icon-left:hover {
  cursor: pointer;
}

.btn11 .icon-right {
  transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 15px;
  top: 30px;
  background-color: #212121;
  left: 15px;
}

.btn11 .icon-right:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: #212121;
  content: "";
  top: -10px;
}

.btn11 .icon-right:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: #212121;
  content: "";
  top: 10px;
}

.btn11.open .icon-left {
  transition-duration: 0.5s;
  background: transparent;
}

.btn11.open .icon-left:before {
  transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
}

.btn11.open .icon-left:after {
  transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
}

.btn11.open .icon-right {
  transition-duration: 0.5s;
  background: transparent;
}

.btn11.open .icon-right:before {
  transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
}

.btn11.open .icon-right:after {
  transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
}

.btn11:hover {
  cursor: pointer;
}

.menuLists {
  display: flex;
}

/* Hamburger Menu */

@media (max-width: 1200px) {
  .menuLists {
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding: 0px;
    display: none;
  }

  .menu_lists_header {
    position: absolute;
    width: 45%;
    right: 0px;
    background: #fff;
    top: 90px;
    text-align: center;
    padding: 0px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }

  .menuLists li {
    width: 100%;
    margin: 0px;
  }

  .menuLists li a {
    color: #000;
    font-size: 18px;
    width: 100%;
    padding: 10px;
    background: #f3f3f3;
    border-bottom: 1px solid #ffffff;
  }

  .menuLists li a:before {
    display: none;
  }
}

@media (max-width: 650px) {
  .menu_lists_header {
    width: 100%;
  }
}

/* Header Css */

/* Banner Section */
.owl-main-page-slider img {}

.main_banner_content_box {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #fff;
  text-align: left;
  margin-top: 5rem;
}

.main_banner_content_box h1 {
  display: inline-block;
  font-size: 50px;
  margin: 0px;
  font-family: "Gilmer", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

.main_banner_content_box h2 {
  font-family: "Satoshi-Light";
  margin: 0px;
  font-size: 18px;
}

.main_banner_content_box .black_overlay_content_box {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  /* background: rgb(0, 0, 0); */
  /* background: radial-gradient(
    circle,
    rgba(0, 0, 0, 1) 0%,
    rgb(255 255 255 / 0%) 100%
  ); */
  padding: 10px;
  /* margin-bottom: 1rem; */
}

.main_banner_content_box .black_overlay_content_box .box {
  position: relative;
}

.main_banner_content_box .black_overlay_content_box .box h3 {
  font-family: "Satoshi-Light";
}

.main_banner_content_box .black_overlay_content_box .box h3 small {}

.main_banner_content_box .location {}

.main_banner_content_box .location p {
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.main_banner_content_box .location p svg {
  width: 16px;
}

.main_banner_content_box .banner_enquire_now_btn {}

.main_banner_content_box .banner_enquire_now_btn a {
  background: rgba(0, 123, 132, 1);
  color: #fff;
  padding: 10px;
  display: flex;
  margin-top: 1rem;
  width: 160px;
  font-size: 18px;
  text-decoration: none;
  line-height: 20px;
  align-items: center;
  gap: 10px;
  border-radius: 2px;
}

/* Banner Section */

/* Overview Section */
.space-pd {
  padding: 70px 0px;
  position: relative;
}

.space-pd-bottom {
  padding-bottom: 70px;
}

.space-pd-top {
  padding-top: 70px;
}

.over_view_section {
  position: relative;
}

.over_view_section::after {
  content: "";
  inset: 0;
  position: absolute;
  background: rgba(246, 246, 246, 1) url(../images/overview_bg.png);
  background-size: 60%;
  background-position: bottom left;
  background-repeat: no-repeat;
  z-index: 0;
}

.over_view_section::before {
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.over_view_section .inner_overview_section {}

.over_view_section .inner_overview_section h2 {
  font-size: 30px;
  font-family: "Satoshi-Regular";
  margin-top: 0;
}

.over_view_section .inner_overview_section p.big_first_letter::first-letter {
  font-size: 30px;
}

.over_view_section .inner_overview_section p {
  font-size: 16px;
  color: rgba(83, 83, 83, 1);
}

.over_view_section .inner_overview_section_image {
  position: relative;
}

.over_view_section .inner_overview_section_image img {
  height: 450px;
  width: calc(100% - 50px);
  object-fit: cover;
  display: block;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.over_view_section .inner_overview_section_image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: calc(100% + 30px);
  border: 2px solid #fbd0ba;
  /* border-image-source: linear-gradient(180deg, #FCE3D0 24.64%, #FCE3D0 30.92%, #FBD0BA 73.31%, #fbd0ba 103.13%); */
  inset: 0;
  margin: auto;
}

h2.title {
  font-size: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Satoshi-Regular";
}

/* Overview Section */

/* Location Highlights */
.location_highlights_slider .inner_circle_box {
  background: #fff;
  padding: 0px 15px 20px;
  border-radius: 10px;
  min-height: 240px;
}

.location_highlights_slider .inner_circle_box .image_circle {
  position: relative;
  width: 120px;
  height: 120px;
  top: -40px;
  border-radius: 100px;
  border: 1px solid #fcfaf8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: -20px;
  background: #fcfaf8;
}

.location_highlights_slider .inner_circle_box .image_circle img {
  width: 90%;
  height: 90%;
  position: relative;
}

.location_highlights_slider .inner_circle_box h4 {
  margin-top: 0px;
  color: rgba(0, 123, 132, 1);
  font-size: 25px;
  font-family: "Satoshi-Medium", sans-serif;
}

.location_highlights_slider .inner_circle_box p {
  font-size: 16px;
}

.location_highlights_slider .item {
  padding-top: 40px;
}

/* Location Highlights */

/* Club House Section */
.lead {
  font-size: 16px;
}

.custom_container {
  max-width: 91%;
  margin: auto;
  margin-right: 0px;
}

.main_banner_content_box .black_overlay_content_box .box:first-child:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 90%;
  background: #fff;
  top: 0px;
  bottom: 0px;
  right: -16px;
  margin: auto;
}

.main_banner_content_box .location img.icon {
  width: 20px;
  margin: 0px;
  filter: brightness(1);
}

.main_banner {
  position: relative;
}

.main_banner:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgb(0 0 0 / 99%) 0%,
      rgb(255 255 255 / 0%) 50%,
      rgb(0 0 0 / 0%) 50%);
  display: none;
}

.main_banner_content_box .banner_enquire_now_btn a i {
  transform: rotate(0deg);
  transition: 0.6s;
}

.main_banner_content_box .banner_enquire_now_btn a:hover i {
  transform: rotate(-45deg);
}

.title_image {
  width: 190px !important;
  margin: 0 !important;
}

.over_view_section .inner_overview_section img.title_image {
  width: 150px !important;
}

.highlights_section img.title_image {
  width: 175px !important;
}

.amenities_section img.title_image {
  width: 150px !important;
}

section.the_grand_clubhouse_section {
  background: rgba(246, 246, 246, 1);
}

section.the_grand_clubhouse_section .title_image {
  width: 160px !important;
}

.discover_section {
  height: 850px;
  position: relative;
  background-image: url("../images/symphony-bg.webp");
  background-size: cover;
  background-position: center;
}

.discover_section::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background: linear-gradient(0deg,
      #b2754b 10.1%,
      rgba(178, 117, 75, 0.819512) 27.28%,
      rgba(178, 117, 75, 0.6) 38.95%,
      rgba(178, 117, 75, 0.54) 45.56%,
      rgba(178, 117, 75, 0) 71.11%);
}

.discover_section .discover_animation_section {
  position: absolute;
  z-index: 1;
  width: 90%;
  text-align: center;
  inset: 0;
  margin: auto;
  display: flex;
  align-items: end;
  justify-content: center;
  flex-wrap: wrap;
  bottom: -70%;
  transition: 0.6s;
  overflow: hidden;
}

.discover_section .discover_animation_section .discover_image {
  margin-bottom: 20px;
}

.discover_section .discover_animation_section .discover_image img {
  width: 190px;
  filter: drop-shadow(2px 4px 6px black);
}

.discover_section .discover_animation_section .three_box_section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.discover_section .discover_animation_section .three_box_section .box {
  background: #b2754b00;
  padding: 20px;
  backdrop-filter: blur(4px);
  border-radius: 20px;
  border: 1px solid #ffffff91;
  width: 20%;
}

.discover_section .discover_animation_section .three_box_section .box .image_box {}

.discover_section .discover_animation_section .three_box_section .box .image_caption {
  color: #fff;
  font-family: "Satoshi-Regular", sans-serif;
}

.discover_section.active .discover_animation_section {
  bottom: 20%;
}

.discover_section.active .discover_animation_section .inner_box {
  width: 90%;
}

@media (min-width: 1400px) {
  .custom_container {
    max-width: 96%;
    margin: auto;
    margin-right: 0px;
  }
}

@media (min-width: 1600px) {
  .custom_container {
    max-width: 90%;
    margin: auto;
    margin-right: 0px;
  }
}

@media (min-width: 1920px) {
  .custom_container {
    max-width: 84%;
    margin: auto;
    margin-right: 0px;
  }
}

@media (min-width: 2560px) {
  .custom_container {
    max-width: 75%;
    margin: auto;
    margin-right: 0px;
  }
}

.gallery_slider .owl-nav {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: start;
  margin-top: 20px;
}

.gallery_slider .owl-next,
.gallery_slider .owl-prev {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 123, 132, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: rgba(0, 123, 132, 1);
}

/* Club House Section */

/* Testimonial Section */
.top_image_testmonial {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.top_image_testmonial .testimonial_content {
  position: absolute;
  border: 1px solid rgba(189, 146, 92, 1);
  padding: 3% 5% 5%;
  color: #000;
  width: 30%;
  left: 10%;
  display: flex;
}

.top_image_testmonial .image_box {}

.top_image_testmonial .image_box img {
  width: 290px;
  object-fit: cover;
}

.top_image_testmonial .testimonial_content span {
  font-size: 16px;
  line-height: 25px;
  text-transform: capitalize;
  position: relative;
  display: block;
  width: 100%;
}

.bottom_two_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -5rem;
}

.bottom_two_box .bottom_left_image_testmonial {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 13rem;
}

.bottom_two_box .bottom_left_image_testmonial .testimonial_content {
  position: relative;
  border: 1px solid rgba(189, 146, 92, 1);
  padding: 7% 2% 5%;
  color: #000;
  width: 225px;
  right: 7%;
  text-align: right;
  padding-right: 20px;
  margin-top: 5rem;
}

.bottom_two_box .bottom_left_image_testmonial .testimonial_content span {
  font-size: 16px;
  position: relative;
}

.bottom_two_box .bottom_left_image_testmonial .testimonial_content span svg {
  position: absolute;
  width: 30px;
  left: -40px;
  top: -25px;
}

.bottom_two_box .bottom_left_image_testmonial .image_box {
  position: relative;
  z-index: 1;
}

.bottom_two_box .bottom_left_image_testmonial .image_box img {
  width: 215px;
  height: 220px;
  object-fit: cover;
}

.bottom_two_box .bottom_right_image_testmonial {
  margin-right: 15vw;
  margin-top: -2vw;
  position: relative;
  z-index: 1;
}

.bottom_two_box .bottom_right_image_testmonial .image_box {
  position: relative;
}

.bottom_two_box .bottom_right_image_testmonial .image_box img {
  width: 300px;
}

.bottom_right_image_testmonial .testimonial_content {
  position: absolute;
  border: 1px solid rgba(189, 146, 92, 1);
  padding: 15% 0%;
  color: #000;
  width: 160px;
  right: 5%;
  text-align: right;
  padding-right: 20px;
  margin-top: 3rem;
  top: -60%;
  z-index: 0;
  padding-bottom: 3rem;
}

.bottom_right_image_testmonial .testimonial_content span {
  font-size: 16px;
  position: relative;
}

.bottom_right_image_testmonial .testimonial_content span svg {
  position: absolute;
  left: -40px;
  top: -25px;
  width: 30px;
}

.top_image_testmonial .testimonial_content span {}

.top_image_testmonial .testimonial_content span svg {
  position: absolute;
  left: -35px;
  top: -22px;
  width: 30px;
}

@media (min-width: 2000px) {
  .bottom_two_box .bottom_right_image_testmonial {
    margin-right: 12vw;
  }
}

@media (min-width: 2500px) {
  .bottom_two_box .bottom_right_image_testmonial {
    margin-right: 10vw;
  }
}

/* Testimonial Section */

/* About Us Section */
.about_us_section {
  position: relative;
}

.about_us_section::after {
  content: "";
  inset: 0;
  position: absolute;
  /* background: rgba(246, 246, 246, 1) url("../images/overview_bg.png"); */
  background-size: 60%;
  background-position: bottom right;
  background-repeat: no-repeat;
  z-index: 0;
}

.about_us_section::before {
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
  background-color: #ffffffd9;
}

.about_us_section .inner_overview_section {}

.about_us_section .inner_overview_section h2 {
  font-size: 30px;
}

.about_us_section .inner_overview_section p.big_first_letter::first-letter {
  font-size: 30px;
}

.about_us_section .inner_overview_section p {
  font-size: 16px;
  color: rgba(83, 83, 83, 1);
}

.about_us_section .inner_about_us_section_image {
  position: relative;
}

.about_us_section .inner_about_us_section_image img {
  height: 450px;
  width: calc(100% - 50px);
  object-fit: cover;
  display: block;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.about_us_section .inner_about_us_section_image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: calc(100% + 30px);
  border: 2px solid rgba(189, 146, 92, 1);
  inset: 0;
  margin: auto;
}

/* About Us Section */

/* CopyRight */
section.copyRight {
  background: rgba(0, 123, 132, 1);
  padding-bottom: 100px;
}

.copyRight p.lead {
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  padding: 20px 0px 0px;
  color: #fff;
  margin: 0px;
}

strong {
  font-family: "Satoshi-Bold";
}

/* CopyRight */

:root {
  scroll-behavior: unset;
}

header.fixed-header {
  position: fixed;
  top: 0px;
  padding: 10px 0px;
  background: #fff;
  /* box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; */
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

/* HIghlights Section */
.inner_highlights_para {}

.inner_highlights_para h4 {
  font-size: 22px;
  margin: 0px;
  margin-bottom: 10px;
  color: rgba(83, 83, 83, 1);
}

.inner_highlights_para p {
  margin-top: 1rem;
}

/* SCroll Section */
.vertical_slider {
  position: relative;
}

.vertical_slider .image_box {}

.vertical_slider .image_box img {
  width: 100px;
}

.vertical_slider .content {}

.vertical_slider .content p.lead {}

.vertical_slider .item {
  border: 1px solid #ccc;
  display: flex;
  gap: 25px;
  padding: 2vw;
  border-radius: 5px;
  margin-bottom: 3rem;
  width: 100%;
  transform: scale(0.9);
  transition: 0.6s;
  position: relative;
}

.vertical_slider .content h5 {
  font-size: 18px;
  color: rgba(83, 83, 83, 1);
  margin-bottom: 5px;
}

section#highlights_sec {
  height: 85vh;
}

.vertical_slider .item.active h5 {
  color: #fff;
}

.vertical_slider .item.active {
  transform: scale(1);
  background: rgba(0, 123, 132, 1);
  color: #fff;
}

.amenities_content h5 {
  font-size: 22px;
  margin: 0px;
  margin-bottom: 10px;
  color: rgba(83, 83, 83, 1);
}

.amenities_section {
  height: 600px;
  overflow: hidden;
}

/* SCroll Section */
/* HIghlights Section */

/* Amenities */
.vertical_slider_different_direction {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.block-33 {
  width: 50%;
}

.display--inline-top {
  display: inline-block;
  vertical-align: top;
}

.fill-dimensions {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.relative {
  position: relative;
}

.cover-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.gallery-image {
  padding-bottom: 2.35em;
  animation: marqueeTop 8s linear infinite;
}

.gallery-h--tb {
  .gallery-image {
    animation: marqueeBottom 8s linear infinite;
  }
}

.gallery-image__img {
  padding-top: 50vh;
  max-width: 35vh;
  margin: 0 auto;
}

.gallery-h {
  overflow: hidden;
}

@keyframes marqueeTop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes marqueeBottom {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* Amenities */

/* Desktop Floating Form */
section.bannerFormSection {
  background: #111111;
  padding: 20px 0px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 99;
}

.call-now {
  float: left;
  margin-right: 20px;
  padding-top: 5px;
}

.call-now a {
  color: #fff;
  text-decoration: none;
}

.formwrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.formwrapper .box input,
.formwrapper .box select {
  width: 95%;
  margin: auto;
  background: transparent !important;
  border: 1px solid rgba(0, 123, 132, 1);
  color: #fff;
  height: 30px;
  font-size: 12px;
  border-radius: 0.25rem;
  height: 30px;
}

.formwrapper .box:first-child input {
  margin-left: 0px;
}

.box.phoneOtp {
  position: relative;
}

.formwrapper .box {
  flex: 1;
  position: relative;
}

.otp_box label {
  color: #fff;
  margin-right: 5px;
}

.otp_box input {
  margin: 0px 2px !important;
  padding: 1px !important;
  text-align: center;
}

.formwrapper .box:last-child input {
  margin-right: 0px;
}

.formwrapper .box input[type="submit"] {
  color: #fff;
  border: 1px solid #fff;
  background: rgba(0, 123, 132, 1) !important;
  transition: 0.6s;
  outline: none;
}

.form-check {
  width: 50%;
  margin: auto;
  font-size: 10px;
  margin-top: 10px;
  line-height: 16px;
  min-height: auto;
}

.checkbox label {
  color: #fff;
  text-align: center;
}

.formwrapper .box input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  letter-spacing: 0px;
  color: #ccc;
}

.formwrapper .box input:::-moz-placeholder {
  /* Firefox 19+ */
  letter-spacing: 0px;
  color: #ccc;
}

.formwrapper .box input::-ms-input-placeholder {
  /* IE 10+ */
  letter-spacing: 0px;
  color: #ccc;
}

.formwrapper .box input:-moz-placeholder {
  /* Firefox 18- */
  letter-spacing: 0px;
  color: #ccc;
}

/* Desktop Floating Form */

/* Mobile Floating Form */
.wp-mb .nav-link i {
  margin-right: 4px;
}

.wp-mb {
  left: 0;
  bottom: 0px;
  width: 100vw;
  position: fixed;
  font-size: 1.4rem;
  height: 40px;
  background-color: #007b84;
  line-height: 30px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 12%);
  z-index: 999;
  background-size: cover;
  border-top: 1px solid #fff;
}

.wp-mb .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.wp-mb .nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.wp-mb li:not(:last-child) {
  border-right: 1px solid #fff;
}

.wp-mb .nav-link {
  display: block;
  padding: 0.5rem 0;
  font-size: 17px;
  color: #fff;
  line-height: 25px;
}

/* Mobile Floating Form */

/* Popup Design */
.popupformDesign {
  min-height: auto !important;
  max-width: 370px !important;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  padding: 40px 30px 25px !important;
  background: #fff;
  margin: auto;
  position: relative;
}

.popupformDesign h5 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
}

.popupformDesign .formwrapper {
  flex-wrap: wrap;
}

.popupformDesign .formwrapper .box {
  width: 100%;
  flex: auto;
  margin-bottom: 10px;
}

.popupformDesign .formwrapper .box input,
.popupformDesign .formwrapper .box select {
  width: 100%;
  color: #000 !important;
  border: 1px solid #000;
  box-shadow: none;
  height: 45px;
  font-size: 16px;
}

.popupformDesign .form-check {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 1rem;
  width: 100%;
}

.popupformDesign .form-check label {}

.popupformDesign .formwrapper .box input[type="submit"] {
  background: #000 !important;
  color: #fff !important;
  font-size: 17px;
}

body div#mobilePopupForm input::placeholder {
  color: #000;
}

body div#mobilePopupForm input::-ms-input-placeholder {
  color: #000;
}

.popupformDesign .form-check label {
  color: #000;
}

.popupformDesign label.error {
  color: red;
  margin-top: 5px;
}

.popupformDesign .flag-container,
.popupformDesign .intl-tel-input.allow-dropdown .selected-flag {
  height: 45px;
}

.popupformDesign .otp_box label {
  color: #000 !important;
}

.popupformDesign .otp_box input {
  margin: 0px 2px !important;
  padding: 1px !important;
  text-align: center;
}

.popupformDesign .otp_box {
  display: flex;
}

/* Popup Design */

/*  */
.owl-highlights-slider .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  gap: 20px;
}

.owl-highlights-slider .owl-nav .owl-prev,
.owl-highlights-slider .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/*  */

.floating_fog_image {
  position: absolute;
  top: -10%;
  left: -18%;
}

.over_view_section .inner_overview_section_image .floating_fog_image img {
  width: 200px;
  height: auto;
  box-shadow: none;
}

.about_us_section .title_image {
  width: 150px !important;
}

/* Responsive */
@media (max-width: 1200px) {
  section#highlights_sec {
    height: 50vh;
  }

  .amenities_section {
    height: 50vh;
  }

  .about_us_section .inner_about_us_section_image img {
    height: 320px;
    width: calc(100% - 85px);
  }

  .over_view_section .inner_overview_section_image img {
    height: 350px;
    width: calc(100% - 85px);
  }

  .main_banner_content_box h1 {
    font-size: 30px;
    margin: 5px 0px;
  }

  .main_banner_content_box .title_image {
    width: 120px !important;
  }
}

@media (max-width: 1025px) {
  section#highlights_sec {
    height: 45vw;
  }

  .amenities_section {
    height: 50vw;
  }

  .about_us_section .inner_about_us_section_image img {
    height: 320px;
    width: calc(100% - 85px);
  }

  .over_view_section .inner_overview_section_image img {
    height: 350px;
    width: calc(100% - 85px);
  }

  .main_banner_wrapper .main_banner img {
    height: auto;
    object-fit: cover;
    object-position: center;
  }

  .main_banner_content_box {
    margin-top: 5rem;
  }

  .over_view_section .inner_overview_section img.title_image {
    width: 130px !important;
  }
}

@media (max-width: 996px) {
  section#highlights_sec {
    height: 55vw;
  }

  .amenities_section {
    height: 50vw;
  }

  .about_us_section .inner_about_us_section_image img {
    height: 320px;
    width: calc(100% - 20px);
  }

  .over_view_section .inner_overview_section_image img {
    height: 250px;
    width: calc(100% - 50px);
  }

  .owl-main-page-slider img {
    /* height: 60vw; */
    object-fit: cover;
  }

  .top_image_testmonial .testimonial_content {
    width: 250px;
    left: -3%;
  }

  .top_image_testmonial .testimonial_content span svg {
    width: 22px;
    left: -26px;
  }

  .bottom_two_box .bottom_left_image_testmonial {
    margin-left: -1rem;
  }

  .bottom_two_box {
    margin-top: -4rem;
  }

  .bottom_two_box .bottom_right_image_testmonial .image_box img {
    width: 250px;
  }

  .bottom_two_box .bottom_right_image_testmonial {
    margin-right: 0vw;
  }

  .bottom_right_image_testmonial .testimonial_content {
    top: -69%;
  }

  section.copyRight {
    padding-bottom: 120px;
  }

  .main_banner_content_box .location img.icon,
  .main_banner_content_box .title_image {
    height: auto !important;
  }

  .vertical_slider .image_box img {
    width: 50px;
    height: 50px;
  }

  .discover_section.active .discover_animation_section .inner_box {
    width: 100%;
  }

  .discover_section .discover_animation_section {
    width: 95%;
  }
}

@media (max-width: 768px) {
  section#highlights_sec {
    height: 55vw;
  }

  .amenities_section {
    height: 50vw;
  }

  .about_us_section .inner_about_us_section_image img {
    height: 320px;
    width: calc(100% - 20px);
  }

  .over_view_section .inner_overview_section_image img {
    height: 350px;
    width: calc(100% - 27px);
  }

  .owl-main-page-slider img {
    /* height: 60vw; */
    object-fit: cover;
  }

  .top_image_testmonial .testimonial_content {
    width: 250px;
    left: -3%;
  }

  .top_image_testmonial .testimonial_content span svg {
    width: 22px;
    left: -26px;
  }

  .bottom_two_box .bottom_left_image_testmonial {
    margin-left: -1rem;
  }

  .bottom_two_box {
    margin-top: -4rem;
  }

  .bottom_two_box .bottom_right_image_testmonial .image_box img {
    width: 250px;
  }

  .bottom_two_box .bottom_right_image_testmonial {
    margin-right: 0vw;
  }

  .bottom_right_image_testmonial .testimonial_content {
    top: -69%;
  }

  section.copyRight {
    padding-bottom: 120px;
  }

  article {
    margin-top: 90px;
  }
}

@media (max-width: 650px) {
  section.bannerFormSection {
    display: none;
  }

  .owl-main-page-slider img {
    /* height: 100vh; */
  }

  .main_banner_content_box h1 {
    font-size: 25px;
    margin-bottom: 1rem;
  }

  .main_banner_content_box .black_overlay_content_box .box h3 {
    font-size: 20px;
  }

  .main_banner_content_box .black_overlay_content_box {
    flex-wrap: wrap;
    gap: 5px;
  }

  .over_view_section .inner_overview_section {
    margin-bottom: 5rem;
  }

  .over_view_section .inner_overview_section_image:before {
    width: 75%;
  }

  section#highlights_sec {
    height: auto;
    padding-bottom: 30px;
    overflow: hidden;
  }

  .vertical_slider .item {
    transform: scale(1);
    flex-wrap: wrap;
    gap: 10px;
    padding: 5vw;
    margin-bottom: 1rem;
    min-width: 280px;
  }

  .vertical_slider {
    margin-top: 3rem;
    display: flex;
    gap: 30px;
    overflow: hidden;
    overflow-x: scroll;
  }

  .space-pd {
    padding: 50px 0px;
  }

  .location_highlights_slider {
    width: 90%;
    margin: auto;
  }

  .amenities_section {
    height: 700px;
  }

  .vertical_slider_different_direction {
    overflow: hidden;
  }

  .amenities_content {
    margin-bottom: 2rem;
  }

  .custom_container {
    max-width: 96%;
  }

  .top_image_testmonial .testimonial_content {
    width: auto;
    left: auto;
    position: relative;
    padding: 20px 40px;
    margin-bottom: 1rem;
  }

  .top_image_testmonial .testimonial_content span svg {
    width: 22px;
    left: -26px;
  }

  .bottom_two_box .bottom_left_image_testmonial {
    margin-left: 0px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .bottom_two_box {
    margin-top: 2rem;
    flex-wrap: wrap;
  }

  .bottom_two_box .bottom_right_image_testmonial .image_box img {
    width: 250px;
  }

  .bottom_two_box .bottom_right_image_testmonial {
    margin-right: 0vw;
  }

  .bottom_right_image_testmonial .testimonial_content {
    top: auto;
    position: relative;
    width: 100%;
    margin: 0px;
    margin-top: 2rem;
    text-align: center;
    padding: 20px;
    inset: auto;
    margin-bottom: 1rem;
    padding-top: 30px;
  }

  .bottom_two_box .bottom_left_image_testmonial .testimonial_content {
    inset: 0;
    margin: 0px;
    width: 100%;
    text-align: center;
  }

  .top_image_testmonial {
    flex-wrap: wrap;
  }

  .top_image_testmonial .image_box {
    position: relative;
  }

  .top_image_testmonial .image_box img {
    width: 100%;
  }

  .bottom_two_box .bottom_left_image_testmonial .image_box img,
  .bottom_two_box .bottom_left_image_testmonial .image_box {
    width: 100%;
  }

  .bottom_two_box .bottom_left_image_testmonial .image_box {
    margin-top: 1rem;
  }

  .bottom_two_box .bottom_right_image_testmonial .image_box {
    width: 100%;
  }

  .bottom_two_box .bottom_right_image_testmonial .image_box img {
    width: 100%;
  }

  .bottom_right_image_testmonial .testimonial_content br {
    display: none;
  }

  section.copyRight {
    padding-bottom: 50px;
  }

  .about_us_section .inner_about_us_section_image {
    margin-top: 3rem;
  }

  .space-pd-bottom {
    padding-bottom: 30px;
  }

  .bottom_two_box .bottom_left_image_testmonial .testimonial_content span br {
    display: none;
  }

  .bottom_two_box .bottom_left_image_testmonial .testimonial_content span svg {
    width: 22px;
  }

  .bottom_right_image_testmonial .testimonial_content span svg {
    width: 22px;
  }

  section#about_us_sec {
    padding-top: 30px;
  }

  .main_banner_content_box {
    padding-left: 30px;
  }

  .main_banner_content_box .black_overlay_content_box .box {
    width: 100%;
  }

  .main_banner_content_box .black_overlay_content_box .box:first-child:after {
    display: none;
  }

  .main_banner:before {
    background: linear-gradient(90deg,
        rgb(0 0 0 / 99%) 14%,
        rgb(255 255 255 / 0%) 60%,
        rgb(0 0 0 / 0%) -1%);
  }

  .discover_section {
    background-size: cover;
    background-position: center;
  }

  .discover_section .discover_animation_section .three_box_section {
    flex-wrap: wrap;
  }

  .discover_section .discover_animation_section .three_box_section .box {
    width: 45%;
  }

  .discover_section.active .discover_animation_section {
    bottom: 8%;
  }

  .discover_section::after {
    background: linear-gradient(0deg,
        #b2754b 24.1%,
        rgba(178, 117, 75, 0.819512) 51.28%,
        rgba(178, 117, 75, 0.6) 38.95%,
        rgba(178, 117, 75, 0.54) 67.56%,
        rgba(178, 117, 75, 0) 85.11%);
  }

  .discover_section .discover_animation_section .three_box_section .box .image_box {}

  .discover_section .discover_animation_section .three_box_section .box .image_box img {
    width: 50px;
  }

  .floating_fog_image {
    position: absolute;
    top: -10%;
    left: 0;
  }
}

/* Responsive */

/* Common */

.owl-prev.disabled {
  opacity: 0.3;
}

.owl-next.disabled {
  opacity: 0.3;
}

label.error {
  color: red;
}

#bannerForm .flag-container {
  height: 30px;
}

#popupform .flag-container {
  height: 45px;
}

/* OTP Box */
.box.otp_box {
  flex-wrap: wrap;
  display: flex;
  gap: 10px;
  position: relative;
  padding-top: 15px;
  min-width: 215px;
}

.box.otp_box label {
  width: 100%;
  position: absolute;
  top: -10px;
  color: #fff;
}

.box.otp_box input.form-control {
  width: 30px;
  height: 30px;
  padding: 0px;
  text-align: center;
}

/* OTP Box */
/* Common */

section.main_banner_wrapper {
  padding-top: 100px;
}

@media(max-width:650px) {
  section.main_banner_wrapper {
    padding-top: 0px;
  }
}


/* LIC Logo */
.lic_logo img {
  width: 180px;
  border-radius: 5px;
}
.lic_logo figure {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  padding: 0px;
}

/* LIC Logo */