/* ========================================================
    WEBSITE
    JONKER TEGELS EN TIMMERWERKEN © FWRD - BRAVEBOYS STUDIO
======================================================== */



/* ============================
	BODY - BASE
============================ */

body,
html {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}



/* ============================
	HERO
============================ */

.header--hero {
	align-content: center;
	border-bottom-left-radius: 5rem;
	border-bottom-right-radius: 5rem;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.header--hero--image-wrapper {
	position: relative;
}

.header--hero--image-wrapper::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.6);
	pointer-events: none;
	z-index: 1;
}

.header--hero--image {
	height: 100vh;
	width: 100%;
	object-fit: cover;
	display: block;
	position: relative;
	z-index: 0;
}

.header--hero--body {
	margin-bottom: 8%;
	padding: 2.5rem;
	position: relative;
	z-index: 2;
	text-align: center;
	width: auto;
}

.header--hero--body h2 {
	color: #000;
	font-family: 'CHANEY Wide', Arial, sans-serif;
	font-size: 5rem;
	line-height: 1.1;
	letter-spacing: -.075rem;
	font-weight: 600;
	margin-bottom: 4%;
}

.header--hero--body h3 {
	color: #FFF;
	font-family: 'CHANEY Wide', Arial, sans-serif;
	font-size: 2.75rem;
	font-weight: inherit;
	line-height: 1.3;
	letter-spacing: 0rem;
	margin-bottom: 4%;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.header--hero--body h4 {
	color: #FFF;
	font-family: 'TT Firs Neue Trl', Arial, sans-serif;
	font-size: 3rem;
	line-height: 1.3;
	letter-spacing: -.075rem;
	margin-bottom: 4%;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	font-weight: 700;
}

.hero--button--box {
	padding: 0 .5rem;
}

.hero--button--box button {
	align-items: center;
	animation: pulse-animation-hero 2.5s infinite;
	background-color: #C7B882;
	border: 1.5px solid #C7B882;
	border-radius: .5rem;
	color: #000;
	display: inline-flex;
	font-family: 'CHANEY Wide', Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: inherit;
	height: auto;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	padding: 1rem 1.2rem 1rem 1.2rem;
	position: relative;
	text-decoration: none !important;
	transition: all .2s ease-in-out;
	vertical-align: middle;
}

.hero--button--box button:hover {
	border: 1.5px solid #111;
	background-color: #111;
	color: #FFF;
	transform: scale(1.025);
}

@keyframes pulse-animation-hero {
	0% {
		box-shadow: 0 0 0 0px rgba(216, 200, 143, 0.8);
	}

	50% {
		box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
	}

	100% {
		box-shadow: 0 0 0 0px rgba(0, 0, 0, 0);
	}
}

.header--hero--body div.hero--logo--box img {
	height: 55px;
	margin-bottom: 4%;
}



/* ============================
	NAVBAR
============================ */

.logo--box img.company--logo {
	height: 35px;
}

.navbar.sticky--top {
	background-color: #001F5F;
	padding: 1rem 0;
	position: sticky;
	top: 0;
	transition: background-color 0.3s, box-shadow 0.3s;
	z-index: 1000;
}

.navbar.sticky--top.scrolled {
	background-color: #FFF;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	padding: 1rem 0;
}

.navbar--container {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}

.navbar-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.navbar-nav.left-nav {
	justify-content: flex-start;
}

.navbar-nav.right-nav {
	justify-content: flex-end;
}


/* nav item */
.nav--item {
	list-style: none;
}

.nav--link {
	background-color: transparent;
	border: none;
	border-radius: 0;
	color: #FFF;
	display: inline-block;
	font-family: 'CHANEY Wide', Arial, sans-serif;
	font-size: 1.35rem;
	/* font-weight: 600; */
	letter-spacing: .0125rem;
	line-height: 1;
	margin: 0;
	padding: .75rem 1.5rem;
	position: relative;
	text-decoration: none;
	transition: color 0.3s ease;
	white-space: nowrap;
}

.navbar-nav.right-nav li:last-child .nav--link {
	padding-right: 0;
}

.nav--link:hover {
	color: #C7B882;
	text-decoration: none;
}

.navbar.sticky--top.scrolled .nav--link {
	color: #111;
	text-decoration: none;
}

.navbar.sticky--top.scrolled .nav--link:hover {
	color: #001F5F;
	text-decoration: none;
}

.navbar.sticky--top.scrolled .nav--link.active:hover {
	color: #C7B882;
	text-decoration: none;
}

.navbar.sticky--top .nav--link.active {
	color: #C7B882;
}

.navbar.sticky--top.scrolled .nav--link.active {
	color: #00D8FF;
}



/* ---------------------------------------------------
	NAVBAR TOGGLER
----------------------------------------------------- */

.navbar--toggler--button {
	background-color: transparent;
	border: none;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	height: 3rem;
	justify-content: center;
	padding: 0;
	transition: background-color 0.2s ease-in-out;
	width: 2.5rem;
}

.navbar--toggler--button:hover .navbar--toggler--stroke--middle {
	width: 100%;
}

.navbar--toggler--stroke,
.navbar--toggler--stroke--middle {
	background-color: #FFF;
	height: 3px;
	width: 100%;
}

.navbar--toggler--stroke--middle {
	margin: 0.25rem 0;
	transition: width 0.2s ease-in-out;
	width: 80%;
}

.navbar--toggler--stroke {
	margin: 0.35rem 0;
}

.navbar.sticky--top.scrolled .navbar--toggler--stroke,
.navbar.sticky--top.scrolled .navbar--toggler--stroke--middle {
	background-color: #000;
}



/* ============================
   OFFCANVAS
============================ */

.offcanvas {
	background-color: #FFF;
}

.offcanvas--header {
	align-items: end;
	justify-content: space-between;
	display: flex;
	padding: 2rem 2rem 1rem 2rem;
}

.offcanvas--title {
	color: #BBB;
	font-family: 'CHANEY Wide', Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
}

.btn--close {
	align-items: center;
	background-color: transparent;
	border: none;
	color: #CCC;
	display: flex;
	font-size: 2rem;
	height: 42px;
	justify-content: center;
	opacity: 0.5;
	padding: 0;
	transition: opacity 0.2s ease-in-out;
}

.btn--close:hover {
	opacity: 1;
}

.offcanvas--body {
	display: flex;
	flex-direction: column;
	padding: 1rem 2rem 2rem 2rem;
}

/* UNIFORME LINKS (menu, contact, socials) */
.offcanvas--body a {
	display: block;
	color: #000;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.35rem;
	font-weight: 600;
	text-decoration: none;
	margin-bottom: 0.5rem;
	padding: 0.25rem 0.25rem 0.25rem 0;
	transition: all 0.2s ease-in-out;
}

.offcanvas--body a:hover {
	color: #00D8FF;
	transform: translateX(5px);
}

.offcanvas--body a.active {
	color: #00D8FF;
}



/* ============================
   NAV CONTACT ICONS
============================ */

.nav--iconwrapper {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

.nav--iconwrapper .nav--link {
	color: #00D8FF;
	padding: 0;
	transition: color 0.25s ease-in-out;
}

.nav--iconwrapper .nav--link i {
	font-size: 1.45rem;
	line-height: 1;
}

.nav--iconwrapper .nav--link:hover {
	color: #00D8FF;
}

body.logo--scrolled .nav--iconwrapper .nav--link {
	color: #111;
}

body.logo--scrolled .nav--iconwrapper .nav--link:hover {
	color: #C7B882;
}



/* ============================
   LOGO ANIMATIE
============================ */

.logo--container {
	height: 50px;
	position: relative;
	width: auto;
}

.logo--box {
	position: absolute;
	top: 0;
	left: 0;
	transition: transform 0.4s ease, opacity 0.4s ease;
}

.logo--box .logo--img {
	height: 50px;
	display: block;
	object-fit: contain;
}

.logo--box.logo--white {
	opacity: 1;
	transform: translateY(0);
	z-index: 2;
}

.logo--box.logo--color {
	opacity: 0;
	transform: translateY(-20px);
	z-index: 1;
}

body.logo--scrolled .logo--box.logo--white {
	opacity: 0;
	transform: translateY(-20px);
}

body.logo--scrolled .logo--box.logo--color {
	opacity: 1;
	transform: translateY(0);
}


/* navbar with toggler */
.navbar-toggler {
	border: none;
	padding: 0;
}

.navbar-toggler .nav__button {
	background-color: transparent;
	border: none;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	height: 3rem;
	justify-content: center;
	padding: 0;
	transition: background-color .2s ease-in-out;
	width: 2.5rem;
}

.navbar-toggler .nav__button:hover .nav__button--stroke--middle {
	width: 100%;
}

.nav__button--stroke {
	background-color: #000;
	height: 2px;
	margin: .35rem 0;
	width: 100%;
}

.nav__button--stroke--middle {
	background-color: #000;
	height: 2px;
	margin: .25rem 0;
	transition: width .2s ease-in-out;
	width: 80%;
}

.navbar {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.navbar a.navbar-brand img.brand-logo {
	height: 20px;
}



/* ============================
	INTRO
============================ */

.intro--block.home--page {
	padding: 13rem 0 12rem 0;
}

.intro--block.info--page {
	padding: 13rem 0 8rem 0;
}

.intro--block.contact--page {
	padding: 13rem 0 10rem 0;
}

.intro--block {
	padding: 12rem 0;
}

.intro--headline {
	background-color: #001F5F;
	color: #FFF;
	border-top-left-radius: .75rem;
	border-top-right-radius: .75rem;
	border-bottom-left-radius: 8rem;
	border-bottom-right-radius: .75rem;
	padding: 2.75rem 3.5rem 2.75rem 2rem;
}

.intro--headline.services--page {
	background-color: #C7B882;
}

.intro--headline.projects--page {
	background-color: #00D8FF;
}

.intro--headline.about--page {
	background-color: #002673;
}

.intro--headline.contact--page {
	background-color: #E2E2E6;
}

.intro--headline h1 {
	color: #FFF;
}

.intro--headline.services--page h1 {
	color: #FFF;
}

.intro--headline.projects--page h1 {
	color: #111;
}

.intro--headline.about--page h1 {
	color: #FFF;
}

.intro--headline.contact--page h1 {
	color: #111;
}

.intro--block h1 {
	font-family: 'CHANEY', Arial, sans-serif;
	font-size: 3.75rem;
	font-weight: 600;
	letter-spacing: -.025rem;
	line-height: 1;
	margin-bottom: 0;
}

.intro--block.nextpage h1 {
	color: #010101;
}

.intro--block.nextpage h2 {
	color: #FFF;
}

.intro--block h2 {
	color: #010101;
	font-family: 'CHANEY', Arial, sans-serif;
	font-size: 2rem;
	font-weight: inherit;
	letter-spacing: -.0125rem;
	line-height: 1.15;
	margin-bottom: 1rem;
}

.intro--block p {
	color: #010101;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.35rem;
	font-weight: 400;
	line-height: 1.45;
}



/* ============================
	PROJECT GALLERY
============================ */

.project--gallery--block {
	padding: 0;
}

.project--gallery--block .container {
	max-width: 1700px;
}

.project--gallery--block .project--gallery--tile {
	height: 450px;
	padding: .5rem;
	width: 100%;
}

.project--gallery--block .project--gallery--image {
	border-radius: 1rem;
	/*box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);*/
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.project--gallery--block .project--gallery--image img {
	border-radius: 1rem;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
	transition: transform 0.4s ease, filter 0.4s ease;
	width: 100%;
}

.project--gallery--block .project--gallery--image:hover img {
	filter: saturate(1.35);
	transform: scale(1.025);
}


.lg-outer .lg-thumb-item {
	border: 2px solid #fff !important;
	transition: .2s ease-in-out all;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: #00D8FF !important;
}

.lg-outer .lg-thumb-outer {
	display: flex;
	justify-content: center;
}



@media (min-width: 992px) {
	.project--gallery--tile.tile--25 {
		width: 25%;
	}

	.project--gallery--tile.tile--30 {
		width: 30%;
	}

	.project--gallery--tile.tile--40 {
		width: 40%;
	}

	.project--gallery--tile.tile--45 {
		width: 45%;
	}

	.project--gallery--tile.tile--50 {
		width: 50%;
	}

	.project--gallery--tile.tile--60 {
		width: 60%;
	}
}

@media (max-width: 991.98px) {
	.project--gallery--tile {
		width: 100%;
	}
}



/* ============================
	COLUMN BLOCK
============================ */

.columns--block {
	padding: 12rem 0;
}

.columns--block.wide--block {
	background-color: #F5F5F7;
	padding: 6rem 0;
}

.columns--wrapper--intro {
	background-color: #fff;
	border-radius: 1.5rem;
	padding: 2rem 4rem 0 0;
	height: 100%;
}

.columns--block .intro--block {
	padding: 0
}

.columns--block .intro--block h2 {
	color: #111;
	font-family: 'TT Firs Neue Trl', Arial, sans-serif;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 1.5rem;
}

.columns--block .intro--block p {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.35rem;
	color: #111;
	line-height: 1.5;
}

.columns--wrapper--intro .columns--inner h2 {
	color: #010101;
	font-family: 'CHANEY', Arial, sans-serif;
	font-size: 2rem;
	font-weight: inherit;
	letter-spacing: 0;
	line-height: 1.15;
	margin-bottom: 1rem;
}

.columns--wrapper--intro .columns--inner p {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.15rem;
	color: #111;
	line-height: 1.5;
}

.columns--wrapper {
	background-color: #fff;
	border-radius: 1rem;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.075);
	padding: 2.5rem;
	height: 100%;
}

.columns--inner {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	height: 100%;
	width: 100%;
}

.columns--inner img {
	border-radius: 1rem;
	object-fit: cover;
	width: 100%;
	height: auto;
}

.columns--inner h3 {
	font-family: 'CHANEY', Arial, sans-serif;
	font-size: 1.75rem;
	font-weight: inherit;
	letter-spacing: 0;
	line-height: 1.15;
	margin-bottom: .75rem;
}

.columns--inner p {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.105rem;
	line-height: 1.5;
}


.column--button--box button {
	align-items: center;
	background-color: #E2E2E6;
	border: 1.5px solid #E2E2E6;
	border-radius: .5rem;
	color: #000;
	display: inline-flex;
	font-family: 'CHANEY Wide', Arial, sans-serif;
	font-size: 1.125rem;
	font-weight: inherit;
	height: auto;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	padding: .9rem 1.1rem .9rem 1.1rem;
	position: relative;
	text-decoration: none !important;
	transition: all .2s ease-in-out;
	vertical-align: middle;
}

.column--button--box button:hover {
	border: 1.5px solid #111;
	background-color: #111;
	color: #FFF;
	transform: scale(1.025);
}


.columns--block .col-md-6:nth-of-type(1) .columns--wrapper {
	background-color: #001F5F;
	color: #FFF;
}

.columns--block .col-md-6:nth-of-type(2) .columns--wrapper {
	background-color: #E2E2E6;
	color: #111;
}

.columns--block .col-md-6:nth-of-type(3) .columns--wrapper {
	background-color: #C7B882;
	color: #111;
}

.columns--block .col-md-6:nth-of-type(4) .columns--wrapper {
	background-color: #00D8FF;
	color: #111;
}




/* ============================
	PARAGRAPH
============================ */

.paragraph--block.homepage {
	padding: 5rem 0 7rem 0;
}

.paragraph--block {
	padding: 12rem 0;
}

.paragraph--block h2 {
	font-family: 'CHANEY', Arial, sans-serif;
	font-size: 1.75rem;
	font-weight: inherit;
	letter-spacing: 0;
	line-height: 1.15;
	margin-bottom: .75rem;
}

.paragraph--block p {
	color: #111;
	font-family: 'Eina 01', Arial, sans-serif;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.5;
}

.paragraph--block i.fa-circle-check {
	color: #00D8FF;
	font-size: 1.25rem;
}

.paragraph--block img.paragraph--img {
	border-radius: 1rem;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	height: auto;
	object-fit: cover;
	width: 100%;
}

.paragraph--block .article--hero {
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
	position: relative;
	overflow: hidden;
	border-radius: 0;
}

.paragraph--block .article--hero--img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: transform 0.3s ease, filter 0.3s ease;
	filter: saturate(1.0125);
}

.paragraph--header {
	padding: 0 .5rem;
}

.paragraph--body {
	padding: 0 .5rem;
}

.paragraph--button--box {
	padding: 0 .5rem;
}

.paragraph--button--box button {
	align-items: center;
	background-color: #01D9BC;
	border: 1.5px solid #01D9BC;
	border-radius: .5rem;
	color: #000;
	display: inline-flex;
	font-family: 'TT Firs Neue Trl', Arial, sans-serif;
	font-size: 1.35rem;
	font-weight: 700;
	height: auto;
	justify-content: center;
	letter-spacing: .0125rem;
	line-height: 1;
	padding: .9rem 1rem .9rem 1rem;
	position: relative;
	text-decoration: none !important;
	transition: all .2s ease-in-out;
	vertical-align: middle;
}

.paragraph--button--box button:hover {
	border: 1.5px solid #111;
	background-color: #111;
	color: #FFF;
	transform: scale(1.025);
}

.paragraph--heading h3 {
	color: #222;
	font-family: PP Formula Compressed;
	font-size: 3rem;
	letter-spacing: .025rem;
	line-height: 1.15;
	margin-bottom: .5rem;
}

.paragraph--heading .rotating-icon {
	display: inline-block;
	animation: spin 10s linear infinite;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.article--body {
	padding-left: .75rem;
	padding-right: .75rem;
}

.article--body p {
	font-size: 1.25rem;
	line-height: 1.85rem;
}



/* ============================
	USP
============================ */

.usp--block {
	padding: 0;
}

.usp--block.projects--page {
	padding: 12rem 0;
}

.usp--block .usp--wrapper {
	background-color: #F5F5F7;
	border-top-left-radius: 2.75rem;
	border-top-right-radius: 2.75rem;
	border-bottom-left-radius: 2.75rem;
	border-bottom-right-radius: 8rem;
	padding: 1rem;
}

.usp--block ul {
	background-color: #FFF;
	border-top-left-radius: 1.85rem;
	border-top-right-radius: 1.85rem;
	border-bottom-left-radius: 1.85rem;
	border-bottom-right-radius: 7.25rem;
	box-shadow: 0 0 .85rem rgba(0, 0, 0, 0.125);
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 2.5rem 2rem;
	width: 100%;
}

.usp--block h3 {
	color: #111;
	font-family: 'CHANEY', Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: inherit;
	letter-spacing: 0;
	line-height: 1.1;
	margin-bottom: .75rem;
}

.usp--block i {
	color: #000;
	font-size: 4rem;
	margin-bottom: 1.5rem;
}

.usp--block li {
	border-right: 1.5px solid #EEE;
	flex: 1;
	padding: 1rem 2.25rem;
	text-align: center;
}

.usp--block li:last-child {
	border-right: none;
}

.usp--block p {
	color: #000;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.15rem;
	font-weight: 400;
}

.icon--wrapper {
	display: block;
	text-align: center;
	margin-bottom: 0.5rem;
}

.icon--wrapper img {
	height: 70px;
	width: auto;
	display: inline-block;
}



/* ============================
	FAQ
============================ */

.faq--block {
	padding: 12rem 0;
}

.faq--block--title {
	color: #001F5F;
	font-family: 'CHANEY', Arial, sans-serif;
	font-size: 3rem;
	font-weight: inherit;
	text-align: center;
	margin-bottom: 0;
}

.faq--item {
	border-bottom: 1.5px solid #EEEEEE;
	cursor: pointer;
	padding: 1.5rem 0;
}

.faq--question h3 {
	color: #000000;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.5rem;
	letter-spacing: -.0125rem;
	margin: 0;
	padding-right: 2rem;
}

.faq--icon {
	font-size: 1.5rem;
	color: #AAAAAA;
	transition: all 0.3s ease;
}

.faq--item.open .faq--icon {
	transform: rotate(180deg);
	color: #000000;
}

.faq--answer {
	display: none;
	margin-top: 1rem;
}

.faq--answer p {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.6;
	color: #000000;
	margin-bottom: 0;
	padding-right: 2.5rem;
}

.faq--item.open .faq--answer {
	display: block;
}

.faq--item:last-child {
	border-bottom: none;
}


.initial--logobox {
	padding: 0.5rem;
	display: inline-block;
	background-color: #fff;
	border-radius: 0.5rem;
}

.initial--logobox img {
	height: 60px;
	width: auto;
	display: block;
}


.initial--background {
	background-image: url('../../../assets/images/backgrounds/jonker-initial-icon-bg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30%;
	background-attachment: scroll;
}




/* ============================
	REVIEWS
============================ */

.review--block {
	background-color: #C7B882;
	padding: 3rem 0rem;
}

.review--block .container {
	max-width: 1700px !important;
}

.review--block .col-12.col-xl-4 {
	display: flex;
}

.review--widget--item {
	background-color: #FFF;
	border-radius: 1rem;
	padding: 2rem;
}

.widget--item--body {
	width: 100%;
	text-align: center;
}

.review--header {
	margin-bottom: 0;
}

.review--header span.review--rating--icon {
	display: inline-block;
}

.review--header span.review--rating--icon i {
	color: #000;
	display: block;
	font-size: 3.5rem;
	margin-left: 1px;
	margin-right: 1px;
}

.review--header span.review--rating--icon i.deg--180 {
	transform: rotate(180deg);
}

.review--header.icon--box img {
	height: 35px;
	width: auto;
	display: block;
	object-fit: contain;
}

.review--body {
	min-height: 90px;
	margin-bottom: 1.25rem;
}

.review--body p {
	color: #000;
	font-size: 1.125rem;
	line-height: 1.4;
}

.review--details p {
	color: #000;
	font-size: 1rem;
	margin-bottom: 0;
}

.review__footer--wrapper {
	display: flex;
	justify-content: center;
}

.review__footer--wrapper img.review--logo--gosalon {
	height: 1.85rem;
}



/* ============================
   LOGOS
============================ */

.logo--block {
	background-color: #FFF;
	padding: 2rem 0 7rem 0;
}

.logo--list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: -1rem;
	padding: 0;
}

.logo--list--item {
	flex: 0 0 16.6667%;
	max-width: 16.6667%;
	padding: 2rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo--list--item img {
	display: block;
	margin: 0 auto;
	max-height: 50px;
	object-fit: contain;
	width: 100%;
}

@media (max-width: 991px) {
	.logo--list--item {
		flex: 0 0 25%;
		max-width: 25%;
		padding: 1.5rem;
	}
}

@media (max-width: 767px) {
	.logo--list--item {
		flex: 0 0 33.333%;
		max-width: 33.333%;
		padding: 1rem;
	}
}

@media (max-width: 575px) {
	.logo--list--item {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.logo--list--item img.scale115 {
	scale: 1.15;
}



/* ============================
	CALL TO ACTION
============================ */

.cta--block--top {
	min-height: 100px;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.cta--block {
	align-items: center;
	background-color: #F0F0F1;
	border-top-left-radius: 5rem;
	border-top-right-radius: 5rem;
	display: flex;
	justify-content: center;
	overflow: hidden;
	padding: 4.5rem 0 4rem 0;
	position: relative;
}

.cta--block h2 {
	color: #000;
	font-family: 'CHANEY', Arial, sans-serif;
	font-size: 2.85rem;
	font-weight: inherit;
	letter-spacing: -.0125rem;
	line-height: 1.3;
	margin-bottom: .25rem;
}

.cta--block h3 {
	color: #888;
	font-family: 'CHANEY', Arial, sans-serif;
	font-size: 1.75rem;
	font-weight: inherit;
	letter-spacing: 0;
	line-height: 1.5;
	margin-bottom: .75rem;
}

.cta--block p {
	color: #000;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.45rem;
	line-height: 1.5;
	margin-bottom: 2.25rem;
}

.cta--block .cta--button {
	align-items: center;
	animation: pulse-animation-cta 2.5s infinite;
	background-color: #000;
	border: 1.5px solid #000;
	border-radius: .5rem;
	color: #FFF;
	display: inline-flex;
	font-family: 'CHANEY Wide', Arial, sans-serif;
	font-size: 1.35rem;
	font-weight: inherit;
	height: auto;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	padding: 1rem 1.2rem 1rem 1.2rem;
	position: relative;
	text-decoration: none !important;
	transition: all .2s ease-in-out;
	vertical-align: middle;
}

.cta--block .cta--button:hover {
	border: 1.5px solid #00D8FF;
	background-color: #00D8FF;
	color: #111;
	transform: scale(1.025);
}

@keyframes pulse-animation-cta {
	0% {
		box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
	}

	50% {
		box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
	}

	100% {}
}

.cta--block .cta--button:focus {
	outline: none;
}

.cta--block .contact--details {
	color: #000;
	display: block;
	font-size: 1.15rem;
	font-family: 'Eina 01', Arial, sans-serif;
	margin-top: 1.75rem;
}

.cta--block .contact--details.img--box img {
	height: 30px;
}



/* ============================
	FOOTER
============================ */

footer {
	background-color: #001744;
	color: #FFF;
	padding-top: 5rem;
}

footer .footer--wrapper {}


.scroll--top--btn {
	display: inline-block;
	background-color: #00D8FF;
	color: #000;
	border-radius: 0.75rem;
	padding: 0.55rem 1.125rem 0.65rem 1.125rem;
	font-size: 1.75rem;
	transition: all 0.3s ease;
	transform: translateY(0);
}

.scroll--top--btn:hover {
	background-color: #FFF;
	color: #000;
	text-decoration: none;
	transform: translateY(-0.35rem);
}

.footer--logo--image {
	height: 170px;
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* top */

.footer--top {
	padding-bottom: 0rem;
}

footer .footer--top .footer--column--wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

footer .footer--top ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer .footer--top li.footer--heading {
	margin-bottom: .75rem;
}

footer .footer--top li.footer--heading h3 {
	color: #FFF;
	font-family: 'CHANEY', Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: inherit;
	letter-spacing: .0125rem;
}

footer .footer--top li {
	margin-bottom: .1rem;
}

footer .footer--top p {
	color: #F7F7F7;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.3rem;
}

footer .footer--top a.footer--link {
	color: #EDEDEF;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.3rem;
	margin-right: 0.25rem;
	text-decoration: none;
	transition: color 0.3s ease;
	white-space: nowrap;
}

footer .footer--top a.footer--link:hover {
	color: #00D8FF;
}

/* middle */
footer .footer--middle .brand--logo--box {
	display: flex;
	justify-content: center;
	padding: 2rem 0 5rem 0;
}

footer .footer--middle .brand--logo--box img.brand--logo {
	height: auto;
	width: 100%;
}

/* bottom */
.footer--bottom {
	border-top: 1px solid #000;
}

footer .footer--bottom ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}

footer .footer--bottom a {
	color: #EDEDEF;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: -.0125rem;
	line-height: 1;
	transition: color .2s ease-in-out;
	text-decoration: none;
}

footer .footer--bottom a:hover {
	color: #C7B882;
}



/* ============================
	FORMS
============================ */

.form__block {
	padding: 0 0 12rem 0;
}

.form--wrapper {
	background-color: #00D8FF;
	border-radius: 3.25rem;
	padding: 2rem;
}

.form--body--inner {
	background-color: #FFF;
	border-radius: 2rem;
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
	display: flex;
	flex-wrap: wrap;
	padding: 3rem;
	width: 100%;
}

.form--body--inner h2 {
	color: #000;
	font-family: 'CHANEY Wide', Arial, sans-serif;
	font-size: 1.85rem;
	font-weight: 700;
	letter-spacing: -.0125rem;
	line-height: 1.1;
	margin-bottom: .5rem;
}

.form--body--inner p {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5;
	font-family: 'Eina 01', Arial, sans-serif;
	margin-bottom: 0;
}

.form--body--inner hr {
	margin: 1rem 0;
	color: inherit;
	border: 0;
	border-top: 1.5px solid;
	opacity: .15;
}

.form--body--inner label {
	color: #000;
	font-family: 'CHANEY Wide', Arial, sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: -.0125rem;
	line-height: 1.1;
	margin-bottom: .5rem;
}

.form--body--inner .form-control {
	border: 1.5px solid #ccc !important;
	color: #28282b;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.1rem;
	padding: .35rem .75rem .4rem .75rem;
	height: 50px;
}

.form--body--inner .form-control:focus {
	background-color: #fff !important;
	border-color: #333 !important;
	box-shadow: 0 0 0 .15rem rgba(0, 0, 0, .25) !important;
	color: #000743 !important;
}

.form--body--inner textarea.form-control {
	border: 1.5px solid #ccc !important;
	color: #28282b;
	font-size: 1.1rem;
	padding: .35rem .75rem .4rem .75rem;
	height: auto !important;
}

.form--body--inner .form-control::placeholder {
	color: #aaa;
	opacity: 1;
}

span.indication {
	color: #28282b;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.05rem;
}

.form--body--inner form .radio {
	background-color: #fff;
	border-radius: .25rem;
	display: flex;
	height: 22px;
	margin-bottom: 1px;
	position: relative;
	width: 22px;
}

.form--body--inner form .checkbox {
	background-color: #fff;
	border-radius: .25rem;
	display: flex;
	height: 22px;
	margin-bottom: 1px;
	position: relative;
	width: 22px;
}

.form--body--inner .checkbox span.indication,
.form--body--inner .radio span.indication {
	font-size: 1.05rem;
}

.form--body--inner .radio .cr .cr-icon {
	color: #000;
	font-size: 13px;
	left: 19%;
	line-height: 0;
	position: absolute;
	top: 50%;
}

.form--body--inner .checkbox .cr .cr-icon {
	color: #000;
	font-size: 13px;
	left: 19%;
	line-height: 0;
	position: absolute;
	top: 50%;
}

.form--body--inner main.form-clientinput .checkbox .cr.master {
	border: 2px solid #00D8FF;
}


/* button */

.form--body--inner button.btn--form {
	align-items: center;
	background-color: #000;
	border: none;
	border-radius: .5rem;
	color: #FFF;
	display: inline-flex;
	font-family: 'CHANEY Wide', Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	height: auto;
	justify-content: center;
	letter-spacing: .0125rem;
	line-height: 1;
	padding: 1.2rem 1.25rem 1.1rem 1.25rem;
	position: relative;
	text-align: center;
	text-decoration: none !important;
	transition: all .2s ease-in-out;
	vertical-align: middle;
}

.form--body--inner button.btn--form:hover {
	background-color: #00D8FF;
	color: #000;
}

.form--body--inner button.btn--form i {
	transition: transform 0.3s ease;
}

.form--body--inner button.btn--form:hover i {
	transform: translateX(5px);
}


/* browse select */

.form--body--inner .form-control::file-selector-button {
	padding: .35rem .75rem;
	margin: -.25rem -.65rem;
	-webkit-margin-end: .75rem;
	margin-inline-end: .75rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* select */
.form__block label small {
	font-family: "Eina 01", Arial, sans-serif;
	font-size: .9rem;
	font-weight: 400;
}

.form--select--wrapper {
	position: relative;
	width: 100%;
}

.form--select--wrapper select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1.5px solid #E2E2E2;
	border-radius: 0.5rem;
	color: var(--color-black);
	font-family: "Eina 01", Arial, sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	padding: 0.55rem 1rem 0.75rem 1rem;
	padding-right: 2.5rem;
	background-color: #FFF;
	background-image: none;
	cursor: pointer;
}

.form--select--wrapper select.form-control:focus {
	background-color: #FFF;
	border-color: #00C3FF;
	box-shadow: 0 0 0 0.15rem rgba(0, 195, 255, 0.25);
	outline: none;
}

.form--select--wrapper::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #333;
	pointer-events: none;
}

/* footer details */
.form--body--inner p.footer__details {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: .95rem;
}



/* ============================
	RADIO + CHECKBOX
============================ */

form .radio+.radio,
.checkbox+.checkbox {
	margin-top: -5px;
}

.modal .radio {
	background-color: #fff;
	border-radius: .25rem;
	height: 22px;
	margin-bottom: 1px;
	position: relative;
	width: auto;
}

.modal .radio label {
	height: 24px;
}

.checkbox label,
.radio label {
	cursor: pointer;
	font-weight: 400;
	margin-bottom: 0;
	min-height: 20px;
	padding-left: 0;
}

.checkbox label::after,
.radio label::after {
	clear: both;
	content: "";
	display: table;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
	display: none;
}

.checkbox .cr,
.radio .cr {
	border: 1.5px solid #cbcfd3;
	border-radius: .25rem;
	display: inline-block;
	height: 24px;
	position: relative;
	width: 24px;
}

.radio .cr {
	border-radius: 50%;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon,
.radio label input[type="radio"]:checked+.cr>.cr-icon {
	opacity: 1;
	transform: scale(1) rotateZ(0deg);
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon,
.radio label input[type="radio"]+.cr>.cr-icon {
	opacity: 0;
	transform: scale(3) rotateZ(-20deg);
	transition: all 0.3s ease-in 0s;
}

.checkbox .cr .cr-icon {
	color: #000743;
	font-size: 16px;
	left: 16%;
	line-height: 0;
	position: absolute;
	top: 50%;
}

.checkbox .cr.master .cr-icon {
	left: 14%;
}

.checkbox .cr.master {
	border: 2px solid #000743;
}



/* ============================
	BUTTONS
============================ */

button.btn__appointment,
a.btn__appointment {
	background-color: #111;
	border: 2px solid #111;
	border-radius: 0;
	color: #FFF;
	display: inline-block;
	font-family: PP Formula Compressed;
	font-size: 1.35rem;
	font-weight: 600;
	letter-spacing: -.0125rem;
	text-decoration: none !important;
	transition: all .2s ease-in-out;
	padding: .75rem 1.25rem .55rem 1.25rem;
}

button.btn__appointment:hover,
a.btn__appointment:hover {
	border: 2px solid #FFF;
	background-color: #FFF;
	color: #111;
}



/* ============================
	TYPO
============================ */

h1,
h2,
h3 {
	font-family: PP Formula Compressed;
	letter-spacing: -.025rem;
	line-height: 1;
	margin-bottom: 0;
}

p {
	font-family: 'Eina 01', Arial, sans-serif;
	font-weight: 400;
	line-height: 1.45;
	margin-bottom: 0;
}

h1 {
	font-size: 3rem;
	font-weight: bold;
}

h2 {
	font-size: 2rem;
	font-weight: bold;
}

h3 {
	font-size: 1.5rem;
	font-weight: bold;
}

p {
	font-size: 1.125rem;
}

a {
	color: #00D8FF;
	text-decoration: underline;
	transition: all 0.3s ease;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

.small,
small {
	font-size: .8em;
}

.text--nowrap {
	white-space: nowrap;
}



/* Colors */

.text-feathergrey {
	color: #EEE;
}

.text-grey {
	color: #AAA;
}

.text-blue {
	color: #00B4E0;
}

.text-green {
	color: #00D8BB;
}

.text-white {
	color: #FFF;
}

.text-dark {
	color: #000;
}

.bg-darkgrey {
	background-color: #222;
}

.bg-blue {
	background-color: #00B4E0;
}

.bg-green {
	background-color: #00D8BB;
}

.bg-feathergrey {
	background-color: #EEEEEE;
}

.bg-ash {
	background-color: #F6F6F6;
}

.bg-grey {
	background-color: #AAA;
}