
#navbarserenade #navbarserenade-inner {

	max-width: 100%;
	margin: 0 auto;
}

#navbarserenade.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
#navbarserenade.is-minimized {
	transform: translateY(-65px);
}
#navbarserenade.is-maximized {
	transform: none;
}

#navbarserenade .top-section {
	background: none;
}
#navbarserenade .bottom-section {
	background: none;

}

.active-dropdown {
	color:#ffc107;
}

.mobile-menu {
	transform: translateX(100%);
	transition: 0.3s;
}

.mobile-menu.slide-in {
	transform: none;
}

.mobile-menu a {
	margin-top: 1.25rem;
}
.nav-down {
	top: 0;
}
.nav-up {
	top: -40px;
}



.left-0 {
	left: 0px;
}

.right-0 {
	right: 0;
}

.btmNav {
	background-color: #474320;
	color: #e8dab2;
	display: flex;
	top: 64px;
	position: absolute;
	width: 100%;
	font-size: 12px;
	/* box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px; */
	font-family: "PlayfairDisplay-v";
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing : 1.56px;
}

.btmNav .logo {
     
	background-color: #474320;
	padding: 3px 47px;
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
}
.btmNav .logo::after {
content: "";
    position: absolute;
    width: 12px;
    height: 49px;
    background: url(../images/hgstar.png) no-repeat;
    background-size: contain;
    background-position: top;
    right: -2%;
	top: 0;
}

.btmNav .logo a {
	color: #FFF;
	text-decoration: none;
}

.btmNav .logo a img {
	color: #FFF;
	text-decoration: none;
	height: 35px;
	object-fit: contain;
}

.btmNav ul {
	margin: 0;
	display: flex;
	align-items: center;
	margin-left: 10px;
	justify-content: space-evenly;
	width: 60%;
}
.btmNav ul li {
	list-style: none;
}

.btmNav ul li a {
	color: #FFF;
	display: block;
	text-decoration: none;
	text-transform: capitalize;
}

.stickyTop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%
}

.removeMain {
	display: none !important;
}



.showbb {
	display: inline-block !important;
}




.regBtn {
    background: #484320;
    font-weight: 700;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    /* gap: 9px; */
    cursor: pointer;
    color: #04371e;
	width: 15%;
	
  }
  
  .regBtn a {
	  display: flex;
	  align-items: center;
	  flex-direction: row;
	  gap: 7px;
	  color: #fff;
  }
.rbox{
position: relative;
       height: 53px;
}
.rbox span {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    position: relative;
    align-content: center;
        height: 53px;
	transform: scaley(1.09);
}
.rgimg{
	/* position: relative; */
	     position: absolute;
    inset: 0px;
    width: 300px;
    margin: auto;
    display: block;
    height: 36px;
	object-fit: contain;
}

.topnav {
	overflow: hidden;
	background-color: #eee;
}

.topnav a {
	float: left;
	display: block;
	color: black;
	text-align: center;
	padding: 13px 16px;
	text-decoration: none;
	font-size: 17px;
}

.topnav a:hover {
	background-color: #ddd;
	color: black;
}

.topnav a.active {
	background-color: #ddd;
	color: black;
}

.topnav .logo {
	float: left;
	display: block;
	color: #0a0909;
	text-align: center;
	padding: 7px 10px 3px 10px;
	margin-top: 2px;
	text-decoration: none;
	font-size: 17px;
}

.topnav .logo img {
	width: 166px;
	height: auto;
}

.topnav .logo:hover {
	background: transparent;
}

.topnav button {
	display: none;
}



.dropdown-content {
	display: flex;
	width: 100%;
	justify-content: space-evenly;
}

.dropdown {
    display: flex;
    width: 73.55%;
}

.dropdown a {
    cursor: pointer;
    display: flex;
    height: 53px;
    align-items: center;
    justify-content: center;
	    width: 100%;
transform: scaley(1.09);
}

.dropbtn {
	display: none;
}


.navContainer {
	width: 100%;
	display: flex;
}



/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

@media screen and (max-width: 1024px) {
	.topnav.responsive {
		position: relative;
	}

	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}

	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
}

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

.btmNav .logo a img {
	height: 26px;
}
.btmNav .logo::after {
	height: 28px;
}
	.regBtn {
	        padding: 0;
        width: 45%;
	}

	.navContainer {
		width: 100%;
		justify-content: space-between;
	}

	.btmNav {
		display: flex;
		justify-content: space-between;
		height: 64px;
	}

	.btmNav ul {
		margin: 0;
		display: inline-block;
		align-items: center;
		margin-left: 10px;
		justify-content: space-evenly;
		width: 60%;
	}

	.dropbtn {
		color: rgb(255, 255, 255);
		border: none;
		cursor: pointer;
		display: flex;
		width: 50%;
		align-items: center;
		justify-content: center;
		gap: 9px;
		font-family: "PlayfairDisplay-v";
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: 0.03em;
	}

	.dropdown {
		position: relative;
		display: contents;
		width: 100%;
	}

	.dropdown-content {
		display: none;
		position: absolute;
		background-color: #484320;
		min-width: 160px;
		box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
		z-index: 1;
	}

	.dropdown-content a {
	        color: #ffffff;
        padding: 14px 6px;
        text-decoration: none;
        display: block;
        border-bottom: 1px solid #ffffff;
        position: relative;
        bottom: 1px;
        height: auto;
	}


	.dropdown .dropdown-content {
		display: none;
		list-style-type: none;
		color: #f2f2f2;
		width: 100%;
		transition: 0.2s;
		top: 45px;
		padding: 40px 30px;
		z-index: -1;
	}

	.btmNav .logo {
	    padding: 0 1px;
    width: 47%;
    display: flex;
    align-items: center;
    justify-content: center;
	}
	.rbox {
    height: 100%;
}
.rgimg {
    /* position: relative; */
    
    width: 97%;
   
    height: 61%;
	
    object-fit: fill;
}
.rbox span {
	position: relative;
	bottom: -4px;
	letter-spacing: 0.04em;
}

}

