.body-overflow-hidden {
  overflow: hidden !important;
}

.footer input:-webkit-autofill,
.footer input:-webkit-autofill:hover,
.footer input:-webkit-autofill:focus,
.footer input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
}

.header input:-webkit-autofill,
.header input:-webkit-autofill:hover,
.header input:-webkit-autofill:focus,
.header input:-webkit-autofill:active {
  background-color: transparent !important;
  transition: background-color 5000s ease-in-out 0s;
  /* -webkit-text-fill-color: #d7d7d7 !important; */
}


.main-title h2 {
  color: #191919;
  text-align: center;
  font-size: 102px;
  font-style: normal;
  font-weight: 400;
  line-height: 102px;
  font-family: "DM Sans", sans-serif;
}

@media (max-width: 992px) {
  .main-title h2 {
    font-size: 82px;
  }
}

@media (max-width: 576px) {
  .main-title h2 {
    font-size: 36px;
    line-height: 50px;
  }
}

/*	----------------------------------------------------
	------ button-outline-dark
	---------------------------------------------------- */

.main-outline-dark__button {
  position: relative;
}

.main-outline-dark__button button {
  background-color: transparent;
  border-radius: 34px;
  border: 1px solid #ebebeb;
  padding: 18px 35px;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}

.main-outline-dark__button-text {
  color: #ebebeb;
  text-align: right;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}

.main-outline-dark__button-bg {
  background-color: #ebebeb;
  width: 100%;
  height: 100%;
  border-radius: 34px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  transition: all 0.5s;
}

.main-outline-dark__button button:hover {
  border: 1px solid #ebebeb;
}

.main-outline-dark__button button:hover .main-outline-dark__button-text {
  color: #000;
}

.main-outline-dark__button button:hover .main-outline-dark__button-bg {
  transform: translateY(0);
}

/*	----------------------------------------------------
	------ button-outline-light
	---------------------------------------------------- */

.main-outline-light__button {
  position: relative;
}

.main-outline-light__button button {
  background-color: transparent;
  border-radius: 34px;
  border: 1px solid #000;
  padding: 18px 35px;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}

.main-outline-light__button-text {
  color: #000;
  text-align: right;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}

.main-outline-light__button-bg {
  background-color: #ebebeb;
  width: 100%;
  height: 100%;
  border-radius: 34px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  transition: all 0.5s;
}

.main-outline-light__button button:hover {
  border: 1px solid #ebebeb;
}

.main-outline-light__button button:hover .main-outline-light__button-text {
  color: #ebebeb;
}

.main-outline-light__button button:hover .main-outline-light__button-bg {
  transform: translateY(0);
}

/*	----------------------------------------------------
	------ button-light
	---------------------------------------------------- */

.main-light__button {
  position: relative;
}

.main-light__button button {
  background-color: #ebebeb;
  border-radius: 34px;
  border: 1px solid #ebebeb;
  padding: 18px 35px;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}

.main-light__button-text {
  color: #000;
  text-align: right;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}

.main-light__button-bg {
  background-color: #000;
  width: 100%;
  height: 100%;
  border-radius: 34px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  transition: all 0.5s;
}

.main-light__button button:hover {
  border: 1px solid #000;
}

.main-light__button button:hover .main-light__button-text {
  color: #ebebeb;
}

.main-light__button button:hover .main-light__button-bg {
  transform: translateY(0);
}

/*	----------------------------------------------------
	------ button-form
	---------------------------------------------------- */

.main-form__button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.main-form__button::before {
  background: none !important;
}

.main-form__button::after {
  background: none !important;
}

.main-form__button button {
  background-color: transparent;
  border-radius: 34px;
  border: 1px solid #000;
  padding: 18px 35px;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}

.main-form__button-text {
  color: #000;
  text-align: right;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}

.main-form__button-bg {
  background-color: #000;
  width: 100%;
  height: 100%;
  border-radius: 34px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  transition: all 0.5s;
}

.main-form__button button:hover {
  border: 1px solid #ebebeb;
}

.main-form__button button:hover .main-form__button-text {
  color: #ebebeb;
}

.main-form__button button:hover .main-form__button-bg {
  transform: translateY(0);
}

/*	----------------------------------------------------
	------ button-form-light
	---------------------------------------------------- */

.main-form-light__button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.main-form-light__button::before {
  background: none !important;
}

.main-form-light__button::after {
  background: none !important;
}

.main-form-light__button button {
  background-color: transparent;
  border-radius: 34px;
  border: 1px solid #ebebeb;
  padding: 18px 35px;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}

.main-form-light__button-text {
  color: #ebebeb;
  text-align: right;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}

.main-form-light__button-bg {
  background-color: #ebebeb;
  width: 100%;
  height: 100%;
  border-radius: 34px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  transition: all 0.5s;
}

.main-form-light__button button:hover {
  border: 1px solid #000;
}

.main-form-light__button button:hover .main-form-light__button-text {
  color: #000;
}

.main-form-light__button button:hover .main-form-light__button-bg {
  transform: translateY(0);
}

/*	----------------------------------------------------
	------ header
	---------------------------------------------------- */
/* .header.menu-open  {
  background: #d7d7d7 !important;
} */
.header-bg {
  background: #d7d7d7 !important;

}

/* .header.light  {
  background: transparent !important;
} */
.header #site-navigation {
  display: block;
  overflow: hidden;
}

.header .header-wrapper {
  justify-content: space-between;
}

.header .header-align-left {
  height: 56px;
}

.header .wrapper::after {
  display: none;
}

.header .nayla-button {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header .nayla-button.fill.icon-right a,
.nayla-button.outline.icon-right a {
  padding-right: 1.5rem;
}

.header .site-navigation__even {
  flex-basis: 45%;
  max-width: 45%;
}

.header .site-navigation__odd {
  flex-basis: 45%;
  max-width: 45%;
}

.header .fullscreen-menu-wrapper {
  justify-content: space-between;
}

.header .menu-toggle {
  margin-left: 47px;
}

.header.light .header-phone {
  margin-right: 10px;
  color: #fff;
  text-transform: uppercase;
}

.header .header-phone {
  margin-right: 10px;
  color: #000;
  text-transform: uppercase;
}

.header.light .nayla-button.outline a::after {
  background: #000;
}

.header .header-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.site-navigation__even .text-wrapper {
  margin-top: 15px;
  padding-bottom: 56px;
  transform: initial !important;
}

.header .nayla-form {
  transform: initial !important;
}

.header .nayla-form>form .field-wrap {
  padding: 23px 0;
  margin-bottom: 10px;
}

.header .nayla-form>form .send-wrap {
  padding: 0;
  margin-top: 56px;
}

.header .fullscreen-menu-wrap-bottom {
  justify-content: space-between;
  align-items: flex-start;
}

.header .fullscreen-menu-wrap-bottom .maskDown {
  flex-basis: 65%;
  max-width: 65%;
  margin-top: -150px;
}

.header .fullscreen-menu-wrap-bottom .maskDown .nayla-video {
  width: auto;
}

.header .fullscreen-menu-wrap-bottom .fadeDown {
  flex-basis: 50%;
  max-width: 50%;
  width: 100%;
  display: flex;
  gap: 50px;
  transform: none !important;
}

.header__form-title .text-h6 {
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.5px;
  /* 150% */
  text-transform: uppercase;
}

.header__form__input .iti__flag-container .form-control {
  padding-left: 110px;
}

.header__form__input {
  padding: 0 !important;
}

.header__form__input .form-control {
  background-color: transparent !important;
  border: none;
  border-bottom: 1px solid rgba(25, 25, 25, 0.15);
  border-radius: 0;
  width: 100%;
  padding: 25px 0;
}

.header__form__input .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #191919;
  background-color: transparent !important;
}

.header__form__input .form-control::placeholder {
  color: #191919;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
}

.header__form .main-form__button {
  margin-top: 30px;
  justify-content: flex-start;
}

.header__form .main-form__button button {
  padding: 18px 52px;
}

.header__video {
  width: 345px;
  height: 200px;
}

.header__video img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header__video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header__contact a {
  text-transform: uppercase;
}

/* .header-phone-desctop {
  display: block !important;
} */
.header-phone-mobile {
  display: none !important;
}

.header .nayla-button-telegram.underline.icon-right::before {
  content: url(../img/telegram.svg);
}

.header .nayla-button-telegram.underline.icon-right::after {
  content: url(../img/telegram.svg);
}

.header .nayla-button-whatsapp.underline.icon-right::before {
  content: url(../img/whatsapp.svg);
}

.header .nayla-button-whatsapp.underline.icon-right::after {
  content: url(../img/whatsapp.svg);
}

.header .nayla-button.underline.icon-right a {
  padding-right: 40px;
}

.header .nayla-button.underline.icon-right a:hover {
  padding-left: 40px;
}

.header .nayla-button a:hover {
  border-color: #000;
}

@media (max-width: 992px) {
  .header-text-center {
    display: none;
  }

  #site-navigation.fullscreen_menu .fullscreen-menu-wrapper .fullscreen-menu-wrap-bottom {
    margin-top: 0 !important;
    align-items: flex-start;
  }
}

@media (max-width: 576px) {
  .header {
    height: 60px;
  }

  .header .header-wrapper {
    padding: 0;
  }

  .header .header-align-left {
    height: 100%;
    order: 1;
  }

  #site-navigation.fullscreen_menu .fullscreen-menu-wrapper {
    padding-top: 30px;
  }

  .header-phone-desctop {
    display: none !important;
  }

  .header-phone-mobile {
    display: flex !important;
    order: 3;
  }

  .header .header-phone-mobile svg #header-phone-icon-1 {
    fill: #fff;
  }

  .header .header-phone-mobile svg #header-phone-icon-2 {
    fill: #000;
  }

  .header.header-bg .header-phone-mobile svg #header-phone-icon-1 {
    fill: #000;
  }

  .header.header-bg .header-phone-mobile svg #header-phone-icon-2 {
    fill: #fff;
  }

  .header .site-branding {
    order: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .header .menu-toggle {
    margin-left: 0;
    order: 1;
  }

  .header .site-navigation__even {
    order: 2;
    flex-basis: 100%;
    max-width: 100%;
  }

  .header .site-navigation__odd {
    flex-basis: 100%;
    max-width: 100%;
    order: 1;
  }

  .site-header {
    padding: 1em 0;
  }

  .site-navigation-wrapper {
    padding-top: 100px;
  }

  .site-navigation-wrapper .fullscreen-menu-wrap-bottom {
    display: none !important;
  }

  #site-navigation.fullscreen_menu ul.menu.main-menu li {
    font-size: 28px;
  }

  .site-navigation__even .text-wrapper {
    display: none;
  }

  .header__form__input .form-control {
    padding: 15px 0;
  }

  .header__form .main-form__button {
    /* margin-top: 0; */
    display: flex !important;
    justify-content: center;
  }

  #site-navigation.fullscreen_menu.active {
    overflow: hidden;
  }
}

@media (max-width: 380px) {
  #site-navigation.fullscreen_menu ul.menu.main-menu li {
    font-size: 20px;
  }
}

/*	----------------------------------------------------
	------ banner
	---------------------------------------------------- */

.banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.banner__bg {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg,
      rgba(19, 19, 19, 0.5) 0%,
      rgba(19, 19, 19, 0.5) 100%);
  z-index: 1;
}

.banner__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.banner__subtitle {
  text-align: center;
  padding-bottom: 40px;
}

.banner__subtitle span {
  text-align: center;
  color: #ebebeb;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 42px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: -1.681px;
}

.banner__title {
  text-align: center;
  padding-bottom: 60px;
}

.banner__title h2 {
  color: #d7d7d7;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 150px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.5px;
  margin-bottom: 10px;
  overflow: hidden;
}

.banner__button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.banner__button button {
  background-color: transparent;
  border-radius: 34px;
  border: 1px solid #ebebeb;
  padding: 18px 35px;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}

.banner__button-text {
  color: #ebebeb;
  text-align: right;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  position: relative;
  z-index: 1;
}

.banner__button-bg {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  transition: all 0.5s;
}

.banner__button button:hover {
  border: 1px solid #000;
}

.banner__button button:hover .banner__button-bg {
  transform: translateY(0);
}

.banner__bg-desctop {
  width: 100%;
  height: 100%;
  display: block;
}

.banner__bg-mobile {
  width: 100%;
  height: 100%;
  display: none;
}

@media (max-width: 1280px) {
  .banner__subtitle span {
    font-size: 35px;
  }

  .banner__title h2 {
    font-size: 100px;
  }
}

@media (max-width: 992px) {
  .banner__subtitle {
    padding-bottom: 20px;
  }

  .banner__title {
    padding-bottom: 30px;
  }

  .banner__bg-desctop {
    display: none;
  }

  .banner__bg-mobile {
    display: block;
  }
}

@media (max-width: 576px) {
  .banner__subtitle span {
    font-size: 20px;
  }

  .banner__title h2 {
    font-size: 50px;
  }
}

/*	----------------------------------------------------
	------ about
	---------------------------------------------------- */
.about {
  overflow: hidden;

}

.about .text-wrapper h2 {
  margin-bottom: 80px;
}

.about .linesMask-right {
  float: right;
}

.about__headline {
  margin-bottom: 0;
}

.about-wrapper {
  justify-content: space-between;
}

@media (max-width: 992px) {
  .about .text-wrapper h2 {
    margin-bottom: 50px;
  }

  .about .text-wrapper h6 {
    display: none;
  }

  .about-wrapper {
    flex-direction: column;
  }

  .about .about-wrapper-col {
    width: 100% !important;
  }

  .about .single-image {
    margin-bottom: 50px;
  }

  .about .about-img {
    width: 100%;
  }

  .about .self-center {
    display: none;
  }

  .about-wrapper .text-wrapper {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .about .text-wrapper h2 {
    margin-bottom: 30px;
  }

  .about .about-img {
    padding: 0;
  }

  .about .about-wrapper-col {
    padding: 0;
  }

  .about .single-image {
    margin-bottom: 30px;
  }

  .about-wrapper .text-wrapper {
    margin-bottom: 20px;
  }
}

/*	----------------------------------------------------
	------ amenities
	---------------------------------------------------- */

.amenities {
  padding-top: 100px;
  overflow: hidden;
  padding-bottom: 200px;

}

.amenities .info-box-content {
  margin-top: 60px;
}

.amenities-wrapper:last-of-type {
  margin-top: 50px;
}

@media (max-width: 992px) {
  .amenities {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .amenities-wrapper {
    flex-direction: column;
  }

  .amenities-wrapper-col {
    width: 100% !important;
    transform: initial !important;
  }

  .amenities-wrapper-col .nayla-info-box {
    justify-content: center;
  }

  .amenities .info-box-content {
    margin-top: 30px;

  }
}

@media (max-width: 576px) {
  .amenities-wrapper-col {
    padding: 0;
  }

  .amenities-wrapper-col .nayla-info-box {
    padding: 25px;
    --height: 400px !important;
  }
}

/*	----------------------------------------------------
	------ brochure
	---------------------------------------------------- */

.brochure {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 0;
}

.brochure .wrapper {
  width: 100%;
  justify-content: center;
  align-items: center;
  overflow: visible;
}

.brochure__wrapper {
  height: 300vh;
  position: relative;
  width: 100%;
}

.brochure__container {
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.brochure__title {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
}

.brochure__content {
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}

.brochure__even {
  width: 100%;
  position: relative;
  z-index: 2;
  height: 100%;
}

.brochure__odd {
  width: 100%;
  left: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-left: 20px;
}

.brochure__form .text-wrapper {
  padding-bottom: 60px;
}

.brochure__form__input .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(25, 25, 25, 0.15);
  border-radius: 0;
  width: 100%;
  padding: 20px 0;
}

.brochure__form__input .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #191919;
}

.brochure__form__input .form-control::placeholder {
  color: #191919;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
}

.brochure__form .main-form__button {
  margin-top: 30px;
  justify-content: flex-start;
}

.brochure__form .main-form__button button {
  padding: 18px 52px;
}

.brochure__images {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}

.brochure__images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brochure__img {
  max-width: 540px;
  max-height: 540px;
  width: 100%;
  height: 100%;
}

.brochure__img-first {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 28px 28px 27px 0px rgba(0, 0, 0, 0.35);
  z-index: 3;
}

.brochure__img-second {
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: -28px 28px 27px 0px rgba(0, 0, 0, 0.15);
  z-index: 2;
  transform: translate(-50%, -50%);
}

.brochure__img-third {
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: -28px 28px 27px 0px rgba(0, 0, 0, 0.15);
  z-index: 1;
  transform: translate(-50%, -50%);
}

@media (max-width: 1440px) and (max-height: 700px) {
  .brochure__img {
    min-width: 440px;
    min-height: 440px;
  }
}

@media (max-width: 1440px) {
  .brochure__title {
    left: 20%;
  }

  .brochure__img {
    min-width: 440px;
    min-height: 440px;
  }
}

@media (max-width: 1280px) {
  .brochure__content {
    gap: 0;
  }

  .brochure__title {
    left: 22%;
  }
}

@media (max-width: 992px) {
  .brochure {
    background-color: #000;
    margin-top: 50px;
    padding-top: 50px;
  }

  .brochure__wrapper {
    height: 100%;
  }

  .brochure__container {
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: relative;
  }

  .brochure__title {
    position: initial;
    text-align: center;
    transform: initial;
    width: 100%;
  }

  .brochure__title h2 {
    color: #fff;
  }

  .brochure__content {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
  }

  .brochure__even {
    height: 50vh;
  }

  .brochure__odd {
    height: 100%;
    padding-left: 0;
    margin-top: 50px;
    padding-top: 50px;
  }

  .brochure__images {
    position: initial;
    transform: initial;
  }
	.brochure__img {
		max-width:440px;
		max-height:440px;
	}
  .brochure__img-first {
    transform: translate(-45%, -50%);
	  
  }

  .brochure__img-second {
    transform: translate(-55%, -45%) rotate(-5deg);
  }

  .brochure__img-third {
    transform: translate(-60%, -40%) rotate(-10deg);
  }

  .brochure__form {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 50px;
  }

  .brochure__form .text-wrapper {
    display: none;
  }

  .brochure__form__input .form-control {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  }

  .brochure__form__input .form-control:focus {
    border-bottom: 1px solid rgba(255, 255, 255, 0.70);
  }

  .brochure__form__input .form-control::placeholder {
    color: rgba(255, 255, 255, 0.60);
  }

  .brochure__form__input .iti__selected-dial-code {
    color: rgba(255, 255, 255, 0.60);
  }

  .brochure input:-webkit-autofill,
  .brochure input:-webkit-autofill:hover,
  .brochure input:-webkit-autofill:focus,
  .brochure input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
  }

  .brochure__form .main-form__button {
    justify-content: center;
  }

  .brochure__form .main-form__button button {
    border: 1px solid #fff;
  }

  .brochure__form .main-form__button-text {
    color: #fff;
  }

  .brochure__form .main-form__button-bg {
    background-color: #fff;
  }

  .brochure__form .main-form__button button:hover .main-form__button-text {
    color: #000;
  }
}

@media (max-width: 768px) {
  .brochure__title {
    padding-bottom: 50px;
  }

  .brochure__even {
    height: 40vh;
  }

  .brochure__img {
	  max-width:340px;
	  max-height:340px;
    min-width: 340px;
    min-height: 340px;
  }
}

@media (max-width: 576px) {
  .brochure__even {
    height: 30vh;
  }

  .brochure__img {
	  max-width:240px;
    min-width: 240px;
    min-height: 240px;
  }

  .brochure__form__input .form-control {
    padding: 15px 0;
  }
}

/*	----------------------------------------------------
	------ gallery
	---------------------------------------------------- */

.gallery {
  overflow: hidden;
  padding-top: 100px;

}

.gallery .main-title {
  padding-bottom: 80px;
  text-align: center;
  width: 100%;
}

.gallery-container-desctop {
  display: block;
}

.gallery-container-mobile {
  display: none;
}

.gallery .showcase-carousel .sc-lines {
  z-index: 0;
}

.gallery .showcase-carousel .sc-images.swiper-container {
  z-index: 1;
}

.gallery .showcase-footer.wrapper {
  bottom: 100px;
}

.gallery .showcase-footer-center .text-wrapper {
  text-decoration: underline;
}

.gallery .showcase-footer .text-wrapper svg {
  padding-left: 5px;
}

.gallery .showcase-footer.dark .text-wrapper svg {
  padding-left: 5px;
}

.gallery .showcase-footer.light .text-wrapper svg {
  padding-left: 5px;
}

.gallery .showcase-carousel .text-wrapper svg path {
  fill: #fff;
}

.gallery .showcase-carousel.dark .text-wrapper svg path {
  fill: #000;
}

.gallery .showcase-carousel.light .text-wrapper svg path {
  fill: #fff;
}

.sfc-overlay {
  transition: background-color 0.5s;
  background-color: #D2CBC5;
}

.sfc-overlay-0 {
  background-color: #D2CBC5;
}

.sfc-overlay-1 {
  background-color: #636C70;
}

.sfc-overlay-2 {
  background-color: #F0F0F0;
}

.sfc-overlay-3 {
  background-color: #A2AAB5;
}

.sfc-overlay-4 {
  background-color: #D2CBC5;
}

.sfc-overlay-5 {
  background-color: #636C70;
}

.sfc-overlay-6 {
  background-color: #F0F0F0;
}

.sfc-overlay-7 {
  background-color: #A2AAB5;
}

.gallery__swiper-body {
  height: 100%;
  position: relative;
  width: 100vw;
}

.gallery__swiper-even {
  height: 100vh;
  position: relative;
  z-index: -1;
  width: 100%;
}

.gallery__swiper-bg {
  height: 100vh;
}

.gallery__swiper-main .gallery__swiper-slide:nth-child(1) .gallery__swiper-bg {
  background-color: #D2CBC5;
}

.gallery__swiper-main .gallery__swiper-slide:nth-child(2) .gallery__swiper-bg {
  background-color: #636C70;
}

.gallery__swiper-main .gallery__swiper-slide:nth-child(3) .gallery__swiper-bg {
  background-color: #F0F0F0;
}

.gallery__swiper-main .gallery__swiper-slide:nth-child(4) .gallery__swiper-bg {
  background-color: #A2AAB5;
}

.gallery__swiper-main .gallery__swiper-slide:nth-child(5) .gallery__swiper-bg {
  background-color: #D2CBC5;
}

.gallery__swiper-main .gallery__swiper-slide:nth-child(6) .gallery__swiper-bg {
  background-color: #636C70;
}

.gallery__swiper-main .gallery__swiper-slide:nth-child(7) .gallery__swiper-bg {
  background-color: #F0F0F0;
}

.gallery__swiper-main .gallery__swiper-slide:nth-child(8) .gallery__swiper-bg {
  background-color: #A2AAB5;
}

.gallery__swiper-odd {
  height: 100vh;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  padding: 50px 40px 0;
}

.gallery__swiper-main .swiper-slide-shadow {
  display: none;
}

.gallery__swiper-thumb {
  height: 400px;
}

.gallery__swiper-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery__swiper-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  padding: 0 40px;
}

.gallery__swiper-nav .gallery__swiper-pagination {
  position: initial;
  top: initial;
  left: initial;
  width: auto;
}

.gallery__swiper-text span {
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
}

@media (max-width: 1440px) and (max-height: 700px) {
  .gallery .showcase-footer.wrapper {
    bottom: 10px;
  }
}

@media (max-width: 1440px) {
  .gallery {
    padding-top: 0px;
  }
}

@media (max-width: 992px) {
  .gallery {
    padding-top: 50px;
  }

  .gallery .main-title {
    padding-bottom: 50px;
  }
	.brochure__title h2{
		line-height:150%;
	}
}

@media (max-width: 576px) {
  .gallery-container-desctop {
    display: none;
  }

  .gallery-container-mobile {
    display: block;
  }

  .gallery .main-title {
    padding-bottom: 30px;

  }

  .gallery-container .n-self {
    height: 100%;
  }

  .gallery__swiper-even {
    height: 80vh;

  }

  .gallery__swiper-odd {
    height: 80vh;
  }

  .gallery__swiper-thumb {
    height: 80%;
  }
}

/*	----------------------------------------------------
	------ projects-first
	---------------------------------------------------- */

/* projects-banner */
.projects-first {
  position: relative;
}

.projects-main {
  position: relative;
  width: 100%;
  height: 100%;

}

.projects-main .main-title {
  padding-bottom: 80px;
  overflow: hidden;
}

.projects-main__container {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.projects-main .project-image {
  position: relative;
  z-index: 1;
}

.projects-main .projects-main__container .project-image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), rgba(0, 0, 0, 0.6);
}

.project-image-desctop {
  display: block;
  width: 100%;
  height: 100%;
  position:relative;
}
.project-image-desctop::before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.4);
}
.project-image-mobile {
  display: none;
  width: 100%;
  height: 100%;
}

.projects-main .md-title {
  color: #fff;
}

.projects-main .wrapper {
  position: relative;
  z-index: 2;
}

.projects-main__headline {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.projects-main__title {
  padding-bottom: 35px;
}

.projects-main__title h3 {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 10.5px;
  text-transform: uppercase;
}

.projects-main__scroll {
  display: none;
}

.projects-main__scroll span {
  color: #EBEBEB;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
}

.projects-main .project-summary {
  color: #fff;
  text-transform: uppercase;
}

.projects-main__button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 45px;
}

.projects-main__button button {
  border-radius: 34px;
  border: 1px solid #ebebeb;
  background-color: #ebebeb;
  padding: 18px 35px;
  cursor: pointer;
  transition: border 0s;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.projects-main__button-text {
  color: #000;
  text-align: right;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.projects-main__button-bg {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  transition: all 0.5s;
}

.projects-main__button button:hover {
  border: 1px solid #000;
}

.projects-main__button button:hover .projects-main__button-bg {
  transform: translateY(0);
}

.projects-main__button button:hover .projects-main__button-text {
  color: #ebebeb;
}

.projects-main .project-page-header.fullscreen-image .project-title {
  margin-bottom: 90px;
}

.projects-main-nav {
  position: sticky;
  top: calc(100vh - 90px); 
  z-index: 99;
  display: flex;
  justify-content: center;
  gap: 55px;
  border-radius: 70px 70px 0px 0px;
  background: #FFF;
  box-shadow: 0px 4px 107px 0px rgba(0, 0, 0, 0.25);
  height: 90px;
  width: 100%;
  margin: 0 auto;
  will-change: transform;
  padding: 0 15px;
}

.projects-main-nav__link {
  padding: 0;
  background-color: transparent;
  color: #b2b2b2;
  font-size: 30px;
  font-weight: 400;
  line-height: 38.5px;
  transition: all 0.5s;
  border: none;
}

.projects-main-nav__link.active {
  color: #131313;
}

@keyframes marquee {
  100% {
    transform: translateX(-100%);
  }
}

[data-marquee] {
  --loop-duration: 30s;

  display: block;
}

[data-marquee-shadow] {
  position: absolute;
  visibility: hidden;
  height: auto;
  width: auto;
  white-space: nowrap;
}

[data-marquee-container] {
  display: flex;
  gap: 110px;
  animation: marquee var(--loop-duration) linear infinite;
}

[data-marquee-style] {
  color: #fff;
  text-align: right;
  font-size: 125px;
  font-weight: 400;
  line-height: 145px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  gap: 110px;
  white-space: nowrap;
}

[data-marquee-style]::after {
  content: "";
  width: 85px;
  height: 85px;
  background-color: #fff;
  border-radius: 50%;
}

@media (max-width: 1600px) and (max-height: 1080px) {
  [data-marquee-style] {
    font-size: 80px;
  }

  [data-marquee-container] {
    gap: 60px;
  }

  [data-marquee-style]::after {
    width: 55px;
    height: 55px;
  }

  .project-page-header.fullscreen-image .project-title {
    margin-top: 50px;
  }

  .projects-main .project-page-header.fullscreen-image .project-title {
    margin-bottom: 0px;

  }
}

@media (max-width: 1600x) and (max-height: 700px) {
  .projects-main-nav {
    height: 90px;
    top: calc(100vh - 90px);
  }

  .projects-main__swiper {
    padding-top: 30px;
  }

  .projects-main .project-page-header.fullscreen-image .project-title {
    margin-bottom: 0px;
  }
}

@media (max-width: 1440px) {
  .projects-main .main-title {
    padding-bottom: 50px;
  }

  .projects-main__swiper {
    padding-top: 50px;
  }

  .projects-main-nav {
    height: 60px;
    gap: 35px;
    top: calc(100vh - 60px);

  }

  .projects-main-nav__link {
    font-size: 25px;
  }

}

@media (max-width: 1280px) {
  .projects-main-nav__link {
    font-size: 25px;
  }
}

@media (max-width: 1280px) {
  .projects-main-nav {
    gap: 15px;
  }
}

@media (max-width: 992px) {
  .projects-main .main-title {
    padding-bottom: 50px;
  }

  .projects-main-nav {
    width: 100%;
    gap: 30px;
  }

  .projects-main__swiper {
    padding-top: 50px;
  }

  [data-marquee-style] {
    font-size: 100px;
  }

  [data-marquee-style]::after {
    content: "";
    width: 65px;
    height: 65px;
  }
}

@media (max-width: 576px) {
  .projects-main__container {
    height: 100svh;
  }

  .projects-main .main-title {
    padding-bottom: 0;
  }

  .projects-main-nav {
    height: 60px;
    top: calc(100vh - 60px);
    gap: 0;
    justify-content: space-evenly;
  }

  .projects-main-nav__link {
    font-size: 28px;
  }

  .projects-main__swiper {
    padding-top: 0px;
  }

  .project-image-desctop {
    display: none;
  }

  .project-image-mobile {
    display: block;
  }

  .project-page-header.fullscreen-image .project-meta {
    display: none;
  }

  .projects-main__title h3 {
    font-size: 46px;
    line-height: 52.9px;
    letter-spacing: 1px
  }

  .projects-main__scroll {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding-top: 165px;
  }
}

/* projects-about */
.projects-main__about {
  overflow: hidden;
}

.projects-main__about-row {
  display: flex;
  justify-content: space-between;
}

.projects-main__about-even {
  flex-basis: 25%;
  max-width: 25%;
}

.projects-main__about-odd {
  flex-basis: 50%;
  max-width: 50%;
}

.projects-main__about-title {
  padding-bottom: 90px;
}

.projects-main__about-title h2 {
  color: #FFF;
  font-size: 85px;
  font-weight: 400;
  line-height: 102px;
}

.projects-main__about-subtitle span {
  color: #EBEBEB;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
}

.projects-main__about-text p {
  color: #EBEBEB;
  font-size: 21px;
  font-weight: 400;
  line-height: 31px;
  padding-bottom: 30px;
}

.projects-main__about {
  padding: 100px 0 0;
  background-color: #0e0e14;
}

.projects-main__about .text-wrapper {
  margin-bottom: 30px;
}

.projects-main__about .main-title h2 {
  text-align: left;
  color: #fff;
}

.projects-main__about .nayla-button {
  color: #fff;
  text-transform: uppercase;
}

.projects-main__about .text-h6 {
  color: #fff;
}

.projects-main__about-img {
  padding-top: 100px;
  width: 100%;
  height: 100%;
}

.projects-main__about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.projects-main__about-btn-desctop {
  display: block;
}

.projects-main__about-btn-mobile {
  display: none;
}

@media (max-width: 992px) {
  .projects-main__about {
    padding: 50px 0 0;
  }

  .projects-main__about-title h2 {
    font-size: 92px;
  }

  .projects-main__about-img {
    padding-top: 50px;
  }
}

@media (max-width: 576px) {
  .projects-main__about-row {
    flex-direction: column;
  }

  .projects-main__about-even {
    flex-basis: 100%;
    max-width: 100%;
  }

  .projects-main__about-odd {
    flex-basis: 100%;
    max-width: 100%;
  }

  .projects-main__about-title {
    padding-bottom: 30px;
  }

  .projects-main__about-title h2 {
    font-size: 36px;
    line-height: 50px
  }

  .projects-main__about-subtitle {
    display: none;
  }

  .projects-main__about-text p {
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
  }

  .projects-main__about-btn-desctop {
    display: none !important;
  }

  .projects-main__about-btn-mobile {
    display: flex;
    margin-top: 50px;
    justify-content: center;
    z-index: 1;
  }

  .projects-main__about-img {
    padding-top: 20px;
  }
}

/* projects-floorplan  */

.projects-main__floorplan {
  background-color: #0e0e14;
  padding-top: 100px;
  overflow: hidden;
}

.projects-main__floorplan-headline {
  width: 50%;
}

.projects-main__floorplan-title {
  padding-bottom: 50px;
}

.projects-main__floorplan-title h2 {
  color: #ebebeb;
  font-size: 102px;
  font-weight: 400;
  line-height: 102px;
  letter-spacing: -0.36px;
}

.projects-main__floorplan-text {
  padding-bottom: 25px;
}

.projects-main__floorplan-text p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.projects-main__floorplan .wrapper {
  display: flex;
  justify-content: space-between;
}

.projects-main__swiper-slide.swiper-slide {
  opacity: 0 !important;
}

.projects-main__swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.floorplans__swiper-body {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.floorplans__name {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.floorplans__desc {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.floorplans__swiper-thumb {
  flex-basis: 30%;
  max-width: 30%;
  width: 100%;
  margin-left: 0;
}

.floorplans__swiper-main {
  flex-basis: 50%;
  max-width: 50%;
  width: 100%;
  margin-top: -100px;
  margin-right: 0;
}

.floorplans__swiper-main .swiper-slide {
  height: 540px !important;
}

.floorplans__swiper-main .swiper-slide .floorplans__swiper-content {
  opacity: 0;
  /* transition: opacity 0.1s; */
}

.floorplans__swiper-main .swiper-slide-active .floorplans__swiper-content {
  opacity: 1;
}

.floorplans__list {
  padding: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.floorplans__item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f7f0ec;
  padding: 3px 0 20px;
}

.floorplans__swiper-thumb .swiper-slide {
  opacity: 0 !important;
}

.floorplans__swiper-thumb .swiper-slide-active {
  opacity: 1 !important;
}

.projects-main__floorplan .main-outline-dark__button button {
  width: 100%;
  margin-top: 45px;
}

.floorplans__swiper-pagination {
  display: flex;
  flex-direction: column;
  width: auto !important;
  height: 100%;
  left: initial !important;
  right: 0;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.floorplans__swiper-pagination .swiper-pagination-bullet {
  background: initial !important;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  width: 24px;
  height: 24px;
  position: relative;
}

.floorplans__swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 100%;
}

.floorplans__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #fff;
}

@media (max-width: 1440px) {
  .floorplans__swiper-main {
    flex-basis: 60%;
    max-width: 60%;
    margin-top: -10px;
  }

  .floorplans__swiper-main .swiper-slide-active .floorplans__swiper-content {
    max-width: 500px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .floorplans__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

}

@media (max-width: 1440px) and (max-height: 1080px) {
  .floorplans__swiper-main .swiper-slide-active .floorplans__swiper-content {
    max-width: 100%;
  }
}

@media (max-width: 1280px) {
  .floorplans__swiper-main .swiper-slide-active .floorplans__swiper-content {
    max-width: 500px;
  }

  .projects-main__floorplan-headline {
    width: 70%;
  }

  .floorplans__swiper-main {
    margin-top: -10px;
  }
}

@media (max-width: 992px) {

  .projects-main__floorplan {
    padding-top: 50px;
  }

  .projects-main__floorplan-title h2 {
    font-size: 82px;
  }

  .projects-main__floorplan-text {
    width: 100%;
  }

  .floorplans__swiper-body {
    flex-direction: column;
    height: 100%;
    gap: 50px;
  }

  .floorplans__swiper-thumb {
    flex-basis: 100%;
    max-width: 100%;
    order: 2;
  }

  .floorplans__swiper-main {
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 0;
    order: 1;
  }

  .floorplans__swiper-main .swiper-slide-active .floorplans__swiper-content {
    max-width: 100%;
    padding-bottom: 50px;
  }

  .floorplans__swiper-main .swiper-slide {
    height: 340px !important;
  }

  .floorplans__swiper-pagination {
    display: flex;
    flex-direction: initial;
    width: 100% !important;
    height: initial;
    left: 0 !important;
    right: initial;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
}

@media (max-width: 576px) {
  .projects-main__floorplan-title {
    padding-bottom: 30px;
  }

  .projects-main__floorplan-title h2 {
    font-size: 36.5px;
    line-height: 50px;
  }

  .main-outline-dark__button {
    display: flex;
    justify-content: center;
  }

  .projects-main__floorplan .main-outline-dark__button button {
    width: initial;
  }
}

/* projects-gallery  */

.projects-main__gallery {
  background-color: #0e0e14;
  padding-top: 100px;
  /* height: 100%; */
  overflow: hidden;
}

.projects-main__gallery .page-content {
  height: 100%;
  /* padding-bottom: 150px; */
}

.projects-main__gallery-title {
  transition: filter 0.5s, opacity 0.5s;
}

.projects-main__gallery-title.intro-grid--title {
  -webkit-filter: saturate(0.3) blur(3px);
  filter: saturate(0.3) blur(3px);
  opacity: 0.5;
}

.projects-main__gallery-title h2 {
  color: #fff;
  font-size: 102px;
  font-weight: 400;
  line-height: 102px;
}

.projects-main__gallery .showcase-project {
  cursor: pointer;
}

.projects-main__gallery .showcase-interactive-grid {
  padding: 85px 0 0;
}

.projects-main__gallery .showcase-interactive-grid .projects-wrapper.intro-grid--scatter .showcase-project.active {
  width: 60vw;
  height: 80vh;
}

.projects-main__gallery .showcase-project {
  cursor: pointer;
}

.projects-main__gallery .showcase-project.active {
  cursor: auto;
}

.projects-main__gallery .projects-wrapper {
  cursor: pointer;
}

.projects-main__gallery .scatter-close {
  color: #fff;
  top: initial;
  bottom: 25%;
}

.projects-main__gallery .section.fullscreen {
  height: 100%;
  min-height: 100%;
}

.projects-main__swiper-slide {
  background-color: #0e0e14;
}

.projects-main__gallery-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 100px;
}

.page-content-mobile {
  display: none;
}

@media (max-width: 1440px) {
  .projects-main__gallery .page-content {
    padding-bottom: 100px;
  }

  .projects-main__gallery .showcase-interactive-grid .projects-wrapper.intro-grid--scatter .showcase-project.active {
    width: 70vw;
  }

  .showcase-interactive-grid .projects-wrapper {
    gap: 20px;
    height: 100%;
  }
}

@media (max-width: 992px) {
  .projects-main__gallery {
    padding-top: 50px;
  }

  .projects-main__gallery .page-content {
    padding-bottom: 50px;
  }

  .projects-main__gallery-title h2 {
    font-size: 82px;
  }

  .showcase-interactive-grid .projects-wrapper {
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(3, 1fr);
  }

  .projects-main__gallery .showcase-interactive-grid .projects-wrapper.intro-grid--scatter .showcase-project.active {
    width: 90vw;
    height: 70vw;
  }

  .projects-main__gallery .showcase-interactive-grid {
    padding: 50px 0 0;
  }
}

@media (max-width: 576px) {
  .projects-main__gallery-title h2 {
    font-size: 36.5px;
    line-height: 50px;
  }

  .page-content-mobile {
    display: block;
    padding-top: 30px;
  }

  .page-content-desctop {
    display: none;
  }

  .projects-main__gallery-img {
    padding-bottom: 10px;
  }

  .projects-main__gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/*	----------------------------------------------------
	------ projects-second
	---------------------------------------------------- */

.project-second {
  padding-top: 80px;
}

.project-second__content {
  background-color: #0E0E14;
}

.project-second .showcase-interactive-grid .projects-wrapper {
  grid-template-rows: 1fr 1fr;

}

.project-second .projects-main__gallery .section.fullscreen {
  padding-bottom: 150px;
}

@media (max-width: 992px) {
  .project-second {
    padding-top: 50px;
  }

}

@media (max-width: 576px) {
  .project-second .main-title {
    padding-bottom: 30px;
  }

  .project-second .projects-main__gallery-container {
    padding-bottom: 50px;
  }
}

/*	----------------------------------------------------
	------ location
	---------------------------------------------------- */

.location {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 0;
  margin-top: 100px;
}

.location__wrapper {
  height: 300vh;
  position: relative;
  width: 100%;
}

.location__container {
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.location__row {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
}

.location__even {
  flex-basis: 40%;
  max-width: 40%;
  width: 100%;
}

.location__odd {
  flex-basis: 40%;
  max-width: 40%;
  width: 100%;
  height: 100%;
  position: relative;
}

.location__odd-bg {
  width: 100%;
  height: 100%;
  position: relative;
  will-change: transform;
}

.location__img {
  width: 100%;
  height: 100%;
}

.location__marker {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.location__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1280px) {

  .location__even {
    flex-basis: 45%;
    max-width: 45%;
  }

  .location__odd {
    flex-basis: 45%;
    max-width: 45%;
  }

  .location__title h2 {
    font-size: 80px;
    will-change: transform;
  }
}

@media (max-width: 992px) {

  .location__wrapper {
    height: 100%;
  }

  .location__container {
    height: 100%;
    position: relative;
  }

  .location__row {
    flex-direction: column;
    gap: 50px;
    padding: 0 0 0;
  }

  .location__title h2 {
    font-size: 82px;
  }

  .location__even {
    flex-basis: 90%;
    max-width: 90%;
  }

  .location__odd {
    flex-basis: 90%;
    max-width: 90%;
  }
}

@media (max-width: 576px) {
  .location {
    margin-top: 0px;
    padding-top: 50px;
  }

  .location__title h2 {
    font-size: 36px;
    line-height: 50px;
  }

  .location__row {
    gap: 30px;
  }

}

/*	----------------------------------------------------
	------ developer
	---------------------------------------------------- */

.developer__row {
  width: 100%;
}

.developer__top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
}

.developer__even {
  flex-basis: 40%;
  max-width: 40%;
}

.developer__odd {
  flex-basis: 40%;
  max-width: 40%;
}

.developer__title {
  padding-bottom: 17px;
}

.developer__title h2 {
  color: #191919;
  font-size: 102px;
  font-weight: 400;
  line-height: 102px;
  letter-spacing: -1.53px;
}

.developer__subtitle span {
  color: #191919;
  font-size: 21px;
  font-weight: 400;
  line-height: 31.5px;
}

.developer__text p {
  color: #191919;
  font-size: 21px;
  font-weight: 400;
  line-height: 31.5px;
}

.developer__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.developer__img {
  width: 100%;
  height: 330px;
}

.developer__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.developer__bottom-icon {
  display: none;
}

@media (max-width: 992px) {
  .developer__top {
    flex-direction: column;
    padding-bottom: 50px;
  }

  .developer__title h2 {
    font-size: 82px;
  }

  .developer__even {
    flex-basis: 100%;
    max-width: 100%;
  }

  .developer__odd {
    flex-basis: 100%;
    max-width: 100%;
  }

  .developer__subtitle {
    display: none;
  }

  .developer__title {
    padding-bottom: 50px;
  }

  .developer__img {
    height: 230px;
  }
}

@media (max-width: 576px) {
  .developer__title {
    padding-bottom: 30px;
  }

  .developer__title h2 {
    font-size: 36px;
    line-height: 50px;
  }

  .developer__text p {
    font-size: 17px;
    line-height: 28px;
  }

  .developer__bottom {
    display: block;
  }

  .developer__bottom-icon {
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
  }
}

/*	----------------------------------------------------
	------ footer
	---------------------------------------------------- */

.footer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 60px 0;
  margin-top: 200px;
}

.footer__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

.footer__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer__bg-desctop {
  display: block;
  width: 100%;
  height: 100%;
}

.footer__bg-mobile {
  display: none;
  width: 100%;
  height: 100%;
}

.footer__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 7, 9, 0.8);
}

.footer__top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.footer__button button {
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.footer__button-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  padding: 10px;
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
  width: 45px;
  height: 45px;
}

.footer__button-icon svg {
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.footer__button-decor {
  width: 45px;
  height: 45px;
  background-color: #000;
  position: absolute;
  border-radius: 50%;
  transform: translateY(100%);
  transition: all 0.5s;
}

.footer__button-icon:hover {
  border: 1px solid #000;
}

.footer__button-icon:hover .footer__button-decor {
  transform: translateY(0%);
}

.footer__button-icon:hover svg path {
  stroke: #fff;
}

.footer__button-text {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  text-transform: uppercase;
}

.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.phone-replace-only {
  display: flex;
  align-items: center;
}

.footer__phone {
  height: 56px;
}

.footer__phone_number {
  color: #ebebeb;
  text-align: right;
  font-size: 19.614px;
  font-weight: 400;
  line-height: 19.614px;
  text-transform: uppercase;
  transition: all 0.5s;
  cursor: auto;
}

.footer__phone_text {
  margin-bottom: 0 !important;
  padding-left: 15px;
}

.footer__phone .phone-replace-only {
  color: #fff !important;
}

.footer__phone_text a {
  border-color: #fff !important;
  color: #fff !important;
  overflow: hidden;
  transition: all 0.5s;
}

.footer__phone_text a:hover {
  color: #000 !important;
}

.footer__phone_text a::after {
  background: #fff !important;
}

.footer__social {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: flex-end;
}

.footer__social a svg {
  transition: scale 0.5s;
}

.footer__social a:hover svg {
  scale: 1.1;
}

.footer__bottom {
  width: 100%;
  height: 100%;
  position: relative;
}

.footer__bottom::before {
  content: "";
  width: 95%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

.footer__menu {
  width: 100%;
  position: relative;
}

.footer__list {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  width: 100%;
  gap: 30px;
  padding-top: 40px;
  list-style: none;
}

.footer__item a {
  color: #fff;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
  transition: color 0.5s;
}

.footer__item a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.footer__form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}

.footer__form form {
  width: 40%;
}

.footer__form__input .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  width: 100%;
  padding: 20px 0;
  color: #fff;
}

.footer__form__input .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #fff;
}

.footer__form__input .form-control::placeholder {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
}

.footer__form__input .iti .iti__selected-dial-code {
  color: #fff !important;
}

.footer__form .main-form-light__button {
  margin-top: 30px;
}

@media (max-width: 992px) {
  .footer {
    padding: 50px 0;
    margin-top: 50px;
  }

  .footer__list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer__form form {
    width: 60%;
  }

}

@media (max-width: 576px) {
  .footer__button button {
    margin: 0 auto;
  }

  .footer__bg-desctop {
    display: none;
  }

  .footer__bg-mobile {
    display: block;
  }

  .footer__top {
    flex-direction: column;
    justify-content: center;
  }

  .footer__button {
    justify-content: center;
    padding-bottom: 45px;
  }

  .footer__contact {
    justify-content: center;
  }

  .footer__phone {
    display: flex;
    justify-content: center;
    padding-bottom: 45px;
  }

  .footer__social {
    justify-content: center;
  }

  .footer__social a svg {
    width: 30px;
  }

  .footer__bottom::before {
    display: none;
  }

  .footer__list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding-top: 0;
  }

  .footer__item a {
    color: #F2F2F2;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .footer__form {
    position: relative;
    padding-top: 65px;
  }

  .footer__form::before {
    content: "";
    width: 95%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
  }

  .footer__form form {
    width: 90%;
  }
}

/*	----------------------------------------------------
	------ footer
	---------------------------------------------------- */

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1010;
  background: #00000099;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  isolation: isolate;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 40px 20px;
}

.popup.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  cursor: pointer;
}

.popup.floorplan-popup .popup__body {
  padding: 0;
}

.popup__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 43px 58px 58px 58px;
  gap: 100px;
}

.popup__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 6;
  border: none;
  background-color: transparent;
}

.popup__close:hover svg {
  rotate: -90deg;
}

.popup__close svg {
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}


.main-popup .popup__body {
  width: 100%;
  padding: 0;
  display: block;
  position: relative;
  background: transparent;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.5s;
  min-height: 500px;
  height: 100%;
  overflow: hidden;
}

.popup.active .popup__body {
  transform: translateY(0);
  opacity: 1;
}

.popup__row {
  display: flex;
  width: 100%;
  height: 100%;
}

.popup__img {
  flex-basis: 65%;
  max-width: 65%;
  width: 100%;
  height: 100%;
  position: relative;
}

.popup__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(2, 4, 19, 0.70) 0%, rgba(17, 29, 43, 0.00) 100%);
  z-index: 1;
}

.popup__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popup__img-title {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 80%;
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.popup__form {
  flex-basis: 35%;
  max-width: 35%;
  margin: 45px 0;
  background-color: #191919;
  padding: 50px;
}

.popup__img-desctop {
  display: block;
  width: 100%;
  height: 100%;
}

.popup__img-mobile {
  display: none;
  width: 100%;
  height: 100%;
}

.popup__form-title {
  color: #FFF;
  font-size: 21px;
  font-weight: 400;
  line-height: 31.5px;
  text-transform: uppercase;
  margin-bottom: 70px;
}

.popup__input input {
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  width: 100%;
  padding: 20px 0;
  margin-bottom: 50px;
  color: #fff;
}

.popup__input input:focus {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #fff;
  outline: none;
}

.popup__input .iti__selected-dial-code {
  color: #fff;
}

.popup input:-webkit-autofill,
.popup input:-webkit-autofill:hover,
.popup input:-webkit-autofill:focus,
.popup input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
}

.popup__button-socials {
  display: flex;
  gap: 32px;
  align-items: center;
  padding-top: 50px;
}

.popup__button-socials a svg {
  transition: scale 0.5s;
}

.popup__button-socials a:hover svg {
  scale: 1.1;
}

.popup__form .main-outline-dark__button {
  padding-top: 120px;
}

@media (max-width: 1440px) and (max-height: 950px) {
  .popup__form-title {
    margin-bottom: 50px;
  }

  .popup__input input {
    margin-bottom: 30px;
  }
}

@media (max-width: 1440px) and (max-height: 850px) {
  .popup__form-title {
    margin-bottom: 40px;
  }

  .popup__input input {
    margin-bottom: 20px;
  }

  .popup__button-socials {
    padding-top: 30px;
  }

  .popup__form .main-outline-dark__button {
    padding-top: 80px;
  }
}

@media (max-width: 1440px) and (max-height: 750px) {
  .popup__form-title {
    margin-bottom: 30px;
  }

  .popup__input input {
    margin-bottom: 20px;
    padding: 10px 0;
  }

  .popup__button-socials {
    padding-top: 20px;
  }

  .popup__form .main-outline-dark__button {
    padding-top: 50px;
  }
}

@media (max-width: 1440px) and (max-height: 650px) {
  .popup__form {
    margin: 20px 0;
  }

  .popup__form-title {
    margin-bottom: 20px;
  }

  .popup__input input {
    margin-bottom: 20px;
    padding: 10px 0;
  }

  .popup__button-socials {
    padding-top: 20px;
  }

  .popup__form .main-outline-dark__button {
    padding-top: 20px;
  }
}

@media (max-width: 4000px) {
  .main-popup .popup__body {
    max-width: 1745px;
  }
}

@media (max-width: 1920px) {
  .main-popup .popup__body {
    max-width: 1345px;
  }
}

@media (max-width: 1440px) {
  .main-popup .popup__body {
    max-width: 1145px;
  }
}

@media (max-width: 1025px) {
  .popup__body {
    width: 100%;
  }

  .popup__img {
    flex-basis: 60%;
    max-width: 60%;
  }

  .popup__form {
    flex-basis: 40%;
    max-width: 40%;
    padding: 50px 30px;
  }
}

@media (max-width: 992px) {}

@media (max-width: 768px) {
  .popup__close {
    top: 20px;
    right: 20px;
  }

  .popup__row {
    flex-direction: column;
  }

  .popup__img {
    flex-basis: 100%;
    max-width: 100%;
    height: 40%;
  }

  .popup__img-desctop {
    display: none;
  }

  .popup__img-mobile {
    display: block;
  }

  .popup__img-title {
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 120%;
    font-size: 24px;
  }

  .popup__img::before {
    background: linear-gradient(0deg, rgba(2, 4, 19, 0.90) 0%, rgba(17, 29, 43, 0.00) 220%);
  }

  .popup__form {
    flex-basis: 100%;
    max-width: 100%;
    height: 60%;
    padding: 30px;
    margin: 0;
  }

  .popup__form-title {
    margin-bottom: 30px;
  }

  .popup__input input {
    margin-bottom: 10px;
  }

  .popup__button-socials {
    padding-top: 30px;
  }

  .popup__button-socials {
    /* display: none; */
    justify-content: center;
  }

  .popup__form .main-outline-dark__button {
    padding-top: 30px;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .popup__close svg {
    width: 20px;
    height: 20px;
  }

  .popup__form {
    padding: 30px 25px;
  }

  .popup__button-socials {
    display: none;
  }
}

@media (max-width: 420px) {}

@media(max-height:750px) {
  .popup__form-title {
    margin-bottom: 15px;
  }

  .popup__input input {
    margin-bottom: 0;
  }

  .popup__form .main-outline-dark__button {
    padding-top: 35px;
  }
}

@media(max-width:1600px) {
  .projects-main-nav {
    gap: 20px;
  }
}

@media(max-width:1300px) {
  .projects-main-nav {
    height: 110px;
    top: calc(100vh - 110px);
    column-gap: 20px;
    row-gap: 0;
    flex-wrap: wrap;
    padding: 15px;
  }
}

@media(max-width:660px) {
  .projects-main-nav {
    height: 140px;
    top: calc(100vh - 140px);
    column-gap: 12px;
    row-gap: 0;
    flex-wrap: wrap;
    padding: 15px;

  }

  .projects-main-nav__link {
    font-size: 20px;
	  line-height:150%;
  }
}

iframe {
  height: 100%;
  width: 100%;
}

.swiper-wrapper {
  /* height: 20vh !important; */
}

.popup__input .iti__selected-flag .iti__selected-dial-code{
  color: #919191;
}
.popup__input .iti__selected-flag .iti__arrow{
  border-top:4px solid #919191;
}
.popup__input  .iti__selected-flag .iti__arrow--up{  
  border-top:none;
  border-bottom:4px solid #919191;
}
.footer__form__input .iti__selected-flag .iti__selected-dial-code{
  color: #fff;
}
.footer__form__input .iti__selected-flag .iti__arrow{
  border-top:4px solid #fff;
}
.footer__form__input  .iti__selected-flag .iti__arrow--up{  
  border-top:none;
  border-bottom:4px solid #fff;
}

.QR{
text-align:center;
}

.QR img {
width:100px !important;
height:100px !important:  
}

.fixed-whatsapp::after {
  content: '';
  position: absolute;
  border: 1px solid #25D366;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  border-radius: 50%;
  animation: pulse 1.5s linear 0.5s infinite;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.fixed-whatsapp::before {
  content: '';
  position: absolute;
  border: 1px solid #25D366;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
  transform: translate(-50%, -50%);
  z-index: 0;
}


@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
.gl-ax-wp-logo::after {
  content: '';
  position: absolute;
  border: 1px solid #25D366;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  border-radius: 50%;
  animation: pulse 1.5s linear 0.5s infinite;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.gl-ax-wp-logo::before {
  content: '';
  position: absolute;
  border: 1px solid #25D366;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
  transform: translate(-50%, -50%);
  z-index: 0;
}


@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
