/*
	Theme Name: Phat Events Web
	Description: Custom Theme For Ivory Bridal Web
	Version: 1.0.0
	Author: Developer
*/

@import url('https://use.typekit.net/gbi2mxi.css');

@font-face {
	font-family: 'CoolWeb';
	src: url('assets/fonts/CoolWeb-Regular.woff2') format('woff2'),
	url('assets/fonts/CoolWeb-Regular.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
/*
@font-face {
	font-family: 'DhGotMWeb';
	src: url('assets/fonts/DhGotMWeb-Bold.woff2') format('woff2'),
	url('assets/fonts/DhGotMWeb-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
*/
html{
	font-size: 10px;
}
body{
	background: #000;
	color: #fff;
	font-family: 'CoolWeb', sans-serif;
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.25;
	margin: 0;
	min-width: 320px;
	padding: 0 0 90rem;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}
body.menu-visible{
	overflow: hidden;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	display: inline-block;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
iframe{
	max-width: 100%;
}
a,
.button,
label,
button,
input[type="submit"]{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	outline: none!important;
}
a{
	color: #fff;
	display: inline-block;
	text-decoration: underline;
}
a:hover{
	color: #E22283;
}
.button{
	background: #E22283;
	border-radius: 0.2em;
	color: #fff;
	font-weight: bold;
	padding: 0.33em 1.5em;
	text-decoration: none;
	text-align: center;
}
.button:hover{
	background: #b31b68;
	color: #fff;
}
.button + a{
	margin-left: 0.7em;
}
p,
ul,
ol{
	margin: 0 0 1.2em;
}
p:first-child,
ul:first-child,
ol:first-child{
	margin-top: 0;
}
p:last-child,
ul:last-child,
ol:last-child{
	margin-bottom: 0;
}
ul{
	padding-left: 1em;
}
h2{
	font-size: 12.6rem;
	font-family: 'dharma-gothic-m', sans-serif;
	font-weight: bold;
	line-height: 0.85;
	margin: 0.15em 0;
	text-transform: uppercase;
}
h3{
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child{
	margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child{
	margin-bottom: 0;
}
input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea{
	background: #0E0E0E;
	border: 1px solid #585858;
	border-radius: 1rem;
	box-shadow: none; 
	display: block;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	height: auto;
	padding: 0.8em;
	outline: none!important;
	width: 100%;
}
select{
	background-image: url('assets/img/icons/select-icon.svg');
	background-repeat: no-repeat;
	background-position: center right 0.8em;
	background-size: 0.5em auto;
	cursor: pointer;
	color: #585858;
	padding-right: 1.5em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select.changed{
	color: inherit;
}
textarea{
	height: 12em;
	padding: 0.8em;
	resize: none;
}
input[type="submit"]{
	background: #E22283;
	border: none;
	border-radius: 0.2em;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: inherit;
	font-weight: normal;
	line-height: 1.25;
	min-width: 12.4em;
	padding: 0.7em 2em;
	text-align: center;
	width: auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="submit"]:hover{
	background: #b31b68;
	color: #fff;
}
::-webkit-input-placeholder {color:#585858; opacity: 0.5;transition: all 0.2s linear;}
::-moz-placeholder          {color:#585858; opacity: 0.5;transition: all 0.2s linear;}
:-moz-placeholder           {color:#585858; opacity: 0.5;transition: all 0.2s linear;}
:-ms-input-placeholder      {color:#585858; opacity: 0.5;transition: all 0.2s linear;}
:focus::-webkit-input-placeholder {opacity: 0; display: none;}
:focus::-moz-placeholder          {opacity: 0;}
:focus:-moz-placeholder           {opacity: 0;}
:focus:-ms-input-placeholder      {opacity: 0;}
.cf-row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}
.cf-col{
	padding: 0 1.5rem 4rem;
	width: 100%;
}
.cf-col-6{
	width: 50%;
}
.cf-label{
	margin-bottom: 0.8em;
}
.cf-col.cf-col-submit{
	padding-bottom: 0;
}
.wpcf7-form-control-wrap{
	display: block;
}
.wpcf7-spinner{
	height: 20px;
	margin: 0;
	position: absolute;
	width: 20px;
}
span.wpcf7-not-valid-tip{
	font-size: 0.7em;
	color: #be0000;
	line-height: 1.2;
	margin-top: 0.5em;
}
.wpcf7 form .wpcf7-response-output{
	color: #fff;
	border: none;
	margin: 1em auto 0;
	padding: 0.8em;
	text-align: center;
	width: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output{
	background: #df0000;
}
.wpcf7 form.sent .wpcf7-response-output{
	background: #00a651;
}
.container{
	margin: 0 auto;
	max-width: 132.2rem;
	padding-left: 2rem;
	padding-right: 2rem;
	width: 92%;
}
.container-sm{
	max-width: 102rem;
}
.container-md{
	max-width: 122rem;
}
.container-xl{
	max-width: 138rem;
	width: 96%;
}
.row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -2rem;
	margin-right: -2rem;
}
.col-46{
	padding-left: 2rem;
	padding-right: 2rem;
	width: 46%;
}
.col-54{
	padding-left: 2rem;
	padding-right: 2rem;
	width: 54%;
}
.social-block ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.social-block li{
	margin: 0 1rem;
}
.social-block li:first-child{
	margin-left: 0;
}
.social-block li:last-child{
	margin-right: 0;
}
.social-block a{
	display: block;
}
.social-block a:hover{
	opacity: 0.7;
}
.social-block img{
	display: block;
	height: auto;
	width: 4.6rem;
}
/*-------Animation--------*/
.hidden-block{
	visibility: hidden;
}
.animated{
	animation-duration: 1s;
	animation-fill-mode: both;
}
.anim-delay100{
	animation-delay: 100ms; 
}
.anim-delay200{
	animation-delay: 200ms; 
}
.anim-delay300{
	animation-delay: 300ms; 
}
.anim-delay500{
	animation-delay: 500ms; 
}
.anim-delay800{
	animation-delay: 800ms; 
}
.anim-delay1000{
	animation-delay: 1000ms; 
}
.anim-delay1300{
	animation-delay: 1300ms; 
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 15%, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInUp {
	animation-name: fadeInUp;
}
@keyframes fadeInRight{
	from {
		opacity: 0;
		transform: translate3d(-7rem, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInRight{
	animation-name: fadeInRight;
}
@keyframes fadeInLeft{
	from {
		opacity: 0;
		transform: translate3d(7rem, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInLeft{
	animation-name: fadeInLeft;
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.fadeIn {
	animation-name: fadeIn;
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -6rem, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInDown {
	animation-name: fadeInDown;
}
/*--------------Header--------------*/
.header{
	left: 0;
	position: fixed;
	top: 0;
	text-align: left;
	width: 100%;
	z-index: 99;
}
.header-inner{
	padding: 1rem 0;
	position: relative;
	transition: all 0.3s linear;
	z-index: 2;
}
.body-scroll .header-inner{
	background: #000;
	padding: 1rem 0;
}
.menu-visible .header-inner{
	background: transparent;
}
.header-row{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 143rem;
	padding: 0 2rem;
	width: 96%;
}
.header-logo-col{
	position: relative;
}
.header-logo{
	position: relative;
}
.header-logo a,
.header-logo img{
	display: inline-block;
	vertical-align: middle;
}
.header-logo img{
	height: 13.4rem;
	transition: all 0.3s linear;
	width: auto;
}
.body-scroll .header-logo img{
	height: 10rem;
}
.menu-toggle-col{
	width: 25%;
}
.header-cta-col{
	text-align: right;
	width: 25%;
}
.menu-toggle{
	cursor: pointer;
	transition: all 0.2s linear;
}
.menu-toggle:before{
	content: "Menu";
}
.menu-visible .menu-toggle:before{
	content: "Close";
}
.menu-toggle:hover{
	color: #E22283;
}
.header-cta,
.menu-toggle{
	font-size: 12.6rem;
	font-family: 'dharma-gothic-m', sans-serif;
	font-weight: bold;
	line-height: 0.85;
	text-transform: uppercase;
}
.body-scroll .header-cta,
.body-scroll .menu-toggle{
	font-size: 10rem;
}
.header-cta a{
	color: #E22283;
	text-decoration: none;
}
.header-cta a:hover{
	color: #fff;
}
.popup-menu{
	background: #000;
	color: #fff;
	display: block;
	height: 100%;
	position: fixed;
	top: 0;
	transform: translateY(-100%);
	transition: transform 0.4s cubic-bezier(0.5, 0.25, 0.25, 0.25);
	overflow: hidden;
	width: 100%;
	z-index: 98;
}
.menu-visible .popup-menu{
	transform: translateY(0);
}
.popup-menu-block{
	height: 100%;
	position: relative;
	overflow: auto;
	width: 100%;
	z-index: 2;
}
.popup-menu-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 127.6rem;
	min-height: calc(100vh - 13.6rem);
	padding: 18rem 2rem 6rem;
	width: 96%;
}
.popup-info-col{
	order: 1;
}
.popup-nav-col{
	order: 2;
}
.popup-nav{
	font-size: 7.4rem;
	font-weight: normal;
	line-height: 1.2;
	text-align: right;
}
.popup-nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.popup-nav li{
	margin-bottom: 0.4em;
	overflow: hidden;
}
.popup-nav li:last-child{
	margin-bottom: 0;
}
.popup-nav a{
	animation-delay: 0.4s;
	animation-duration: 0.7s;
	animation-fill-mode: both;
	color: #fff;
	text-decoration: none;
}
.popup-nav a:hover,
.current-menu-item a{
	color: #E22283;
}
.popup-info-text{
	font-size: 3.5rem;
	line-height: 1.77;
	max-width: 13em;
}
.popup-contacts{
	margin-top: 8.8rem;
}
.popup-contacts .contacts-list li{
	margin-bottom: 1.8em;
}
.popup-contacts .contacts-list li:last-child{
	margin-bottom: 0;
}
.popup-footer{
	border-top: 1px solid #fff;
}
.popup-footer-row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 127.6rem;
	padding: 4rem 2rem;
	width: 96%;
}
/*--------------Footer-----------*/
.footer{
	bottom: 0;
	left: 0;
	position: fixed;
	width: 100%;
}
.footer a{
	color: inherit;
	text-decoration: none;
}
.footer a:hover{
	color: #E22283;
}
.footer-top{
	padding: 13rem 0;
}
.footer-top-row{
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.5rem;
}
.footer-col{
	padding: 0 1.5rem;
	width: 30rem;
}
.footer-menu-col{
	flex-grow: 1;
	padding-bottom: 2.5rem;
}
.footer-social-col{
	padding-bottom: 1.7rem;
	width: 30rem;
}
.footer-menu{
	margin: 0 auto;
	max-width: 69.3rem;
}
.footer-menu ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer-menu li{
	padding: 0 1rem;
}
.footer-menu li:first-child{
	padding-left: 0;
}
.footer-menu li:last-child{
	padding-right: 0;
}
.footer-logo a{
	display: inline-block;
	vertical-align: middle;
}
.footer-logo img{
	display: block;
	height: auto;
	width: 25.3rem;
}
.footer-bot-inner{
	margin: 0 auto;
	max-width: 151.2rem;
	position: relative;
}
.footer-title img{
	display: block;
	height: auto;
	max-width: 147rem;
	margin: 0 auto;
	width: 98%;
}
.footer-web-credits{
	bottom: 4rem;
	left: 4rem;
	position: absolute;
	z-index: 2;
}
.web-credits a{
	display: inline-block;
	line-height: 1.2;
	position: relative;
	text-decoration: none;
	vertical-align: middle;
}
.web-credits a:before{
	background-image: url('assets/img/icons/jl-logo.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	display: block;
	height: 2.3em;
	position: relative;
	width: 2.92em;
	z-index: 2;
}
.web-credits-line-wrap{
	display: block;
	left: 1.5em;
	position: absolute;
	transition: all 0.3s ease-in-out;
	top: 0;
	overflow: hidden;
	width: 0px;
}
.web-credits a:hover .web-credits-line-wrap{
	width: 21em;
}
.web-credits-line{
	background: #000;
	border: 1px solid #fff;
	border-left: none;
	border-radius: 0 2em 2em 0;
	color: #fff;
	display: inline-block;
	padding: 0.5em 0.8em 0.5em 1.8em;
	position: relative;
	white-space: nowrap;
	vertical-align: middle;
}
.web-credits u{
	color: #E22283;
}
.side-button{
	left: 0;
	position: fixed;
	transform: rotate(90deg);
	top: 50%;
	z-index: 98;
}
.side-button a{
	background: #E22283;
	border-radius: 5px 5px 0 0;
	color: #fff;
	padding: 0.3em 1.5em;
	position: absolute;
	text-decoration: none;
	transform: translate(-50%, -100%);
	white-space: nowrap;
}
.side-button a:hover{
	background: #b31b68;
}
/*----------Default---------*/
.default-content h1{
	font-size: 3.2em;
	font-family: 'dharma-gothic-m', sans-serif;
	font-weight: bold;
	line-height: 0.85;
	margin: 1em 0 0.4em;
}
.default-content h2{
	font-size: 2.6em;
	font-family: 'dharma-gothic-m', sans-serif;
	font-weight: bold;
	line-height: 0.85;
	margin: 1em 0 0.4em;
}
.default-content h3{
	font-size: 2.2em;
	font-family: 'dharma-gothic-m', sans-serif;
	font-weight: bold;
	line-height: 0.85;
	margin: 1em 0 0.4em;
}
.default-content h4{
	font-size: 1.6em;
	font-family: 'dharma-gothic-m', sans-serif;
	font-weight: bold;
	line-height: 0.85;
	margin: 1em 0 0.4em;
}
.default-content h1:first-child,
.default-content h2:first-child,
.default-content h3:first-child,
.default-content h4:first-child{
	margin-top: 0;
}
/*--------------Home-----------*/
main{
	background: #000;
	position: relative;
	z-index: 2;
}
.sect-pad{
	padding: 12rem 0;
}
.pb-0{
	padding-bottom: 0!important;
}
.pt-0{
	padding-top: 0!important;
}
.fz-60{
	font-size: 3.1em;
	line-height: 1.2;
	max-width: 21em;
	margin: 0 auto 0.5em;
}
.block-bg{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.top-section{
	background: #1f1f1f;
	position: relative;
	overflow: hidden;
}
.top-block{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.top-block-media{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.top-block-image{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.top-block-video{
	display: block;
	height: 100%;
	left: 0;
	width: 100%;
	position: absolute;
	top: 0;
	overflow: hidden;
	z-index: 2;
}
.top-block-video iframe{
	width: 100%;
	width: 100vw;
	height: 56.25vw;
	min-height: 100%;
	min-height: 100vh;
	min-width: 177.77vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.top-block-content-wrap{
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	min-height: 70vh;
	padding: 14rem 0 10rem;
	position: relative;
	width: 100%;
	z-index: 3;
}
.top-block-content{
	color: #fff;
	text-align: center;
}
.top-block-content h1,
.top-block-content h2{
	font-size: 38rem;
	font-family: 'dharma-gothic-m', sans-serif;
	font-weight: bold;
	line-height: 0.85;
	margin: 0;
	text-transform: uppercase;
}
.top-block-content h2{
	font-size: 30rem;
}
@supports (-webkit-text-stroke: green) {
	.top-block-content h1,
	.top-block-content h2{
		color: transparent;
		-webkit-text-stroke: 3px #fff;
	}
}
.intro-section{
	padding: 12.6rem 0;
}
.intro-section .row{
	justify-content: center;
}
.intro-img{
	max-width: 45.5rem;
}
.intro-img img{
	display: inline-block;
	height: auto;
	vertical-align: middle;
	width: 100%;
}
.intro-content-col{
	align-self: center;
}
.contacts-list{
	list-style-type: none;
	margin: 1.5em 0 2em;
	padding: 0;
}
.contacts-list li{
	margin-bottom: 1.5em;
}
.contacts-list li:last-child{
	margin-bottom: 0;
}
.contacts-list a{
	display: inline-block;
	padding-left: 2.4em;
	position: relative;
	text-decoration: none;
}
.contacts-list a:before{
	background: #E22283;
	border-radius: 50%;
	content: "";
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 1.875em;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.875em;
}
.contact-email a:before{
	content: "E";
}
.contact-phone a:before{
	content: "T";
}
.slogan-section{
	background: #fff;
	border-radius: 4rem 4rem 0 0;
	color: #000;
	padding: 5rem 0 2.4rem;
}
.slogan-wrap{
	overflow: hidden;
}
.slogan-title{
	display: flex;
	font-size: 50rem;
	font-family: 'dharma-gothic-m', sans-serif;
	font-weight: bold;
	line-height: 0.85;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	-webkit-user-select: none;
	user-select: none;
	pointer-events: none;
	width: 100%;
}
.slogan-title-text{
	justify-content: space-around;
	margin: 0 0.05em;
	animation: scrollSloganText 60s linear infinite;
	white-space: nowrap;
	text-transform: uppercase;
}
@keyframes scrollSloganText{
	0% {
		transform: translateX(0)
	}
	to {
		transform: translateX(-100%);
	}
}
.grl-section{
	background: #fff;
	padding-bottom: 6.6rem;
}
.grl-slider-wrap{
	padding-bottom: 3rem;
}
.grl-slider-wrap:last-child{
	padding-bottom: 0;
}
.grl-slider .swiper-wrapper{
	transition-timing-function: linear!important;
}
.grl-slider .swiper-slide{
	height: auto;
	padding: 0 1.5rem;
	width: 35.6rem;
}
.grl-block-quote{
	background: #E22283;
	border-radius: 2rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 13rem 2rem;
	position: relative;
}
.grl-block-quote:before,
.grl-block-quote:after{
	background-image: url('assets/img/icons/quote-symbol.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	display: block;
	height: 7.7rem;
	position: absolute;
	width: 6.8rem;
}
.grl-block-quote:before{
	left: 3rem;
	top: 3rem;
}
.grl-block-quote:after{
	right: 3rem;
	bottom: 3rem;
	transform: rotate(180deg);
}
.grl-block-text{
	font-size: 3.4rem;
	line-height: 1.2;
	margin: auto;
	max-width: 23rem;
	text-align: center;
}
.grl-block-img{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 2rem;
	height: 100%;
	min-height: 44.4rem;
}
.parallax-img{
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 49%;
}
.services-section{
	padding: 8rem 0 12rem;
}
.services-heading{
	padding-bottom: 8rem;
	text-align: center;
}
.services-tabs-nav{
	background: #1B1B1B;
	border-radius: 1rem;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 1rem;
}
.services-tabs-item{
	display: none;
}
.services-tab-nav-item span{
	border-radius: 0.5rem;
	cursor: pointer;
	display: block;
	padding: 0.65em 2em;
	transition: all 0.2s linear;
}
.services-tab-nav-item.active span{
	background: #000;
}
.services-img{
	max-width: 45.5rem;
}
.services-img img{
	border-radius: 2rem;
	display: block;
	height: auto;
	width: 100%;
}
.book-cta-section{
	background: #fff;
	border-radius: 4rem 4rem 0 0;
	color: #000;
	padding: 5rem 0 3.4rem;
}
.book-cta-inner{
	min-height: 1px;
	position: relative;
}
.book-cta-overlay{
	display: flex;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	overflow: hidden;
	-webkit-user-select: none;
	user-select: none;
	pointer-events: none;
	width: 100%;
}
.book-cta-overlay-text{
	color: #E22283;
	font-size: 12.6rem;
	font-family: 'dharma-gothic-m', sans-serif;
	font-weight: bold;
	line-height: 0.85;
	display: flex;
	flex-shrink: 0;
	margin: 0 0.05em;
	justify-content: space-around;
	animation: scrollBookText 100s linear infinite;
	white-space: nowrap;
	text-transform: uppercase;
}
@keyframes scrollBookText{
	0% {
		transform: translateX(0)
	}
	to {
		transform: translateX(-100%);
	}
}
@supports (-webkit-text-stroke: green) {
	.book-cta-overlay-text{
		color: transparent;
		-webkit-text-stroke: 1px #E22283;
	}
}
.book-cta-text{
	font-size: 21rem;
	font-family: 'dharma-gothic-m', sans-serif;
	font-weight: bold;
	line-height: 0.85;
	text-align: center;
	position: relative;
	z-index: 2;
}
.book-cta-text a{
	background: #fff;
	color: #E22283;
	display: inline-block;
	padding: 0 0.1em;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
.book-cta-text a:before,
.book-cta-text a:after{
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 0.3em;
}
.book-cta-text a:before{
	background: linear-gradient(to right, transparent, #fff);
	right: 100%;
}
.book-cta-text a:after{
	background: linear-gradient(to right, #fff, transparent);
	left: 100%;
}
.book-cta-text a:hover{
	color: transparent;
	-webkit-text-stroke: 2px #E22283;
}
.contact-cta-section{
	background: #fff;
	color: #000;
}
.contact-cta-form{
	padding: 3.3rem 0 6rem;
}
.ccf-row{
	font-size: 8.2rem;
	line-height: 1.2;
	margin-bottom: 0.7em;
}
.ccf-row:last-child{
	margin-bottom: 0;
}
.ccf-col{
	display: flex;
	align-items: center;
	margin-bottom: 0.4em;
	overflow: hidden;
}
.ccf-col:last-child{
	margin-bottom: 0;
}
.ccf-label{
	align-self: flex-start;
	margin-right: 0.3em;
	white-space: nowrap;
}
.ccf-input{
	flex-grow: 1;
}
.ccf-row span.wpcf7-not-valid-tip{
	font-size: 2.4rem;
}
.ccf-row input[type="text"],
.ccf-row input[type="tel"],
.ccf-row input[type="email"],
.ccf-row select,
.ccf-row textarea{
	background: transparent;
	border: none;
	border-bottom: 1px solid #B1ADAD;
	border-radius: 0;
	color: #000;
	display: block;
	height: auto;
	letter-spacing: normal;
	line-height: inherit;
	padding: 0;
	width: 100%;
}
.ccf-row select{
	color:#B1ADAD;
}
.ccf-row select.changed{
	color: #000;
}
.ccf-row ::-webkit-input-placeholder {color:#B1ADAD; opacity: 1;}
.ccf-row ::-moz-placeholder          {color:#B1ADAD; opacity: 1;}
.ccf-row :-moz-placeholder           {color:#B1ADAD; opacity: 1;}
.ccf-row :-ms-input-placeholder      {color:#B1ADAD; opacity: 1;}
.contact-cta-links{
	border-top: 1px solid #000;
	padding: 5.6rem 0;
}
.contact-cta-links ul{
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.contact-cta-links li{
	margin: 0.7em 1.25em 0.7em 0;
}
.contact-cta-links a{
	color: #000;
	display: inline-block;
	padding-left: 2.4em;
	position: relative;
	text-decoration: none;
}
.contact-cta-links a:hover{
	color: #E22283;
}
.contact-cta-links a:before{
	background: #E22283;
	border-radius: 50%;
	content: "";
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 1.875em;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.875em;
}
.contact-cta-links .contact-email a:before{
	content: "E";
}
.contact-cta-links .contact-phone a:before{
	content: "T";
}
.setup-grl-section{
	background: #000;
}
.gallery-section{
	padding-bottom: 10.6rem;
	overflow: hidden;
}
.gallery-slider-wrap{
	position: relative;
}
.gallery-slider{
	border-radius: 2rem;
}
.gallery-img{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 2rem;
	padding-top: 63.8%;
}
.gallery-button-prev,
.gallery-button-next{
	background-color: #E22283;
	background-image: url('assets/img/icons/arrow-right-icon.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 57% auto;
	border-radius: 50%;
	cursor: pointer;
	height: 7rem;
	margin-top: -3.5rem;
	position: absolute;
	top: 50%;
	transition: all 0.2s linear;
	width: 7rem;
	z-index: 2;
}
.gallery-button-prev{
	left: -3.5rem;
	transform: rotate(180deg);
}
.gallery-button-next{
	right: -3.5rem;
}
.gallery-button-prev:hover,
.gallery-button-next:hover{
	background-color: #b31b68;
}
.services-slogan-section{
	padding-bottom: 4.5rem;
}
.booking-section{
	padding-bottom: 13.7rem;
}
.booking-cta-links{
	padding-top: 4rem;
}
.booking-cta-links ul{
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.booking-cta-links li{
	margin: 0.7em 2em 0.7em 0;
}
.booking-cta-links a{
	color: inherit;
	display: inline-block;
	padding-left: 2.4em;
	position: relative;
	text-decoration: none;
}
.booking-cta-links a:hover{
	color: #E22283;
}
.booking-cta-links a:before{
	background: #E22283;
	border-radius: 50%;
	content: "";
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 1.875em;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.875em;
}
.booking-cta-links .contact-email a:before{
	content: "E";
}
.booking-cta-links .contact-phone a:before{
	content: "T";
}
/*----------------Responsive--------------*/
@media only screen and (max-width : 1500px) {
	html{
		font-size: 0.66vw;
	}
}
@media only screen and (max-width : 991px) {
	html{
		font-size: 10px;
	}
	body{
		font-size: 1.8rem;
		padding-bottom: 76rem;
	}
	h2{
		font-size: 10rem;
	}
	.header-cta,
	.menu-toggle{
		font-size: 8rem;
	}
	.body-scroll .header-cta,
	.body-scroll .menu-toggle{
		font-size: 8rem;
	}
	.header-logo img,
	.body-scroll .header-logo img{
		height: 8rem;
	}
	.social-block li{
		margin: 0 0.5rem;
	}
	.social-block img{
		width: 4rem;
	}
	.popup-menu-row{
		padding: 15rem 2rem 6rem;
	}
	.popup-nav-col{
		order: 1;
		width: 100%;
	}
	.popup-info-col{
		order: 2;
		padding-top: 6rem;
		width: 100%;
	}
	.popup-nav{
		font-size: 6rem;
		text-align: left;
	}
	.popup-info-text{
		line-height: inherit;
		max-width: 100%;
	}
	.popup-contacts{
		margin-top: 5rem;
	}
	.footer-top{
		padding: 10rem 0;
	}
	.footer-logo-col{
		padding-bottom: 6rem;
		text-align: center;
		width: 100%;
	}
	.footer-menu-col{
		padding-bottom: 6rem;
		text-align: center;
		width: 100%;
	}
	.footer-menu ul{
		justify-content: center;
	}
	.footer-logo img{
		width: 18rem;
	}
	.footer-menu li{
		padding: 0 2rem;
	}
	.footer-social-col{
		padding-bottom: 0;
		width: 100%;
	}
	.footer-social ul{
		justify-content: center;
	}
	.top-block-content-wrap{
		min-height: 56rem;
		padding: 24rem 0 14rem;
	}
	.top-block-content h1,
	.top-block-content h2{
		font-size: 22rem;
		-webkit-text-stroke: 2px #fff;
	}
	.slogan-title{
		font-size: 26rem;
	}
	.grl-slider-wrap{
		padding-bottom: 2rem;
	}
	.grl-slider .swiper-slide{
		max-width: 34.6rem;
		padding: 0 1rem;
	}
	.parallax-img{
		padding-top: 100%;
	}
	.book-cta-text{
		font-size: 16rem;
	}
	.book-cta-overlay-text{
		font-size: 10rem;
	}
	.ccf-row{
		font-size: 4.4rem;
	}
	.ccf-row span.wpcf7-not-valid-tip{
		font-size: 1.8rem;
	}
	.gallery-button-prev,
	.gallery-button-next{
		height: 5rem;
		margin-top: -2.5rem;
		width: 5rem;
	}
	.gallery-button-prev{
		left: -2.5rem;
	}
	.gallery-button-next{
		right: -2.5rem;
	}
}
@media only screen and (max-width : 767px) {
	body{
		padding: 0;
	}
	h2{
		font-size: 8rem;
	}
	.sect-pad{
		padding: 6rem 0;
	}
	.container{
		width: 100%;
	}
	.col-46,
	.col-54{
		width: 100%;
	}
	.cf-col{
		padding-bottom: 2rem;
		width: 100%;
	}
	.cf-col-submit input{
		width: 100%;
	}
	.header-row{
		width: 100%;
	}
	.header-cta,
	.menu-toggle{
		font-size: 5rem;
	}
	.body-scroll .header-cta,
	.body-scroll .menu-toggle{
		font-size: 4.6rem;
	}
	.header-logo img,
	.body-scroll .header-logo img{
		height: 5rem;
	}
	.popup-menu-row{
		min-height: calc(100vh - 7.4rem);
		padding: 11rem 2rem 4rem;
		width: 100%;
	}
	.popup-nav{
		font-size: 4rem;
	}
	.popup-info-col{
		padding-top: 4rem;
	}
	.popup-info-text{
		font-size: inherit;
	}
	.popup-contacts{
		margin-top: 4rem;
	}
	.popup-footer-row{
		padding: 2rem;
		width: 100%;
	}
	.popup-social img{
		width: 3rem;
	}
	.footer{
		position: relative;
	}
	.footer-top{
		padding: 5rem 0 6rem;
	}
	.footer-logo-col{
		padding-bottom: 4rem;
	}
	.footer-menu-col{
		padding-bottom: 4rem;
	}
	.footer-logo img{
		width: 12rem;
	}
	.footer-menu{
		font-size: 22px;
	}
	.footer-menu li{
		padding: 0.5em 0;
		width: 100%;
	}
	.footer-web-credits{
		bottom: 2rem;
		left: 2rem;
	}
	.web-credits{
		font-size: 14px;
	}
	.side-button{
		display: none;
	}
	.top-block-content-wrap{
		min-height: 50vh;
		padding: 16rem 0 8rem;
	}
	.top-block-content h1,
	.top-block-content h2{
		font-size: 11rem;
	}
	@supports (-webkit-text-stroke: green) {
		.top-block-content h1,
		.top-block-content h2{
			color: transparent;
			-webkit-text-stroke: 1px #fff;
		}
	}
	.intro-section{
		padding: 6rem 0;
	}
	.intro-img-col{
		padding-bottom: 6rem;
		text-align: center;
	}
	.intro-img img{
		width: 20rem;
	}
	.slogan-section{
		border-radius: 2rem 2rem 0 0;
		padding: 3rem 0 2rem;
	}
	.slogan-title{
		font-size: 16rem;
	}
	.slogan-title-text{
		animation: scrollSloganText 40s linear infinite;
	}
	.grl-section{
		padding-bottom: 5rem;
	}
	.grl-slider-wrap{
		padding-bottom: 1.6rem;
	}
	.grl-slider .swiper-slide{
		max-width: 28rem;
		padding: 0 0.8rem;
	}
	.grl-block-quote{
		border-radius: 1rem;
		padding: 10rem 2rem;
	}
	.grl-block-quote:before,
	.grl-block-quote:after{
		height: 5rem;
		width: 5rem;
	}
	.grl-block-quote:before{
		left: 1.5rem;
		top: 1.5rem;
	}
	.grl-block-quote:after{
		right: 1.5rem;
		bottom: 1.5rem;
	}
	.grl-block-text{
		font-size: 2.8rem;
		max-width: 6.8em;
	}
	.grl-block-img{
		border-radius: 1rem;
		min-height: 34rem;
	}
	.parallax-img{
		padding-top: 42rem;
	}
	.services-section{
		padding: 6rem 0;
	}
	.services-heading{
		padding-bottom: 3rem;
	}
	.services-tabs-nav{
		display: flex;
		width: 100%;
	}
	.services-tab-nav-item{
		width: 100%;
	}
	.services-img-col{
		padding-bottom: 5rem;
	}
	.services-img img{
		border-radius: 1rem;
		height: 30rem;
		object-fit: cover;
	}
	.book-cta-section{
		border-radius: 2rem 2rem 0 0;
		padding: 4.5rem 0 1rem;
	}
	.book-cta-text{
		font-size: 11rem;
	}
	.book-cta-overlay-text{
		animation: scrollBookText 60s linear infinite;
		font-size: 7rem;
	}
	.contact-cta-form{
		padding: 3rem 0 4rem;
	}
	.ccf-row{
		font-size: 3rem;
	}
	.ccf-col{
		flex-wrap: wrap;
		margin-bottom: 0.8em;
	}
	.ccf-label{
		margin: 0 0 0.1em;
		white-space: normal;
		width: 100%;
	}
	.ccf-input{
		width: 100%;
	}
	.ccf-row input[type="text"],
	.ccf-row input[type="tel"],
	.ccf-row input[type="email"],
	.ccf-row select,
	.ccf-row textarea{
		width: 100%;
	}
	.ccf-submit input{
		width: 100%;
	}
	.contact-cta-links{
		padding: 3rem 0;
	}
	.gallery-section{
		padding-bottom: 5rem;
	}
	.gallery-slider{
		border-radius: 1rem;
		overflow: visible;
	}
	.gallery-img{
		border-radius: 1rem;
		padding-top: 36rem;
	}
	.gallery-button-prev,
	.gallery-button-next{
		display: none;
	}
	.services-slogan-section{
		padding-bottom: 3.5rem;
	}
	.booking-section{
		padding-bottom: 5rem;
	}
	.booking-cta-links{
		padding-top: 3rem;
	}
}
@media only screen and (min-width : 992px){
	@keyframes menuFadeIn{
		from {
			opacity: 0;
		}
		to {
			opacity: 1;
		}
	}
	@keyframes menuFadeInUp {
		from {
			opacity: 0;
			transform: translate3d(0, 1.4em, 0) skew(3deg, -6deg);
		}
		to {
			opacity: 1;
			transform: none;
		}
	}
	.menu-visible .popup-nav a{
		animation-name: menuFadeInUp;
		transform: translate3d(0, 0, 0) skew(0, 0);
	}
	.menu-visible .popup-nav li:nth-child(2) a{
		animation-delay: 0.5s;
	}
	.menu-visible .popup-nav li:nth-child(3) a{
		animation-delay: 0.6s;
	}
	.menu-visible .popup-nav li:nth-child(4) a{
		animation-delay: 0.7s;
	}
	.menu-visible .popup-nav li:nth-child(5) a{
		animation-delay: 0.8s;
	}
	.menu-visible .popup-nav li:nth-child(6) a{
		animation-delay: 0.9s;
	}
	.menu-visible .popup-info-text{
		animation-duration: 1s;
		animation-fill-mode: both;
		animation-name: menuFadeIn;
		animation-delay: 0.6s;
	}
	.menu-visible .popup-contacts{
		animation-duration: 1s;
		animation-fill-mode: both;
		animation-name: menuFadeInUp;
		animation-delay: 1s;
	}
	.menu-visible .popup-footer{
		animation-duration: 0.7s;
		animation-fill-mode: both;
		animation-name: menuFadeIn;
		animation-delay: 1.2s;
	}
}