.banner-area {
    background: url(../img/hero-bg_shym.jpg) center center / cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}

.banner-area > .container {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.banner-area .row.fullscreen {
    flex: 1;
    min-height: calc(100vh - 140px);
    min-height: calc(100dvh - 140px);
}
.primary-btn {
	background: #efb900 !important;
	color: black;
}

.social-icons-mp a {
    color: #efb900;
}

.menuWrapper {
	/* background: linear-gradient(to top right, rgb(239, 185, 0), rgb(255, 247, 0)); */
	background: #efb900;
}

.menu-item p {
    color:black;
}

.heading {
	background: #efb900;
	color: black;
}