@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
body {
  font-family: "Montserrat", sans-serif;
}

.intro-page-wrap {
  animation: IntroPagewrap 1s linear forwards;
  animation-delay: 10s;
}

@keyframes IntroPagewrap {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.pageOneWrap {
  position: relative;
  width: 100vw;
  height: 100vh;
  animation: pageWrapOne 1s linear forwards;
  animation-delay: 10s;
  background: #004837;
  opacity: 0;
  overflow: hidden;
}

@keyframes pageWrapOne {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pageOneText {
  height: 150px;
  width: 682px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.intro-wrap {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background: url(../images/intro-bg.jpg) center center;
  background-size: 100%;
  animation: bgZoom 5.5s linear forwards;
}

@keyframes bgZoom {
  0% {
    background-size: 200%;
    opacity: 0.1;
    background-position: top top;
  }
  70% {
    background-size: 100%;
    opacity: 1;
    background-position: center center;
  }
  100% {
    background-size: 110%;
    opacity: 1;
    background-position: center center;
  }
}
.counter-wrap {
  height: 172px;
  width: 290px;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: countWrapAni 1s linear forwards;
  animation-delay: 3s;
}
.counter-wrap .count-left-bg {
  float: left;
  width: 60%;
  max-width: 70px;
  height: auto;
}
.counter-wrap .count-right-bg {
  float: right;
  width: 60%;
  max-width: 70px;
  height: auto;
}

@keyframes countWrapAni {
  0% {
    width: 290px;
  }
  100% {
    width: 145px;
    overflow: hidden;
  }
}
.intro-bg-wrap {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: #004837;
  z-index: 6;
  opacity: 0;
  animation: introBg 2s linear forwards;
  animation-delay: 4s;
}

.logo-line {
  opacity: 0;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 4.2px;
  height: 195px;
  animation: logoLine 1s linear forwards;
  animation-delay: 3s;
  z-index: 7;
}

.counter {
  font-family: "Montserrat", sans-serif;
  font-size: 80px;
  font-weight: 700;
  color: #fff;
  float: left;
  text-align: center;
  width: 150px;
  line-height: 172px;
  animation: countAni 1s linear forwards;
  animation-delay: 2s;
  z-index: 7;
}

.logo-fade {
  height: 172px;
  width: 290px;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: logoFade 1s linear forwards;
  animation-delay: 6s;
}

@keyframes logoFade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.intro-logo {
  opacity: 0;
  width: 450px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 330px;
  margin: auto;
  animation: logoFade 2s linear forwards;
  animation-delay: 6s;
}

@keyframes logoFade {
  0% {
    opacity: 0;
    transform: translateX(60%);
  }
  60% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes countAni {
  0% {
    width: 150px;
  }
  100% {
    width: 0;
    overflow: hidden;
  }
}
@keyframes logoLine {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 195px;
    opacity: 1;
  }
}
@keyframes introBg {
  0% {
    height: 10vh;
    width: 25px;
    opacity: 0;
  }
  50% {
    width: 25px;
    height: 100vh;
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100vh;
    opacity: 1;
  }
}
.down-arrow-1 {
  width: 65px;
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  margin: auto;
  animation: downArrow 2s linear infinite;
}

@keyframes downArrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20%);
  }
  100% {
    transform: translateY(0);
  }
}
.header-wrap {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 0 25px;
  z-index: 5;
  background: #f4ecdb;
}

.darkHeader {
  background: #f4ecdb;
}

.main-logo {
  max-width: 200px;
  padding: 12px 0;
  display: block;
}

#menuToggle {
  display: block;
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  width: 40px;
  height: 32px;
  position: fixed;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #c59945;
  border-radius: 0;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #004837;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
  position: fixed;
  width: 45%;
  margin: -100px 0 0 0;
  padding: 50px;
  padding-top: 125px;
  right: -100px;
  height: 103vh;
  background: #c59945;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  font-family: "Roboto", sans-serif;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menu li {
  padding: 10px 0;
  font-size: 22px;
  list-style-type: none;
}

#menu li a {
  text-decoration: none;
  color: #004937;
  padding: 2px 6px;
  font-size: 30px;
  transition: 0.5s;
  font-family: "Montserrat", sans-serif;
}

#menu li a:hover {
  color: #fff;
}

.menu-title {
  font-size: 16px !important;
  color: #004937;
  width: 60px;
  padding: 2px 7px !important;
  margin-bottom: 80px;
}

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul {
  transform: none;
  opacity: 1;
  display: block;
}

@media screen and (max-width: 768px) {
  #menu {
    transform: none;
    opacity: 0;
    display: none;
    transition: opacity 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
}
.about-wrap {
  width: 100%;
  background: #f3eadb;
  font-family: "Montserrat", sans-serif;
  padding: 50px;
}
.about-wrap .one-pic {
  margin: 30px auto;
  max-width: 50%;
  display: block;
  margin-top: 140px;
}
.about-wrap .about-text-1 {
  width: 60%;
  color: #004937;
  font-size: 36px;
  text-align: center;
  margin: auto;
  margin-bottom: 50px;
}
.about-wrap h6 {
  font-size: 24px;
  text-align: center;
  color: #004937;
}
.about-wrap .sam-logo {
  max-width: 240px;
  margin: 15px auto 0 auto;
  display: table;
}

.spec_wrap {
  width: 100%;
  padding: 50px;
  background: rgb(243, 234, 219);
  background: linear-gradient(180deg, rgb(243, 234, 219) 0%, rgb(243, 234, 219) 25%, rgb(0, 72, 55) 25%, rgb(0, 72, 55) 100%);
}
.spec_wrap .spec-pic-1 {
  margin: auto;
  display: block;
  max-width: 1620px;
}
.spec_wrap .spec-info {
  margin: 70px auto;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
.spec_wrap .spec-info h2 {
  font-size: 50px;
  font-weight: 600;
  color: #d1ae6f;
  padding: 0;
  margin: 0;
}
.spec_wrap .spec-info h5 {
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  line-height: 38px;
}

.center-court {
  padding: 220px 50px 50px 50px;
  background: rgb(243, 234, 219);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 25%, rgb(0, 72, 55) 25%, rgb(0, 72, 55) 100%);
}
.center-court .center-court-pic-1 {
  margin: auto;
  display: block;
  max-width: 1620px;
}
.center-court .spec-info {
  margin: 70px auto;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
.center-court .spec-info h2 {
  font-size: 50px;
  font-weight: 600;
  color: #d1ae6f;
  padding: 0;
  margin: 0;
}
.center-court .spec-info h5 {
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  line-height: 38px;
}
.center-court .the-center-title-1 {
  font-size: 80px;
  font-weight: 700;
  background-size: 7%;
  padding: 36px 100px;
  display: table;
  margin: 140px auto 50px auto;
  text-align: center;
  color: #fff;
  font-family: "Playfair Display", serif;
  background: url(../images/title-left-bg.png) no-repeat left center, url(../images/title-right-bg.png) no-repeat right center;
}
.center-court .the-center-title-1 span {
  font-size: 28px;
  display: block;
}
.center-court .center-tittle {
  margin: 90px auto;
  max-width: 500px;
}
.center-court h5 {
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  line-height: 38px;
  width: 60%;
  margin: auto;
  text-align: center;
  padding-bottom: 50px;
}

.the-apartment {
  padding: 100px 50px 50px 50px;
  background: rgb(0, 72, 55);
}
.the-apartment .center-court-pic-1 {
  margin: auto;
  display: block;
  max-width: 1620px;
}
.the-apartment .the-center-title-1 {
  font-size: 80px;
  font-weight: 700;
  background-size: 7%;
  padding: 36px 100px;
  display: table;
  margin: 140px auto 50px auto;
  text-align: center;
  color: #fff;
  font-family: "Playfair Display", serif;
  background: url(../images/title-left-bg.png) no-repeat left center, url(../images/title-right-bg.png) no-repeat right center;
}
.the-apartment .the-center-title-1 span {
  font-size: 28px;
  display: block;
}
.the-apartment .center-tittle {
  margin: 90px auto;
  max-width: 500px;
}
.the-apartment h5 {
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  line-height: 38px;
  width: 60%;
  margin: auto;
  text-align: center;
  padding-bottom: 50px;
}
.the-apartment ul {
  padding: 100px 0;
  margin: 0;
}
.the-apartment ul li {
  list-style-type: none;
  margin: 50px 0;
  padding: 0;
  color: #C59945;
  text-align: center;
  display: block;
  font-size: 34px;
  font-weight: 500;
}

.apartment-gallery {
  background: rgb(243, 234, 219);
  background: linear-gradient(0deg, rgb(243, 234, 219) 0%, rgb(243, 234, 219) 75%, rgb(0, 72, 55) 75%, rgb(0, 72, 55) 100%);
}
.apartment-gallery .owl-carousel {
  width: 70%;
  display: block;
  margin: 0 auto;
}
.apartment-gallery .owl-carousel h2 {
  margin: 130px 0;
  color: #C59945;
  font-size: 38px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 400;
}
.apartment-gallery .owl-carousel .owl-dots {
  width: 218px;
  margin: 10px auto 0 auto;
  position: absolute;
  bottom: 250px;
  left: 0;
  right: 0;
}
.apartment-gallery .owl-carousel .owl-dots .active {
  background: #1a846b;
}
.apartment-gallery .owl-carousel .owl-dot {
  width: 15px;
  height: 15px;
  background: #c49943;
  border-radius: 20px;
  margin: 8px;
}

.gallery {
  background: rgb(243, 234, 219);
  background: linear-gradient(0deg, rgb(243, 234, 219) 0%, rgb(243, 234, 219) 75%, rgb(0, 72, 55) 75%, rgb(0, 72, 55) 100%);
}
.gallery .owl-carousel {
  width: 70%;
  display: block;
  margin: 0 auto;
}
.gallery .owl-carousel h2 {
  margin: 130px 0;
  color: #004837;
  font-size: 38px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 400;
}
.gallery .owl-carousel .owl-dots {
  width: 218px;
  margin: 10px auto 0 auto;
  position: absolute;
  bottom: 250px;
  left: 0;
  right: 0;
}
.gallery .owl-carousel .owl-dots .active {
  background: #004837;
}
.gallery .owl-carousel .owl-dot {
  width: 15px;
  height: 15px;
  background: #c49943;
  border-radius: 20px;
  margin: 8px;
}

.gallery-2 {
  background: rgb(243, 234, 219);
  padding-bottom: 150px;
}
.gallery-2 h4 {
  font-size: 34px;
  color: #C59945;
  text-align: center;
  padding: 0;
  margin: 0 auto 15px auto;
  display: block;
  width: 70%;
}
.gallery-2 p {
  text-align: center;
  margin: 0 auto 35px auto;
  font-size: 21px;
  color: #004837;
  width: 55%;
}
.gallery-2 .owl-carousel {
  width: 70%;
  display: block;
  margin: 0 auto;
}
.gallery-2 .owl-carousel h2 {
  margin: 90px 0;
  color: #004837;
  font-size: 38px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 400;
}
.gallery-2 .owl-carousel .owl-dots {
  width: 218px;
  margin: 10px auto 0 auto;
  position: absolute;
  bottom: 170px;
  left: 0;
  right: 0;
}
.gallery-2 .owl-carousel .owl-dots .active {
  background: #004837;
}
.gallery-2 .owl-carousel .owl-dot {
  width: 15px;
  height: 15px;
  background: #c49943;
  border-radius: 20px;
  margin: 8px;
}

.gallery .dots-1 .owl-dots {
  width: 128px;
}

.gallery-2 .dots-2 .owl-dots {
  width: 130px;
}

.gallery-2 .dots-3 .owl-dots {
  width: 160px;
}

.gallery-2 .dots-4 .owl-dots {
  width: 128px;
}

.apartment-gallery .dots-5 .owl-dots {
  width: 310px;
}

.contact {
  background: #004837 url(../images/footer-bg.jpg) no-repeat bottom center;
  padding: 270px 50px 600px 50px;
}
.contact .footer-logo {
  margin: auto;
  max-width: 520px;
  display: block;
}
.contact .footer-from-wrap {
  width: 45%;
  margin: 150px auto 300px auto;
  display: block;
}
.contact .footer-from-wrap h3 {
  font-size: 38px;
  color: #d1ae6f;
  font-weight: 600;
  margin-bottom: 40px;
}
.contact .footer-from-wrap .form-control {
  border: none;
  border-radius: 0;
  background: #eee1ca;
  color: #d1ae6f;
  font-size: 26px;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 20px 30px;
  margin-bottom: 40px;
}
.contact .footer-from-wrap .castom-bt {
  float: right;
  font-size: 34px;
  background: #c59945;
  border-radius: 0;
  padding: 7px 30px;
  color: #fff;
}
.contact .footer-from-wrap .castom-bt:hover {
  background: #0e8268;
  color: #fff;
}
.contact .contact-inner-1 {
  margin-top: 400px;
  text-align: center;
}
.contact .contact-inner-1 h6 {
  font-size: 30px;
  display: block;
  text-align: center;
  color: #fff;
  margin: 0 0 40px 0;
}
.contact .contact-inner-1 .contact-pic-1 {
  max-width: 300px;
  display: table;
  margin: 0 auto;
}
.contact .contact-inner-1 h5 {
  font-size: 34px;
  color: #fff;
  text-align: center;
  display: block;
  font-weight: 700;
  margin-top: 15px;
}
.contact .contact-inner-1 h4 {
  font-size: 30px;
  display: block;
  text-align: center;
  color: #fff;
  margin: 70px 0 25px 0;
}
.contact .contact-inner-1 h3 {
  font-size: 30px;
  line-height: 34px;
  color: #fff;
  font-weight: 500;
}
.contact .contact-inner-1 p {
  font-size: 18px;
  color: #fff;
}

.footer-wrap {
  width: 100%;
  padding: 15px 50px;
  background: #004837;
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #09604b;
}
.footer-wrap .copy-write {
  font-size: 14px;
  color: #ffffff;
}
.footer-wrap .copy-write a {
  text-decoration: none;
  color: #fff;
  padding-top: 16px;
  display: table;
}
.footer-wrap .copy-write a:hover {
  color: #38a88d;
}
.footer-wrap .footer-social ul {
  padding: 0;
  margin: 0;
}
.footer-wrap .footer-social ul li {
  list-style-type: none;
  float: left;
  margin-left: 20px;
}
.footer-wrap .footer-social ul li a {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #d3af6f;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  display: block;
  line-height: 40px;
  text-align: center;
  transition: 0.5s;
}
.footer-wrap .footer-social ul li a:hover {
  background: #09604b;
  text-decoration: none;
  color: #fff;
}

.location-wrap {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 160px 50px 50px 50px;
}
.location-wrap .location-title-1 {
  font-size: 80px;
  font-weight: 700;
  background-size: 7%;
  padding: 36px 100px;
  display: table;
  margin: 0 auto 50px auto;
  text-align: center;
  color: #004937;
  font-family: "Playfair Display", serif;
  background: url(../images/title-left-bg.png) no-repeat left center, url(../images/title-right-bg.png) no-repeat right center;
}
.location-wrap .location-para-1 {
  width: 40%;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  color: #004837;
  padding: 0;
  margin: 40px auto;
}
.location-wrap .location-map {
  margin-top: 60px 0;
}
.location-wrap .g-map {
  position: absolute;
  right: 50px;
  bottom: 50px;
  transition: 0.5s;
  text-decoration: none;
}
.location-wrap .g-map h4 {
  color: #004937;
  text-align: center;
  font-size: 24px;
}
.location-wrap .g-map img {
  max-width: 70px;
  margin: 0 auto;
  display: block;
}
.location-wrap .g-map:hover {
  opacity: 0.7;
}

#enquiry {
  position: fixed;
  top: 50%;
  right: -380px;
  z-index: 16;
  display: flex;
  transform: translateY(-50%);
  align-items: center;
  font-family: var(--Poppins_font);
  cursor: pointer;
  transition: all 0.2s ease;
}
#enquiry .en_btn {
  background-color: #0a644f;
  padding: 10px 8px;
  cursor: pointer;
}
#enquiry .en_btn span {
  writing-mode: vertical-rl;
  color: #fff799;
  font-size: 18px;
}
#enquiry form {
  background-color: #fff;
  padding: 30px;
  width: 380px;
}
#enquiry input[type=text] {
  display: block;
  width: 100%;
  padding: 14px 10px;
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid #678b44;
  font-family: var(--Poppins_font);
  background-color: rgba(255, 247, 153, 0.5019607843);
  font-size: 15px;
}
#enquiry input[type=text]:focus {
  outline: none;
}
#enquiry textarea {
  padding: 5px 10px;
  font-family: var(--Poppins_font);
  border: 1px solid #678b44;
  border: none;
  border-bottom: 1px solid #678b44;
  background-color: rgba(255, 247, 153, 0.5019607843);
  width: 100%;
  font-size: 15px;
}
#enquiry textarea:focus {
  outline: none;
}
#enquiry .btn {
  margin-top: 20px;
  display: flex;
}
#enquiry .btn input[type=submit] {
  padding: 10px 36px;
  cursor: pointer;
  border: 1px solid #0a644f;
  background-color: #0a644f;
  color: #fff799;
  font-family: var(--Poppins_font);
  font-size: 16px;
}
#enquiry .btn input[type=submit]:hover {
  background-color: #fff;
  color: #678b44;
}
#enquiry .btn .close_btn {
  padding: 10px 36px;
  cursor: pointer;
  border: 1px solid #678b44;
  margin-left: 15px;
  font-family: var(--Poppins_font);
  font-size: 16px;
}
#enquiry .btn .close_btn:hover {
  background-color: #0a644f;
  color: #fff799;
}
#enquiry.show_enq {
  right: 0;
}

.whatapp {
  position: fixed;
  right: 30px;
  bottom: 100px;
  z-index: 16;
}
.whatapp code {
  width: 40px;
  display: inline-block;
}
.whatapp code a {
  transition: 0.5;
}
.whatapp code a:hover {
  opacity: 0.6;
}

.plan-wrap {
  padding: 100px 50px 50px 50px;
  background: #fff;
}
.plan-wrap .the-center-title-1 {
  font-size: 80px;
  font-weight: 700;
  background-size: 7%;
  padding: 36px 100px;
  display: table;
  margin: 140px auto 50px auto;
  text-align: center;
  color: #004937;
  font-family: "Playfair Display", serif;
  background: url(../images/title-left-bg.png) no-repeat left center, url(../images/title-right-bg.png) no-repeat right center;
}
.plan-wrap .the-center-title-1 span {
  font-size: 28px;
  display: block;
}

.plan-wrap-2 {
  background: #f5eddd;
  padding: 100px;
  display: flex;
}
.plan-wrap-2 .plan-block-1 {
  width: 25%;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.plan-wrap-2 .plan-block-1 h3 {
  color: #004937;
  font-family: "Playfair Display", serif;
  font-size: 34px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.plan-wrap-2 .plan-block-1 h4 {
  color: #004937;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.plan-wrap-2 .plan-block-1 h5 {
  font-size: 15px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  margin: 40px 0 0 0;
}
.plan-wrap-2 .plan-block-1 p {
  font-size: 15px;
  color: #000;
  padding: 0;
  margin: 4px 0;
}
.plan-wrap-2 .plan-block-1 .key-map {
  width: 80%;
}
.plan-wrap-2 .plan-block-2 {
  width: 75%;
  float: right;
  display: flex;
}
.plan-wrap-2 .plan-block-3 {
  width: 100%;
  display: block;
}
.plan-wrap-2 .plan-block-3 h3 {
  color: #004937;
  font-family: "Playfair Display", serif;
  font-size: 34px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.plan-wrap-2 .plan-block-3 h4 {
  color: #004937;
  font-size: 21px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0;
  margin: 0 0 50px 0;
}

.spacification-1 {
  display: block;
  background: #fff;
  padding: 100px;
}
.spacification-1 h3 {
  color: #004937;
  font-family: "Playfair Display", serif;
  font-size: 34px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.spacification-1 h4 {
  color: #004937;
  font-size: 21px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0;
  margin: 0 0 50px 0;
}

.the-developer {
  padding: 100px 50px 50px 50px;
  background: rgb(243, 234, 219);
}
.the-developer .center-court-pic-1 {
  margin: auto;
  display: block;
  max-width: 1620px;
}
.the-developer .the-center-title-1 {
  font-size: 80px;
  font-weight: 700;
  background-size: 7%;
  padding: 36px 100px;
  display: table;
  margin: 140px auto 50px auto;
  text-align: center;
  color: #004937;
  font-family: "Playfair Display", serif;
  background: url(../images/title-left-bg.png) no-repeat left center, url(../images/title-right-bg.png) no-repeat right center;
}
.the-developer .the-center-title-1 span {
  font-size: 28px;
  display: block;
}
.the-developer .sam-log {
  display: block;
  margin: 100px auto 120px auto;
  max-width: 500px;
}

.developer-gallery {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(243, 234, 219) 50%, rgb(243, 234, 219) 100%);
}
.developer-gallery img {
  width: 50%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.developer-text-wrap {
  background: #fff;
  padding: 50px;
}
.developer-text-wrap p {
  width: 85%;
  color: #004937;
  font-size: 20px;
  text-align: center;
  line-height: 24px;
  padding: 0;
  margin: 50px auto 50px auto;
}

.team-wrap {
  padding: 100px 50px 50px 50px;
  background: #004937;
}
.team-wrap .center-court-pic-1 {
  margin: auto;
  display: block;
  max-width: 1620px;
}
.team-wrap .the-center-title-1 {
  font-size: 80px;
  font-weight: 700;
  background-size: 7%;
  padding: 36px 100px;
  display: table;
  margin: 140px auto 50px auto;
  text-align: center;
  color: #fff;
  font-family: "Playfair Display", serif;
  background: url(../images/title-left-bg.png) no-repeat left center, url(../images/title-right-bg.png) no-repeat right center;
}
.team-wrap .the-center-title-1 span {
  font-size: 28px;
  display: block;
}
.team-wrap h4 {
  width: auto;
  display: table;
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  line-height: 38px;
  margin: 0 auto;
  text-align: left;
  border: solid 1px #fff;
  padding: 7px 20px;
}
.team-wrap h5 {
  font-size: 60px;
  display: block;
  text-align: center;
  color: #EC1C24;
  margin: 50px 0 0 0;
  font-weight: 600;
}
.team-wrap h6 {
  font-size: 36px;
  display: block;
  text-align: center;
  color: #fff;
  margin: 0;
}
.team-wrap h2 {
  font-size: 75px;
  text-align: center;
  display: block;
  color: #fff;
  font-weight: 500;
  margin: 150px 0 0 0;
  padding: 0;
}
.team-wrap p {
  width: 90%;
  font-size: 20px;
  display: block;
  text-align: center;
  color: #fff;
  margin: 30px auto 30px auto;
}

.team-wrap-2 {
  padding: 100px 50px;
  background: #f5eddd;
}
.team-wrap-2 .logo-pic-1 {
  max-width: 300px;
  display: table;
  margin: 70px auto 0 auto;
}
.team-wrap-2 h4 {
  width: auto;
  display: table;
  font-size: 28px;
  font-weight: 600;
  color: #004937;
  line-height: 38px;
  margin: 0 auto;
  text-align: left;
  padding: 10px 20px;
  border: solid 1px #004937;
}
.team-wrap-2 h2 {
  font-size: 75px;
  text-align: center;
  display: block;
  color: #004937;
  font-weight: 500;
  margin: 150px 0 0 0;
  padding: 0;
}
.team-wrap-2 p {
  width: 90%;
  font-size: 20px;
  display: block;
  text-align: center;
  color: #004937;
  margin: 30px auto 30px auto;
}

/*popup design css start here*/
#disclaimer {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 100;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.3s;
}

.containt_area {
  z-index: 100;
  width: 60vw;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  padding: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.containt_area .close {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #e6be1e;
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.containt_area .heading {
  text-align: center;
  font-weight: bold;
}

.containt_area .heading span {
  font-size: 26px;
  color: #000;
  margin-bottom: 20px;
  display: block;
}

.containt_area .text p {
  color: black;
  font-size: 14px;
  font-weight: 200;
  display: block;
  font-weight: 300;
}

.containt_area .button_1 button {
  border: none;
  background-color: #e6be1e;
  padding: 10px 30px;
  float: right;
  margin-top: 25px;
  transition: 0.3s;
}

@media screen and (max-width: 810px) and (max-width: 600px) {
  .containt_area {
    width: 100vw;
    padding: 10px;
  }
}
@media screen and (max-width: 810px) {
  #disclaimer .containt_area {
    width: 80vw;
  }
}
/*popup design css end here*/
.disclaimer {
  width: 100%;
  background: #004837;
  font-family: "Montserrat", sans-serif;
  padding: 10px 50px;
  border: solid 1px #09604b;
}
.disclaimer p {
  color: #b4d5cd;
  font-size: 13px;
  padding: 0;
  margin: 0;
  line-height: 18px;
}

@media screen and (max-width: 1600px) {
  .about-wrap .one-pic {
    max-width: 35%;
  }
  .about-wrap .about-text-1 {
    width: 70%;
    font-size: 28px;
  }
  .spec_wrap .spec-info h2 {
    font-size: 40px;
  }
  .spec_wrap .spec-info h5 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1400px) {
  #menu li a {
    font-size: 22px;
  }
  .location-wrap .location-title-1 {
    font-size: 45px;
    background-size: 7%;
    padding: 36px 60px;
  }
  .location-wrap .location-para-1 {
    font-size: 20px;
  }
  .about-wrap .about-text-1 {
    font-size: 24px;
  }
  .spec_wrap .spec-info h2 {
    font-size: 34px;
  }
  .spec_wrap .spec-info h5 {
    font-size: 20px;
  }
  .about-wrap .one-pic {
    max-width: 25%;
  }
  .about-wrap .about-text-1 {
    width: 70%;
    font-size: 22px;
  }
  .location-wrap .location-title {
    left: 100px;
    max-width: 350px;
  }
  .gallery .owl-carousel {
    width: 75%;
  }
  .gallery-2 .owl-carousel {
    width: 75%;
  }
  .center-court h5 {
    padding-bottom: 54px;
    width: 70%;
    font-size: 20px;
  }
  .contact .footer-from-wrap {
    margin: 150px auto 450px auto;
  }
  .location-wrap .g-map h4 {
    font-size: 18px;
  }
  .center-court .the-center-title-1 {
    font-size: 45px;
  }
  .center-court .spec-info h2 {
    font-size: 28px;
  }
  .center-court .spec-info h5 {
    font-size: 20px;
  }
  .gallery .owl-carousel h2 {
    margin: 75px 0;
    font-size: 22px;
  }
  .gallery .owl-carousel .owl-dots {
    bottom: 135px;
  }
  .gallery-2 .owl-carousel h2 {
    margin: 75px 0;
    font-size: 22px;
  }
  .gallery-2 .owl-carousel .owl-dots {
    bottom: 135px;
  }
  .gallery-2 {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .the-apartment .the-center-title-1 {
    font-size: 45px;
    background-size: 7%;
    padding: 36px 60px;
  }
  .the-apartment h5 {
    font-size: 20px;
  }
  .the-apartment ul li {
    font-size: 24px;
    margin: 25px 0;
  }
  .the-apartment ul {
    padding: 50px 0;
  }
  .apartment-gallery .owl-carousel h2 {
    margin: 75px 0;
    font-size: 22px;
  }
  .apartment-gallery .dots-5 .owl-dots {
    bottom: 135px;
  }
  .plan-wrap .the-center-title-1 {
    font-size: 45px;
    background-size: 7%;
    padding: 36px 60px;
  }
  .plan-wrap {
    padding: 50px;
  }
  .the-developer .the-center-title-1 {
    font-size: 45px;
    background-size: 7%;
    padding: 36px 60px;
  }
  .team-wrap .the-center-title-1 {
    font-size: 45px;
    background-size: 7%;
    padding: 20px 60px;
  }
  .the-developer .sam-log {
    display: block;
    margin: 0 auto 40px auto;
    max-width: 290px;
  }
  .developer-gallery img {
    width: 70%;
  }
  .developer-text-wrap p {
    font-size: 17px;
    margin: 0 auto 50px auto;
  }
  .team-wrap h4 {
    font-size: 22px;
  }
  .team-wrap h5 {
    font-size: 44px;
    margin: 40px 0 0 0;
  }
  .team-wrap h6 {
    font-size: 28px;
    font-weight: normal;
  }
  .team-wrap h2 {
    font-size: 50px;
    margin: 130px 0 0 0;
  }
  .team-wrap p {
    font-size: 17px;
  }
  .team-wrap-2 h4 {
    font-size: 22px;
  }
  .team-wrap-2 .logo-pic-1 {
    width: 240px;
    margin: 50px auto 0 auto;
  }
  .team-wrap-2 h2 {
    font-size: 50px;
    margin: 130px 0 0 0;
  }
  .team-wrap-2 p {
    font-size: 17px;
  }
  .contact .footer-logo {
    font-size: 350px;
  }
  .contact {
    padding: 100px 50px 500px 50px;
  }
  .contact .footer-logo {
    max-width: 350px;
  }
  .contact .footer-from-wrap h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .contact .footer-from-wrap .form-control {
    padding: 12px 20px;
    font-size: 17px;
  }
  .contact .footer-from-wrap .castom-bt {
    font-size: 24px;
  }
  .contact .contact-inner-1 {
    margin-top: 300px;
  }
  .contact .contact-inner-1 h6 {
    font-size: 24px;
    margin: 0 0 30px 0;
  }
  .contact .contact-inner-1 .contact-pic-1 {
    max-width: 200px;
  }
  .contact .contact-inner-1 h5 {
    font-size: 24px;
    font-weight: 500;
  }
  .contact .contact-inner-1 h4 {
    font-size: 24px;
  }
  .contact .contact-inner-1 h3 {
    font-size: 17px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .location-wrap .location-title-1 {
    font-size: 40px;
    background-size: 6%;
    padding: 36px 50px;
    margin-top: 0;
  }
  .location-wrap .location-para-1 {
    width: 100%;
    font-size: 18px;
  }
  .center-court .the-center-title-1 {
    font-size: 27px;
    background-size: 6%;
    padding: 36px 50px;
    margin: 40px auto 50px auto;
  }
  .main-logo {
    max-width: 105px;
  }
  .footer-wrap {
    flex-direction: column-reverse;
    text-align: center;
  }
  #menu {
    padding: 25px;
    padding-top: 125px;
  }
  .spec_wrap .spec-info h2 {
    font-size: 40px;
  }
  .spec_wrap .spec-info h5 {
    font-size: 24px;
  }
  .location-wrap .location-title {
    left: 50px;
    max-width: 210px;
    top: -100px;
  }
  .location-wrap .location-text-wrap-1 {
    width: 55%;
  }
  .gallery .owl-carousel {
    width: 80%;
  }
  .contact .footer-logo {
    max-width: 350px;
  }
  .contact .footer-from-wrap {
    margin: 100px auto 400px auto;
    width: 70%;
  }
  #menuToggle {
    top: 30px;
    right: 30px;
  }
  #menu {
    width: 60%;
  }
  #menu li a {
    font-size: 17px;
  }
  .about-wrap .one-pic {
    max-width: 50%;
  }
  .about-wrap .about-text-1 {
    width: 100%;
    font-size: 21px;
  }
  .about-wrap {
    padding: 25px;
  }
  .spec_wrap {
    padding: 25px;
    background: linear-gradient(180deg, rgb(243, 234, 219) 0%, rgb(243, 234, 219) 10%, rgb(0, 72, 55) 10%, rgb(0, 72, 55) 100%);
  }
  .spec_wrap .spec-info h2 {
    font-size: 30px;
  }
  .footer-social {
    display: flex;
    justify-content: center;
  }
  .footer-wrap .copy-write {
    display: flex;
    justify-content: center;
  }
  .contact {
    background-size: 100%;
  }
  .contact {
    padding: 100px 50px 300px 50px;
  }
  .contact .contact-inner-1 {
    margin-top: 150px;
  }
  .gallery .owl-carousel .owl-dot {
    width: 11px;
    height: 11px;
  }
}
@media screen and (max-width: 700px) {
  .gallery .dots-1 .owl-dots {
    width: 138px;
  }
  .location-wrap .location-title-1 {
    margin-top: 70px;
  }
  .intro-wrap {
    background: url(../images/intro-bg-mob.jpg) no-repeat 0 0;
    background-size: cover;
  }
  .intro-logo {
    width: 250px;
  }
  .pageOneText {
    height: 67px;
    width: 300px;
  }
  #menuToggle {
    top: 30px;
    right: 30px;
  }
  #menu {
    width: 100%;
  }
  #menu li a {
    font-size: 17px;
  }
  .about-wrap .one-pic {
    max-width: 75%;
    margin-top: 100px;
  }
  .about-wrap .about-text-1 {
    width: 100%;
    font-size: 16px;
  }
  .about-wrap {
    padding: 25px;
  }
  .spec_wrap {
    padding: 25px;
    background: linear-gradient(180deg, rgb(243, 234, 219) 0%, rgb(243, 234, 219) 40%, rgb(0, 72, 55) 40%, rgb(0, 72, 55) 100%);
  }
  .spec_wrap .spec-info h2 {
    font-size: 30px;
  }
  .spec_wrap .spec-info h5 {
    font-size: 17px;
    line-height: 28px;
  }
  .spec_wrap .spec-info {
    margin: 45px auto;
  }
  .location-wrap .location-title {
    left: 25px;
    max-width: 110px;
    top: -50px;
  }
  .location-wrap {
    padding: 25px;
  }
  .location-wrap .location-text-wrap-1 .block-1 {
    width: 100%;
    margin-bottom: 25px;
  }
  .location-wrap .location-text-wrap-1 .block-2 {
    width: 100%;
    margin-bottom: 25px;
  }
  .center-court {
    padding: 25px;
    background: linear-gradient(180deg, rgb(243, 234, 219) 0%, rgb(243, 234, 219) 10%, rgb(0, 72, 55) 10%, rgb(0, 72, 55) 100%);
    padding-top: 130px;
  }
  .center-court .center-tittle {
    margin: 60px auto;
    max-width: 270px;
  }
  .center-court h5 {
    padding-bottom: 30px;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
  }
  .center-court .spec-info h2 {
    font-size: 24px;
  }
  .center-court .spec-info h5 {
    font-size: 16px;
    line-height: 26px;
  }
  .gallery .owl-carousel h2 {
    margin: 45px 0;
    font-size: 20px;
  }
  .gallery .owl-carousel .owl-dots {
    bottom: 80px;
  }
  .gallery-2 h4 {
    font-size: 26px;
  }
  .contact .footer-logo {
    max-width: 250px;
  }
  .contact {
    padding: 25px 25px 200px 25px;
  }
  .contact .footer-from-wrap {
    margin: 70px auto 300px auto;
    width: 100%;
  }
  .contact .footer-from-wrap h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .contact .footer-from-wrap .form-control {
    padding: 10px 20px;
    font-size: 18px;
    margin-bottom: 26px;
  }
  .contact .footer-from-wrap .castom-bt {
    font-size: 22px;
  }
  .contact .footer-copy {
    padding: 0;
  }
  .contact .footer-copy .bilder-logo {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .contact .footer-copy .footer-no {
    float: none;
    display: block;
  }
  .contact .footer-from-wrap {
    margin: 70px auto 300px auto;
  }
  #menu {
    height: 106vh;
  }
  .gallery-2 p {
    font-size: 16px;
    width: 74%;
  }
  .gallery-2 .owl-carousel .owl-dot {
    width: 11px;
    height: 11px;
  }
  .gallery-2 .owl-carousel h2 {
    margin: 45px 0;
    font-size: 20px;
  }
  .gallery-2 .dots-2 .owl-dots {
    width: 110px;
  }
  .gallery-2 .owl-carousel .owl-dots {
    bottom: 80px;
  }
  .gallery-2 .dots-3 .owl-dots {
    width: 138px;
  }
  .gallery-2 .dots-4 .owl-dots {
    width: 138px;
  }
  .the-apartment .the-center-title-1 {
    font-size: 28px;
    background-size: 6%;
    margin: 30px auto 50px auto;
  }
  .the-apartment h5 {
    font-size: 17px;
    line-height: 28px;
    width: 90%;
  }
  .the-apartment ul li {
    font-size: 17px;
    margin: 20px 0;
  }
  .apartment-gallery .owl-carousel .owl-dot {
    width: 11px;
    height: 11px;
  }
  .apartment-gallery .dots-5 .owl-dots {
    width: 273px;
  }
  .apartment-gallery .owl-carousel h2 {
    margin: 45px 0;
    font-size: 18px;
  }
  .apartment-gallery .dots-5 .owl-dots {
    bottom: 80px;
  }
  .plan-wrap .the-center-title-1 {
    font-size: 40px;
    background-size: 5%;
    padding: 0 60px;
    margin-top: 100px;
  }
  .plan-wrap-2 {
    padding: 40px;
    display: block;
  }
  .plan-wrap-2 .plan-block-3 h3 {
    font-size: 24px;
    font-weight: 500;
  }
  .plan-wrap-2 .plan-block-3 h4 {
    font-size: 17px;
    line-height: 30px;
  }
  .plan-wrap-2 .plan-block-1 {
    width: 100%;
  }
  .plan-wrap-2 .plan-block-2 {
    width: 100%;
  }
  .plan-wrap-2 .plan-block-1 h3 {
    font-size: 24px;
    font-weight: 500;
  }
  .plan-wrap-2 .plan-block-1 h4 {
    font-size: 17px;
  }
  .plan-wrap-2 .plan-block-1 .key-map {
    width: 59%;
    margin: 30px 0;
  }
  .spacification-1 {
    padding: 30px;
  }
  .spacification-1 h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 15px 0;
  }
  .the-developer .the-center-title-1 {
    font-size: 40px;
    background-size: 5%;
    padding: 0 60px;
    margin-top: 100px;
  }
  .the-developer {
    padding: 50px 25px 50px 25px;
  }
  .the-developer .sam-log {
    max-width: 230px;
    margin: 0 auto 30px auto;
  }
  .developer-gallery img {
    width: 80%;
  }
  .developer-text-wrap {
    padding: 30px;
  }
  .developer-text-wrap p {
    font-size: 16px;
  }
  .team-wrap .the-center-title-1 {
    font-size: 40px;
    margin-top: 80px;
  }
  .team-wrap h4 {
    font-size: 20px;
    padding: 0px 20px;
  }
  .team-wrap {
    padding: 80px 30px 50px 30px;
  }
  .team-wrap h5 {
    font-size: 30px;
    margin: 30px 0 0 0;
  }
  .team-wrap h6 {
    font-size: 20px;
    font-weight: normal;
  }
  .team-wrap h2 {
    font-size: 34px;
    margin: 100px 0 0 0;
  }
  .team-wrap p {
    font-size: 16px;
  }
  .team-wrap-2 h4 {
    font-size: 20px;
    padding: 0px 20px;
  }
  .team-wrap-2 .logo-pic-1 {
    width: 200px;
  }
  .team-wrap-2 h2 {
    font-size: 34px;
    margin: 100px 0 0 0;
  }
  .team-wrap-2 {
    padding: 100px 30px;
  }
  .team-wrap-2 p {
    width: 100%;
    font-size: 16px;
  }
  @keyframes bgZoom {
    0% {
      background-size: 130%;
      opacity: 0.1;
      background-position: top top;
    }
    70% {
      background-size: 100%;
      opacity: 1;
      background-position: center center;
    }
    100% {
      background-size: 105%;
      opacity: 1;
      background-position: center center;
    }
  }
}/*# sourceMappingURL=style.css.map */