html{
	scroll-behavior: smooth;
}
:root{
	--primaryColor: #25B3A7;
}
/*@font-face {
    font-family: 'dino-fancy';
    src: url('../font/pinyonscript-regular-webfont.woff2') format('woff2'),
         url('../font/pinyonscript-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dino-card-text';
    src: url('../font/oldstandardtt-regular-webfont.woff2') format('woff2'),
         url('../font/oldstandardtt-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dino-menu-heading';
    src: url('../font/cabinsketch-regular-webfont.woff2') format('woff2'),
         url('../font/cabinsketch-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/
/*.card{
	transition: all 5s;
	border-radius: 20px;
	margin-top: 20px;
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden;
	box-shadow: 5px 5px 15px var(--bs-black);
	border: 2px solid var(--bs-white);
}
.card-img-top{
	height: 300px;
	width: 100%;
	object-fit: cover;
	transition: all 2s;
}*/

/*.img-box{
	transition: 0.4s ease-in-out;
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin-top: 20px;
	border-radius: var(--bs-border-radius);
}
.img-fluid{
	height: 300px;
	width: 100%;
	object-fit: cover;
}

.img-box:hover {
	transform: scale(1.05);
	box-shadow: 8px 10px 12px;
}*/

/***************************start menu edits**************************************/
/*.menu-mahimahi{
	background-color: black;
	padding-bottom: 12px;
	height: 600px;
}
.menu-mahimahi  button{
	font-family: dino-card-text;
	color: black;
	font-weight: bold;
	font-size: 20px;
	text-transform: capitalize; !important;
}
.content-menu{
	width: 100%;
}
.submenu{
	position: relative;
	color: black;
	border: 2px solid var(--primaryColor);
	border-radius: 20px;
}
.submenu h2{
	position: absolute;
	font-family: "dino-fancy";
	font-weight: bold;
	color: red;
	text-align: center;
	top: -20px;
	background-color: white;
	padding: 0 10px;
	transform: rotate(355deg);
}
.submenu h5{
	font-family: "dino-card-text";
	font-family: "Garamond";
	font-weight: bold;
	color: green;
	font-style: italic;
}
.submenu li{
	font-family: "Garamond";
	font-weight: 100;
	color: black;
	margin-top: -8px;
}
.submenu .submenu-ul{
	padding-top: 30px;
	color: black;
	padding-left: 5%;
}
.submenu2{
	border-left-style: none;
}
.nav-pills{
	--bs-nav-pills-link-active-color: #000;
    --bs-nav-pills-link-active-bg: none;
}
.bttn-sub{
	width: 200px;
}
.sub{
	margin-top: 40px;
}
.row{
	margin-bottom: 40px;
}
.disabled{
	visibility: hidden;
}*/
/***************************start menu edits**************************************/
/*******************************mobile version******************************/

/*.submenu-mobile{
	margin-top: 50px;
}
.row-mobile{
	margin-right: 0px;
	margin-left: 0px;
}

@media only screen and (max-width: 991px) {
	
}

@media only screen and (max-width: 600px) {
	

}*/