@charset "UTF-8";

@import
	url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Montserrat:wght@400;500;600;700&family=Parisienne&display=swap')
	;

:root {
	--rose: #8064A2;
	--rose-dark: #634A82;
	--rose-soft: #EEE7F5;
	--ink: #211C28;
	--muted: #655D6D;
	--line: #DED4E8;
	--white: #fff;
}

* {
	box-sizing: border-box
}

html {
	scroll-behavior: smooth
}

body {
	margin: 0;
	color: var(--ink);
	font-family: Montserrat, Arial, sans-serif;
	background: #fff
}

a {
	color: inherit;
	text-decoration: none
}

button, input, select {
	font: inherit
}

.container {
	width: min(1180px, calc(100% - 80px));
	margin: auto
}

header {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	padding: 24px 0
}

.nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 35px
}

.logo {
	font-family: "Parisienne", cursive;
	color: var(--rose);
	font-size: 42px;
	line-height: .8
}

.logo small {
	display: block;
	font-family: Montserrat, sans-serif;
	font-size: 10px;
	letter-spacing: 1.6px;
	text-align: center;
	margin-top: 7px
}

nav {
	display: flex;
	gap: 34px;
	align-items: center;
	font-size: 14px
}

.btn {
	border: 0;
	background: linear-gradient(135deg, var(--rose), #9477B5);
	color: #fff;
	border-radius: 7px;
	padding: 14px 22px;
	font-weight: 600;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 10px
}

.btn:hover {
	background: var(--rose-dark)
}

.icon {
	width: 19px;
	height: 19px;
	display: inline-block
}

.hero {
	min-height: 510px;
	position: relative;
	overflow: hidden;
	background: linear-gradient(90deg, #fff 0%, #fff 49%, #F4EFF8 49%, #fff 100%)
}

.hero-photo {
	position: absolute;
	right: 0;
	top: 0;
	width: 52%;
	height: 100%;
	background-image: url('../img/image1.jpeg');
	background-size: cover;
	background-position: center
}

.hero-photo:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .45) 10%,
		transparent 35%)
}

.hero-content {
	position: relative;
	z-index: 2;
	padding: 132px 0 35px;
	width: 52%
}

.kicker {
	color: var(--rose);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .4px;
	margin-bottom: 12px
}

h1, h2 {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-weight: 600
}

h1 {
	font-size: 52px;
	line-height: .95;
	margin: 0 0 25px;
	max-width: 570px
}

.accent {
	color: var(--rose)
}

.hero p {
	font-size: 16px;
	line-height: 1.55;
	max-width: 440px;
	margin: 0 0 20px
}

.hero-actions {
	display: flex;
	gap: 16px;
	margin-bottom: 24px
}

.benefits {
	display: flex;
	gap: 42px
}

.benefit {
	width: 120px;
	text-align: center;
	font-size: 12px;
	line-height: 1.35
}

.benefit .circle {
	margin: 0 auto 8px;
	color: var(--rose);
	font-size: 25px
}

.ribbon {
	height: 48px;
	background: linear-gradient(90deg, var(--rose-dark), var(--rose), var(--rose-dark));
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Cormorant Garamond", serif;
	font-size: 19px;
	letter-spacing: .2px
}

.ribbon span {
	font-family: Montserrat, sans-serif;
	margin-left: 12px;
	font-size: 25px
}

.about {
	padding: 36px 0 42px
}

.about-grid {
	display: grid;
	grid-template-columns: 380px 1fr;
	gap: 62px;
	align-items: center
}

.detail-photo {
	height: 295px;
	border: 1px solid var(--rose);
	border-radius: 11px;
	padding: 7px;
	overflow: hidden;
	position: relative
}

.detail-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 7px
}

.detail-photo:after {
/* 	content: "La beauté\A dans chaque détail ♡"; */
	white-space: pre;
	position: absolute;
	left: 26px;
	bottom: 26px;
	color: #fff;
	font-family: Parisienne, cursive;
	font-size: 25px;
	line-height: 1.05;
	text-shadow: 0 1px 4px #555
}

.about-copy h2 {
	font-size: 32px;
	line-height: 1;
	margin: 8px 0 20px;
	max-width: 470px
}

.checks {
	display: grid;
	gap: 13px
}

.check {
	display: flex;
	gap: 12px;
	align-items: center;
	font-size: 14px
}

.check i {
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	border-radius: 50%;
	background: var(--rose);
	color: white;
	display: grid;
	place-items: center;
	font-style: normal;
	font-size: 12px
}

.decor {
	float: right;
	width: 170px;
	text-align: center;
	color: var(--rose);
	font-family: Parisienne, cursive;
	font-size: 23px;
	line-height: 1.2;
	margin-top: -160px
}

.decor .lashes {
	font-family: Georgia, serif;
	font-size: 38px;
	color: #222;
	transform: rotate(-8deg);
	display: block;
	margin-bottom: 25px
}

.reviews {
	padding: 0 0 28px;
	text-align: center
}

.reviews h2 {
	font-size: 31px;
	margin: 8px 0 20px
}

.cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px
}

.card {
	border: 1px solid var(--line);
	border-radius: 9px;
	padding: 17px 25px 19px;
	min-height: 153px;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.stars {
	color: var(--rose);
	letter-spacing: 3px;
	font-size: 18px
}

.card p {
	font-size: 13px;
	line-height: 1.5;
	margin: 7px 0
}

.person {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	font-size: 12px;
	font-weight: 600
}

.avatar {
	width: 29px;
	height: 29px;
	border-radius: 50%;
	object-fit: cover;
	background: #ddd
}

.booking {
	background: #f4e0e5;
	padding: 42px 0 30px;
	position: relative;
	overflow: hidden
}

.booking:before {
	content: "";
	position: absolute;
	left: -10px;
	bottom: -20px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border: 1px solid #A991C0;
	opacity: .3
}

.booking-grid {
	display: grid;
	grid-template-columns: 1fr 520px;
	gap: 55px;
	align-items: center
}

.booking h2 {
	font-size: 36px;
	line-height: 1.03;
	margin: 8px 0 20px;
	max-width: 460px
}

.booking p {
	line-height: 1.55
}

.script {
	font-family: Parisienne, cursive;
	color: var(--rose);
	font-size: 30px;
	margin-top: 12px
}

.form {
	background: #fff;
	border-radius: 11px;
	padding: 15px;
	box-shadow: 0 5px 18px rgba(91, 66, 116, .08)
}

.form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px
}

.form input, .form select {
	border: 0;
	background: #F8F5FA;
	border-radius: 7px;
	padding: 13px 12px;
	color: #333;
	outline: 0;
	width: 100%
}

.form .full {
	grid-column: 1/-1
}

.form button {
	width: 100%;
	justify-content: center;
	margin-top: 8px
}

.privacy {
	font-size: 10px;
	color: #999;
	text-align: center;
	margin-top: 8px
}

.footer {
	background: #634A82;
	color: #fff
}

.footer-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	padding: 19px 0
}

.footer-item {
	display: flex;
	gap: 12px;
	align-items: center
}

.footer-icon {
	font-size: 25px
}

.footer-item strong {
	display: block;
	font-size: 11px;
	letter-spacing: .2px
}

.footer-item small {
	display: block;
	font-size: 9px;
	opacity: .9;
	margin-top: 4px
}

@media ( max-width :900px) {
	.container {
		width: min(100% - 36px, 680px)
	}
	header {
		position: relative;
		background: #fff
	}
	.nav {
		flex-wrap: wrap
	}
	nav {
		order: 3;
		width: 100%;
		justify-content: center;
		gap: 18px
	}
	.hero {
		min-height: auto;
		background: #fff
	}
	.hero-photo {
		position: relative;
		width: 100%;
		height: 360px;
		order: 0
	}
	.hero-content {
		width: 100%;
		padding: 35px 0
	}
	h1 {
		font-size: 44px
	}
	.hero {
		display: flex;
		flex-direction: column
	}
	.hero-content {
		order: 2
	}
	.hero-photo {
		order: 1
	}
	.about-grid, .booking-grid {
		grid-template-columns: 1fr;
		gap: 30px
	}
	.decor {
		display: none
	}
	.cards {
		grid-template-columns: 1fr
	}
	.footer-grid {
		grid-template-columns: 1fr 1fr
	}
}

@media ( max-width :560px) {
	.logo {
		font-size: 34px
	}
	nav {
		font-size: 12px;
		flex-wrap: wrap
	}
	.hero-photo {
		height: 270px
	}
	h1 {
		font-size: 38px
	}
	.benefits {
		gap: 10px;
		justify-content: space-between
	}
	.benefit {
		width: 30%
	}
	.form-grid {
		grid-template-columns: 1fr
	}
	.form .full {
		grid-column: auto
	}
	.footer-grid {
		grid-template-columns: 1fr
	}
}