/* ----------------------------------

Template Name: Foodu - Food & Restaurant HTML Template
Author: validtheme
Description:
Version: 1.6

Main Font    : Jost
Main Color   : #826a45

-------------------------------------

[Typography]

Body copy:    15px 'Jost', sans-serif
Header:     36px 'Belleza', sans-serif
Input, textarea:  16px 'Jost', sans-serif
Sidebar heading:  22px 'Jost', sans-serif

>>> TABLE OF CONTENTS:
=======================
        
    01. Template default css
        - Animations
        - General
        - Section Title
        - Video Button
        - Typography
        - Tables
        - Forms
        - Buttons
        - Pagination
        - Colors
        - Accordion
        - Tabs
    02. Preloader
    03 Navbar
        - Navbar Default
        - Navbar Box
        - Navbar Sticky
        - Navbar Transparent
    04. Banner
        - Banner Slide
        - Banner Zoom
        - Banner Fixed
	05. About
        - Version One
        - Version Two
    06. Food Menu
        - Style One
        - Style Two
        - Style Three
    07. Gallery
    08. Chef
        - Chef Version One
        - Chef Single
	09. Reservation
        - Style One
        - Style Two
    10. Testimonials
    11. Partners
    12. Opening Hours
    13. Blog
        - Standard
        - Grid
        - Left Sidebar
        - Right Sidebar
        - Single
    14. Error 404
    15. Footer
    16. PHP Contact Form
    17. Others

*/

/*
** General Styles for HTML tags
*/

@font-face {
	font-family: "TAN BUSTER";
	src: url("assets/fonts/TAN-BUSTER-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Garet";
	src: url("assets/fonts/Garet-Book.woff2") format("woff2"),
		url("assets/fonts/Garet-Book.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Garet";
	src: url("assets/fonts/Garet-Heavy.woff2") format("woff2"),
		url("assets/fonts/Garet-Heavy.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Garet Heavy Local";
	src: url("assets/fonts/Garet-Heavy.woff2") format("woff2"),
		url("assets/fonts/Garet-Heavy.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

:root {
	--font-default: "Garet", sans-serif;
	--font-heading: "Garet", sans-serif;
}

.tan-buster-hero {
	font-family: "TAN BUSTER", serif;
}

.tan-buster-hero,
.tan-buster-hero strong {
	font-family: "TAN BUSTER", serif;
	font-weight: 400;
}

body:not(.bg-dark-secondary) .hero-fullscreen-five .tan-buster-hero,
body:not(.bg-dark-secondary) .hero-fullscreen-five .tan-buster-hero strong {
	color: var(--color-primary);
	text-shadow:
		0 0 8px rgba(212, 44, 6, 0.22),
		0 0 18px rgba(212, 44, 6, 0.18),
		0 0 34px rgba(212, 44, 6, 0.12);
}

.food-menu-area .wow {
	visibility: visible !important;
	animation: none !important;
	opacity: 1 !important;
}

body.bg-dark-secondary .default-padding,
body.bg-dark-secondary .default-padding-top,
body.bg-dark-secondary .default-padding-bottom,
body.bg-dark-secondary .default-padding-mx {
	background-color: #0a0c1b !important;
}

body.bg-dark-secondary footer.footer-style-one,
body.bg-dark-secondary footer.footer-style-one.bg-dark,
body.bg-dark-secondary .footer-bottom {
    background-color: #0a0c1b !important;
}

.maps-area .contact-style-one-info {
    background: rgba(247, 238, 220, 0.96) !important;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(16, 12, 27, 0.18);
    position: relative;
    z-index: 2;
}

body.bg-dark-secondary .maps-area .contact-style-one-info {
    background: #0a0c1b !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.32);
}

body.bg-dark-secondary .maps-area .contact-style-one-info,
body.bg-dark-secondary .maps-area .contact-style-one-info h2,
body.bg-dark-secondary .maps-area .contact-style-one-info h5,
body.bg-dark-secondary .maps-area .contact-style-one-info p,
body.bg-dark-secondary .maps-area .contact-style-one-info a,
body.bg-dark-secondary .maps-area .contact-style-one-info li p {
    color: #ffffff !important;
}

body.bg-dark-secondary .contact-style-one-area .heading h2,
body.bg-dark-secondary .contact-style-one-area .heading h5,
body.bg-dark-secondary .contact-style-one-area .contact-form-style-one input,
body.bg-dark-secondary .contact-style-one-area .contact-form-style-one textarea,
body.bg-dark-secondary .contact-style-one-area .contact-form-style-one input:focus,
body.bg-dark-secondary .contact-style-one-area .contact-form-style-one textarea:focus {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
}

body.bg-dark-secondary .contact-style-one-area .contact-form-style-one {
    background: #0a0c1b !important;
}

.contact-style-one-area .contact-form-style-one input,
.contact-style-one-area .contact-form-style-one textarea {
    background: rgba(255, 255, 255, 0.78) !important;
    border: 1px solid rgba(16, 12, 27, 0.12) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.contact-style-one-area .contact-form-style-one input:focus,
.contact-style-one-area .contact-form-style-one textarea:focus {
    background: #ffffff !important;
    border-color: rgba(212, 44, 6, 0.35) !important;
    box-shadow: 0 0 0 4px rgba(212, 44, 6, 0.08);
}

body.bg-dark-secondary .contact-style-one-area .contact-form-style-one input::placeholder,
body.bg-dark-secondary .contact-style-one-area .contact-form-style-one textarea::placeholder,
body.bg-dark-secondary .contact-style-one-area .contact-form-style-one input::-webkit-input-placeholder,
body.bg-dark-secondary .contact-style-one-area .contact-form-style-one textarea::-webkit-input-placeholder,
body.bg-dark-secondary .contact-style-one-area .contact-form-style-one input::-moz-placeholder,
body.bg-dark-secondary .contact-style-one-area .contact-form-style-one textarea::-moz-placeholder,
body.bg-dark-secondary .contact-style-one-area .contact-form-style-one input:-ms-input-placeholder,
body.bg-dark-secondary .contact-style-one-area .contact-form-style-one textarea:-ms-input-placeholder {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
    opacity: 1 !important;
}

body.bg-dark-secondary .contact-style-one-area .contact-form-style-one input,
body.bg-dark-secondary .contact-style-one-area .contact-form-style-one textarea {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

body.bg-dark-secondary .contact-style-one-area .contact-form-style-one input:focus,
body.bg-dark-secondary .contact-style-one-area .contact-form-style-one textarea:focus {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.32) !important;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.06);
}

.btn.btn-theme,
.btn.btn-theme.secondary,
.btn.btn-dark,
.btn.btn-dark.secondary {
	color: #ffffff !important;
}

.btn.btn-theme:hover,
.btn.btn-theme.secondary:hover,
.btn.btn-dark:hover,
.btn.btn-dark.secondary:hover {
	color: #ffffff !important;
}

.food-menu-style-one .item .button a {
	color: #ffffff !important;
}

.contact-style-one-area .contact-form-style-one button,
.contact-style-one-area .contact-form-style-one button i {
	color: #ffffff !important;
}

.hotdog-extras-popup {
	max-width: 760px;
	margin: 40px auto;
	padding: 38px;
	border-radius: 28px;
	background: #fbf3e2;
	box-shadow: 0 30px 80px rgba(16, 12, 27, 0.18);
	position: relative;
}

.hotdog-extras-popup__eyebrow {
	display: inline-block;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(212, 44, 6, 0.1);
	color: var(--color-primary);
	font-size: 14px;
	font-family: var(--font-heading);
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-bottom: 16px;
}

.hotdog-extras-popup h3 {
	margin-bottom: 12px;
}

.hotdog-extras-popup p {
	margin-bottom: 24px;
	max-width: 560px;
}

.hotdog-extras-popup__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.hotdog-extras-popup__group {
	padding: 22px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(16, 12, 27, 0.08);
}

.hotdog-extras-popup__group--wide {
	grid-column: 1 / -1;
}

.hotdog-extras-popup__group h4 {
	margin-bottom: 14px;
	color: var(--color-heading);
}

.hotdog-extras-popup__group ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
}

.hotdog-extras-popup__group:not(.hotdog-extras-popup__group--wide) ul {
	grid-template-columns: 1fr;
}

.hotdog-extras-popup__group li {
	padding: 11px 0;
	border-radius: 0;
	background: transparent;
	color: var(--color-heading);
	font-family: var(--font-default);
	font-weight: 500;
	font-size: 15px;
	line-height: 1.2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	border-bottom: 1px solid rgba(16, 12, 27, 0.08);
}

.hotdog-extras-popup__group li span {
	display: block;
}

.hotdog-extras-popup__group li strong {
	flex: 0 0 auto;
	font-size: 14px;
	font-weight: 700;
	color: var(--color-primary);
}

.mfp-content .hotdog-extras-popup .mfp-close {
	color: var(--color-heading);
}

html.menu-popup-open,
body.menu-popup-open {
	overflow: hidden !important;
	height: 100%;
}

.mfp-wrap {
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
}

.mfp-container {
	padding: 24px 16px !important;
}

.mfp-inline-holder .mfp-content {
	vertical-align: top;
}

body.bg-dark-secondary .hotdog-extras-popup {
	background: #0a0c1b;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
}

body.bg-dark-secondary .hotdog-extras-popup p,
body.bg-dark-secondary .hotdog-extras-popup h3,
body.bg-dark-secondary .hotdog-extras-popup__group h4,
body.bg-dark-secondary .hotdog-extras-popup__group li {
	color: #ffffff;
}

body.bg-dark-secondary .hotdog-extras-popup__eyebrow {
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
}

body.bg-dark-secondary .hotdog-extras-popup__group {
	background: rgba(255, 255, 255, 0.04);
	border-color: rgba(255, 255, 255, 0.08);
}

body.bg-dark-secondary .hotdog-extras-popup__group li {
	background: transparent;
	border-bottom-color: rgba(255, 255, 255, 0.1);
}

body.bg-dark-secondary .hotdog-extras-popup__group li strong {
	color: #ffffff;
}

body.bg-dark-secondary .mfp-content .hotdog-extras-popup .mfp-close {
	color: #ffffff;
}

.overlay-screen,
.overlay-screen.opened {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

#preloader,
#restan-preloader {
	pointer-events: none !important;
}

.brand-area::before {
	display: none !important;
}

.brand-heaidng h3 {
	background: transparent !important;
}

.thumb-style-two picture,
.thumb-style-two img {
	display: block;
	width: 100%;
	height: auto;
}

.site-music-player {
	position: fixed;
	left: 22px;
	bottom: 30px;
	z-index: 101;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	height: 40px;
	padding: 8px 14px 8px 8px;
	border-radius: 999px;
	background: #4c4e52;
	backdrop-filter: blur(14px);
	box-shadow: 0 10px 24px rgba(16, 12, 27, 0.18);
	color: #ffffff;
}

.site-music-player__button {
	height: 24px;
	width: 24px;
	min-width: 24px;
	border: 0;
	border-radius: 50%;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	color: #232323;
	font-size: 11px;
	line-height: 1;
}

.site-music-player__status {
	font-size: 12px;
	line-height: 1;
	color: #ffffff;
	font-weight: 500;
	white-space: nowrap;
}

.site-music-player__icon {
	display: inline-block;
	min-width: 8px;
	text-align: center;
	font-weight: 700;
}

body.bg-dark-secondary .site-music-player {
	background: #4c4e52;
}

@media only screen and (max-width: 767px) {
	.maps-area .contact-style-one-items .container,
	.maps-area .contact-style-one-items .container .row,
	.maps-area .contact-style-one-items .container [class*="col-"] {
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.chef-style-one-area .wow,
	.chef-style-one-area .chef-style-one-item {
		visibility: visible !important;
		opacity: 1 !important;
		animation: none !important;
	}

	.chef-style-one-area .chef-one-single {
		display: block !important;
	}

	.about-style-two-area .thumb-style-two,
	.about-style-two-area .thumb-style-two img {
		visibility: visible !important;
		opacity: 1 !important;
		animation: none !important;
	}

	.maps-area .contact-style-one-info {
		width: 100%;
		padding: 60px 22px 30px;
		border-radius: 0 0 24px 24px;
	}

	.maps-area .contact-style-one-info ul {
		margin-top: 24px;
	}

	.maps-area .contact-style-one-info li {
		display: flex;
		align-items: flex-start;
		margin-top: 20px;
		visibility: visible !important;
		opacity: 1 !important;
		animation: none !important;
	}

	.maps-area .contact-style-one-info li .info {
		flex: 1 1 auto;
		min-width: 0;
	}

	body.bg-dark-secondary .maps-area .contact-style-one-items,
	body.bg-dark-secondary .maps-area .contact-style-one-box {
		background: #0a0c1b;
	}

	.hotdog-extras-popup {
		margin: 0 auto;
		padding: 28px 22px;
		border-radius: 22px;
		max-height: calc(100dvh - 32px);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.site-music-player {
		left: 14px;
		bottom: 30px;
		padding-right: 12px;
	}

	.hotdog-extras-popup__grid,
	.hotdog-extras-popup__group ul {
		grid-template-columns: 1fr;
	}
}

body,
p,
li,
input,
textarea,
select {
	font-weight: 500;
	line-height: 1.42;
}

h1:not(.tan-buster-hero),
h2:not(.tan-buster-hero),
h3,
h4,
h5,
h6,
.btn,
button,
.nav > li > a,
.sub-title,
.sub-heading,
.widget-title,
strong,
b {
	font-family: "Garet Heavy Local", sans-serif;
}

h1:not(.tan-buster-hero),
h2:not(.tan-buster-hero),
h3,
h4,
h5,
h6,
.btn,
button,
.nav > li > a,
.sub-title,
.sub-heading,
.widget-title {
	letter-spacing: -0.4px;
	line-height: 1.08;
}

.btn,
button,
.nav > li > a {
	line-height: 1.05;
}

@media only screen and (max-width: 767px) {
	.split-text {
		overflow: visible !important;
	}

	.split-text .line,
	.split-text .word,
	.split-text div,
	.split-text span {
		display: block !important;
		overflow: visible !important;
		opacity: 1 !important;
		transform: none !important;
		padding-bottom: 0 !important;
		will-change: auto !important;
	}

	.about-style-one-info .title,
	.about-style-two-info .title,
	.site-heading .title,
	.about-style-one-info p,
	.about-style-two-info p {
		word-break: normal;
		overflow-wrap: anywhere;
	}
}

.hero-fullscreen {
	min-height: 100vh;
}

.hero-fullscreen,
.hero-fullscreen .banner-fade,
.hero-fullscreen .swiper-wrapper,
.hero-fullscreen .swiper-slide,
.hero-fullscreen .container {
	min-height: inherit;
}

.hero-fullscreen .content {
	min-height: inherit;
	display: flex;
	align-items: center;
	padding: 160px 0 80px;
}

.hero-fullscreen .row.align-center {
	width: 100%;
}

.hero-fullscreen-five {
	display: block;
	position: relative;
	background: none !important;
	overflow: visible;
	z-index: 20;
}

.hero-fullscreen-five::before,
.hero-fullscreen-five::after {
	content: "";
	position: absolute;
	inset: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1);
	pointer-events: none;
	z-index: 0;
}

.hero-fullscreen-five::before {
	background-image:
		linear-gradient(180deg, rgba(10, 12, 27, 0.16) 0%, rgba(10, 12, 27, 0.32) 100%),
		url("assets/img/shape/20-optimized.jpg");
	opacity: 1;
}

.hero-fullscreen-five::after {
	background-image:
		linear-gradient(180deg, rgba(10, 12, 27, 0.24) 0%, rgba(10, 12, 27, 0.42) 100%),
		url("assets/img/shape/20.1-optimized.jpg");
	opacity: 0;
}

body.bg-dark-secondary .hero-fullscreen-five::after {
	opacity: 1;
}

.hero-fullscreen-five > .container {
	min-height: 100vh;
	min-height: 100svh;
	display: flex;
	align-items: stretch;
	position: relative;
	z-index: 25;
}

.hero-fullscreen-five .row {
	width: 100%;
}

.hero-fullscreen-five .content {
	min-height: 100vh;
	min-height: 100svh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 150px 0 110px;
	margin-bottom: 0;
	position: relative;
}

.hero-fullscreen-five .banner-style-five-thumb {
	min-height: 750px;
	position: relative;
	z-index: 5;
}

.hero-fullscreen-five .curve-text {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 50%);
	margin: 0;
	z-index: 30;
}

.about-style-three-area {
	position: relative;
	z-index: 1;
	margin-top: -2px;
	background: var(--bg-gray);
}

@media (max-width: 1023px) {
	.hero-fullscreen {
		min-height: 100svh;
	}

	.hero-fullscreen .content {
		padding: 150px 0 70px;
	}

	.hero-fullscreen-five > .container,
	.hero-fullscreen-five .content {
		min-height: 100svh;
	}

	.hero-fullscreen-five .banner-style-five-thumb {
		min-height: 500px;
	}
}

@media only screen and (max-width: 767px) {
	html,
	body {
		width: 100%;
		max-width: 100%;
		overflow-x: hidden;
	}

	body .wrapper,
	body .wrapper > * {
		max-width: 100%;
		overflow-x: clip;
	}

	body img,
	body svg,
	body video,
	body iframe {
		max-width: 100%;
	}

	.hero-fullscreen .content {
		padding: 130px 0 50px;
	}

	.hero-fullscreen-five {
		background: none !important;
	}

	.hero-fullscreen-five::before,
	.hero-fullscreen-five::after {
		background-position: center center;
		background-size: cover;
	}

	.hero-fullscreen-five::before {
		background-image:
			linear-gradient(180deg, rgba(10, 12, 27, 0.24) 0%, rgba(10, 12, 27, 0.46) 100%),
			url("assets/img/shape/20-optimized.jpg");
	}

	.hero-fullscreen-five::after {
		background-image:
			linear-gradient(180deg, rgba(10, 12, 27, 0.32) 0%, rgba(10, 12, 27, 0.52) 100%),
			url("assets/img/shape/20.1-optimized.jpg");
	}

	.hero-fullscreen-five > .container {
		min-height: 100dvh;
	}

	.hero-fullscreen-five .content {
		min-height: 100dvh;
		justify-content: center;
		align-items: center;
		text-align: center;
		padding: 110px 0 90px;
	}

	.hero-fullscreen-five .tan-buster-hero {
		width: 100%;
		max-width: 340px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		left: 8px;
		text-align: center;
	}

	.hero-fullscreen-five .curve-text {
		transform: translate(-50%, 50%);
	}

	.hero-fullscreen-five .banner-style-five-thumb {
		min-height: 400px;
	}

	.about-style-three-items {
		margin-top: 0 !important;
	}
}

.attr-nav .instagram-link a {
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

.instagram-feed-area {
	position: relative;
	background: var(--bg-gray);
}

.instagram-feed-carousel {
	padding: 0 18px;
}

.instagram-post-card {
	display: block;
	height: 100%;
	border-radius: 28px;
	overflow: hidden;
	background: #fff8eb;
	box-shadow: 0 24px 70px rgba(16, 12, 27, 0.1);
	color: inherit;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.instagram-post-card:hover {
	color: inherit;
	transform: translateY(-4px);
	box-shadow: 0 28px 78px rgba(16, 12, 27, 0.14);
}

.instagram-post-card__media {
	aspect-ratio: 4 / 5;
	overflow: hidden;
}

.instagram-post-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.instagram-post-card__body {
	padding: 18px 20px 20px;
}

.instagram-post-card__meta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: var(--color-primary);
	margin-bottom: 12px;
}

.instagram-post-card__body p {
	margin: 0;
	font-size: 16px;
	line-height: 1.45;
	color: var(--color-heading);
}

body.bg-dark-secondary .instagram-feed-area {
	background: #0a0c1b;
}

body.bg-dark-secondary .instagram-post-card {
	background: rgba(255, 255, 255, 0.04);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

body.bg-dark-secondary .instagram-post-card__body p {
	color: #ffffff;
}

@media only screen and (max-width: 767px) {
	.instagram-feed-carousel {
		padding: 0 14px;
	}
}
