* {
  scroll-behavior: smooth;
  font-family: "Quicksand", sans-serif;
  outline: none;
}

/*parallax view*/

.parallax {
  min-height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -9;
}

/*sub-title with red background */

.sub-title {
  background-color: #000708;
  color: #fff;
  font-family: Arial;
  font-size: 34px;
  line-height: 34px;
  padding: 15px 25px;
  margin-top: 20px;
  margin-bottom: 0;
}

/*navbar*/

.nav-img {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 100;
}

.navbar-brand {
  padding-top: 10px;
  padding-left: 50px;
  font-size: 14px !important;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: Arial;
  background: linear-gradient(to right, #000708 10%, #fff 50%, #75736e 60%);
  background-size: 200% auto;
  color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2.5s linear infinite;
}

.header img {
  margin-top: 20px;
  max-width: 280px;
  max-height: 60px;
}

nav {
  padding-bottom: 0 !important;
  z-index: 180;
}

.navbar {
  position: absolute !important;
  width: 98vw;
}

.nav-item {
  margin-right: 5px;
  padding-bottom: 10px;
}

.nav-link {
  color: #000 !important;
  font-size: 18px;
}

.nav-item a:hover {
  color: #000708 !important;
}

.nav-item a:hover .fa-square {
  transform: rotate(90deg);
}

.active-home {
  color: #000708 !important;
}

.fa-square {
  font-size: 8px !important;
  padding-top: 5px !important;
  transform: rotate(135deg);
}

/*home*/
.home .container-fluid {
  padding: 0 !important;
}

.slider {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100vh;
}
.slider .carousel-inner {
  height: 100%;
}
.slider .carousel-item img {
  height: 100%;
}
.slider .carousel-indicators {
  bottom: 20px;
  z-index: 130;
}

.home h4 {
  margin-top: 44vh;
  position: absolute;
  color: #fff;
  background-color: rgb(0, 0, 0, 0.5);
  font-family: Arial;
  font-size: 26px;
  font-weight: 700;
  line-height: 29px;
  text-align: center !important;
  padding: 20px;
  margin-left: 2% !important;
  margin-right: 10% !important;
}

/*at-a-glance*/
.at-a-glance .col {
  cursor: pointer;
}
.at-a-glance h2 {
  color: #000;
  font-family: Arial;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: 2px;
  padding-top: 10px;
  padding-bottom: 25px;
}

.at-a-glance img {
  width: 80px;
}

.at-a-glance a {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

.at-a-glance a:hover {
  text-decoration: none;
  color: #000;
}

.at-a-glance h4 {
  color: #000;
  font-family: "Quicksand Medium";
  font-size: 24px;
  line-height: 30px;
  padding-top: 5px;
}

.at-a-glance h5 {
  font-family: Quicksand;
  font-size: 16px;
  line-height: 25px;
}

/*overview*/

.p1 {
  background-color: #333;
  color: #fff;
  font-family: Arial;
  font-size: 16px;
  line-height: 22px;
  padding: 50px;
  margin-bottom: 0;
}

.overview-img1 {
  width: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.overview h4 {
  font-family: Quicksand Medium;
  padding-bottom: 15px;
}

.read-more,
.show-less {
  cursor: pointer;
  font-size: 13px;
}

.read-more:hover,
.show-less:hover {
  /* text-align: right; */
  color: #000708;
}

#expand_overview {
  display: none;
}

.overview .col-6,
.overview .col {
  padding: 0;
}

.overview-container,
.project-location-container {
  padding: 0 !important;
}

.overview-img {
  height: 300px !important;
}

/*gallary*/

.slider img {
  height: 90vh;
  width: 100%;
}

/*floor-plans*/

.coming-soon {
  font-size: 16px;
  padding-bottom: 20px;
}

.t1 {
  padding-top: 80px;
}

.t2 {
  padding-top: 50px;
}

.coming-soon img {
  margin-top: 30px;
  margin-bottom: 20px;
  height: 250px;
  width: 90%;
  border: 1px solid #000;
  border-radius: 5px;
}

.floor-plan-links {
  padding-top: 20px;
}

.t1 {
  font-size: 20px;
}

.floor-plan-links span {
  padding: 2px 4px;
  border-radius: 5px;
}

.floor-plan-links span:hover {
  border-bottom: 2px solid #000708;
}

.active-plan {
  border-bottom: 2px solid #000708;
}

#floor_plan_2,
#floor_plan_3 {
  display: none;
}

.floor-info {
  padding-top: 10px;
  padding-left: 20px;
}

.head-sm {
  font-size: 12.5px;
}

.head-lg {
  font-size: 20px;
  font-weight: 700;
}

.int-dsg {
  padding-top: 10px;
}

.cont-info {
  padding: 10px !important;
}

.project-location-container img {
  width: 100%;
}

.p2 {
  padding: 10px;
  font-family: Arial;
}

.info h3 {
  text-align: center;
  color: #000708;
  font-family: Arial;
  font-size: 34px;
  line-height: 34px;
  padding-top: 80px;
  padding-bottom: 50px;
}

.info p {
  text-align: justify;
  color: #828282;
  font-family: Arial;
  font-size: 16px;
  line-height: 27px;
  padding-bottom: 20px;
}

.p3 {
  background-color: #333;
  color: #fff;
  font-family: Arial;
  font-size: 18px;
  line-height: 22px;
  padding: 20px;
  margin-bottom: 0;
  text-align: center;
}

.project-amenities .parallax {
  background-image: url("../images/img16.webp");
  padding-top: 100px;
  padding-left: 50px;
  padding-right: 30px;
}

.project-amenities img {
  max-width: 160px !important;
  padding-top: 30px;
  transition: transform 0.2s;
}

.project-amenities img:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.gallery .sub-title,
.coming-soon .sub-title,
.project-location .sub-title,
.contact-us .sub-title {
  margin-top: 0;
}

.coming-soon .parallax {
  background-image: url("../images/img29.png");
}

.slider img {
  width: 100%;
}

.cont-info {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  background-color: #eef6f7;
}

.cont-info-1 {
  text-align: center;
  font-size: 24px;
  font-family: Arial;
  text-align: center;
}

.cont-info-2 {
  padding: 12px;
  font-size: 16px;
}
.cont-info-2 div {
  display: flex;
  align-items: flex-start;
}
.cont-info-2 div i {
  display: inline-block;
  margin-top: 5px;
  margin-right: 10px;
  padding: 0;
  width: 10px;
}

.cont-info-2 .span2 {
  padding-left: 20px;
}

.cont-info div {
  padding-top: 10px;
}

.span1 {
  padding-left: 37px !important;
}

.cont-info-img3 {
  height: 250px !important;
}

.book {
  background-image: url("../images/img36.webp");
}

.book h3 {
  color: #fff;
  font-family: Arial;
  font-size: 40px;
  letter-spacing: -0.91px;
  line-height: 54px;
  text-align: center;
  padding-top: 70px;
}

.book h5 {
  color: #fff;
  font-family: Arial;
  font-size: 18px;
  letter-spacing: -0.46px;
  line-height: 27px;
  text-align: center;
  padding: 20px 100px;
}

.book button {
  font-weight: 600;
  color: #333;
  border: none;
  border-radius: 15px;
  background-color: #fff;
  text-align: center;
  padding: 10px 35px;
  margin-bottom: 80px;
}

.contact-us h4 {
  padding-top: 70px;
  padding-bottom: 40px;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(to right, #000708 10%, #fff 50%, #75736e 60%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2.5s linear infinite;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

input,
textarea {
  width: 80%;
  margin: 10px !important;
  border: 1px solid #999;
  border-radius: 7px;
  background-color: #fff;
  padding: 10px;
}

.contact-us button {
  border-radius: 36px;
  background-color: #000708;
  color: #fff;
  padding: 10px 30px;
  border: 2px solid rgba(51, 153, 255, 0.08);
  margin-top: 30px;
  margin-bottom: 50px;
}

.contact-us button:hover {
  border: 2px solid #000708;
  color: #1c7a9f;
  background-color: #fff;
}

.footer {
  background-color: #333;
  color: #fff;
}

.footer h4 {
  font-family: Arial;
  font-size: 24px;
  line-height: 27px;
  padding-top: 25px;
}

.footer img {
  max-width: 50px;
  padding: 10px;
}

.footer hr {
  color: #fff;
  border: 2px solid;
}

.footer a {
  color: #fff;
}

.footer h6 {
  font-size: 12px;
  text-align: justify;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.footer span {
  font-size: 12px;
}

.footer a:hover {
  color: #00c0ff;
  text-decoration: none;
}

.form {
  display: none;
  border: 2px solid red;
  position: fixed;
  z-index: 140;
  left: 25%;
  top: 100px;
  width: 50%;
  height: auto;
  overflow: auto;
  padding: 20px !important;
  background-color: aliceblue;
}

.form input {
  /* width: 100%; */
  border: 1px solid #828282;
}

.wa {
  position: fixed;
  bottom: 12px;
  left: 12px;
  z-index: 99;
  outline: none;
  cursor: pointer;
  padding: 0 8px 4px 8px;
}

.wa img {
  width: 50px;
}

#myBtn {
  position: fixed;
  bottom: 70px;
  left: 12px;
  z-index: 99;
  outline: none;
  cursor: pointer;
  padding: 0 8px 4px 8px;
  border: none;
  background-color: transparent;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
}

#myBtn img {
  max-width: 60px;
  background: transparent;
}

.bounce-7 {
  animation-name: bounce-7;
  animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
}

@keyframes bounce-7 {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-100px);
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
  }
  57% {
    transform: translate(0, 0);
    transform: scale(1, 1) translateY(-7px);
  }
  64% {
    transform: translate(0, 0);
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: translate(0, 0);
    transform: scale(1, 1) translateY(0);
  }
}

.contact-form {
  display: none;
  position: fixed;
  z-index: 140;
  top: 20vh;
  width: 100vw;
  animation: 0.5s ease-out 0s 1 anim;
}

.contact-form-col {
  background-color: #fff;
  padding-bottom: 20px;
  border: 1px solid #000;
}

.contact-form-col h5 {
  color: #fff;
  font-weight: 700;
  background: linear-gradient(to right, #000708 10%, #fff 50%, #75736e 60%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2.5s linear infinite;
}

.contact-form-col-1 {
  padding-top: 4px;
}

.contact-form-col input {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #75736e;
}

.sub-btn {
  width: auto !important;
  background-color: #000708;
  color: #fff;
  font-weight: 700;
}

.sub-btn1 {
  margin-top: 15px;
  padding: 4px 8px;
  border-radius: 5px;
  width: auto !important;
  background-color: #000708;
  border: 2px solid #000708;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

.sub-btn1:hover {
  background-color: #fff;
  color: #1c7a91;
}

.contact-form-col i {
  font-size: 20px;
  padding-top: 8px;
  cursor: pointer;
}

.contact-form-col i:hover {
  color: #000708;
}

@keyframes anim {
  0% {
    opacity: 0;
    scale: 0;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}

.floor-plan-links button {
  background-color: #fff;
  border: none;
  border-bottom: 2px solid #fff;
  border-radius: 5px;
  margin-top: 5px;
}

.form-head {
  padding: 5px 0;
  margin: 0;
  width: 100% !important;
  display: flex;
  justify-content: space-between;
}
.form-head img {
  max-width: 40%;
  margin-top: 8px;
}
.price-table {
  position: absolute;
  right: 0;
  top: 0;
  margin: auto;
  margin-top: 90px;
  margin-right: 0;
  bottom: 0;
  width: 300px;
  height: fit-content;
  background-color: #fffe;
  padding: 8px 0 8px 8px;
  border-radius: 8px 0 0 8px;
  z-index: 10;
  box-shadow: 1px 1px 2px 2px #0005;
}

.price-table table,
.price-table tr,
.price-table th,
.price-table td {
  border: 1px solid #333 !important;
}
.price-table .table-title {
  font-size: 16px;
}
.price-table table {
  font-size: 14px;
  letter-spacing: 1px;
}

.price-table th {
  padding: 8px 12px;
}
.price-table td {
  padding: 8px;
}
.price-table .cell-2 button {
  padding: 4px 8px;
  background-color: #000708;
  border: 2px solid #000708;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin-top: 4px;
  box-shadow: 1px 1px 2px 1px #0005;
}
.price-table .cell-2 button:hover {
  background-color: #fff;
  color: #000708;
}
.site-overview {
  position: absolute;
  left: 0;
  /* top: 0; */
  margin: auto !important;
  margin-top: auto !important;
  margin-bottom: auto !important;
  top: 25%;
  width: 300px;
  height: auto !important;
  background-color: #fffe;
  padding: 0;
  border-radius: 0 8px 8px 0;
  z-index: 10;
  box-shadow: 1px 1px 2px 2px #0005;
}
.site-overview .card {
  border: none;
  background-color: transparent;
  padding: 0;
}
.site-overview .card .card-header {
  border: none;
  background-color: #000708;
  padding: 0;
  color: #fff;
  font-weight: 700;
  padding: 4px;
  letter-spacing: 1px;
  font-size: 15px;
}
.site-overview .card .card-body {
  font-size: 14px;
  padding: 8px;
}
.site-overview .card .card-body h6 {
  font-weight: 700;
  margin: 0;
}
.site-overview .card .card-body p {
  margin-bottom: 4px;
  margin-top: 8px;
}
.site-overview .card .card-body p span {
  display: block;
  margin: 0;
  padding: 0;
  line-height: normal;
  font-weight: 600;
}
.site-overview .card .card-body button {
  width: 100%;
  background-color: #000708;
  border: 2px solid #000708;
  border-radius: 4px;
  color: #fff;
  line-height: normal;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 1px 1px 2px 1px #0005;
}
.site-overview .card .card-body button:hover {
  background-color: #fff;
  color: #000708;
}
.site-overview .card .card-body button span {
  font-size: 15px;
  font-weight: bold;
  display: block;
}
.site-overview .card .card-body .button-2 {
  padding: 4px 24px;
  font-size: 18px;
  width: 100%;
}
.site-overview .card .card-footer {
  padding: 0;
  border: none;
  background-color: transparent;
}
.site-overview .card .card-footer p {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 4px;
}
