@charset "utf-8";
/*    Website designed and created by Adam Nicholls    */
@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;700&display=swap);

/* 

Realist Valet
07949 115 887
#mobile
realistvalet@hotmail.com
-----------------
19 Penenden Street
Maidstone
Kent
ME14 2ST
------------------
mobile valet and detailing
mobile
Mini valets
Full valets
Deep interior car cleaning
Mobile valeting
Mobile detailing
------------------
15/11/2022
www.realistvalet.co.uk
------------------
<img src="media/images/logo.png" alt="">

 */

:root{
	--dark: #0d0e12;
	--medium: #4b4b4b;
	--light: #858585;
	--light50: #85858580;
	--accent: #bab166;

	--bigrad: 8px;
	--mediumrad: 6px;
	--smallrad: 4px;

	--bigpad: 60px;
	--mediumpad: 40px;
	--smallpad: 20px;

	--mainfont: 'Manrope', sans-serif;
	--titlefont: 'Manrope', sans-serif;	

	--logoheight: 90px;
	--logoheightmob: 90px;
}
@media screen and (max-width: 40em) {
	:root{
		--bigpad: 60px;
		--mediumpad: 30px;
		--smallpad: 15px;
	}
}

.logo img{
	max-height: var(--logoheight);
	display: inline-block;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	max-width: 400px;
}
@media screen and (max-width: 64em) {
	.logo{
		text-align: center;
		width: 100%;
		padding-left: 80px;
		padding-right: 80px;
	}
	.logo img{
		max-height: var(--logoheightmob);
		text-align: center;
		margin-top: 1rem;
		max-width: 100%;
		margin-bottom: 1rem;
	}
}
.logo p{
	font-size: 1.5rem;
	color: var(--dark);
	margin: 0;
}
.top-section{
	padding-top: var(--smallpad);
	padding-bottom: var(--smallpad);
	position: relative;
	z-index: 30;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
header{
	position: relative;
	z-index: 5;
}
main{
	position: relative;
	z-index: 1;
}
.widerow{
	max-width: 100rem;
}
.columns p:last-of-type{
	margin-bottom: 0;
}

/******** Essentials ********/
body{
	margin: 0;
	padding: 0;
	background-color: white;
	padding: 0px 0;
	font-family: var(--mainfont);
	overflow-x:hidden;
	scroll-behavior: smooth;
}
a, a:active, a:visited, a:link{
	text-decoration: none;
	color: #777;
}
p{
	font-size: 1rem;
	line-height: 1.75rem;
	font-weight: 500;
	opacity: 0.92;
	font-family: var(--mainfont);
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	margin-bottom: 10px;
	font-weight: 400;
	font-family: var(--titlefont);
	display: block;
	width: 100%;
}
.banner-text p:first-of-type{
	font-size: 3rem;
	font-weight: 300;
	line-height: 1.1;
	color: white;
	opacity: 1;
	font-family: var(--titlefont);
}

/******** BN Kit ********/
.social a{
	display: inline-block;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	margin-right: 8px;
	border-radius: var(--mediumrad);
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}
.social a:hover{background-color: var(--medium)!important;}
.social span{color: white;margin: 0;}
.bigbg{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	min-height: 400px;
	max-height: 750px;
	border-radius: var(--bigrad);
}

/******** Typegraphy ********/
.sub-title{
	font-size: 0.75rem;
	line-height: 1.1;
	font-weight: 400;
	color: var(--accent);
	display: block;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	margin: 0;
	margin-bottom: 1rem!important;
}
main h1{
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 400;
	color: var(--medium);	
}
main h2{
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 400;
	color: var(--medium);	
}
main h3{
	font-size: 1.75rem;
	line-height: 1.2;
	font-weight: 400;
	color: var(--medium);	
}
main h4{
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 400;
	color: var(--medium);	
}
main h5{
	font-size: 1.25rem;
	line-height: 1.2;
	font-weight: 400;
	color: var(--light);	
}
main h6{
	font-size: 1rem;
	line-height: 1.2;
	font-weight: 400;
	color: var(--light);	
}
main strong{font-weight: 700;color: var(--light);}
.medbg strong{font-weight: 700;color: var(--medium);}

.light-text :is(p, h1, h2){color: white;}
.light-text :is(h3, h4, h5){color: var(--accent);}
.extradarkbg :is(p, h1, h2){color: var(--light);}
.extradarkbg :is(h3, h4, h5){color: var(--accent);}
.darkbg :is(h1, h2){color: white;}
.darkbg p{color: white;}
.darkbg :is(h3, h4, h5, .sub-title){color: var(--accent);}
.medbg :is(p, h1, h2){color: white;}
.medbg :is(h3, h4, h5){color: var(--accent);}
.lightbg :is(p, h1, h2){color: var(--dark);}
.lightbg :is(h3, h4, h5){color: var(--medium);}
.caption :is(p, h1, h2){color: white;}
.caption :is(h3, h4, h5, .cta){color: white;}
.accentbg :is(h3, h4, h5, p, h1, h2){color: white;}

/******** Buttons ********/
.button{
	line-height: 3.5rem;
	font-size: 0.825rem;
	padding: 0 40px;
	display: inline-block;
	font-weight: 500;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	background-color: var(--accent);
	color: white!important;
	border-radius: var(--smallrad);
	position: relative;
	z-index: 1;
	text-decoration: none!important;
	overflow: hidden;
	cursor: pointer;
	text-transform: capitalize;
}
.button span{margin-right: 10px;}
.button::after{
	position: absolute;
	bottom: 0px;
	left: -160px;
	content: " ";
	background-color: var(--medium);
	width: 600px;
	height: 600px;
	z-index: 1;
	z-index: -1;
	-webkit-transition: ease-out 0.3s;
	-o-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
	transform-origin: bottom left;
	transform:rotate(-30deg);
}
.button:hover::after{transform:rotate(0deg);}
.button2{background-color: var(--medium);}
.button2::after{background-color: var(--accent);}
.button + .button{margin-left: 1rem;}

.cta{
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1;
	margin: 0;
	display: inline-block;
	color: var(--medium)!important;
	text-decoration: underline!important;
}
.cta:hover{
	color: var(--accent)!important;
}
.caption-blur .cta{
	color: white!important;
	display: block;
	margin-top: 1rem;
}
.darkbg .cta, .medbg .cta{
	color: white!important;
}

@media screen and (max-width: 40em) {
	.button{
		display: block;
		width: 100%;
		text-align: center;
	}
	.button + .button{
		margin: 0;
		margin-top: 0.5rem;
	}
}
/******** List ********/
main ul{
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;	
}
main ul li{
	position: relative;
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: 1rem;
	text-align: left;
	padding-left: 1.5rem;
	display: inline-block;
	width: 100%;
	color: var(--dark);
	text-transform: capitalize;
	font-weight: 700;
}
main ul li::before{
	position: absolute;
	left: 0;
	top: 0.5rem;
	width: 0.5rem;
	height: 0.5rem;
	line-height: 2rem;
	text-align: center;
	border-radius: 50%;
	content: " ";
	background-color: var(--accent);
}
main ol{
	counter-reset: my-awesome-counter;
	padding: 0;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;	
}
main ol li{
	position: relative;
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 10px;
	text-align: left;
	padding: 0.25rem 0;
	display: inline-block;
	width: 100%;
	color: var(--dark);
	font-weight: 700;
	-webkit-transition: ease 0.6s;
	-o-transition: ease 0.6s;
	transition: ease 0.6s;
  counter-increment: my-awesome-counter;
}
.darkbg li{color: white;}
main ol li a{
	-webkit-transition: ease 0.6s;
	-o-transition: ease 0.6s;
	transition: ease 0.6s;
}
ol li::before {
  content: counter(my-awesome-counter) ". ";
  color: var(--accent);
  font-weight: bold;
}

/******** Section sizes ********/
section{
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;
}
.next-section{
	padding-bottom: 120px;
	padding-top: 0;
	position: relative;
}
.next-inner-section{
	padding-bottom: 0;
	padding-top: 120px;
	position: relative;
}
.large-section{
	padding-top: 180px;
	padding-bottom: 180px;
	position: relative;
}
.medium-section{
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}
.small-section{
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
@media screen and (max-width: 64em) {
	section{padding-top: 50px;padding-bottom: 50px;}
	.medium-section{padding-top: 25px;padding-bottom: 25px;}
	.small-section{padding-top: 15px;padding-bottom: 15px;}
	.next-section{padding-bottom: 50px;}
	.large-section{padding-bottom: 100px;padding-top: 100px;}
}
.card{
	border-radius: var(--mediumrad);
	padding: var(--bigpad);
}
.card .bigbg{min-height: 200px; margin-bottom: 30px;}

/******** Text sections ********/
.left-text{padding: var(--bigpad);padding-left: 1.15rem;}
.right-text{padding: var(--bigpad);padding-right: 1.15rem;}
.text{padding: var(--bigpad);}
.small-text{padding: 1.15rem 1.15rem;}
main .content:nth-child(even) .left-text{
	order: +1;
	padding-left: var(--bigpad);
	padding-right: 1.15rem;
}
@media screen and (max-width: 64em) {
	main .content:nth-child(even) .left-text{order: auto;padding: var(--bigpad) 1.15rem;}
	.left-text{padding: var(--bigpad) 1.5rem;}
	.right-text{padding: var(--bigpad) 1.5rem;}
	.text{padding: var(--bigpad) 1.15rem;}
	.small-text{padding: 2rem 1.15rem;}
}

/******** Navigations ********/
nav ul li{display: inline-block;position: relative;}
nav ul li a{
	display: inline-block;
	line-height: 3rem;
	padding: 0 10px;
	font-size: 1rem;
	font-weight: 300;
	color: var(--dark)!important;
	position: relative;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	text-transform: capitalize;
	letter-spacing: 0.5px;
}
nav ul li a:hover{color: var(--accent)!important;}
nav ul li > ul{
	position: absolute;
	top: calc(100% - 2px);
	text-align: left;
	clear: both;
	white-space: nowrap;
	padding: 1.5rem;
	border-radius: var(--smallrad);	
	background-color: var(--medium);
	opacity: 0;
	z-index: 10;
	width: auto;
	transform: scale(0.5);
	pointer-events: none;
	transform-origin: top left;
	-webkit-transition: ease 0.1s;
	-o-transition: ease 0.1s;
	transition: ease 0.1s;
	border-top: 3px solid var(--accent);
	box-shadow: 0 0 80px rgba(0,0,0,0.2);
}
nav ul li > ul li{display: block;}
nav ul li > ul li a{
	padding: 0;
	color: white!important;
	line-height: 35px;
}
nav ul li:hover > ul{
	opacity: 1;
	transform: scale(1);
	pointer-events: auto;
}
nav ul li:hover > ul{
	opacity: 1;
	transform: scale(1);
	pointer-events: auto;
}
nav ul li > a{margin-right: 10px;}
nav ul li > a:only-child{margin-right: 0px;}
nav ul li > a::after {
	background-image: url(../images/shapes/navdown.svg);
	position: absolute;
	right: -10px;
	top: 5px;
	width: 20px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	content: " ";
}
nav ul li > a:only-child::after { display: none;}
.nav-toggler{display: none;}
.mob-call{display: none;}
.call-me{display: none;}
@media screen and (max-width: 64em) {
	nav{
		position: fixed;
		top: 0px;
		right: -100%;
		display: table;
		height: 100vh; /*Fallback for dogshit browsers*/
		height: calc(var(--vh, 1vh) * 100);
		width: 100%;
		opacity: 0;
		z-index: 100000;
		text-align: left;
		padding: 0 1.15rem;
		text-align: left;
		overflow: hidden;

		-webkit-transition:ease 1s;
		-o-transition:ease 1s;
		transition:ease 1s;
		background-color: var(--dark);
		pointer-events: none;

		background-image: url(../images/icon.svg);
		background-size: 360px;
		background-position: bottom 30px right -30px;
		background-repeat: no-repeat;
	}
	nav::after{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
		opacity: 0.9;
		content: " ";
		background-image:
		 -webkit-linear-gradient(bottom left, var(--light), var(--dark));
		background-image:
		 -o-linear-gradient(bottom left, var(--light), var(--dark));
		background-image:
		 linear-gradient(to right top, var(--light), var(--dark));
	}
	/*nav::before{
		position: absolute;
		z-index: 3;
		bottom: 2rem;
		left: calc(1.15rem + 10px);
		width: calc(100% - 120px);
		height: 60px;
		content: " ";
		background-size: contain;
		background-image: url(../images/logo.png);
		background-repeat: no-repeat;
	}*/
	.shownav{
		opacity: 1;
		pointer-events: auto;
		right: 0;
	}
	nav ul li{display: block;}
	nav ul{
		display: table-cell;
		vertical-align: middle;
		z-index: 10;
		position: relative;
		padding-top: 90px;
		padding-bottom: 90px;
	}
	nav ul li a{
		line-height: 2;
		font-size: 1.25rem;
		display: block;
		cursor: pointer;
	}
	nav ul li::after{display: none;}
	nav ul li > ul{
		position: relative;
		display: block;
		top: 0;
		text-align: inherit;
		padding: 10px;
		background-color: unset;
		opacity: 1;
		width: 100%;
		transform: scale(1);
		pointer-events: auto;
		border-top: 0px;
		box-shadow: 0 0 80px rgba(0,0,0,0.0);
		display: none;
		overflow: hidden;
	}
	nav ul li > ul li{
		display: block;
		width: 100%;
	}
	nav ul li > ul li a{
		display: block;
		width: 100%;
		font-size: 90%;
	}
	.top-section{padding-top: 0;}
	.navigation{position: relative;z-index: 40;}
	.navigation .social{
		margin-top: 20px;
		padding: 20px 10px;
	}
	.nav-toggler{
		position: absolute;
		top: 1rem;
		left: 2rem;
		display: block;
		z-index: 1000;
		cursor: pointer;
		width: 50px;
		height: 50px;
		text-align: right;
	}
	.toggler-one{
		width: 30px;
		height: 3px;
		background-color: var(--dark);
		border-radius: 3px;
		position: absolute;
		left: 0;
		top: 20px;
		-webkit-transition: top ease 0.3s, 
		transform 0.3s ease 0.3s,
		width ease 0.3s;
		-moz-transition: top ease 0.3s, 
		transform 0.3s ease 0.3s,
		width ease 0.3s;
		transition: top ease 0.3s, 
		transform 0.3s ease 0.3s,
		width ease 0.3s;
		transform-origin: center center;
	}
	.toggler-two{
		width: 20px;
		height: 3px;
		left: 0;
		background-color: var(--dark);
		border-radius: 3px;
		position: absolute;
		top: 28px;
		-webkit-transition: top ease 0.3s, 
		transform 0.3s ease 0.3s,
		width ease 0.3s;
		-moz-transition: top ease 0.3s, 
		transform 0.3s ease 0.3s,
		width ease 0.3s;
		transition: top ease 0.3s, 
		transform 0.3s ease 0.3s,
		width ease 0.3s;
		transform-origin: center center;
	}
	.nav-toggler:hover .toggler-two{
		width: 30px;
	}
	.t1{
		width: 30px;
		top: 24px;
		background-color: var(--accent);
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: top ease 0.3s, transform 0.3s ease 0.3s;
		-moz-transition: top ease 0.3s, transform 0.3s ease 0.3s;
		transition: top ease 0.3s, transform 0.3s ease 0.3s;
	}
	.t2{
		width: 30px;
		top: 24px;
		background-color: var(--accent);
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: top ease 0.3s, transform 0.3s ease 0.3s;
		-moz-transition: top ease 0.3s, transform 0.3s ease 0.3s;
		transition: top ease 0.3s, transform 0.3s ease 0.3s;
	}
	.mob-call{
		position: absolute;
		z-index: 10;
		display: block;
		width: 50px;
		top: 1rem;
		right: 1rem;
		color: white;
		background: var(--accent);
		text-align: center;
		border-radius: var(--mediumrad);
		-webkit-transition: ease 0.3s;
		-o-transition: ease 0.3s;
		transition: ease 0.3s;
	}
	.mob-call a{color: white;}
	.mob-call span{
		line-height: 50px;
		color: white;
	}
	.mob-call{cursor: pointer;}
}

.top-fix{position: fixed;}

/******** LUXURY CARE PACKAGE SECTION ********/
.luxury-section .button {
	margin-top: 2rem;
}

/******** GALLERY ********/
.gallery{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
}
.reviews{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
}
.thumbs{
	overflow: hidden;
	position: relative;
	z-index: 2;
	height: 400px;
	background-size: cover;
	background-position: center center;
	border-radius: var(--smallrad);
	transform:scale(1);
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
.thumbs:hover{
	transform:scale(1.02);
}
.thumbs img{
	width: 100%;
	margin: 0!important;
	border-radius: 3px;
}
.thumbs a{
	margin: 0!important;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
@media screen and (max-width: 64em) {
	.thumbs{height: 240px;}
}
@media screen and (max-width: 40em) {
	.thumbs{height: 200px;}
	.gallery{
	    grid-template-columns: repeat(2, 1fr);
	    grid-gap: 0.5rem;
	}
	.reviews{
	    grid-template-columns: repeat(1, 1fr);
	    grid-gap: 1rem;
	}
}

/******** BLOCKQUOTE ********/

blockquote{
	display: inline-block;
	width: 100%;
	margin: 0;
	font-style: normal;
	position: relative;
	z-index: 10;
	border-radius: var(--mediumrad);
	background-color: var(--light1a);
	padding: var(--bigpad);
	padding-top: calc(var(--bigpad) + 3rem);
	min-height: 360px;
}
blockquote span{
	font-size: 0.825rem;
	line-height: 2rem;
	font-weight: 300;
	color: var(--light);
	display: block;
	margin-top: 20px;
	text-transform: uppercase;
	position: relative;
}
blockquote::after{
	position: absolute;
	top: var(--bigpad);
	left: var(--bigpad);
	z-index: 2;
	height: 1.25rem;
	width: 1.25rem;
	background-image: url(../images/shapes/quote.svg);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	content: " "; 
}
blockquote p{
	opacity: 1;
}
.smallquote{font-size: 1rem;line-height: 1.5;}
.midquote{font-size: 1rem;line-height: 1.5;}
.bigquote{font-size: 1.5rem;line-height: 1.5;}
@media screen and (max-width: 40em) {blockquote{min-height: unset;}}

/******* Footer *******/
footer{
	background-color: var(--dark);
	padding-top: 80px;
	position: relative;
	color: white;
	overflow: hidden;
	z-index: 2;
}
footer .row{
	position: relative;
	z-index: 5;
}
footer h6{
	font-size: 1rem;
	line-height: 150%;
	font-weight: 300;
	color: rgba(255,255,255,0.3);
	text-transform: capitalize;
}
footer a{color: white!important;}
footer a, footer ul li a{
	display: block;
	font-weight: 300;
	line-height: 2.25rem;
	font-size: 1rem;
	text-transform: capitalize;
}
footer a:hover, footer ul li a:hover{
	color: var(--light)!important;
}
.bigphone{
	font-size: 1.5rem;
	margin-bottom: 1rem;
	margin-top: 1rem;
	color: var(--accent)!important;
}
footer .bigphone{
	margin-bottom: 0rem;
	margin-top: 0;
	font-size: 1.5rem;
	color: var(--light)!important;
}
.by{
	margin-top: 80px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: rgba(0,0,0,0.1);
}
footer p{margin: 0;}
.by p{
	color: rgba(255,255,255,0.6);
	text-transform: capitalize;
	font-weight: 300;
	font-size: 0.825rem;
}
footer .sub-menu{display: none;}
.footerlinks{display: block;}
.footerlinks a{
	opacity: 0.9;
	font-weight: 300;
	margin: 0;
	margin-top: 10px;
	margin-right: 10px;
	display: inline-block;
	color: rgba(255,255,255,0.3)!important;
}
.footerlinks a::after{
	content: "/";
	margin-left: 10px;
}
.footerlinks a:last-of-type::after{display: none;}
.footerlinks a:hover{color: var(--light);}
footer .social{margin-top: 1rem;}
footer img{max-height: 60px;}
footer .exp{margin-bottom: 4rem;}
footer h5{
	color: var(--accent);
	margin: 0;
	font-size: 1.25rem;
	font-weight: 700;
}
footer ul li > ul{display: none!important;}
footer a:not([href]){display: none;}
/******* Extras *******/
.members img{
	max-height: 50px;
	margin: 1rem;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
.members img:hover{
	transform:scale(1.01);
}
.members h4{margin: 0;}
.map{padding: 0;}
.map iframe{
	width: 100%;
	border-radius: var(--bigrad);
	min-height: 400px;
}
.contact-boxes span{
	margin-bottom: 1.5rem;
	color: var(--accent);
}
.contact-boxes a{
	color: var(--accent);
	display: block;
	word-break: break-word;
	margin-top: 1rem;
}
address p{
	margin: 0;
	color: var(--medium);
}
address p:last-of-type{text-transform: uppercase;}


.big-icon{
	overflow: hidden;
	z-index: 1;
	position: relative;
	background-image: url(../images/icon.svg);
	background-size: auto 100%;
	background-position: bottom -32px left -32px;
	background-repeat: no-repeat;
}
.intro{
	position: relative;
	z-index: 1;
}
.big-icon::before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	z-index: 2;
	background-color: var(--dark);
	opacity: 0.95;
}
.big-icon .row{
	position: relative;
	z-index: 2;
}

/******* Site start *******/


.top-section{background-color: var(--dark);}
nav ul li a{color: white!important;}
.top-right .cta{color: white!important;}
.toggler-one{background-color: white;}
.toggler-two{background-color: white;}



.top-right .cta{
	margin-left: 2rem;
	float: right;
	line-height: 3.5rem;
}
.top-right .social{display: inline-block;}
.top-right .cta span{margin-right: 0.5rem;}
.header-slider{
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}
.header-slider .bigbg{max-height: unset!important;}
@media screen and (max-width: 64em) {
	.header-slider{
		width: 100%;
		height: 400px;
		position: relative;
	}
	.banner .widerow{order: -1;}
}
.slide, .slide .bigbg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.header-slider .slide:last-of-type{width: 100%;}
.banner{
	position: relative;
	z-index: 20;
	width: 100%;
	color: white;
	background-color: var(--dark);
}
.banner::before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.9;
	content: " ";
	background-image:
	 -webkit-linear-gradient(bottom left, var(--medium), var(--dark));
	background-image:
	 -o-linear-gradient(bottom left, var(--medium), var(--dark));
	background-image:
	 linear-gradient(to right top, var(--medium), var(--dark));
}
@-webkit-keyframes banner-reveal {
    0% {opacity: 0;}
    100% {opacity: 0.95;}
}
header .bigbg{border-radius: 0!important;}

.banner-text{
	padding: 160px 2.3rem;
	padding-left: 0.935rem;
	position: relative;
	z-index: 5;
}
.home-banner-text{
	padding: 160px 2.3rem;
	padding-left: 0.935rem;
}
.other-banner{
	position: relative;
	z-index: 5;
}
.other-banner .row{
	position: relative;
	z-index: 5;
}
.other-banner::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.8;
	content: " ";
	background-image:
	 -webkit-linear-gradient(bottom left, var(--medium), var(--dark));
	background-image:
	 -o-linear-gradient(bottom left, var(--medium), var(--dark));
	background-image:
	 linear-gradient(to right top, var(--medium), var(--dark));
}
.flickity-prev-next-button.previous {
    left: var(--mediumpad);
}
.flickity-prev-next-button.next {
    right: unset;
    left: calc(var(--mediumpad) + 44px + 1rem);
}
.flickity-prev-next-button {
    top: unset;
    bottom: 1rem;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%);
    background-color: transparent;
}
.flickity-button:hover {
    background: unset;
    cursor: pointer;
}
.flickity-button {
    color: white;
}
.banner-text .button{margin-top: 2rem;}
@media screen and (max-width: 64em) {
	.banner-text{
		padding: 120px 2.3rem 3rem;
		text-align: left;
	}
	.home-banner-text{
		padding: 60px 2.3rem;
	}
	.other-banner{min-height: unset!important;}
	.banner-text p:first-of-type{
		font-size: 2rem;
		line-height: 1.4;
		margin-bottom: 1rem;
	}
	.top-right{display: none;}
	.intro .top-right{display: block;}
	.top-right{
		text-align: left;
		padding: 0;
		padding-top: 2rem;
	}
	.home-header .top-right{display: block!important;}
}
@media screen and (max-width: 40em) {
	.banner-text p{
		margin: 0;
		margin-top: 0.5rem;
	}
	.top-right .cta{
		display: block;
		text-align: center;
		float: none;
		margin: 0;
		margin-top: 1rem;
	}
}
.animated-text .letter {
  display: inline-block;
}
.banner-text .button2 span{
	margin: 0;
}

/******* Next section *******/

.exp p{
	margin: 0;
	font-size: 1.5rem;
	color: var(--accent);
}
.exp hr{
	background-color: var(--accent);
}
.intro .exp .columns:first-of-type{padding-left: 0;}

.griddy{
  display: grid; 
  grid-auto-rows: minmax(min-content, max-content);
  grid-template-columns: 60% 40%; 
  grid-template-rows: 50% 50%; 
  gap: 1.5rem 1.5rem; 
  grid-template-areas: 
    "left-block top-right-block"
    "left-block bottom-right-block";
    margin-top: var(--mediumpad);
}
.bottom-right-block { grid-area: bottom-right-block; }
.top-right-block { grid-area: top-right-block; }
.left-block {
  justify-self: stretch; 
  align-self: stretch; 
  grid-area: left-block; 
}
.griddy .bigbg{
	min-height: 300px;
    border-radius: var(--mediumrad);
}
@media screen and (max-width: 40em) {
	.griddy{
		gap: 1rem 1rem; 
	    padding: 1rem;
	    padding-right: 1rem;
	    padding-bottom: 2rem;
	    margin-bottom: var(--smallpad);
		grid-template-columns: 1fr 1fr; 
		grid-template-rows: 1fr 1fr; 

		grid-template-areas: 
		"left-block left-block"
		"top-right-block top-right-block" 
		"bottom-right-block bottom-right-block"; 
	}
}

.grid-section .button{
	margin-top: 1rem;
}

/******* Next section *******/

.home-gallery{
	position: relative;
}
.home-gallery::after{
	position: absolute;
	width: 45%;
	height: 60%;
	background-color: var(--medium);
	bottom: 0px;
	left: -10px;
	content: " ";
	z-index: -1;
	opacity: 0.05;
	border-radius: var(--bigrad);
}

/******* Next section *******/

.home-content{
	position: relative;
}
.home-content::after{
	position: absolute;
	width: 70%;
	height: 100%;
	background-color: var(--dark);
	bottom: 0px;
	right: -10px;
	content: " ";
	z-index: -1;
	opacity: 0.05;
	border-radius: var(--bigrad);
}
@media screen and (max-width: 64em) {
	.home-content::after{
		position: absolute;
		width: 100%;
		height: 100%;
		right: 0;
	}
	.home-gallery::after{
		left: 0;
		border-radius: 0;
	}
}
.why ol{margin-bottom: 0;}
.why li{
	line-height: 1.5;
	font-size: 1.175rem;
	padding: 0.25rem 0;
}
.icon-section img{
	max-height: 120px;
}
.why .bigbg{min-height: 650px;}

main .services:nth-child(odd) .text{order: +1;}
.home-contact{
	position: relative;
	overflow: hidden;
}
.home-contact .row{
	position: relative;
	z-index: 5;
}
.home-contact::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	z-index: 2;
	background-image:
	 -webkit-linear-gradient(bottom, var(--dark), var(--medium));
	background-image:
	 -o-linear-gradient(bottom, var(--dark), var(--medium));
	background-image:
	 linear-gradient(to top, var(--dark), var(--medium));
	opacity: 0.8;
}
.booking .card .row{
	position: relative;
	width: 100%;
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-card {
  min-height: 500px;
  margin: 0 auto;
  animation: fade 250ms ease-in-out forwards;
}
.multi-booking input, .multi-booking select, .multi-booking textarea{
	color: white;
}
.multi-step-form ::-webkit-input-placeholder { color: white!important;font-weight: 500;opacity: 0.75;}
.multi-step-form ::-moz-placeholder { color: white!important;font-weight: 500;opacity: 0.75;}
.multi-step-form :-ms-input-placeholder { color: white!important;font-weight: 500;opacity: 0.75;}
.multi-step-form :-moz-placeholder { color: white!important;font-weight: 500;opacity: 0.75;}
select:active {
	background-color: var(--medium)!important;
	color: white!important;
}
.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: .5rem;
  gap: .25em;
}
.form-group:last-child {
  margin: 0;
}
.form-group > label {
  font-weight: bold;
  font-size: .75rem;
  color: white;
  font-weight: 300;
}
.step-title {
  margin: 0;
  margin-bottom: 1rem;
}
.form-card.active {
  animation: slide 250ms 125ms ease-in-out both;
}
.multi-step-form {
  overflow: hidden;
  position: relative;
  max-height: 600px;
  overflow: hidden;
}
.card .button + .button{float: right;}
.hide {display: none;}
@keyframes slide {
  0% {
    transform: translateX(200%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(.75);
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
.inner-booking .cta{
	margin-left: 1rem;
}
.inner-booking strong{color: white;}
.inner-booking .sub-title{color: white;}
.inner-booking .row{margin: 0;}
.multi-booking .button2{background-color: var(--medium);}
.multi-booking{scroll-margin-top: 120px;}
#btn-location{scroll-margin-top: 132px;}
.column{margin-bottom: 2rem;}

.gas{background-color: black;color: yellow;}
.gas h4{color: yellow;font-size: 2.5rem;}
@media screen and (max-width: 64em) {
	.gas h4{color: yellow;font-size: 1.5rem;}
}
.vidBox {
	position: relative;
}
.vidBox iframe, video {
	aspect-ratio: 16/9;
	min-width: 640px;
	max-width: 100%;
}

.caption h4{margin: 0;}
.caption .button{margin: 0;}

.home-content .right-text img{
	margin-bottom: 2rem;
}
.stupidicon {
	height: 80px;
}
.home-content .right-text img.unite {
	height: 500px !important;
	max-width: auto !important;
	max-height: auto !important;
	display: block;
	margin: 0 auto;
	margin-top: 40px;
}

@media screen and (max-width: 64em) {
	html{font-size: 95%;}
	.fancybox-container{height: 100vh}
	footer{
		padding-left: 1.15rem;
		padding-right: 1.15rem;
		padding-top: 2rem;
	}
	footer .columns{padding: var(--smallpad) 1.15rem;}
	footer .by .columns{padding: var(--smallpad) 0;}
	.grid-section .tar{text-align: left;}
	main .services:nth-child(odd) .text{order: 0;}
	.by{
		margin-top: 0;
		padding-top: 1rem;
		padding-bottom: 1rem;
		background-color: rgba(0,0,0,0.0);
	}
	.bottom-box{margin-top: 2rem;}
	.multi-booking{
		padding: 0;
		margin-top: 2rem;
	}
	.members .tar{text-align: left;}
	.members img{margin-left: 0;padding-left: 0;}
	footer .social{display: none;}
}




@media screen and (max-width: 40em) {
	.before-section{
		order: -1;
	}
	.icon-section .right-text{
		padding: 0 1.15rem;
	}
	.icon-section .tac{text-align: left;}
	.icon-section img{margin-bottom:2rem;}
	.why{padding-top: 0;}
	.services .columns{margin-bottom: 2rem;}
	.mid-box{margin-top: 2rem;}
	.inner-booking .cta{
		margin-left: 0;
		margin-top: 1rem;
	}
	.home-contact{
		padding: var(--bigpad) 1.15rem;
		padding-left: 3rem;
	}
	.multi-booking .card{padding: var(--mediumpad);}
	.why .bigbg{min-height: 450px;}
	.prices .columns{margin-bottom: 1rem;}

}