:root {
	--pink: #ffe1e;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Dosis", sans-serif;
	outline: none;
	border: none;
	text-decoration: none;
	transition: .2s linear;
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
	scroll-padding-top: 6rem;
}

section {
	padding: 2rem 9%;
}

.heading {
	text-align: center;
	font-size: 4rem;
	color: #3fa19f;
	padding: 1rem;
	margin: 2re, 0;
	background: rgba(255, 51, 153, 0.05);
}

.heading span {
	color: #f09f9c;
}

.btn {
	display: inline-block;
	margin-top: 1rem;
	border-radius: 5rem;
	background: #3fa19f;
	color: #fff;
	padding: 0.9rem 3.5rem;
	cursor: pointer;
	font-size: 1.7rem;
}

.btn:hover {
	background: #f09f9c;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	padding: 2rem 9%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 1000;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

header .img/logo.png {
	width: 80%;
}

header .navbar a {
	font-size: 2rem;
	padding: 0 1.5rem;
	color: #666;
}

header .navbar a:hover {
	color: #f09f9c;
}

header .icons img {
	height: 25px;
	margin-left: 2rem;
	cursor: pointer;
}

header .icons img:hover {
	color: #f09f9c;
}

header #toggler {
	display: none;
}

header .fa-bars {
	font-size: 3rem;
	color: #333;
	border-radius: 0.5rem;
	padding: 0.5rem 1.5rem;
	cursor: pointer;
	border: 0.1rem solid rgba(0, 0, 0, 0.3);
	display: none;
}

.Home {
	display: flex;
	align-items: center;
	min-height: 100vh;
	background: url(../img/cover.png) no-repeat;
	background-size: cover;
	background-position: center;
}

.Home .content {
	max-width: 50rem;
}
.Home .content h1 {
	font-size: 100px;
	color: #f09f9c;
}

.Home .content h3 {
	font-size: 35px;
	color: #f09f9c;
	line-height: 1.5;
}

span {
	color: #3fa19f;
}

.Home .content p {
	font-size: 2rem;
	color: #000;
	padding: 1rem 0;
	line-height: 1.5;
}

.Tentang .row {
	display: flex;
	align-items: center;
	gap: 2rem;
	flex-wrap: wrap;
	padding: 2rem 0;
	padding-bottom: 3rem;
}

.Tentang .row .video-container {
	flex: 1 1 40rem;
	position: relative;
}

.Tentang .row .video-container video {
	width: 100%;
	border: 1.5rem solid #fff;
	border-radius: 0.5rem;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
	height: 100%;
	object-fit: cover;
}

.Tentang .row .video-container h3 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 3rem;
	background: #fff;
	width: 100%;
	padding: 1rem 2rem;
	text-align: center;
	mix-blend-mode: screen;
}

.Tentang .row .content {
	flex: 1 1 40rem;
}

.Tentang .row .content h3 {
	font-size: 3rem;
	color: #333;
}

.Tentang .row .content p {
	font-size: 2rem;
	color: #000;
	padding: 0.5rem, 0;
	padding-top: 1rem;
	line-height: 1.5;
}

.Treatment .box-container {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
}

.Treatment .box-container .box {
	flex: 1 1 30rem;
	box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
	border-radius: 0.5rem;
	border: 0.1rem solid rgba(0, 0, 0, 0.1);
	position: relative;
}

.Treatment .box-container .box .image {
	position: relative;
	text-align: center;
	padding-top: 2rem;
	overflow: hidden;
}

.Treatment .box-container .box .image img {
	height: 25rem;
}

.Treatment .box-container .box:hover .image img {
	transform: scale(1.1);
}

.Treatment .box-container .box .image .icons {
	position: absolute;
	bottom: -7rem;
	left: 0;
	right: 0;
	display: flex;
}

.Treatment .box-container .box:hover .image .icons {
	bottom: 0;
}

.Treatment .box-container .box .image .icons a {
	height: 5rem;
	line-height: 5rem;
	font-size: 2rem;
	width: 50%;
	background: #3fa19f;
	color: #fff;
}

.Treatment .box-container .box .image .icons .cart-btn {
	border-left: 0.1rem solid #fff7;
	border-right: 0.1rem solid #fff7;
	width: 100%;
}

.Treatment .box-container .box .image .icons a {
	background: #333;
}

.Treatment .box-container .box .content {
	padding: 2rem;
	text-align: center;
}

.Treatment .box-container .box .content h3 {
	font-size: 2.5rem;
	color: #333;
}

.Testimoni .box-container {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	color: #f09f9c;
}

.Testimoni .box-container .box {
	flex: 1 1 30rem;
	box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
	border-radius: 0.5rem;
	border: 0.1rem solid rgba(0, 0, 0, 0.1);
	position: relative;
}

.Testimoni .box-container .box .image {
	position: relative;
	text-align: center;
	padding-top: 2rem;
	overflow: hidden;
}

.Testimoni .box-container .box .image img {
	height: 50rem;
}

.Testimoni .box-container .box:hover .image img {
	transform: scale(1.1);
}

.Testimoni .box-container .box .image .icons {
	position: absolute;
	bottom: -7rem;
	left: 0;
	right: 0;
	display: flex;
}

.Testimoni .box-container .box:hover .image .icons {
	bottom: 0;
}

.Testimoni .box-container .box .image .icons a {
	height: 5rem;
	line-height: 5rem;
	font-size: 2rem;
	width: 50%;
	background: #3fa19f;
	color: #fff;
}

.Testimoni .box-container .box .image .icons .cart-btn {
	border-left: 0.1rem solid #fff7;
	border-right: 0.1rem solid #fff7;
	width: 100%;
}

.Testimoni .box-container .box .image .icons a {
	background: #333;
}

.Testimoni .box-container .box .content {
	padding: 2rem;
	text-align: center;
}

.Testimoni .box-container .box .content h3 {
	font-size: 2.5rem;
	color: #333;
}

.Pricelist {
	background: #eee;
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.Pricelist .icons {
	border: 1rem solid rgba(0, 0, 0, 0.1);
	padding: 2rem;
	display: flex;
	align-items: center;
	flex: 1 1 25rem;
}

.Pricelist .icons img {
	height: 5rem;
	margin-right: 2rem;
}

.Pricelist .icons h3 {
	color: #000;
	padding-bottom: 0.5rem;
	font-size: 1.5rem;
}

.Pricelist .icons span {
	color: #333;
	font-size: 1.3rem;
}

.footer .box-container {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
}

.footer .box-container .box {
	flex: 1 1 25rem;
}

.footer .box-container .box h3 {
	color: #333;
	font-size: 2.5rem;
	padding: 1rem 0;
}

.footer .box-container .box a {
	display: block;
	color: #666;
	font-size: 1.5rem;
	padding: 1rem 0;
}

.footer .box-container .box a:hover {
	color: #f09f9c;
	text-decoration: underline;
}

.footer .credit {
	text-align: center;
	padding: 1.5rem;
	margin-top: 1.5rem;
	padding-top: 2.5rem;
	font-size: 2rem;
	color: #333;
	border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
}

.footer .credit span {
	color: #3fa19f;
}

/*media queries */
@media (max-width: 991px) {
	html {
		font-size: 55%;
	}

	header {
		padding: 2rem;
	}

	section {
		padding: 2rem;
	}

	.Home {
		background-position: left;
	}
}

@media (max-width: 768px) {
	header .fa-bars {
		display: block;
	}

	header .navbar {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #eee;
		border-top: 0.1rem solid rgba((0), 0, 0, 0.1);
		clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	}

	header #toggler:checked ~ .navbar {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}

	header .navbar a {
		margin: 1.5rem;
		padding: 1.5rem;
		background: #fff;
		border: 0.1rem solid rgba(0, 0, 0, 0.1);
		display: block;
	}

	.Home .content h1 {
		font-size: 90px;
	}

	.Home .content h3 {
		font-size: 25px;
	}
}

@media (max-width: 450px) {
	html {
		font-size: 50%;
	}

	.heading {
		font-size: 3rem;
	}
}
