:root {
  --black-color: #000;
  --white-color: #fff;
  --main-bg-color: brown;
  --black-color: #000;
  --enquire-btn: #666666;
  --download-btn: #cccccc;
  --form-bg: #e6e6e6;
}
#ymPluginDivContainerInitial {display: none !important;}
/* Fonts */
@font-face {
  font-family: "Caviar Dreams";
  src: url("../fonts/CaviarDreams.eot");
  src: url("../fonts/CaviarDreams.eot?#iefix") format("embedded-opentype"),
    url("../fonts/CaviarDreams.woff2") format("woff2"),
    url("../fonts/CaviarDreams.woff") format("woff"),
    url("../fonts/CaviarDreams.ttf") format("truetype"),
    url("../fonts/CaviarDreams.svg#CaviarDreams") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gotham-Book.woff2") format("woff2"),
    url("../fonts/Gotham-Book.woff") format("woff"),
    url("../fonts/Gotham-Book.ttf") format("truetype"),
    url("../fonts/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Calibri";
  src: url("../fonts/Calibri-Light.eot");
  src: url("../fonts/Calibri-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Calibri-Light.woff2") format("woff2"),
    url("../fonts/Calibri-Light.woff") format("woff"),
    url("../fonts/Calibri-Light.ttf") format("truetype"),
    url("../fonts/Calibri-Light.svg#Calibri-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GothamMedium";
  src: url("../fonts/GothamMedium.eot");
  src: url("../fonts/GothamMedium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/GothamMedium.woff2") format("woff2"),
    url("../fonts/GothamMedium.woff") format("woff"),
    url("../fonts/GothamMedium.ttf") format("truetype"),
    url("../fonts/GothamMedium.svg#GothamMedium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Base */
html {
  scroll-behavior: smooth;
}
body {
  font-family: Caviar Dreams;
}

.fullscreen {
  width: 100%;
}

.wrapper__with__width {
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
}
/* navbar */

.navbar .nav-item {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 2px solid var(--black-color);
  display: flex;
  align-items: center;
}
.navbar .nav-item:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.navbar .nav-item a {
  font-family: "GothamMedium";
}

/* end navbar */

/* Main banner */

.main__banner img {
  width: 100%;
}

/* End main banner */

/* Enquir btn */
.btn.enquire__btn {
  background: var(--enquire-btn);
  border-radius: 0;
  color: var(--white-color);
  display: inline-block;
  position: fixed;
  right: 0;
  top: 35%;
  text-align: center;
  text-decoration: none;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: bottom right;
  font-size: 16px;
  letter-spacing: 1px;
  word-spacing: 8px;
  padding: 0 16px;
  line-height: 32px;
  z-index: 999;
}
/* End enquir btn */

/* Luxury text */
.luxury__flex {
  display: flex;
  padding: 50px 0;
}

.luxury__flex--item.left {
  width: 40%;
}
.luxury__flex--item.left h1 {
  font-size: 32px;
  line-height: 1.8;
  letter-spacing: 6px;
  font-weight: 600;
}

.luxury__flex--item.right {
  width: 60%;
}
.luxury__flex--item.right p {
  font-size: 28px;
}
/* End luxury text */

/* Amenities slider */
#amenities img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}
#amenities .slick-track {
  display: flex;
}
#amenities .slick-prev,
#amenities .slick-next {
  border: 2px solid var(--white-color);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
#amenities .slick-prev {
  left: 20px;
  z-index: 2;
}

#amenities .slick-next {
  right: 20px;
}
#amenities .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  font-size: 40px;
  opacity: 1;
}
#amenities .slick-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f104";
  font-size: 40px;
  opacity: 1;
}
/* End amenities slider */

/* floor text */
.floor__flex {
  display: flex;
  padding-top: 50px;
}

.floor__flex--item.left {
  width: 40%;
}
.floor__flex--item.left h1 {
  font-size: 32px;
  line-height: 1.8;
  letter-spacing: 6px;
  font-weight: 600;
}
.floor__flex--item.right {
  width: 60%;
}
.floor__flex--item.right p {
  font-size: 28px;
}
/* End floor text */

/* floorplan slider */
.floor__wrapper {
  padding-left: 50px;
}
#floorplan img {
  width: 100%;
}
#floorplan .slick-track {
  display: flex;
  gap: 2rem;
}
#floorplan .slick-prev,
#floorplan .slick-next {
  border: 2px solid var(--white-color);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
#floorplan .slick-prev {
  left: 20px;
  z-index: 2;
}

#floorplan .slick-next {
  right: 20px;
}
#floorplan .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  font-size: 40px;
  opacity: 1;
}
#floorplan .slick-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f104";
  font-size: 40px;
  opacity: 1;
}
#floorplan .slick-slide {
  position: relative;
}
#floorplan .slick-list {
  padding: 0 20% 0 0 !important;
}
#floorplan .download__btn {
  background-color: var(--download-btn);
  font-size: 16px;
  padding: 12px 30px;
  border: none;
  cursor: pointer;
  border-radius: 0;
  color: var(--black-color);
  font-weight: 600;
  letter-spacing: 1.5px;
}
/* End floorplan slider */

/*  Virtual tours */
.virtual__wrapper {
  padding: 50px 0;
  text-align: center;
  position: relative;
}
.virtual__wrapper h1 {
  font-size: 32px;
  line-height: 1.8;
  letter-spacing: 6px;
  font-weight: 600;
  margin-bottom: 40px;
}
.virtual__wrapper p {
  font-size: 24px;
  margin-bottom: 40px;
}
.virtual__img img {
  max-width: 100%;
}
.virtual__wrapper .view_btn {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: var(--download-btn);
  font-size: 24px;
  padding: 3px 30px;
  border: none;
  cursor: pointer;
  border-radius: 0;
  color: var(--black-color);
  font-weight: 600;
  letter-spacing: 8px;
}
/* End virtual tours */
/* Location map */
.location__wrapper h1 {
  font-size: 32px;
  line-height: 1.8;
  letter-spacing: 6px;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}
.location__wrapper p {
  font-size: 28px;
}
.location__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.location__grid img {
  width: 100%;
}
.location__grid--left label {
  font-size: 28px;
}
.location__grid--left ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.location__grid--left li {
  display: flex;
  margin-right: 15px;
  align-items: center;
  font-size: 20px;
}
.location__grid--left li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f111";
  font-size: 5px;
  margin-right: 10px;
}

/* End location map */

/*  progress slider */
.progress__wrapper {
  padding: 50px 0;
}
.progress__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
#progress .slick-slide {
  margin-right: 1vw !important;
  margin-left: 1vw !important;
}
#progress img {
  width: 100%;
}
.progress__title h1 {
  font-size: 50px;
  line-height: 65px;
  letter-spacing: 10px;
  margin: 0 30px;
}
.progress__title .slick-next-btn:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  font-size: 40px;
  opacity: 1;
}
.progress__title .slick-prev-btn:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f104";
  font-size: 40px;
  opacity: 1;
}

.slick-prev-btn,
.slick-next-btn {
  border: 2px solid var(--black-color);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: none;
}
.slick-prev-btn:focus,
.slick-next-btn:focus {
  outline: 0;
}
/* End progress slider */

/* Enquire form */
.enquire__now__wrapper {
  background-color: var(--form-bg);
  padding: 50px 0;
}
.enquire__now--title {
  font-size: 32px;
  line-height: 1.8;
  letter-spacing: 6px;
  font-weight: 600;
  padding-bottom: 50px;
  text-align: center;
}
.enquire__now--text {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
}
.enquire__now__wrapper .form-row {
  max-width: 80%;
  margin: 0 auto;
}
.enquire__now__wrapper .form-row input,
.enquire__now__wrapper .form-row textarea {
  border: 2px solid var(--black-color);
  border-radius: 0;
  margin-bottom: 35px;
  background: transparent;
}
.enquire__now__wrapper .form-check-label {
  font-size: 16px;
  font-family: "GothamMedium";
}
.enquire__now__wrapper .btn-submit {
  background-color: var(--download-btn);
  font-size: 16px;
  padding: 7px 30px;
  border: none;
  cursor: pointer;
  border-radius: 0;
  color: var(--black-color);
  font-weight: 600;
  letter-spacing: 1.5px;
  font-family: "Gotham";
  margin: 0 auto;
  display: inherit;
}

/* End enquire form */

/* About form */
.about__wrapper {
  padding: 50px 0;
}
.about__wrapper h1 {
  text-align: center;
  font-size: 32px;
  line-height: 1.8;
  letter-spacing: 6px;
  font-weight: 600;
  margin: 30px 0;
}
.about__wrapper p {
  font-size: 20px;
  text-align: center;
  letter-spacing: 1px;
}
.project__icon--flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 0;
}
.project__icon--item img {
  max-width: 120px;
}
.about__wrapper p.rera {
  font-family: Gotham;
  margin-bottom: 50px;
}
.about__wrapper p.footer-text {
  font-size: 13.5px;
  font-family: Calibri;
  text-align: left;
}

/* End about form */

/* Media query */
@media screen and (max-width: 1367px) {
  .wrapper__with__width {
    max-width: 90%;
  }

  .luxury__flex--item.right p,
  .floor__flex--item.right p,
  .virtual__wrapper p,
  .location__wrapper p {
    font-size: 24px;
  }
}

@media screen and (max-width: 769px) {
  .wrapper__with__width {
    max-width: 90%;
  }

  .luxury__flex--item.left h1,
  .floor__flex--item.left h1,
  .virtual__wrapper h1,
  .location__wrapper h1,
  .progress__title h1,
  .enquire__now--title,
  .about__wrapper h1 {
    font-size: 40px;
  }

  .luxury__flex--item.right p,
  .floor__flex--item.right p,
  .virtual__wrapper p,
  .location__wrapper p {
    font-size: 24px;
  }
  .location__grid {
    grid-template-columns: inherit;
    gap: 20px;
  }
  .floor__flex,
  .luxury__flex {
    display: block;
  }
  .floor__flex {
    padding-top: 30px;
  }
  .luxury__flex br {
    display: none;
  }

  .floor__flex--item.left,
  .luxury__flex--item.left {
    margin-bottom: 20px;
  }
  .floor__flex--item.left,
  .floor__flex--item.right,
  .luxury__flex--item.left,
  .luxury__flex--item.right {
    width: 100%;
  }
  .project__icon--item {
    width: 30%;
    margin-bottom: 20px;
  }
  .project__icon--item img {
    max-width: inherit;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .btn.enquire__btn {
    padding: 0 20px;
    line-height: 50px;
    font-size: 24px;
  }

  .luxury__flex--item.left h1,
  .floor__flex--item.left h1,
  .virtual__wrapper h1,
  .location__wrapper h1,
  .progress__title h1,
  .enquire__now--title,
  .about__wrapper h1 {
    font-size: 30px;
    line-height: inherit;
  }

  .luxury__flex--item.right p,
  .floor__flex--item.right p,
  .virtual__wrapper p,
  .location__wrapper p {
    font-size: 18px;
  }
  .project__icon--flex {
    padding: 30px 0;
  }
  .project__icon--item {
    width: 49%;
  }
  .progress__title h1 {
    margin: 0 18px;
    width: min-content;
    text-align: center;
  }
  .hide-mobile {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .hide-desktop {
    display: none;
  }
}

@media only screen and (max-width: 1025px) and (min-width: 1023px) {
  .side-logo {
    display: none;
  }
  .navbar .nav-item {
    margin-right: 15px;
    padding-right: 15px;
  }
}

.iti {
  width: 100%;
}
.offcanvas {
  --bs-offcanvas-width: 550px;
}

@media screen and (min-width: 767px) {
  .offcanvas {
    --bs-offcanvas-width: 400px;
  }
}
.primary__btn {
  background-color: var(--download-btn);
  font-size: 16px;
  padding: 12px 30px;
  border: none;
  cursor: pointer;
  border-radius: 0;
  color: var(--black-color);
  font-weight: 600;
  letter-spacing: 1.5px;
}
.form-control {
  border: 2px solid var(--black-color);
  border-radius: 0;
}
.floor-modal .modal-header,
.offcanvas-header {
  background: url(../images/blue_bg.jpg) no-repeat top / cover;
  padding: 40px 0 30px 0;
  position: relative;
  justify-content: center;
}
.floor-modal .modal-header .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: var(--tertiary-color);
  opacity: 1;
}
.modal-content {
  border-radius: 0;
}
.map-responsive {
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
  height: 100%;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.float-btn {
  position: fixed;
  width: 56px;
  height: 56px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  z-index: 100;
}
.float-btn:hover {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.floorplan-heading {
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--primary-color);
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 575.98px) {
  .floorplan-heading {
    font-size: 1.5rem;
  }
}
@media (min-width: 991.98px) {
  .floorplan-heading {
    font-size: 2rem;
    text-align: center;
  }
}
@media (min-width: 991.98px) {
  .floor-plan {
    height: 530px;
  }
}

.floor-plan {
  z-index: 1;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/bg.jpg) no-repeat top / cover;
  margin: 50px 0;
}
