@font-face {
  font-family: "NeueMontreal", sans-serif;
  src: url("../fonts/NeueMontreal-Light.otf") format("otf"),
    url("../fonts/NeueMontreal-Light.otf") format("otf"),
    url("../fonts/NeueMontreal-Light.otf") format("otf") !important;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "BwGradual-Regular";
  src: url("../fonts/BwGradual/BwGradual-Light.woff") format("woff"),
    url("../fonts/BwGradual/BwGradual-Light.woff") format("woff"),
    url("../fonts/BwGradual/BwGradual-Light.woff") format("woff"),
    url("../fonts/BwGradual/BwGradual-Light.woff") format("woff") !important;
  font-weight: normal;
  font-style: normal;
}

.banner-container {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  animation: zoom-in-out 15s infinite alternate ease-in-out;
}

@keyframes zoom-in-out {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

.owl-prev img,
.owl-next img {
  width: 50px;
  height: 50px;
}

.celeste-banner-head {
  text-align: start;
  width: 50%;
  position: absolute;
  left: 40%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.celeste-banner-head h1 {
  letter-spacing: -1px;
  margin-bottom: 600px;
  font-size: 56px;
  font-weight: 600;
  font-family: "BwGradual-Regular";
  color: aliceblue;
  line-height: 62px;
}

.celeste-about-div {
  padding: 0px 250px;
  position: relative;
}

.celeste-about-div .agree-policy {
  margin-bottom: 20px;
}

.celeste-about-form {
  margin: 0px 0px 0px 75px;
  background: white;
  padding: 30px;
  border: 1px solid #ba987f;
}

.celeste-about-form {}

.celeste-form-head {
  /* padding: 0px 0px 30px 0px; */
  text-align: center;
  font-family: "BwGradual-Regular";
}

.celeste-form-head h1 {
  font-size: 24px;
  margin-bottom: 30px;
}

.form-input-celeste {
  border: 1px solid #ba987f;
  border-radius: 0;
  padding: 10px 13px;
  font-family: "BwGradual-Regular";
  font-size: 10px;
  font-weight: 500;
}

.select-input-celeste {
  border: 1px solid #ba987f;
  border-radius: 0;
  padding: 10px 13px;
  font-family: "BwGradual-Regular";
  font-size: 10px;
  font-weight: 500;
}

.select-input-celeste:focus {
  border: 1px solid #ba987f !important;
  box-shadow: none;
}

.checkbox-input-celeste {
  border: 1.5px solid #ba987f;
  border-radius: 0;
  padding: 10px;
  font-family: "BwGradual-Regular";
}

.celeste-label-input {
  color: #000;
  border-radius: 0;
  font-family: "BwGradual-Regular";
  padding: 10px;
  font-size: 12px;
  font-weight: 300;
}

.agree-policy {
  margin-bottom: 40px;
}

.submit-button-celeste {
  background-color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 280px;
  border: 2px solid #000;
  padding: 11px 33px 11px 26px;
}

.submit-button-celeste h6 {
  font-weight: 600;
  font-family: "BwGradual-Regular";
  letter-spacing: 1px;
  margin-bottom: 0px;
  color: #fff;
  background: #000;
  font-size: 20px;
}

.submit-button-celeste h6 {}

.about-para-celeste {
  padding: 0px 80px 50px 0px;
  text-align: start;
  font-family: "BwGradual-Regular";
}

.about-section-celeste {
  padding-top: 80px;
}

.about-para-celeste img {
  /* padding-top: 100px; */
  width: 120px;
}

.about-para-celeste h1 {
  font-size: 40px;
  color: #ba987f;
  margin-bottom: 30px;
}

.about-para-celeste p {
  font-family: "BwGradual-Regular";
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
}

.celeste-second-banner img {
  width: 100%;
}

.celeste-slider-main {
  padding: 0px 250px;
}

.celeste-slider-head {
  text-align: center;
}

.celeste-slider-head h1 {
  font-size: 45px;
  color: #ba987f;
  margin-bottom: 30px;
  font-family: "BwGradual-Regular";
}

.celeste-owl-slider {
  position: relative;
}

.celeste-owl-slider .owl-nav button {}

.celeste-owl-slider .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 50px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent !important;
  color: #fff;
  text-decoration: none;
}

.celeste-owl-slider .owl-nav .owl-prev span {
  border: 1px solid #fff;
  padding: 10px 20px;
  font-size: 25px;
  color: white;
}

.celeste-owl-slider .owl-nav .owl-prev span:hover {
  border: 1px solid #000;
  padding: 10px 20px;
  font-size: 25px;
  color: #000;
  background-color: transparent !important;
}

.celeste-owl-slider .owl-nav button.owl-prev {
  margin-left: 50px;
}

.celeste-owl-slider .owl-nav button.owl-next {
  margin-right: 50px;
}

.owl-prev {}

.celeste-owl-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 0%;
  width: 50px;
}

.celeste-owl-slider .owl-nav .owl-next span {
  border: 1px solid #fff;
  padding: 10px 20px;
  font-size: 25px;
  color: white;
  background-color: none;
}

.celeste-owl-slider .owl-nav .owl-next span:hover {
  border: 1px solid #000;
  padding: 10px 20px;
  font-size: 25px;
  color: #000;
  background-color: transparent !important;
}

.celeste-second-banner img {
  width: 100%;
}

.celeste-designe-inspire-main-div {
  padding: 0px 250px;
}

.celeste-designe-inspire-main {
  /* padding-left: 100px; */
  /* padding-top: 150px; */
  /* padding-right: 150px; */
}

.celeste-designe-inspire-main-second {
  /* padding-top: 170px; */
  /* padding-left: 150px; */
}

.celeste-designed-inspire h1 {
  font-size: 40px;
  font-family: "BwGradual-Regular";
  margin-bottom: 30px;
  font-weight: 800;
}

.celeste-designed-inspire {
  /* margin-bottom: 100px; */
}

.celeste-designed-inspire p {
  font-family: "BwGradual-Regular";
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
}

.celeste-designed-icons {}

.celeste-designed-head-icons {
  /* width: 240px; */
}

.celeste-designed-head-icons h1 {
  font-size: 14px;
  font-family: "BwGradual-Regular";
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 20px;
}

.celeste-designed-head-icons h1:hover {
  color: #ba987f;
}

.celeste-designed-head-icons-contents {
  margin-left: -15px;
}

.celeste-designed-head-icons-contents h1 {
  font-size: 16px;
  font-family: "BwGradual-Regular";
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 24px;
}

.designed-hr {
  /* width: 100%; */
  height: 2px;
  margin: 5px 16px 28px 16px;
  background: #e9e0dc;
  opacity: 0.6;
}

.celeste-designed-inspire-footer-para p {
  font-family: "BwGradual-Regular";
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
}

.celeste-designed-icons img {
  width: 100px;
}

.beyond-ordinary-img {
  /* padding-left: 120px; */
}

.beyond-ordinary-img img {
  width: 100%;
}

.beyond-ordinay-main {
  padding: 0px 250px;
}

.beyond-ordinay {
  background-color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  border: 2px solid #000;
  padding: 8px 33px 8px 26px;
}

.beyond-ordinay h6 {
  font-weight: 600;
  font-family: "BwGradual-Regular";
  letter-spacing: 1px;
  margin-bottom: 0px;
  color: #fff;
  background: #000;
  font-size: 20px;
}

.beyond-ordinary-head h1 {
  font-family: "BwGradual-Regular";
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 30px;
  color: #ba987f;
}

.beyond-ordinary-head p {
  font-family: "BwGradual-Regular";
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 50px;
  color: #ba987f;
}

.elevated-living {
  padding: 0px 250px;
}

.elevated-living-head {
  /* margin-bottom: 50px; */
}

.elevated-living-head h1 {
  font-size: 40px;
  text-align: center;
  font-family: "BwGradual-Regular";
  color: #ba987f;
  margin-bottom: 30px;
}

.elevated-blocks {
  margin-bottom: 10px;
}

.elevated-blocks {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.elevated-blocks img {
  width: 75%;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.explore-elevated-end {
  text-align: end;
}

.explore-elevated-center {
  text-align: center;
}

.explore-elevated-start {
  text-align: start;
}

.elevated-blocks img:hover {
  transform: scale(1.02);
}

.elevated-head {
  padding: 0px 30px 0px 0px;
}

.elevated-head h1 {
  font-weight: 800;
  margin-bottom: 20px;
  font-size: 12px;
  color: #ba987f;
  font-family: "BwGradual-Regular";
}

.specification-know {
  padding: 0px 250px;
}

.specification-tab IMG {
  width: 100%;
  pointer-events: all;
  /* padding: 30px; */
  object-fit: contain;
}

.speci {
  padding: 40px;
}

.specification-head h1 {
  text-align: center;
  font-size: 40px;
  font-family: "BwGradual-Regular";
  color: #ba987f;
  margin-bottom: 30px;
}

.specification-div {
  position: relative;
}

.pagination {
  position: absolute;
  bottom: 0px;
}

.pagination button {
  padding: 0px;
  border: none;
  height: fit-content;
  background: none;
}

.pagination img {
  background: black;
  width: 20px;
}

.pagenumber {
  opacity: 0.8;
  font-size: 14px;
  font-family: "BwGradual-Regular";
  /* margin-top: -6px; */
  padding: 6px 10px;
  height: fit-content;
}

.specification-title h1 {
  font-size: 18px;
  font-weight: 400;
  font-family: "BwGradual-Regular";
}

.specification-inner-head p {
  font-size: 14px;
  font-family: "BwGradual-Regular";
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 20px;
  margin-bottom: 15px;
  text-align: justify;
}

.specification-inner-head h1 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 24px;
}

.specification-inner-head ul {
  padding-left: 1rem;
}

.specification-inner-head ul li {
  font-size: 14px;
  font-family: "BwGradual-Regular";
  font-weight: 600;
  line-height: 20px;
  text-align: justify;
}

.specification-inner-head ol {
  padding-left: 1rem;
  margin-bottom: 10px;
}

.specification-inner-head ol li {
  font-size: 14px;
  font-family: "BwGradual-Regular";
  font-weight: 600;
  line-height: 20px;
  text-align: justify;
}

.specification-tab {}

.specification-tab .nav .nav-item {
  width: 150px;
  /* margin-right: 10px; */
  /* margin: 0px 5px; */
}

.specification-tab .nav .nav-item .nav-link.active {
  margin-top: 0px;
  background-color: #000;
  font-family: "BwGradual-Regular";
  border-radius: 0px;
  color: #fff;
}

.specification-tab .nav .nav-item .nav-link {
  margin-top: 0px;
  font-family: "BwGradual-Regular";
  width: 100%;
  border-radius: 0px;
  padding: 10px 0px;
  border: 1px solid black;
  margin-bottom: 5px;
  color: #000;
  font-size: 10px;
}

.specification-tab .nav .nav-item .nav-link:hover {
  color: #ba987f;
  background-color: #000;
}

.specification-tab {
  /* margin-bottom: 60px; */
}

.specification-tab .nav-pills {
  display: flex;
  justify-content: space-between;
}

.appartment-highlight .nav-pills {
  display: flex;
  justify-content: start;
  margin-bottom: 40px;
}

.specification-desc {
  border: 1px solid black;
}

.floor .nav-pills {
  display: flex;
  justify-content: flex-start;
}

.floor {
  padding: 40px;
}

.appartment-highlight {
  /* padding: 75px; */
}

.floor .nav .nav-item {
  width: 100px;
  margin-right: 10px;
}

.floor .nav .nav-item .nav-link {
  margin-top: 0px;
  font-family: "BwGradual-Regular";
  width: 100%;
  border-radius: 0px;
  padding: 10px 0px;
  border: 1px solid black;
  color: #000;
  font-size: 10px;
}

.status-block img {
  width: 100%;
}

.status-block .status-head h1 {
  font-size: 15px !important;
  font-family: "BwGradual-Regular";
}

.appartment-highlight {
  /* padding: 75px; */
  padding: 40px;
}

.appartment-highlight .nav .nav-item {
  margin-right: 15px;
}

.appartment-highlight .nav .nav-item .nav-link {
  margin-top: 0px;
  font-family: "BwGradual-Regular";
  width: 100%;
  border-radius: 0px;
  padding: 10px 0px;
  border: 1px solid black;
  color: #000;
  font-size: 10px;
}

.tower-highlights {
  /* padding: 50px 0px; */
}

.tower-highlights-hr {
  opacity: 1;
  border-top: 1px solid #ba987f;
  margin: 5px 10px 30px 10px;
}

.tower-highlights-div {
  /* padding-right: 100px; */
}

.tower-highlights-block {}

.optional h1 {
  font-size: 20px;
  font-family: "BwGradual-Regular";
  text-align: start;
  padding: 0px 24px;
  margin-bottom: 0px;
  line-height: 26px;
  font-weight: 800;
}

h1.optional-heading {
  font-size: 14px;
  font-weight: bold;
  font-family: "BwGradual-Regular";
}

.location-map img {
  width: 100%;
}

.project-highlights {
  /* padding: 50px 0px; */
}

.project-highlights .tower-highlights-block .celeste-designed-icons img {
  width: 50px !important;
  text-align: center;
}

.project-highlights-image {
  text-align: center;
}

.project-highlights-main {
  margin-bottom: 15px;
}

.floor-desc {
  /* padding: 50px; */
}

.commonarea-tab img {
  padding: 30px 0px 0px 30px;
}

.commonarea-tab {
  display: flex;
}

.common-area-desc {
  /* margin-top: auto; */
  width: 200px;
  padding-top: 40px;
}

.common-area-desc .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  padding: 0px 0px 6px 0px;
  font-family: "BwGradual-Regular";
  border-radius: 0px;
  color: #ba987f;
  font-size: 10px;
  border-bottom: 1px solid #000;
  background-color: #fff;
}

.common-area-desc .nav-pills .nav-link {
  padding: 0px 0px 6px 0px;
  font-family: "BwGradual-Regular";
  border-radius: 0px;
  color: #000;
  font-size: 10px;
  border-bottom: 1px solid #000;
  background-color: #fff;
}

.technical-partners-sub img {
  width: 100%;
}

.technical-partners-sub-img {
  padding: 20px 100px;
}

.technical-partners-sub {
  width: 350px;
  border: 1px solid #9aa0a6;
  /* margin: 50px; */
}

.technical-partners-head h1 {
  text-align: center;
  font-size: 40px;
  font-family: "BwGradual-Regular";
  color: #ba987f;
  margin-bottom: 30px;
}

.technical-partners {
  padding: 0px 80px;
}

.technical-head {
  text-align: center;
}

.technical-head h1 {
  font-size: 20px;
  font-family: "BwGradual-Regular";
  margin-bottom: 40px;
  color: #636363;
}

.technical-partners-sub:hover .technical-head h1 {
  color: #ba987f;
}

.submit-bg {
  background: url(../images/galaxy-button/Arrow_White_real.png) left 28px center no-repeat #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff !important;
  padding: 10px 30px 10px 120px;
  border-radius: 0;
  width: max-content;
}

.submit-bg:hover {
  color: #000 !important;
  background: url(../images/galaxy-button/Arrow_Black_real.png) left 28px center no-repeat #fff;
  border: 1px solid #000 !important;
}

.availability {
  padding: 40px;
}

.technical-parterners {
  display: flex;
  justify-content: space-between;
}

.career-form .form-col .submit-bg,
.submit-bg {
  background: url(../images/galaxy-button/Arrow_White_real.png) left 28px center no-repeat #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 30px 10px 120px;
  border-radius: 0;
  width: max-content;
}

.career-form .form-col .submit-bg:hover,
.submit-bg:hover {
  color: #000;
  background: url(../images/galaxy-button/Arrow_Black_real.png) left 28px center no-repeat #fff;
  border: 1px solid #000
}



.modal-div-speci {
  display: none;
  position: fixed;
  z-index: 2999 !important;
  /* padding: 300px; */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #565656;



}

/* Modal Content */
.modal-content-div-speci {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 999;
}

.modal-content-div-speci img {
  padding: 0 !important;


}

.elevated-blocks img:hover {
  transform: scale(1.02);
}

.modal-content-div-speci img:hover {
  transform: scale(1.0);
}

.speci-close {
  position: absolute;


  color: #ba987f !important;
  position: absolute;
  right: 40px;
  padding: 2px 8px;
  top: 40px;
  font-size: 14px;
  background: transparent;
  border: 0;

  cursor: pointer;
  border: 1px solid #ba987f;


}


.speci-close-desk,
.speci-close-mob img {
  width: 30px;
}




.zoom-img-container {
  width: 200px !important;
  overflow: hidden !important;
  position: relative !important;
}

.zoom-img {
  /* display: block; */
  max-width: 100% !important;
  transition: transform 0.5s ease !important;
}

.zoom-controls {
  top: 0px;
  left: 40px;

  top: 40px;
  position: absolute;
}

.zoom-controls button {
  padding: 2px 8px;
  margin-right: 3px;
  background: transparent;
  color: #ba987f;
  border: 1px solid #ba987f;
}

@media only screen and (max-width: 992px) and (min-width: 568px) {

  .modal-div-speci {
    padding-top: 100px;
  }

  .modal-content-div-speci {

  }

  


}

@media only screen and (min-width: 568px) {
  .zoom-controls {
    display: none;
  }
}

@media only screen and (max-width: 1500px) and (min-width: 1300px) {
  .modal-div-speci {

    padding: 100px;




  }

  .speci-close {
    right: -40px;
    padding: 2px 8px;
    top: -60px;
  }
}

@media only screen and (max-width: 1800px) and (min-width: 1500px) {
  .modal-div-speci {

    padding: 300px 200px;



  }

  .speci-close {
    right: -40px;
    padding: 2px 8px;
    top: -240px;
  }

}

@media only screen and (min-width: 1800px) {
  .modal-div-speci {

    padding: 300px 300px;



  }

  .speci-close {
    right: -40px;
    padding: 2px 8px;
    top: -260px;
  }

}

@media only screen and (max-width: 568px) {

  .modal-div-speci {
   
    padding: 0px;
  }

  .modal-content-div-speci img {
    padding: 0;
    width: 100%;


  }

  .modal-content-div-speci {

    
  }

}