@font-face {
  font-family: "PerpetuaTitlingMT";
  src: url(../fonts/PERTIBD.TTF);
  src: url("../fonts/PERTIBD.TTF") format("woff"), url("../fonts/PERTIBD.TTF") format("opentype"), url("../fonts/PERTIBD.TTF") format("truetype");
}
@font-face {
  font-family: "PerpetuaTitlingMTLight";
  src: url(../fonts/PERTILI.TTF);
  src: url("../fonts/PERTILI.TTF") format("woff"), url("../fonts/PERTILI.TTF") format("opentype"), url("../fonts/PERTILI.TTF") format("truetype");
}
@font-face {
  font-family: "centuryGothic";
  src: url("../fonts/gothic.eot");
  src: local("gothic"), url("../fonts/gothic.woff") format("woff"), url("../fonts/gothic.ttf") format("truetype");
}
:root {
  --primaryColor:#09364c;
  --secondaryColor:#c28066;
  --secondaryColor2:#b87054;
  --grey: #272727;
  --grey2: #9a9a9a;
  --grey3: #e6e6e6;
  --heading1:40px;
  --heading2:36px;
  --heading3:34px;
  --heading4:29px;
  --heading5:26px;
  --para1:16px;
}
@media only screen and (max-width: 730px) {
  :root {
    --heading1:28px;
    --heading2:24px;
    --heading3:34px;
    --heading4:20px;
    --heading5:26px;
  }
}

* {
  margin: 0;
  padding: 0;
}

body {
  box-sizing: border-box;
  overflow-x: hidden !important;
}

html {
  overflow-x: hidden !important;
}

.container {
  margin: 0 auto;
  max-width: 1080px;
  width: calc(100% - 30px);
}

h1, h2, h3, h4, h5, ul {
  margin: 0;
  padding: 0;
}

p {
  position: relative;
  font-family: "centuryGothic";
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 1px;
}

.button1 {
  font-family: "centuryGothic";
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 10px;
}
.button1.widthbig {
  padding: 10px 50px;
}
.button1.primaryB {
  background-color: var(--primaryColor);
  color: #ffffff;
}
.button1.primaryB:hover {
  background-color: var(--secondaryColor);
}
.button1.primaryB2 {
  background-color: var(--primaryColor);
  color: #ffffff;
}
.button1.primaryB2:hover {
  background-color: #092d3f;
}
.button1.secondaryB {
  background-color: var(--secondaryColor);
  color: #ffffff;
}
.button1.secondaryB:hover {
  background-color: var(--secondaryColor2);
}

.carousel {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 730px) {
  .carousel {
    height: 50vh;
  }
  .carousel .carousel-inner {
    height: 100%;
  }
  .carousel .carousel-inner .carousel-item {
    height: 100%;
  }
  .carousel .carousel-inner video {
    height: 100%;
  }
}
.carousel img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 730px) {
  .carousel img {
    height: 50vh;
  }
}
.carousel video {
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel .carousel-indicators [data-bs-target] {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  opacity: 1;
  border: 2px solid #ffffff;
}
.carousel .carousel-indicators .active {
  background: var(--primaryColor);
}
.carousel .carousel-item .cc1 {
  display: inline-block !important;
  text-align: left;
  left: 0vw;
  width: 550px;
  top: 40vh;
  opacity: 0;
  transition: all 0.6s ease-in-out;
}
@media only screen and (max-width: 730px) {
  .carousel .carousel-item .cc1 {
    left: 0;
    width: 100%;
    text-align: center;
  }
}
.carousel .carousel-item .cc1 h5 {
  font-size: 40px;
  color: #ffffff;
  font-family: "PerpetuaTitlingMT", serif;
}
@media only screen and (max-width: 730px) {
  .carousel .carousel-item .cc1 h5 {
    font-size: 20px;
  }
}
.carousel .carousel-item .cc1 p {
  font-family: "centuryGothic";
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  opacity: 0.87;
}
@media only screen and (max-width: 730px) {
  .carousel .carousel-item .cc1 p {
    font-size: 10px;
    line-height: 12px;
    padding: 0 10%;
    font-weight: 600;
  }
}
.carousel .carousel-item .cc2 {
  display: inline-block !important;
  text-align: left;
  left: 0vw;
  width: 650px;
  top: 20vh;
  opacity: 0;
  transition: all 0.6s ease-in-out;
}
@media only screen and (max-width: 730px) {
  .carousel .carousel-item .cc2 {
    left: 0;
    width: 100%;
    text-align: center;
  }
}
.carousel .carousel-item .cc2 h5 {
  font-size: 35px;
  color: #ffffff;
  font-family: "PerpetuaTitlingMT", serif;
}
@media only screen and (max-width: 730px) {
  .carousel .carousel-item .cc2 h5 {
    font-size: 20px;
  }
}
.carousel .carousel-item .cc2 p {
  font-family: "centuryGothic";
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1px;
  opacity: 0.87;
}
@media only screen and (max-width: 730px) {
  .carousel .carousel-item .cc2 p {
    font-size: 10px;
    line-height: 12px;
    padding: 0 10%;
    font-weight: 600;
  }
}
.carousel .carousel-item .cc3 {
  display: inline-block !important;
  text-align: left;
  left: 65vw;
  width: 600px;
  top: 20vh;
  opacity: 0;
  transition: all 0.6s ease-in-out;
}
@media only screen and (max-width: 730px) {
  .carousel .carousel-item .cc3 {
    left: 0;
    width: 100%;
    text-align: center;
  }
}
.carousel .carousel-item .cc3 h5 {
  font-size: 35px;
  color: #ffffff;
  font-family: "PerpetuaTitlingMT", serif;
}
@media only screen and (max-width: 730px) {
  .carousel .carousel-item .cc3 h5 {
    font-size: 20px;
  }
}
.carousel .carousel-item .cc3 p {
  font-family: "centuryGothic";
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1px;
  opacity: 0.87;
}
@media only screen and (max-width: 730px) {
  .carousel .carousel-item .cc3 p {
    font-size: 10px;
    line-height: 12px;
    padding: 0 10%;
    font-weight: 600;
  }
}
.carousel .carousel-item .innerpagecaption {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  flex-direction: column;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.6s ease-in-out;
}
.carousel .carousel-item .innerpagecaption h1 {
  position: relative;
  font-family: "PerpetuaTitlingMT", serif;
  font-size: var(--heading1);
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 730px) {
  .carousel .carousel-item .innerpagecaption h1 {
    font-size: 20px;
  }
}
.carousel .carousel-item .innerpagecaption p {
  color: #ffffff;
  width: 100%;
  max-width: 600px;
  text-align: center;
}
.carousel .carousel-item.active .cc1 {
  top: 20vh !important;
  opacity: 1;
}
.carousel .carousel-item.active .cc2 {
  left: 10vw !important;
  opacity: 1;
}
@media only screen and (max-width: 730px) {
  .carousel .carousel-item.active .cc2 {
    left: 0 !important;
  }
}
.carousel .carousel-item.active .cc3 {
  left: 45vw !important;
  opacity: 1;
}
@media only screen and (max-width: 730px) {
  .carousel .carousel-item.active .cc3 {
    left: 0 !important;
  }
}
.carousel .carousel-item.active .innerpagecaption {
  transform: translateY(0px);
  opacity: 1;
}

.banner-inner {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  gap: 20px;
}
.banner-inner h1 {
  font-family: "PerpetuaTitlingMT", serif;
  position: relative;
  font-size: var(--heading1);
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
.banner-inner p {
  color: #ffffff;
  width: 100%;
  max-width: 600px;
  text-align: center;
}
@media only screen and (max-width: 730px) {
  .banner-inner {
    height: 50vh;
    margin-top: 90px;
  }
}

.banner-inner2 {
  width: 100vw;
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  gap: 20px;
}
.banner-inner2 h1 {
  font-family: "PerpetuaTitlingMT", serif;
  position: relative;
  font-size: var(--heading1);
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
.banner-inner2 p {
  color: #ffffff;
  width: 100%;
  max-width: 600px;
  text-align: center;
}
@media only screen and (max-width: 730px) {
  .banner-inner2 {
    height: 50vh;
    margin-top: 90px;
  }
}

header {
  position: fixed;
  display: flex;
  justify-content: center;
  width: 100vw;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 8;
  transition: top 0.8s ease-in-out;
}
header .headerDesktop {
  position: relative;
  width: 100%;
}
header .headerDesktop .desktop-nav {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .headerDesktop .desktop-nav .logo {
  position: relative;
}
header .headerDesktop .desktop-nav .logo img {
  height: 90px;
}
header .headerDesktop .desktop-nav .logo2 {
  position: relative;
  margin-right: 60px;
}
header .headerDesktop .desktop-nav .logo2 img {
  width: 120px;
  transform: translateY(-4px);
}
@media only screen and (max-width: 730px) {
  header .headerDesktop {
    display: none;
  }
}
header .mobileHeader {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 80px;
  display: none;
}
@media only screen and (max-width: 730px) {
  header .mobileHeader {
    display: flex;
  }
}
header .mobileHeader img {
  height: 80px;
}
header .mobileHeader #nav .tpanel {
  position: relative;
  padding: 10px 35px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
header .mobileHeader #nav .tpanel .download {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin: 0 2px;
  padding: 0 !important;
  width: 40px;
  background-color: #949799;
  border-radius: 5px;
  overflow: hidden;
}
header .mobileHeader #nav .tpanel .download img {
  max-width: 20px;
  position: absolute;
}
header .mobileHeader #nav .tpanel .download::before {
  content: "";
  position: absolute;
  background-image: url("../images/wave.svg");
  width: 160%;
  height: 140%;
  background-size: 30px;
  transform: translate(-5px, 50px);
  transition: all 0.3s ease;
}
header .mobileHeader #nav .tpanel .download:hover::before {
  transform: translate(5px, 0px);
}
header .mobileHeader #nav .tpanel form {
  width: 90%;
  position: relative;
}
header .mobileHeader #nav .tpanel form input {
  width: 100%;
  padding: 10px;
  font-family: "PerpetuaTitlingMT", serif;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #949799;
}
header .mobileHeader #nav .tpanel form button {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
  position: absolute;
  right: 0;
  border: 0;
  background: 0;
  cursor: pointer;
}
header .mobileHeader #nav .tpanel form button::before {
  content: "";
  position: absolute;
  width: 1px;
  background: #949799;
  height: 80%;
  left: -2px;
}
header .mobileHeader #nav .tpanel form button img {
  height: 30px;
}
header .mobileHeader #nav .bpanel {
  position: relative;
  display: flex;
  flex-direction: column;
}
header .mobileHeader #nav .bpanel .l {
  display: flex;
  margin-top: 30px;
  width: 100%;
  padding: 5px 30px;
  justify-content: flex-end;
}
header .mobileHeader #nav .bpanel .s {
  display: flex;
  width: 100%;
  padding: 5px 30px;
  margin-bottom: 30px;
  justify-content: flex-end;
}
header .mobileHeader #nav .bpanel .s .socialicon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px !important;
  padding: 0 !important;
  margin: 0 2px;
  width: 40px !important;
  background-color: #949799;
  border-radius: 5px;
  overflow: hidden;
}
header .mobileHeader #nav .bpanel .s .socialicon img {
  max-width: 18px;
  position: absolute;
}
header .mobileHeader #nav .bpanel .s .socialicon::before {
  content: "";
  position: absolute;
  background-image: url("../images/wave.svg");
  width: 160%;
  height: 140%;
  background-size: 30px;
  transform: translate(-5px, 50px);
  transition: all 0.3s ease;
}
header .mobileHeader #nav .bpanel .s .socialicon:hover::before {
  transform: translate(5px, 0px);
}
header .mobileHeader #nav .bpanel .lang {
  position: relative;
  font-size: 16px;
  font-family: "PerpetuaTitlingMT", serif;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 10px;
  background-color: #949799;
  border-radius: 5px;
}

/* nav */
.nav-menu, .nav-menu ul, .nav-menu li, .nav-menu a {
  margin: 0;
  padding: 0;
  line-height: normal;
  list-style: none;
  display: block;
  position: relative;
  font-family: "PerpetuaTitlingMT", serif;
}

.nav-menu ul {
  opacity: 0;
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 999;
  transition: opacity 0.3s;
}

.nav-menu li:hover > ul {
  left: 0;
  opacity: 1;
  z-index: 1000;
}

.nav-menu ul li:hover > ul {
  top: 0;
  left: 100%;
}

.nav-menu li {
  cursor: default;
  float: left;
  white-space: nowrap;
}

.nav-menu ul li {
  float: none;
}

/* sub width */
.nav-menu ul {
  min-width: 12em;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

/* center */
.nav-center {
  float: right;
  right: 50%;
}

.nav-center > li {
  left: 50%;
}

/* root */
.nav-menu a {
  padding: 0 15px;
  color: var(--grey);
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 40px;
  letter-spacing: 1px;
  text-decoration: none;
}

.nav-menu .contact {
  padding: 0 20px;
  background-color: var(--secondaryColor);
  border-radius: 15px;
  color: #fff;
}
.nav-menu .contact:hover {
  background-color: var(--primaryColor);
  color: #fff;
}

/* root: active */
.nav-menu > li > .nav-active {
  color: var(--secondaryColor);
}

/* root: hover/persistence */
.nav-menu a:hover, .nav-menu a:focus, .nav-menu li:hover a {
  color: var(--secondaryColor);
}

/* 2 */
.nav-menu li li a, .nav-menu li:hover li a {
  padding: 8px 10px;
  background: rgb(255, 255, 255);
  color: #009949;
  font-size: 12px;
  line-height: normal;
  text-transform: none;
}

/* 2: hover/persistence */
.nav-menu li:hover li a:hover, .nav-menu li:hover li a:focus, .nav-menu li:hover li:hover a {
  background: #009949;
  color: #FFF;
}

/* 3 */
.nav-menu li:hover li:hover li a {
  color: #636365;
  background: #fff;
}

/* 3: hover/persistence */
.nav-menu li:hover li:hover li a:hover, .nav-menu li:hover li:hover li a:focus, .nav-menu li:hover li:hover li:hover a {
  background: #009949;
  color: #FFF;
}

/* 4 */
.nav-menu li:hover li:hover li:hover li a {
  background: #333;
}

/* 4: hover */
.nav-menu li:hover li:hover li:hover li a:hover, .nav-menu li:hover li:hover li:hover li a:focus {
  background: #222;
}

/* vertical */
.nav-vertical {
  max-width: 220px;
}

.nav-vertical ul {
  top: 0;
  left: -9999px;
}

.nav-vertical li {
  width: 100%;
  float: none;
}

.nav-vertical li:hover > ul {
  left: 100%;
}

/* ----------------------------------------------------------------------------
	Navigation Menu
----------------------------------------------------------------------------- */
#menutoggle {
  display: block;
  width: auto;
  color: #fff;
  margin-top: 20px;
  background: transparent;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  position: absolute;
  right: 20px;
  transition: background 0.2s linear 0s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 50px;
}
#menutoggle img {
  height: 50px;
}

#menutoggle {
  display: block;
}

#nav {
  clear: both;
  width: 100%;
  height: 0;
  overflow: visible;
  position: relative;
  z-index: 1000;
}
#nav .logo {
  position: absolute;
  float: left;
}
#nav .logo a {
  padding: 0 !important;
}
#nav .logo img {
  height: 90px;
}

#nav ul {
  float: none;
  display: block;
  margin-top: 90px;
  width: auto;
  opacity: 0;
  max-height: 0;
  background: #ffffff;
  overflow: hidden;
  transition: max-height 0.25s cubic-bezier(0, 0.7, 0, 1), opacity 0.2s ease-in-out;
  border-radius: 0 0 4px 4px;
  top: 1px;
  border: 0;
  position: relative;
}

#nav #menutoggle.is-active + ul {
  max-height: 90vh;
  overflow-y: auto;
  opacity: 1;
  transition: max-height 0.3s ease-in-out, opacity 0.25s ease-in-out;
}

#nav li {
  display: block;
  margin: 0;
  padding: 0;
  height: auto;
  overflow: hidden;
  border-top: 1px solid var(--primaryColor);
}

#nav li:first-child {
  border-top: 0;
}

#nav li.onmobile {
  display: block;
}

#nav a, #nav span.submenu {
  float: none;
  display: block;
  margin: 0;
  padding: 20px 35px;
  height: auto;
  color: var(--primaryColor);
  line-height: 1.6em;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  font-family: "PerpetuaTitlingMT", serif;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: background 0.17s linear 0s;
}

#nav span.submenu:after {
  float: right;
  margin-left: 10px;
  margin-right: -25px;
  margin-top: 6px;
  width: 10px;
  height: 11px;
  content: "";
  background: url("../images/icons/menu-arrow.svg");
  background-size: 100%;
  color: inherit;
}

#nav span.submenu.is-active:after {
  content: "";
  width: 11px;
  height: 10px;
  background: url("../images/icons/menu-arrow2.svg");
  background-size: 100%;
}

#nav ul.submenu {
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 0;
  background: none;
  opacity: 1;
  position: relative;
  top: 0;
  transition: max-height 0.15s linear 0s;
}

#nav span.submenu.is-active + ul.submenu {
  max-height: 360px;
  overflow-y: auto;
}

#nav ul.submenu a {
  padding: 5px 40px;
  font-weight: 500;
  font-size: 14px;
  background: none;
  color: #a7a8ac;
}

.luxuryLifestyle {
  padding: 100px 0;
  position: relative;
  text-align: center;
}
.luxuryLifestyle h1 {
  font-family: "PerpetuaTitlingMT", serif;
  font-size: var(--heading1);
  color: var(--primaryColor);
  margin-bottom: 30px;
}
.luxuryLifestyle h1::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background: var(--primaryColor);
  margin-top: 110px;
  left: 50%;
  transform: translateX(-50%);
}
.luxuryLifestyle p {
  text-align: center;
  color: var(--grey2);
  margin: 60px 30px;
}

.img-home {
  position: relative;
}
.img-home::before {
  content: "";
  position: absolute;
  background-color: var(--primaryColor);
  width: 100%;
  height: 50%;
  z-index: -1;
  bottom: 0;
}
.img-home .flower {
  position: absolute;
  width: 300px;
  height: 278px;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
}
.img-home .border-img {
  width: 100%;
  border: 5px solid var(--secondaryColor);
}

.kolgaon7-home {
  padding: 100px 0 0;
  position: relative;
  text-align: center;
  background-color: var(--primaryColor);
}
.kolgaon7-home .flower {
  position: absolute;
  width: 250px;
  left: 0;
  top: 0;
}
.kolgaon7-home .flower2 {
  position: absolute;
  width: 250px;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
}
.kolgaon7-home h1 {
  font-family: "PerpetuaTitlingMT", serif;
  font-size: var(--heading1);
  color: #ffffff;
  margin-bottom: 30px;
}
.kolgaon7-home h1::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background: #ffffff;
  margin-top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 730px) {
  .kolgaon7-home h1::before {
    margin-top: 80px;
  }
}
.kolgaon7-home p {
  text-align: center;
  color: var(--grey2);
  margin: 60px 30px;
}
.kolgaon7-home .Kolgaon-features {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-bottom: 60px;
}
.kolgaon7-home .Kolgaon-features h2 {
  font-family: "centuryGothic";
  font-size: var(--heading5);
  color: var(--secondaryColor);
  font-weight: 500;
}
.kolgaon7-home .Kolgaon-features img {
  position: relative;
  height: 75px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.kolgaon7-home .Kolgaon-features p {
  text-align: center;
  color: var(--grey2);
  margin: 0;
  font-size: 15px;
  line-height: 22px;
}
.kolgaon7-home .box-kolegaon {
  position: relative;
  display: flex;
  margin-top: 80px;
}
@media only screen and (max-width: 730px) {
  .kolgaon7-home .box-kolegaon {
    flex-direction: column;
    gap: 30px;
  }
}
.kolgaon7-home .box-kolegaon .box {
  width: 100%;
  background-size: cover;
  position: relative;
  display: flex;
  height: 500px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "centuryGothic";
}
.kolgaon7-home .box-kolegaon .box:nth-child(1) {
  background: url("../images/explore-kolgaon.jpg");
}
.kolgaon7-home .box-kolegaon .box:nth-child(2) {
  background: url("../images/experience-kolgaon.jpg");
}
.kolgaon7-home .box-kolegaon .box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--secondaryColor);
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
.kolgaon7-home .box-kolegaon .box h4 {
  font-family: "centuryGothic";
  font-size: var(--heading5);
  color: #ffffff;
  margin-bottom: 30px;
  z-index: 2;
}
.kolgaon7-home .box-kolegaon .box h4::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background: #ffffff;
  margin-top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.kolgaon7-home .box-kolegaon .box a {
  font-family: "centuryGothic";
  font-size: 12px;
  font-weight: 600;
  padding: 7px 15px;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 10px;
  background-color: var(--primaryColor);
  color: var(--secondaryColor);
  z-index: 2;
  transform: translateY(0px);
  opacity: 1;
  transition: 0.3s all ease-in-out;
}
.kolgaon7-home .box-kolegaon .box a:hover {
  color: var(--primaryColor);
  background: #ffffff;
}
.kolgaon7-home .box-kolegaon .box:hover::before {
  opacity: 0.6;
}
.kolgaon7-home .box-kolegaon .box:hover a {
  opacity: 1;
  transform: translateY(0px);
}

.villLifestyle {
  padding: 100px 0 0;
  position: relative;
  text-align: center;
}
.villLifestyle .flower {
  position: absolute;
  width: 169px;
  left: 0;
  top: 0;
}
.villLifestyle h1 {
  font-family: "PerpetuaTitlingMT", serif;
  font-size: var(--heading1);
  color: var(--primaryColor);
  margin-bottom: 30px;
}
.villLifestyle h1::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background: var(--primaryColor);
  margin-top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 730px) {
  .villLifestyle h1::before {
    margin-top: 80px;
  }
}
.villLifestyle p {
  text-align: center;
  color: var(--grey1);
  margin: 60px 30px;
}
.villLifestyle ul {
  position: relative;
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.villLifestyle ul li {
  position: relative;
  display: flex;
}
.villLifestyle ul li:nth-child(even) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 730px) {
  .villLifestyle ul li:nth-child(even) {
    flex-direction: column;
  }
}
@media only screen and (max-width: 730px) {
  .villLifestyle ul li {
    flex-direction: column;
  }
}
.villLifestyle ul li .imgcontainer {
  width: 100%;
  height: 300px;
}
.villLifestyle ul li .imgcontainer img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 300px;
}
.villLifestyle ul li .textcontainer {
  width: 100%;
  height: 300px;
  background-color: var(--secondaryColor);
  display: flex;
  justify-content: center;
  align-items: center;
}
.villLifestyle ul li .textcontainer .details {
  position: relative;
  text-align: left;
  max-width: 450px;
  width: 90%;
}
.villLifestyle ul li .textcontainer .details h2 {
  font-family: "PerpetuaTitlingMTLight", serif;
  font-size: var(--heading4);
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 40px;
  margin-bottom: 30px;
}
.villLifestyle ul li .textcontainer .details a {
  position: relative;
  font-family: "centuryGothic";
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 7px 14px;
  border: 1px solid #ffffff;
  border-radius: 7px;
  transition: 0.3s all ease-in-out;
}
.villLifestyle ul li .textcontainer .details a:hover {
  background-color: #ffffff;
  color: var(--secondaryColor);
}

.contact {
  position: relative;
  display: flex;
  padding: 80px 0;
  background-color: var(--primaryColor);
}
@media only screen and (max-width: 730px) {
  .contact {
    padding: 0;
    flex-direction: column;
  }
}
.contact .flower {
  position: absolute;
  width: 180px;
  left: 0;
  top: -80px;
  z-index: 2;
}
.contact .map {
  position: relative;
  width: 100%;
}
.contact .map img {
  width: 100%;
}
.contact .formWrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.contact .formWrapper .formbox {
  padding: 70px 70px;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contact .formWrapper .formbox h2 {
  position: relative;
  font-size: var(--heading4);
  color: #ffffff;
  font-family: "PerpetuaTitlingMT", serif;
}
.contact .formWrapper .formbox p {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
}
.contact .formWrapper form {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact .formWrapper form .group {
  position: relative;
  width: 100%;
}
.contact .formWrapper form .group input, .contact .formWrapper form .group select {
  position: relative;
  font-family: "centuryGothic";
  font-size: 16px;
  width: 100%;
  background: none;
  border: none;
  padding: 10px 20px 20px;
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}
.contact .formWrapper form .group input + span, .contact .formWrapper form .group select + span {
  width: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: var(--secondaryColor);
  transition: all 0.3s ease-in-out;
}
.contact .formWrapper form .group input:focus, .contact .formWrapper form .group select:focus {
  outline: none;
}
.contact .formWrapper form .group input:focus + span, .contact .formWrapper form .group select:focus + span {
  width: 100%;
}
.contact .formWrapper form .group input::-moz-placeholder, .contact .formWrapper form .group select::-moz-placeholder {
  color: #ffffff;
}
.contact .formWrapper form .group input:-ms-input-placeholder, .contact .formWrapper form .group select:-ms-input-placeholder {
  color: #ffffff;
}
.contact .formWrapper form .group input::placeholder, .contact .formWrapper form .group select::placeholder {
  color: #ffffff;
}
.contact .formWrapper form .checkbox {
  display: flex;
  padding-top: 10px;
}
.contact .formWrapper form .checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.contact .formWrapper form .checkbox input + label {
  position: relative;
  cursor: pointer;
}
.contact .formWrapper form .checkbox input + label::before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.contact .formWrapper form .checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.contact .formWrapper form .checkbox span {
  font-size: 12px;
  font-family: "centuryGothic";
  line-height: 1.5;
  color: #ffffff;
  padding-left: 10px;
}
.contact .formWrapper form button {
  margin-top: 30px;
  font-family: "centuryGothic";
  font-size: 16px;
  font-weight: 700;
  padding: 15px 20px;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 10px;
  color: var(--primaryColor);
  background: var(--secondaryColor);
  border: none;
  width: 100%;
}
.contact .formWrapper form button:hover {
  background: var(--secondaryColor2);
}

.extraordinaryLifestyle {
  position: relative;
  padding: 100px 0;
}
.extraordinaryLifestyle .flower {
  position: absolute;
  width: 169px;
  left: 0;
  bottom: 0;
}
.extraordinaryLifestyle .flower2 {
  position: absolute;
  width: 250px;
  right: 0;
  margin-top: -15%;
  z-index: 6;
}
.extraordinaryLifestyle h2 {
  position: relative;
  font-family: "centuryGothic";
  font-size: var(--heading3);
  color: var(--primaryColor);
  font-weight: 500;
  margin-bottom: 30px;
}
.extraordinaryLifestyle h2::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 2px;
  background-color: var(--primaryColor);
  bottom: -10px;
}
.extraordinaryLifestyle p {
  color: var(--grey2);
  -moz-column-count: 2;
       column-count: 2;
}
.extraordinaryLifestyle p.single {
  -moz-column-count: 1;
       column-count: 1;
}
@media only screen and (max-width: 730px) {
  .extraordinaryLifestyle p {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.locationProximity {
  position: relative;
  padding: 80px 0;
  background: var(--primaryColor);
}
.locationProximity p {
  color: var(--grey3);
  margin-top: 30px;
}
@media only screen and (max-width: 730px) {
  .locationProximity p {
    margin-top: 0px;
  }
}
.locationProximity .wrapper {
  position: relative;
  display: flex;
}
@media only screen and (max-width: 730px) {
  .locationProximity .wrapper {
    flex-direction: column;
  }
}
.locationProximity .wrapper .img-wrap {
  position: relative;
  width: 60%;
}
@media only screen and (max-width: 730px) {
  .locationProximity .wrapper .img-wrap {
    width: 100%;
    height: 300px;
  }
}
.locationProximity .wrapper .img-wrap img, .locationProximity .wrapper .img-wrap video {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.locationProximity .wrapper .content {
  position: relative;
  width: 40%;
  min-height: 80vh;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 730px) {
  .locationProximity .wrapper .content {
    min-height: auto;
  }
}
@media only screen and (max-width: 730px) {
  .locationProximity .wrapper .content {
    width: 100%;
  }
}
.locationProximity .wrapper .content .details {
  margin: 60px 80px 0px;
  width: 310px;
}
@media only screen and (max-width: 730px) {
  .locationProximity .wrapper .content .details {
    margin: 60px 30px 0;
  }
}
.locationProximity .wrapper .content h2 {
  position: relative;
  font-family: "centuryGothic";
  font-size: var(--heading5);
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.locationProximity .wrapper .content h2::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 3px;
  background-color: var(--secondaryColor);
  bottom: -20px;
  left: -200px;
}
@media only screen and (max-width: 730px) {
  .locationProximity .wrapper .content h2::before {
    left: 0px;
    width: 200px;
  }
}

.theProperties {
  position: relative;
  padding: 80px 0;
  background: var(--secondaryColor);
}
.theProperties .flower {
  position: absolute;
  width: 250px;
  right: 0;
  margin-top: -10%;
  z-index: 2;
}
.theProperties p {
  color: var(--grey3);
  margin-top: 30px;
}
@media only screen and (max-width: 730px) {
  .theProperties p {
    margin-top: 0;
  }
}
.theProperties .wrapper {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 730px) {
  .theProperties .wrapper {
    flex-direction: column;
  }
}
.theProperties .wrapper .img-wrap {
  position: relative;
  width: 60%;
}
@media only screen and (max-width: 730px) {
  .theProperties .wrapper .img-wrap {
    width: 100%;
    height: 300px;
  }
}
.theProperties .wrapper .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.theProperties .wrapper .content {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 730px) {
  .theProperties .wrapper .content {
    min-height: auto;
  }
}
@media only screen and (max-width: 730px) {
  .theProperties .wrapper .content {
    width: 100%;
  }
}
.theProperties .wrapper .content .details {
  margin: 60px 80px 0px;
  width: 310px;
}
@media only screen and (max-width: 730px) {
  .theProperties .wrapper .content .details {
    margin: 60px 30px 0;
    width: auto;
  }
}
.theProperties .wrapper .content h2 {
  position: relative;
  font-family: "centuryGothic";
  font-size: var(--heading5);
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.theProperties .wrapper .content h2::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 3px;
  background-color: var(--primaryColor);
  bottom: -20px;
  right: -200px;
}
@media only screen and (max-width: 730px) {
  .theProperties .wrapper .content h2::before {
    left: 0px;
    width: 200px;
  }
}

.img-div {
  width: 100%;
}
.img-div img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 730px) {
  .img-div img {
    height: 300px;
  }
}

.amenities {
  position: relative;
  padding: 50px 0 100px;
}
.amenities .wrapper {
  position: relative;
  border: 1px solid var(--primaryColor);
  padding: 0 80px 0px;
  text-align: center;
}
@media only screen and (max-width: 730px) {
  .amenities .wrapper {
    padding: 0 20px 0px;
  }
}
.amenities .wrapper h2 {
  position: relative;
  background-color: #ffffff;
  display: inline-block;
  text-align: center;
  font-family: "centuryGothic";
  font-weight: 500;
  text-transform: uppercase;
  font-size: var(--heading4);
  margin-top: -50%;
  padding: 0 20px;
  transform: translateY(20%);
  margin-bottom: 100px;
}
.amenities .wrapper .amenitiesbox {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
  gap: 20px;
}
.amenities .wrapper .amenitiesbox img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 70px;
}
.amenities .wrapper .amenitiesbox h4 {
  position: relative;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  font-family: "centuryGothic";
}

.dreamhome {
  position: relative;
  display: flex;
  padding: 80px 0;
  background-color: var(--secondaryColor);
}
@media only screen and (max-width: 730px) {
  .dreamhome {
    padding: 0;
    flex-direction: column;
  }
}
.dreamhome .img {
  position: relative;
  width: 100%;
}
.dreamhome .img img {
  width: 100%;
}
.dreamhome .content {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.dreamhome .content .details {
  padding: 70px 70px;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.dreamhome .content .details h2 {
  position: relative;
  font-size: var(--heading4);
  color: #ffffff;
  font-family: "PerpetuaTitlingMT", serif;
}
.dreamhome .content .details p {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
}

.dreamhome2 {
  position: relative;
  width: 100%;
  height: 600px;
  background: url("../images/kolgaon-advantage/img3.jpg");
  background-position: center center;
  background-size: cover;
}
.dreamhome2 .textbox {
  padding: 40px;
  width: 400px;
  float: right;
  margin-right: 10%;
  position: relative;
}
.dreamhome2 .textbox::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--primaryColor);
  mix-blend-mode: multiply;
}
.dreamhome2 .textbox h2 {
  font-family: "centuryGothic";
  font-size: var(--heading4);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  isolation: isolate;
  color: #ffffff;
}
.dreamhome2 .textbox p {
  font-size: 14px;
  line-height: 20px;
  isolation: isolate;
  color: #ffffff;
}

.welcome-life-of-kolgaon {
  position: relative;
  padding: 0 0 100px 0;
  background: #f4f4f4;
}
.welcome-life-of-kolgaon .flower {
  position: absolute;
  width: 169px;
  left: 0;
  bottom: 0;
}
.welcome-life-of-kolgaon h3 {
  position: relative;
  display: inline-block;
  font-family: "PerpetuaTitlingMT", serif;
  font-size: var(--heading3);
  color: var(--primaryColor);
  font-weight: 500;
  padding: 40px 270px 0 20px;
  background: #f4f4f4;
  top: -80px;
}
@media only screen and (max-width: 730px) {
  .welcome-life-of-kolgaon h3 {
    padding: 40px 0 0;
    top: 0;
  }
}
.welcome-life-of-kolgaon h2 {
  position: relative;
  font-family: "PerpetuaTitlingMT", serif;
  font-size: var(--heading1);
  color: var(--primaryColor);
  font-weight: 500;
  margin-bottom: 30px;
  padding-left: 20px;
  top: -70px;
}
@media only screen and (max-width: 730px) {
  .welcome-life-of-kolgaon h2 {
    padding: 0;
    top: 0;
  }
}
.welcome-life-of-kolgaon p {
  color: var(--grey2);
  padding: 0 20px;
  top: -60px;
}
@media only screen and (max-width: 730px) {
  .welcome-life-of-kolgaon p {
    padding: 0;
    top: 0;
  }
}

.bluebox {
  position: relative;
  padding: 80px 0;
  background: var(--primaryColor);
}
.bluebox .flower {
  position: absolute;
  width: 250px;
  right: 0;
  margin-top: -10%;
  z-index: 2;
}
.bluebox .flower2 {
  position: absolute;
  width: 250px;
  left: 0;
  margin-top: -10%;
  z-index: 2;
}
.bluebox .flower3 {
  position: absolute;
  width: 130px;
  right: 0;
  margin-top: 15%;
  z-index: 2;
}
.bluebox p {
  color: var(--grey3);
}
.bluebox .wrapper {
  position: relative;
  display: flex;
}
@media only screen and (max-width: 730px) {
  .bluebox .wrapper {
    flex-direction: column;
  }
}
.bluebox .wrapper .img-wrap {
  position: relative;
  width: 60%;
}
@media only screen and (max-width: 730px) {
  .bluebox .wrapper .img-wrap {
    width: 100%;
    height: 300px;
  }
}
.bluebox .wrapper .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.bluebox .wrapper .content {
  position: relative;
  width: 40%;
  min-height: 80vh;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 730px) {
  .bluebox .wrapper .content {
    min-height: auto;
  }
}
@media only screen and (max-width: 730px) {
  .bluebox .wrapper .content {
    width: 100%;
  }
}
.bluebox .wrapper .content .details {
  margin: 60px 80px 60px;
  width: 300px;
}
@media only screen and (max-width: 730px) {
  .bluebox .wrapper .content .details {
    margin: 30px 30px 0;
    width: auto;
  }
}
.bluebox .wrapper .content h2 {
  position: relative;
  font-family: "centuryGothic";
  font-size: var(--heading5);
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.bluebox .wrapper .content h2::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 3px;
  background-color: var(--secondaryColor);
  bottom: -20px;
  left: -200px;
  width: 150%;
}
@media only screen and (max-width: 730px) {
  .bluebox .wrapper .content h2::before {
    left: 0px;
    width: 200px;
  }
}

.bluebox-2 {
  position: relative;
  padding: 80px 0;
  background: var(--primaryColor);
}
.bluebox-2 .flower {
  position: absolute;
  width: 250px;
  right: 0;
  margin-top: -10%;
  z-index: 2;
}
.bluebox-2 .flower2 {
  position: absolute;
  width: 250px;
  left: 0;
  margin-top: -10%;
  z-index: 2;
}
.bluebox-2 .flower3 {
  position: absolute;
  width: 130px;
  right: 0;
  margin-top: 15%;
  z-index: 2;
}
.bluebox-2 p {
  color: var(--grey3);
}
.bluebox-2 .wrapper {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 730px) {
  .bluebox-2 .wrapper {
    flex-direction: column;
  }
}
.bluebox-2 .wrapper .img-wrap {
  position: relative;
  width: 60%;
}
@media only screen and (max-width: 730px) {
  .bluebox-2 .wrapper .img-wrap {
    width: 100%;
    height: 300px;
  }
}
.bluebox-2 .wrapper .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.bluebox-2 .wrapper .content {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 730px) {
  .bluebox-2 .wrapper .content {
    min-height: auto;
  }
}
.bluebox-2 .wrapper .content .details {
  margin: 60px 80px 60px;
  width: 330px;
}
@media only screen and (max-width: 730px) {
  .bluebox-2 .wrapper .content .details {
    margin: 30px 30px 0;
    width: auto;
  }
}
.bluebox-2 .wrapper .content h2 {
  position: relative;
  font-family: "centuryGothic";
  font-size: var(--heading5);
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.bluebox-2 .wrapper .content h2::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 3px;
  background-color: var(--secondaryColor);
  bottom: -20px;
  width: 150%;
}
@media only screen and (max-width: 730px) {
  .bluebox-2 .wrapper .content h2::before {
    left: 0px;
    width: 200px;
  }
}

.redbox {
  position: relative;
  padding: 80px 0;
  background: var(--secondaryColor);
}
.redbox p {
  color: var(--grey3);
}
.redbox .wrapper {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 730px) {
  .redbox .wrapper {
    flex-direction: column;
  }
}
.redbox .wrapper .img-wrap {
  position: relative;
  width: 60%;
}
@media only screen and (max-width: 730px) {
  .redbox .wrapper .img-wrap {
    width: 100%;
    height: 300px;
  }
}
.redbox .wrapper .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.redbox .wrapper .content {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 730px) {
  .redbox .wrapper .content {
    min-height: auto;
  }
}
.redbox .wrapper .content .details {
  margin: 60px 80px 60px;
  width: 330px;
}
@media only screen and (max-width: 730px) {
  .redbox .wrapper .content .details {
    margin: 30px 30px 0;
    width: auto;
  }
}
.redbox .wrapper .content h2 {
  position: relative;
  font-family: "centuryGothic";
  font-size: var(--heading5);
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.redbox .wrapper .content h2::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 3px;
  background-color: var(--primaryColor);
  bottom: -20px;
  width: 150%;
}
@media only screen and (max-width: 730px) {
  .redbox .wrapper .content h2::before {
    left: 0px;
    width: 200px;
  }
}

.redbox-2 {
  position: relative;
  padding: 80px 0;
  background: var(--secondaryColor);
}
.redbox-2 p {
  color: var(--grey3);
}
.redbox-2 .wrapper {
  position: relative;
  display: flex;
}
@media only screen and (max-width: 730px) {
  .redbox-2 .wrapper {
    flex-direction: column;
  }
}
.redbox-2 .wrapper .img-wrap {
  position: relative;
  width: 60%;
}
@media only screen and (max-width: 730px) {
  .redbox-2 .wrapper .img-wrap {
    width: 100%;
    height: 300px;
  }
}
.redbox-2 .wrapper .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.redbox-2 .wrapper .content {
  position: relative;
  width: 40%;
  min-height: 80vh;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 730px) {
  .redbox-2 .wrapper .content {
    min-height: auto;
  }
}
@media only screen and (max-width: 730px) {
  .redbox-2 .wrapper .content {
    width: 100%;
  }
}
.redbox-2 .wrapper .content .details {
  margin: 60px 80px 60px;
  width: 300px;
}
@media only screen and (max-width: 730px) {
  .redbox-2 .wrapper .content .details {
    margin: 30px 30px 0;
    width: auto;
  }
}
.redbox-2 .wrapper .content h2 {
  position: relative;
  font-family: "centuryGothic";
  font-size: var(--heading5);
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.redbox-2 .wrapper .content h2::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 3px;
  background-color: var(--primaryColor);
  bottom: -20px;
  left: -200px;
  width: 150%;
}
@media only screen and (max-width: 730px) {
  .redbox-2 .wrapper .content h2::before {
    left: 0px;
    width: 200px;
  }
}

.inner-boxslide .carousel {
  width: 100% !important;
}
.inner-boxslide .carousel, .inner-boxslide .carousel-inner, .inner-boxslide .carousel-item {
  height: 100%;
}

.alibaug-life-info {
  position: relative;
  padding: 100px 0 0;
}
@media only screen and (max-width: 730px) {
  .alibaug-life-info {
    padding: 100px 0;
  }
}
.alibaug-life-info p {
  color: var(--grey2);
}

.alibaug-life-whitebox {
  position: relative;
  padding: 80px 0;
}
@media only screen and (max-width: 730px) {
  .alibaug-life-whitebox {
    padding: 0 0 80px;
  }
}
.alibaug-life-whitebox p {
  color: var(--grey2);
}
.alibaug-life-whitebox .wrapper {
  position: relative;
  display: flex;
}
@media only screen and (max-width: 730px) {
  .alibaug-life-whitebox .wrapper {
    flex-direction: column;
  }
}
.alibaug-life-whitebox .wrapper .img-wrap {
  position: relative;
  width: 60%;
}
@media only screen and (max-width: 730px) {
  .alibaug-life-whitebox .wrapper .img-wrap {
    width: 100%;
    height: 400px;
  }
}
.alibaug-life-whitebox .wrapper .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.alibaug-life-whitebox .wrapper .img-wrap .label {
  position: absolute;
  width: 70%;
  bottom: 5%;
  padding: 10px 100px 10px 50px;
  color: #ffffff;
  font-family: "centuryGothic";
  font-size: 20px;
  background: rgb(9, 54, 76);
  background: linear-gradient(141deg, rgba(9, 54, 76, 0.7) 0%, rgba(9, 54, 76, 0.7) 47%, rgba(9, 54, 76, 0) 100%);
}
@media only screen and (max-width: 730px) {
  .alibaug-life-whitebox .wrapper .img-wrap .label {
    width: auto;
  }
}
.alibaug-life-whitebox .wrapper .img-wrap .line {
  position: absolute;
  width: 400px;
  height: 3px;
  background: var(--primaryColor);
  bottom: 8%;
  right: -50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 730px) {
  .alibaug-life-whitebox .wrapper .img-wrap .line {
    display: none;
  }
}
.alibaug-life-whitebox .wrapper .content {
  position: relative;
  width: 40%;
  min-height: 80vh;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 730px) {
  .alibaug-life-whitebox .wrapper .content {
    min-height: auto;
  }
}
.alibaug-life-whitebox .wrapper .content .details {
  margin: 150px 80px;
  width: 300px;
}
@media only screen and (max-width: 730px) {
  .alibaug-life-whitebox .wrapper .content {
    width: 100%;
  }
  .alibaug-life-whitebox .wrapper .content .details {
    margin: 80px 30px 0;
    width: auto;
  }
}

.alibaug-life-bluebox2 {
  position: relative;
  background: var(--primaryColor);
  padding: 80px 0;
}
@media only screen and (max-width: 730px) {
  .alibaug-life-bluebox2 {
    padding: 0 0 80px;
  }
}
.alibaug-life-bluebox2 p {
  color: var(--grey3);
}
.alibaug-life-bluebox2 .wrapper {
  position: relative;
  display: flex;
}
@media only screen and (max-width: 730px) {
  .alibaug-life-bluebox2 .wrapper {
    flex-direction: column;
  }
}
.alibaug-life-bluebox2 .wrapper .img-wrap {
  position: relative;
  width: 60%;
}
@media only screen and (max-width: 730px) {
  .alibaug-life-bluebox2 .wrapper .img-wrap {
    width: 100%;
    height: 400px;
  }
}
.alibaug-life-bluebox2 .wrapper .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.alibaug-life-bluebox2 .wrapper .img-wrap .label {
  position: absolute;
  width: 70%;
  bottom: 5%;
  padding: 10px 100px 10px 50px;
  color: #ffffff;
  font-family: "centuryGothic";
  font-size: 20px;
  background: rgb(9, 54, 76);
  background: linear-gradient(141deg, rgba(9, 54, 76, 0.7) 0%, rgba(9, 54, 76, 0.7) 47%, rgba(9, 54, 76, 0) 100%);
}
@media only screen and (max-width: 730px) {
  .alibaug-life-bluebox2 .wrapper .img-wrap .label {
    width: auto;
  }
}
.alibaug-life-bluebox2 .wrapper .img-wrap .line {
  position: absolute;
  width: 400px;
  height: 3px;
  background: var(--secondaryColor);
  bottom: 8%;
  right: -50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 730px) {
  .alibaug-life-bluebox2 .wrapper .img-wrap .line {
    display: none;
  }
}
.alibaug-life-bluebox2 .wrapper .content {
  position: relative;
  width: 40%;
  min-height: 80vh;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 730px) {
  .alibaug-life-bluebox2 .wrapper .content {
    min-height: auto;
  }
}
.alibaug-life-bluebox2 .wrapper .content .details {
  margin: 150px 80px;
  width: 300px;
}
@media only screen and (max-width: 730px) {
  .alibaug-life-bluebox2 .wrapper .content {
    width: 100%;
  }
  .alibaug-life-bluebox2 .wrapper .content .details {
    margin: 80px 30px 0;
    width: auto;
  }
}

.alibaug-life-bluebox {
  position: relative;
  padding: 80px 0;
  background: var(--primaryColor);
}
@media only screen and (max-width: 730px) {
  .alibaug-life-bluebox {
    padding: 0;
  }
}
.alibaug-life-bluebox p {
  color: var(--grey3);
}
.alibaug-life-bluebox .wrapper {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 730px) {
  .alibaug-life-bluebox .wrapper {
    flex-direction: column;
  }
}
.alibaug-life-bluebox .wrapper .img-wrap {
  position: relative;
  width: 60%;
}
@media only screen and (max-width: 730px) {
  .alibaug-life-bluebox .wrapper .img-wrap {
    width: 100%;
    height: 400px;
  }
}
.alibaug-life-bluebox .wrapper .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.alibaug-life-bluebox .wrapper .img-wrap .label {
  position: absolute;
  width: 70%;
  bottom: 5%;
  text-align: right;
  padding: 10px 50px 10px 100px;
  color: #ffffff;
  font-family: "centuryGothic";
  font-size: 20px;
  right: 0;
  background: rgb(9, 54, 76);
  background: linear-gradient(141deg, rgba(9, 54, 76, 0) 0%, rgba(9, 54, 76, 0.7) 47%, rgba(9, 54, 76, 0.7) 100%);
}
@media only screen and (max-width: 730px) {
  .alibaug-life-bluebox .wrapper .img-wrap .label {
    width: auto;
  }
}
.alibaug-life-bluebox .wrapper .img-wrap .line {
  position: absolute;
  width: 400px;
  height: 3px;
  background: var(--secondaryColor);
  bottom: 8%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 730px) {
  .alibaug-life-bluebox .wrapper .img-wrap .line {
    display: none;
  }
}
.alibaug-life-bluebox .wrapper .content {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 730px) {
  .alibaug-life-bluebox .wrapper .content {
    min-height: auto;
  }
}
.alibaug-life-bluebox .wrapper .content .details {
  margin: 150px 80px;
  width: 330px;
}
@media only screen and (max-width: 730px) {
  .alibaug-life-bluebox .wrapper .content .details {
    margin: 80px 30px;
    width: auto;
  }
}

.alibaug-life-redbox {
  position: relative;
  padding: 80px 0;
  background: var(--secondaryColor);
}
@media only screen and (max-width: 730px) {
  .alibaug-life-redbox {
    padding: 0;
  }
}
.alibaug-life-redbox p {
  color: var(--grey3);
}
.alibaug-life-redbox .wrapper {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 730px) {
  .alibaug-life-redbox .wrapper {
    flex-direction: column;
  }
}
.alibaug-life-redbox .wrapper .img-wrap {
  position: relative;
  width: 60%;
}
@media only screen and (max-width: 730px) {
  .alibaug-life-redbox .wrapper .img-wrap {
    width: 100%;
    height: 400px;
  }
}
.alibaug-life-redbox .wrapper .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.alibaug-life-redbox .wrapper .img-wrap .label {
  position: absolute;
  width: 70%;
  bottom: 5%;
  text-align: right;
  padding: 10px 50px 10px 100px;
  color: #ffffff;
  font-family: "centuryGothic";
  font-size: 20px;
  right: 0;
  background: rgb(9, 54, 76);
  background: linear-gradient(141deg, rgba(9, 54, 76, 0) 0%, rgba(9, 54, 76, 0.7) 47%, rgba(9, 54, 76, 0.7) 100%);
}
@media only screen and (max-width: 730px) {
  .alibaug-life-redbox .wrapper .img-wrap .label {
    width: auto;
  }
}
.alibaug-life-redbox .wrapper .img-wrap .line {
  position: absolute;
  width: 400px;
  height: 3px;
  background: var(--primaryColor);
  bottom: 8%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 730px) {
  .alibaug-life-redbox .wrapper .img-wrap .line {
    display: none;
  }
}
.alibaug-life-redbox .wrapper .content {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 730px) {
  .alibaug-life-redbox .wrapper .content {
    min-height: auto;
  }
}
.alibaug-life-redbox .wrapper .content .details {
  margin: 150px 80px;
  width: 330px;
}
@media only screen and (max-width: 730px) {
  .alibaug-life-redbox .wrapper .content .details {
    margin: 80px 30px;
    width: auto;
  }
}

.alibaug-life-imgdivi {
  position: relative;
  width: 100%;
  height: 800px;
}
.alibaug-life-imgdivi img {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.alibaug-life-imgdivi .label {
  position: absolute;
  width: 70%;
  bottom: 5%;
  right: 0;
  text-align: right;
  padding: 10px 100px 10px 50px;
  color: #ffffff;
  font-family: "centuryGothic";
  font-size: 20px;
  background: rgb(9, 54, 76);
  background: linear-gradient(141deg, rgba(9, 54, 76, 0) 0%, rgba(9, 54, 76, 0.7) 47%, rgba(9, 54, 76, 0.7) 100%);
}
@media only screen and (max-width: 730px) {
  .alibaug-life-imgdivi .label {
    width: auto;
  }
}

.about-masterplan {
  position: relative;
  padding: 0 0 80px 0;
}
.about-masterplan .flower {
  position: absolute;
  width: 130px;
  left: 0;
  bottom: -60px;
  z-index: 2;
}
.about-masterplan h3 {
  position: relative;
  display: inline-block;
  font-family: "centuryGothic";
  text-transform: uppercase;
  font-size: var(--heading3);
  color: var(--primaryColor);
  font-weight: 500;
  padding: 20px 170px 0 40px;
  background: #ffffff;
  top: -80px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 730px) {
  .about-masterplan h3 {
    top: 30px;
    margin-bottom: 30px;
    padding: 0;
  }
}
.about-masterplan h3 span {
  font-weight: 700;
  font-size: var(--heading5);
}
.about-masterplan h3::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 3px;
  background-color: var(--primaryColor);
  bottom: -20px;
}
.about-masterplan p {
  color: var(--grey2);
  padding: 0 40px;
  top: -60px;
  -moz-column-count: 2;
       column-count: 2;
}
@media only screen and (max-width: 730px) {
  .about-masterplan p {
    top: 40px;
    -moz-column-count: 1;
         column-count: 1;
    padding: 0;
  }
}

.centerheading {
  position: relative;
  padding: 100px 0;
}
.centerheading h2 {
  position: relative;
  font-family: "centuryGothic";
  font-size: var(--heading3);
  color: var(--primaryColor);
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}
.centerheading h2::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 2px;
  background-color: var(--primaryColor);
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.since-2011 {
  position: relative;
  padding: 0 0 100px;
  text-align: center;
}
.since-2011 h2 {
  position: relative;
  font-family: "centuryGothic";
  font-size: var(--heading4);
  color: var(--primaryColor);
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  background: #ffffff;
  display: inline-block;
  padding: 20px 80px 0;
  margin: -50px auto 60px;
}
.since-2011 h2 span {
  font-weight: 700;
  font-style: italic;
}
.since-2011 h2::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 2px;
  background-color: var(--secondaryColor);
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.since-2011 p {
  color: var(--grey2);
  text-align: left;
}

.aboutus {
  position: relative;
  padding: 0 0 100px 0;
  background: #ffffff;
}
.aboutus h2 {
  position: relative;
  display: inline-block;
  font-family: "PerpetuaTitlingMTLight", serif;
  font-size: var(--heading3);
  color: var(--primaryColor);
  padding: 20px 270px 0 20px;
  background: #ffffff;
  text-transform: uppercase;
  top: -80px;
}
.aboutus h2 .title {
  font-family: "centuryGothic";
  font-size: var(--heading4);
  font-weight: bolder;
}
.aboutus h2::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 3px;
  background-color: var(--primaryColor);
  bottom: -10px;
}
@media only screen and (max-width: 730px) {
  .aboutus h2 {
    padding: 40px 0 0;
    top: 0;
  }
}
.aboutus p {
  color: var(--grey2);
  padding: 0 20px;
  top: -30px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 730px) {
  .aboutus p {
    padding: 0;
    top: 0;
  }
}

.disclaimer-info {
  position: relative;
  padding: 100px 0 100px;
}
@media only screen and (max-width: 730px) {
  .disclaimer-info {
    padding: 100px 0;
  }
}
.disclaimer-info p {
  color: rgb(49, 49, 49);
  font-size: 14px;
}
.disclaimer-info .numlist {
  position: relative;
}
.disclaimer-info .numlist li {
  margin-bottom: 30px;
}
.disclaimer-info .numlist .sublist {
  position: relative;
  padding-left: 30px;
  margin-top: 20px;
}
.disclaimer-info .numlist .sublist li {
  margin-bottom: 10px;
}

.gallery-section {
  position: relative;
  padding: 80px 0;
}

.filter-button {
  font-size: 18px;
  border: 1px solid #42B32F;
  border-radius: 5px;
  text-align: center;
  color: #42B32F;
  margin-bottom: 30px;
}

.filter-button:hover {
  font-size: 18px;
  border: 1px solid #42B32F;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #42B32F;
}

.btn-default:active .filter-button:active {
  background-color: #42B32F;
  color: white;
}

.port-image {
  width: 100%;
}

.gallery_product {
  margin-bottom: 30px;
}
.gallery_product img {
  width: 100%;
}

footer {
  position: relative;
  padding: 60px 0 0;
  text-align: center;
}
footer .malabarlogo {
  width: 200px;
}
footer p {
  text-align: center;
  color: var(--grey2);
  margin: 40px 30px 0;
}
footer .social {
  position: relative;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
footer .social li {
  position: relative;
}
footer .social li a {
  position: relative;
}
footer .social li a svg {
  height: 28px;
  fill: var(--primaryColor);
}
footer .social li a:hover svg {
  height: 28px;
  fill: var(--secondaryColor);
}
footer .footerlink {
  position: relative;
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media only screen and (max-width: 730px) {
  footer .footerlink {
    flex-direction: column;
  }
}
footer .footerlink li {
  position: relative;
  padding: 0 20px;
  border-right: 1px solid var(--primaryColor);
}
@media only screen and (max-width: 730px) {
  footer .footerlink li {
    padding: 20px 20px;
    border-right: none;
    border-bottom: 1px solid var(--primaryColor);
  }
}
footer .footerlink li a {
  position: relative;
  color: var(--primaryColor);
  text-decoration: none;
}
footer .footerlink li:last-child {
  border: none;
}
footer .copyright {
  padding: 20px;
  font-family: "centuryGothic";
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  background-color: var(--primaryColor);
  margin-top: 60px;
}

.reachus {
  position: relative;
  margin-bottom: 30px;
}
.reachus p {
  color: var(--primaryColor);
  font-weight: 600;
  font-size: 16px;
}
.reachus .details {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 10px;
}
.reachus .details .call {
  position: relative;
  display: flex;
  gap: 10px;
}
.fdesclaimer {
  position: relative;
}
.fdesclaimer p {
  font-size: 10px;
  font-family: "centuryGothic";
  line-height: 1;
}/*# sourceMappingURL=style.css.map */