@import url('./plugins/fontawesome/css/all.min.css');

* {
	box-sizing: border-box;
}
a {
    color: rgba(187,155,0,1.00);
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}



html {
	scroll-behavior: smooth;
}

html,
body {
	margin: 0px;
	padding: 0px;
    
	background-color: white;
    text-align: center;
	font-size: medium;
	font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0.5em 0px;
    font-family: "Quattrocento", serif;
    line-height: normal;
    font-weight: normal;
}
h2 {
    font-weight: normal;
    font-size: 1.8em;
}

img {
	max-width: 100%;
	border-style: none;
}

textarea {
	resize: vertical;
}

a[href^='tel:'],
a[href^='mailto:'] {
	/* prevents word break, maintains display type */
	white-space: nowrap;
}
.Admin {
    width: 100%;
    display: inline-block;
    padding-left: 0px;
    background-color: #D0CDCD;
    text-align: left;
}
.Admin a {
    color: #A5A4A4;
    text-decoration: none;
    font-size: xx-small;
    display: inline-block;
    margin-left: 15px;
}

.BG-Blog {
    position: relative;
    width: 100%;
    display: inline-block;
    color: rgba(253,253,249,1.00);
    padding-bottom: 35px;
    z-index: 1;
    border-bottom: 5px solid #000000;
}

.BG-Blog::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(Images-Main/Weddings/IMG_8694.jpg);
    background-size: cover;
    background-position: right center;
    background-attachment: scroll;
    filter: brightness(0.5) blur(4px); /* Apply blur and darken the image */
    z-index: -1;
}
.BG-Blog h1, .BG-Blog h2 {
    max-width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.BG-Catering {
    position: relative;
    color: #FFFFFF;
    text-shadow: 0px 0px 4px #000000;
    padding-bottom: 35px;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.BG-Catering::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(Images-Main/Eat/IMG_8693.jpg);
    background-size: cover;
    background-position: center;
    filter: brightness(0.5) blur(4px); /* Apply blur and darken the image */
    z-index: -1;
}

.BG-Dance {
    background-image: url(Images-Main/BG-Dance.jpg);
    background-size: cover;
}

.BG-Singer {
    background-image: url(Images-Main/BG-Dark-Singer.jpg);
    color: #FFFFFF;
    text-shadow: 0px 0px 4px #000000;
    padding-bottom: 35px;
    background-size: cover;
}
.BG-Team {
    background-image: url(Images-Main/BG-Team.jpg);
    color: #FFFFFF;
    text-shadow: 0px 0px 4px #000000;
    padding-bottom: 35px;
    background-size: cover;
}

.Box-Full {
    width: 1024px;
    max-width: 90%;
    display: inline-block;
    background-color: rgba(255,255,255,0.83);
    margin-top: 0px;
    padding-top: 10%;
    padding-bottom: 35px;
    padding-left: 15px;
    padding-right: 15px;
    height: 100vh;
    overflow-y: auto;
}
.Box-Full p {
    font-size: 1.15em;
    line-height: 2em;
}
.Box-2 {
    width: 45%;
    display: inline-block;
    margin-top: 35px;
    margin-right: 4%;
    text-align: left;
    float: left;
    vertical-align: top;
}

.Box-Top {
    width: 600px;
    display: block;
    max-width: 90%;
    margin-top: 10%;
    font-size: 1.15em;
    padding-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
}
.Box-Top p {
    line-height: 1.5em;
}
.Button a {
    background-color: #E7C005;
    color: #000000;
    text-decoration: none;
    display: inline-block;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    border-radius: 8px;
    text-shadow: 0px 0px #FFFFFF;
}
.Button a:hover {
    text-shadow: 0px 0px 8px #FFFFFF;
}


.Container {
	width: 1024px;
	display: inline-block;
	max-width: 90%;
}
.Full-Screen {
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
     /* Hide scrollbar for Chrome, Safari, and Opera */
            scrollbar-width: none; /* Firefox */
            -ms-overflow-style: none;  /* IE and Edge */
}
.Gallery {
    width: 90%;
    display: block;
    text-align: left;
    margin-left: 5%;
}
.Gallery img , .Gallery video{
    width: 300px;
    margin-right: 12px;
    vertical-align: top;
    margin-bottom: 15px;
}


header {
    display: inline-block;
    width: 100%;
}

.Logo {
    display: inline-block;
    float: left;
    width: 244px;
    margin-left: 5%;
    margin-top: 25px;
    max-width: 50%;
}
.Row {
    width: 100%;
    display: inline-block;
}



.Row-Contact {
    background-color: #000000;
    margin-top: 20px;
    padding-top: 1em;
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 100px;
    color: #ffffff;
    margin-bottom: 0px;
}
.Row-Off-White {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
    display: inline-block;
    background-color: #FDFDF9;
}

.sidebar-item {
    line-height: 1.5em !important;
    margin-top: 35px;
}


.BEGIN-NAV-CSS-------------------------------------------{}

.Nav-Row {
    display: inline-block;
    float: right;
    margin-right: 5%;
}

.Nav-Inline-Block {
	display: inline-block;
	width: 100%;
}

/* Navigation styles */

nav {
	display: flex;
	list-style: none;
	justify-content: center;
}


nav menu {
	display: flex;
	flex-wrap: wrap; /* Wrap menu items on mobile */
	align-items: center;
	list-style-type: none;
	list-style-image: none;
	padding-left: 0px;
	margin: 0px;
}

nav li {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 0;
	margin-bottom: 0;
	position: relative; /* Added for positioning of dropdown-content */
	height: 100%;
}

nav a {
    text-decoration: none;
    color: #ffffff;
    padding: 1em;
    display: inline-block;
}

nav a:hover {
    text-decoration: underline;
}



.menu-toggle {
    display: none;
    font-family: inherit;
    font-size: inherit;

}

.dropdown-content {
    position: absolute;
    box-shadow: 0px 8px 16px 0px #FFFFFF;
    z-index: 1;
    top: 100%; /* Position dropdown below its parent */
    left: 0px;
    line-height: normal;
    width: 183px;
    margin: 0px;
    display: none;
    padding: 0px;
    -webkit-box-shadow: 0px 8px 16px 0px #FFFFFF;
    background-color: rgba(0,0,0,0.80);
}

.dropdown-content a {
    display: block;
    width: 100%;
    box-sizing: border-box; /* Ensure padding is included in width calculation */
    text-align: left;
}

.dropdown-content.show {
	display: block;
}

.dropdown-toggle .close {
	display: none;
}

.dropdown-toggle.active .close {
	display: var(--fa-display, inline-block);
}

.dropdown-toggle.active .open {
	display: none;
}

.dropdown-toggle.active {
    color: #BB9B00;


/ / Change color on click (optional)
}
.END-NAV-CSS-----------------------------------------{}
#main-nav #menu-toggle .fa-solid.fa-bars.open {
    color: #ffffff;
}
#main-nav #menu-toggle span {
    color: #ffffff;
}




/* Media Queries for Mobile responsiveness */

@media (max-width:768px){
    .BEGIN-NAV-CSS-for-Mobile---------------------------------- {}
	nav {
		flex-direction: column;
		width: 100%;
		align-items: center; /* Center items horizontally */
	}

	nav ul {
		margin-top: 0; /* Reset margin */
		padding-left: 0; /* Reset padding */
		width: 100%; /* Set width to 100% */
		text-align: center; /* Center items horizontally */
	}

	nav li {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		position: relative; /* Added for positioning of dropdown-content */
	}


	nav li a {
		width: 100%;
		/*text-align: left;*/
	}

	.menu-toggle {
		display: flex;
		justify-content: flex-start;
        gap: 0.5em;
		align-items: center;
		padding: 1em;
		width: 100%;
		border: none;
		background-color: transparent; /* Optional background color */
		cursor: pointer; /* Show hand cursor on hover */
	}

	.menu-toggle i {
		font-size: 1.5em; /* Adjust icon size */
	}

	#main-menu {
    display: none; /* Hide menu by default */
    width: 100%;
	}

	.menu-toggle .close {
		display: none;
	}

	#main-nav.active .menu-toggle .close {
		display: var(--fa-display, inline-block);
	}

	#main-nav.active .menu-toggle .open {
		display: none;
	}

	#main-nav.active #main-menu {
		display: flex; /* Show menu on focus or hover of toggle button */
		flex-direction: column;
	}

	.dropdown-content {
		position: static; /* Reset position */
		width: 100%; /* Set width to 100% */
		margin: 0; /* Reset margin */
		padding: 0; /* Reset padding */
	}

	.dropdown-content.show {
		display: block;
	}
/* Prevent underlining dropdown links on hover/focus */
nav .dropdown-content a, 
    nav .dropdown-content a:active, 
    nav .dropdown-content a:focus {
        text-decoration: none !important;
    }
}
 .END-NAV-CSS-for-Mobile---------------------------{}
#main-nav #menu-toggle .fa-solid.fa-xmark.close {
    color: #BB9B00;
}


#main-nav #menu-toggle span {
}


/* back-to-top styles */
.BEGIN-BACKTOTOP----------------------------{}
.BackToTop {
    position: fixed;
    z-index: 10;
    right: 10px;
    bottom: 10px;
    padding: 10px;
    color: white;
    font-family: sans-serif;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    font-size: medium;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1em;
}

.BackToTop a {
    display: inline-block;
    padding: 10px;
    background-color: #BB9B00;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    font-size: 0.8em;
    transition: color 0.25s, background-color 0.25s;
    line-height: normal;
    height: 50px;
    box-sizing: border-box;
    text-align: center;
}

.BackToTop a:hover {
    color: #ffffff;
    background-color: #E5BF03;
}

.BackToTop #BackToTop {
	position: relative;
	display: inline-block;
	cursor: pointer;
	font-size: 20px;
	width: 50px;
}

.BackToTop #BackToTop i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.BackToTop #CloseBTT {
	position: absolute;
	left: -10px;
	top: -10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.END-BACKTOTOP--------------------------{}
/* end back-to-top styles */

/* form styles */
.BEGIN-FORM-----------------------------{}
.form {
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.form-row {
	display: flex;
	flex-direction: row;
	gap: 1em;
	flex-wrap: wrap;
}

.form-row .input-field {
	flex: 1;
}

.button {
    padding: 0.75em 1em;
    background-color: #C4C6C8;
    color: black;
    font-weight: bold;
    font-size: 1em;
    border: none;
    border-radius: 10px;
    text-decoration: none;
    text-transform: capitalize;
    cursor: pointer;
    transition: color 0.25s, background-color 0.25s;
}

.button:hover {
    background-color: #E7C005;
    color: black;
}

.input-field {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
	text-align: left;
	min-width: 200px;
}

.field-label,
.field-input {
	width: 100%;
	font-size: 1em;
}

.field-input {
	padding: 0.5em;
	border: none;

	background-color: rgb(245, 245, 245);
	border-radius: 10px;
}

.field-input[type='date'],
textarea.field-input {
	font-size: 1.15em;
}

.field-input[type='file'] {
	cursor: pointer;
}

.input-field.required .field-label::before {
	content: '*';
	color: red;
}

.field-options {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0.5em;
}

.field-options.row {
	flex-direction: row;
	flex-wrap: wrap;
}

.field-options .option {
	position: relative;
}

.field-options .option .option-input {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	cursor: pointer;
	margin: 0px;
}

.field-options .option .option-label {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 0.75em;
	padding: 0.75em;
	background-color: rgb(245, 245, 245);
	border-radius: 10px;
}

.option-input:focus + .option-label {
	outline: black auto 1px;
}

.option-input:checked + .option-label {
	background-color: #ffd602;
	color: black;
}

.option-label::before {
	display: block;
	font-family: 'Font Awesome 5 Pro';
}

.option-input[type='radio'] + .option-label::before {
	content: '\f111';
	font-weight: 300;
}

.option-input[type='radio']:checked + .option-label::before {
	content: '\f058';
	font-weight: 600;
}

.option-input[type='checkbox'] + .option-label::before {
	content: '\f0c8';
	font-weight: 300;
}

.option-input[type='checkbox']:checked + .option-label::before {
	content: '\f14a';
	font-weight: 600;
}

.captcha-field {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	row-gap: 0.5em;
	column-gap: 1em;
}

.captcha-field .input-field {
	flex: 1;
	min-width: 275px;
}

.captcha {
	display: flex;
	flex-direction: row;
	align-items: stretch;
}

.captcha .captcha-image {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.captcha:not([data-captcha-loaded]) {
	opacity: 0;
}

.captcha .captcha-refresh-btn {
	font-size: 1.1em;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.END-FORM----------------------------------------------{}
/* end form styles */

/* scroll to highlight styles */
.BEGIN-SCROLL-TO-HIGHLIGHT--------------------------------------------{}
@keyframes highlight-ani {
	0% {
		background-color: transparent;
	}
	25% {
		background-color: #fff59d;
	}
	75% {
		background-color: #fff59d;
	}
	100% {
		background-color: transparent;
	}
}

.achor-highlight {
	position: relative;
}

.achor-highlight:after {
	content: '';
	width: 100%;
	height: 100%;

	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9999999999;

	opacity: 0.25;
	pointer-events: none;

	animation-name: highlight-ani;
	animation-duration: 1.5s;
	animation-iteration-count: 1;
}
.END-SCROLL-TO-HIGHLIGHT---------------------------------------{}
/* end scroll to highlight styles */

@media (max-width:768px){
.Box-2 {
    margin-right: 0px;
    width: 90%;
}

}
