*{
    margin: 0;
    padding: 0;
}
@font-face {
	font-family: "Megante";
	src: url("../fonts/SVN-Megante.eot");
	src: url("../fonts/SVN-Megante.woff") format("woff"), url("../fonts/SVN-Megante.ttf") format("truetype"), url("../fonts/SVN-Megante.svg") format("svg");
	font-weight: 400;
	font-style: normal;
}
:root{
    --color-gradient: linear-gradient(149.39deg, #1523AA -96.08%, #FF24C9 119.95%);
    --color-social: linear-gradient(150.1deg, #1523AA 6.39%, #FF24C9 90.87%);
    --color-blue: #18406E;
    --font-title: 'Megante';
    --font-body: 'Raleway', sans-serif;
	--transition-smooth: all 0.5s cubic-bezier(0.04, 1, 0.6, 0.97);
    --transition-smooth-2: all 1.5s cubic-bezier(0.04, 1, 0.6, 0.97);
}
html{}
body{
	font-family: var(--font-body);
}
ul{
	list-style: none;
}
a:hover{
	text-decoration: none;
}
.bg_fill{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.popUpQC.hidden{
    opacity: 0;
    pointer-events: none;
}
.popupmobile{
    display: none !important;
}
.popupimg{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.popupmobile img{
    width: 84%;
    height: 80%;
    z-index: 99999;
    object-fit: cover;
    display: block;
    margin: auto;
    border-radius: 20px;
}
.popupimg .logo{
    width: 162px;
    padding: 0;
	border-radius: 0;
}
.popupmobile{
    margin-top: 5rem;
}
.popupdesktop img{
    z-index: 99999;
    /* object-fit: contain; */
    padding: 15px;
    width: calc(100% - 40vw);
    height: calc(100% - 30vh);
    border-radius: 30px;
}
.popUpQC .item{
    display: flex;
    align-items: center;
    justify-content: center;
}
.popUpQC .popupdesktop .item{
    margin-top: 5rem;
}
.popUpQC .text_popup{
	display: flex;
	position: absolute;
	z-index: 99999;
	top: 24%;
	left: 36%;
	font-family: var(--font-body);
	flex-flow: column;
	align-items: center;
}
.popUpQC .text_popup h3 span{
	font-weight: 500;
	font-size: 26px;
}
.popUpQC .text_popup h3{
	text-align: center;
	font-weight: 800;
	color: var(--color-blue);
	text-transform: uppercase;
	font-size: 2.25rem;
}
.popUpQC{
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: #0000009e;
}
.popUpQC .close{
    position: absolute;
    top: 8%;
    right: 13%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.popUpQC .close i{
    transition: var(--transition-smooth);
    color: #fff;
    font-weight: 100;
    font-size: 30px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.popUpQC .close:hover i{
    transform: rotate(90deg);
}
.img_mirror{
    border: 2px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    box-shadow: inset 4px 4px 40px rgba(0, 0, 0, 0.25);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)), drop-shadow(0px 0px 25px rgba(0, 9, 39, 0.25));
    border-radius: 20px;
    width: calc(100% - 13vw);
    height: calc(100% - 8vh);
    position: relative;
}
.section .fp-tableCell{
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.homeBanner .img_mirror img{
    object-position: center;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.homeBanner{
    background-blend-mode: multiply;
    background-color: rgba(2, 0, 24, 0.51);
}
.img_mirror .logoCenter{
    z-index: 1;
    position: absolute;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    top: 26%;
}
.img_mirror .logoCenter img{
    width: 200px;
}
.titleBanner{
	font-family: var(--font-body);
	color: var(--color-blue);
	text-transform: uppercase;
	margin: 1rem 0;
	position: relative;
	font-weight: 800;
}
.titleBanner h3{
    font-size: 23.76px;
    font-weight: 500;
}
.titleBanner h1{font-size: 60.54px;white-space: nowrap;font-weight: 800;}
.butRegister{
	transition: var(--transition-smooth);
	position: relative;
	width: max-content;
	margin-top: 1rem;
}
.butRegister .glow-3{
	top: -23px !important;
	left: unset !important;
	right: -13px;
}
.butRegister:hover{
	transform: scale(.9);
}
.butRegister button{
	background: var(--color-gradient);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3), 0px 4px 6px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	border: none;
	color: #fff;
	text-transform: uppercase;
	padding: 7px 16px;
}
.waveKV{
	position: absolute;
	bottom: 0;
	right: -50px;
}
.waveKV img{
	width: 500px
}
.cloudsKV{
	position: absolute;
	height: 100%;
	width: 100%;
}
.homeContact.down{
	transform: translate(-120%,0);
	/* opacity: 0; */
}
.homeContact .img_mirror {
	position: relative;
	display: flex;
	flex-flow: column;
	justify-content: space-around;
	padding: 15px 0;
}
.homeContact .img_mirror::after{
	pointer-events: none;
	content: '';
	background: linear-gradient(0deg, rgb(55 32 42 / 54%), rgb(55 32 42 / 49%));
	position: absolute;
	height: 100%;
	width: 100%;
	/* z-index: 1; */
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 20px;
}
.homeContact .butRegister button{
	display: block;
	margin: auto;
}
.cloudsKV .clouds2 {
	position: absolute;
	bottom: 0;
	left: 0;
}
.cloudsKV .clouds1.active{
	position: absolute;
	transform: scale(.6) translate(58%, -222px);
	top: 0;
	right: 0;
	width: 100%;
	height: 427px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	animation: animatedBackground 50s linear;
}
@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}
.cloudsKV .clouds3{
	position: absolute;
	bottom: 0;
	right: 0;
}
.listContact{
	position: relative;
	z-index: 2;
	color: #fff;
}
.listContact .cta{
	list-style: none;
}
.listContact .cta li{
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	font-size: 14px;
}
.listContact .cta li a{
	display: flex;
	align-items: center;
}
.listContact .cta .img{
	flex: 0 0 auto;
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: .5rem;
}
.listContact .cta .img img{
    width: 15px;
}
.homeContact .logo img{
	width: 150px;
	position: relative;
	z-index: 1;
	display: block;
	margin: 0 auto 2.5rem auto;
}
.listContact .item .title{
	position: relative;
	margin-bottom: 2rem;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: bold;
}
.listContact .item .title::after{
	content: '';
	position: absolute;
	width: 50px;
	height: 1px;
	background: #fff;
	left: 0;
	bottom: -.75rem;
}
.listContact {
	padding: 0 50px;
}
.listContact .item{
	padding: 0 22px;
	/* 	border-right: 1px solid #ffffff82; */
	position: relative;
	height: 100%;
}
.listContact .item::after{
	content: '';
	width: 1px;
	height: 270px;
	background: #fff9;
	right: 0;
	position: absolute;
	top: 51px;
}
.listContact .col-md-3:nth-child(4) .item::after{
	display: none;
}
.listContact .col-md-3:nth-child(4) .title {
    /* opacity: 0; */
    color: transparent;
}
.mirrormobile{
	display: none;
}
.back_to_home{
	font-size: 15px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 1;
	/* margin-top: 1rem; */
	margin-bottom: .5rem;
}
.back_to_home span{
	margin-left: .5rem;
}
.listContact .list_office li{
	display: flex;
	flex-flow: column;
	margin-bottom: .5rem;
	font-size: 15px;
}
.listContact .sale_office h5{
	text-transform: uppercase;
} 
.listContact .list_office li span{opacity: .6;font-size: 14px;}
.listContact .title_regis{
	font-size: 1.25rem;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 1rem;
}
.listContact input{
	background: none;
	color: #fff;
	border: 1px solid #ffffff6b;
	padding: 8px;
	width: 100%;
	display: block;
	/* margin: auto; */
	border-radius: 4px;
}
.listContact input::placeholder{
	color: #ffffffa1;
	font-size: 13px;
}
.listContact .form_regis{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.listContact input:focus-visible{
	outline: none;
}
/* .listContact .sale_agency::-webkit-scrollbar {
    width: 4px;
} */
/* .listContact .sale_agency::-webkit-scrollbar-track {
    background: #ada3a369;
}

.listContact .sale_agency::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: linear-gradient(149.39deg, #f8f29a -96.08%, #ea9c6a 119.95%);
}

.listContact .sale_agency::-webkit-scrollbar-thumb:hover {
    border-radius: 2px;
    background: #ffffff;
} */

.listContact .sale_agency{
	height: auto;
/* 	overflow-y: scroll; */
/* 	padding-right: 2rem; */
}
.listContact .sale_agency li span:nth-child(1){
	line-height: 17px;
}
.listContact .sale_agency li{
	font-size: 13px;
	display: flex;
	flex-flow: column;
	line-height: 13px;
	margin-bottom: .75rem;
}
.listContact .sale_agency span:nth-child(2){
	opacity: .6;
}

.homeContact.hidden{
	opacity: 0;
}
.section.down{
	transform: translate(-120%, 0);
}
.section.active{
	transform: none;
	opacity: 1;
}
.section{
	height: 100%;
    position: fixed;
    top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translate(100%, 0);
    transition: transform 1.5s ease-in-out;
}
button:focus{
	outline: none !important;
}
.social_footer{
	position: fixed;
	display: flex;
	right: calc(100% - 20vw);
	top: calc(100% - 13vh);
	z-index: 999;
	font-size: 13px;
	transition: var(--transition-smooth-2);
}
.social_footer .icon{
	cursor: pointer;
	width: 35px;
	height: 35px;
	border: 1px solid #fff;
	background: var(--color-social);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 .5rem;
	transition: var(--transition-smooth);
}
.social_footer .icon.phone{
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
.social_footer .icon:hover{
	transform: scale(.9);
	background: linear-gradient(149.39deg, #fddb3a -96.08%, #e79c4d 119.95%);;
}
.social_footer.active{
	/* right: 10px; */
	/* flex-flow: column; */
	/* bottom: 20px; */
	/* top: unset; */
}
.social_footer.active .icon{
	margin-bottom: .5rem;
}
.text_kv{
	position: absolute;
	left: 15%;
	top: calc(100% - 23vh);
	font-family: var(--font-body);
	color: #ff0909;
	line-height: 68px;
	text-align: center;
	text-transform: uppercase;
	font-weight:bold;
}
.text_kv span{
	font-size: 22px;
	z-index: 999;
}
.text_kv p{
	font-weight: 800;
	position: relative;
	z-index: 9;
	font-size: 40px;
	font-weight: 600;
}
.homeBanner{
	position: fixed;
	transform: none;
}
.homeBanner .butRegister{
	margin: auto;
}
.homeContact.active{
	z-index: 9;
}
.homeContact .form-group textarea:focus{
	outline: none;
}
.homeContact .form-group textarea{
	background: none;
	color: #fff;
	border: 1px solid #ffffff6b;
	padding: 8px;
	width: 100%;
	display: block;
	/* margin: auto; */
	border-radius: 4px;
	height: 72px;
}
.homeContact .form-group textarea::placeholder{
	color: #ffffff87;
	font-size: 13px;
}
.homeContact .form-group{
	margin-bottom: .5rem !important;
}
.wpcf7-not-valid-tip{
	font-size: 13px !important;
	text-align: center;
}
.wpcf7-response-output{
	display: none;
}
form.sent .wpcf7-response-output{
	display: block;
	font-size: 14px;
	width: max-content;
}
.clouds {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    opacity: .8;
    z-index: 99;
}
.clouds img {
    position: absolute;
    bottom: 0;
    max-width: 35%;
    animation: animateSteam calc(3s * var(--i)) linear infinite;
}
.glow_flare{
	position: absolute;
	top: 0;
	left: 0;
	background-size: contain;
	background-repeat: no-repeat;
}
.glow_flare.glow-1{
	width: 17px;
	height: 38px;
	top: 37px;
	left: 41px;
	animation: Parkle linear 2s infinite;
}
.glow_flare.glow-2{
	top: 84px;
	left: 154px;
	/* animation: Parkle linear 2s infinite; */
	width: 75px;
	height: 34px;
}
.glow_flare.glow-3{
	top: 34px;
	left: 321px;
	animation: Parkle linear 1.75s infinite;
	width: 28px;
	height: 54px;
}
@keyframes Parkle {
    0% {
        opacity: 0.4;
        transform: scale(.9);
    }
    25% {
        opacity: .6;
        transform: scale(.9);
        ;
    }
    50% {
        opacity: 1;
        transform: scale(1.3);
    }
    75% {
        opacity: .6;
        transform: scale(.9);
        ;
    }
    100% {
        opacity: 0.4;
        transform: scale(.9);
        ;
    }
}
@keyframes animateSteam {
    0% {
        opacity: 0;
        transform: scale(1);
    }
    25%, 75%{
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(3);
    }
}
.butRegister button{
  position: relative;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  padding: 9px 25px 7px 25px;
}
.butRegister button span{
  display: block;
}
/* .butRegister button::before, .butRegister  button::after{
  content:"";
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.2s linear;
  background: #eaa6bd;
  left: 0;
  top: 0;
  border-radius: 20px;
}

.butRegister  span::before, .butRegister span::after{
  content:"";
  width: 1px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
  top: 0;
  left: 0;
}
.butRegister button:hover::before,.butRegister  button:hover::after{
  width: 100%;
}
.butRegister button:hover span::before, .butRegister button:hover span::after{
  height: 41px;
}
.butRegister span::after{
	right: 0;
	left: unset;
}
.butRegister button::after{
	top: unset;
	bottom: 0;
} */
.textcoppyright{
	/* position: absolute; */
	/* bottom: 0; */
	color: #fff;
	z-index: 999;
	font-size: 11px;
	/* transform: translate(-50%, -50%); */
	/* left: 50%; */
	text-align: center;
}

.textcoppyright p {
    margin: 0;
}
@media only screen and (max-height: 650px) {
    .bathhouse {
        margin-top: -2%;
        max-width: 360px;
    }
}
@media only screen and (max-height: 460px) {
    .bathhouse {
        max-width: 300px;
    }
}
@media only screen and (max-height: 330px) {
    .bathhouse {
        max-width: 250px;
    }
}
@media(max-width: 768px){
	.popupimg .logo{
		margin-bottom: 0;
	}
	.popUpQC .close{
		top: 5px;
		right: 5px;
	}
	.popUpQC .text_popup h3 span{
		font-size: 19px;
	}
	.text_popup .butRegister button{
		font-size: 14px;
		/* width: 128px; */
	}
	.popUpQC .text_popup{left: 50%;transform: translate(-50%, 0);top: unset;bottom: 50%;background: rgba(0, 0, 0, 0.25);border: 1px solid rgba(255, 255, 255, 0.53);box-sizing: border-box;border-radius: 8px;padding: 16px;}
	.popUpQC .text_popup h3{
		font-size: 1.5rem;
		color: #fff;
	}
	.popupmobile{
        display: block !important;
    }
    .popupdesktop{
        display: none;
    }
	.titleBanner{
		color: #fff;
	}
	.cloudsKV{
		display: none;
	}
	.mirrordesk{
		display: none;
	}
	.mirrormobile{
		display: block;
	}
	.img_mirror .logoCenter{
		/* left: unset; */
		/* position: relative; */
		top: unset;
		/* transform: none; */
		/* margin-top: 14rem; */
		left: 50%;
		bottom: 35%;
	}
	.img_mirror .logoCenter img{
		
	}
	.titleBanner h3{
		font-size: unset;
		margin: .3rem;
	}
	.text_kv p{
		font-size: 23px;
	}
	.text_kv span{
		font-size: unset;
	}
	.homeBanner{
		height: 100vh;
	}
	.glow_flare{
		display: none;
	}
	.homeBanner, .section{
		position: relative;
		transform: none;
	}
	.section{
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
	}
	.img_mirror{
	width: calc(100% - 19px);
	margin: 1rem 0;
	}
	.clouds{
		bottom: 0;
		top: unset;
		position: fixed;
	}
	.listContact .sale_agency{
		height: auto;
		padding: 0;
	}
	.listContact .sale_agency::-webkit-scrollbar{
		display: none;
	}
	.listContact input, .listContact textarea{
		width: 100% !important;
	}
	.listContact .item{
		padding: 0;
		/* margin-top: 2rem; */
	}
	.listContact{
		padding: 15px;
	}
	.textcoppyright{
		position: relative;
		text-align: center;
		right: unset;
	}
	.listContact .butRegister{
		margin-bottom: 2rem;
	}
	.listContact .item::after{
		display: none;
	}
	.listContact .title_regis{
		margin-bottom: 1rem;
	}
	.back_to_home{
		display: none;
	}
	.homeBanner .img_mirror img{
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
	}
	.social_footer{
		flex-flow: column;
		top: unset;
		bottom: 88px;
		right: 27px;
	}
	.text_kv{
		/* position: relative; */
		/* top: unset; */
		/* left: unset; */
		text-align: center;
		line-height: 26px;
		/* margin-top: 5rem; */
		transform: translate(-50%, -50%);
		top: unset;
		bottom: 0;
		left: 50%;
		width: max-content;
		display: none;
	}
	.homeContact .logo img{
		margin-top: 2rem;
	}
	.social_footer .item{
		margin-bottom: .75rem;
	}
	.titleBanner h1{
		font-size: 1.5rem;
		margin: 0;
	}
	.img_mirror .logoCenter img{
		width: 130px;
		position: relative;
		border-radius: 0;
		margin: auto;
	}
	.listContact .item .title{
		margin-bottom: 2rem;
	}
	.listContact .col-md-3:nth-child(4) .title{
		display: none;
	}
	.butRegister button{
		padding: 5px 10px;
	}
}