.magnetic-wrap {
	display: inline-block;
	position: relative;
	width: 50px;
	margin-left: auto;
	height: 50px;
}

.magnetic-size {
	position: absolute;
	bottom: -1rem;
	top: -1rem;
	left: -1rem;
	right: -1rem;
	z-index: 1;
}

.menu-active .header{
	opacity: 1 !important;
	visibility: visible !important;
}


.arr {
	border: 6px solid rgba(0, 0, 0, 0);
	border-left: 6px solid #000;
	position: absolute;
	right: calc((100% - 18px) / 2);
	bottom: 50%;
	transition: all .3s ease-in;
	transform: translateY(50%);
}

.header__logo img {
	width: 150px;
}
.footer__logo {text-align: center;}
.footer__logo img {
	width: 150px;
}

.arr1 {
	width: 45px;
	background-color: #000;
	transition: all .3s ease-in;
	height: 2px;
	position: absolute;
	top: calc((100% - 2px) / 2);
	left: -20px;
}

.features__card:hover .arr {
	right: calc((100% - 27px) / 2);
}

.features__card:hover .arr1 {
	position: absolute;
	z-index: 2;
	height: 2px;
	top: calc((100% - 2px) / 2);
	left: calc((100% - 19px) / 2);
	transform: none;
	scale: 1;
	width: 15px;
	background-color: #fff;
}


.popup {
	z-index: 999 !important;
}

.gallerty__mob-wrap {
	display: none;
}

.features__card-img {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	max-width: 200px;
	width: 100%;
}

.features__card {
	align-items: center;
	cursor: pointer;
}

.features__card:hover .features__card-img {
	-webkit-transform: scale(1.1);
}

.gallery__box-img {
	transition: scale 0.3s ease-in;
	overflow: hidden;
}

.gallery__box-img:hover .gallery__box-img-wrap {
	scale: 1.1;
}

.gallery__box-img img {
	transition: scale 0.3s ease-in;
}

.gallery__box-img-wrap {
	transition: all 0.3s ease-in;
	height: 100%;
}

.location__map-img {
	width: 100%;
	height: 100vh;
}

.location {
	height: 100vh;
}

.location__map-img-bg img {
	height: 100vh;
}

.header.hideH {
	opacity: 0;
	visibility: hidden;
}


.shadow {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 5;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.hidden-anim {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	left: 0;
	top: 0;
}

::-webkit-scrollbar {
	display: none;
}

.body-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
}

.preloader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: black;
	z-index: 999999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
}

.preloader__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.preloader__counter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 36px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.preloader__text {
	font-family: Cinzel;
	font-weight: 400;
	font-size: 48px;
	line-height: 100%;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0);
	-webkit-transition: color 100ms linear;
	transition: color 100ms linear;
}

@media (max-width: 768px) {
	.preloader__text {
		font-size: 36px;
	}
	.magnetic-wrap {
		margin: 0 auto;
	}
	.features__card-img {
		max-width: 120px;
	}
}

.preloader__number {
	font-family: DM Sans;
	font-weight: 400;
	font-size: 178px;
	line-height: 100%;
	color: rgba(255, 255, 255, 0);
	-webkit-transition: color 100ms linear;
	transition: color 100ms linear;
}

@media (max-width: 768px) {
	.preloader__number {
		font-size: 130px;
	}

	.gallery {
		padding: 50px 0;
	}

	.features {
		padding: 50px 0;
	}

	.gallerty__mob-wrap {
		display: block;
		text-align: center;
		padding-top: 50px;
	}

	.gallery__mob-btn {
		background: white;
		padding: 14px 28px;
		border-radius: 30px;
		color: black;
		font-family: var(--font-alt);
		font-size: 10px;
		text-transform: uppercase;
		font-weight: 600;
	}

	.main {
		/*	overflow: hidden; */
	}

	.node,
	.cursor {
		display: none !important;
	}
}

.preloader__circle {
	position: absolute;
}

.preloader-off {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}

@media (max-width: 768px) {
	.progres {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}
}

.progres__ring-circle {
	-webkit-transform-origin: center;
	transform-origin: center;
	stroke-dashoffset: 1545.66;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

body {
	overflow: hidden;
}

body.loaded {
	overflow: auto;
}





.cursor {
	pointer-events: none;
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	display: block;
	transition: opacity .3s linear;
	opacity: 0;
}

.cursor.moving {
	opacity: 1;
}

.cursor::before {
	content: ' ';
	height: 100%;
	width: 100%;
	position: absolute;
	background-color: red;
	border-radius: 50%;
	top: 0;
	left: 0;
	opacity: 1;
	transition: opacity .3s linear;
}


.cursor.expand::before {
	opacity: 0;
}



.node {
	pointer-events: none;
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	display: block;
	transition: opacity .3s linear;
	opacity: 0;
	width: 32px;
	height: 32px;
	mix-blend-mode: difference;
}

.node.moving {
	opacity: 1;
}

.node::before {
	content: ' ';
	height: 100%;
	width: 100%;
	position: absolute;
	background-color: transparent;
	border-radius: 50%;
	top: 0;
	left: 0;
	border: 1px solid #ffffff;
	transform: scale(1.5);
	opacity: 1;
	transition: opacity 300ms linear, transform 300ms linear, border 300ms linear, background-color 300ms linear;

}


.node.expand::before {
	transform: scale(3);
	background-color: #ffffff;
	opacity: 0.2;
}

.location__tooltiped-circle:nth-child(3) .location__tooltip-content {
	flex-direction: column-reverse;
}

.gallery__box2 {
	height: 100%
}

.brochure__form .input-float__input::placeholder {
	top: 20px;
}

.popup__bottom {
	margin-top: 15px;
}

.menu__list-item {
	cursor: pointer;
}

@media (max-width: 480px) {
	.menu__list-item {
		font-size: 38px;
		text-align: center;
		line-height: 1.2;
		margin: 20px 0;
	}

	.menu__list {
		padding-left: 0;
	}

	.features__card-title {
		text-align: center;
		transform: scale(0.9) translate(0%, 30%) !important;
	}

	.features__card:hover .features__card-title {
		transform: scale(0.9) translate(0%, 30%) !important;
	}

	.jams__list-item {
		list-style: none;
	}
}


.popup__title {
	padding-bottom: 50px;
}

.popup__bottom {
	padding-top: 50px;
}

.main-popup .popup__social {
	margin-left: 50%;
	transform: translateX(-50%);

}

.jams__title .title {
	line-height: 1.1;
}

.brochure__bg {
	display: block;
}

.brochure__img::after {
	display: none;
}

@media screen and (max-width: 1200px) {
	.brochure__img img {
		object-position: -170px;
	}
}

@media screen and (max-width: 992px) {
	.brochure__bg {
		display: none;
	}

	.brochure__img::after {
		display: block;
	}

	.hiro__form .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
		color: #fff;
	}


	.hiro__form .iti__arrow {
		border-top-color: #fff !important;
		border-bottom-color: #fff !important;
	}

	.hiro__form input::placeholder {
		color: #fff;
	}

	.menu__form {
		padding-bottom: 70px;
	}

}

input {
	font-size: 16px;
	font-family: "Raleway", sans-serif;
}

body.menu-active {
	overflow: hidden !important;
}

.header.menu-active {
	opacity: 1 !important;
	visibility: visible !important;
}



.footer__right .iti__selected-dial-code {
	color: gray;
}

input:-webkit-autofill {
	transition: all 0s 50000s;
}

.gl-ax-wp-logo {
	display: none !important;
}

#names {
	position: relative;
}

#names::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	background-image: url('../images/svg/user.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 24px;
	height: 24px;
}

#emails {
	position: relative;
}

#emails::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	background-image: url('../images/svg/email.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 24px;
	height: 24px;
}

#phones {
	position: relative;
}

#phones::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	background-image: url('../images/svg/footer-phone.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 22px;
	height: 22px;
}

.footer__form-input {
	padding-right: 45px;
}

.popup__title {
	font-size: 40px;
}

.white {
	background: #fff !important;
}

.popup__form {
	width: 50vh;
}

@media (max-width: 1200px) {
	.popup__form {
		width: auto;
	}
}

/* start изменения попапов */

.iti__selected-dial-code {
	font-family: Arial, Helvetica, sans-serif;
}

.phoneintl {
	padding-bottom: 12px;
}

/*
.button {
	width: 185px !important;
    height: 44px;
}

.button__label-hover {
	font-size: 11px;
}
*/

/* бургер меню */

.nav__wrapper.container {
	margin-top: 20px;
}

.menu-active .header__burger .header__burger-line:nth-of-type(3),
.menu-active .header__burger:hover .header__burger-line:nth-of-type(3) {
	transform: scaleX(1) rotate(-45deg) translate(12px, -16px);
}

.menu-active .header__burger .header__burger-line:nth-of-type(1),
.menu-active .header__burger:hover .header__burger-line:nth-of-type(1) {
	transform: scaleX(1) rotate(45deg) translate(15px, 17px);
}

.menu__wrapper-form {
	width: 28%;
}

.menu__wrapper-form .input {
	margin-bottom: 60px;
}

.menu__wrapper-form .menu__form-title {
	font-size: 32px;
	max-width: 100%;
}

.menu__wrapper-form input {
	font-size: 18px;
}

.menu__wrapper-form input::placeholder {
	font-size: 16px;
}

.menu__wrapper-form .button {
	font-size: 12px;
}

@media (max-width: 1000px) {
	.menu__wrapper-form {
		width: 100%;
	}

	.hiro__form input {
		color: #fff;
	}

	.menu__wrapper-form .button {
		font-size: 10px;
	}

	.hiro {
		height: 200vh;
	}
}

/* header */

/*
.hiro__wrapper-form .input {
	margin-bottom: 60px;
}*/

.hiro__wrapper-form .hiro__form {
	border: none;
}

input {
	border-radius: 0;
	border-left: none;
	border-right: none;
}

/* keyfeatures */

.form.form-contact input {
	font-size: 18px;
}

.form.form-contact input::placeholder {
	font-size: 16px;
}

.form.form-contact .button {
	font-size: 12px;
}

.popup__form-title-mob {
	text-align: center;
}

@media (max-width: 1025px) {
	.form.form-contact input {
		font-size: 16px;
	}

	.form.form-contact input::placeholder {
		font-size: 16px;
	}

	.form.form-contact .button {
		font-size: 10px;
	}

	/* .form.form-contact .popup__title {
		font-size: 32px;
	} */

	.form.form-contact .popup__bottom {
		padding-top: 20px;
	}
}

@media (max-width: 470px) {
	.popup.main-popup .form.form-contact .popup__bottom {
		padding-top: 0;
	}
}

/* time попап */

@media (max-width: 991px) {
	.time-popup .popup__bottom {
		align-items: center;
	}
}

@media (max-width: 470px) {
	.popup.time-popup .popup-form__title .popup__title {
		padding-bottom: 0;
	}
}

/* finish изменения попапов */

.footer {
	position: relative;
	overflow: hidden;
}

.footer::after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 1503px;
	height: 1503px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	border-radius: 50%;
	border: 1px solid rgba(103, 103, 103, 0.3);
}

.footer .footer__inner.container-sm1 {
	position: relative;
	z-index: 2;
}

@media (max-width: 1600px) {
	.footer::after {
		width: 1203px;
		height: 1203px;
	}
}

@media (max-width: 1280px) {
	.footer::after {
		width: 900px;
		height: 900px;
	}
}

@media (max-width: 991px) {
	.footer::after {
		width: 1024px;
		height: 1024px;
	}
}

@media (max-width: 576px) {
	.footer::after {
		width: 837px;
		height: 837px;
	}
}

@media (max-width: 1000px) {
	.jams__intro {
		padding: 80px 0 0px 0;
	}
}

@media (max-width: 1980px) {
	.location__tooltiped-circle:nth-child(1) {
		top: 30%;
		left: 68%;
	}

	.location__tooltiped-circle:nth-child(3) {
		bottom: 11.5%;
		left: 45.5%;
	}

	.location__tooltiped-circle:nth-child(5) {
		bottom: 91%;
		left: 77%;
	}

	.location__tooltiped-circle:nth-child(6) {
		top: 37%;
		left: 45.5%;
	}
}

@media (max-width: 1600px) {
	.location__tooltiped-circle:nth-child(5) {
		bottom: 84%;
		left: 78%;
	}

	.location__tooltiped-circle:nth-child(6) {
		top: 38%;
		left: 42.5%;
	}
}

@media (max-width: 1440px) {
	.location__tooltiped-circle:nth-child(1) {
		top: 33%;
		left: 69%;
	}

	.location__tooltiped-circle:nth-child(3) {
		bottom: 19.5%;
		left: 44.5%;
	}

	.location__tooltiped-circle:nth-child(5) {
		bottom: 82%;
		left: 79%;
	}

	.location__tooltiped-circle:nth-child(6) {
		top: 38%;
		left: 44.5%;
	}
}

@media (max-width: 1025px) {
	.location__tooltiped-circle:nth-child(1) {
		top: 33%;
		left: 76%;
	}

	.location__tooltiped-circle:nth-child(4) {
		bottom: 64%;
		left: 29%;
	}

	.location__tooltiped-circle:nth-child(5) {
		bottom: 81%;
		left: 90%;
	}

	.location__tooltiped-circle:nth-child(6) {
		top: 38%;
		left: 42.5%;
	}
}

@media (max-width: 500px) {
	.location__tooltiped-circle:nth-child(1) {
		top: 32%;
		left: 68%;
	}

	.popup__title {
		padding-bottom: 10px;
		padding-top: 12px;
	}

	.location__tooltiped-circle:nth-child(3) {
		bottom: 9.5%;
		left: 45.5%;
	}

	.location__tooltiped-circle:nth-child(5) {
		bottom: 85%;
		left: 78%;
	}

	.location__tooltiped-circle:nth-child(6) {
		top: 39%;
		left: 46%;
	}
}


/* .payment__show .payment__card-title {
	transform: translateY(0px);
	opacity: 1
}

.payment__show .payment__card-bot {
	color: #fff
}

.payment__show .payment__card {
	opacity: 1;
	transform: translateY(0)
}

.payment__show .hide {
	background: rgba(0, 0, 0, 0);
	border: none;
} */

@media (max-width: 766px) {
	/* .payment__card {
		pointer-events: none;
	} */

	.features__card {
		padding-bottom: 0 !important;
	}
}

.swal2-title {
	font-family: 'Times New Roman', Times, serif !important;
}

.brochure__form h4 {
	text-transform: uppercase;
}

.popup-form__title h3 {
	text-transform: uppercase;
}


.about__gallery-img {
	opacity: 0;
	transform-origin: 50% 0%;
	transform: translate(0px, 33%) scale(1, 1.5);
}

.hiro_right-title {
	text-transform: uppercase;
}

.footer__form-title {
	text-transform: uppercase;
}

.menu__form-title {
	text-transform: uppercase;
}

.jams__left img {
	opacity: 0;
	transform-origin: 50% 0%;
	transform: translate(0px, 33%) scale(1, 1.5);
}

/*gallery__box-img2 img {
	  opacity: 0;
  transform-origin: 50% 0%;
  transform: translate(0px, 33%) scale(1, 1.5);
}

*/
.loaded .hiro__img {
	transform: scale(1);
}

.loaded .hiro__title {
	transform: translateY(0);
}

.loaded .hiro_right-title {
	transform: translateY(0);
}

.jams__right-num {}

.iti__selected-flag {
	background-color: transparent !important;
}



/* ///////////////////////////         FLOORPLAN             */

.floorplan {
	background-color: #eeece6;
	padding-bottom: 50px;
}

.floorplan .section-content__inner {
	display: flex;
	flex-direction: column;
	align-items: center;

}
.nav-link {
	transition: all 0.3s ease-in;
	transform: translateY(50px);
	opacity: 0;
}
.nav-link.vis {
	transform: translateY(0);
	opacity: 1;
}
.floorplan__nav {
	justify-content: center;
	border: none;
	width: 95%;
	margin: 0 auto;
	flex-wrap: wrap;
	gap: 15px 5px;
	margin-bottom: 50px;
}

.floorplan__nav-item {
	width: 110px;
}

.floorplan__nav-link {
	text-transform: uppercase;
	font-family: var(--font-secondary);
	color: rgba(0, 0, 0, 0.5);
	font-size: 14px;
	font-weight: 700;
	border: none;
	background-color: none;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	
}

.floorplan__nav-link.active {
	color: #111;
	background-color: rgba(0, 0, 0, 0) !important;
	border: none !important;
	border-bottom: 1px solid #111 !important;
 
}

.floorplan__swiper-even {
	width: 50%;
	min-width: 300px;
	height: 350px;
}

.floorplan__swiper-even img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.floorplan__swiper-odd {
	width: 50%;
}

.floorplan__swiper-slide {
	width: auto !important;
}

.floorplan__swiper-title {
	padding-bottom: 50px;
}

.floorplan__swiper-title h3 {
	margin: 0;
}

.floorplan__swiper-row {
	display: flex;
	align-items: center;
	gap: 120px;
	background-color: #fff;
	padding: 60px 70px;
	width: 855px;
}

.floorplan__swiper-list {
	text-decoration: none;
	padding: 0;
	margin: 0;
	padding-bottom: 90px;
}

.floorplan__swiper-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 0.625px solid rgba(167, 167, 167, 0.4);
	padding: 5px 0 10px;
	margin-bottom: 10px;
}

.floorplan__swiper-name {
	text-transform: uppercase;
}

.floorplan__swiper-desc {
	font-weight: 400;
	color: #000;
}

.floorplan__swiper-bottom {
	display: flex;
	align-items: center;
	gap: 40px;
}

.floorplan__swiper-price {
	display: flex;
	gap: 15px;
	flex-direction: column;
}

.floorplan__swiper-price-name {
	color: #888;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 12px;
	line-height: 100%;
}

.floorplan__swiper-price-desc {
	color: #262626;
	font-family: var(--font-secondary);
	line-height: 100%;
	font-size: 20px;
}

.floorplan__swiper-buttons {
	display: flex;
	justify-content: center;
	gap: 25px;
	align-items: center;
	width: 100vw;
	margin-top: 20px;
}

.floorplan__swiper-button-next,
.floorplan__swiper-button-prev {
	position: initial !important;
	margin-top: initial !important;
	width: 60px !important;
	height: 25px !important;
}

.floorplan__swiper .swiper-button-next:after,
.floorplan__swiper .swiper-rtl .swiper-button-prev:after {
	content: "" !important;
}

.floorplan__swiper .swiper-button-prev:after,
.floorplan__swiper .swiper-rtl .swiper-button-next:after {
	content: "" !important;
}

.floorplan__swiper-pagination {
	position: initial !important;
	transform: initial !important;
	width: auto !important;
	display: flex;
	align-items: center;
}

.floorplan__swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px;
	width: 20px;
	height: 20px;
	border: 0.5px solid rgba(0, 0, 0, 0);
	background: rgba(0, 0, 0, 0);
	position: relative;
}

.floorplan__swiper-pagination .swiper-pagination-bullet::after {
	content: "";
	width: 3px;
	height: 3px;
	position: absolute;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #000;
}

.floorplan__swiper-pagination .swiper-pagination-bullet-active {
	border: 0.5px solid #000;
}

@media screen and (max-width: 991px) {
	.floorplan__swiper-row {
		gap: 40px;
		padding: 30px 40px;
		width: 700px;
	}

	.floorplan__swiper-buttons {
		width: 95%;
		margin: 20px auto 0;
	}
}

@media screen and (max-width: 576px) {
	.floorplan__tabs {
		padding-bottom: 0 !important;
	}

	.floorplan__nav-link {
		padding-left: 5px;
		padding-right: 5px;

		padding-top: 0;
	}

	.floorplan__swiper-row {
		gap: 15px;
		flex-direction: column;
		width: 380px;
	}

	.floorplan__swiper-desc {
		font-weight: 400;
	}

	.floorplan__swiper-even {
		width: 100%;
	}

	.floorplan__swiper-odd {
		width: 100%;
	}

	.floorplan__swiper-bottom {
		justify-content: center;
	}

	.floorplan__swiper-title {
		padding-bottom: 15px;
	}

	.floorplan__swiper-list {
		padding-bottom: 30px;
	}
}

@media (max-width: 380px) {
	.floorplan__swiper-row {
		width: 320px;
	}
}















/* ////////////////////////////////////////// */

.paymentplan {
	padding: 50px;
	background-color: #eeece6;

}


.paymentplan .section-content__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.paymentplan__row {
	display: flex;
	gap: 110px;
	justify-content: center;
}

.paymentplan__even {
	flex-basis: 25%;
	max-width: 25%;
}

.paymentplan__odd {
	flex-basis: 25%;
	max-width: 25%;
}

.paymentplan__card {
	min-height: 640px;
	height: 100%;
	position: relative;
	border: 1px solid #000;
}

@media (min-width: 992px) and (max-width: 4000px) {
	.paymentplan__card:hover .paymentplan__img {
		opacity: 1;
	}

	.paymentplan__card:hover .paymentplan__text {
		transform: translateY(0);
	}

	.paymentplan__card:hover .paymentplan__subtitle {
		color: #fff;
	}

	.paymentplan__card:hover .paymentplan__title {
		color: #fff;
	}

	.paymentplan__card:hover .paymentplan__title span {
		color: #fff;
	}
}

.paymentplan__img {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	opacity: 0.01;
	transition: opacity 0.5s;
}

.paymentplan__img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.paymentplan__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.paymentplan__info {
	position: relative;
	z-index: 1;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 65px 50px;
}

.paymentplan__top {
	overflow: hidden;
}

.paymentplan__text {
	color: #fff;
	text-transform: uppercase;
	transform: translateY(130%);
	transition: transform 0.5s;
}

.paymentplan__bottom {
	display: flex;
	flex-direction: column;
}

.paymentplan__subtitle {
	text-transform: uppercase;
	transition: color 0.5s;
	font-weight: 600;
	font-size: 25px;
}

.paymentplan__title {
	transition: color 0.5s;
}

.paymentplan__title span {
	color: #262626;
	transition: color 0.5s;
}

@media (max-width: 1600px) {
	.paymentplan__even {
		flex-basis: 30%;
		max-width: 30%;
	}

	.paymentplan__odd {
		flex-basis: 30%;
		max-width: 30%;
	}
}

@media screen and (max-width: 1280px) {
	.paymentplan__even {
		flex-basis: 35%;
		max-width: 35%;
	}

	.paymentplan__odd {
		flex-basis: 35%;
		max-width: 35%;
	}
}

@media screen and (max-width: 991px) {
	.paymentplan__row {
		gap: 40px;
	}

	.paymentplan__info {
		padding: 30px 40px;
	}

	.paymentplan__even {
		flex-basis: 40%;
		max-width: 40%;
	}

	.paymentplan__odd {
		flex-basis: 40%;
		max-width: 40%;
	}

	.paymentplan__card {
		min-height: 500px;
	}

	.paymentplan__card.active .paymentplan__img {
		opacity: 1;
	}

	.paymentplan__card.active .paymentplan__text {
		transform: translateY(0);
	}

	.paymentplan__card.active .paymentplan__subtitle {
		color: #fff;
	}

	.paymentplan__card.active .paymentplan__title {
		color: #fff;
	}

	.paymentplan__card.active .paymentplan__title span {
		color: #fff;
	}
}
.features__card-title  {
	min-width: 400px;
}
@media screen and (max-width: 630px) {
	.paymentplan .pb-medium {
		padding-bottom: 0 !important;
	}
	
	.paymentplan__subtitle {
		margin-bottom: -15px;
	}
	.paymentplan__bottom {
		gap: 25px;
	}
	.paymentplan__row {
		flex-direction: column;
		align-items: center;
	}

	.paymentplan__even {
		flex-basis: 75%;
		max-width: 100%;
		        width: 100%;
	}

	.paymentplan__odd {
		flex-basis: 75%;
		max-width: 100%;
	}

	.paymentplan__info {
		padding: 20px;
		min-height: 325px;
	}

	.paymentplan__card {
		min-height: 325px;
	}
	.features__card-title  {
		min-width: 100%;
	}
}

.title-p {
	margin-top: 30px;
	transform: translateY(100px);
	transition: transform 0.2s ease-in;
}
.title-p.active {
	transform: translateY(0);
}

.section-content__heading {
	overflow: hidden;
}


.hiro__info-num {
	font-size: 54px;
	line-height: 0.8;
}
.hiro__info-text{ 
	font-size: 24px;
	font-weight: 400;
	font-family: var(--font-alt);
}

.xxl {
	font-size:175px;
	line-height: 1;
	margin-left: -10px;
}
.xl {
	font-size: 90px;
}
.gallery__box-img a {
	text-align: right;
	display: block;
}







.about__gallery-img img {
    min-height: 648px;
    width: 100%;
    max-width: 432px;
}


@media(max-width: 470px){
	.shadow {
		position: absolute;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		background-color: rgba(0, 0, 0, 0.3);
		z-index: 1;
		opacity: 1;
		pointer-events: none;
		-webkit-transition: all 400ms ease-in-out;
		transition: all 400ms ease-in-out;
	}
	
	
	
	.xxl {
	font-size:135px;
	line-height: 1;
}
.xl {
	font-size: 65px;
}
}

.location__title {
	width: 100%;
    text-align: center;
}

.popup .button[data-hover]:before {
	content: attr(data-hover);
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(100%);
	transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	opacity: 0;
	visibility: hidden;
  }
  
   .button[data-hover]:hover:before {
	transform: translateY(-50%);
	opacity: 1;
	visibility: visible;
  }
  
   .button__label-hover {
	display: block;
	transform: translateY(0%);
	transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	opacity: 1;
	visibility: visible;
  }
  
   .mb-1 {
	margin-bottom: 1em !important;
  }
  
   .button[data-hover]:hover .button__label-hover {
	transform: translateY(-100%);
	opacity: 0;
	visibility: hidden;
  }


.floorplan__swiper-bottom .button[data-hover]:before {
	content: attr(data-hover);
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(100%);
	transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	opacity: 0;
	visibility: hidden;
  }
  
   .button[data-hover]:hover:before {
	transform: translateY(-50%);
	opacity: 1;
	visibility: visible;
  }
  
   .button__label-hover {
	display: block;
	transform: translateY(0%);
	transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	opacity: 1;
	visibility: visible;
  }
  
   .mb-1 {
	margin-bottom: 1em !important;
  }
  
   .button[data-hover]:hover .button__label-hover {
	transform: translateY(-100%);
	opacity: 0;
	visibility: hidden;
  }

.features__card {
    gap: 70px;
}

.jams__right-nums-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 31px;
}

.jams__title .title {
    margin-bottom: 19px;
}

.jams__right-num {
    margin-bottom: 30px;
}

.location__tooltiped-circle:nth-child(3) .location__tooltip-content {
    flex-direction: column;
}

.jams__right-info {
	margin-top: 22px;
}

.jams__right-disc {
    padding-bottom: 45px;
}

@media (max-width: 470px) {
	.header__logo img{
	    width: 100px;
	}
	.features__card:nth-of-type(2) .features__card-info{
  margin-bottom: 15px;
}
	.features__card {
		gap: 0; 
	}
	
	.section-content__heading .title {
		white-space: nowrap;
	}
}



.button {
  text-transform: uppercase !important;
}


.fixed-whatsapp{
  position:fixed;
  right:40px;
  bottom:40px;
  z-index:99;
  cursor:pointer;
  width:64px;
  height:64px;
}
.fixed-whatsapp svg{
  width:100%;
  height:100%;
}

.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;
}

.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;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

.features__card-title {
	transition: 0.3s !important;
}

.header {
	padding: 12px 0;
}

.header__logo img {
	width: 110px;
}

.hiro__info-num {
	line-height: 1;
}

.jams__right-nums-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 31px;
}

@media (min-width: 769px) {
	.location__map-img-bg {
		height: 100vh;
		position: absolute;
		top: 0px;
		left: 0;
		width: 100%;
	}
}

@media (max-width: 768px) {
	.header__logo img {
		width: 90px;
	}
	.fixed-whatsapp.hide {
		opacity: 0;
		visibility: hidden;
	}
}

.hiro__info-wrapper {
	gap: 50px;
}

@media (max-width: 1600px) {
	.hiro__info-wrapper {
		gap: 35px;
	}
}

@media (max-width: 576px) {
	.hiro__info-wrapper {
		gap: 20px;
	}
	
	.paymentplan__odd {
		width: 100%;
	}
}

.about__desc.text-split span {
	line-height: normal;
}

.features__card-title {
	white-space: nowrap;
}
.hiro__title{
	overflow:visible;
}

.nav-tabs .nav-link {
	border: none;
}

@media (max-width: 1000px) {
	.shadow {
		background-color: rgba(0, 0, 0, 0.55);
	}

	.shadow {
		position: absolute;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		background-color: rgba(0, 0, 0, 0.3);
		z-index: 1;
		opacity: 1;
		pointer-events: none;
		-webkit-transition: all 400ms ease-in-out;
		transition: all 400ms ease-in-out;
	}
}

@media (max-width: 1470px) and (min-width: 1100px) {
	.hiro_right-title {
		font-size: 34px;
	}
	
	.hiro__title {
		font-size: 69px;
	}
}

@media (max-width: 1200px) and (min-width: 576px) {
	.popup__title {
		font-size: 2.52vw;
		padding-bottom: 2.5vw;
	}
	
	.popup__bottom {
		padding-top: 2.5vw;
	}
}

@media (max-width: 1000px) and (min-width: 440px) {
	.hero__wrapper-img {
		width: 100vw;
	}
	
	.hiro__wrapper {
		justify-content: center;
		align-items: center;
	}
	
	.hiro__form {
		max-width: 75vw;
	}
	
	.hiro__form .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
        color: aliceblue;
    }
	
	.hiro__form input::placeholder {
		color: aliceblue;
	}
}

@media (max-width: 992px) and (min-width: 576px) {
	.form.form-contact .popup__bottom {
        padding-top: 0px;
        margin: 0px;
    }
	
	.time-popup .popup__form .form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }

}

.paymentplan__subtitle {
    max-width: 275px;
}


@media screen and (max-width: 768px) {
    .paymentplan__even, .paymentplan__odd {
        max-width: 100%;
    }
}

.hiro__info-wrapper {
  align-items: center;
}

@media (max-width: 1000px) {
    .hiro_left {
        transform: translateY(10%);
    }
}

@media (max-width: 768px) {
	.hiro__info-num {
		font-size: 36px;
	}
}

@media (max-width: 576px) {
    .location__map-markers img {
        top: 63% !important;
        left: 36% !important;
	}
	.features__card-title{
		font-size: 26px;
	}
}

@media (max-width: 500px) {
    .location__tooltiped-circle:nth-child(1) {
		top: 39% !important;
		left: 36% !important;
    }
	
	.location__tooltiped-circle:nth-child(2) {
        top: 28% !important;
        left: 40% !important;
	}

	.location__tooltiped-circle:nth-child(3) {
		left: 55% !important;
		bottom: 79% !important;
	}

	.location__tooltiped-circle:nth-child(4) {
		left: 50% !important;
        bottom: 40% !important;

	}
}

@media (max-width: 370px) {
	.features__card-title {
		font-size: 24px;
	}
}

.button__label-hover {
	width: max-content;
}

.brochure .button__label-hover {
	width: 100%;
}

.qr {
  width: 130px;
  height: 130px;
}

.qr img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer__left {
  align-items: center;
}