.highlight-btn {
    display: flex;
    height: 59px;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: var(--Rusty-Red, #B85C4E);
    color: #FFF;
    font-family: "SofiaRough", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
}

.secondary-btn {
    display: flex;
    height: 59px;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 2px solid #FFF;
    color: #FFF;
    font-family: "SofiaRough", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
}

.tertiary-btn {
    display: flex;
    height: 59px;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: #03424C;
    color: #FFF;
    font-family: "SofiaRough", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
}

.container {
    width: 100%;
    max-width: 1440px;
    padding-left: 48px;
    padding-right: 48px;
    z-index: 1;
    margin: auto;
}

/* HERO */

.hero .menu-items {
    display: flex;
    justify-content: space-between;
}

.hero .menu-items .menu-item {
    width: calc(50% - 20px);
    padding: 40px 36px;
    border-radius: 8px;
    background: #DCE8E6;
}

.hero .menu-items .menu-item h5 {
    color: #03424C;
    text-align: center;
    font-family: 'Gotham', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 32px;
    text-transform: capitalize;
}

.hero .menu-items .menu-item p {
    color: #000;
    text-align: center;
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 120%;
}

.hero .menu-items .menu-item .secondary-btn {
    border-radius: 50px;
    border: 2px solid #0D4E55;
    color: #0D4E55;
    width: 214px;
    margin: auto;
}

@media only screen and (max-width: 1000px) {
	.hero-locations{
		height: 270px !important;
	}
	
	.hero {
        height: 900px;
    }
    .hero .menu-items {
        width: 100%;
        flex-direction: column;
    }

    .hero .menu-items .menu-item {
        width: 100%;
        margin-bottom: 16px;
    }

    .hero .menu-items .menu-item:last-child {
        margin-bottom: 0;
    }

    .hero .menu-items .menu-item h5 {
        text-transform: capitalize;
        font-weight: bold;
    }

    .hero .menu-items .menu-item p {
        width: 100%;
    }
}

html {
	scroll-behavior: smooth;
}

.bgmenu{
	background-image: url("/wp-content/uploads/2025/05/backgrounds.png");
	background-repeat: no-repeat;
    background-size: cover;
	padding-bottom: 50px;
}

/* Menus New */

.hero-menu .content {
    display: flex;
	justify-content: space-between;
    width: 100%;
    max-width: 1340px;
    padding: 130px 0px 0px 0px;
    /*background-color: #fff;*/
    position: relative;
    margin: auto;
}

.hero-menu .content h2 {
    color: #03424C;
    font-family: 'SofiaRough';
    font-size: 80px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
}

.hero-menu .content .name-menu{
	width: auto;
    height: 60px;
	display: block;
}

.hero-menu .content .mob-menu{
	display: none;
}

.brunch .content{
	display: block;
    width: 100%;
	max-width: 1340px;
	padding: 40px 0px 40px 0px;
	/*background-color: #fff;*/
	position: relative;
	margin: auto;
}

.brunch .content .flex-container{
  	display: flex;
  	justify-content: space-around;
  	background-color: #DCE8E6;
	border-radius: 8px;
	/*padding-top: 16px;
  	padding-bottom: 16px;*/
	align-items: center;
	padding-right: 180px;
    padding-left: 180px;
	padding-top: 10px;
  	padding-bottom: 10px;
}

.brunch .content .flex-container > div {
  background-color: #DCE8E6;
  width: 300px;
  margin: 10px;
  text-align: center;
  line-height: 75px;
  font-size: 30px;
}

.brunch .content .flex-container > div p {
  color: #03424C;
	text-align: center;
	font-family: 'SofiaRough';
	font-size: 32px;
	font-style: normal;
	font-weight: 265;
	line-height: normal;
}

.brunch .content .flex-container > div a {
	display: flex;
    justify-content: end;
    align-items: center;
	padding-right: 25%;
}

.btn {
  display: inline-block;
  text-align: center;
  padding: 10px;
  transition: background-color 0.3s;
}

.btn .cate {
  margin-top: 5px;
  color: #000;
}
.btn.active{
	text-decoration: underline;
}
	
.btn.active .hide{
  display: block !important;
}

.brunch .content .flex-container > .hover-wrapper a .active .hide{
	display: block !important;
}

.brunch .content .flex-container > .hover-wrapper a .hide{
	display: none;
	width: 30px;
	transition: transform 0.8s;
}

.brunch .content .flex-container .hover-wrapper:hover .hide {
    display: inline; /* or 'block', depending on your layout */
}

.categories .content{
	display: block;
  	width: 100%;
	max-width: 1340px;
	padding: 0px 0px 40px 0px;
	/*background-color: #fff;*/
	position: relative;
	margin: auto;
	margin-bottom: 80px;
}

.categories .content .flex-container{
 	display: flex;
  	justify-content: center;
 	/*background-color: #fff;*/
	border-radius: 8px;
	padding-top: 25px;
  	padding-bottom: 25px;
}

.categories .content .cat-text{
	color: #03424C;
	text-align: center;
	font-family: 'Gotham';
	font-size: 13px;
	font-style: italic;
	font-weight: 300;
	line-height: 15.6px; /* 15.6px */
	text-transform: uppercase;
	width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.categories .content .flex-container > div {
	display: flex;
    align-items: center;
	justify-content: center;
    gap: 10px;
  	/*background-color: #fff;*/
  	width: auto;
  	margin: 10px;
  	text-align: center;
  	line-height: 75px;
  	font-size: 30px;
}

.categories .content .flex-container > div p {
  	color: #03424C;
	text-align: center;
	font-family: 'SofiaRough';
	font-size: 15px;
	font-style: normal;
	font-weight: 100;
	line-height: normal;
	/*white-space: pre;*/
}

#brunch{
	scroll-margin-top: 5rem;
	scroll-behavior: smooth;
}

#allday{
	scroll-margin-top: 5rem;
	scroll-behavior: smooth;
}

#drinks{
	scroll-margin-top: 5rem;
	scroll-behavior: smooth;
}

#lunch{
	scroll-margin-top: 5rem;
	scroll-behavior: smooth;
}

#dinner{
	scroll-margin-top: 5rem;
	scroll-behavior: smooth;
}

.sub-menu{
	margin-top: 70px;
    margin-bottom: 100px;
}

.sub-menu .content {
    display: flex;
	align-items: center;
    width: 100%;
    max-width: 1340px;
    padding: 40px 40px 40px 40px;
    background-color: #03424C;
    position: relative;
    margin: auto;
	border-radius: 8px;
}

.sub-menu .content .brunch-img{
	position: absolute;
	right: 40px;
	width: 241px;
}

.sub-menu .content h2 {
    color: #fff;
    font-family: 'TrendSlabOne';
    font-size: 58px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
	margin-bottom: 0;
}

.menu-section {
    display: block;
    width: 100%;
    max-width: 1340px;
    padding: 0px;
    position: relative;
    margin: auto;
	/*margin-top: 70px;
    margin-bottom: 100px;*/
}

h1 {
	text-align: center;
	color: #333;
}

.menu-drink{
	gap: 10px !important;
}

.menu {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 30px;
}

.menu-section h4{
	color: var(--Rusty-Red, #B85C4E);
	font-family: 'TrendSlabOne';
	font-size: 36px;
	font-style: normal;
	font-weight: 250;
	line-height: normal;
}

.menu-section .title-menu{
	margin-top: 70px;
}

.menu-section .subtitle-menu{
	color: var(--Rusty-Red, #B85C4E);
	font-family: 'TrendSlabOne';
	font-size: 15px !important;
	font-style: normal;
	font-weight: 250;
	line-height: normal;
}

.item {
	/*background-color: #fff;*/
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 40px;
	/*padding-right: 0px;*/
}

.item h3 {
	margin-top: 0;
	color: #03424C;
	font-family: 'SofiaRough';
	font-size: 24px;
	font-style: normal;
	font-weight: 100;
	line-height: normal;
	text-wrap: balance;
}

.item h5 {

	font-family: 'SofiaRough';
	font-style: normal;
	font-weight: 100;
	line-height: normal;
}

.item .drink {
	font-size: 18px;
}

.item p {
	/*color: #555;*/
	color: #000;
	font-size: 16px;
	font-family: 'Gotham';
	font-style: normal;
    font-weight: 350;
    line-height: 19.2px;
}

.menu-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-top: 30px;
	
}

.ketch-cocktails{
	border-radius: 8px;
	background-color: #EEF4F3;
}

.item-img{
	background-color: border-radius: 8px;
	/*background: rgba(220, 232, 230, 0.50);*/
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.item-2 {
	border-radius: 8px;
	background: rgba(220, 232, 230, 0.50);
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 40px;
	padding-left: 40px;
}

.item-2 h2 {
	color: #B85C4E;
	font-family: 'TrendSlabOne';
	font-size: 36px;
	font-style: normal;
	font-weight: 250;
	line-height: normal;
}

.item-2 h3 {
	margin-top: 0;
	color: #03424C;
	font-family: 'SofiaRough';
	font-size: 24px;
	font-style: normal;
	font-weight: 100;
	line-height: normal;
}

.item-2 .fries{
	color: #04424C;
	font-family: 'SofiaRough';
	font-size: 14.76px;
	font-style: normal;
	font-weight: 100;
	line-height: normal;
}

.item-2 p {
	color: #000;
	font-family: 'Gotham';
	font-size: 16px;
	font-style: normal;
	font-weight: 350;
	line-height: 19.2px; /* 19.2px */
}

/* full column */
.menu-full {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-top: 30px;
	background-color: #EEF4F3;
	border-radius: 8px;
}

.ketch-cocktails{
	border-radius: 8px;
	background-color: #EEF4F3;
}

.item-img{
	background-color: border-radius: 8px;
	/*background: rgba(220, 232, 230, 0.50);*/
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.item-full {
	border-radius: 8px;
	/*background: rgba(220, 232, 230, 0.50);*/
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 40px;
	padding-left: 40px;
}

.item-full h2 {
	color: #B85C4E;
	font-family: 'TrendSlabOne';
	font-size: 36px;
	font-style: normal;
	font-weight: 250;
	line-height: normal;
}

.item-full h3 {
	margin-top: 0;
	color: #03424C;
	font-family: 'SofiaRough';
	font-size: 24px;
	font-style: normal;
	font-weight: 100;
	line-height: normal;
}

.item-full .fries{
	color: #04424C;
	font-family: 'SofiaRough';
	font-size: 14.76px;
	font-style: normal;
	font-weight: 100;
	line-height: normal;
}

.item-full p {
	color: #000;
	font-family: 'Gotham';
	font-size: 16px;
	font-style: normal;
	font-weight: 350;
	line-height: 19.2px; /* 19.2px */
}


@media (max-width: 800px) {
	.hero-menu{
		padding: 0 16px;
	}
	.hero-menu .content{
		display: block;
		padding: 100px 0px 0px 0px;
		text-align: center;
	}
	
	.hero-menu .content h2 {
		font-size: 36px;
	}
	
	.hero-menu .content .name-menu{
		width: auto;
    	height: 25px;
		display: none;
	}
	
	.hero-menu .content .mob-menu{
		display: block;
        width: 240px;
        margin-left: auto;
        margin-right: auto;
	}
	
	.brunch{
		padding: 0 16px;
	}
	
	.brunch .content{
		padding: 0px 0px 40px 0px;
	}
	
	.brunch .content .flex-container{
		flex-direction: column;
		padding-right: 0;
    	padding-left: 0;
	}
	
	.brunch .content .flex-container > div {
		margin: 15px;	
	}
	
	.brunch .content .flex-container > div a {
    	display: flex;
    	justify-content: center;
    	align-items: center;
    	padding-right: 0;
	}
	
	.brunch .content .flex-container > div p {
		font-size: 24px;	
	}
	
	.categories {
        padding: 0 16px;
    }

	
	.categories .content {
		
		margin-bottom: 0px;
	}
	
	.categories .content .flex-container {
		display: grid;
		justify-content: center;
	}
	
	.categories .content .flex-container > div {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.categories .content .flex-container {
		padding-top: 0px;
	}
	
	.sub-menu {
		padding: 0 16px;
		margin-top: 85px;
		margin-bottom: 50px;
	}
	
	.sub-menu .content {
		flex-direction: column;
		padding: 95px 20px 40px 20px;
	}
	
	.sub-menu .content h2 {
		font-size: 28px;
		font-family: 'TrendSlabOne';
	}
	
	.sub-menu .content .brunch-img {
		width: 140px;
        right: 0%;
        margin-bottom: 30px;
        margin-top: -190px;
        position: relative;
	}
	
	.menu-section {
		padding: 0 16px;
	}

	
	.menu {
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

	}
	
	.item {
		padding-right: 0px;
	}
	
	.menu-2 {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.menu-full {
		grid-template-columns: repeat(1, 1fr);
		padding-top: 40px;
        padding-bottom: 40px;
	}
	
	.item-full {
		border-radius: 8px;
		/*background: rgba(220, 232, 230, 0.50);*/
		padding-top: 0px;
		padding-bottom: 0px;
		padding-right: 40px;
		padding-left: 40px;
	}
	
	.hide h2{
		display: none;
	}
}





