/* MARGIN & PADDING PARAMETER */
/* 4 parameter: top - right - bottom - left */
/* 3 parameter: top - right & left - bottom */
/* 2 parameter: top & bottom - right & left */
/* 1 parameter: ALL */

:root {
	--swiper-theme-color: #c0a48c!important; /* the same as main */
	--main-color: #c0a48c!important; /* If possible lighter color */
	--main-color-darker: #b97e47!important; /* darker main color */
	--main-color-lighter: #f5d5b6!important; /* lighter main color */
	--sub-color: black; /* If possible darker color */
	--text-light-color: #f5f5f5;
}

/* SET UP */
@font-face {
	font-family: 'LemonMilk';
	src: url('../font/LemonMilk/LEMONMILK-Medium.eot'); /* IE9 Compat Modes */
	src: url('../font/LemonMilk/LEMONMILK-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../font/LemonMilk/LEMONMILK-Medium.woff') format('woff'), /* Modern Browsers */
		 url('../font/LemonMilk/LEMONMILK-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
		 url('../font/LemonMilk/LEMONMILK-Medium.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: 'Windsong';
	src: url('../font/Windsong/Windsong.eot'); /* IE9 Compat Modes */
	src: url('../font/Windsong/Windsong.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../font/Windsong/Windsong.woff') format('woff'), /* Modern Browsers */
		 url('../font/Windsong/Windsong.ttf')  format('truetype'), /* Safari, Android, iOS */
		 url('../font/Windsong/Windsong.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Porter-Bold-DEMO';
    src:url('../font/Porter Bold/Porter-Bold-DEMO.ttf.woff') format('woff'),
        url('../font/Porter Bold/Porter-Bold-DEMO.ttf.svg#Porter-Bold-DEMO') format('svg'),
        url('../font/Porter Bold/Porter-Bold-DEMO.ttf.eot'),
        url('../font/Porter Bold/Porter-Bold-DEMO.ttf.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* 
{
	scrollbar-width: 2px;
	scrollbar-color: var(--main-color);
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar 
{	
	width: 5px;	
	height: 10px;
}

*::-webkit-scrollbar-track 
{
	background: transparent;
}

*::-webkit-scrollbar-thumb 
{
	background-color: var(--main-color);
	border-radius: 10px;
}

#filterFloat::-webkit-scrollbar-thumb 
{
	background-color: var(--sub-color) !important;
	border-radius: 10px;
}

body 
{
	background-color: var(--sub-color) !important;
}

.loading-overlay
{
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: rgba(39, 39, 39);
    backdrop-filter: blur(20px);
    z-index: 0;
    transition: .3s ease-in-out;
    opacity: 0;
}
.loading-overlay svg
{
    position: absolute;
    width: 250px !important;
    height: 250px !important;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.5;
	letter-spacing: 5px;
}

a {
	text-decoration: none !important;
}

.bg-hermosa 
{
	background-color: white !important;
	background-image: 
	linear-gradient(to top, rgba(245, 246, 252, 0.1), rgb(44, 44, 44)), url('../image/background-menu.jpg') !important;
	background-size: cover;
	background-repeat: no-repeat;
}

/* Utility */
.modal-open {
	padding: 0px !important;
}

.modal-content {
	background-color: unset !important;
}

.modal-img {
	transition: .5s;
}
.modal-img:hover {
	transition: .5s;
	transform: scale(1.2);
}

.position-center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.position-bottom {
	position: absolute;
	left: 50%;
	bottom: 0%;
	transform: translate(-50%, -50%);
}

.container {
	width: 90% !important;
	max-width: 90% !important;
}

.bg-black {
	position: relative;
	background-color: var(--sub-color) !important;
}

.hms-bg-main-color {
	position: relative;
	background-color: var(--main-color) !important;
}
.hms-main-color {
	color: var(--main-color) !important;
}
.hms-bg-sub-color {
	position: relative;
	background-color: var(--sub-color) !important;
}
.hms-sub-color {
	color: var(--sub-color) !important;
}

.hms-font {
	font-family: "Windsong";
}

/* Navbar */
.navbar {
	background: var(--sub-color);
	background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(184,184,184,0) 100%);
	color: var(--main-color);
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-size: 15px;
	overflow: hidden;
	top: 0;
	position: fixed !important;
    width: 100%;
    z-index: 100;
	transition: .5s;
}

.home .navbar { 
	background: transparent !important;
}

.menu-navbar {
	position: absolute;
	width: 100%;
	z-index: 100;
}

.navbar-normal {
	background: var(--sub-color) !important;
	position: unset !important;
}

.navbar-sticky {
	position: fixed !important;
	top: 79px !important;
	width: 100% !important;
	z-index: 100;
}

.navbar.scrolled {
	background: linear-gradient(180deg, rgb(0, 0, 0) 100%, rgba(184,184,184,0) 100%) !important;
	transition: .5s;
	transition-delay: 1s;
}
.navbar.opened {
	background: linear-gradient(180deg, rgb(0, 0, 0) 100%, rgba(184,184,184,0) 100%) !important;
	transition: .5s;
	transition-delay: 1s;
}

.primary-icon {
	height: 50px;
	margin: 5px 0px 10px;
	transition: .5s;
}

.navbar.scrolled .primary-icon {
	height: 50px;
	transition: .5s;
	transition-delay: .2s;
}

.nav-list {
	list-style-type: none;
	width: 100%;
	text-align: center;
	display: none;
	padding: 0px;
	margin-bottom: 0px;
}

.nav-list .nav-list-item {
	display: block;
	padding: 15px;
	border-top: 1px solid var(--main-color);
}
.nav-list .nav-list-item:first-child
{
	border-top: unset !important;
}

.navbar .active {
	color: var(--text-light-color);
}

.navbar a {
	color: var(--main-color);
	text-decoration: none;
}

.navbar a:hover {
	color: var(--text-light-color);
}

.menu {
	display: block;
	position: absolute;
	right: 35px;
	top: 35px;
	cursor: pointer;
}

.menu-line {
	width: 20px;
	height: 3px;
	background-color: var(--main-color);
	margin-bottom: 4px;
}

/* Content */
.py {
	padding-top: 300px;
	padding-bottom: 300px;
}

.hms-price-header {
	font-size: .5em !important;
}

.text-50 {
	font-size: 50px;
}

.bold {
	font-weight: 900;
}

.swiper {
	width: 100%;
	height: 100vh;
	position: relative;
}

#gallerySlide.swiper-wrapper {
	align-items: center;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: var(--sub-color);

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#mySwiper2.swiper {
	display: block;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.swiper-button-next:after, .swiper-button-prev:after {
	color: var(--main-color);
}

.swiper-button-next {
	margin-right: 20px;
}

.swiper-button-prev {
	margin-left: 20px;
}

/* Menu Item Swiper */
#menuSwiper.swiper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100% !important;
	width: 100% !important;
	object-fit: cover;
}
#menuSwiper .swiper-wrapper {
	display: flex;
	/* justify-content: center;
	align-items: center; */
	width: 100%;
	min-width: 200px;
	object-fit: cover;
}
#menuSwiper .swiper-slide-active-2 {
	color: white !important;
	border-bottom: 2px solid white;
}
#menuSwiper .swiper-button-next {
	margin-right: 0px !important;
	right: -30px !important;
	height: 100% !important;
	position: absolute !important;
	top: 20px;
	padding: 0px 40px;
	background-color: #212529;
}
#menuSwiper .swiper-button-prev {
	margin-left: 0px !important;
	left: -30px !important;
	height: 100% !important;
	position: absolute !important;
	top: 20px;
	padding: 0px 40px;
	background-color: #212529;
}
#menuSwiper .swiper-button-next:after {
	font-size: 20px !important;
}
#menuSwiper .swiper-button-prev:after {
	font-size: 20px !important;
}

.swiper-menu-item {
	cursor: pointer;
	background-color: unset !important;
	color: var(--main-color);
	text-decoration: none;
	padding: 20px 0px !important;
	font-size: 14px !important;
}
.swiper-menu-item:hover {
	background-color: unset !important;
	color: var(--main-color);
	text-decoration: none;
}
.swiper-menu-item {
	background-color: unset !important;
	color: var(--main-color);
	text-decoration: none;
}

.hms-buffet-menu-items ul{
	list-style: none;
}

.hms-buffet-menu-items ul li{
	font-family: 'Dosis', sans-serif !important;
	font-weight: 600;
}

.buffet-header h1 {
	font-size: 70px;
}

.img-menu-item {
	image-resolution: 72dpi;
}

.filter-box {
	/* background-color: #221e1b !important; */
	opacity: 0;
	pointer-events: none;
	margin-top: 15px;
	z-index: 100;
	left: -100px !important;
	position: absolute;
	transition: .2s ease-in;
}
.filter-box.active {
	opacity: 1;
	pointer-events: all;
	left: 0px !important;
	/* margin-top: 15px !important; */
	transition: .2s ease-out;
}
/* .filter-box label {
	padding: 0px !important;
} */

/* Carousel Content Container */
.carousel-contents {
	z-index: 10;
	height: 100vh;
	width: 100%;
	background: linear-gradient(360deg, rgb(0, 0, 0, 0.9) 0%, rgba(184,184,184,0) 100%);
	/* background: rgba(0, 0, 0, 0.4) !important; */
	position: absolute;
}

.button-container {
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translate(-50%, 0%);
}

/* Content Body */
.btn-hermosa {
	min-width: 120px;
	padding: 10px;
	background: none;
	border-color: var(--main-color);
	transition: .2s ease-out;
	color: var(--main-color) !important;
}

.btn-hermosa.btn-hermosa-dark {
	border-color: var(--sub-color) !important;
	color: var(--sub-color) !important;
}

.btn-hermosa:hover {
	background-color: var(--main-color);
	color: var(--sub-color) !important;
	transition: .2s ease-in;
}

.btn-hermosa-dark:hover {
	background-color: var(--sub-color) !important;
	color: var(--main-color) !important;
	transition: .2s ease-in;
}

.fullscreen {
	height: 500px;
	min-height: 100vh;
	position: relative;
}

.fullscreen-content-center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.fullscreen-content-center h1{
	font-size: 100px;
}

.fullscreen-content-left {
	position: absolute;

}

.fullscreen-content-right {
	position: absolute;
}

.section-light {
	background-color: #c0a48c !important;
	color: var(--sub-color);
	position: relative;
	min-height: 60vh;
	overflow: hidden;
}

.section-dark {
	background-color: var(--sub-color) !important;
	color: #c0a48c;
	position: relative;
	overflow: hidden;
}

.section-light>.row, .section-light>.container>.row  {
	min-height: 60vh !important;
}

.black-wrapper {
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
}

.black-wrapper-4 {
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
}

.black-wrapper-partial-bottom {
	background: linear-gradient(360deg, rgb(0, 0, 0, 0.9) 0%, rgba(184,184,184,0) 100%);
	width: 100%;
}

.parallax {
	background-image: url('../image/background-aboutus.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.img-logo {
	width: 50% !important;
	position: absolute;
	object-fit: contain;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.left-diagonal-clip {
	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.right-diagonal-clip {
	clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%);
}

.hms-color {
	color: var(--main-color) !important;
}

.hms-title {
	opacity: 0;
	transition: .3s ease-in-out;
}

.hms-description {
	font-family: 'Dosis', sans-serif;
	font-size: 20px;
	font-weight: 600;
	opacity: 0;
	transition: .3s ease-in-out;
}
#mail:hover, #phone:hover{
	color: var(--main-color-lighter) !important;
}

.hms-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 16px;
}

.hms-img {
	margin-bottom: -100px;
	opacity: 0;
	transition: .3s ease-in-out;
}

.hms-description.active, .hms-title.active {
	opacity: 1;
	transition: .3s ease-in-out;
}

.hms-img.active {
	margin-bottom: 0px;
	opacity: 1;
	transition: .5s ease-in-out;
	transition-delay: .1s;
}

#firstMenu.active {
	width: 100%;
	transition: 0.5s;
}
#firstMenu.hide {
	width: 0%;
	transition: 0.5s;
}
#secondMenu.active {
	width: 100%;
	transition: 0.5s;
}
#secondMenu.hide {
	width: 0%;
	transition: 0.5s;
}
#secondMenu.hide>div>.position-center, #firstMenu.hide>div>.position-center {
	position: fixed !important;
	opacity: 0;
	z-index: -999;
	transition: 0.5s;
}
#secondMenu a, #firstMenu a {
	cursor: pointer;
}
#secondMenu a:hover, #firstMenu a:hover {
	text-decoration: underline !important;
}

.small
{
    font-size: 0.875em !important;
}

.hms-menu-item {
	cursor: pointer;
	transition: .5s;
	word-wrap: break-word;
	opacity: 0;
}

.hms-menu-item .card-img-top{
	border-radius: 20px !important;
	height: 100%;
}
.hms-menu-item .card-footer:last-child{
	border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.hms-menu-item.active {
	transition: .5s;
	opacity: 1;
}

/* .hms-menu-item:hover{
} */

#filter {
	cursor: pointer;
}


/* Footer */
.footer {
	background-color: var(--sub-color) !important;
	/* background: linear-gradient(360deg, var(--sub-color) 0%, var(--main-color) 100%); */
	padding: 40px 0px;
}

.footer-container {
	max-width: 100%;
	width: 65% !important;
	margin: auto;
}

.footer-list {
	list-style: none;
	margin-top: 20px;
	padding: 0;
}

.footer-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.footer-col {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 20px;
}

.footer-col h5 {
	color: var(--main-color);
	font-family: 'LemonMilk' !important;
	font-weight: 500;
	transition: .3s ease-in;
	cursor: pointer;
}

.footer-col h5:hover {
	color: var(--main-color-lighter);
	font-weight: 500;
	margin-left: 10px;
	transition: .3s ease-out;
	cursor: pointer;
}

.footer-col .footer-list .footer-list-item:not(:last-child) {
	margin-bottom: 10px;
}

.footer-col .footer-list .footer-list-item a {
	font-size: 12px;
	color: var(--main-color);
	text-decoration: none;
	font-weight: 300;
	display: block;
	transition: all 0.3s ease;
}

.footer-col .footer-list .footer-list-item a:hover {
	color: var(--main-color-lighter);
	padding-left: 8px;
}

.footer-col .social-links a {
	/* background-color: var(--main-color); */
	text-align: center;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.social-links i {
	color: var(--main-color);
	font-size: 35px !important;
	transition: .3s ease-in;
}

.social-links i:hover {
	color: var(--main-color-lighter) !important;
	transition: .3s ease-out;
}

.footer-line {
	/* For <div> uncomment parameter below */
	width: 50%;
	height: 3px;
	background-color: #9d8773;
	margin-bottom: 15px;
	/* For <hr> uncomment parameter below */
	/* width: 50%;
	margin-bottom: 18px;
	border: 2px solid #9d8773;
	border-radius: 2px; */
}

.hms-btn-close
{
	position: absolute !important;
	top: 20px !important;
	right: 10px !important;
	transform: translate(-50%, -50%);
	border-radius: 10px;
	color:var(--main-color);
	z-index: 1000 !important;
}

/* TABLET */
@media all and (max-width: 990px) {

	.parallax {
		background-image: url('../image/background-aboutus.jpg');
		background-position: center;
	}

	#gallery>.container {
		width: 100vw !important;
		max-width: 100vw !important;
	}

	.footer-container {
		width: 100% !important;
	}

	.gallery {
		margin-bottom: 35px !important;
	}

	.bg-hermosa {
		clip-path: unset;
	}

	.bg-black {
		height: 200px;
	}

	.section-light {
		height: 100% !important;
	}

	.section-light .row {
		height: 100% !important;
	}

	.left-diagonal-clip, .right-diagonal-clip {
		clip-path: unset;
	}

	.hms-img {
		margin-bottom: 0px;
		opacity: 0;
		transition: .3s ease-in-out;
	}

	.position-bottom {
		position: absolute;
		left: 50%;
		bottom: 5%;
		transform: translate(-50%, -50%);
	}

	#buffetMenu.w-50 {
		width: 100% !important;
	}

	.fullscreen-content-center h1{
		font-size: 50px;
	}

	#buffetContent.w-50 {
		width: 80% !important;
		max-width: 80% !important;
	}
}

/* SMALL TAB */
@media all and (max-width: 768px) {

	/* Navbar */
	.navbar-sticky {
		top: 0px !important;
	}

	.footer-container {
		width: 100% !important;
	}

	.navbar>.container {
		width: 100vw !important;
		max-width: 100vw !important;
		padding: 0.5rem 0 !important;
	}

	body:not(.home) .navbar {
		flex-direction: column;
		padding: 0px;
		/* background: var(--sub-color) !important; */
		position: initial !important;
		background: var(--sub-color);
	}

	.home .navbar-home {
		position: absolute !important;
		background-color: transparent !important;
	}

	.primary-icon {
		margin: 5px 0px 10px;
	}

	.show {
		display: block;
	}

	.blacked {
		background: var(--sub-color) !important;
	}

	/* Content */
	.py {
		padding-top: 200px;
		padding-bottom: 200px;
	}

	.buffet-header h1 {
		font-size: 50px;
	}

	.btn-hermosa {
		width: 100% !important;
	}

	.carousel-contents .btn-hermosa {
		margin-bottom: 25px !important;
	}

	.bg-hermosa {
		margin-top: 35px !important;
		/* margin-bottom: 50px; */
	}

	/* Footer */
	.footer-col {
		width: 50%;
		margin-bottom: 30px;
	}

	/* Testing */
	.test1 {
		height: 200px;
	}

	.test2 {
		height: 200px;
	}

	.menu1 {
		height: 200px;
	}

	.menu2 {
		height: 200px;
	}

	#buffetContent.w-50 {
		width: 80% !important;
		max-width: 80% !important;
	}
}

/* PHONE */
@media all and (max-width: 576px) {

	/* Content */
	.py {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	#menuContainer {
		width: 100% !important;
		max-width: unset !important;
	}

	.hms-menu-item {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.hms-menu-item .row {
		width: 100% !important;
		margin: 0px 0px 0px !important;
		border-left: none !important;
		border-right: none !important;
	}

	/* Footer */
	.footer-col {
		width: 100%;
	}

	/* Testing */
	.test1 {
		height: 100px;
	}

	.test2 {
		height: 100px;
	}

	.menu1 {
		height: 100px;
	}

	.menu2 {
		height: 100px;
	}

	#buffetContent.w-50 {
		width: 100% !important;
		max-width: 100% !important;
	}
}

@media all and (min-width: 990px)
{

	.menu-wrapper.hms-m-vh-40
	{
		min-height: 100vh !important;
	}
}

/* Testing */
.test1 {
	color: white;
	background-color: grey;
	left: 0;
	height: 300px;
}

.test2 {
	color: white;
	background-color: pink;
	right: 0;
	height: 300px;
}

.menu1 {
	color: white;
	background-color: lightgrey;
	height: 300px;
}

.menu2 {
	color: white;
	background-color: magenta;
	height: 300px;
}

/* Setting Heigth Custom */
.hms-h-100 {
	height: 100% !important;
}
.hms-h-90 {
	height: 90% !important;
}
.hms-h-80 {
	height: 80% !important;
}
.hms-h-70 {
	height: 70% !important;
}
.hms-h-60 {
	height: 60% !important;
}
.hms-h-50 {
	height: 50% !important;
}
.hms-h-40 {
	height: 40% !important;
}
.hms-h-30 {
	height: 30% !important;
}
.hms-h-20 {
	height: 20% !important;
}
.hms-h-10 {
	height: 10% !important;
}

.hms-vh-100 {
	height: 100vh !important;
}
.hms-vh-90 {
	height: 90vh !important;
}
.hms-vh-80 {
	height: 80vh !important;
}
.hms-vh-70 {
	height: 70vh !important;
}
.hms-vh-60 {
	height: 60vh !important;
}
.hms-vh-50 {
	height: 50vh !important;
}
.hms-vh-40 {
	height: 40vh !important;
}
.hms-vh-30 {
	height: 30vh !important;
}
.hms-vh-20 {
	height: 20vh !important;
}
.hms-vh-10 {
	height: 10vh !important;
}

.hms-m-vh-100 {
	min-height: 100vh !important;
}
.hms-m-vh-90 {
	min-height: 90vh !important;
}
.hms-m-vh-80 {
	min-height: 80vh !important;
}
.hms-m-vh-70 {
	min-height: 70vh !important;
}
.hms-m-vh-60 {
	min-height: 60vh !important;
}
.hms-m-vh-50 {
	min-height: 50vh !important;
}
.hms-m-vh-40 {
	min-height: 40vh !important;
}
.hms-m-vh-30 {
	min-height: 30vh !important;
}
.hms-m-vh-20 {
	min-height: 20vh !important;
}
.hms-m-vh-10 {
	min-height: 10vh !important;
}

/*Animation*/
.zoom-out-animate{
	animation-name: zoom-out;
	animation-duration: 1s;
}

.fade-out-animate{
	animation-name: fade-out;
	animation-duration: 1s;
}

.fade-out-animate-delay{
	animation-name: fade-out;
	animation-duration: 1s;
}

@keyframes zoom-out {
	from {
		opacity: 0;
		font-size: 70px;
	}
}

@keyframes fade-out {
	from {
		opacity: 0;
	}
}


/* Iseng animation checkbox */

#checklist {
	--background: #181a1d;
	--text: #ffffff;
	--check: var(--main-color);
	--disabled: #ffffff;
	--border-radius: 10px;
	background: var(--background);
	border-left: 10px solid white;
	/* border-bottom-left-radius: var(--border-radius); */
	border-top-right-radius: var(--border-radius);
	border-bottom-right-radius: var(--border-radius);
	position: relative;
	box-shadow: 0 10px 30px rgba(65, 72, 86, 0.05);
	padding: 20px 25px;
	display: grid;
	grid-template-columns: 30px auto;
	align-items: center;
  }
  #checklist label {
	color: var(--text);
	padding-bottom: 5px;
	position: relative;
	cursor: pointer;
	display: grid;
	align-items: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	transition: color 0.3s ease;
  }
  #checklist label::before, #checklist label::after {
	content: "";
	position: absolute;
  }
  #checklist label::before {
	height: 2px;
	width: 8px;
	left: -27px;
	top: 10px;
	background: var(--check);
	border-radius: 2px;
	transition: background 0.3s ease;
  }
  #checklist label:after {
	height: 4px;
	width: 4px;
	top: 8px;
	left: -25px;
	border-radius: 50%;
  }
  #checklist input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	height: 15px;
	width: 15px;
	outline: none;
	border: 0;
	margin: 0 15px 0 0;
	cursor: pointer;
	background: var(--background);
	display: grid;
	align-items: center;
  }
  #checklist input[type=checkbox]::before, #checklist input[type=checkbox]::after {
	content: "";
	position: absolute;
	height: 2px;
	top: auto;
	background: var(--check);
	border-radius: 2px;
  }
  #checklist input[type=checkbox]::before {
	width: 0px;
	right: 60%;
	transform-origin: right bottom;
  }
  #checklist input[type=checkbox]::after {
	width: 0px;
	left: 40%;
	transform-origin: left bottom;
  }
  #checklist input[type=checkbox]:checked::before {
	-webkit-animation: check-01 0.4s ease forwards;
			animation: check-01 0.4s ease forwards;
  }
  #checklist input[type=checkbox]:checked::after {
	-webkit-animation: check-02 0.4s ease forwards;
			animation: check-02 0.4s ease forwards;
  }
  #checklist input[type=checkbox]:checked + label {
	color: var(--check);
	-webkit-animation: move 0.3s ease 0.1s forwards;
			animation: move 0.3s ease 0.1s forwards;
  }
  #checklist input[type=checkbox]:checked + label::before {
	background: var(--disabled);
	-webkit-animation: slice 0.4s ease forwards;
			animation: slice 0.4s ease forwards;
  }
  #checklist input[type=checkbox]:checked + label::after {
	-webkit-animation: firework 0.5s ease forwards 0.1s;
			animation: firework 0.5s ease forwards 0.1s;
  }

  @-webkit-keyframes move {
	50% {
	  padding-left: 8px;
	  padding-right: 0px;
	}
	100% {
	  padding-right: 4px;
	}
  }

  @keyframes move {
	50% {
	  padding-left: 8px;
	  padding-right: 0px;
	}
	100% {
	  padding-right: 4px;
	}
  }
  @-webkit-keyframes slice {
	60% {
	  opacity: 60%;
	  left: 4px;
	}
	100% {
	  opacity: 0%;
	  left: -2px;
	  padding-left: 0;
	}
  }
  @keyframes slice {
	60% {
	  opacity: 60%;
	  left: 4px;
	}
	100% {
	  opacity: 0%;
	  left: -2px;
	  padding-left: 0;
	}
  }
  @-webkit-keyframes check-01 {
	0% {
	  width: 4px;
	  top: auto;
	  transform: rotate(0);
	}
	50% {
	  width: 0px;
	  top: auto;
	  transform: rotate(0);
	}
	51% {
	  width: 0px;
	  top: 8px;
	  transform: rotate(45deg);
	}
	100% {
	  width: 5px;
	  top: 8px;
	  transform: rotate(45deg);
	}
  }
  @keyframes check-01 {
	0% {
	  width: 4px;
	  top: auto;
	  transform: rotate(0);
	}
	50% {
	  width: 0px;
	  top: auto;
	  transform: rotate(0);
	}
	51% {
	  width: 0px;
	  top: 8px;
	  transform: rotate(45deg);
	}
	100% {
	  width: 5px;
	  top: 8px;
	  transform: rotate(45deg);
	}
  }
  @-webkit-keyframes check-02 {
	0% {
	  width: 4px;
	  top: auto;
	  transform: rotate(0);
	}
	50% {
	  width: 0px;
	  top: auto;
	  transform: rotate(0);
	}
	51% {
	  width: 0px;
	  top: 8px;
	  transform: rotate(-45deg);
	}
	100% {
	  width: 10px;
	  top: 8px;
	  transform: rotate(-45deg);
	}
  }
  @keyframes check-02 {
	0% {
	  width: 4px;
	  top: auto;
	  transform: rotate(0);
	}
	50% {
	  width: 0px;
	  top: auto;
	  transform: rotate(0);
	}
	51% {
	  width: 0px;
	  top: 8px;
	  transform: rotate(-45deg);
	}
	100% {
	  width: 10px;
	  top: 8px;
	  transform: rotate(-45deg);
	}
  }
  @-webkit-keyframes firework {
	0% {
	  opacity: 1;
	  box-shadow: 0 0 0 -2px var(--main-color), 0 0 0 -2px var(--main-color), 0 0 0 -2px var(--main-color), 0 0 0 -2px var(--main-color), 0 0 0 -2px var(--main-color), 0 0 0 -2px var(--main-color);
	}
	30% {
	  opacity: 1;
	}
	100% {
	  opacity: 0;
	  box-shadow: 0 -15px 0 0px var(--main-color), 14px -8px 0 0px var(--main-color), 14px 8px 0 0px var(--main-color), 0 15px 0 0px var(--main-color), -14px 8px 0 0px var(--main-color), -14px -8px 0 0px var(--main-color);
	}
  }
  @keyframes firework {
	0% {
	  opacity: 1;
	  box-shadow: 0 0 0 -2px var(--main-color), 0 0 0 -2px var(--main-color), 0 0 0 -2px var(--main-color), 0 0 0 -2px var(--main-color), 0 0 0 -2px var(--main-color), 0 0 0 -2px var(--main-color);
	}
	30% {
	  opacity: 1;
	}
	100% {
	  opacity: 0;
	  box-shadow: 0 -15px 0 0px var(--main-color), 14px -8px 0 0px var(--main-color), 14px 8px 0 0px var(--main-color), 0 15px 0 0px var(--main-color), -14px 8px 0 0px var(--main-color), -14px -8px 0 0px var(--main-color);
	}
  }


#firstMenu h1
{
	transition: .3s;
}
#secondMenu h1
{
	transition: .3s;
}
#thirdMenu h1
{
	transition: .3s;
}

#firstMenu:hover h1
{
	transition: .3s;
	font-size: 45px;
}
#secondMenu:hover h1
{
	transition: .3s;
	font-size: 45px;
}
#thirdMenu:hover h1
{
	transition: .3s;
	font-size: 45px;
}


/*NEW STYLING HERE*/
.hms-desc-container 
{
	width: 100%;
}
.hms-title-size 
{
	font-size: 18px !important;
}
.hms-subtitle-size 
{
	font-size: 12px !important;
}
.hms-desc-small
{
	font-size: 12px;
}
.hms-info-small
{
	font-size: 9.6px;
	letter-spacing: 3px !important;
}
.hms-desc-small p 
{
	letter-spacing: 3px !important;
}
.hms-btn-text-small
{
	font-size: 12px;
}

.contact-bg 
{
	/* background-image: url('https://media.wired.com/photos/59269cd37034dc5f91bec0f1/191:100/w_1280,c_limit/GoogleMapTA.jpg'); */
	height: 170px;
}
.contact-bg .black-wrapper
{
	height: 100%;
	background-color: rgba(0, 0, 0, 0.712);
}
.contact-bg .row
{
	justify-content: center;
	align-items: center;
}
.contact-bg h3, .contact-bg h1
{
	text-align: start;
}
.contact-bg .card
{
	width: 90vw;
}
.hms-contact-font-size
{
	font-size: 13px;
	letter-spacing: 3px;
}
.hms-contact-desc-font-size
{
	font-size: 10px;
	letter-spacing: 2px;
}
.hms-contact-desc-font-size span
{
	letter-spacing: 2px;
}
.contact-bg .position-center
{
	top: 83% !important;
}
#filterFloat
{
	font-size: 12px;
	letter-spacing: 2px !important;
}
body:has(.modal.show) #filterFloat
{
	display: none;
}
#filterList li:hover
{
	background-color: black;
	color: var(--main-color);
	transform: .3s;
}
#filterList li.active
{
	color: white;
}

@media all and (min-width: 512px)
{
}
@media all and (min-width: 768px)
{
	.contact-bg .card
	{
		width: 700px;
	}
	.hms-contact-font-size
	{
		font-size: 18px;
		letter-spacing: 3px;
	}
	.hms-contact-desc-font-size
	{
		font-size: 15px;
		letter-spacing: 2px;
	}
	.contact-bg .position-center
	{
		top: 110% !important;
	}
}
@media all and (min-width: 990px)
{
	#filterFloat
	{
		font-size: 16px;
	}
	.hms-desc-container 
	{
		width: 75%;
	}
	.hms-desc-small
	{
		font-size: 15px;
	}
	.hms-btn-text-small
	{
		font-size: 15px;
	}
	.hms-title-size 
	{
		font-size: 21.7px !important;
	}
	.hms-subtitle-size 
	{
		font-size: 15px !important;
	}
	.hms-info-small
	{
		font-size: 12px;
	}
	.contact-bg 
	{
		height: 600px;
	}
	.contact-bg .row
	{
		height: 600px;
	}
	.contact-bg .position-center
	{
		top: 50% !important;
	}
}
@media all and (min-width: 1200px)
{
}
