:root,
* {
	--primary-color: #ab8965 !important;
	--bg-dark-2: #000 !important;
	--primary-orange: #ff323b;
	--primary-gray: #4b4d59;
	--main-white: #ffffff;
	--secondary-gray: #ccc;
	--gold-main: #ffd466;
	--classic-green: #5aa02c;
	--royal-blue: #2c5aa0;
}

html {
	overflow: auto !important;
}

body {
	overflow: auto !important;
	height: auto !important;
}

body.dark-scheme {
	background: var(--main-white);
	height: auto !important;
	overflow: auto !important;
}


html,
body {
	overflow-x: hidden !important;
	overflow-y: auto !important;
	scroll-behavior: auto !important;
}

.container-fluid {
	padding-right: var(--bs-gutter-x, .75rem);
	padding-left: var(--bs-gutter-x, .75rem);
}

.dark-scheme section {
	background: var(--main-white);
}

.banner-title img {
	max-width: 400px;
}

.btn>div {
	display: none !important;
}

.highlightsection .box .btn {
	padding: 0px 10px;
	width: fit-content;
	margin: 0px auto 5px;
	font-size: 12px;
}

.dark-scheme #content {
	background: var(--main-white);
}

.bg-black {
	background-color: var(--bg-dark-2);
}

.bg-gray {
	background-color: var(--primary-gray);
}

.innerpage header {
	position: relative;
}

.innerpage .abs {
	position: unset;
	margin-top: 0px;
}

.homesection .abs {
	position: unset;
	margin-top: 0px;
}

@media (min-width: 993px) {
	.headertwo #logo {
		opacity: 0;
	}
}

@media (max-width: 992px) {
	#mainmenu {
		display: none;
	}

	.menu-open #mainmenu {
		display: block;
	}

	.innerpage header {
		position: relative;
	}

	.innerpage .abs {
		margin-top: 150px;
	}

	.homepage .abs {
		/**home page banner conteent*/
		margin-top: 170px;
	}

	.homesection .abs {
		/*for home pag othere sections**/
		position: unset;
		margin-top: 0px;
	}

	.homepage .section-dark {
		overflow: auto !important;
	}

	.dark-scheme header.header-mobile {
		background: var(--bg-dark-2) !important;
	}

	#header {
		background: var(--bg-dark-2) !important;
	}

}

.banner-title {
	background-color: var(--bg-dark-2);
	width: fit-content;
	/*padding: 20px;*/
	/*font-style: italic;*/
	font-size: 45px;
	/* border: 6px solid var(--primary-color); */
	border: 20px solid transparent;
	/* thickness of border */
}

#home-banner .abs-centered {
	top: 60% !important;
}

@media (max-width: 992px) {
	#home-banner .v-center {
		min-height: 800px;
	}
}

.dark-scheme p.lead {
	font-weight: bold;
	font-size: 25px;
	font-style: italic;
	font-family: 'Gabriola', serif !important;
	margin-top: 10px;
}

.info-banner-text {
	/* max-width: 200px; */
	display: block;
}

/**menu design fix**/
/* #mainmenu>li.has-child:after {
	display: none !important;
} */

#mainmenu .dropdown>a {
	min-width: unset !important;
}

/* #mainmenu>li {
	margin-right: unset !important;
} */

#mainmenu>li>a {
	/* padding-right: 10px; */
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

#mainmenu li a {
	text-transform: uppercase;
}

/* #mainmenu li.has-child>a {
	padding-right: 10px;
} */

.dark-scheme .dropdown>a {
	border: unset !important;
}

.dropdown>a:after {
	border: unset;
}

@media (min-width: 992px) {
	.header-col-mid {
		padding-left: 150px;
	}
}

/* @media (min-width: 992px) {
	#mainmenu .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
	}
	#mainmenu .dropdown-menu {
    display: none;
	}
	
	#mainmenu .dropdown:hover > .dropdown-menu {
    display: block;
	}
	
	#mainmenu .dropdown-menu {
    transition: 0.3s;
	}
} */

/***/

#header {
	/*background-color: #00000069;*/
	background-color: #00000063;
}

/*home left**/
#home-left-content .player {
	margin: unset;
	width: 50px;
	height: 50px;
	background: var(--primary-color);
	border-width: 0px;
}

#home-left-content .player span {
	top: 30.5%;
	left: 39%;
	border-top: 10px solid transparent;
	border-left: 15px solid #fff;
	border-bottom: 10px solid transparent;
}

#home-left-content .player:hover {
	background: var(--main-white);
	border: 1px solid var(--primary-color);
}

#home-left-content .player:hover span {
	border-left: 15px solid var(--primary-color);
}

/*****/
.content-section h1 {
	font-size: 40px;
	letter-spacing: 3px;
	font-weight: 600;
	/*color: var(--bg-dark-2) !important;*/
	color: var(--gold-main) !important;
	text-transform: uppercase;
}

.content-section h4 {
	font-size: 20px;
	font-weight: 600;
	margin-top: 15px;
	color: var(--bg-dark-2) !important;
}

.content-section p {
	max-width: 750px;
	margin: 10px auto;
	color: var(--bg-dark-2) !important;
}

.content-section ul {
	color: var(--bg-dark-2) !important;
	text-align: center;
	list-style-position: inside;
	padding-left: 0;
}

/* brown line */
.title-line {
	width: 250px;
	height: 3px;
	margin: 15px auto;
	background: linear-gradient(to right,
			transparent,
			var(--primary-color),
			var(--primary-color),
			var(--primary-color),
			transparent);
}

.small-line {
	width: 120px;
	height: 3px;
	margin: 15px auto;
	background: linear-gradient(to right,
			transparent,
			var(--primary-color),
			var(--primary-color),
			var(--primary-color),
			transparent);
}

/**gallery page**/
.gallerypage .imgdiv {
	border: 2px solid #fff;
}

.lightbox-carousel .ratio {
	background-color: #00000000 !important;
}

/**feature page*/

.feature-section {
	background: #f3f3f3;
	padding: 50px 0;
}

.feature-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 25px;
}

.feature-icon {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: var(--bg-dark-2);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	flex-shrink: 0;
}

.feature-icon img {
	width: 28px;
	height: 28px;
}

.feature-text {
	font-size: 15px;
	color: var(--bg-dark-2);
	line-height: 1.5;
	white-space: normal;
}

.btn-primary {
	background: var(--primary-gray) !important;
	border: 5px solid var(--primary-color);
}

.btn-primary:hover {
	background: var(--primary-color) !important;
	border-color: var(--primary-gray) !important;
}

/***/
.contact-info i {
	font-size: 24px;
	color: var(--primary-color);
}

.contact-box {
	border: 1px solid #eee;
	padding: 20px;
	border-radius: 10px;
	height: 100%;
	color: var(--primary-color) !important;
	text-align: left;
}

.contact-box strong {
	color: var(--primary-color) !important;
}

.highlightsection .box {
	padding: 30px 60px 0px 60px;
	background-size: 100% 100% !important;
}

.highlightsection .box.third p {
	max-width: 100%;
	white-space: break-spaces;
}

.highlightsection .bg-rotate {
	position: absolute;
	inset: 0;
	background: url(../image/bghighlight-blurred.png) no-repeat;
	transform: rotate(8deg);
	z-index: 0;
	background-size: 300px !important;
	background-position: right 70% !important;
}

@media only screen and (max-width: 767px) {
	.highlightsection .bg-rotate {
		right: -84px !important;
		background-size: 200px !important;
		background-position: 100% 94% !important;
	}
}

/*.bgdiv::before {
	content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}*/

.gold-text {
	color: var(--gold-main) !important;
}


/*.innerpage header::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #0000005c;
}*/


.innerpage header .container {
	z-index: 9;
	position: relative;
}

/* header div#logo {
	padding: 10px;
} */


/*for big size screen inner page banner background issue*/
@media (min-width: 1450px) {

	.innerpage header {
		background:
			linear-gradient(to right, var(--bg-dark-2) 30%, transparent 0%),
			var(--banner-image-css) right center / 80% 100% no-repeat !important;
	}
}

.titleline {
	/* margin-top: -15px !important; */
}

/*.innerpage #mainmenu > li::after {
    content: "";
    position: absolute;
    top: -6px;
    left: -11px;
    width: 130%;
    height: 130%;
    border: solid 1px var(--primary-color);
    padding: 5px 20px;
    font-size: 12px;
    letter-spacing: 2px;
    background: #0000005c;
}*/

@media (min-width: 993px) {

	.innerpage #mainmenu {
		background: #00000063;
	}

	.innerpage #mainmenu>li {
		padding: 5px 10px !important;
		/* background: #00000063; */
		margin-right: 10px;
	}

	.innerpage #mainmenu>li>a {
		position: relative;
		z-index: 9;
	}

	.innerpage .menu_side_area .btn-line {
		/*background: #00000021;*/
		background: #0000003d;
	}

	.innerpage .menu_side_area .btn-line:hover {
		background: var(--primary-color);
	}

}

.maintitle img {
	height: 53px;
	width: auto;
}

.subtitle img {
	height: 30px;
	width: auto;
}

@media (max-width: 500px) {
	.banner-title img {
		max-width: 300px;
	}
}

/*@media (max-height: 768px) {*/
.galleryslide .coverflow-item {
	width: auto !important;
	height: auto !important;
}

/*}*/

.w-100 {
	width: 100% !important;
}

/*html {
		overflow:hidden;
		}*/
.fullscreen_block {
	padding: 0px !important;
}

.featured_ico_link img {
	height: 200px !important;
}

#fullResImage {
	max-height: 300px;
	width: auto !important;
	margin: auto;
	display: block;
}

.gallery_likes {
	display: none;
}

.pp_gallery li.default a img {
	display: block;
}

.pp_expand {
	display: none !important;
}

@media (max-width: 767px) {
	.fw_port_module2 .fw-portPreview {
		width: 100%;
	}
}

.homesection.gallery .owl-nav {
	display: none;
}

.homesection.gallery .owl-dots {
	display: none;
}

@media only screen and (max-width: 767px) {
	.homesection.gallery .owl-nav {
		display: flex;
		width: 100%;
		height: 69px;
		position: absolute;
		top: 62px;
	}

	.homesection.gallery .owl-prev,
	.homesection.gallery .owl-next {
		display: block;
		font-size: 50px !important;
		font-weight: bold !important;
	}
}

/**pricing page*/
.pricingpage .package-card {
	background: linear-gradient(#f7d79a, #e6b96e);
	border-radius: 6px;
	text-align: center;
	height: 100%;
}

.pricingpage .package-title {
	color: #fff;
	padding: 8px;
	font-weight: bold;
	text-transform: uppercase;
}

.pricingpage .classic {
	background: var(--classic-green);
}

.pricingpage .royal {
	background: var(--royal-blue);
}

.pricingpage .grandeur {
	background: var(--primary-color);
}

.pricingpage .package-card hr {
	border-top: 1px solid #333;
	margin: 10px 0;
}

.pricingpage .package-card p {
	margin: 5px 0;
	font-size: 14px;
	border-bottom: 1px solid #000;
}

.pricingpage .section-title {
	font-weight: bold;
	margin-top: 10px;
}

/*Mobile responsive fix**/
@media only screen and (max-width: 992px) {
	header.header-mobile #mainmenu {
		background: #000;
		left: 0px;
		padding-left: 10px;
		top: 150px;
		height: 800px;
	}

	.dark-scheme header.header-mobile #mainmenu>li>span {
		margin-top: 0px;
	}

	.homepage .abs {
		margin-top: 30px;
	}
}

.homesection.highlightsection {
	overflow: hidden !important;
}

.homesection.gallery {
	overflow: hidden !important;
}

footer {
	background: var(--bg-dark-2);
}

.dark-scheme footer a {
	color: var(--main-white);
}

@media only screen and (min-width: 481px) {
	.mobile-phone {
		display: none !important;
	}
}

.menu_side_area .btn-main.mobilephoneicon {
	display: none;
}


/*social floating */
.social-float {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	flex-direction: column;
	gap: 10px;
	z-index: 9999999;
}

.social-float a {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	text-decoration: none;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	transition: 0.3s;
}

/* Individual colors */
.call {
	background: var(--primary-color);
}

.call:hover,
.call:active,
.call:focus {
	background: var(--classic-green);
}

.whatsapp {
	background: #25D366;
}

.instagram {
	background: radial-gradient(circle at 30% 107%,
			#fdf497 0%, #fdf497 5%, #fd5949 45%,
			#d6249f 60%, #285AEB 90%);
}

.facebook {
	background: #1877f2;
}

/* Hover effect */
.social-float a:hover {
	transform: scale(1.1);
	opacity: 0.9;
}

@media only screen and (max-width: 767px) {
	.social-float {
		display: flex;
	}
}

/*end social floating */

/* gallery popup */
.galleryslide .coverflow-item {
	width: 80% !important;
	height: auto !important;
}

.galleryslide .coverflow-item.prev {
	opacity: 0 !important;
}

.galleryslide .coverflow-item.next {
	opacity: 0 !important;
}

.galleryslide .coverflow-item.prevtwo {
	opacity: 0 !important;
}

.galleryslide .coverflow-item.nexttwo {
	opacity: 0 !important;
}

@media only screen and (max-width: 767px) {
	.galleryslide .coverflow-item {
		width: 100% !important;
		height: auto !important;
	}
}

/* end gallery popup */


/* back to top */
#back-to-top {
	display: block !important;
}

/* end back to top */

@media only screen and (max-width: 480px) {
	.mobile-phone {
		display: block;
		padding: 20px !important;
		text-align: center;
	}

	.mobile-phone a {
		border-bottom: solid 1px var(--primary-color) !important;
	}

	.dark-scheme p.lead {
		font-size: 20px !important;
	}

	.menu_side_area .btn-main.mobilephoneicon {
		display: inline-block;
		padding: 10px 15px !important;
	}
}

@media (min-width: 1600px) {
	.container {
		max-width: 1500px;
	}
}

@media only screen and (max-width: 767px) {
	.info-banner-text span:nth-child(1) {
		overflow: visible !important;
		white-space: nowrap;
	}

	.info-banner-text span {
		width: 100%;
		float: left;
		display: block;
	}

	.info-banner-text {
		overflow: visible !important;
	}

	#home-left-content>div {
		overflow: visible !important;
	}
}

.info-banner-text span {
	width: 100%;
	float: left;
	display: block;
}

#home-banner .player {
	/* overflow-x: hidden !important; */
	float: left;
}


@media (min-width: 993px) {
	#home-banner .player {
		margin-top: 20px;
	}
}


#home-banner p.lead {
	font-family: "Gabriola", serif;
	font-size: 25px;
	line-height: 32px;
	font-weight: 700;
	letter-spacing: normal;
	color: #BFBFBF !important;
}

#home-banner .info-banner-text {
	white-space: normal;
}

@media screen and (min-width: 993px) {
	#home-banner #home-left-content {
		position: relative;
		width: 25%;
	}

	#home-banner #home-right-content {
		width: 75%;
	}
}

@media screen and (max-width: 992px) {
	#home-banner {
		position: relative;
	}

	#home-banner * {
		width: 100%;
		/* overflow-x: hidden !important; */
		float: left;
	}

	#home-banner #home-left-content {
		position: absolute !important;
		width: 100%;
		background: #00000000;
	}

	#home-banner #home-right-content {
		width: 100%;
		position: relative !important;
	}

	#home-banner #home-right-content::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		z-index: 0;
	}

	#home-banner .info-banner-text {
		white-space: normal;
	}

	.carousel-item img {
		height: 100vh;
		object-fit: cover;
	}
}

/* home faq */

/* Title */
.faq-title {

	letter-spacing: 3px;
	font-size: 14px;
	margin-bottom: 40px;
}

/* Accordion style */
.accordion-item {
	border: none;
	border-bottom: 1px solid #ccc;
}

.accordion-button {
	background: none;
	box-shadow: none;
	padding: 20px 0;
	font-size: 14px;
	display: block;
}

.accordion-button:focus {
	box-shadow: none;
	outline: none;
}

.accordion-button:not(.collapsed) {
	background: none;
	color: #000;
}

/* Remove default arrow */
.accordion-button::after {
	display: none;
}

/* Custom + / - icon */
.accordion-button::before {
	content: "+";
	margin-left: auto;
	font-size: 20px;
	transition: 0.3s;
	float: right;
}

/* When open → show minus */
.accordion-button:not(.collapsed)::before {
	content: "-";
}

.dark-scheme .accordion-body {
	background: var(--primary-gray);
	border-color: var(--primary-gray);
	color: var(--main-white);
	text-align: left;
}

/* end home faq */

/* contact section */
.contact-section {
	background: linear-gradient(to right, var(--bg-dark-2) 50%, var(--secondary-gray) 50%) !important;
}

@media (max-width: 767px) {
	.contact-section {
		background: linear-gradient(to bottom, var(--bg-dark-2) 50%, var(--secondary-gray) 50%) !important;
	}
}

/* Left form */
.contact-form {
	color: #fff;
	padding: 40px;
	height: 100%;
}

.contact-form h2 {}

.contact-form input,
.contact-form textarea {
	margin-bottom: 15px;
	border-radius: 0;
}

/*.contact-form .btn {
    background: #e74c3c;
    border: none;
}*/

/* Middle card */
.contact-info {
	background: #fff;
	padding: 30px;
	position: relative;
	z-index: 2;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);

}

.contact-info * {
	color: var(--bg-dark-2) !important;
}

/* Map */
.map-box iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

/* Responsive fix */
@media (max-width: 991px) {
	.contact-info {
		margin-left: 0;
		margin-top: 0px;
	}
}

/* end contact section */

/* pricing package */
.pricingpage .package-card {
	background: linear-gradient(#f7d79a, #e6b96e);
	border-radius: 6px;
	/*padding: 20px;*/
	text-align: center;
	height: 100%;
}

.pricingpage .package-title {
	color: #fff;
	padding: 8px;
	font-weight: bold;
	text-transform: uppercase;
}

.pricingpage .classic {
	background: #5aa02c;
}

.pricingpage .royal {
	background: #2c5aa0;
}

.pricingpage .grandeur {
	background: #c48a1c;
}

.pricingpage .package-card hr {
	border-top: 1px solid #333;
	margin: 10px 0;
}

.pricingpage .package-card p {
	margin: 5px 0;
	font-size: 14px;
	border-bottom: 1px solid #000;
}

.pricingpage .section-title {
	font-weight: bold;
	margin-top: 10px;
}



/***offer box**/
.offer-box {
	background: linear-gradient(90deg, #1c1f26, #2c313a);
	color: #fff;
	padding: 25px;
}

.offer-title {}

.offer-subtitle {
	color: #d4af37;
	font-weight: 500;
}

.highlight {
	color: #fff;
	font-weight: 500;
}

.innerdiv {
	border: 20px solid transparent;
}

.pricingpage .borderdiv {
	border: 20px solid transparent;
	width: fit-content;
}

.offer-box p {
	color: var(--main-white) !important;
}

.package-content {
	text-transform: uppercase;
}

.package-content p:nth-child(1),
.package-content p:nth-child(2) {
	text-transform: capitalize;
}

/***/
/* end pricing package */

.contactpage .contact-info {
	box-shadow: unset;
	padding: unset;
}

.contactpage .contact-info i {
	font-size: 20px;
	color: var(--primary-color) !important;
}


#videoModal .carousel-control-next span,
#videoModal .carousel-control-prev span {
	font-size: 40px;
}

#videoModal .modal-header i {
	color: #fff !important;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 40px;
	cursor: pointer;
}

#videoModal .modal-header {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	z-index: 9;
	border-bottom: unset;
}

#menuModal .carousel-control-next span,
#menuModal .carousel-control-prev span {
	font-size: 40px;
}

#menuModal .modal-header i {
	color: #fff !important;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 40px;
	cursor: pointer;
}

#menuModal .modal-header {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	z-index: 9;
	border-bottom: unset;
}

.galleryslide {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;
	background: #000;
}

.galleryslide .indicator.active {
	background: var(--main-white);
}

#closePortfolio {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 9999999999;
	color: var(--main-white);
	cursor: pointer;
}

.sociallinksp span{
	color: var(--bg-dark-2) !important; 
	font-size: 20px;
}

.privacypolicypage .content-section p {
	max-width: unset;
}

#menuCarousel .carousel-item img {
	width: 100%;
	height: auto;
	object-fit: contain;
}