@ -0,0 +1,1260 @@
/* TEN PLIK DZIALA */

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
}
button {
	font-family: 'Wulkan Display';
	src: url('../../styles/fonts/Wulkan Display Regular.woff2') format('woff2');
}
body {
	font-family: 'Wulkan Display' !important;
	src: url('../../styles/fonts/Wulkan Display Regular.woff2') format('woff2');
	background-color: #f8f8f8;
	margin: 0;
}
ul{margin: 0;
padding: 0;}
.wpcf7-response-output{font-size: 1.4rem;}

.wp-site-blocks,
.entry-content,
.site {
  margin: 0 !important;
  padding: 0 !important;
}


@font-face {
	font-family: 'Wulkan Display';
	src: url('../../styles/fonts/Wulkan Display Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Wulkan Display';
	src: url('../../styles/fonts/Wulkan Display Light Italic.woff2') format('woff2');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Wulkan Display';
	src: url('../../styles/fonts/Wulkan Display Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Wulkan Display';
	src: url('../../styles/fonts/Wulkan Display Regular Italic.woff2') format('woff2');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Wulkan Display';
	src: url('../../styles/fonts/Wulkan Display Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Wulkan Display';
	src: url('../../styles/fonts/Wulkan Display Medium Italic.woff2') format('woff2');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Wulkan Display';
	src: url('../../styles/fonts/Wulkan Display SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Wulkan Display';
	src: url('../../styles/fonts/Wulkan Display SemiBold Italic.woff2') format('woff2');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Wulkan Display';
	src: url('../../styles/fonts/Wulkan Display Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Wulkan Display';
	src: url('../../styles/fonts/Wulkan Display Bold Italic.woff2') format('woff2');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Wulkan Display';
	src: url('../../styles/fonts/Wulkan Display Black.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Wulkan Display';
	src: url('../../styles/fonts/Wulkan Display Black Italic.woff2') format('woff2');
	font-weight: 800;
	font-style: italic;
	font-display: swap;
}

body.page-id-17 .hero-wrapper {
	height: 80px;
}

body.page-id-17 .navigation li a {
	color: #333;
}

body.page-id-17 .hero-wrapper .main-nav .navigation li a::after {
	background-color: #444;
}
body.page-id-13 .hero-wrapper {
	height: 80px;
}

body.page-id-13 .navigation li a {
	color: #333;
}

body.page-id-13 .hero-wrapper .main-nav .navigation li a::after {
	background-color: #444;
}

.hero-b2b .color-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(100, 85, 76, 0.5);
	z-index: 6;
}

.hero-wrapper {
	position: relative;

	height: 900px;
	width: 100%;

	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

.main {
	max-width: 100dvw;
	overflow-x: hidden;
}
.navigation {
	position: relative;

	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2.4rem;

	list-style: none;

	height: 80px;
}

.navigation li {
	position: relative;
}
.navigation li a {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;

	display: inline-block;

	padding-bottom: 4px;
	cursor: pointer;
	transition: color 0.3s ease;
}

.navigation li a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 0;
	background-color: #fff;
	transition: width 0.4s ease;
}
/* Hover – pojawienie się linii od lewej */
.navigation li a:hover::after {
	width: 100%;
}

/* Podkreślenie aktywnego linka (strona aktualna) */
.navigation li.active a::after {
	width: 100%;
}

/* TODO: RE-VISIT THIS FUNCTION */
.hero {
	position: relative;
	max-width: 100dvw;

	height: inherit;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	overflow: hidden;
}

.hero h1 {
	position: relative;
	margin-top: -80px; /* heigh of navigation*/
	font-size: 4.8rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-align: center;

	color: #fff;

	z-index: 1;
}

.hero p {
	position: relative;
	text-align: center;

	font-size: 1.6rem;
	font-weight: 500;
	color: #fff;
	z-index: 1;
}

.hero-wrapper .image-wrapper {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
}

.hero-wrapper .image-wrapper img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
	max-inline-size: 100%;
}

/* ++++++++++++++++++ STYLE DLA STRONY: "HOME" ++++++++++++++++++ */

.about {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3.2rem;
	padding: 10rem 15rem;
}
.about .image-wrapper {
	grid-column: 2;
	max-width: 667px;
	max-height: 445px;
}

.about .image-wrapper img {
	width: 100%;
	height: 100%;
}
.about-text {
	grid-column: 1;

	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}

.about-text h2 {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 2.4rem;
}
.about-text h2 > em {
	font-weight: 600;
}
.about-text p {
	font-size: 1.6rem;
	line-height: 1.3;
	font-weight: 400;

	width: 65%;
	margin-bottom: 1.6rem;
}

.about-text button {
	position: relative;
	font-size: 1.4rem;

	text-transform: uppercase;
	letter-spacing: 0.1em;

	font-weight: 700;

	color: #64554c;
	background-color: #f8f5f2;

	border: none;
	padding: 0.6rem 2.4rem;

	cursor: pointer;
	transition: all 0.4s ease;
}

.about-text button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background-color: #64554c;
	z-index: 1;
	transition: width 0.4s ease;
}

.about-text button span {
	position: relative;
	z-index: 2;
}

.about-text button:hover::before {
	width: 100%;
}

.about-text button:hover {
	color: #f8f5f2;
}

.banner {
	position: relative;
	margin: 10rem 15rem;
	height: 458px;
	z-index: 0;

	display: flex;
	flex-direction: center;
	justify-content: center;
}

.banner-text {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;

	padding-top: 6.2rem;

	z-index: 3;
}
.banner-text-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.banner-text-inner h2 {
	font-size: 4.8rem;
	line-height: 1.4;
	/* letter-spacing: -0.01em; */
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin-bottom: 1.2rem;
}

.banner-text-inner p {
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
	color: #fff;
}

/* ADD LAYER OF THIS COLOUR  */
.banner .image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #64554c;
	z-index: 1;
}

.banner .image-wrapper .color-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(100, 85, 76, 0.6);
	z-index: 6;
}

.banner .image-wrapper img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
.banner-btn {
	position: relative;
	overflow: hidden;

	font-family: 'Wulkan Display', serif;
	border: none;
	color: #64554c;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 700;

	padding: 0.4rem 1.4rem;
	cursor: pointer;

	background-color: #f8f5f2;
	transition: color 0.4s ease;
}

/* Animujący pasek */
.banner-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background-color: #64554c;
	z-index: 1;
	transition: width 0.4s ease;
}

/* Tekst nad ::before */
.banner-btn span {
	position: relative;
	z-index: 2;
	display: inline-block;
	transition: color 0.3s ease 0.05s;
}

/* Efekt hover */
.banner-btn:hover::before {
	width: 100%;
}

.banner-btn:hover span {
	color: #f8f5f2;
}

.wines {
	margin: 10rem 15rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: center;
	align-items: center;
	gap: 10.2rem;
}

.wines .images-grid {
	display: grid;

	grid-template-columns: 1fr 150px 1fr;
	grid-template-rows: 100px 1fr;
	max-width: fit-content;
	justify-self: end;
}
.picture-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.picture-wrapper img {
	object-fit: cover;
	object-position: center;
}

.images-grid .image-one {
	grid-column: 1 / span 2;
	grid-row: 1 / -1;

	z-index: 1;

	position: relative;
	max-width: 300px;
	max-height: 450px;
}

.images-grid .image-two {
	grid-column: 2 / span 2;
	grid-row: 2;
	z-index: 10;

	position: relative;

	max-width: 387px;
	max-height: 258px;
}

.wines-text h2 {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 2.4rem;
}

.wines-text p {
	font-size: 1.6rem;
	line-height: 1.3;
	font-weight: 400;
	margin-bottom: 2.4rem;
	width: 55%;
}

.wines-text button {
	font-family: 'Wulkan Display', serif !important;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	font-weight: 700;
	color: #64554c;
	text-transform: uppercase;

	border: none;
	padding: 0.4rem 1.4rem;
	background-color: #f8f5f2;
	cursor: pointer;
	position: relative;
	transition: all 0.4s ease;
}

.wines-text button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background-color: #64554c;
	z-index: 1;
	transition: width 0.4s ease;
}

.wines-text button span {
	position: relative;
	z-index: 2;
}

.wines-text button:hover::before {
	width: 100%;
}

.wines-text button:hover {
	color: #f8f5f2;
}

/* PODSTAWOWY STYL HAMBURGERA */
.hamburger {
	display: none;
	flex-direction: column;
	justify-content: space-between;
	width: 30px;
	height: 22px;
	background: none;
	border: none;
	cursor: pointer;
	z-index: 999 !important;
	position: relative;
	/* margin-left: auto; */
	/* margin-right: 3.2rem;
	margin-top: 3.2rem; */
	margin-left: auto;
	top: 2.4rem;
	left: -2.4rem;
	/* background-color: red; */

	/* margin: 3.2rem; */
}

/* find an icon */
.hamburger .bar {
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 2px;
	transition: all 0.3s;
}

/* MENU DESKTOPOWE */
.navigation {
	display: flex;
	gap: 2rem;
	list-style: none;
}

/* ---------- FOOTER ---------- */

/* footer {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	margin: 10rem 15rem 4rem 15rem;
} */

footer {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 10rem 15rem 4rem 15rem;
	gap: 4rem; /* odstęp między kolumnami */
	/* flex-wrap: wrap; na wypadek mobile */
}

footer .logo-footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
footer .logo-footer .logo-container {
	width: 200px;
	min-height: 100px;
}
footer .logo-footer .logo-container img {
	display: block;
	max-inline-size: 100%;
}

footer .logo-footer .logo-text {
	text-wrap: nowrap;
	/* padding: 1.2rem; */
	padding-top: 2.4rem;
	font-size: 1.8rem;
}

footer ul {
	list-style: none;
	margin-top: 2.4rem;
	color: #000;
}

footer ul li {
	font-size: 1.6rem;
	font-weight: 400;
}

.icon-wrapper {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.icon-wrapper-fb {
	width: 24px;
	height: 24px;
}

.icon-wrapper svg {
	content: '';
	height: 100%;
	width: 100%;
}
.footer-address {
	position: relative;
}

.footer-contact {
	position: relative;
}

.footer-nav li a {
	color: inherit;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	width: fit-content;
	font-size: 1.3rem;
}

.footer-icons {
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 0.6rem;
}

.vertical-divider {
	width: 2px;
	height: 250px;
	background-color: #666;
}

@media (max-width: 600px) {
	.hero-wrapper {
		background-attachment: scroll; /* dla iOS */
		/* min-height: 800px; */
	}
	body.page-id-17 .hero-wrapper {
		height: 80px !important;
	}
	body.page-id-13 .hero-wrapper {
		height: 80px !important;
	}

	.hamburger {
		display: flex;
	}

	.navigation {
		position: absolute;
		top: 120px;
		right: 0;
		width: 100%;
		flex-direction: column;

		padding: 2rem;
		display: none;
	}

	.navigation.show {
		display: flex;
		animation: slideDown 0.3s ease forwards;
	}
	ul.navigation.show {
		background-color: rgb(255, 255, 255);
		border: 2px solid #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		width: fit-content;
		height: fit-content;
		position: fixed;

		top: 10%;
		right: 2%;
		transform: translate(-50%, -50%);
		box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.308);
	}
	ul.navigation.show li a {
		color: #333;
		/* fo */
	}

	@keyframes slideDown {
		from {
			opacity: 0;
			transform: translateY(-10%);
		}
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}
	body.page-id-39 .hero-wrapper .main-nav .hamburger .bar {
		background-color: #333;
	}

	.navigation {
		gap: 1.4rem;
	}

	.navigation li a {
		font-size: 1.4rem;
		padding-bottom: 2px;
	}

	.hero h1 {
		font-size: 3.2rem;
		font-weight: 600;
		letter-spacing: 0.05em;
		margin-bottom: 1.8rem;
	}

	.hero p {
		font-size: 1.6rem;
		padding-inline: 1.8rem;
		font-weight: 500;
	}

	.about {
		grid-template-columns: 1fr;
		gap: 3.2rem;
		margin: 10rem 0;
		width: 100%;
		padding: 0;
	}

	.about-text {
		padding-right: 1.8rem;
		width: 90%;
		padding-left: 1.8rem;
	}
	.about-text p {
		font-size: 1.6rem;
		line-height: 1.3;
		font-weight: 400;

		width: 100%;
		margin-bottom: 1.6rem;
	}

	.about .image-wrapper {
		grid-column: 1;

		padding: 2.4rem 2.4rem 2.4rem calc(2.4rem - 1.6rem);
	}

	.banner {
		margin: 10rem 0;
		height: 300px;
	}
	.banner-text-inner h2 {
		font-size: 3.2rem;
		margin-bottom: 1.2rem;
	}
	.banner-text-inner p {
		font-size: 1.4rem;
		font-weight: 500;
		text-align: center;
		padding-inline: 1.6rem;
	}

	.banner .image-wrapper .color-overlay {
		background-color: rgba(100, 85, 76, 0.7);
	}

	.wines {
		margin: 10rem 0.6rem;
		grid-template-columns: 1fr;
		gap: 7.2rem;
		width: 100%;
	}
	.wines .images-grid {
		justify-self: start;
		padding: 2.4rem 2.4rem 2.4rem calc(2.4rem - 1.6rem);
		grid-row: 2;
	}
	.images-grid .image-one {
		scale: 0.9;
	}

	.images-grid .image-two {
		scale: 0.7;
	}

	.wines-text {
		width: 90%;
		padding-right: 1.8rem;
		padding-left: 1.8rem;
	}
	.wines-text p {
		width: 100%;
	}

	footer {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-inline: auto;
		gap: 4rem;
		flex-direction: column;
	}
	footer .logo-footer .logo-text {
		display: none;
	}

	footer ul {
		margin-top: 0;
	}

	.vertical-divider {
		height: 1px;
		width: 250px;
	}
	footer ul li {
		font-size: 1.4rem;
	}
	.footer-icons {
		align-items: center;
		justify-content: center;
		margin-top: 1.2rem;
	}
}

@media (600px < width <= 900px) {
	.hamburger {
		display: flex;
	}

	.navigation {
		position: absolute;
		top: 120px;
		right: 0;
		width: 100%;
		flex-direction: column;

		padding: 2rem;
		display: none;
	}

	.navigation.show {
		display: flex;
		animation: slideDown 0.3s ease forwards;
	}
	ul.navigation.show {
		background-color: rgb(255, 255, 255);
		border: 2px solid #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		width: fit-content;
		height: fit-content;
		position: fixed;

		top: 10%;
		right: 2%;
		transform: translate(-50%, -50%);
		box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.308);
	}
	ul.navigation.show li a {
		color: #333;
		/* fo */
	}
	body.page-id-39 .hero-wrapper .main-nav .hamburger .bar {
		background-color: #333;
	}

	@keyframes slideDown {
		from {
			opacity: 0;
			transform: translateY(-10%);
		}
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}

	.about {
		grid-template-columns: 1fr;
		gap: 1.2rem;
		margin: 10rem 0;
		width: 100%;

		padding: 0 0.6rem;
	}

	.about .about-text {
		grid-row: 1;

		padding-left: 3.2rem;

		width: 90%;
	}

	.about-text p {
		font-size: 1.6rem;
		line-height: 1.3;
		font-weight: 400;

		width: 70%;
		margin-bottom: 1.6rem;
	}

	.about .image-wrapper {
		scale: 0.8;
		grid-column: 1;
		grid-row: 2;
		padding: 2.4rem 2.4rem 2.4rem calc(2.4rem - 1.6rem);
	}

	.banner {
		margin: 10rem 0;
		height: 300px;
	}
	.banner-text-inner h2 {
		font-size: 3.2rem;
		margin-bottom: 1.2rem;
	}
	.banner-text-inner p {
		font-size: 1.6rem;
		font-weight: 500;
		text-align: center;
		padding-inline: 2.4rem;
	}

	.wines {
		margin: 10rem 0.6rem;
		grid-template-columns: 1fr;
		gap: 7.2rem;
		width: 100%;
	}
	.wines .images-grid {
		justify-self: start;
		padding: 2.4rem 2.4rem 2.4rem calc(2.4rem - 1.6rem);
		grid-row: 2;
	}
	.images-grid .image-one {
		scale: 0.9;
	}

	.images-grid .image-two {
		scale: 0.9;
	}

	.wines-text {
		width: 70%;
		padding-right: 1.8rem;
		padding-left: 3.2rem;
	}
	.wines-text p {
		width: 100%;
	}

	footer {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-inline: auto;
		gap: 4rem;
		flex-direction: column;
	}
	footer .logo-footer .logo-text {
		display: none;
	}

	footer ul {
		margin-top: 0;
	}

	.vertical-divider {
		height: 1px;
		width: 250px;
	}
	footer ul li {
		font-size: 1.4rem;
	}
	.footer-icons {
		align-items: center;
		justify-content: center;
		margin-top: 1.2rem;
	}
}

@media (900px < width <= 1100px) {
	.about {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 3.2rem;
		padding: 10rem 0;
	}

	.about .image-wrapper {
		max-width: 400px;
		max-height: 300px;
	}

	.about .about-text {
		padding-left: 3.2rem;

		width: 100%;
	}

	.about-text p {
		font-size: 1.6rem;

		width: 85%;
		margin-bottom: 1.6rem;
	}

	.banner {
		margin: 10rem 3.2rem;
		height: 300px;
	}
	.banner-text-inner h2 {
		font-size: 4.2rem;
		margin-bottom: 1.2rem;
	}

	.wines {
		margin: 10rem 3.2rem;
		grid-template-columns: 1fr 1fr;
		gap: 7.2rem;
		width: 100%;
	}
	.images-grid .image-one {
		scale: 0.8;
	}

	.images-grid .image-two {
		scale: 0.7;
	}
	.wines-text {
		width: 80%;
		padding-right: 1.8rem;
		padding-left: 1.2rem;
	}
	.wines-text p {
		width: 100%;
	}

	footer {
		display: flex;
		align-items: flex-start;
		justify-content: space-around;
		margin: 10rem 1.2rem 4rem 1.2rem;
		gap: 0;
		/* flex-wrap: wrap; na wypadek mobile */
	}

	footer .image-wrapper {
		scale: 0.8;
	}
	.footer-contact {
		margin: 0;
	}

	.footer-nav {
		padding-right: 2.4rem;
	}
	footer ul li {
		font-size: 1.4rem;
		font-weight: 400;
	}
}

@media (1100px < width <= 1300px) {
	.about {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 3.2rem;
		padding: 10rem 3.2rem;
	}

	/* .about .image-wrapper {
		max-width: 400px;
		max-height: 300px;
	} */

	.about .about-text {
		padding-left: 3.2rem;
		width: 100%;
	}

	.about-text p {
		font-size: 1.8rem;

		width: 85%;
		margin-bottom: 1.6rem;
	}

	.banner {
		margin: 10rem 3.2rem;
		height: 400px;
	}
	.banner-text-inner h2 {
		font-size: 4.2rem;
		margin-bottom: 1.2rem;
	}

	.wines {
		margin: 10rem 3.2rem;
		grid-template-columns: 1fr 1fr;
		gap: 7.2rem;
		width: 100%;
	}
	.images-grid .image-one {
		/* scale: 0.8; */
	}

	.images-grid .image-two {
		/* scale: 0.7; */
	}
	.wines-text {
		width: 80%;
		padding-right: 1.8rem;
		padding-left: 1.2rem;
	}
	.wines-text p {
		width: 100%;
		font-size: 1.8rem;
	}

	.banner-text-inner p {
		font-size: 1.8rem;
		width: 80%;
		text-align: center;
	}

	footer {
		display: flex;
		align-items: flex-start;
		justify-content: space-around;
		margin: 10rem 1.2rem 4rem 1.2rem;
		gap: 1.2rem;
	}

	footer .image-wrapper {
		scale: 0.8;
	}
	.footer-contact {
		margin: 0;
	}

	.footer-nav {
		padding-right: 2.4rem;
	}
	footer ul li {
		font-size: 1.4rem;
		font-weight: 400;
	}
}

@media (width > 1300px) {
	.banner-text-inner p {
		font-size: 1.8rem;
		width: 75%;
	}
	.about-text p {
		font-size: 1.8rem;
		width: 65%;
	}
	.wines-text p {
		font-size: 1.8rem;
		width: 55%;
	}
}