:root {
	--font-family: 'Cormorant Upright', sans-serif;
	--second-family: 'Open Sans', sans-serif;
	--third-family: 'Bestermind', sans-serif;
	--txt-color: rgba(255, 255, 255, 1);
	--main-txt: rgba(220, 202, 135, 1);
	--btn-txt: rgba(12, 12, 12, 1);
	--main-second-color: rgba(170, 170, 170, 1);
	--main-bg: rgba(4, 4, 4, 1);
	--gallery-gradient: rgba(0, 0, 0, 0.25);
	--border-color: rgba(220, 202, 135, 0.2);
	--input-border: rgba(245, 239, 219, 1);
	--decor-color: rgba(250, 250, 250, 1);
	--btn-second-txt-color: rgba(12, 11, 8, 1);
	--line-height-smaller: 1.35;
	--line-height-third: 1.3;
	--letter-spacing-second: 0.03em;
	--letter-spacing-third: 0.05em;
	--form-border-color: rgba(220, 202, 135, 0.2);
	--updates-img-border: rgba(196, 196, 196, 1);
}

body {
	overflow-x: hidden;
	line-height: 1.75;
	letter-spacing: 0.04em;
	font-family: var(--font-family);
	background-color: var(--main-bg);
	background-image: linear-gradient(
			to right,
			rgba(4, 4, 4, 0.5),
			rgba(4, 4, 4, 0.5)
		),
		url(/RESTAURANT/images/first-page/backgrounds/wave-element.jpg);
	background-repeat: no-repeat;
	width: 100%;
}

.container {
	width: 1680px;
	margin: 0 auto;
}

.newsletter {
	height: 500px;
	padding: 100px 180px;
}

.newsletter-container {
	background-color: var(--main-bg);
	border: 1px solid var(--main-second-color);
	background-color: var(--btn-txt);
	border: 1px solid var(--form-border-color);
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
}

.newsletter-title {
	color: var(--main-txt);
	font-size: 64px;
	font-family: var(--font-family);
	letter-spacing: 3px;
	font-weight: 600;
	line-height: 1.3px;
	padding-top: 8px;
	padding-bottom: 24px;
}

.newsletter-subtitle {
	font-weight: 700;
	font-family: var(--font-family);
	font-size: 23px;
	letter-spacing: var(--letter-spacing-second);
	color: var(--txt-color);
	padding-bottom: 8px;
}

.newsletter-subtitle::after {
	content: '';
	background-image: url(../images/first-page/icons/right-spoon.png);
	background-repeat: no-repeat;
	display: block;
	height: 9px;
	background-position: center;
}

.newsletter-text {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 16px;
	letter-spacing: var(--letter-spacing-second);
	color: var(--txt-color);
	line-height: 175%;
}

.newsletter-input {
	padding: 16px 519px 16px 19px;
	font-weight: 600;
	font-family: var(--font-family);
	font-size: 16px;
	letter-spacing: var(--letter-spacing-second);
	background-color: var(--btn-txt);
	color: var(--main-second-color);
	border: 1px solid var(--input-border);
}

.newsletter-button {
	font-family: var(--font-family);
	padding: 8px 32px;
	font-weight: 700;
	font-size: 16px;
	color: var(--btn-txt);
	background-color: var(--main-txt);
	border: 1px solid var(--main-txt);
	margin-left: 32px;
}

.subscribe-logo {
	position: absolute;
	height: 146px;
	width: 146px;
	top: -80;
	left: 0;
}

.footer {
	background: linear-gradient(to right, rgba(4, 4, 4, 0.5), rgba(4, 4, 4, 0.5)),
		url(../images/second-page/backgrounds/background-image.jpg);
	padding-bottom: 138px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-wrapper {
	display: flex;
	align-items: center;
	gap: 126px;
}

.footer-address {
	text-align: center;
}

.footer-address-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.footer-address-title {
	color: var(--input-border);
	font-size: 32px;
	font-weight: 400;
	line-height: var(--line-height-smaller);
	letter-spacing: var(--letter-spacing-second);
	margin-bottom: 24px;
}

.footer-address-item-link {
	color: var(--main-second-color);
	font-family: var(--second-family);
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}

.footer-logo {
	color: var(--main-txt);
	text-align: center;
	font-size: 64px;
	font-weight: 700;
	line-height: var(--line-height-smaller);
	letter-spacing: var(--letter-spacing-second);
	text-transform: uppercase;
	margin-bottom: 32px;
	text-decoration: none;
	display: block;
}

.footer-desc {
	color: var(--txt-color);
	text-align: center;
	font-family: var(--second-family);
	font-size: 16px;
	font-weight: 400;
	line-height: var(--line-height-smaller);
	letter-spacing: var(--letter-spacing-second);
	margin-bottom: 16px;
	width: 438px;
}

.footer-desc::after {
	content: '';
	background-image: url(../images/first-page/icons/right-spoon.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 40px;
	height: 9px;
	margin: 16px auto;
	display: block;
}

.footer-sm-list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.footer-list {
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.footer-list-title {
	color: var(--input-border);
	font-size: 32px;
	font-weight: 400;
	line-height: var(--line-height-smaller);
	letter-spacing: var(--letter-spacing-second);
}

.footer-item-desc {
	color: var(--main-second-color);
	font-family: var(--second-family);
	font-size: 16px;
	font-weight: 400;
	line-height: var(--line-height-smaller);
}

.footer-copyright {
	color: var(--main-second-color);
	text-align: center;
	font-family: var(--second-family);
	font-size: 16px;
	font-weight: 400;
	line-height: var(--line-height-smaller);
	letter-spacing: var(--letter-spacing-second);
	display: block;
}

.footer-container {
	display: flex;
	gap: 64px;
	flex-direction: column;
}

.footer-box {
	display: flex;
	gap: 229px;
	align-items: center;
	justify-content: center;
}

.footer-list-wrapper {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.table {
	padding-top: 152px;
	padding-bottom: 152px;
}

.logo-wrap {
	position: relative;
}

.table-logo {
	position: absolute;
	height: 146px;
	width: 146px;
	top: -40;
	right: -67;
}

.table-container {
	background-color: var(--btn-txt);
	border: 1px solid var(--main-txt);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	padding-top: 68px;
	padding-bottom: 68px;
}

.table-subtitle {
	font-weight: 700;
	font-size: 23px;
	font-family: var(--font-family);
	color: var(--txt-color);
}

.table-subtitle::after {
	content: '';
	background-image: url(../images/first-page/icons/right-spoon.png);
	background-repeat: no-repeat;
	display: block;
	height: 9px;
	background-position: center;
}

.table-title {
	font-size: 64px;
	font-weight: 600;
	font-family: var(--font-family);
	color: var(--main-txt);
	padding-bottom: 64px;
}

.table-select {
	padding: 16px 316px 16px 16px;
	background-color: var(--btn-txt);
	border: 1px solid var(--input-border);
	color: var(--main-second-color);
	font-weight: 600;
	font-family: var(--font-family);
	font-size: 16px;
}

.table-form {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
	padding-bottom: 64px;
}

.form-wrap {
	display: flex;
	gap: 20px;
}

.table-button {
	padding: 8px 32px;
	color: var(--btn-txt);
	font-weight: 700;
	font-family: var(--font-family);
	font-size: 16px;
	background-color: var(--main-txt);
	border: 1px solid var(--main-txt);
}

.table-select-person,
.table-select-time,
.table-select-date {
	color: var(--main-second-color);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.75;
}

.updates-container {
	width: 1300px;
}

.updates-subtitle {
	display: block;
	font-size: 23px;
	color: var(--txt-color);
	text-align: center;
	font-family: var(--font-family);
	margin-top: 152px;
}

.updates-subtitle::after {
	content: '';
	background-image: url('../images/first-page/icons/right-spoon.png');
	margin-top: 8px;
	margin-bottom: 8px;
	background-repeat: no-repeat;
	display: block;
	height: 9px;
	background-position: center;
}

.updates-title {
	display: block;
	font-size: 64px;
	text-align: center;
	font-family: var(--font-family);
	color: var(--main-txt);
	padding-bottom: 64px;
}

.updates-wrapper {
	display: flex;
	justify-content: space-between;
	width: 412px;
}

.updates-wrapper-text {
	color: var(--decor-color);
	font-family: var(--second-family);
	line-height: 175%;
	padding-bottom: 32px;
	padding-top: 24px;
}

.updates-list {
	display: flex;
	gap: 32px;
	justify-content: center;
}

.updates-list-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 412px;
	text-align: left;
	border-color: var(--img-border);
}

.updates-main-text {
	font-weight: 400;
	font-size: 32px;
	color: var(--main-txt);
	line-height: var(--line-height-third);
	padding-bottom: 32px;
}

.updates-main-text:hover {
	text-decoration: underline;
}

.updates-desc {
	padding-left: 0;
	font-size: 16px;
	font-family: var(--second-family);
	color: var(--main-second-color);
	padding-bottom: 32px;
}

.updates-link {
	color: var(--main-txt);
	font-family: var(--font-family);
	line-height: 1.75;
	font-size: 16px;
	text-decoration: none;
}

.updates-button {
	font-family: var(--font-family);
	padding: 8px 32px;
	font-weight: 700;
	font-size: 16px;
	color: var(--btn-txt);
	background-color: var(--main-txt);
	border: 1px solid var(--main-txt);
	display: block;
	margin: 0 auto;
	margin-top: 64px;
}

.updates-logo {
	position: absolute;
	height: 146px;
	width: 146px;
	top: -120;
	right: -67;
}

/* ================================================about us ============================================= */

.about-us {
	display: flex;
	align-items: center;
	gap: 100px;
	padding: 120px 0 136px 0;
	justify-content: center;
	position: relative;
	z-index: 0;
}

.about-us-bg {
	background: url(../images/first-page/backgrounds/about_us-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.about-us-title {
	font-family: var(--font-family);
	font-size: 64px;
	color: var(--main-txt);
	font-weight: 600;
}

.about-us-container {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: right;
}

.knife {
	height: 703px;
}

.history-container {
}

.about-us-desc {
	font-family: var(--second-family);
	color: var(--main-second-color);
	padding: 32px 0;
	font-size: 16px;
	max-width: 523px;
}

.g-bg {
	z-index: -1;
	opacity: 0.1;
	position: absolute;
}

.know-more-button {
	background-color: var(--main-txt);
	font-family: var(--font-family);
	font-size: 16px;
	padding: 8px 32px;
	color: var(--btn-second-txt-color);
	font-weight: 700;
}
