/* ========================================================
    WEBSITE LANDER
    BEAUTYSALON BIJZONDER MOOI © GOSALON STUDIO
======================================================== */



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

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



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

.header__hero {
	align-content: center;
	display: flex;
	justify-content: center;
}

.header__hero--image {
	height: 800px;
	object-fit: cover;
	width: 100%;
}

.header__hero--body {
	/*background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);*/
	padding: 2.5rem;
	width: auto;
}

.header__hero--body h1 {
	color: #010101;
	font-size: 5rem;
	line-height: 4.75rem;
	letter-spacing: -.075rem;
	margin-bottom: 1.5rem;
}

.header__hero--body h3 {
	font-size: 2rem;
	line-height: 1.125;
	margin-bottom: .5rem;
	text-transform: uppercase;
}

.header__hero--body .cta--button {
	/*animation: pulse-animation-hero 2.5s infinite;*/
	background-color: #dce69a;
	border: 1.5px solid #dce69a;
	border-radius: 0;
	color: #111;
	display: inline-block;
	font-family: 'Forum', Arial, sans-serif;
	font-size: 1.75rem;
	font-weight: bold;
	letter-spacing: -.025rem;
	text-decoration: none !important;
	transition: all .2s ease-in-out;
	padding: .4rem 1.2rem .4rem 1.2rem;
}

.header__hero--body .cta--button:hover {
	border: 1.5px solid #F4DEC9;
	background-color: #F4DEC9;
	color: #111;
	/*transform: scale(1.025);*/
}

@keyframes pulse-animation-hero {
	0% {
		box-shadow: 0 0 0 0px rgba(202, 213, 126, 0.8);
	}

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

	100% {}
}




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

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

.navbar.sticky--top.scrolled {
	background-color: white;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

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

a.navbar-brand {
	padding: .25rem;
	margin: 0;
}

.navbar-brand img.company--logo {
	height: 150px;
	opacity: 1;
	transition: all 0.3s ease;
}

.navbar.sticky--top.scrolled .navbar-brand img {
	height: 90px;
	opacity: 1;
}

.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 {
	list-style: none;
}

.nav--link {
	border: 2px solid transparent;
	border-radius: 0;
	color: #141414;
	display: inline-block;
	font-family: 'Forum', Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	padding: 0.85rem 1rem 0.85rem 1rem !important;
	position: relative;
	text-decoration: none;
	transition: color 0.3s ease, background-color 0.3s ease;
}

.nav--link:hover {
	background-color: #F2F2F2;
	color: #141414;
}

.navbar.sticky--top.scrolled .nav--link:hover {
	background-color: #F3D6A8;
	color: #000;
}

.navbar.sticky--top.scrolled .nav--link.active:hover {
	background-color: #FFF;
	color: #141414;
}

.navbar.sticky--top .nav--link.active {
	border: 2px solid transparent;
	color: #141414;
}

.navbar.sticky--top.scrolled .nav--link.active {
	border: 2px solid transparent;
	color: #141414;
}

/* 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;
}

.navbar .offcanvas button.btn__close {
	align-items: center;
	background-color: transparent;
	border: none;
	color: #CCC;
	display: flex;
	font-size: 2rem;
	height: 42px;
	justify-content: center;
	opacity: .5;
	transition: opacity .2s ease-in-out;
	padding: 0;
}

.navbar .offcanvas button.btn__close:hover {
	opacity: 1;
}

.offcanvas-brand--logo {
	background-color: #032b2d;
	padding: 1rem 2rem 1.175rem 2rem;
}

.navbar .offcanvas {
	background-color: #FFF;
}

.navbar .offcanvas .offcanvas-title {
	color: #999;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
}

.navbar .offcanvas-header {
	padding: 2rem 2.25rem 1rem 2.25rem;
	align-items: end;
}

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

.navbar .offcanvas-body a.nav-link {
	color: #FFF;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 1.35rem;
	font-weight: 300;
	transition: .2s ease-in-out all;
	text-decoration: none;
}

.navbar .offcanvas-body a.nav-link:hover {
	color: #E6BA30;
	margin-left: 10px;
	transition: .2s ease-in-out all;
}

.navbar .offcanvas-body a.nav-link.active {
	color: #E6BA30;
	font-weight: 500;
	transition: .2s ease-in-out all;
}

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



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

.intro__block {
	padding: 10rem 0 7rem 0;
}

.intro__block h1 {
	font-family: 'Forum', Arial, sans-serif;
	font-size: 3.25rem;
	color: #000;
	letter-spacing: -.0215rem;
	line-height: 1.1;
	margin-bottom: .75rem;
	text-shadow: 0 0 1px rgba(0, 0, 0, 1);
}

.intro__block h2 {
	font-family: 'Forum', Arial, sans-serif;
	font-size: 2.75rem;
	color: #111;
	margin-bottom: 1.5rem;
	letter-spacing: -.05rem;
	line-height: 1.1;
}

.intro__block p {
	font-family: 'Eina 01', Arial, sans-serif;
	font-weight: 400;
	font-size: 1.3rem;
	color: #111;
}

.intro__block h2 span.marker-1 {
	background-color: #dce69a;
	padding: .15rem .5rem;
}

.intro__block h2 span.marker-2 {
	background-color: #F4DEC9;
	padding: .15rem .5rem;
}




/* ============================
	TREATMENTS
============================ */

.treatments__block {
	padding: 0 0 8rem 0;
}

.treatments__block .treatment--image-wrapper {
	position: relative;
	overflow: hidden;
	height: 450px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	cursor: pointer;
}

.treatments__block .treatment--image-wrapper img.treatment--img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: transform 0.3s ease, filter 0.3s ease;
	filter: saturate(1.05);
}

.treatments__block .treatment--overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1.5rem 1rem;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
	color: #FFF;
	text-align: center;
}

.treatments__block .treatment--overlay h2 {
	font-family: 'Forum', Arial, sans-serif;
	font-size: 2.5rem;
	color: #FFF;
	letter-spacing: -.0125rem;
	font-weight: 800;
}

.treatments__block .treatment--image-wrapper:hover img {
	transform: scale(1.035);
	filter: saturate(1.5);
}

.treatment--list--wrapper {
	padding: 6rem 0 0 0;
}

.treatment--list--header h2 {
	font-family: 'Forum', Arial, sans-serif;
	font-size: 2.75rem;
	color: #111;
	margin-bottom: 1rem;
	letter-spacing: -.05rem;
	line-height: 1.1;
}

.treatment--list--header h2 span.marker {
	background-color: #F4DEC9;
	padding: .15rem .5rem;
}

ul.treatments--list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.treatments--list li span.pricelist--header p {
	font-size: 1.5rem;
	margin-bottom: .25rem;
	margin-top: 1rem;
}

ul.treatments--list li {
	border-bottom: 1px solid #eee;
	padding: .5rem 0;
}

ul.treatments--list li:last-child {
	border-bottom: none;
	padding-bottom: .25rem;
}

ul.treatments--list li small {
	font-size: .95rem;
	font-weight: 400;
}

/* CSS for active/inactive content */
.treatment--content {
	display: none;
	justify-content: space-around;
	padding: 0;
	width: 100%;
}

.treatment--content.active {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}


/* ============================
	GALLLERY
============================ */

.gallery__block {
	background: linear-gradient(to bottom, #f4f4f4, #f8f8f8);
	padding: 4rem 0;
}

.gallery__block .gallery--image--wrapper {
	position: relative;
	overflow: hidden;
	height: 400px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.gallery__block .gallery--image--wrapper img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: transform 0.3s ease, filter 0.3s ease;
}

.gallery__block .gallery--image--wrapper:hover img {
	transform: scale(1.035);
	filter: saturate(1.5);
}

.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: #ffc05a !important;
}

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



/* ============================
	APPOINTMENT
============================ */
.appointment__block img {
	object-fit: cover;
	height: 400px;
	width: 100%;
}



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

.paragraph__block {
	padding: 10rem 0 7rem 0;
}

.paragraph__block h2 {
	font-family: 'Forum', Arial, sans-serif;
	font-size: 3.5rem;
	color: #111;
	margin-bottom: 1rem;
	letter-spacing: -.05rem;
	line-height: 1.1;
}

.paragraph__block h2 span.marker {
	background-color: #dce69a;
	padding: .15rem .5rem;
}

.paragraph__block p {
	font-family: 'Eina 01', Arial, sans-serif;
	font-weight: 400;
	font-size: 1.25rem;
	color: #111;
}

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

.paragraph__block .signature {
	font-family: 'Brittany Signature', Arial, sans-serif;
	margin-top: 1rem;
	font-size: 1.25rem;
	font-style: italic;
}



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

.usp__block {
	padding: 0 0 8rem 0;
}

.usp__block ul {
	width: 100%;
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
	justify-content: space-between;
}

.usp__block li {
	flex: 1;
	text-align: center;
	padding: 1rem 3rem;
	border-right: 1px solid #eee;
}

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

.usp__block h3 {
	font-family: 'Forum', Arial, sans-serif;
	font-size: 2.25rem;
	color: #111;
	margin-bottom: .5rem;
	letter-spacing: -.025rem;
	line-height: 3.5rem;
}

.usp__block h3 span.marker-1 {
	background-color: #e8e8e8;
	padding: .15rem .5rem;
}

.usp__block h3 span.marker-2 {
	background-color: #dce69a;
	padding: .15rem .5rem;
}

.usp__block h3 span.marker-3 {
	background-color: #F4DEC9;
	padding: .15rem .5rem;
}


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

.usp__block i {
	font-size: 2rem;
	margin-bottom: 0.5rem;
}



/* ============================
	PRODUCTS
============================ */

.products__block {
	background-color: #F4DEC9;
	padding: 5rem 0 7rem 0;
}

.products__block h2 {
	font-family: 'Forum', Arial, sans-serif;
	font-size: 3rem;
	color: #111;
	letter-spacing: -.05rem;
}

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

.products__block p span.product--description--head {
	font-weight: 600;
	font-size: 1.45rem;
	color: #222;
}

.product--wrapper {
	padding: 1rem;
}

.products__block .product--image--wrapper {
	position: relative;
	overflow: hidden;
	height: 600px;
	background: #FFF;
	padding: 2rem;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.products__block .product--image--wrapper img.product--img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: transform 0.3s ease, filter 0.3s ease;
	filter: saturate(1.25);
}

.products__block .product--overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1rem 1.5rem 2rem 1.5rem;
	background: linear-gradient(to top, rgba(244, 244, 244, 1), rgba(0, 0, 0, 0));
	color: #FFF;
	text-align: center;
}

.product--overlay h3 {
	font-family: 'Forum', Arial, sans-serif;
	font-size: 2.15rem;
	color: #111;
}

.product--overlay span.product--label {
	font-family: 'Eina 01', Arial, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	color: #111;
}



/* ============================
	ARTICLES
============================ */

.articles__block {
	/* background: linear-gradient(to bottom, #f4f4f4 0%, #ffffff 35%); */
	padding: 8rem 0;
}

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

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

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

.article--heading h3 {
	color: #222;
	font-family: 'Forum', Arial, sans-serif;
	font-size: 2rem;
	/* letter-spacing: .025rem; */
	margin-bottom: 1rem;
	/* text-transform: uppercase; */
	line-height: 1.15;
}

.article--heading h3 span.marker-1 {
	background-color: #e8e8e8;
	padding: .15rem .5rem;
}

.article--heading h3 span.marker-2 {
	background-color: #dce69a;
	padding: .15rem .5rem;
}

.article--heading h3 span.marker-3 {
	background-color: #F4DEC9;
	padding: .15rem .5rem;
}


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

.article--body p {
	font-size: 1.125rem;
	line-height: 1.75rem;
}



/* ============================
	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 {
	min-height: 10vh;
	background-color: #dce69a;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	padding: 4rem 0;

}

.cta__block h2 {
	color: #000;
	font-family: 'Forum', Arial, sans-serif;
	font-size: 2.75rem;
	line-height: 1.2;
	font-weight: 800;
	margin-bottom: .5rem;
	letter-spacing: -.025rem;
}

.cta__block p {
	color: #222;
	margin-bottom: 2rem;
	font-size: 1.35rem;
	font-family: 'Eina 01', Arial, sans-serif;
	line-height: 1.55;
}

.cta__block .cta--button {
	animation: pulse-animation 2.5s infinite;
	background-color: #f3ffa4;
	border: 1.5px solid #f3ffa4;
	border-radius: 0;
	color: #111;
	display: inline-block;
	font-family: 'Forum', Arial, sans-serif;
	font-size: 1.75rem;
	font-weight: bold;
	letter-spacing: -.025rem;
	text-decoration: none !important;
	transition: all .2s ease-in-out;
	padding: .45rem 1.25rem .45rem 1.25rem;
}

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

@keyframes pulse-animation {
	0% {
		box-shadow: 0 0 0 0px rgba(239, 255, 132, 0.8);
	}

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

	100% {}
}

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

.cta__block .contact--timings {
	color: #222;
	display: block;
	margin-top: 1.25rem;
	font-family: 'Eina 01', Arial, sans-serif;
}



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

.review__block {
	background: linear-gradient(to top right, #f0f0f0, #fafafa);
	padding: 3rem 0rem;
}

.review__widget--item {
	background-color: #FFF;
	border-radius: 0;
	box-shadow: 0 0 .85rem rgba(0, 0, 0, 0.125);
	padding: 2rem;
}

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

.review--header {
	margin-bottom: .75rem;
}

.review--header span.review--rating--icon img {
	height: 1.75rem;
	width: 1.75rem;
	margin-left: .5px;
	margin-right: .5px;
}

.review--body {
	min-height: 85px;
	margin-bottom: .5rem;
}

.review--body p {
	color: #111;
	font-size: 1.1rem;
	line-height: 1.45;
}

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

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

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



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

footer {
	/*background: linear-gradient(to top, #7e864f, #969f60);*/
	background-color: #969f60;
	color: #FFF;
}

footer .footer__wrapper {
	background-image: url('../../images/logos/bijzondermooi-watermerk.svg');
	background-size: 55%;
	background-position: center calc(100% - 105%);
	background-repeat: no-repeat;
}

footer .footer__top {
	background: linear-gradient(to top right, #f0f0f0, #fafafa);
}

footer .footer__body .footer--column--wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-left: 8%;
	justify-content: center;
}

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

footer .footer__body li.footer__heading {
	margin-bottom: .75rem;
}

footer .footer__body li.footer__heading h3 {
	font-family: 'Forum', Arial, sans-serif;
	font-size: 2.5rem;
	letter-spacing: -.025rem;
	color: #f3ffa4;
	/* padding-bottom: .25rem; */
	/* border-bottom: 1px solid #767d49; */
}

footer .footer__body li {
	margin-bottom: .25rem;
}

footer .footer__body p {
	color: #FFF;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.2rem;
}

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

footer .footer__body a.footer--link:hover {
	color: #0b0703;
}

footer .footer__body .brand--logo {
	max-width: 100%;
}

footer .footer__end ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
}

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

footer .footer__end a:hover {
	color: #0b0703;
}



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

button.btn__appointment,
a.btn__appointment {
	background-color: #111;
	border: 2px solid #111;
	border-radius: 0;
	color: #FFF;
	display: inline-block;
	font-family: 'Forum', Arial, sans-serif;
	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: 'Forum', Arial, sans-serif;
	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;
}



/* Colors */

.text-feathergrey {
	color: #EEE;
}

.text-grey {
	color: #AAA;
}

.text-blue {
	color: #3E42F7;
}

.text-white {
	color: #FFF;
}

.text-dark {
	color: #000;
}

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

.bg-blue {
	background-color: #3E42F7;
}

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

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