:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-black: #000;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 13, 110, 253;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-bg: #fff;
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-border-color: var(--color-1-opacity);
	--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
	--bs-border-radius: 0.375rem;
	--bs-border-radius-sm: 0.25rem;
	--bs-border-radius-lg: 0.5rem;
	--bs-border-radius-xl: 1rem;
	--bs-border-radius-2xl: 2rem;
	--bs-border-radius-pill: 50rem;
	--bs-link-color: var(--color-1);
	--bs-link-hover-color: var(--color-1);
	--bs-code-color: #d63384;
	--bs-highlight-bg: #fff3cd;
}

.hero-logo {
	position: absolute;
    z-index: 1;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    max-width: 700px;
	width: 80%;
	-webkit-filter: drop-shadow(0 0 0.75rem var(--color-4-opacity));
	        filter: drop-shadow(0 0 0.75rem var(--color-4-opacity))
}

#topBar .top-bar-links > li .top-bar-link:hover, #topBar .top-bar-links > li .top-bar-link:focus, #topBar .top-bar-links > li .top-bar-link:active {
    color: var(--color-3);
    background-color: #ff7681;
}

.faq .accordion-header {
	font-family: var(--text-font);
}

.menu-header .display-1 {
	text-shadow: 0px 0px 5px black;
}

#hero .uk-slideshow-items li .caption-text img {
	min-height: auto;
	min-width: auto;
	width: 40%;
	-o-object-fit: cover;
	object-fit: cover;
	/* -webkit-filter: drop-shadow(0 0 0.75rem var(--color-1)); */
	/* filter: drop-shadow(0 0 0.75rem var(--color-1)); */
}
#hero .uk-slideshow-items li .caption-text {
	text-align: center;
	margin-top: 6rem;
}

.tequila-list {
	columns: 5;
	-webkit-columns: 5;
	-moz-columns: 5;
}

.tequila-list li {
	padding-left: 10px;
	padding-right: 10px;
}

@media (max-width: 992px) {
	#hero .uk-slideshow-items li .caption-text img {
		min-height: auto;
		min-width: auto;
		width: 75%;
	}
	.tequila-list {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
}

@media (max-width: 768px) {
	.tequila-list {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
}

.box-shadow {
	-webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.accent-1 .card .card-title {
	color: var(--color-4) !important;
}

.accent-1 .card {
	outline: none;
	border: none;
}

body {
	opacity: 1;
	-webkit-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

body.fade {
	opacity: 0;
}

/*menu css */

.divider {
	color: var(--color-1);
	width: 100%;
	margin: 20px auto;
	overflow: hidden;
	text-align: center;
	line-height: 2;
}

.divider:before,
.divider:after {
	content: "";
	vertical-align: middle;
	display: inline-block;
	width: 50%;
	border-bottom: 2px dotted var(--color-1);
	margin: 0 2% 0 -55%;
}
.divider:after {
	margin: 0 -55% 0 2%;
}
h3:nth-child(2) {
	font-size: 3em;
}

h3.divider {
	font-family: var(--big-headers-font);
	text-transform: capitalize;
	font-size: 3rem;
}

.menu-main {
}
.menu-main .nav-link {
	color: var(--color-1);
}
.menu-main .nav-link.active {
	background-color: var(--color-1);
	color: #fff;
}
.menu-main .menu-item h5 {
	font-weight: 700;
	color: var(--color-1);
	margin-bottom: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.item-title {
	margin-bottom: 30px;
	position: relative;
}
.item-title h5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 0;
}
.item-title h5::before {
	content: "";
	position: absolute;
	top: 11px;
	/* bottom: 0; */
	left: 0;
	right: 0;
	z-index: -1;
	border-bottom: 2px dotted var(--color-1);
}

.item-title h5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.item-title h5 > span {
	background-color: white;
	margin-bottom: -2px;
	font-size: 16px;
	line-height: 1.5;
}
@media (max-width: 1200px) {
	.item-title h5 > span {
		background-color: white;
		margin-bottom: -2px;
		font-size: 14px;
		line-height: 1.5;
	}
}

@media (max-width: 1200px) {
	.item-title h5 > span {
		background-color: white;
		margin-bottom: -2px;
		font-size: 12px;
		line-height: 1.5;
	}
	h3.divider {
		font-family: var(--big-headers-font);
		text-transform: capitalize;
		font-size: 2rem;
	}
}

.price {
	background-color: white;
	color: var(--color-1) !important;
	font-size: 14px;
	line-height: 1.5;
	padding-left: 3px;
}
.spicy {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.menu-main .fade:not(.show) {
	display: none;
}

.nospice {
	width: 14px;
	height: 14px;
	background: url(../images/menu-icons/notspicy.svg) no-repeat 50% 50%;
	background-size: 100%;
	display: inline-block;
	margin-right: 2px;
}

.heart {
	width: 14px;
	height: 14px;
	background: url(../images/menu-icons/heart.svg) no-repeat 50% 50%;
	background-size: 100%;
	display: inline-block;
	margin-right: 2px;
}

.v {
	width: 14px;
	height: 14px;
	background: url(../images/menu-icons/vegetarian.svg) no-repeat 50% 50%;
	background-size: 100%;
	display: inline-block;
	margin-right: 2px;
}

.star {
	width: 14px;
	height: 14px;
	background: url(../images/menu-icons/star.svg) no-repeat 50% 50%;
	background-size: 100%;
	display: inline-block;
	margin-right: 2px;
}

.gf {
	width: 14px;
	height: 14px;
	background: url(../images/menu-icons/glutenfree.svg) no-repeat 50% 50%;
	background-size: 100%;
	display: inline-block;
	margin-right: 2px;
}

.accordion-button:not(.collapsed) {
	color: var(--color-1);
	background-color: var(--color-1-opacity);
	-webkit-box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
	box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:focus {
	z-index: 3;
	border-color: var(--color-1-opacity);
	outline: 0;
	-webkit-box-shadow: var(--color-1-opacity);
	box-shadow: var(--color-1-opacity);
}

.accordion {
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ce3f3f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

	--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ce3f3f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.item-title h5 span > span:last-child {
	margin-right: 5px;
}
.page-header {
	margin-bottom: unset;
}
.page-wrapper {
	margin-top: 2rem;
}

.navbar {
	--bs-navbar-nav-link-padding-x: 1rem;
}

.home-nav .navbar.bg-light {
	background-color: rgba(255, 255, 255, 0.5) !important;
}

.home-nav .nav-link {
	color: #000;
	font-family: var(--nav-font);
	font-weight: 600;
}

.home-nav .nav-link:focus,
.nav-link:hover {
	color: var(--nav-hover);
}

.home-nav.sticky .navbar.bg-light {
	background-color: rgba(255, 255, 255, 1) !important;
}

.home-nav.sticky .nav-link:focus,
.nav-link:hover {
	color: var(--nav-hover);
}

.home-nav.sticky .nav-link {
	color: var(--nav);
	font-family: var(--nav-font);
	font-weight: 600;
}



#home h1 {
	color: var(--color-1);
}



.uk-slider-items {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-height: 800px) {
	#reviews .parallax-bg {
		min-height: 60vh;
	}
}



#topBar .top-bar-links > li .top-bar-link {
padding: 0.3125rem 0.45rem;
}	

.internal #main > section:nth-child(2)> div:first-child {
	min-height: auto;
}

.no-list{
	list-style:none;
	padding-left: 0px;
}