@charset "utf-8";
/*    Website designed and created by Adam Nicholls    */
@import url(https://fonts.googleapis.com/css2?family=Anuphan:wght@300;400;500;700&display=swap);

/* 
Safeline Gas Solution Ltd
07877802841
#mobile
eshclefo@yahoo.com
-----------------
18 Ingleden Close
Sittingbourne
Kent
ME10 2UF
------------------
gas engineering
gas engineers
boiler installations
boiler repairs and breakdowns
boiler servicing
heating systems
landlord gas safety checks
------------------
#date
safelinegassolution.co.uk
------------------
<img src="media/images/logo.png" alt="">
Whatsapp 44 first - https://wa.me/07877802841
 */

:root{
	--dark: #050505;
	--accent: #B71815;

	--light: #DD1C1A;

	--radius: 8px;
	--small-radius: 4px;

	--bigpad: 60px;
	--mediumpad: 40px;
	--smallpad: 20px;

	--mainfont: 'Anuphan', sans-serif;
	--titlefont: 'Anuphan', sans-serif;	

	--logoheight: 60px;
	--logoheightmob: 60px;
}
@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: 0.5rem;
		margin-bottom: 0.5rem;
		max-width: 100%;
	}
}
.logo p{
	font-size: 1.5rem;
	color: var(--dark);
	margin: 0;
	font-weight: 700;
	letter-spacing: -1px;
}
.top-section{
	padding-top: var(--mediumpad);
	padding-bottom: var(--mediumpad);
	position: relative;
	z-index: 30;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 64em) {
	.top-section{
		padding-top: var(--smallpad);
		padding-bottom: var(--smallpad);
	}
}
header{
	position: relative;
	z-index: 5;
}
main{
	position: relative;
	z-index: 1;
}

/******** 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: 1.15rem;
	line-height: 1.8;
	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%;
	letter-spacing: -1px;
}
/******** BN Kit ********/
.social a{
	display: inline-block;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	padding: 0;
	text-align: center;
	margin-right: 8px;
	border-radius: var(--small-radius);
	-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);
	background-color: var(--accent);
}
.social a:hover{
	background-color: var(--light)!important;
	padding: 0;
}
.social span{
	color: white;
	margin: 0;
	display: inline-block;
}
.bigbg{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	min-height: 500px;
	max-height: 750px;
	border-radius: var(--radius);
}

@media screen and (max-width: 40em) {
	.bigbg{
		min-height: 300px;
		aspect-ratio: 1/1;
		max-width: 100%;
	}
	.widebg{
		min-height: 300px;
		aspect-ratio: 16/9;
	}
}
figure + figure{margin: 0;}
/******** Typegraphy ********/
.sub-title{
	font-size: 0.75rem;
	line-height: 1.1;
	font-weight: 500;
	color: #F0AA07!important;
	display: block;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	margin: 0;
	margin-bottom: 1rem;
}
main h1{
	font-size: 3rem;
	line-height: 1.1;
	font-weight: 500;
	color: var(--dark);	
}
main h2{
	font-size: 3rem;
	line-height: 1.1;
	font-weight: 500;
	color: var(--dark);	
}
main h3{
	font-size: 2.5rem;
	line-height: 1.2;
	font-weight: 500;
	color: var(--dark);	
}
main h4{
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 500;
	color: var(--dark);	
}
main h5{
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 500;
	color: var(--dark);	
}
main h6{
	font-size: 1.25rem;
	line-height: 1.2;
	font-weight: 700;
	color: var(--dark);	
}
strong{font-weight: 700;color: var(--light);}
/******** Colour codes ********/
.light-text :is(p, h1, h2){color: white;}
.light-text :is(h3, h4, h5){color: var(--light);}
.extradarkbg :is(p, h1, h2){color: var(--light);}
.extradarkbg :is(h3, h4, h5){color: var(--light);}
.darkbg :is(p, h1, h2, li, h5){color: white;}
.darkbg :is(h3, h4){color: var(--light);}
.medbg :is(p, h1, h2, li){color: white;}
.medbg :is(h3, h4, h5){color: var(--light);}
.lightbg :is(p, h1, h2){color: var(--dark);}
.lightbg :is(h3, h4, h5){color: var(--light);}
.caption :is(p, h1, h2){color: white;}
.caption :is(h3, h4, h5){color: var(--light);}
/******** Buttons ********/
.button{
	line-height: 1.5rem;
	font-size: 0.825rem;
	padding: 0.75rem 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(--small-radius);
	position: relative;
	z-index: 1;
	text-decoration: none!important;
	overflow: hidden;
}
.button span{margin-right: 10px;}
.button::after{
	position: absolute;
	left: 50%;
	height: 50%;
	margin-left: -150px;
	margin-top: -150px;
	content: " ";
	background-color: var(--light);
	width: 300px;
	height: 300px;
	z-index: -1;
	border-radius: 50%;
	-webkit-transition: ease-out 0.2s;
	-o-transition: ease-out 0.2s;
	transition: ease-out 0.2s;
	transform-origin: center center;
	transform: scale(0.1);
	opacity: 0;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.75);
}
.button:hover{
	transform: scale(1.02);
}
.button:hover::after{
	transform:scale(1);
	opacity: 1;
}
.button2{background-color: var(--light);}
.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(--light)!important;
	text-decoration: underline!important;
}
.cta span{
	margin-right: 0.5rem;
}
.cta:hover{color: var(--accent)!important;}
.caption-blur .cta{
	color: white!important;
	display: block;
	margin-top: 1rem;
}
.darkbg .cta{color: white!important;}
@media screen and (max-width: 40em) {
	.button{
		display: block;
		width: 100%;
		text-align: center;
	}
	.button + .button{
		margin: 0;
		margin-top: 1rem;
	}
}
/******** List ********/
main ul{
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;	
}
main ul li{
	position: relative;
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: 1.5rem;
	text-align: left;
	padding-left: 1.25rem;
	display: inline-block;
	width: 100%;
	color: var(--dark);
	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(--light);
}
main ol{
	counter-reset: my-awesome-counter;
	padding: 0;
	margin-top: var(--smallpad);
	margin-bottom: var(--mediumpad);	
}
main ol li{
	position: relative;
	font-size: 1rem;
	line-height: 2rem;
	margin-bottom: 10px;
	text-align: left;
	padding: 0.25rem 0;
	display: inline-block;
	width: 100%;
	font-weight: 500;
	-webkit-transition: ease 0.6s;
	-o-transition: ease 0.6s;
	transition: ease 0.6s;
  counter-increment: my-awesome-counter;
}
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: 160px!important;
	padding-bottom: 160px!important;
	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!important;
		padding-top: 100px!important;}
}
.card{
	border-radius: var(--small-radius);
	padding: var(--bigpad);
	border:1px solid rgba(0, 0, 0, 0.2);
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
.card:hover{
	border:1px solid var(-light);
}
.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);}
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(--mediumpad) 1.15rem;}
	.left-text{padding: var(--mediumpad) 1.15rem;}
	.right-text{padding: var(--mediumpad) 1.15rem;}
	.text{padding: var(--mediumpad) 1.15rem;}
	.card{
		padding: var(--mediumpad);
	}
}
/******** Navigations ********/
nav ul {
  list-style: none;
  position: relative;
  font-size: 1rem;
  padding: 0;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  display: inline-block;
  text-decoration: none;
  padding: 0 0.75rem;
  line-height: 3rem;
  font-weight: normal;
  font-weight: 500;
  border-radius: var(--radius);
  color: var(--dark)!important;
}
nav ul li a:hover{
	color: var(--accent)!important;
}
#magic-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  height: 100%;
  background: rgba(0, 0, 0, 0.0);
  transition: all 0.8s, background 0.1s;
  border-radius: var(--radius);
  z-index: -1;
  pointer-events: none;
}
nav ul:hover #magic-line{
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.2s, background 0.8s;
}

nav ul li > ul{
	position: absolute;
	top: calc(100% - 2px);
	text-align: left;
	clear: both;
	white-space: nowrap;
	padding: var(--mediumpad);
	border-radius: var(--small-radius);	
	background-color: white;
	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);
	column-gap: 3rem;
	box-shadow: 
	0 -1px 2px rgba(0,0,0,0.05), 
    0 2px 4px rgba(0,0,0,0.05), 
    0 4px 8px rgba(0,0,0,0.05), 
    0 8px 16px rgba(0,0,0,0.02),
    0 16px 32px rgba(0,0,0,0.1);
}
nav ul li > ul #magic-line{display: none;}
nav ul li > ul li{display: block;}
nav ul li > ul li a{
	padding: 0;
	color: var(--dark)!important;
	line-height: 3rem;
	font-size: 90%;
}
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;
}

.toggler{display: none;}
.mobile-menu{display: none;}
.mob-con{display: none;}
@media screen and (max-width: 64em) {
	.mob-con{
		position: absolute;
		z-index: 10;
		display: block;
		width: 40px;
		height: 40px;
		top: 1rem;
		margin-top: 5px;
		right: 1rem;
		color: white;
		background: var(--accent);
		text-align: center;
		border-radius: var(--small-radius);
		-webkit-transition: ease-in-out 0.2s;
		-o-transition: ease-in-out 0.2s;
		transition: ease-in-out 0.2s;
	}
	.mob-con img{
		height: 24px;
		margin-top: 8px;
		padding: 4px;
		filter: invert(1);
	}
	.mobile-menu{
		position: fixed;
		top: 00%;
		left: -100%;
		display: block;
		max-height: 100vh; /*Fallback for dogshit browsers*/
		height: 100vh; /*Fallback for dogshit browsers*/
		height: calc(var(--vh, 1vh) * 100);
		width: 90%;
		opacity: 1;
		z-index: 300000;
		text-align: left;
		padding: 2rem;
		text-align: left;
		overflow-y: scroll;

		-webkit-transition:ease-out 0.4s;
		-o-transition:ease-out 0.4s;
		transition:ease-out 0.4s;
		background-color: rgba(255,255,255,0.9);
		backdrop-filter: blur(6px);

		border-radius: 0 2rem 2rem 0;
		box-shadow: 
		0 -1px 2px rgba(0,0,0,0.05), 
	    0 2px 4px rgba(0,0,0,0.05), 
	    0 4px 8px rgba(0,0,0,0.05), 
	    0 8px 16px rgba(0,0,0,0.02),
	    0 16px 32px rgba(0,0,0,0.1);
		-ms-overflow-style: none;
    	scrollbar-width: none;
	}
	.mobile-menu::-webkit-scrollbar {
		display: none;
	}
	.mobile-menu .row{
		position: relative;
		z-index: 10;
	}
	.open-nav{
		opacity: 1;
		pointer-events: auto;
		left: 0;
	}
	.close-nav{
		cursor: pointer;
		width: 100%;
		text-align: left;
		margin-left: -0.5rem;
	}
	nav{
		width: 100%;
		display: block;
	}
	nav ul li{
		display: block;
		width: 100%;
		position: relative;
	}
	nav ul{
		z-index: 10;
		position: relative;
	}
	nav ul li a, .mobile-nav-contact a, nav ul li > ul li a{
		line-height: 3;
		font-size: 1rem;
		display: block;
		cursor: pointer;
		color: var(--dark)!important;
		background-color: rgba(0,0,0,0.1);
		width: 100%;
		border-radius: var(--small-radius);
		margin-bottom: 0.5rem;
	}
	nav ul li a:hover{
		background-color: rgba(0,0,0,0.2);
		color: unset!important;
	}
	nav ul li a:is(:focus, :active){
		background-color: var(--accent)!important;
		color: white!important;
	}
	nav ul li::after{display: none;}
	nav ul li > ul{
		position: relative;
		display: block;
		top: 0;
		text-align: inherit;
		padding: 0px;
		background-color: unset;
		opacity: 1;
		width: 95%;
		left: 5%;
		transform: scale(1);
		pointer-events: auto;
		border-top: 0px;
		box-shadow: 0 0 80px rgba(0,0,0,0.0);
		display: none;
	}
	nav ul li > ul li a{
		background-color: var(--accent);
		color: white!important;
		font-size: 0.75rem;
		line-height: 3rem;
		padding-left: 1rem;
	}
	nav ul li > ul li a:hover{color: white!important;}
	nav ul li > ul li::before{
		left: -0.75rem;
		top: -0.5rem;
		width: 1.5rem;
		height: 2rem;
		text-align: center;
		border-radius: unset;
		content: " ";
		background-color: unset;
		-webkit-transition: ease 0.3s;
		-o-transition: ease 0.3s;
		transition: ease 0.3s;
		transform:scale(1);
		background-image: url(../images/shapes/sub.svg);
		background-repeat: no-repeat;
		background-size: contain;
	}
	.navigation{position: relative;z-index: 40;}
	.navigation .social{
		margin-top: 16px;
		padding: 16px 8px;
	}
	.nav-toggler{
		position: absolute;
		top: 1.25rem;
		left: 2rem;
		display: block;
		z-index: 1000;
		cursor: pointer;
		height: 50px;
		width: 50px;
		text-align: right;
	}
	.toggler-one{
		width: 30px;
		height: 3px;
		background-color: var(--accent);
		border-radius: 3px;
		position: absolute;
		left: 0;
		top: 12px;
		-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: 30px;
		height: 3px;
		left: 0;
		background-color: var(--accent);
		border-radius: 3px;
		position: absolute;
		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-three{
		width: 20px;
		height: 3px;
		left: 0;
		background-color: var(--accent);
		border-radius: 3px;
		position: absolute;
		top: 28px;
		-webkit-transition: top 0.35s ease 0.3s, 
		transform 0.3s ease 0.3s,
		width ease 0.3s;
		-moz-transition: top 0.35s ease 0.3s, 
		transform 0.3s ease 0.3s,
		width ease 0.3s;
		transition: top 0.35s ease 0.3s, 
		transform 0.3s ease 0.3s,
		width ease 0.3s;
		transform-origin: center center;
	}
	.nav-toggler:hover .toggler-three{
		width: 30px;
	}
	.mobile-menu .columns{padding: 0;}
	.nav-title{
		font-size: 1.25rem;
		font-weight: 700;
		margin-top: 1rem;
	}
	.mobile-nav-contact{
		margin-top: 1rem;
		padding-top: 1.5rem!important;
		border-top: 2px solid rgba(0,0,0,0.2);
		display: block;
	}
	.mobile-nav-contact a{
		background-color: var(--dark);
		color: white!important;
		padding: 0 1rem;
		display: block;
		width: 100%;
		position: relative;
	}
	.mobile-nav-contact a:is(:focus, :active){
		background-color: var(--accent)!important;
	}
	.mobile-nav-contact a:nth-child(1){
		background-color: var(--light)!important;
	}
	.mobile-nav-contact a:nth-child(1):is(:focus, :active){
		background-color: var(--accent)!important;
	}
	.mobile-nav-contact a:nth-child(2){
		background-color: var(--accent)!important;
	}
	.mobile-nav-contact a:nth-child(2):is(:focus, :active){
		background-color: var(--light)!important;
	}
	.mobile-nav-contact a:nth-child(3){
		background-color: var(--light)!important;
	}
	.mobile-nav-contact a:nth-child(3):is(:focus, :active){
		background-color: var(--light)!important;
	}
	.mobile-menu .social{margin-top: 1rem;}
	.mobile-menu .social a{background: var(--dark);}


	.mobile-nav-contact a::after {
		background-image: url(../images/shapes/navdown.svg);
		position: absolute;
		right: 1rem;
		top: 0px;
		width: 25px;
		height: 3rem;
		line-height: 3;
		text-align: center;
		background-size: 50%;
		background-position: center;
		background-repeat: no-repeat;
		content: " ";
	}
	.mobile-nav-contact > a[href*="tel"]:after{background-image: url(../images/shapes/phone.svg);}
	.mobile-nav-contact > a[href*="form"]:after{background-image: url(../images/shapes/bookmark.svg);}


	nav ul li > a::after {
		background-image: url(../images/shapes/chevron-right.svg);
		position: absolute;
		right: 1rem;
		top: 0px;
		width: 25px;
		height: 3rem;
		line-height: 3;
		text-align: center;
		background-size: 50%;
		background-position: center;
		background-repeat: no-repeat;
		content: " ";
		transform:rotate(90deg); 
	}
	nav ul li > a:only-child::after { 
		display: block;
		transform:rotate(0deg); 
	}

	nav ul li > a[href*="index"]:after{background-image: url(../images/shapes/home.svg);}
	nav ul li > a[href*="gallery"]:after{background-image: url(../images/shapes/gallery.svg);}
	nav ul li > a[href*="project"]:after{background-image: url(../images/shapes/gallery.svg);}
	nav ul li > a[href*="review"]:after{background-image: url(../images/shapes/review.svg);}
	nav ul li > a[href*="testimonial"]:after{background-image: url(../images/shapes/review.svg);}
	nav ul li > a[href*="contact"]:after{background-image: url(../images/shapes/contact.svg);}

	nav ul li > a[href*="faq"]:after{background-image: url(../images/shapes/faq.svg);}
	nav ul li > a[href*="booking"]:after{background-image: url(../images/shapes/calendar.svg);}




/******** Dark mode mobile nav ********/

/*
	.mobile-menu{background-color: var(--dark);opacity: 0.95;}
	nav ul li a, .mobile-nav-contact a, nav ul li > ul li a{
		color: white!important;
		background-color: rgba(255,255,255,0.1);
	}
	nav ul li a{		
		background-image:
		 -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.2));
		background-image:
		 -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.2));
		background-image:
		 linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0.2));	
	}
	.close-nav span{color: white;}
	.nav-title{color: white;}
	.mobile-nav-contact{border-top: 2px solid rgba(255,255,255,0.2);}
	nav ul li > a::after {
		filter: invert(1);
	}
	nav ul li a:hover{
		background-color: rgba(255,255,255,0.2);
		color: white!important;
	}

*/

}
.top-fix{position: fixed;}
/******** GALLERY ********/
.gallery{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
}
.gallery-2{grid-template-columns: repeat(2, 1fr);}
.gallery-3{grid-template-columns: repeat(3, 1fr);}
.gallery-4{grid-template-columns: repeat(4, 1fr);}
.gallery a::after{
	width: 100%;
	max-width: 60px;
	height: 60px;
	content: " ";
	position: absolute;
	bottom: 2rem;
	right: 2rem;
	
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom right;
	opacity: 0.3;
}
.reviews{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
}
.reviews-2{grid-template-columns: repeat(2, 1fr);}
.reviews-3{grid-template-columns: repeat(3, 1fr);}
.reviews-4{grid-template-columns: repeat(4, 1fr);}
.thumbs{
	overflow: hidden;
	position: relative;
	z-index: 2;
	height: 400px;
	background-size: cover;
	background-position: center center;
	border-radius: var(--small-radius);
	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;}
	.reviews{grid-template-columns: repeat(2, 1fr)!important;}
	.gallery{grid-template-columns: repeat(2, 1fr)!important;}
}
@media screen and (max-width: 40em) {
	.thumbs{height: 200px;}
	.gallery{
	    grid-template-columns: repeat(2, 1fr)!important;
	    grid-gap: 0.5rem;
	}
	.reviews{
	    grid-template-columns: repeat(1, 1fr)!important;
	    grid-gap: 1rem;
	}
	.gallery a::after{
		max-width: 30px;
		height: 30px;
		bottom: 1rem;
		right: 1rem;
	}
}
/******** BLOCKQUOTE ********/
blockquote{
	display: inline-block;
	width: 100%;
	margin: 0;
	font-style: normal;
	position: relative;
	z-index: 10;
	border-radius: var(--radius);
	background-color: var(--dark);
	padding: var(--bigpad);
	min-height: 300px;
	color: white;
}
.author-pic{
	width: 2.5rem;
	height: 2.5rem;
	min-height: 2.5rem;
	line-height: 2.5rem;
	border-radius: 50%!important;
	background-color: var(--light);
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	float: left;
	margin-right: 1rem;
}
.author span{
	display: inline-block;
	line-height: 2.5rem;
	font-size: 1rem;
	font-weight: 300;
	color: var(--light);
}
.author{
	margin-bottom: 2rem;
}
blockquote p{opacity: 1;}
.smallquote{font-size: 1rem;line-height: 1.5;}
.midquote{font-size: 1rem;line-height: 1.5;}
.bigquote{font-size: 1.25rem;line-height: 1.5;}
@media screen and (max-width: 64em) {
	blockquote{
		min-height: unset;
		padding: var(--mediumpad);
	}
	blockquote::after{
		top: var(--mediumpad);
		left: var(--mediumpad);
	}
}


/******* Footer *******/
footer{
	padding-top: 120px;
	position: relative;
	overflow: hidden;
	z-index: 2;
	background-color: var(--dark);
}
footer .row{position: relative;z-index: 5;}
footer h6{
	font-size: 1rem;
	line-height: 1.2;
	font-weight: 700;
	color: var(--light);
	text-transform: capitalize;
	letter-spacing: -0.5px;
	margin-bottom: 1rem;
}
footer a{color: white!important;}
footer a, footer ul li a, footer p{
	display: inline-block;
	width: 100%;
	font-weight: 500;
	line-height: 2rem;
	font-size: 0.8rem;
	text-transform: capitalize;
	margin: 0;
	padding: 0.25rem 0rem;
	border-radius: var(--radius);
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	color: white;
}
footer a:hover, footer ul li a:hover{
	padding: 0.25rem 0.5rem;
	color: var(--light)!important;
	background-color: rgba(255, 255, 255, 0.1);
}
footer .button:hover{color: white!important;}
.by{
	margin-top: 60px;
	padding-top: 60px;
	padding-bottom: 60px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.by p{
	color: white;
	font-weight: 300;
	font-size: 0.8rem;
}
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(0,0,0,0.3)!important;
}
.footerlinks a::after{
	content: "/";
	margin-left: 10px;
}
.totop{color: black!important;}
.footerlinks a:last-of-type::after{display: none;}
.footerlinks a:hover{color: var(--accent);}
footer .social{margin-top: 3rem;}
footer ul li > ul{display: none!important;}
footer a:not([href]){display: none;}
footer img{
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	padding: 0.5rem;
	margin-right: 1rem;
	display: inline-block;
	border-radius: var(--radius);
}
.main-foot p{font-size: 2rem;font-weight: 700;}
footer h5{
	color: white;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.8;
	margin-bottom: 1rem;
	max-width: 450px;
	letter-spacing: -0.5px;
}
.logo-footer p{
	font-size: 1.5rem;
	color: white;
	line-height: 3rem;
	margin: 0;
	margin-bottom: 1rem;
	display: block;
	font-weight: 700;
}
/******* Extras *******/
.members img{
	max-height: 150px;
	margin: 1rem;
}
.map{padding: 0;}
.map iframe{
	width: 100%;
	height: 500px;
}
address p{
	margin: 0;
	color: var(--light);
}
address strong{
	text-transform: uppercase;
	color: inherit;
}
.today{color: var(--accent);}
.totop{
	color: white!important;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	display: block!important;
	border-radius: var(--radius);
}
/******* Site start *******/



.banner{
	position: relative;
	z-index: 4;
	background-color: var(--dark);
}
.banner::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	z-index: 5;
	background-color: var(--dark);
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	pointer-events: none;
	opacity: 0.2;
}
.banner:hover::after{opacity: 0.6;}
.swiper .bigbg{
	height: 70vh;
	min-height: 600px;
	border-radius: 0;
}
.banner-text .swiper-scrollbar {
    position: absolute;
    left: 0%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 100%;
}
.banner-text{
	position: absolute;
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
	bottom: 0;
	z-index: 50;
	color: white;
}
.banner-text h1{
	font-size: 4rem;
	font-weight: 500;
	line-height: 1.2;
	color: white;
	text-shadow: 0 3px 8px rgba(0,0,0,0.5);
}
.banner-text .swiper-scrollbar{
	bottom: -1rem;
}

.intro h2{font-size: 2rem;}

/******* uk-sticky="show-on-up: true" Place on 'top-section' *******/

/*
.top-section{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 500;
}
nav ul li a{color: white!important;}
.banner-text{
	padding-top: calc(var(--logoheight) + var(--mediumpad));
}
.swiper .bigbg{
	height: 100vh;
	min-height: 700px;
	max-height: 100vh;
	background-attachment: fixed;
}
.uk-active{
	background-color: white;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.uk-active .logo img{
	padding: 1.15rem;
}
.uk-active nav ul li a{color: var(--dark)!important;}

*/





/******** Dark mode top-bar ********/
/*
.top-section{background-color: var(--dark);}
nav ul li a{color: white!important;}
.toggler-one{background-color: white;}
.toggler-two{background-color: white;}
.toggler-three{background-color: white;}
@media screen and (max-width: 64em) {
	nav ul li a{color: var(--dark)!important;}
}

*/
.side-section{
	position: relative;
	overflow: hidden;
}
.side-section .row{
	position: relative;
	z-index: 10;
}
.side-section::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: " ";
	background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(160px);
}
.side-box{
	position: absolute;
	left:0;
	top:0;
	height:100%;
	width:clamp(500px, 40%, 900px);
	margin: 0;
	max-height: unset;
	border-radius: 0;
	z-index: 5;
}
@media screen and (max-width: 64em) {
	.side-box{
		position: relative;
		height:unset;
		width:100%;
		margin: 0;
		max-height: unset;
		aspect-ratio: 2/3;
	}
	.other-header .side-box{
		aspect-ratio: 16/6;
		min-height: 250px;
	}
	.other-header .large-section{
		padding-top: 4rem!important;
		padding-bottom: 4rem!important;
	}
}
.mesh1{
	position: absolute;
	bottom: -100px;
	left: 15%;
	background-color: var(--accent);
	width: 600px;
	height: 600px;
	border-radius: 50%;

	background-image:
	 -webkit-linear-gradient(top left, var(--accent), var(--light));
	background-image:
	 -o-linear-gradient(top left, var(--accent), var(--light));
	background-image:
	 linear-gradient(to right bottom, var(--accent), var(--light));	
}
.mesh2{
	position: absolute;
	top: -100px;
	right: -15%;
	background-color: var(--accent);
	width: 600px;
	height: 600px;
	border-radius: 50%;

	background-image:
	 -webkit-linear-gradient(top left, var(--accent), var(--light));
	background-image:
	 -o-linear-gradient(top left, var(--accent), var(--light));
	background-image:
	 linear-gradient(to right bottom, var(--accent), var(--light));	
}



.other-header{
	position: relative;
	border-radius: 0!important;
}
.other-header .row{
	position: relative;
	z-index: 5;
}
.other-header::before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	content: " ";
	background-image:
	 -webkit-linear-gradient(right, transparent 30%, var(--dark));
	background-image:
	 -o-linear-gradient(right, transparent 30%, var(--dark));
	background-image:
	 linear-gradient(to left, transparent 30%, var(--dark));
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
.other-header::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	content: " ";
	opacity: 0.5;
	background-color: var(--dark);
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
.other-header:hover::before{
	opacity: 0.2;
}
.other-header p span{margin-right: 1rem;}

@media screen and (max-width: 40em) {
	.other-header::before{display: none;}
	.other-header::after{opacity: 0.75;}
}
.cta-section .side-box{
	position: absolute;
	left:unset;
	right: 0;
	top:0;
	height:100%;
	width:clamp(500px, 40%, 900px);
	margin: 0;
	max-height: unset;
	border-radius: 0;
	z-index: 5;
}
@media screen and (max-width: 64em) {
	.cta-section{padding-top: 0!important;}
	.cta-section .side-box{
		position: relative;
		left:unset;
		right: 0;
		top:0;
		height:100%;
		width:clamp(800px, 100%, 900px);
		margin: 0;
		max-height: 600px;
		margin-bottom: 4rem;
		aspect-ratio: 2/3;
	}	
}
.cta-section{
	position: relative;
	overflow: hidden;
}
.cta-section .row{
	position: relative;
	z-index: 10;
}
.cta-section::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: " ";
	background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(160px);
}
.cta-section span{margin-right: 0.5rem;}
.mesh3{
	position: absolute;
	bottom: -100px;
	left: -15%;
	background-color: var(--accent);
	width: 600px;
	height: 600px;
	border-radius: 50%;

	background-image:
	 -webkit-linear-gradient(top left, var(--accent), var(--light));
	background-image:
	 -o-linear-gradient(top left, var(--accent), var(--light));
	background-image:
	 linear-gradient(to right bottom, var(--accent), var(--light));	
}
.mesh4{
	position: absolute;
	top: -100px;
	right: 25%;
	background-color: var(--accent);
	width: 600px;
	height: 600px;
	border-radius: 50%;

	background-image:
	 -webkit-linear-gradient(top left, var(--accent), var(--light));
	background-image:
	 -o-linear-gradient(top left, var(--accent), var(--light));
	background-image:
	 linear-gradient(to right bottom, var(--accent), var(--light));	
}


.why .sub-title{color: var(--dark);}
.why .row{
	position: relative;
	z-index: 6;
}
.why .columns{
	margin-top: 1rem;
	margin-bottom: 1rem;
}


@media screen and (max-width: 40em) {
	.banner-text{
		padding: 2.3rem;
		position: relative;
	}
	.banner-text h1{
		font-size: 2.5rem;
	}
	.top-quote{padding: 0;}
	.swiper .bigbg{
		height: unset;
		min-height: unset;
		aspect-ratio: 16/9;
	}
}




.intro p{
	font-size: 1.75rem;
	font-weight: 300;
	line-height: 1.5;
}
@media screen and (max-width: 64em) {
	.intro p{
		font-size: 1.5rem;
		text-align: left;
	}
}



/******* Extras *******/
a.cred img{
	margin: 0;
	width: 64px;
	height: 64px;
	position: relative;
	top: 0;
}
a.cred p{
	color: white;
	font-size: 1.1em;
	margin: 0;
	font-weight: bold;
	line-height: 120%;
	padding: 0 10px;
	text-shadow: 0 3px 5px rgba(0,0,0,0.4);
	text-transform: capitalize;
}
a.cred{
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	overflow: hidden;
	padding: 6px 12px;
	border-radius: var(--radius);
	align-items: center;
	display: flex;
	background-size: 10000px;
	height: 100%;
}
.members .column{margin-top: 1rem;}
a.cred .dark-text{color: black;text-shadow: unset;}

.hover-move{
	-webkit-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	transition: ease 0.2s;
}
.hover-move:hover{transform: translateY(-0.25rem);}




.contact-box{
	box-shadow: 0 0 80px rgba(0,0,0,0.06);
	border-radius: var(--radius);
}
.contact-box h5{
	margin-top: 2rem;
}
.contact-box h5:first-of-type{margin-top: 0;}
.contact-box a{
	color: var(--accent);
	display: block;
	word-break: break-word;
}
.contact-box a:hover{
	color: var(--light);
}
.contact-box a:hover span{color: var(--light);}
.contact-box span{
	margin-right: 0.5rem;
	color: var(--accent);
}
.contact-box hr{background: white;opacity: 0.2;}
.contact-box sub{color: white;}
.contact-box .social span{margin: 0;}
.contact-box .social a{display: inline-block;}
.mobile-menu .social{padding-left: 0;}
.social + .social{display: none;}
.icon-corner{
	width: 100%;
	max-width: 240px;
	height: 240px;
	content: " ";
	position: absolute;
	bottom: 1rem;
	right: 2rem;
	
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom right;
	opacity: 0.2;
}
.contact-box .social span{color: white!important;}


.ctWidget {
	margin: 0 auto;
	max-width: 360px;
	padding: 1.5em 1.3em;
	background-color: #F0F0F3;
	border-radius: 0.4em;
	overflow: hidden;
	box-shadow: 5px 7px 10px rgba(0,0,0,0.1);
}
.ctWidget .inner{
	display: block;
	overflow: hidden;
}
.ctWidget .inner img{
	position: relative;
	width: 100%;
	mix-blend-mode: darken;
}
.ctWidget a:hover{
	background-color: #0569ff;
}
.ctWidget a{
	transition: background-color 0.44s linear;
	border-radius: 0.2em;
	display: block;
	margin: 1.6em 0.6em 0 0.6em;
	padding: 1em 1.2em;
	background-color: red;
	color: white;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}
.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;}
}

.hover-move{
	-webkit-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	transition: ease 0.2s;
}
.hover-move:hover{transform: translateY(-0.25rem);}




.sticky{align-self: flex-start;}
.sticky img{margin-bottom: 2rem;}
.icon-corner{
	width: 100%;
	max-width: 240px;
	height: 240px;
	content: " ";
	position: absolute;
	bottom: 1rem;
	right: 2rem;
	
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom right;
	opacity: 0.2;
}


@media screen and (max-width: 64em) {
	html{font-size: 95%;}
	.fancybox-container{height: calc(100vh - 50px);top: 49px;}
	footer{padding-left: 1.15rem;padding-right: 1.15rem;}
	footer .columns{padding: var(--smallpad) 1.15rem;}
	footer .by .columns{padding: var(--smallpad) 0;}
	.after-section{order: +1;}
	.top-quote{display: none;}
	.home-header .top-quote{display: block;}
	.contact{margin-bottom: 1rem;}
	.top-quote{padding-left: 0;}
	.nomob{display: none!important;}
}




@media screen and (max-width: 40em) {
	.swiper-scrollbar{opacity: 1;}
	.side-section .text, .cta-section .text{
		padding-left: 2.3rem;
		padding-right: 2.3rem;
	}
	.other-header {text-align: center;}
	footer{padding-top: 3rem;}

}