:root {

}

  /* Top Bar */
.home .header-container {
	max-height: 145px;
	position: fixed;
	z-index: 9;
	width: 100%;
	top: 0;
	background-color: transparent;
	transition: background-color 0.3s, max-height 0.3s;
	border-bottom: 1px solid var(--the-white);
}

.home .header-container.scrolled {
    max-height: 90px; /* Adjust the height as needed */
    background-color: #fff;
}

/* .header-container.scrolled .main-logo a img.black-logo {
    filter: invert(100%);
} */
.home .header-container.scrolled .main-logo img.black-logo {
	max-width: 151px;
	max-height: 90px;
	transition: max-width 0.3s, max-height 0.3s, margin-left 0.3s, transform 0.3s;
	position: relative;
	top: 0;
}


.home .header-container.scrolled .the-primary-menu .site-menu li a {
    color: #000 !important; /* Change the color to black */
}

.home .header-container.scrolled #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
}

.home .header-container.scrolled .search-trigger::before {
    color: #000 !important;
}
/* other inside pages */

.header-container {
	max-height: 145px;
	position: fixed;
	z-index: 9;
	width: 100%;
	top: 0;
	background-color: transparent;
	transition: background-color 0.3s, max-height 0.3s;
}

.header-container.scrolled {
    max-height: 90px; /* Adjust the height as needed */
    background-color: #fff;
}


.header-container.scrolled .main-logo img.black-logo {
	max-width: 150px;
	max-height: 90px;
	transition: max-width 0.3s, max-height 0.3s, margin-left 0.3s, transform 0.3s;
	position: relative;
	top: 0;
}


 .header-container.scrolled .the-primary-menu .site-menu li a {
    color: #000 !important; /* Change the color to black */
}
.header-container.scrolled #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,.header-container.scrolled #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,.header-container.scrolled #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
	background-color: var(--the-black);
}
 .header-container.scrolled #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
}


/*  */

.header-container {
	max-height: 145px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid var(--the-white);
}

.home .main-logo img {
	width: 180px;
	height: 219px;
	object-fit: contain;
	position: relative;
}

.slider-container {
	position: relative;
}
.main-logo img {
	width: 180px;
	height: 219px;
	object-fit: contain;
}

.mst-flex {
	display: flex;
	flex-wrap: wrap;
	gap: 2em;
	justify-content: space-between;
	align-items: center;
}

.menu-icon {
	color: transparent;
}





/* Responsive styles for primary menu */
@media (max-width: 850px) {

}

/* Responsive styles for primary menu after 850px */
@media (min-width: 851px) and (max-width: 1200px) {

}

/* Responsive styles for the body after 1200px */
@media (min-width: 1201px) {
    body {
        width: 100%;
        margin-left: auto;
    }
	/* #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
		border-radius: 0;
		background: #f1f1f1;
		border: 0;
		padding: 0px 0px 0px 0px;
		position: absolute;
		width: 100vw;
		max-width: 1223px;
		left: 0;
		z-index: 99999999;
	} */
}

/* Responsive styles for smaller screens */
@media (max-width: 768px) {

}

@media(min-width: 1201px){

}


@media(max-width: 759px){

}
@media(min-width: 760px){

}

.the-primary-menu {
	display: flex;
	gap: 1em;
	flex-wrap: wrap;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
	background: var(--the-pink ) !important;
	min-height: 290px !important;
	padding-top: 2em !important;
	margin-top: 25px !important;
}
@media screen and (min-width: 700px) and (max-width: 1500px) {
	.mega-sub-menu li ul {
		padding: 11px 56px !important;
	}
	.textwidget::after {
		content: "";
		position: absolute;
		border-right: 1px solid var(--the-white);
		height: 165px;
		right: 0px;
		top: -20px;
	}
  }
  @media(min-width: 1501px){
	.mega-sub-menu li ul {
		padding: 11px 75px !important;
	}
	.textwidget::after {
		content: "";
		position: absolute;
		border-right: 1px solid var(--the-white);
		height: 165px;
		right: 0px;
		top: -20px;
	}
  }
  .mega-sub-menu li {
	color: var(--the-white ) !important;
}
.mega-sub-menu li a {
	color: var(--the-white ) !important;
	font-weight: 500 !important;
}
.mega-sub-menu li {
	padding: 5px !important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
	content: "\e808";
	font-family: 'tutorial';
	font-weight: normal;
}
:not(.home) .search-trigger::before {
	color: var(--the-black) !important;
}
:not(.home) #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	color: var(--the-white);
}

.home #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	color: var(--the-white);
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator::after {
	content: "\e807";
}
.home .search-trigger::before {
	color: var(--the-white ) !important;
}

/* menu */
#mega-menu-primary li:last-child a {
	background: var(--the-yellow) !important;
	border-radius: 50px !important;
	color: var(--the-black) !important;
	padding: 0px 42px !important;
	position: relative !important;
}
#mega-menu-primary li:last-child a::before {
	content: "\e800" !important;
	font-family: 'thss' !important;
	position: absolute !important;
	right: 8px;
	color: var(--the-white) !important;
}
.home #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.current-menu-item > a.mega-menu-link::before,
.home #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.current_page_item > a.mega-menu-link::before,
.home #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.current > a.mega-menu-link::before,
.home #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.active > a.mega-menu-link::before {
    content: "";
    border-bottom: 2px solid var(--the-red);
    width: 58%;
    bottom: -53px;
    position: absolute;
}

#homeSlider .owl-dot.active {
	background: var(--the-white) !important;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}
.owl-dots {
	position: absolute;
	top: 50%;
	right: 5%;
}
#homeSlider .owl-dot{
	background: rgba(255, 255, 255, 0.5);
	width: 12px;
	height: 12px;
	border-radius: 50%;
}
.owl-dots {
	position: absolute;
	top: 50%;
	right: 5%;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.owl-carousel .owl-dots.disabled {
	display: block !important;
}
#homeSlider {
	position: relative !important;
}
.owl-carousel .owl-dots.disabled {
	display: block !important;
	position: absolute;
	top: 50%;
	right: 5%;
}
@media(min-width:600px){
	.header-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before, .header-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link::before, .header-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link::before {
		content: "";
		position: absolute !important;
		border-bottom: 2px solid var(--the-red) !important;
		width: 100% !important;
		bottom: -53px;
		left: 7px;
	}
	.header-container.scrolled #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before, .header-container.scrolled #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link::before, .header-container.scrolled #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link::before {
		content: "";
		position: absolute !important;
		border-bottom: 2px solid var(--the-red) !important;
		width: 100% !important;
		bottom: -26px;
		left: 7px;
	}
}
@media(mn-width: 760px){

}
#mega-menu-primary li a {
	transition: 500ms !important;
}

/* mobile menu */
#mega-menu-wrap-primary .mega-menu-toggle {
	cursor: pointer;
	line-height: 40px;
	text-align: left;
	white-space: nowrap;
	background: transparent;
}
@media(max-width:1163px){
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
		color: #ffffff !important;
		background: var(--the-red);
	}
	#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
		background: var(--the-black);
	}
	.mega-sub-menu {
		background: var(--the-red ) !important;
		min-height: auto !important;
		padding-top: 0em !important;
		margin-top: 0px !important;
	}
	.locations-wrapper {
		display: none;
	}
	.floating-img {
		overflow: hidden;
	}
	.home .main-logo img {
		width: 138px;
		height: 219px;
		object-fit: contain;
		margin-left: 0px;
		position: relative;
		top: 19px;
	}
	.srch {
		position: absolute;
		z-index: 8;
	}
	#mega-toggle-block-0 {
		position: relative;
		z-index: 9;
	}
	.search-trigger {
		position: relative;
		right: 105px !important;
	}
	.home .header-container.scrolled #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		color: #fff !important;
	}

}
