/* .wrapper {
  overflow-x: hidden;
} */
.split-parent {
  overflow: hidden;
}
.split-child {
  display: inline-block;
}
.navbar-toggle.open .toggle-text .text-menu {
    opacity: 0;
}
.navbar-toggle .toggle-text .text-menu {
    opacity: 1;
    transition: opacity 0.5s; 
}

.navbar-toggle:hover .toggle-text .text-menu {
    opacity: 0;
}
.navbar-toggle .toggle-text .text-open {
    opacity: 0;
	
}
.navbar-toggle:hover .toggle-text .text-open {
    opacity: 1;
	transition: opacity 0.5s; 
}
input:focus {
  background-color: transparent;
}

.title span {
  text-transform: uppercase !important;
}
.fancybox__thumb {
  border-radius: 0 !important;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-radius: 0 !important;
}
.carousel__slide {
  opacity: 0.5;
}
.carousel__slide.is-nav-selected {
  opacity: 1;
}
.title-btn:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: rgba(40, 40, 40, 0.1);
  transform-origin: right;
}
.form-control {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.form-control::placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

button,
.title-btn {
  font-family: "Inter", sans-serif !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #000 !important;
  font-size: 15px;
}

.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;
  font-size: 15px;
}

.time-popup input:-webkit-autofill,
.time-popup input:-webkit-autofill:hover,
.time-popup input:-webkit-autofill:focus,
.time-popup input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
  font-size: 15px;
}

.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;
  font-size: 15px;
}

.dsn-btn .title-btn {
  text-transform: uppercase;
}

element.style {
  padding-left: 9.4972%;
}
.about .title span {
  font-family: "Inter", sans-serif;
}
.title span {
  text-transform: uppercase !important;
  font-family: "Inter", sans-serif;
}
.d-block {
  display: block !important;
}
.d-block {
  display: block;
}
.description,
p {
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  color: rgba(19, 19, 19, 1);
}
.section-title .description {
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
}

.title-h2 {
  font-family: "Inter", sans-serif;
}

.title-block {
  font-family: "Inter", sans-serif;
}

.gsap-left {
  will-change: transform;
}
.gsap-right {
  will-change: transform;
}
.gsap-bottom {
  will-change: transform;
}
@media (max-width: 576px) {
  .section-title .description {
    font-size: 10px;
  }
  .title-h2 {
    line-height: 34px !important;
  }
  .title-block {
    line-height: 34px !important;
  }
  .title span {
    line-height: 34px !important;
  }
  .description,
  p {
    font-size: 13px;
  }
}
@media (min-width: 1401px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
@media (max-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px;
  }
}
/* @media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1320px;
  }

}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1140px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
      max-width: 960px;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
      max-width: 720px;
  }
}
@media (min-width: 576px) {
  .container, .container-sm {
      max-width: 540px;
  }
} */
/* menu */
.header {
  background-color: #fff;
  overflow: hidden;
}
.header .main-brand img,
.dsnload__img img {
  width: 80px;
}

.header.site-header.dsn-open {
  z-index: 1060;
  overflow: hidden !important;
}
.header .primary-nav {
  opacity: 0;
  /* transition: opacity 0.5s; */
  transition-delay: 1s;
  transition-property: opacity;
}
.header.dsn-open .primary-nav {
  opacity: 1;
}

.header.site-header.nav-bg {
  padding-top: 24px;
  padding-bottom: 24px;
}

.header .main-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 1.5s;
}
.header.dsn-open .main-logo {
  opacity: 0;
}
.header .header-phone {
  display: flex;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.header .header-phone a {
  color: #000;
  text-decoration: none;
  font-family: "Inter", sans-serif;
}
.header .toggle-text {
  font-family: "Inter", sans-serif;
}

.header .overflow {
  font-family: "Jost", sans-serif;
  font-weight: 700;
}

.header .header-phone-mobile {
  display: none;
  cursor: pointer;
}

.header .header-phone span {
  /* font-weight: 200; */
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.header .header-phone span:nth-child(1) {
  padding-right: 5px;
}
.header .header-phone span:nth-child(2) {
  font-weight: 600;
}

.header__form {
  position: relative;
  z-index: 1;
}

.header__form-title {
  font-weight: 700;
  font-size: 34.042px;
  line-height: 44px;
  letter-spacing: 1.7021px;
  text-transform: uppercase;
  color: #131313;
  margin-bottom: 50px;
  font-family: "Inter", sans-serif;
}

.header__form-input input {
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(19, 19, 19, 0.1);
  padding: 20px 30px 20px;
  font-size: 15px;
  border-radius: 0;
  margin-bottom: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.header__form-input input:focus {
  opacity: 1;
  box-shadow: none;
  border: 1px solid #000;
}
.header__form-input input:focus::placeholder {
  opacity: 0;
}

.header__form-input input::placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #373737;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.header__form-input .iti .form-control {
  padding-left: 120px !important;
}
.header__form-button {
  display: flex;
  margin-top: 45px;
  justify-content: flex-end;
  position: relative;
  z-index: 0;
}
.header__form-button button {
  background-color: #000;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 15.6px;
  letter-spacing: 2px;
  padding: 17px;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-transform: uppercase;
}
.header__form-button .fas {
  position: absolute;
  left: 20px;
  color: #fff;
}

.fancybox__button--zoom {
  display: none !important;
}

@media (max-width: 1600px) and (max-height: 850px) {
  .site-header.dsn-hamburger ul.primary-nav a {
    position: relative;
    overflow: visible;
  }
  .header .primary-nav {
    gap: 10px;
  }

  .header .nav-item {
    margin: 0 !important;
  }

  .header .nav-item a {
    text-decoration: none;
  }
  .header .overflow {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
}
@media (max-width: 1600px) and (max-height: 600px) {
  .header .primary-nav {
    gap: 5px;
  }
  .header .overflow {
    font-size: 24px;
  }
}
@media (max-width: 1600px) {
  .header.site-header.dsn-hamburger ul.primary-nav {
    width: 60%;
  }
}
@media (max-width: 1280px) {
  .header.site-header.dsn-hamburger ul.primary-nav {
    width: 50%;
  }
  .header .main-navigation {
    justify-content: space-between;
  }
}
@media (max-width: 992px) {
  .header.site-header.dsn-hamburger ul.primary-nav {
    width: 100%;
  }
  .header__form-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .site-header.dsn-hamburger #navbar_toggle:hover .toggle-line:nth-of-type(1),
  .site-header.dsn-hamburger #navbar_toggle:hover .toggle-line:nth-of-type(2),
  .site-header.dsn-hamburger #navbar_toggle:hover .toggle-line:nth-of-type(3) {
    transform: initial;
    border-radius: initial;
  }
  .site-header.dsn-hamburger #navbar_toggle:hover .toggle-line:nth-of-type(1) {
    transform: initial;
  }
  .site-header.dsn-hamburger #navbar_toggle:hover .toggle-line:nth-of-type(3) {
    transform: initial;
  }
  .header .text-open {
    display: none;
  }
  .loading-count {
    font-size: 32px;
  }
  .header__form-input .iti .form-control {
    padding-left: 100px !important;
  }
}
@media (max-width: 768px) {
  .header .header-phone {
    display: none;
  }
  .header .main-brand img,
  .dsnload__img img {
    width: 60px;
  }
  .header .header-phone-mobile {
    display: block;
    position: relative;
    z-index: 1;
  }
  .title {
    line-height: 130% !important;
  }
  .header__form-input input {
    margin-bottom: 20px;
  }
  .header__form-button {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .header__form-input input {
    padding: 12px 19px;
  }
  .header__form-input input::placeholder {
    font-size: 15px;
  }
}

/* banner */
.banner {
  overflow: hidden;
}
.banner__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 50px;
}
.banner__even {
  flex-basis: 100%;
  max-width: 100%;
  position: relative;
}
.banner__odd {
  flex-basis: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 60px;
}

.banner__title {
  margin-bottom: 25px;
  font-weight: 600;
}
.banner .title span {
  font-family: "Jost", sans-serif;
}
.banner__text {
  margin-bottom: 80px;
  margin-top: 0;
}
.banner__btn.dsn-def-btn .background-main .dsn-bg-before:before {
  background-color: #000;
}
.banner .dsn-btn .title-btn {
  transition: color 1s;
}
.banner .dsn-btn:hover .title-btn {
  color: #fff;
}
.banner-img-desctop {
  display: block;
  object-position: top !important;
}
.banner-img-mobile {
  display: none;
}

.banner__form {
  position: relative;
  z-index: 1;
  width: 70%;
}

.banner__form-title {
  color: #131313;
  /* font-family: Roboto; */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* text-transform: uppercase; */
  /* font-family: "Montserrat", sans-serif; */
  padding-bottom: 30px;
}

.banner__form-input input {
  width: 100%;
  border: 1px solid rgba(19, 19, 19, 0.1);
  background: #fff;
  padding: 12px 20px;
  font-size: 15px;
  border-radius: 0;
  margin-bottom: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.banner__form-input input:focus {
  opacity: 1;
  box-shadow: none;
  border: 1px solid #000;
}
.banner__form-input input:focus::placeholder {
  opacity: 0;
}

.banner__form-input input::placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #373737;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.banner__form-input .iti input {
  padding-left: 110px !important;
}
.banner__form-button {
  display: flex;
  margin-top: 45px;
  justify-content: flex-start;
  position: relative;
  z-index: 0;
}
.banner__form-button button {
  background-color: #000;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 15.6px;
  letter-spacing: 2px;
  padding: 17px;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-transform: uppercase;
}
.banner__form-button .fas {
  position: absolute;
  left: 20px;
  color: #fff;
}
@media (max-width: 1600px) and (max-height: 850px) {
  .banner.dsn-section-padding .main-slider {
    padding: 50px;
  }
  .banner__odd {
    padding-bottom: 0;
    justify-content: center;
  }
  .banner__text {
    margin-bottom: 40px;
  }
}

@media (max-width: 1600px) and (max-height: 700px) {
  .banner.dsn-section-padding .main-slider {
    padding: 60px 50px 20px;
  }
  .banner__text {
    margin-bottom: 25px;
  }
  .banner__form-button {
    margin-top: 25px;
  }
}

@media (max-width: 1280px) {
  .banner__title {
    font-size: 60px;
  }
}

@media (max-width: 992px) {
  .banner__even {
    flex-basis: 100%;
    max-width: 100%;
    position: relative;
  }
  .banner__text {
    color: #ddd;
    margin-bottom: 30px;
  }
  .banner__odd {
    flex-basis: 100%;
    max-width: 100%;
    position: absolute;
    z-index: 1;
    padding: 0 30px;
    justify-content: center;
    width: 100%;
	  background: rgba(0, 0, 0, 0.5);
  }
  .banner__even::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 99.07%); */
  }
  .banner__btn.dsn-def-btn .background-main .dsn-bg-before:before {
    background-color: #fff;
  }
  .banner .dsn-btn .title-btn {
    transition: color 1s;
  }
  .banner .dsn-btn:hover .title-btn {
    color: #000;
  }
  .banner .dsn-icon i {
    color: #000;
  }
  .banner-img-desctop {
    display: none;
  }
  .banner-img-mobile {
    display: block;
  }
  .banner__form {
    width: 100%;
  }

  .banner__form-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 10px;
  }
  .banner__form-input .iti input {
    padding-left: 90px !important;
  }
  .banner__form-input .iti .iti__selected-dial-code {
    color: #fff;
  }
  .banner__form-input input {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
  }
  .banner__form-input input::placeholder {
    color: #fff;
  }

  .banner__form-button button {
    background-color: #fff;
    color: #000;
  }
  .banner__form-button .fas {
    color: #000;
  }

  .banner input:-webkit-autofill,
  .banner input:-webkit-autofill:hover,
  .banner input:-webkit-autofill:focus,
  .banner input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
    font-size: 15px;
  }

  .banner__form-button {
    justify-content: flex-end;
  }
}

@media (max-width: 768px) {
  .banner.dsn-section-padding .main-slider {
    padding: 0;
  }
  .banner__img-desctop {
    display: none;
  }
  .banner__title {
    margin-bottom: 5px;
  }
  .banner__text {
    margin-top: 0;
    color: #ddd;
  }
  .banner__img-mobile {
    display: block;
    position: absolute;
    z-index: 11;
  }
}
@media (max-width: 576px) {
  .banner__title {
    font-size: 28px!important;
	

  }
  .banner__odd {
    padding: 60px 15px 0;
  }
  .banner__form-input input {
    font-size: 15px;
  }
  .banner__form-input input::placeholder {
    font-size: 15px;
  }
}

/* about */
.about {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #efefef;
  padding: 100px 0;
}
.about__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 135px;
}

.about__title h3 {
  color: #131313;
  font-size: 40px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
}
.about__text p {
  color: #303030;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  padding: 15px 0 0;
  max-width: 50%;
  font-family: "Montserrat", sans-serif;
}
.about__btn.dsn-def-btn .background-main .dsn-bg-before:before {
  background-color: #000;
}
.about .dsn-btn .title-btn {
  transition: color 1s;
}
.about .dsn-btn:hover .title-btn {
  color: #fff;
}

.about__odd {
  position: relative;
}
.about__img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.about__img-decore {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 2px solid #c2c2c2;
  z-index: 0;
}

@media (max-width: 992px) {
  .about {
    padding: 50px 0 90px;
  }
  .about__text p {
    max-width: 100%;
    padding: 30px 0 0;
    margin-bottom: 0;
  }
  .about__row {
    flex-direction: column;
    gap: 50px;
  }
}

@media (max-width: 576px) {
  .about {
    padding: 50px 0 80px;
  }
  .about__title h3 {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0;
  }
  .about__text p {
    font-size: 13px;
    padding: 15px 0;
  }
  .about__row {
    gap: 30px;
  }
  .about__odd {
    width: 80%;
  }
  .about__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* aminities */
.amenities {
  margin-top: 100px;
  margin-bottom: 100px;
  background-color: #fff;
  overflow: hidden;
}
.amenities .section-title {
  margin-bottom: 43px;
}
.amenities .section-title .description {
  margin-bottom: 0;
}
.amenities__subtitle {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.amenities__box {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.amenities .container {
  max-width: 1220px;
}

.amenities__box-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 600px;
  height: 600px;
  background-color: #131313;
  border-radius: 100%;
  z-index: 1;
  transition: all 1s;
}

.amenities__box:hover .amenities__box-bg {
  transform: translate(-50%, -50%);
}

.amenities__box .service-item-inner {
  position: relative;
  z-index: 1;
}

.amenities__box .service_title {
  transition: all 1s;
  color: #000;
}
.amenities__box .service_description p {
  transition: all 1s;
}

.amenities__box:hover .service_title {
  color: #fff;
}
.amenities__box:hover .service_description p {
  color: #fff;
}

@media (max-width: 992px) {
  .amenities {
    margin: 50px 0;
  }
  .amenities__box-bg {
    display: none;
  }
  .amenities__box:hover .service_title {
    color: #000;
  }
  .amenities__box:hover .service_description p {
    color: #000;
  }
  .amenities__subtitle {
    gap: 5px;
    margin-bottom: 10px;
  }
  .amenities .section-title {
    margin-bottom: 30px;
  }
}

/* brochure */

.brochure {
  position: relative;
  /* overflow: hidden; */
  width: 100%;
}

.brochure__wrapper {
  height: 300vh;
  position: relative;
}
.brochure__container {
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  overflow: hidden;
}
.brochure__bg {
  position: relative;
  width: 100%;
  height: 100vh;
}

.brochure__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brochure__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
}
.brochure__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.brochure__headline {
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  will-change: transform;
}

.brochure__subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.brochure__subtitle p {
  color: #848484;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 3.154px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
}

.brochure__title h2 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 3.154px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
}
.brochure__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brochure__img img {
  position: absolute;
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  will-change: transform;
  transition: none;
}

.brochure__list {
  position: relative;
  width: 100%;
  height: 75%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 60px 0 40px;
  will-change: transform;
}

.brochure__list-top {
  display: flex;
  justify-content: space-between;
}

.brochure__list-bottom {
  display: flex;
  justify-content: space-between;
}

.brochure__list-item {
  flex-basis: 20%;
  max-width: 20%;
}

.brochure__list-item p {
  color: #fffaf6;
  font-size: 21.313px;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Montserrat", sans-serif;
}

.brochure__list-top .brochure__list-item-odd {
  text-align: right;
}

.brochure__list-bottom .brochure__list-item-odd {
  text-align: right;
}

.brochure__list-top .brochure__list-item-even::after {
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  top: 30px;
  left: 25%;
  transform: rotate(-20deg);
  background-image: url(../img/brochure-elements.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.brochure__list-top .brochure__list-item-odd::after {
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  top: 30px;
  right: 25%;
  transform: rotate(110deg);
  background-image: url(../img/brochure-elements.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.brochure__list-bottom .brochure__list-item-even::after {
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 90px;
  left: 25%;
  transform: rotate(-70deg);
  background-image: url(../img/brochure-elements.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.brochure__list-bottom .brochure__list-item-odd::after {
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 90px;
  right: 25%;
  transform: rotate(160deg);
  background-image: url(../img/brochure-elements.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.brochure__form {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35%;
  will-change: transform;
}
.brochure__form .title {
  padding-bottom: 50px;
}
.brochure__form .title .letter-stroke {
  -webkit-text-stroke: 1px #fff;
  font-family: "Inter", sans-serif;
}
.brochure__title-dark {
  color: #fff;
  font-family: "Inter", sans-serif;
}

.brochure__form form {
  width: 80%;
  margin: 0 auto;
}
.brochure__form-input .form-control {
  background-color: rgba(255, 255, 255, 0.25);
  border: none;
  border-radius: 0;
  padding: 20px 27px;
  color: #ddd;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  /* letter-spacing: 2.3px; */
  margin-bottom: 26px;
}

.brochure__form-input .form-control:focus {
  background-color: rgba(255, 255, 255, 0.25);
  box-shadow: none;
  color: #ddd;
}

.brochure__form-input .form-control::placeholder {
  color: #ddd;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  /* letter-spacing: 2.3px; */
}

.brochure__form-input .form-control:focus::placeholder {
  opacity: 0;
}

.brochure__form-input .iti .form-control {
  padding-left: 120px !important;
}

.brochure__form-input .iti__selected-dial-code {
  color: #fff;
}

.brochure__btn {
  margin-top: 60px;
  justify-content: flex-end;
}

.brochure__btn.dsn-def-btn .background-main .dsn-bg-before:before {
  background-color: #fff;
}
.brochure__btn {
  display: flex;
  margin-top: 41px;
  justify-content: flex-end;
  position: relative;
  z-index: 0;
}
.brochure__btn button {
  background-color: #fff;
  border-radius: 50px;
  color: #000;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 15.6px;
  letter-spacing: 2px;
  padding: 17px;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-transform: uppercase;
}
.brochure__btn .fas {
  position: absolute;
  left: 20px;
  color: #000;
}

@media (max-width: 1600px) and (max-height: 850px) {
  .brochure__img img {
    max-width: 50%;
  }
  .brochure__headline {
    padding-top: 40px;
  }
  .brochure__list-item p {
    font-size: 18px;
  }
  .brochure__list-item {
    flex-basis: 20%;
    max-width: 20%;
  }
  .brochure__form {
    top: 55%;
  }
  .brochure__form .title {
    padding-bottom: 20px;
  }
}

@media (max-width: 1600px) and (max-height: 750px) {
  .brochure__img img {
    max-width: 40%;
  }
  .brochure__form .title {
    line-height: 100%;
  }
  .brochure__form .title span {
    font-size: 70px;
    line-height: 100%;
  }
  .brochure__list-top .brochure__list-item-even::after {
    width: 180px;
    height: 180px;
    top: 20px;
  }
  .brochure__list-top .brochure__list-item-odd::after {
    width: 180px;
    height: 180px;
    top: 20px;
  }

  .brochure__list-bottom .brochure__list-item-even::after {
    width: 180px;
    height: 180px;
    bottom: 70px;
  }
  .brochure__list-bottom .brochure__list-item-odd::after {
    width: 180px;
    height: 180px;
    bottom: 70px;
  }
}

@media (max-width: 1600px) and (max-height: 650px) {
  .brochure__headline {
    padding-top: 20px;
  }
  .brochure__list {
    height: 80%;
  }
  .brochure__form-input .form-control {
    padding: 12px 27px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1440px) {
  .brochure__list-item {
    flex-basis: 25%;
    max-width: 25%;
  }
  .brochure__list-top .brochure__list-item-even::after {
    top: 45px;
  }

  .brochure__list-top .brochure__list-item-odd::after {
    transform: rotate(115deg);
    top: 45px;
  }
  .brochure__list-bottom .brochure__list-item-even::after {
    bottom: 70px;
  }
  .brochure__list-bottom .brochure__list-item-odd::after {
    bottom: 70px;
  }
}
@media (max-width: 1440px) and (max-height: 950px) {
  .brochure__img img {
    max-width: 45%;
  }
  .brochure__list-bottom .brochure__list-item-even::after {
    bottom: 115px;
  }
  .brochure__list-bottom .brochure__list-item-odd::after {
    bottom: 115px;
  }
  .brochure__list-top .brochure__list-item-even::after {
    top: 60px;
  }
  .brochure__list-top .brochure__list-item-odd::after {
    top: 60px;
  }
}
@media (max-width: 1280px) {
  .brochure__list-item {
    flex-basis: 35%;
    max-width: 35%;
  }
  .brochure__list {
    height: 80%;
    margin-top: -20px;
  }

  .brochure__form {
    top: 60%;
  }
  .brochure__form form {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .brochure__wrapper {
    height: 150vh;
  }
  .brochure__list {
    display: none;
  }
  .brochure__form .title {
    padding-bottom: 30px;
  }
  .brochure__headline {
    padding-top: 150px;
  }
  .brochure__img img {
    max-width: 80%;
  }
  .brochure__form {
    width: 70%;
  }
  .brochure__form .title {
    display: flex;
    gap: 10px;
    justify-content: center;
  }
  .brochure__btn {
    justify-content: center;
  }
  .brochure__form-input .iti .form-control {
    padding-left: 100px !important;
  }
}

@media (max-width: 576px) {
  .brochure__headline {
    padding-top: 100px;
  }
  .brochure__subtitle {
    gap: 5px;
    margin-bottom: 10px;
  }
  .brochure__subtitle p {
    font-size: 10px;
  }
  .brochure__title h2 {
    font-size: 32px;
  }
  .brochure__form {
    width: 90%;
  }
  .brochure__form .title span {
    font-size: 32px;
  }
  .brochure__form-input .form-control {
    font-size: 16px;
  }

  .brochure__form-input .form-control::placeholder {
    font-size: 16px;
  }
}

/* location */

.location {
  margin-top: 100px;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.location__desctop {
  display: block;
}
.location__mobile {
  display: none;
}
.location .section-title {
  margin-bottom: 43px;
}
.location .section-title .description {
  margin-bottom: 0;
}
.location__subtitle {
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.location__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.location__even {
  flex-basis: 45%;
  max-width: 45%;
  /* margin: 0 auto; */
  margin-left: auto;
}
.location__even-title {
  padding-bottom: 15px;
  width: 80%;
  margin: 0 auto;
}
.location__even-title h2 {
  color: #131313;
  font-size: 40px;
  font-weight: 600;
  line-height: 43.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
}
.location__even-title-mobile {
  max-width: 80%;
  margin: 0 auto;
  padding-bottom: 30px;
  display: none;
}
.location__even-title-mobile h3 {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 29.419px;
  letter-spacing: 1.226px;
  text-transform: uppercase;
  padding: 15px 25px;
}
.location__even-text {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 30px;
}
.location__even-text p {
  color: rgba(19, 19, 19, 1);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
}
.location__btn {
  width: 80%;
  margin: 0 auto;
}
.location__btn.dsn-def-btn .background-main .dsn-bg-before:before {
  background-color: #000;
}
.location .dsn-btn .title-btn {
  transition: color 1s;
}
.location .dsn-btn:hover .title-btn {
  color: #fff;
}
.location__odd {
  flex-basis: 45%;
  max-width: 45%;
  position: relative;
}

.location__odd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/decore-map.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.location__odd-img {
  position: relative;
  width: 100%;
  height: 100%;
  clip-path: ellipse(90% 92% at 98% 50%);
}

.location__odd-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes scroll-down2 {
  0% {
    transform: scale(0);
    transform-origin: left;
  }
  50% {
    transform: scale(1);
    transform-origin: left;
  }
  51% {
    transform: scale(1);
    transform-origin: right;
  }
  100% {
    transform: scale(0);
    transform-origin: right;
  }
}
@media (max-width: 1280px) {
  .location__even {
    flex-basis: 60%;
    max-width: 60%;
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .location {
    margin-top: 50px;
  }
  .location__paginations-text {
    display: flex;
  }
  .location .section-title {
    margin-bottom: 30px;
  }
  .location__row {
    flex-direction: column;
  }
  .location__subtitle {
    gap: 5px;
    margin-bottom: 10px;
  }
  .location__even {
    flex-basis: 100%;
    max-width: 100%;
    order: 2;
    margin-top: -30px;
    z-index: 1;
  }
  .location__odd {
    flex-basis: 100%;
    max-width: 100%;
    order: 1;
  }
  .location__odd-img {
    clip-path: none;
  }
  .location__odd::before {
    display: none;
  }
  .location__even-title {
    display: none;
  }
  .location__even-title-mobile {
    display: block;
  }
  .location__even-text {
    width: 100%;
    padding: 0 30px;
  }
  .location__btn {
    width: 100%;
    padding: 0 30px;
  }
  .location__even-text p {
    margin-bottom: 30px;
  }
}
@media (max-width: 786px) {
}

@media (max-width: 576px) {
  .location__even-text {
    width: 100%;
    padding: 0 15px;
  }
  .location__btn {
    width: 100%;
    padding: 0 15px;
  }
}

/* developer */
.developer {
  padding: 100px 0 0;
  background-color: #fff;
  overflow: hidden;
}
.developer .section-title {
  margin-bottom: 43px;
}
.developer .section-title .description {
  margin-bottom: 0;
}
.developer__subtitle {
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.developer .right-box-image {
  margin-top: 0;
  margin-bottom: 100px;
  background: #efefef;
}

.developer .right-box-image .box-img {
  width: 55%;
}
.developer .right-box-image .box-img img {
  width: 100%;
  height: 100%;
}
.developer .right-box-image .box-info {
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 95px;
  width: 45%;
  min-height: 590px;
  margin-left: 40%;
  background-color: rgba(19, 19, 19, 1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.developer .right-box-image .box-info .title-h2 {
  padding-bottom: 15px;
  margin-bottom: 0;
  color: #fff;
}

.developer .right-box-image .box-info p {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}
.developer__btn.dsn-def-btn .background-main .dsn-bg-before:before {
  background-color: #fff;
}

.developer__btn .dsn-icon i {
  color: #000;
}
.developer__btn .heading-color {
  color: #fff;
  transition: color 0.5s;
}
.developer__btn .dsn-btn:hover .title-btn {
  color: #000;
}

@media (max-width: 1280px) {
  .developer .right-box-image .box-info {
    padding: 40px;
    width: 60%;
  }
}
@media (max-width: 992px) {
  .developer {
    padding: 50px 0 0;
  }
  .developer .section-title {
    margin-bottom: 30px;
  }
  .developer__subtitle {
    gap: 5px;
    margin-bottom: 10px;
  }
  .developer .right-box-image .box-img {
    width: 100%;
  }
  .developer .right-box-image {
    margin-top: 0;
    margin-bottom: 0;
  }
  .developer .right-box-image .img-box-parallax {
    height: 50vh;
  }
  .developer .right-box-image .box-info {
    width: 100%;
    margin: 0;
    min-height: auto;
  }
  .developer .right-box-image .box-info p {
    padding-bottom: 0;
  }
}
@media (max-width: 576px) {
  .developer .right-box-image .box-info {
    padding: 40px 20px;
  }
  .developer .right-box-image .box-info .title-h2 {
    font-size: 22px;
    line-height: 28px;
  }
}

/* consultation */
.consultation {
  background-color: #fff;
  overflow: hidden;
}

.consultation .container {
  max-width: 1220px;
}
.consultation__row {
  display: flex;
  justify-content: space-around;
  margin-top: 100px;
  margin-bottom: 100px;
}
.consultation__even {
  flex-basis: 40%;
  max-width: 40%;
}
.consultation__odd {
  flex-basis: 40%;
  max-width: 40%;
}
.consultation .section-title .title-h2 {
  margin-bottom: 15px;
}
.consultation .section-title p {
  margin-top: 0;
  line-height: 1.6;
}
.consultation .box-right p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
}
.consultation__form-input .form-control {
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(19, 19, 19, 0.1);
  padding: 20px 30px 20px;
  font-size: 15px;
  border-radius: 0;
  margin-bottom: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.consultation__form-input .form-control:focus {
  opacity: 1;
  box-shadow: none;
  border: 1px solid #000;
}

.consultation__form-input .form-control::placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #373737;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.consultation__form-input .form-control:focus::placeholder {
  opacity: 0;
}
.consultation__form-input .iti .form-control {
  padding-left: 120px !important;
}
.consultation__btn.dsn-def-btn .background-main .dsn-bg-before:before {
  background-color: #000;
}
.consultation__btn {
  display: flex;
  margin-top: 41px;
  justify-content: flex-end;
  position: relative;
  z-index: 0;
}
.consultation__btn button {
  background-color: #000;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 15.6px;
  letter-spacing: 2px;
  padding: 17px;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-transform: uppercase;
}
.consultation__btn .fas {
  position: absolute;
  left: 20px;
  color: #fff;
}

@media (max-width: 1280px) {
  .consultation__even {
    flex-basis: 45%;
    max-width: 45%;
  }
  .consultation__odd {
    flex-basis: 45%;
    max-width: 45%;
  }
}
@media (max-width: 992px) {
  .consultation__form-input .iti .form-control {
    padding-left: 100px !important;
  }
}

@media (max-width: 768px) {
  .consultation__row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .consultation__even {
    flex-basis: 95%;
    max-width: 95%;
    width: 100%;
  }
  .consultation__odd {
    flex-basis: 95%;
    max-width: 95%;
    width: 100%;
  }
  .consultation__btn {
    justify-content: center;
  }
  .consultation__odd .title-h2 {
    font-size: 22px;
    line-height: 28px;
    display: none;
    text-align: center;
  }
  .consultation .box-right p {
    text-align: center;
    display: none;
  }
}
@media (max-width: 576px) {
  .consultation__form-input .form-control {
    font-size: 16px;
  }

  .consultation__form-input .form-control::placeholder {
    font-size: 16px;
  }
  .consultation .section-title p {
    margin: 10px 0;
  }
}

/* footer */
.footer.footer-animate.svg-animate .dsn-separator {
  fill: #fff;
  height: 200px;
}
.footer {
  height: 100%;
  width: 100%;
  background-color: #191919;
  overflow: hidden;
}
.footer__row {
  background-color: #fff;
  margin: 150px 0 130px;
  padding: 50px 47px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer__top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer__logo {
  min-width: 120px;
}

.footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  width: 120px;
}
.footer__col {
  position: relative;
  width: 100%;
}
.footer__menu {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 40px;
  justify-content: center;
  padding: 0;
  margin: 0;
  z-index: 1;
}
.footer__menu-item a {
  color: #131313;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: 0.5s;
}
.footer__menu-item a:hover {
  color: #333333;
}
.footer__social {
  display: flex;
  gap: 35px;
  justify-content: flex-end;
  padding-bottom: 42px;
}
.footer__social a {
  transition: scale 0.5s;
}
.footer__social a:hover {
  scale: 1.2;
}
.footer__phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer__phone_number {
  color: #131313;
  text-align: right;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  padding-bottom: 12px;
  transition: 0.5s;
  text-decoration: none;
}

.footer__phone_text {
  color: #b6b6b6;
  text-align: right;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.5s;
  position: absolute;
  top: 30px;

  right: 0;
}
.footer__phone_text:hover {
  color: #131313;
}
.footer__button.dsn-def-btn .background-main .dsn-bg-before:before {
  background-color: #000;
}
.footer__button {
  display: flex;
  margin-top: -30px;
  justify-content: flex-end;
  position: relative;
  z-index: 0;
}
.footer__button button {
  background-color: #000;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 15.6px;
  letter-spacing: 2px;
  padding: 17px 50px;
  /* min-width: 200px; */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-transform: uppercase;
}
.footer__button .fas {
  position: absolute;
  transform: rotate(90deg);
  left: 20px;
  color: #fff;
}

.footer__bottom {
  display: block;
}
.footer__col-mob {
  display: none;
}
@media (max-width: 1280px) {
  .footer__logo {
    min-width: 60px;
  }
  .footer__menu {
    gap: 20px;
  }
  .footer__social {
    gap: 15px;
  }
}
@media (max-width: 992px) {
  .footer__row {
    margin: 50px 30px;
    padding: 40px 0;
  }
  .footer__top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer__col {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .footer__logo {
    padding-bottom: 30px;
  }
  .footer__menu {
    flex-direction: column;
    position: initial;
    transform: initial;
    align-items: center;
    padding-bottom: 30px;
    gap: 15px;
  }
  .footer__social {
    padding-bottom: 30px;
  }
  .footer__phone {
    align-items: center;
  }
  .footer__bottom {
    display: none;
  }
  .footer__col-mob {
    display: flex;
    padding-bottom: 30px;
  }
  .footer__button {
    margin-top: 0;
  }
  .footer__phone_text {
    width: 100%;
    text-align: center;
  }
	.footer__logo img {
	  width: 90px	
	}
}
@media (max-width: 576px) {
  .footer.footer-animate.svg-animate .dsn-separator {
    height: 60px;
  }
  .footer__row {
    margin: 50px 20px;
    padding: 40px 0;
  }
  .footer__button button {
    padding: 17px 40px;
  }
	.footer__logo img {
	  width: 60px	
	}
}
/* popup */

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  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;
}
.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: 10px;
  right: 10px;
  z-index: 6;
  border: none;
}
.popup__close:hover svg {
  rotate: -90deg;
}
.popup__close svg {
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.popup__content {
  max-width: 400px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.popup__form {
  -ms-flex-item-align: end;
  align-self: flex-end;
  max-width: 50%;
  flex-basis: 50%;
  position: relative;
  height: 100%;
}
.popup__form img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popup__form form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 88px;
}
.popup__form-title-desctop {
  font-weight: 700;
  font-size: 49px;
  line-height: 60px;
  padding-bottom: 50px;
  width: auto;
  display: block;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
}
.popup__form-title-mobile {
  display: none;
  font-family: "Inter", sans-serif;
}
.popup__input {
  width: 100%;
  position: relative;
}
.popup__input .iti__selected-dial-code {
  color: #000;
}
.popup__input:not(:last-of-type) {
  margin-bottom: 20px;
}
.popup__input input {
  height: 100%;
  width: 100%;
  color: #000;
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #585858;
  padding: 10px 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  font-family: "Montserrat", sans-serif;
}
.popup__input input:focus {
  border-bottom: 1px solid #000;
}
.popup__input input:focus-visible {
  outline: none;
}
.popup__input input:focus::placeholder {
  font-family: "Montserrat", sans-serif;
  opacity: 0;
}
.popup__input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 0.5;
  font-size: 15px;
  font-weight: 400;
}
.popup__input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 0.5;
  font-size: 15px;
  font-weight: 400;
}
.popup__input input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 0.5;
  font-size: 15px;
  font-weight: 400;
}
.popup__input input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 0.5;
  font-size: 15px;
  font-weight: 400;
}
.popup__input input::placeholder {
  color: #000;
  opacity: 0.5;
  font-size: 15px;
  font-weight: 400;
}
.popup__button {
  width: 100%;
  margin-top: 40px;
  justify-content: flex-end;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.popup__button .dsn-def-btn .background-main .dsn-bg-before:before {
  background-color: #131313;
}
.popup__button-socials {
  display: flex;
  align-items: center;
  gap: 20px;
}
.popup__button-socials a {
  transition: all 0.5s;
}
.popup__button-socials a:hover {
  scale: 1.2;
}

.popup__btn {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 0;
}
.popup__btn button {
  background-color: #fff;
  border-radius: 50px;
  color: #000;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 15.6px;
  letter-spacing: 2px;
  padding: 17px;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-transform: uppercase;
}
.popup__btn .fas {
  position: absolute;
  left: 20px;
  color: #000;
}

.popup__btn-black {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 0;
}
.popup__btn-black button {
  background-color: #000;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 15.6px;
  letter-spacing: 2px;
  padding: 17px;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-transform: uppercase;
}
.popup__btn-black .fas {
  position: absolute;
  left: 20px;
  color: #fff;
}

.popup__input label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  display: none;
  margin-bottom: 12px;
}
.popup__input label span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  opacity: 0.5;
}
.popup__bg-md {
  display: none;
  height: 400px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
}
.popup__bg-md::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.4)),
    to(rgba(0, 0, 0, 0.4))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.4)
  );
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  z-index: 2;
}
.popup__bg-md::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  right: 0;
  bottom: -180px;
  left: 0;
  z-index: 3;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(68.48%, #2b3845),
    to(rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(bottom, #2b3845 68.48%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, #2b3845 68.48%, rgba(0, 0, 0, 0) 100%);
}
.popup__bg-md img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.main-popup .popup__body {
  width: 100%;
  padding: 0;
  display: block;
  position: relative;
  background: #fff;
  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;
}
.main-popup .popup__close {
  z-index: 100;
  background-color: transparent;
}
.main-popup .popup__row {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  height: 100%;
}

.popup__img {
  flex-basis: 50%;
  max-width: 50%;
  position: relative;
  height: 100%;
}
.popup__img-desctop {
  display: block;
  height: 100%;
}
.popup__img-mobile {
  display: none;
}

.popup__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.floor-popup .popup__img {
  background-color: #ffffff;
  position: relative;
}

.floor-popup .popup__img img {
  object-fit: contain;
  max-width: 365px;
}
.popup__img-floor {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 70px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.time-popup .popup__img {
  position: absolute;
  width: 100%;
  height: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.time-popup .popup__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25),
    0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transition: opacity 3s;
  opacity: 0.5;
}
.time-popup .popup__img img {
  transition: scale 4s;
  will-change: transform;
}
.time-popup.active .popup__img img {
  scale: 1.2;
}

.time-popup.active .popup__img::after {
  opacity: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -40%, #000 100%);
}
.time-popup .popup__form-title-desctop {
  text-align: center;
  color: #fff;
  padding-bottom: 150px;
}
.time-popup .popup__form {
  flex-basis: 90%;
  max-width: 90%;
}
.time-popup .popup__form img {
  display: none;
  height: 100%;
}
.time-popup .popup__input {
  width: 50%;
}

.time-popup .popup__input input {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.time-popup .popup__input input:focus {
  opacity: 1;
}

.time-popup .popup__button {
  width: 50%;
}

.time-popup .popup__input .iti__selected-dial-code {
  color: #fff;
}

.time-popup .popup__input input::placeholder {
  color: #fff;
  opacity: 1;
}
.time-popup .popup__input input:focus::placeholder {
  opacity: 0;
}

.time-popup .dsn-btn .title-btn {
  color: #fff;
}

.time-popup .dsn-def-btn.dsn-hover-icon .dsn-btn .dsn-icon:after {
  border: 1px solid #fff;
}

.time-popup .popup__button .dsn-def-btn .background-main .dsn-bg-before:before {
  background-color: #fff;
}

.time-popup .popup__button-socials svg path {
  fill: #fff;
}

.time-popup .dsn-icon i {
  color: #000;
}
@media (max-width: 1440px) and (max-height: 750px) {
  .gallery-popup .popup__title {
    font-size: 44px;
  }
  .popup__tag-ul {
    padding: 20px 0;
  }
  .gallery-popup .popup__button {
    margin-top: 30px;
  }
  .time-popup .popup__form-title-desctop {
    padding-bottom: 50px;
  }
}
@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;
  }
  .popup__form form {
    padding: 0 40px;
  }
}
@media (max-width: 1110px) {
  .popup__body {
    width: 100%;
  }
  .popup__title-md {
    font-size: 36px;
  }
  .popup__form {
    flex-basis: 50%;
    max-width: 50%;
  }
  .gallery-popup__content {
    padding-right: 40px;
  }

  .popup__tag-li {
    gap: 10px;
  }
}
@media (max-width: 992px) {
  .time-popup input:-webkit-autofill,
  .time-popup input:-webkit-autofill:hover,
  .time-popup input:-webkit-autofill:focus,
  .time-popup input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #000 !important;
  }
  .main-popup .popup__row {
    flex-direction: column;
  }
  .popup__img {
    flex-basis: 100%;
    max-width: 100%;
    height: 50%;
  }

  .popup__form {
    flex-basis: 100%;
    max-width: 100%;
    height: 50%;
  }
  .popup__content,
  .popup__form {
    width: 100%;
  }
  .popup__img-desctop {
    display: none;
  }
  .popup__img-mobile {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .time-popup .popup__form {
    flex-basis: 100%;
    max-width: 100%;
  }
  .time-popup .popup__input input::placeholder {
    color: #000;
  }
  .time-popup .popup__input {
    width: 100%;
  }
  .time-popup .popup__button {
    width: 100%;
  }
  .popup__img-mobile::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .popup__form-title-desctop {
    display: none;
  }
  .popup__form-title-mobile {
    font-weight: 700;
    font-size: 26px;
    line-height: 120%;
    width: 90%;
    text-align: center;
    display: block;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #fff;
  }
  .popup__form img {
    height: 100%;
  }
  .popup__img-floor {
    flex-direction: initial;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    height: 100%;
    padding: 20px;
  }
  .time-popup .popup__img {
    position: relative;
    width: 100%;
    height: 50%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .time-popup .popup__img::after {
    content: "";
    display: none;
  }

  .time-popup.active .popup__img img {
    scale: initial;
  }

  .time-popup .popup__form-title-desctop {
    color: #fff;
    padding-bottom: 216px;
  }

  .time-popup .popup__form img {
    display: block;
  }

  .time-popup .popup__input input {
    color: #000;
    border-bottom: 1px solid #000;
    opacity: 0.8;
  }

  .time-popup .popup__input input:focus {
    opacity: 1;
  }

  .time-popup .popup__input .iti__selected-dial-code {
    color: #000;
  }

  .time-popup .popupв__input input::placeholder {
    color: #000;
  }

  .time-popup .dsn-btn .title-btn {
    color: #000;
  }

  .time-popup .dsn-def-btn.dsn-hover-icon .dsn-btn .dsn-icon:after {
    border: 1px solid #000;
  }

  .time-popup
    .popup__button
    .dsn-def-btn
    .background-main
    .dsn-bg-before:before {
    background-color: #000;
  }

  .time-popup .popup__button-socials svg path {
    fill: #191919;
  }

  .time-popup .dsn-icon i {
    color: #fff;
  }
  .popup__button-socials a svg {
    width: 25px;
    height: 25px;
  }

  .popup__btn button {
    background-color: #000;
    color: #fff;
  }
  .popup__btn .fas {
    color: #fff;
  }

  .popup__btn-black button {
    background-color: #000;
    color: #fff;
  }
  .popup__btn-black .fas {
    color: #fff;
  }
}
@media (max-width: 767.98px) {
  .popup__body {
    gap: 30px;
  }
  .popup__tag-wrap {
    gap: 15px 28px;
  }
  .popup__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #2b3845;
  }
  .popup#register input::-webkit-input-placeholder {
    color: transparent;
  }
  .popup#register input::-moz-placeholder {
    color: transparent;
  }
  .popup#register input:-ms-input-placeholder {
    color: transparent;
  }
  .popup#register input::-ms-input-placeholder {
    color: transparent;
  }
  .popup#register input::placeholder {
    color: transparent;
  }
  .popup__title-md {
    max-width: 100%;
    width: 100%;
    min-width: 0;
    text-align: center;
    padding: 20px 0 130px;
    position: relative;
    z-index: 4;
  }
  .popup__title-md span {
    color: #fff;
  }
  .popup__bg {
    display: none;
  }
  .popup__content,
  .popup__form {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .popup__form {
    position: relative;
    z-index: 9;
  }
  .popup__p {
    display: none;
  }
  .popup__tag {
    margin-top: 24px;
    display: none;
  }
  .popup__form img {
    height: 100%;
  }
  .popup.popup__main .popup__input input::-webkit-input-placeholder {
    color: transparent;
  }
  .popup.popup__main .popup__input input::-moz-placeholder {
    color: transparent;
  }
  .popup.popup__main .popup__input input:-ms-input-placeholder {
    color: transparent;
  }
  .popup.popup__main .popup__input input::-ms-input-placeholder {
    color: transparent;
  }
  .popup.popup__main .popup__input input::placeholder {
    color: transparent;
  }
  .popup__input label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .popup__input input {
    padding-bottom: 4px;
  }
  .popup__button {
    font-weight: 600;
    font-size: 15.1777px;
    line-height: 19px;
  }
  .popup__close-md {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    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;
    top: 20px;
    right: 20px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  .main-popup .popup__close {
    z-index: 100;
    /* background-color: #ffffff; */
    padding: 5px;
  }
  .popup__close-md svg {
    width: 40px;
    height: 40px;
  }
  .popup__close-md path {
    stroke: #2f3b46;
  }
  .popup__bg-md {
    display: block;
  }
  .main-popup .popup__title {
    text-align: center;
  }
  .main-popup .popup__body {
    padding: 50px;
  }
  .main-popup .popup__body-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .main-popup .popup__title {
    width: 100%;
    max-width: 100%;
  }
  .main-popup .popup__tag-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-popup .popup__image {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    width: 100%;
  }
  .main-popup .popup__image img {
    width: 100%;
  }
  .main-popup .popup__tag-li {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 96.5%;
    color: #5e7390;
  }
  .main-popup .popup__tag-li::before {
    background-color: #5e7390;
  }
  .main-popup .sm-none {
    display: none;
  }
  .main-popup .popup__form-2 {
    margin: 0;
  }
  .main-popup .popup__form-2 .popup__input-hr {
    display: none;
  }
  .main-popup .popup__form-2 .popup__input {
    padding: 5px 15px;
    border: 0.5px solid #fff;
    display: block;
    margin-bottom: 16px;
  }
  .main-popup .popup__title {
    font-size: 20px;
  }
  .main-popup .popup__form-2 input {
    font-weight: 400;
    font-size: 16px;
    line-height: 129%;
    color: #fff;
    padding: 0;
    margin-bottom: 0;
  }
  .main-popup .popup__form-2 input::-webkit-input-placeholder {
    color: #fff;
  }
  .main-popup .popup__form-2 input::-moz-placeholder {
    color: #fff;
  }
  .main-popup .popup__form-2 input:-ms-input-placeholder {
    color: #fff;
  }
  .main-popup .popup__form-2 input::-ms-input-placeholder {
    color: #fff;
  }
  .main-popup .popup__form-2 input::placeholder {
    color: #fff;
  }
  .main-popup .popup__body-head {
    gap: 0;
  }
  .main-popup .popup__title {
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin-left: -15px;
  }
  .main-popup .popup__tag-ul {
    gap: 7px;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .main-popup .popup__body {
    padding: 0;
  }
  .main-popup .popup__tag-ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575.98px) {
  .popup__body {
    padding: 50px 24px 24px;
  }
  .popup__title-md {
    font-size: 26px;
  }
  .popup__tag-wrap {
    gap: 12px 24px;
  }
  .popup__tag-item {
    font-size: 18px;
  }
  .popup__bg-md {
    height: 250px;
  }
  .popup__title-md {
    padding: 70px 0;
  }
  .popup__button {
    margin-top: 0;
  }
  .popup__button-socials {
    gap: 15px;
  }
  .main-popup .popup__title {
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin-left: -15px;
  }
  .main-popup .popup__tag-ul {
    gap: 7px;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .main-popup .popup__body {
    padding: 0;
  }
  .main-popup .popup__tag-ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .popup__form form {
    /* top: 0;
    transform: translate(-50%, 0); */
    padding: 0 25px 0;
  }
  .popup__btn button {
    min-width: 150px;
    padding: 17px 5px;
    justify-content: space-evenly;
  }
  .popup__btn .fas {
    position: relative;
    left: initial;
  }
  .popup__btn-black button {
    min-width: 150px;
    padding: 17px 5px;
    justify-content: space-evenly;
  }
  .popup__btn-black .fas {
    position: relative;
    left: initial;
  }
}
@media (max-width: 420px) {
  .popup__close {
    top: 20px;
    right: 20px;
  }
  .popup__tag-item {
    width: 100%;
  }
  .popup__body {
    padding-top: 0;
  }
}
.banner__title {
	font-size:55px;
}

.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;
  }
}
