/**
* Template Name: Yummy - v1.3.0
* Template URL: https://bootstrapmade.com/yummy-bootstrap-restaurant-website-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Set main reusable colors and fonts using CSS variables
# Learn more about CSS variables at https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
--------------------------------------------------------------*/
/* Fonts */
:root {
	--font-default: "OpenSans", "Open Sans", system-ui, -apple-system, "Segoe UI",
		Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-primary: "Amatic SC", sans-serif;
	--font-secondary: "Ubuntu", sans-serif;
}

/* Colors */
:root {
	--color-default: #666666;
	--color-primary: #755d00;
	--bs-primary: #755d00;
	--bs-secondary: #f6e142;
	--color-secondary: #f6e142;
	--color-primary-tint: #c6a76e;
	--bs-primary-rgb: #755d00;
	--bs-secondary-rgb: #f6e142;
	--bs-btn-bg: #f6e142;
}

/* Smooth scroll behavior */
:root {
	scroll-behavior: smooth;
}

@font-face {
	font-family: "CyrillicOld";
	font-style: normal;
	font-weight: 700;
	src: local("CyrillicOld"), local("CyrillicOld-Bold"),
		url(../fonts/cyrillicold.ttf) format("truetype");
}

@font-face {
	font-family: "OpenSans";
	font-style: normal;
	font-weight: 300;
	src: url(../fonts/OpenSans-Light.ttf) format("truetype");
}

@font-face {
	font-family: "OpenSans";
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/OpenSans-Regular.ttf) format("truetype");
}

@font-face {
	font-family: "OpenSans";
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/OpenSans-SemiBold.ttf) format("truetype");
}

@font-face {
	font-family: "OpenSans";
	font-style: normal;
	font-weight: 600;
	src: url(../fonts/OpenSans-SemiBold.ttf) format("truetype");
}

@font-face {
	font-family: "OpenSans";
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/OpenSans-Bold.ttf) format("truetype");
}

@font-face {
	font-family: "Ubuntu";
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/Ubuntu-Bold.ttf) format("truetype");
}

@font-face {
	font-family: "Ubuntu";
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/Ubuntu-Regular.ttf) format("truetype");
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
	font-family: var(--font-default);
	color: var(--color-default);
}

a {
	color: var(--color-default);
	text-decoration: none;
}

a:hover {
	color: var(--color-primary-tint);
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-secondary);
}

h2 {
	color: var(--color-primary-tint);
	font-family: var(--font-default);
	font-weight: 600;
	font-size: 35px;
	margin-bottom: 2rem;
}

.icon-phone {
	background: url(../img/icon-phone.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	display: block;
}

.icon-many-photos {
	background: url(../img/icon-many-photos.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 16px;
	width: 18px;
	display: inline-block;
}

.icon-video {
	background: url(../img/icon-video.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 16px;
	width: 18px;
	display: inline-block;
}

.icon-doc {
	background: url(../img/icon-doc.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 20px;
	width: 16px;
	display: inline-block;
}

.icon-vk {
	background: url(../img/icon-vk.svg);
	background-size: 25px 28px;
	background-position: center;
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
	display: block;
	border: 1px solid var(--color-primary);
	border-radius: 5px;
}
.icon-tg {
	background: url(../img/icon-tg.svg);
	background-size: 20px 23px;
	background-position: center;
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
	display: block;
	border: 1px solid var(--color-primary);
	border-radius: 5px;
}
.icon-youtube {
	background: url(../img/icon-youtube.svg);
	background-size: 20px 23px;

	background-position: center;
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
	display: block;
	border: 1px solid var(--color-primary);
	border-radius: 5px;
}

.icon-house {
	background: url(../img/icon-house.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	display: block;
}

.icon-all-answers {
	background: url(../img/icon-all-answers.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 28px;
	width: 28px;
	display: inline-block;
}

.icon-search {
	background: url(../img/icon-search.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	display: block;
}

.icon-booking {
	background: url(../img/icon-booking.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	display: block;
}

.icon-email {
	background: url(../img/icon-email.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	display: block;
}

.icon-burger {
	background: url(../img/icon-burger.svg);
	background-size: 60%;
	background-position: center;
	background-repeat: no-repeat;
	height: 36px;
	border-color: var(--color-primary) !important;
	width: 45px;
	display: block;
}

.caption-v1 {
	font-family: "CyrillicOld";
	font-weight: 700;
	color: var(--color-primary);
}

.header-visual-v2 .caption-v1 .text-v1 {
	font-family: "OpenSans";
	font-weight: 600;
}

.header-visual-v2 .text-v1 {
	font-size: 14px;
}

.text-v2 {
	font-family: "OpenSans";
	font-weight: 700;
	color: var(--color-default);
}

.text-v3 {
	font-family: "OpenSans";
	font-weight: 700;
	font-size: 35px;
	color: white;
}

.text-v4 {
	font-family: "OpenSans";
	font-weight: 700;
	font-size: 35px;
	color: var(--color-primary-tint);
	text-transform: uppercase;
}

.font-size-md {
	font-size: 14px;
}

.font-size-lg {
	font-size: 26px;
}

.section-logo {
	max-width: 500px;
}

.header-visual-v2 .section-logo {
	max-width: none;
}

.header-visual-v2 .logo {
	width: 83px;
	min-width: 83px;

	height: 90px;
	min-height: 106px;
}

@media (max-width: 992px) {
	.header-contacts {
		display: none !important;
	}

	.header-visual-v2 .caption-v1 {
		font-size: 1.2rem;
	}
}

.section-header p span {
	color: var(--color-primary);
}

.search input {
	border-color: var(--color-primary) !important;
	border-right: none;
}

.search > div {
	border-radius: var(--bs-border-radius);
	border-color: var(--color-primary) !important;
}

.cursor-pointer {
	cursor: pointer;
}

.logo {
	width: 110px;
	height: 140px;
	background: url(../img/logo.svg);
	background-size: cover;
}

/*--------------------------------------------------------------



/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 99999;
	background: var(--color-primary);
	width: 44px;
	height: 44px;
	border-radius: 50px;
	transition: all 0.4s;
}

.scroll-top i {
	font-size: 24px;
	color: #fff;
	line-height: 0;
}

.scroll-top:hover {
	background: #ec2727;
	color: #fff;
}

.scroll-top.active {
	visibility: visible;
	opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
	position: fixed;
	inset: 0;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
	transition: all 0.6s ease-out;
	width: 100%;
	height: 100vh;
}

#preloader:before,
#preloader:after {
	content: "";
	position: absolute;
	border: 4px solid var(--color-primary);
	border-radius: 50%;
	-webkit-animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
	animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

@-webkit-keyframes animate-preloader {
	0% {
		width: 10px;
		height: 10px;
		top: calc(50% - 5px);
		left: calc(50% - 5px);
		opacity: 1;
	}

	100% {
		width: 72px;
		height: 72px;
		top: calc(50% - 36px);
		left: calc(50% - 36px);
		opacity: 0;
	}
}

@keyframes animate-preloader {
	0% {
		width: 10px;
		height: 10px;
		top: calc(50% - 5px);
		left: calc(50% - 5px);
		opacity: 1;
	}

	100% {
		width: 72px;
		height: 72px;
		top: calc(50% - 36px);
		left: calc(50% - 36px);
		opacity: 0;
	}
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	[data-aos-delay] {
		transition-delay: 0 !important;
	}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
	background: #fff;
	transition: all 0.5s;
	z-index: 997;
	height: 90px;
	border-bottom: 1px solid #fff;
}

.page-v2.header {
	border: 1px solid var(--color-primary-tint);
	border-left: 0px;
	border-right: 0px;
	height: 60px;
}

.header-visual,
.header-visual-v2 {
	background: url("../img/panorama.png");
	background-repeat: no-repeat;
	background-size: cover;
	height: 360px;
	width: 100%;
}

.header-visual-v2 {
	height: 150px;
	background-position: center;
}

.header-visual-v2 .header-contacts {
	min-width: fit-content;
}

@media (max-width: 992px) {
	.header {
		height: 0px;
	}
	.header-visual-v2 {
		height: 200px;
	}
	.header.page-v2 {
		height: 0px;
		border: 0;
	}
}

.header.sticked {
	border-color: #fff;
	border-color: #eee;
}

.header .logo img {
	max-height: 40px;
	margin-right: 6px;
}

.header .logo h1 {
	font-size: 28px;
	font-weight: 700;
	color: #000;
	margin: 0;
	font-family: var(--font-secondary);
}

.header .logo h1 span {
	color: var(--color-primary);
}

.header .btn-book-a-table,
.header .btn-book-a-table:focus {
	font-size: 14px;
	color: #fff;
	background: var(--color-primary);
	padding: 8px 20px;
	margin-left: 30px;
	border-radius: 50px;
	transition: 0.3s;
}

.header .btn-book-a-table:hover,
.header .btn-book-a-table:focus:hover {
	color: #fff;
	background: rgba(206, 18, 18, 0.8);
}

section {
	scroll-margin-top: 90px;
}

.navbar {
	width: 100%;
}
.navbar > ul {
	width: 100%;
}

.navbar > ul > li:first-child {
	display: none;
}

.navbar li.active {
	background: var(--color-primary-tint);
}

.navbar li.active ul,
.navbar li.active ul li {
	background: white;
}

.navbar li.active a {
	color: white !important;
}

.navbar li.active li a {
	color: var(--color-default) !important;
}

.sidebar-contacts {
	display: none !important;
}

.sidebar-contacts > div:first-child {
	flex: 3;
}
.sidebar-contacts > div:last-child {
	flex: 2;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 992px) {
	.navbar {
		padding: 0;
	}

	.navbar ul {
		margin: 0;
		padding: 0;
		display: flex;
		list-style: none;
		align-items: center;
		justify-content: space-between;
	}

	.navbar li {
		position: relative;
	}

	.navbar > ul > li {
		white-space: nowrap;
		padding: 17px 28px;
	}

	.navbar a,
	.navbar a:focus {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 3px;
		font-family: var(--font-secondary);
		font-size: 16px;
		font-weight: 500;
		text-transform: uppercase;
		color: #444444;
		white-space: nowrap;
		transition: 0.3s;
		position: relative;
	}

	.navbar a i,
	.navbar a:focus i {
		font-size: 12px;
		line-height: 0;
		margin-left: 5px;
	}

	.navbar > ul > li > a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 2px;
		bottom: -6px;
		left: 0;
		background-color: var(--color-primary);
		visibility: hidden;
		width: 0px;
		transition: all 0.3s ease-in-out 0s;
	}

	.navbar a:hover:before,
	.navbar li:hover > a:before,
	.navbar .active:before {
		visibility: visible;
		width: 100%;
	}

	.navbar a:hover,
	.navbar .active,
	.navbar .active:focus,
	.navbar li:hover > a {
		color: #000;
	}

	.navbar .dropdown ul {
		display: block;
		position: absolute;
		left: 28px;
		top: calc(100% + 30px);
		margin: 0;
		padding: 0px 0;
		z-index: 99;
		opacity: 0;
		visibility: hidden;
		box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
		transition: 0.3s;
		border-radius: 4px;
		background: #c6a76e;
	}

	.navbar .dropdown ul li {
		min-width: 200px;
		border-bottom: 1px solid #dcbb84;
	}

	.navbar .dropdown ul li:last-child {
		border-bottom: none;
	}

	.navbar .dropdown ul a {
		padding: 10px 20px;
		font-size: 15px;
		text-transform: none;
		font-weight: 500;
		color: white;
	}

	.navbar .dropdown ul a i {
		font-size: 12px;
	}

	.navbar .dropdown ul a:hover,
	.navbar .dropdown ul .active:hover,
	.navbar .dropdown ul li:hover > a {
		color: black;
	}

	.navbar .dropdown:hover > ul {
		opacity: 1;
		top: 100%;
		visibility: visible;
	}

	.navbar .dropdown .dropdown ul {
		top: 0;
		left: calc(100% - 30px);
		visibility: hidden;
	}

	.navbar .dropdown .dropdown:hover > ul {
		opacity: 1;
		top: 0;
		left: 100%;
		visibility: visible;
	}

	.navbar .header-contacts {
		display: block !important;
	}
}

@media (min-width: 1280px) and (max-width: 1366px) {
	.navbar .dropdown .dropdown ul {
		left: -90%;
	}

	.navbar .dropdown .dropdown:hover > ul {
		left: -100%;
	}
}

@media (min-width: 992px) {
	.mobile-nav-show,
	.mobile-nav-hide {
		display: none;
	}
}

@media (min-width: 575px) {
	.navbar > ul > li {
		padding: 17px 17px;
	}
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 992px) {
	.sidebar-contacts {
		display: flex !important;
	}

	.navbar {
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		max-width: 400px;
		border-left: 1px solid #666;
		bottom: 0;
		transition: 0.3s;
		z-index: 9997;
	}

	.navbar ul {
		position: absolute;
		inset: 0;
		padding: 50px 0 10px 0;
		margin: 0;
		background: rgba(255, 255, 255, 0.9);
		overflow-y: auto;
		transition: 0.3s;
		z-index: 9998;
	}

	.navbar a,
	.navbar a:focus {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px 20px;
		font-family: var(--font-secondary);
		border-bottom: 2px solid rgba(255, 255, 255, 0.8);
		font-size: 16px;
		font-weight: 600;
		color: #7f7f90;
		white-space: nowrap;
		transition: 0.3s;
	}

	.navbar a i,
	.navbar a:focus i {
		font-size: 12px;
		line-height: 0;
		margin-left: 5px;
	}

	.navbar a:hover,
	.navbar li:hover > a {
		color: #000;
	}

	.navbar li:not(:first-child) {
		/* background: var(--color-primary-tint); */
	}

	.navbar .active,
	.navbar .active:focus {
		color: #000;
		border-color: var(--color-primary);
	}

	.navbar .dropdown ul,
	.navbar .dropdown .dropdown ul {
		position: static;
		display: none;
		/* padding: 10px 0; */
		padding: 0;

		/* margin: 10px 20px; */
		margin: 0;
		transition: all 0.5s ease-in-out;
		border: 1px solid #eee;
	}

	.navbar li li a {
		padding-left: 2.5rem;
	}

	.navbar .dropdown > .dropdown-active,
	.navbar .dropdown .dropdown > .dropdown-active {
		display: block;
	}

	.mobile-nav-show {
		color: var(--color-secondary);
		font-size: 28px;
		cursor: pointer;
		line-height: 0;
		transition: 0.5s;
		z-index: 9999;
		margin: 0 10px 0 20px;
	}

	.mobile-nav-hide {
		color: var(--color-secondary);
		font-size: 32px;
		cursor: pointer;
		line-height: 0;
		transition: 0.5s;
		position: fixed;
		right: 20px;
		top: 20px;
		z-index: 9999;
	}

	.mobile-nav-active {
		overflow: hidden;
	}

	.mobile-nav-active .navbar {
		right: 0;
	}

	.mobile-nav-active .navbar:before {
		content: "";
		position: fixed;
		inset: 0;
		background: rgba(255, 255, 255, 0.8);
		z-index: 9996;
	}
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .about-img {
	min-height: 500px;
}

.about h3 {
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 30px;
	font-family: var(--font-secondary);
}

.about .call-us {
	left: 10%;
	right: 10%;
	bottom: 10%;
	background-color: #fff;
	box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
	padding: 20px;
	text-align: center;
}

.about .call-us h4 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 5px;
	font-family: var(--font-default);
}

.about .call-us p {
	font-size: 28px;
	font-weight: 700;
	color: var(--color-primary);
}

.about .content ul {
	list-style: none;
	padding: 0;
}

.about .content ul li {
	padding: 0 0 8px 26px;
	position: relative;
}

.about .content ul i {
	position: absolute;
	font-size: 20px;
	left: 0;
	top: -3px;
	color: var(--color-primary);
}

.about .content p:last-child {
	margin-bottom: 0;
}

.about .play-btn {
	width: 94px;
	height: 94px;
	background: radial-gradient(
		var(--color-primary) 50%,
		rgba(206, 18, 18, 0.4) 52%
	);
	border-radius: 50%;
	display: block;
	position: absolute;
	left: calc(50% - 47px);
	top: calc(50% - 47px);
	overflow: hidden;
}

.about .play-btn:before {
	content: "";
	position: absolute;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation: pulsate-btn 2s;
	animation: pulsate-btn 2s;
	-webkit-animation-direction: forwards;
	animation-direction: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: steps;
	animation-timing-function: steps;
	opacity: 1;
	border-radius: 50%;
	border: 5px solid rgba(206, 18, 18, 0.7);
	top: -15%;
	left: -15%;
	background: rgba(198, 16, 0, 0);
}

.about .play-btn:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: 100;
	transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn:hover:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border: none;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: 200;
	-webkit-animation: none;
	animation: none;
	border-radius: 0;
}

.about .play-btn:hover:after {
	border-left: 15px solid var(--color-primary);
	transform: scale(20);
}

@-webkit-keyframes pulsate-btn {
	0% {
		transform: scale(0.6, 0.6);
		opacity: 1;
	}

	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}

@keyframes pulsate-btn {
	0% {
		transform: scale(0.6, 0.6);
		opacity: 1;
	}

	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}

/*--------------------------------------------------------------
# Why Us Section
--------------------------------------------------------------*/
.why-us .why-box {
	padding: 30px;
	background: var(--color-primary);
	color: #fff;
}

.why-us .why-box h3 {
	font-weight: 700;
	font-size: 34px;
	margin-bottom: 30px;
}

.why-us .why-box p {
	margin-bottom: 30px;
}

.why-us .why-box .more-btn {
	display: inline-block;
	background: rgba(255, 255, 255, 0.3);
	padding: 6px 30px 8px 30px;
	color: #fff;
	border-radius: 50px;
	transition: all ease-in-out 0.4s;
}

.why-us .why-box .more-btn i {
	font-size: 14px;
}

.why-us .why-box .more-btn:hover {
	color: var(--color-primary);
	background: #fff;
}

.why-us .icon-box {
	text-align: center;
	background: #fff;
	padding: 40px 30px;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(55, 55, 63, 0.1);
	transition: 0.3s;
}

.why-us .icon-box i {
	color: var(--color-primary);
	margin-bottom: 30px;
	font-size: 32px;
	margin-bottom: 30px;
	background: rgba(206, 18, 18, 0.1);
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
}

.why-us .icon-box h4 {
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 30px 0;
	font-family: var(--font-secondary);
}

.why-us .icon-box p {
	font-size: 15px;
	color: #6c757d;
}

@media (min-width: 1200px) {
	.why-us .icon-box:hover {
		transform: scale(1.1);
	}
}

/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/
.stats-counter {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url("../img/stats-bg.jpg") center center;
	background-size: cover;
	padding: 100px 0;
}

@media (min-width: 1365px) {
	.stats-counter {
		background-attachment: fixed;
	}
}

.stats-counter .stats-item {
	padding: 30px;
	width: 100%;
}

.stats-counter .stats-item span {
	font-size: 48px;
	display: block;
	color: #fff;
	font-weight: 700;
}

.stats-counter .stats-item p {
	padding: 0;
	margin: 0;
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.6);
}

/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
.menu .nav-tabs {
	border: 0;
}

.menu .nav-link {
	margin: 0 10px;
	padding: 10px 5px;
	transition: 0.3s;
	color: var(--color-secondary);
	border-radius: 0;
	cursor: pointer;
	height: 100%;
	border: 0;
	border-bottom: 2px solid #b6b6bf;
}

@media (max-width: 575px) {
	.menu .nav-link {
		margin: 0 10px;
		padding: 10px 0;
	}
}

.menu .nav-link i {
	padding-right: 15px;
	font-size: 48px;
}

.menu .nav-link h4 {
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	font-family: var(--font-secondary);
}

@media (max-width: 575px) {
	.menu .nav-link h4 {
		font-size: 16px;
	}
}

.menu .nav-link:hover {
	color: var(--color-primary);
}

.menu .nav-link.active {
	color: var(--color-primary);
	border-color: var(--color-primary);
}

.menu .tab-content .tab-header {
	padding: 30px 0;
}

.menu .tab-content .tab-header p {
	font-size: 14px;
	text-transform: uppercase;
	color: #676775;
	margin-bottom: 0;
}

.menu .tab-content .tab-header h3 {
	font-size: 36px;
	font-weight: 600;
	color: var(--color-primary);
}

.menu .tab-content .menu-item {
	-moz-text-align-last: center;
	text-align-last: center;
}

.menu .tab-content .menu-item .menu-img {
	padding: 0 60px;
	margin-bottom: 15px;
}

.menu .tab-content .menu-item h4 {
	font-size: 22px;
	font-weight: 500;
	color: var(--color-secondary);
	font-family: var(--font-secondary);
	font-weight: 30px;
	margin-bottom: 5px;
}

.menu .tab-content .menu-item .ingredients {
	font-family: var(--font-secondary);
	color: #8d8d9b;
	margin-bottom: 5px;
}

.menu .tab-content .menu-item .price {
	font-size: 24px;
	font-weight: 700;
	color: var(--color-primary);
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .section-header {
	margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
	overflow: hidden;
}

.testimonials .testimonial-item .testimonial-content {
	border-left: 3px solid var(--color-primary);
	padding-left: 30px;
}

.testimonials .testimonial-item .testimonial-img {
	border-radius: 50%;
	border: 4px solid #fff;
	margin: 0 auto;
}

.testimonials .testimonial-item h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	color: var(--color-default);
	font-family: var(--font-secondary);
}

.testimonials .testimonial-item h4 {
	font-size: 14px;
	color: #6c757d;
	margin: 0 0 10px 0;
	font-family: var(--font-secondary);
}

.testimonials .testimonial-item .stars i {
	color: #ffc107;
	margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
	color: #f05656;
	font-size: 26px;
	line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
	display: inline-block;
	left: -5px;
	position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
	display: inline-block;
	right: -5px;
	position: relative;
	top: 10px;
	transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
	font-style: italic;
}

.testimonials .swiper-pagination {
	margin-top: 40px;
	position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #d1d1d7;
	opacity: 1;
}

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

/*--------------------------------------------------------------
# Events Section
--------------------------------------------------------------*/
.events .container-fluid {
	padding: 0;
}

.events .event-item {
	background-size: cover;
	background-position: cente;
	min-height: 600px;
	padding: 30px;
}

@media (max-width: 575px) {
	.events .event-item {
		min-height: 500px;
	}
}

.events .event-item:before {
	content: "";
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	inset: 0;
}

.events .event-item h3 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 5px;
	color: #fff;
	position: relative;
}

.events .event-item .price {
	color: #fff;
	border-bottom: 2px solid var(--color-primary);
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 15px;
	position: relative;
}

.events .event-item .description {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.9);
	position: relative;
}

@media (min-width: 1200px) {
	.events .swiper-slide-active + .swiper-slide {
		border-left: 1px solid rgba(255, 255, 255, 0.5);
		border-right: 1px solid rgba(255, 255, 255, 0.5);
		z-index: 1;
	}
}

.events .swiper-pagination {
	margin-top: 20px;
	position: relative;
}

.events .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #d1d1d7;
	opacity: 1;
}

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

/*--------------------------------------------------------------
# Chefs Section
--------------------------------------------------------------*/
.chefs .chef-member {
	overflow: hidden;
	text-align: center;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 0 30px rgba(55, 55, 63, 0.08);
	transition: 0.3s;
}

.chefs .chef-member .member-img {
	position: relative;
	overflow: hidden;
}

.chefs .chef-member .member-img:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: url(../img/team-shape.svg) no-repeat center bottom;
	background-size: contain;
	z-index: 1;
}

.chefs .chef-member .social {
	position: absolute;
	right: -100%;
	top: 30px;
	opacity: 0;
	border-radius: 4px;
	transition: 0.5s;
	background: rgba(255, 255, 255, 0.3);
	z-index: 2;
}

.chefs .chef-member .social a {
	transition: color 0.3s;
	color: rgba(55, 55, 63, 0.4);
	margin: 15px 12px;
	display: block;
	line-height: 0;
	text-align: center;
}

.chefs .chef-member .social a:hover {
	color: rgba(55, 55, 63, 0.9);
}

.chefs .chef-member .social i {
	font-size: 18px;
}

.chefs .chef-member .member-info {
	padding: 10px 15px 20px 15px;
}

.chefs .chef-member .member-info h4 {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 20px;
	color: var(--color-secondary);
}

.chefs .chef-member .member-info span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: rgba(33, 37, 41, 0.4);
}

.chefs .chef-member .member-info p {
	font-style: italic;
	font-size: 14px;
	padding-top: 15px;
	line-height: 26px;
	color: rgba(33, 37, 41, 0.7);
}

.chefs .chef-member:hover {
	transform: scale(1.08);
	box-shadow: 0px 0 30px rgba(55, 55, 63, 0.15);
}

.chefs .chef-member:hover .social {
	right: 8px;
	opacity: 1;
}

/*--------------------------------------------------------------
# Book A Table Section
--------------------------------------------------------------*/
.book-a-table .reservation-img {
	min-height: 500px;
	background-size: cover;
	background-position: center;
}

.book-a-table .reservation-form-bg {
	background: rgba(55, 55, 63, 0.04);
}

.book-a-table .php-email-form {
	padding: 40px;
}

@media (max-width: 575px) {
	.book-a-table .php-email-form {
		padding: 20px;
	}
}

.book-a-table .php-email-form h3 {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.book-a-table .php-email-form h4 {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 20px 0 0 0;
}

.book-a-table .php-email-form p {
	font-size: 14px;
	margin-bottom: 20px;
}

.book-a-table .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #df1529;
	text-align: left;
	padding: 15px;
	margin-bottom: 24px;
	font-weight: 600;
}

.book-a-table .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #059652;
	text-align: center;
	padding: 15px;
	margin-bottom: 24px;
	font-weight: 600;
}

.book-a-table .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
	margin-bottom: 24px;
}

.book-a-table .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #059652;
	border-top-color: #fff;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite;
}

.book-a-table .php-email-form input,
.book-a-table .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	border-radius: 0;
}

.book-a-table .php-email-form input:focus,
.book-a-table .php-email-form textarea:focus {
	border-color: var(--color-primary);
}

.book-a-table .php-email-form input {
	padding: 12px 15px;
}

.book-a-table .php-email-form textarea {
	padding: 12px 15px;
}

.book-a-table .php-email-form button[type="submit"] {
	background: var(--color-primary);
	border: 0;
	padding: 14px 60px;
	color: #fff;
	transition: 0.4s;
	border-radius: 50px;
}

.book-a-table .php-email-form button[type="submit"]:hover {
	background: #ec2727;
}

@-webkit-keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
.gallery {
	overflow: hidden;
}

.gallery .swiper-pagination {
	margin-top: 20px;
	position: relative;
}

.gallery .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #d1d1d7;
	opacity: 1;
}

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

.gallery .swiper-slide-active {
	text-align: center;
}

@media (min-width: 992px) {
	.gallery .swiper-wrapper {
		padding: 40px 0;
	}

	.gallery .swiper-slide-active {
		border: 6px solid var(--color-primary);
		padding: 4px;
		background: #fff;
		z-index: 1;
		transform: scale(1.2);
	}
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {
	background: #f4f4f4;
	padding: 30px;
	height: 100%;
}

.contact .info-item .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	font-size: 24px;
	line-height: 0;
	color: #fff;
	background: var(--color-primary);
	border-radius: 50%;
	margin-right: 15px;
}

.contact .info-item h3 {
	font-size: 20px;
	color: #6c757d;
	font-weight: 700;
	margin: 0 0 5px 0;
}

.contact .info-item p {
	padding: 0;
	margin: 0;
	line-height: 24px;
	font-size: 14px;
}

.contact .info-item .social-links a {
	font-size: 24px;
	display: inline-block;
	color: rgba(55, 55, 63, 0.7);
	line-height: 1;
	margin: 4px 6px 0 0;
	transition: 0.3s;
}

.contact .info-item .social-links a:hover {
	color: var(--color-primary);
}

.contact .php-email-form {
	width: 100%;
	margin-top: 30px;
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.contact .php-email-form .form-group {
	padding-bottom: 20px;
}

.contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #df1529;
	text-align: left;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .error-message br + br {
	margin-top: 25px;
}

.contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #059652;
	text-align: center;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
}

.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #059652;
	border-top-color: #fff;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
	border-color: var(--color-primary);
}

.contact .php-email-form input {
	height: 48px;
}

.contact .php-email-form textarea {
	padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
	background: var(--color-primary);
	border: 0;
	padding: 12px 40px;
	color: #fff;
	transition: 0.4s;
	border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
	background: #ec2727;
}

@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
	width: 100%;
	background-size: cover;
	position: relative;
	min-height: 60vh;
	padding: 160px 0 60px 0;
}

.hero h2 {
	font-size: 64px;
	font-weight: 700;
	margin-bottom: 20px;
	color: var(--color-secondary);
	font-family: var(--font-primary);
}

.hero h2 span {
	color: var(--color-primary);
}

.hero p {
	color: #4f4f5a;
	font-weight: 400;
	margin-bottom: 30px;
}

.hero .btn-book-a-table {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 36px;
	border-radius: 50px;
	transition: 0.5s;
	color: #fff;
	background: var(--color-primary);
	box-shadow: 0 8px 28px rgba(206, 18, 18, 0.2);
}

.hero .btn-book-a-table:hover {
	background: rgba(206, 18, 18, 0.8);
	box-shadow: 0 8px 28px rgba(206, 18, 18, 0.45);
}

.hero .btn-watch-video {
	font-size: 16px;
	transition: 0.5s;
	margin-left: 25px;
	color: var(--font-secondary);
	font-weight: 600;
}

.hero .btn-watch-video i {
	color: var(--color-primary);
	font-size: 32px;
	transition: 0.3s;
	line-height: 0;
	margin-right: 8px;
}

.hero .btn-watch-video:hover {
	color: var(--color-primary);
}

.hero .btn-watch-video:hover i {
	color: rgba(206, 18, 18, 0.8);
}

@media (max-width: 640px) {
	.hero h2 {
		font-size: 36px;
	}

	.hero .btn-get-started,
	.hero .btn-watch-video {
		font-size: 14px;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
	font-size: 14px;
	background-color: var(--color-primary-tint);
	padding: 25px 0;
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
}

.footer .icon {
	margin-right: 15px;
	font-size: 24px;
	line-height: 0;
}

.footer h4 {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding-bottom: 5px;
	color: #fff;
}

.footer .footer-links {
	margin-bottom: 30px;
}

.footer .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
}

.footer .footer-links ul li:first-child {
	padding-top: 0;
}

.footer .footer-links ul a {
	color: rgba(255, 255, 255, 0.6);
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
}

.footer .footer-links ul a:hover {
	color: #fff;
}

.footer .social-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 16px;
	color: rgba(255, 255, 255, 0.7);
	margin-right: 10px;
	transition: 0.3s;
}

.footer .social-links a:hover {
	color: #fff;
	border-color: #fff;
}

.footer .copyright {
	text-align: center;
	padding-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .credits {
	padding-top: 4px;
	text-align: center;
	font-size: 13px;
}

.footer .credits a {
	color: #fff;
}

.carousel.slide {
	max-height: 534px;
	min-height: 534px;
}

.carousel-img {
	min-height: 534px;
	background-size: cover;
	background-position-x: center;
  background-position-y: center;
}

.carousel-control-prev,
.carousel-control-next {
	opacity: 1;
}

.carousel-control-prev-icon-custom,
.carousel-control-next-icon-custom {
	background-color: var(--color-secondary);
}

.carousel-control-prev-icon-custom,
.carousel-control-next-icon-custom {
	width: 46px;
	height: 50px;
	color: #755d00;
	font-weight: bold;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.carousel-control-prev {
	justify-content: flex-start;
}
.carousel-control-next {
	justify-content: flex-end;
}

.carousel-control-prev-icon-custom {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.carousel-control-next-icon-custom {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

.carousel-item-hero {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 90px 0;
}

.carousel-item-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	background: linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
}

.carousel-item-hero p.title {
	font-size: 60px;
	font-weight: 700;
	font-family: var(--font-default);
	color: white;
	text-transform: uppercase;
	max-width: 500px;
}

.carousel-item-hero p.subtitle {
	font-size: 16px;
	line-height: 21px;
	font-family: var(--font-default);
	color: white;
	max-width: 500px;
	padding: 0;
	margin: 0;
}

.carousel-indicators button {
	width: 10px !important;
	height: 10px !important;
	border-width: 1px !important;
	border-radius: 20px;
	margin-left: 7px !important;
	margin-right: 7px !important;
}

.carousel-indicators button.active {
	background-color: var(--color-secondary);
}

@media (max-width: 575px) {
	.carousel-item {
		min-height: 310px;
	}

	.carousel-img {
		min-height: 310px;
	}

	.carousel.slide {
		min-height: 310px;
	}

	.carousel-item-hero p.title {
		font-size: 36px;
	}
	.carousel-item-hero {
		padding: 5px;
	}
	.carousel-item-hero p.subtitle {
		font-size: 12px;
	}

	.carousel-control-prev {
		display: none;
	}

	.carousel-control-next {
		display: none;
	}
}

button.btn-secondary {
	--bs-btn-bg: #f6e142;
	color: var(--color-primary);
	min-width: 180px;
	min-height: 45px;
	text-transform: uppercase;
	font-family: var(--font-secondary);
	font-size: 12px;
	font-weight: 700;
}

.btn-play {
	background-image: url("../img/icon-play.svg");
	background-color: var(--color-secondary);
	background-position: center center;
	background-repeat: no-repeat;
	width: 45px;
	height: 45px;
	border: none;
	border-radius: 100px;
}

.hero-1 {
	height: 608px;
	position: relative;
}

.hero-1 > div:nth-child(1) {
	background-color: var(--color-primary-tint);
	height: 100%;
	flex: 2;
}

.hero-1 > div:nth-child(2) {
	background-color: white;
	height: 100%;
	flex: 3;
}

.hero-1 > div:nth-child(3) {
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
}

.hero-1 .container > div:first-child {
	flex: 2;
	background: var(--color-primary-tint);
	height: 100%;
}

.hero-1 .container > div:last-child {
	flex: 3;
	background: white;
	height: 100%;
}

.hero-1 .avatar {
	width: 123px;
	height: 123px;
	border: 7px solid #dec699;
	box-sizing: content-box;
}

.hero-1 p {
	color: white;
	font-size: 16px;
}

.hero-1 .container > div:last-child p {
	color: var(--color-default);
	font-weight: 400;
}

.hero-1 p em strong {
	font-size: 12px;
}

@media (max-width: 1200px) {
	.hero-1 {
		position: static;
		height: auto;
	}
	.hero-1 > div:nth-child(1),
	.hero-1 > div:nth-child(2) {
		height: 0px;
	}

	.hero-1 > div:nth-child(3) {
		position: static;
		transform: none;
		left: 0;
	}

	.hero-1 .container > div:first-child {
		flex: 1;
	}

	.hero-1 .container > div:last-child {
		flex: 1;
	}

	.text-v3 {
		font-size: 30px;
	}

	.hero-1 .container {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0;
		padding: 0;
	}

	.hero-1 .container > div:nth-child(1) {
		padding: 10px !important;
	}

	.hero-1 .container > div:nth-child(2) {
		padding: 10px !important;
	}

	.hero-1 .avatar {
		width: 100px;
		height: 100px;
	}
}

@media (max-width: 575px) {
	.hero-1 .container {
		flex-direction: column !important;
	}

	.hero-1 .avatar {
		position: relative;
		top: -30px;
	}

	.hero-1 .container > div:nth-child(1) > div:first-child {
		flex-direction: row-reverse !important;
	}

	.text-v3 {
		font-size: 21px;
	}

	.navbar > ul > li:first-child {
		display: block;
	}
}

.speed-container {
	width: 200px;
	height: 130px;
}

.description {
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
}

.progressbar__label {
	font-size: 2.5rem;
	color: var(--color-primary);
	transform: translate(-50%, 0) !important;
}

.speed svg {
	height: 130px;
	width: 200px;
	fill: none;
	stroke: var(--color-primary-tint);
	stroke-width: 15;
}

@media (max-width: 1200px) {
	.speed {
		margin: 10px;
	}

	.speed-container {
		width: 170px;
		height: 100px;
	}

	.speed svg {
		width: 170px;
		height: 100px;
	}
}

@media (max-width: 770px) {
	.speed-container {
		width: 120px;
		height: 100px;
	}

	.speed svg {
		width: 120px;
		height: 100px;
	}

	.progressbar__label {
		font-size: 1.5rem;
	}
}

@media (max-width: 575px) {
	.speed-container {
		width: 170px;
		height: 120px;
	}

	.speed svg {
		width: 170px;
		height: 120px;
	}
}

.hero-2 {
	background-image: url("../img/hero-2.jpg");
	background-size: cover;
	width: 100%;
	height: 551px;
	position: relative;
}

.hero-2 p {
	color: white;
}

.hero-2-overlay,
.form-overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.3);
	padding: 64px;
}

.overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.3);
}

.form-overlay .container {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.hero-2 .swiper-slide {
	height: 280px;
	background: rgba(0, 0, 0, 0.4);
}

.hero-2 .title {
	font-size: 18px;
	text-align: center;
}

.hero-2 .subtitle {
	font-size: 12px;
	text-align: center;
}

.btn.small {
	height: 28px;
	min-height: 28px;
	padding: 0 20px;
	margin: 0;
	min-width: auto;

	text-transform: none;
}

.icon-arrow-right {
	background: url(../img/icon-arrow-right.svg);
	height: 9px;
	width: 12px;
	display: inline-block;
}

.icon-arrow-right-yellow {
	background: url(../img/icon-arrow-right-yellow.svg);
	height: 9px;
	width: 11px;
	display: inline-block;
}

.hero-2 .gallery-slider {
	height: 350px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--color-secondary);
}

.swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0.7);
	opacity: 1;
}

@media (max-width: 992px) {
	.btn.small .icon-arrow-right {
		display: none;
	}

	.hero-2 .swiper-slide {
		padding: 10px !important;
	}
}

.hero-3 .text-v3 {
	color: var(--color-primary-tint);
}

.hero-3 {
	padding: 60px;
}

.slides-2 .swiper-slide {
	height: 220px;
	padding: 0px !important;
}

.slides-2 {
	min-height: 270px;
}

.slides-2 .carousel-img {
	min-height: 220px;
}

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

.slides-2 .swiper-pagination-bullet {
	background: rgba(0, 0, 0, 0.3);
	opacity: 1;
}

.slides-2 .date {
	font-size: 8px;
	color: white;
	margin: 20px;
}

.slides-2 .tag {
	color: white;
	font-size: 12px;
	padding: 4px 10px;
	border-radius: 5px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	margin: 20px;
	margin-right: 0px;
}

.slides-2 .tag.v1 {
	background: #82bb67;
}

.slides-2 .tag.v2 {
	background: #2ab292;
}

.slides-2 .swiper-slide .title {
	color: white;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0px;
}

.news-title-underlay {
	width: 100%;
	height: 50%;
	bottom: 0px;
	position: absolute;
	border-radius: 0.375rem;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
	display: flex;
	align-items: flex-end;
}

.hero-3 .nav-link.active {
	font-size: 18px;
	font-family: var(--font-default);
	font-weight: 700;
	color: var(--color-primary);
	border-bottom: 3px solid var(--color-primary);
}

.hero-3 .nav-link {
	font-size: 18px;
	font-family: var(--font-default);
	color: var(--color-default);
	padding: 0px 0px 0.375rem 0px;
	margin-right: 1rem;
}

.hero-3 li.nav-item {
	--bs-nav-tabs-border-width: 0px;
}

.hero-3 .nav {
	--bs-nav-tabs-border-width: 0px;
}

@media (max-width: 575px) {
	.hero-3 .tags > div {
		gap: 10px !important;
	}
	.hero-3 {
		padding: 0.5rem 0;
	}
}

.hero-3 .btn.btn-light {
	--bs-btn-font-size: 14px;
	--bs-btn-color: var(--color-default);
}

.hero-3 .btn.btn-light.active {
	font-weight: 700;
}

.form {
	background-image: url("../img/form-background.jpg");
	background-size: cover;
	width: 100%;
	height: 673px;
	position: relative;
}

.form .text-v3 {
	color: white;
	text-transform: uppercase;
}

.form p {
	color: white;
	margin-bottom: 0.375rem;
}

.form {
	padding: 64px;
}

.form select {
	width: 100%;
	height: 40px;
	opacity: 0.7;
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid white;
	color: white;
}

.form textarea,
.form input {
	opacity: 0.7;
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid white;
	color: white;
	border-radius: 0px;
}

.form textarea::placeholder {
	color: white;
}

.sent-message,
.loading,
.error-message {
	color: white;
}

.form .btn-ghost {
	color: var(--color-secondary) !important;
	--bs-btn-border-width: 0px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}
.form .btn-ghost::hover {
	color: white !important;
}

.form .btn-ghost::active,
.form .btn-ghost::focus {
	border: 0px !important;
	border-color: none !important;
	--bs-btn-border-width: 0px !important;
}

@media screen and (max-width: 768px) {
	.form {
		height: 875px;
	}
}

@media (max-width: 575px) {
	.submit-area {
		flex-direction: column-reverse;
	}

	.form {
		height: 950px;
	}
	.form-overlay {
		padding: 20px;
	}
}

.contacts .text-v3 {
	color: var(--color-primary-tint);
	text-transform: uppercase;
}

.contacts p {
	margin-bottom: 0;
	padding-bottom: 0;
}

p.light {
	font-family: "OpenSans";
	font-weight: 400;
}

.breadcrumbs {
	display: flex;
	background: white;
}

.breadcrumbs li {
	list-style: none;
	color: #cecece;
	background: #f9f9f9;
	border-radius: 3px;
	padding: 0.125rem 0.375rem;
	font-size: 12px;
	margin-right: 0.375rem;
}

.breadcrumbs li.active {
	background: var(--color-secondary);
}

.breadcrumbs li.active a {
	color: var(--color-primary);
}

.breadcrumbs {
	padding: 0 !important;
	margin: 0 !important;
}

.breadcrumbs li:first-child {
	background: var(--color-secondary);
	padding: 0.2rem;
	border-radius: 3px;
}

.breadcrumbs .icon-house {
	width: 15px;
	height: 15px;
}

section.content img {
	border-radius: 3px;
	/*margin-bottom: 2rem;*/
	max-width: 100%;
}

section.content p {
	font-size: 14px;
}

section.content h3 {
	font-family: var(--font-default);
	font-weight: 700;
	font-size: 18px;
	color: var(--color-primary-tint);
}

section.content h4 {
	font-family: var(--font-default);
	font-weight: 400;
	font-size: 16px;
	color: var(--color-primary-tint);
}

section.content {
	margin-right: 2rem;
	margin-bottom: 2rem;
    width: 100%;
}

section.content a {
	font-size: inherit !important;
	text-decoration: underline;
	color: var(--color-primary);
}

section.content a:hover {
	color: black;
}

.sidebar {
	width: 100%;
	min-width: 275px;
	max-width: 275px;
}

.sidebar .card {
	border-color: var(--color-primary-tint) !important;
	padding: 0.8rem;
	margin-bottom: 1.5rem;
}

.sidebar .card .news-item {
	margin-bottom: 1rem;
}
.sidebar .card .news-item:last-child {
	margin-bottom: 0;
}

.sidebar .card h3 {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}

.sidebar .card .date {
	color: var(--color-primary-tint);
	font-size: 8px;
	font-weight: 700;
}

.sidebar .card .tag {
	font-size: 12px;
	font-weight: 300;
}

.sidebar .card .tag span {
	width: 10px;
	height: 10px;
	border-radius: 2px;
	display: inline-block;
	margin-right: 0.375rem;
}

.sidebar .card .tag.tag-v1 {
	color: #82bb67;
}
.sidebar .card .tag.tag-v1 span {
	background: #82bb67;
}

.sidebar .card .tag.tag-v2 {
	color: #2ab292;
}
.sidebar .card .tag.tag-v2 span {
	background: #2ab292;
}

.sidebar .card .title {
	color: var(--color-default);
	font-size: 16px;
	margin-top: 0.5rem;
	font-weight: 600;
}

@media (max-width: 992px) {
	.wrapper {
		flex-direction: column;
	}
	.wrapper .content {
		margin-right: 0;
	}
}

.accordion-item {
	border: 1px solid var(--color-primary-tint) !important;
	border-radius: 7px !important;
	margin-bottom: 1rem;
}

.accordion-button {
	border-radius: 10px !important;
}

.accordion-button:not(.collapsed) {
	color: #000;
	background-color: transparent;
	border: 0px;
	box-shadow: none !important;
}

h2.variant-info {
	color: var(--color-default);
}

ul.ls-secondary {
	list-style: none !important;
}

ul.ls-secondary li::before {
	list-style: none;

	content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
	width: 15px;
	border-radius: 20px;
	font-size: 30px;
	color: var(--color-secondary);
	display: inline-block;
	margin-left: -15px;
	position: relative;
	top: 6px;
	line-height: 1px;
}

ul.ls-secondary li {
	margin-bottom: 1.5rem;
}

.color-primary-tint {
	color: var(--color-primary-tint) !important;
}
.color-default {
	color: var(--color-default) !important;
}

.color-primary {
	color: var(--color-primary) !important;
}

.color-white {
	color: white;
}

.text-v4 {
	color: #000;
	font-size: 21px !important;
	font-weight: 700;
	text-transform: uppercase;
}

.fs-7 {
	font-size: 14px;
	font-family: var(--font-default);
	font-weight: 300;
}

.fs-8 {
	font-size: 12px;
	font-family: var(--font-default);
	font-weight: 300;
}

.workers-gallery img {
	max-width: 180px !important;
	margin-bottom: 0.575rem !important;
}

.font-light {
	font-family: var(--font-default);
	font-weight: 300;
}

.workers-gallery > div > div {
	max-width: 180px;
}

.profile-detail > div:first-child > div:first-child {
	min-width: fit-content;
}

.card-profile .avatar {
	min-width: 300px;
	min-height: 300px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

@media (max-width: 992px) {
	.profile-detail > div {
		flex-direction: column !important;
	}
	.card-profile > div {
		flex-direction: column !important;
	}
}

.news-filter {
	background: #f6f5f1;
}

.btn-outline-primary {
	--bs-btn-border-color: var(--color-primary);
	--bs-btn-color: var(--color-primary);
}

.btn-outline-primary:hover {
	--bs-btn-border-color: var(--color-primary);
	--bs-btn-color: white;
	--bs-btn-hover-bg: var(--color-primary);
	--bs-btn-hover-border-color: var(--color-primary);
	--bs-btn-active-bg: var(--color-primary);
}

.news-filter input {
	border: 1px solid var(--color-primary-tint);
	border-radius: 5px;
	color: var(--color-default);
	font-family: var(--font-default);
	font-weight: 300;
}

.news-filter select {
	border: 1px solid var(--color-primary-tint);
	border-radius: 5px;
	background: white;
	color: var(--color-default);
	height: 30px;
	font-family: var(--font-default);
	font-weight: 300;
}

.news-filter .search {
	background: white;
	height: 30px;
}

.news-filter .form-control {
	padding: 0px 0.375rem;
}

.news-filter .search input {
	border: 1px solid var(--color-primary-tint) !important;
	border-left: 0px !important;
}

.news-filter .search .input-group-append {
	border-color: var(--color-primary-tint) !important;
}

.news-filter .btn-outline-primary {
	height: 30px;
}

.news-feed-item {
	padding-bottom: 1rem;
	margin-bottom: 1rem;

	border-bottom: 1px solid #f6f5f1;
}
.news-feed-item a {
	color: var(--color-default) !important;
	text-decoration: none !important;
}

@media (max-width: 992px) {
	.news-feed-item > div {
		flex-direction: column !important;
	}
}

.news-feed-item > div > div:first-child {
	min-width: fit-content;
}

.news-feed-item a:hover {
	text-decoration: underline !important;
}

.news-feed .page-item a {
	border: 1px solid #dbdbdb;
	border-radius: 100px;
}

.news-feed .page-item {
	width: 40px;
	height: 40px;
	padding: 0px;
	margin: 0px 0.375rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.news-feed .page-item a {
	width: 40px;
	height: 40px;
	text-decoration: none;
	padding: 0;
	margin: 0;
	align-items: center;
	display: flex;
	justify-content: center;
}

.news-feed .page-item.selectedd {
	/* border: 1px solid var(--color-primary); */
}

.news-feed .page-item.picked a {
	color: var(--color-primary);
	border: 1px solid var(--color-primary);
}

.news-feed .page-item.prev,
.news-feed .page-item.next,
.news-feed .page-item.prev a,
.news-feed .page-item.next a {
	border: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.news-feed img {
	margin: 0 !important;
}

.news-feed .page-link {
	outline: none;
	--bs-pagination-hover-bg: transparent;
	--bs-pagination-focus-bg: transparent;
}

.news-title-over-img h2 {
	font-family: var(--font-default);
	font-weight: 700;
}

.news-title-over-img .overlay {
	border-radius: 5px;
}

.photo-gallery .img-fluid {
	min-height: 150px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.photo-gallery .item {
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	margin-right: 0.7rem;
	margin-bottom: 0.7rem;
	padding: 0.5rem;
}

.photo-gallery a {
	width: 100%;
}

.media-gallery .img-item {
	height: 200px;
	width: auto;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	border-radius: 3px;
}

.media-gallery .many-1 {
	position: absolute;
	top: -15px;
	left: 0px;
	transform: scale(0.9);
	background: var(--color-secondary);
	border-radius: 3px;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.media-gallery .many-2 {
	position: absolute;
	top: -25px;
	left: 0px;
	transform: scale(0.85);
	background: var(--color-secondary);
	opacity: 0.3;
	border-radius: 3px;
	z-index: -2;
	width: 100%;
	height: 100%;
}

.media-gallery .date {
	color: var(--color-primary-tint);
	font-size: 8px;
	font-weight: 700;
}

.media-gallery .title {
	font-family: var(--font-default);
	font-weight: 700;
}

.media-gallery .has-video {
	position: absolute;
	background: url(../img/icon-play-big.svg);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	background-size: cover;
}

.media-gallery a {
	text-decoration: none !important;
	color: black !important;
}

.media-gallery a:hover {
	text-decoration: underline !important;
	color: var(--color-primary) !important;
}

@media (max-width: 992px) {
	.media-gallery .title {
		margin-bottom: 1rem;
	}
}
