body {
	padding: 0;
	margin: 0;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

header {
	width: 100%;
	height: 100vh;
	background-image: url(f.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.container {
	max-width: 1400px;
	margin: 0 auto;

}

.logo {
	display: flex;
	justify-content: center;
	padding: 40px 0;
}

.social {
	width: 100px;
	height: 100px;
}

.text {
	height: 100vh;
	width: 100%;
	display: flex;
	justify-content: center;
}

.block {
	margin-top: 100px;
	font-family: "PT Sans Narrow", sans-serif;
	text-align: center;
	color: #fff;
}

.block h1 {
	font-size: 70px;
	margin-bottom: 0;
}

.block p {
	font-family: "Poiret One", sans-serif;
	width: 50%;
	margin: 0 auto;
	margin-bottom: 30px;
}

.block button {
	padding: 10px 20px;
	background: #fff;
	border-radius: 10px;
	font-size: 25px;
	text-decoration: none;
	color: rgb(110, 72, 105);
	transition: 0.3s;
	border: 0;
}

.carousel-item img {
    height: 100vh; /* або будь-яка інша висота */
    object-fit: cover;
}

.block button:hover {
	background-color:  rgba(165, 47, 108, 0.8);
	color: white;
	transition: 0.3s;
}

.siteblock {
	width: 100%;
	height: 100vh;
}

.stitle {
	padding: 10px 20px;
	background-color:  rgba(165, 47, 108, 0.8);
	color: white;
	text-align: center;
	width: 50%;
}

.img {
	transition: 0.2s;
}




.grid {
	width: 100%;
	height: 800px;
	display: grid;
	grid-template-columns: repeat(3, 33%);
	grid-template-rows: repeat(3, 50%);
	position: relative;
	top: -100px;
	margin-bottom: 400px;
}

.img {
	background-repeat: no-repeat;
}

.i1 {
	background-image: url(1.jpg);
	background-size: 100%;
}
.i2 {
	background-image: url(2.jpg);
	background-size: 100%;
}
.i3 {
	background-image: url(3.png);
	background-size: 100%;
}
.i4 {
	background-image: url(4.png);
	background-size: 100%;
}
.i5 {
	background-image: url(5.jpg);
	background-size: 100%;
}
.i6 {
	background-image: url(6.jpg);
	background-size: 100%;
}
.i7 {
	background-image: url(7.jpg);
	background-size: 100%;
	background-position: 	center;	
}
.i8 {
	background-image: url(8.jpg);
	background-size: 100%;
}
.i9 {
	background-image: url(9.jpg);
	background-size: 130%;
}

.img:hover {
	background-size: 110%;
	background-position: center;
	transition: 0.2s;
	background-color: rgba(0,0,0,0.5); /* степень затемнения */
    background-blend-mode: darken;     /* смешивание фона */
}

.i9:hover {
	background-size: 	cover;	
}



.main2 {
	 width: 100%;
	 font-family: "PT Sans Narrow", sans-serif;
}

.main2 h1 {
	font-size: 70px;
	text-align: center;
	margin-bottom: 100px;
}

.grid2 {
	width: 100%;
	display: flex;
	flex-direction: column;
	column-gap: 10px;
}

.gridprice {
	display: flex;
	justify-content: space-between;
	font-size: 25px;
	margin: 20px 0;
	width: 100%;
	border-bottom: 1px solid black;
}

.main3 {
	background-color: rgb(110, 72, 105);
	margin-top: 50px;
	padding: 50px 0;
}

.footer {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.main3 h1 {
	font-size: 70px;
	font-family: "PT Sans Narrow", sans-serif;
	color: #fff;
	text-shadow: 0 4px 50px rgba(255, 255, 255, 1);
}

.cont2 {
	width: 100%;
	display: grid;
	grid-template-columns: 25% 75%;
	grid-gap: 50px;
	margin-top: 50px;
}

.contacts {
	width: 100%;
	display: flex;
	flex-direction: column;
	font-family: "Poiret One", sans-serif;
	font-size: 25px;
}

.contacts a {
	text-decoration: none;
	padding: 10px 20px;
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 10px;
	color: rgb(110, 72, 105);
	transition: 0.2s;
}

.contacts a:hover {
	background-color: rgb(186, 119, 177);
	color: #fff;
	transition: 0.2s;
}

.info {
	color: #fff;
	font-size: 22px;
	font-family: "Poiret One", sans-serif;
	transition: 0.2s;
}

.perbox {
	position: 	relative;	
	top: 	100px;
	width: 	100%;
	display: 	flex;
	justify-content: 	center;	
}

.perbox span {
	padding: 	10px 20px;
	font-size: 	24px;
	border: 1px solid #fff;
	border-radius: 	10px;
	margin-right: 	20px;
	transition: 0.2s;
}

.perbox span:hover {
	border: 1px solid	rgba(170, 105, 145, 0.8);
	transition: 0.2s;
}



.info:hover {
	text-shadow: 0 10px 20px rgba(255, 255, 255, 1);
	transition: 0.2s;
}

.copy {
	color: #fff;
	width: 100%;
	text-align: center;
	font-family: "Poiret One", sans-serif;
	margin-top: 50px;
}

@media (max-width: 900px) {
		.img {
			background-size: cover;
		background-position: center;
		height: 1200px;
		}

		.grid {
		display: flex;
		flex-direction: column;
		height: 300vh;
		margin-bottom: 100px;
	}

	.perbox {
		flex-direction: 	column;	

		text-align: 	center;
		justify-content: 	center;
	}
	.perbox span {
		margin: 	0;
		width: 	90%;
		margin: 	0 auto;
		margin-bottom: 	10px;
		font-size: 	20px;
		padding: 5px 20px;
	}
	}


@media (max-width: 500px) {
	.grid {
		top: 50px;
	}

	.block h1 {
		font-size: 50px;
		margin-bottom: 30px;
	}

	.block p {
		display: none;
	}

	.grid {
		display: flex;
		flex-direction: column;
		height: 300vh;
		margin-bottom: 100px;
	}

	.img {
		background-size: cover;
		background-position: center;
		height: 1000px;
	}

	.footer h1 {
		font-size: 50px;	
	}

	.footer .cont2 {
		display: flex;
		flex-direction: column;
	}

	.gridtitle {
		font-size: 15px;
	}
	.gridprice {
		font-size: 15px;
	}

	.main2 h1 {
		margin-bottom: 50px;
	}

}