@import url("https://fonts.googleapis.com/css2?family=Caveat&family=Raleway:ital,wght@0,300;0,400;0,600;0,700;0,900;1,300;1,400&display=swap");
:root {
	--primary-pink: #df6878;
	--secondary-pink: #180b15;
	--soft-orange: #fce5c5;
	--general-white: #fff;
	--soft-pink: #fbeff1;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Raleway", sans-serif;
	font-size: 28px;
}

html {
	background-color: var(--secondary-pink);
}
a {
	text-decoration: none;
}

ul,
li {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
}

h1 {
	font-size: 60px;
	font-weight: 300;
}

h2 {
	font-size: 40px;
	line-height: 150%;
	color: var(--primary-pink);
	margin-bottom: 20px;
}

h3 {
	font-size: 36px;
	line-height: 150%;
	font-weight: 400;
	font-size: 24px;
}

h4 {
	font-size: 16px;
	color: var(--primary-pink);
	margin-bottom: 20px;
	text-transform: uppercase;
}

.primary-button {
	background-color: var(--primary-pink);
	color: var(--general-white);
	padding: 20px;
	border: 1px solid transparent;
	/* border-radius: 6px; */
	font-size: 16px;
	cursor: pointer;
	max-width: 300px;
}

.primary-button:hover {
	background-color: transparent;
	border: 1px solid var(--primary-pink);
	color: var(--primary-pink);
}
header {
	margin: 0 auto;
	padding: 10px 0;
	width: 100%;
	position: fixed;
	background-color: var(--secondary-pink);
	top: 0;
	z-index: 100;
}

header i {
	color: var(--soft-orange);
	font-size: 20px;
	cursor: pointer;
}

.content-container {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 40px;
}

nav {
	display: flex;
	justify-content: center;
	align-items: center;
}

nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
}

nav .book-now {
	/* color: var(--primary-pink); */
	border: 1px solid var(--soft-orange);
	padding: 15px;
	/* border-radius: 6px; */
}

nav .book-now:hover {
	color: var(--primary-pink);
	border: 1px solid var(--primary-pink);
	text-decoration: none;
}

.logo-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.nav-logo {
	max-height: 90px;
}

nav ul a {
	color: var(--soft-orange);
	cursor: pointer;
	line-height: normal;
	font-size: 16px;
}

.nav-link-brand-name em {
	font-family: "Caveat", cursive;
	font-size: 25px;
	position: relative;
	margin-top: -20px;
	display: block;
	color: var(--soft-orange);
}

header a:hover {
	text-decoration: underline;
}

header i {
	margin-right: 5px;
}

.hero {
	margin-top: 370px;
	background-color: var(--secondary-pink);
	padding: 60px 0;
	color: var(--general-white);
}

.hero-content {
	display: flex;
	width: 100%;
	justify-content: center;
	gap: 90px;
}

.hero .left {
	display: flex;
	flex-direction: column;
	gap: 30px;
	justify-content: center;
}

.hero .left a {
	max-width: 300px;
}

.hero .right {
	max-width: 500px;
}

.hero-img {
	border-radius: 5px;
}

.hero-subtext {
	font-size: 20px;
	line-height: 150%;
}

.introduction {
	padding: 80px 0;
	background: var(--general-white);
}

.introduction-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.introduction-img {
	max-width: 250px;
	max-height: 250px;
	border-radius: 50%;
}

.introduction-subtext {
	margin-bottom: 30px;
	max-width: 600px;
}

.introduction-subtext i {
	text-align: justify;
	font-size: 20px;
}

.introduction-subtext i.fas {
	color: var(--primary-pink);
	font-size: 20px;
}
.introduction button {
	min-width: 200px;
}

.services {
	padding: 80px 0;
	background: var(--soft-pink);
}

.services-swiper {
	max-width: 100%;
	overflow: hidden;
}

.services-content {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.service {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	text-align: center;
}

.service img {
	max-width: 200px;
	border-radius: 50%;
	height: 200px;
}

.service p {
	font-size: 16px;
	line-height: 150%;
}

.service p.price {
	color: var(--primary-pink);
}

.services h3 {
	color: var(--primary-pink);
	font-weight: 600;
}

.services .controls {
	display: flex;
	margin-top: 60px;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 28px;
}

.services .swiper-pagination {
	position: static;
	max-width: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.services .swiper-pagination-bullet-active {
	background-color: var(--primary-pink);
}

.services .controls i {
	color: var(--primary-pink);
	font-size: 28px;
}

.services .swiper-button-next,
.services .swiper-button-prev {
	position: static;
	margin: 0;
	height: unset;
}

.services .swiper-button-next::after,
.services .swiper-button-prev::after {
	display: none;
	position: static;
}

.contact {
	padding: 80px 0;
	color: var(--soft-orange);
}

.contact .contact-content {
	display: flex;
	gap: 40px;
}

.contact .contact-details {
	max-width: 50%;
}

.contact .contact-details p {
	font-size: 20px;
	margin-bottom: 20px;
}

.contact h2 {
	color: var(--soft-orange);
	margin-bottom: 40px;
}

.contact-options {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 40px;
}

.contact-options .address {
	margin-bottom: 20px;
}

.contact-options i {
	margin-right: 20px;
	color: var(--primary-pink);
}

.contact-options a {
	text-decoration: none;
	color: var(--soft-orange);
}

.contact li,
.contact a,
.contact i {
	font-size: 16px;
}

.contact .map {
	display: flex;
	align-items: center;
	max-width: 50%;
}

footer {
	border-top: 1px solid var(--primary-pink);
	color: var(--soft-orange);
	padding: 20px 0;
	text-align: center;
}

footer p {
	font-size: 12px;
}

.menu-toggler {
	display: none;
}

.mobile-nav {
	width: 100%;
	position: fixed;
	top: 0;
	background: var(--secondary-pink);
	z-index: 200;
	height: 100%;
	padding: 20px 40px;
	right: -100%;
	transition: right 0.3s ease;
}

@media (max-width: 768px) {
	h1 {
		font-size: 40px;
	}

	.primary-button {
		font-size: 15px;
	}

	.hero-content {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	.hero .left {
		gap: 15px;
		align-items: center;
		text-align: center;
		margin-bottom: 30px;
	}

	.hero-subtext {
		font-size: 17px;
	}

	.contact .contact-content {
		flex-direction: column;
	}

	.contact .map,
	.contact .contact-details {
		max-width: 100%;
	}

	.contact-options {
		flex-direction: row;
		flex-wrap: wrap;
		column-gap: 40px;
		row-gap: 0;
		justify-content: flex-start;
	}

	.contact-options i {
		margin-right: 5px;
	}
}

@media (max-width: 600px) {
	.desktop-nav li:not(.logo-container) {
		display: none;
	}

	.menu-toggler {
		display: flex;
	}

	nav {
		justify-content: space-between;
	}

	.mobile-nav nav {
		flex-direction: column;
	}

	.mobile-nav .top {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}

	.mobile-nav i {
		color: var(--soft-orange);
		cursor: pointer;
	}

	.mobile-nav .nav-links ul {
		display: flex;
		flex-direction: column;
		gap: 20px;
		margin-top: 40px;
	}

	.menu-toggler {
		display: flex;
		flex-direction: column;
		cursor: pointer;
		padding: 10px;
		justify-content: center;
		border: 1px solid var(--soft-orange);
	}
	.bar {
		width: 25px;
		height: 1px;
		background-color: var(--soft-orange);
		margin: 3px 0;
		transition: transform 0.3s, opacity 0.3s;
	}
}
