:root {
	--default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--main: "Abhaya Libre Semibold";
	--sub: "Lato";
}

body {
	/* font-family: "Open Sans", sans-serif; */
	color: #444444;
	font-family: "Abhaya Libre Semibold";
	overflow-x: hidden;
}

.container {
	padding: 1rem;
}

a {
	color: #00678a;
	text-decoration: none;
}

a:hover {
	color: #00678a;
	text-decoration: none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Raleway", sans-serif;
}

#main {
	margin-top: 0px;
	/* margin-top: 50px; */
}

.section-title h2 {
	font-size: 48px;
	/* line-height: 35.5px; */
	font-family: var(--main);
	background: linear-gradient(90.16deg, #C19575 0.14%, #5B4637 122.71%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.section-title p {
	font-size: 20px;
	line-height: 24px;
	color: #888888;

}

.custom_blue_btn {
	background: linear-gradient(94.55deg, #00D3EB 3.69%, #007785 174.59%);
	padding-top: 9px;
	padding-right: 34px;
	padding-bottom: 9px;
	padding-left: 34px;
	border-radius: 15px;
	color: #ffffff;
	border: none;
	outline: none;
	font-family: "Lato";
}

.custom_blue_btn:hover {
	border: 1px solid #007785;
	background: transparent;
	color: #00D3EB;
}

.primary_custom_btn {
	padding: 17px 61px;
	border: 1px solid #BDF8FF;
	border-radius: 10px;
	background: transparent;
	font-family: "Lato";
	width: fit-content;
	color: #BDF8FF;
	font-weight: 700;
}

.primary_custom_btn a {
	color: #BDF8FF;
}

@media (max-width: 992px) {
	#main {
		margin-top: 30px;
	}
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
}

#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #00678a;
	border-top-color: #dcf5f2;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	background: #00678a;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	transition: all 0.4s;
}

.back-to-top i {
	font-size: 24px;
	color: #fff;
	line-height: 0;
}

.back-to-top:hover {
	background: #49cbbb;
	color: #fff;
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
	/* background: #FFFFFF; */
	background: transparent;
	transition: all 0.3s ease-in-out;
	position: fixed;
	width: 100%;
	z-index: 999;
	height: 72px;
	display: flex;
	align-items: center;
	padding-inline: 56px;
	box-shadow: 0px 4px 6px 0px #00000008;

}

/* Style for the scrolled state */
#header.scrolled {
	background: rgba(255, 255, 255, 0);
	/* White with transparency */
	/* background: #FFFFFF; */
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	/* Optional shadow for clarity */

	backdrop-filter: blur(10px);


}

#header .logo {
	font-size: 32px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#header .logo a {
	color: #222222;
}

#header .logo img {
	max-height: 50px;
}

@media (max-width: 992px) {
	#header .logo {
		font-size: 28px;
	}
}

/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/


.header-social-links {
	padding-right: 15px;
}

.header-social-links a {
	color: #6f6f6f;
	padding-left: 7px;
	display: inline-block;
	line-height: 24px;
	transition: 0.3s;
	font-size: 16px;
}

.header-social-links a:hover {
	color: #00678a;
}

.header-social-links .nav-profile img {
	max-height: 36px;
}

.header-social-links .nav-profile span {
	font-size: 16px;
	font-family: "Lato";
	/* font-weight: 400;

	line-height: 24px;
	color: #333333; */
	/* text-align: center; */
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

.navbar {
	padding: 0;
}

.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}

.navbar li {
	position: relative;
	padding: 10px 0 10px 25px;
}

.navbar a,
.navbar a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: "Raleway", sans-serif;
	font-size: 15px;
	font-weight: 600;
	/* color: #888888; */
	color: #121212c7;
	white-space: nowrap;
	transition: 0.3s;
	position: relative;
}

.navbar a i,
.navbar a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}

.navbar>ul>li>a:before {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	bottom: -5px;
	left: 0;
	background-color: #00678a;
	visibility: hidden;
	width: 0px;
	transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
	visibility: visible;
	width: 25px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
	color: #0580aa;
}

.navbar .dropdown ul {
	display: block;
	position: absolute;
	left: 14px;
	top: calc(100% + 30px);
	margin: 0;
	padding: 10px 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
	border-radius: 4px;
}

.navbar .dropdown ul li {
	min-width: 200px;
	padding: 0;
}

.navbar .dropdown ul a {
	padding: 10px 20px;
	font-size: 15px;
	text-transform: none;
	font-weight: 600;
}

.navbar .dropdown ul a i {
	font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
	color: #00678a;
}

.navbar .dropdown:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.navbar .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
}

@media (max-width: 1366px) {
	.navbar .dropdown .dropdown ul {
		left: -90%;
	}

	.navbar .dropdown .dropdown:hover>ul {
		left: -100%;
	}
}

/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
	color: #222222;
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
	color: #fff;
}

@media (max-width: 991px) {
	.mobile-nav-toggle {
		display: block;
	}

	.navbar ul {
		display: none;
	}
}

.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(9, 9, 9, 0.9);
	transition: 0.3s;
	z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 15px;
	right: 15px;
}

.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	border-radius: 10px;
	background-color: #fff;
	overflow-y: auto;
	transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
	font-size: 15px;
	padding-right: 15px;
	color: #222222;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
	color: #00678a;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
	margin: 15px;
}

.navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
	min-width: 200px;
}

.navbar-mobile .dropdown ul a {
	padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
	font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
	color: #00678a;
}

.navbar-mobile .dropdown>.dropdown-active {
	display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
	width: 100%;
	height: 100vh;
	background: url("../img/home-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	overflow: hidden;
}

#hero::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 75vh;
	background: url("../img/home-hero-overlay.png");
	background-repeat: no-repeat;
	background-size: cover;
}


#hero .container {
	position: absolute;
	bottom: 10%;
	z-index: 100;
	left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 992px) {
	#hero .container {
		padding-top: 58px;
	}
}

#hero h1 {
	margin: 0;
	font-size: 72px;
	line-height: 65px;
	font-weight: 600px;
	color: #ffffff;
	font-family: var(--main);
}

#hero h2 {
	color: #ffffff;
	margin: 19px 0 0 0;
	font-size: 32px;
	font-weight: 600;
	font-family: "Lato";
}

#hero .btn-about {
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 40px;
	border-radius: 50px;
	transition: 0.5s;
	margin-top: 30px;
	color: #fff;
	background: #00678a;
}

#hero .btn-about:hover {
	background: #3dc8b7;
}

@media (min-width: 1024px) {
	#hero {
		background-attachment: fixed;
	}
}

@media (max-width: 992px) {
	#hero:before {
		content: "";
		/* background: rgba(255, 255, 255, 0.8); */
		position: absolute;
		bottom: 0;
		top: 0;
		left: 0;
		right: 0;
	}

	#hero h1 {
		font-size: 28px;
		line-height: 36px;
	}

	#hero h2 {
		font-size: 18px;
		line-height: 24px;
	}
}

/*--------------------------------------------------------------
# search Section
--------------------------------------------------------------*/

.search-box {
	margin: 20px 0 0 0;
	color: var(--clr3);
	text-align: center;
	display: flex;
	justify-content: center;
	overflow: hidden;
	border-radius: 5px;
}

.search-field {
	width: 18rem;
	height: 50px;
	font-size: 16px;
	font-family: "Lato";
	padding: 0px 18px;
	color: #4f4f4f;
	border: #f1f1f1 1px solid;
}

.search-box .btn-search {
	background-color: #00678a;
	color: #ffffff;
	font-size: 16px;
	padding: 12px 60px;
	margin-bottom: 2px;
	font-family: "Lato";
	border-top-left-radius: 0%;
	border-bottom-left-radius: 0%;
}

.search-field:focus {
	border-color: #007bff;
	/* Border color on focus */
	outline: none;
	/* Remove default outline */
	box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
	/* Optional: Box-shadow */
}

@media (max-width: 600px) {
	.search-box {
		flex-direction: column;
		align-items: stretch;
	}

	.search-field {
		width: 100%;
		margin: 5px 0px;
	}

	.btn-search {
		width: 100%;
		margin: 5px 0px;

	}
}

/*--------------------------------------------------------------
# Heroz Section
--------------------------------------------------------------*/

#heroz {
	width: 100%;
	height: 60vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	overflow: hidden;
	/* background-size: contain; */
}

#heroz .container {

	position: relative;
}

#heroz .customeAbout {
	padding-top: 120px !important;
}

@media (max-width: 992px) {
	#heroz .container {
		padding-top: 70px;
	}

	#heroz {
		width: 100%;
		height: 60vh;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		position: relative;
		/* Ensure it is positioned correctly */
		overflow: hidden;
		background-size: cover;
	}
}

#heroz h1 {
	margin: 0;
	margin-top: 100px;
	font-size: 48px;
	/* font-weight: 700; */
	line-height: 56px;
	color: #ffffff;
	font-family: "Abhaya Libre Semibold";
}

#heroz p {
	color: #ffffff;
	/* margin: 10px 0 0 0; */
	font-size: 22px;
	font-family: "Lato";
}

#heroz .btn-about {
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 40px;
	border-radius: 50px;
	transition: 0.5s;
	margin-top: 30px;
	color: #fff;
	background: #00678a;
}

#heroz .btn-about:hover {
	background: #3dc8b7;
}

@media (min-width: 1024px) {
	#heroz {
		/* background-attachment: fixed; */
	}
}

@media (max-width: 992px) {
	#heroz:before {
		content: "";
		/* background: rgba(255, 255, 255, 0.8); */
		position: absolute;
		bottom: 0;
		top: 0;
		left: 0;
		right: 0;
	}

	#heroz h1 {
		font-size: 28px;
		line-height: 36px;
	}

	#heroz h2 {
		font-size: 18px;
		line-height: 24px;
	}
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
	padding: 2rem 0rem;
}

.section-bg {
	background-color: #e7f8f6;
}

.section-title {
	text-align: center;
	padding-bottom: 56px;
}

.section-title h2 {
	font-size: 40px;
	font-weight: bold;
	position: relative;
	font-family: "Abhaya Libre Semibold";
}

.section-title p {
	margin-bottom: 0;
	font-family: "Lato";
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/

.cta {
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
		url("../img/bg-1.jpg") fixed center center;
	background-size: cover;
	padding: 80px 0;
}

.cta h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
}

.cta p {
	color: #fff;
}

.cta .cta-btn {
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 20px;
	border-radius: 2px;
	transition: 0.5s;
	margin: 10px;
	border: 2px solid #fff;
	color: #fff;
}

.cta .cta-btn:hover {
	background: #00678a;
	border: 2px solid #00678a;
}

@media (max-width: 1024px) {
	.cta {
		background-attachment: scroll;
	}
}

@media (min-width: 769px) {
	.cta .cta-btn-container {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
}

/*-------------------------------------------------------------
location
-------------------------------------------------------------*/

/* mobile styles */
@media only screen and (max-width: 768px) {
	.hero .container form {
		width: 90%;
		padding: 10px;
	}
}


.location {
	background: linear-gradient(108.41deg, #1F3827 37.52%, #579E6E 138.27%);
	padding-top: 123px;
	position: relative;
}


.location h2 {
	font-size: 48px;
	/* line-height: 32px; */
	font-family: var(--main);
	background: linear-gradient(90.96deg, #C19575 0.83%, #705542 118.83%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.location p {
	font-size: 20px;
	line-height: 24px;
	font-family: var(--sub);
	color: #E5F0E9;
	max-width: 298px;
	padding-top: 20px;

}

.location h6 {
	margin-bottom: 0;
	font-size: 18;
	font-family: var(--sub);
	color: #111;
	text-align: left;
}

.location .loc {
	padding: 0px 0px;
}

/* .location .location-swiper{
padding:0px 10px;
} */

.location .swiper-wrapper {
	height: auto;
}

.location .swiper {
	padding-left: 50px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: medium !important;
}

.location .swiper-button-prev {
	left: 8%;
}

.location .swiper-button-next {
	right: 0%;
}

@media (min-width: 1206px) {
	.location .swiper-button-next {
		right: 2%;
	}
}

.location .swiper-button-next,
.location .swiper-button-prev {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid #E6D4C7E6;
	color: #E6D4C7;
	;
	/* background-color: #fff; */
	--swiper-navigation-size: 10px;
	font-weight: 600;
	position: absolute;
	/* Position buttons absolutely */
	/* Center vertically */
	transform: translateY(-50%);
	/* Adjust vertical alignment */
	z-index: 10;
	/* Ensure buttons are above other elements */
}

.compare-vendor-swiper .swiper-button-next,
.compare-vendor-swiper .swiper-button-prev {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #000000;
	/* background-color: #fff; */
	--swiper-navigation-size: 10px;
	font-weight: 600;
	position: absolute;
	/* Position buttons absolutely */
	top: 45%;
	/* Center vertically */
	transform: translateY(-50%);
	/* Adjust vertical alignment */
	z-index: 10;
	/* Ensure buttons are above other elements */
}

.location .swiper-wrapper .container {
	padding: 10px;
	transition: 0.3s;
}

@media (max-width: 768px) {
	.swiper-slide .row>div {
		width: 140px;

	}
}

/*--------------------------------------------------------------
# About 
--------------------------------------------------------------*/

#chooseus {
	color: #f9f9f9;
}

.about h3 {
	font-size: 56px;
	/* padding-top: 40px; */
	color: #ffffff;
	font-family: "Abhaya Libre Semibold";
}

.aboutvowed .about-vowed h3,
.aboutvowed .choose h3,
.process .container h3 {
	font-family: "Abhaya Libre SemiBold";
	font-weight: 600;
	font-size: 48px;
	/* line-height: 32px; */
	background: linear-gradient(90deg, #AC754D 15.46%, #46301F 100%);
	background-clip: text;
	/* Standard property */
	-webkit-background-clip: text;
	/* For WebKit browsers */
	-webkit-text-fill-color: transparent;
	/* Makes text transparent to show the gradient */
}

.aboutvowed .about-vowed p {
	color: #4f4f4f;
	font-size: 16px;
	font-family: "Lato";
}

.aboutvowed .about-vowed .btn-contact {
	background-color: #00678a;
	border: 1px solid #00678a;
	color: #fff;
	margin-top: 10px;
	padding: 5px 20px;
	cursor: pointer;
	border-radius: 4px;
	font-size: 16px;
}

/* .aboutvowed .choose h3 {
	color: #333333;
	font-family: "Abhaya Libre Semibold";
	font-size: 40px;
} */

.aboutvowed .choose p {
	color: #4f4f4f;
	font-family: "Lato";
	font-size: 16px;
}

.aboutvowed .choose li {
	color: #4f4f4f;
	font-family: "Lato";
	padding-left: 20px;
	font-size: 18px;
}

.choose ul li::marker {
	padding-top: 30px;
	content: url("../img/Line.png");
}

.process .container h3 {
	color: #333333;
	font-family: "Abhaya Libre Semibold";
	font-size: 40px;
}

.process .container p {
	color: #4f4f4f;
	font-family: "Lato";
	font-size: 16px;
}

.process .container .row {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1200px;
	gap: 20px;
}

.process .container .column {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.process .container .clickable-card {
	display: flex;
	align-items: center;
	border-radius: 4px;
	background-color: white;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	margin-top: 20px;
}

.process .container .myprod-image {
	margin-right: 15px;
	height: 100%;
}

.process .container .myprod-description {
	flex: 1;
}

.process .container .myprod-description h5 {
	font-size: 20px;
	font-weight: 600;
	color: #4f4f4f;
	margin-bottom: 10px;
	font-family: "Lato";
}

.process .container .myprod-description p {
	margin: 0;
	font-size: 16px;
	color: #4f4f4f;
	font-family: "Lato";
}

.process .container .img-fluid {
	width: 80px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
	.process .container .row {
		flex-direction: column;
		max-width: 100%;
	}

	.process .container .column {
		width: 100%;
		gap: 20px;
	}

	.process .container .clickable-card {
		flex-direction: column;
		text-align: center;
		padding: 15px;
	}

	.process .container .myprod-image {
		margin: 0 auto 15px auto;
	}

	.process .container .img-fluid {
		width: 40px;
		height: 40px;
	}

	.process .container .myprod-description h5 {
		font-size: 16px;
	}

	.process .container .myprod-description p {
		font-size: 14px;
	}
}

@media only screen and (max-width: 480px) {
	.process img {
		border-top-left-radius: 0.2rem;
		border-bottom-left-radius: 0.2rem;
	}
}

.event-image {
	position: relative;
}

.event-image .imgauto {
	object-fit: cover;

}

.event-image .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: right;
	align-items: end;
	color: #fff;
}

.event-image .content h1 {
	font-size: 48px;
	font-family: "Abhaya Libre SemiBold";
	padding-top: 20px;
	padding-right: 40px;
	color: #ffffff;
}

.event-image .content p {
	width: 60%;
	text-align: right;
	padding-right: 40px;
	padding-top: 10px;
	font-size: 20px;
	font-family: "Lato";
	color: #ffffff;
}

.event .form-group .date {
	height: 6.5vh;
}

.event-image .content button {
	border: 2px solid #ffffff;
	color: #ffffff;
	font-family: "Lato";
	font-size: 18px;
	cursor: pointer;
	border-radius: 3px;
}

/* Mobile Styles */
@media only screen and (max-width: 768px) {
	.event-image .imgauto {
		object-fit: cover;
		height: 400px
	}

	.event-image .content h1 {
		font-size: 32px;
		padding-right: 20px;
	}

	.event-image .content p {
		width: 100%;
		text-align: right;
		padding-right: 20px;
		font-size: 18px;
	}

	.event-image .content button {
		font-size: 16px;
		padding: 10px 20px;
	}

	.event .form-group .date {
		height: 7.5vh;
	}
}

/* Small Mobile Devices */
@media only screen and (max-width: 480px) {
	.event-image .imgauto {
		object-fit: cover;
		height: 400px
	}

	.event-image .content h1 {
		font-size: 24px;
		padding-right: 15px;
	}

	.event-image .content p {
		font-size: 16px;
		padding-right: 15px;
	}

	.event-image .content button {
		font-size: 14px;
		padding: 8px 15px;
	}
}

.topvendors {
	background: #F9F4F1;
}

.topvendors .container h2 {
	font-family: "Abhaya Libre SemiBold";
}

.topvendors .container p {
	font-family: "Lato";
}

.image-container {
	position: relative;
}

.topvendor-item .image {
	width: 100%;
	height: 18em;
	object-fit: cover;
}

.topvendor-item .text-block .text {
	color: #333333;
	display: contents;
	font-size: 16px;
	font-family: "Lato";
}



.topvendor-item .text-block .rating {
	color: #333333;
	font-size: 11.87px;
	font-family: "Lato";
	font-weight: 700;
}

.topvendor-item .text-block .count {
	color: #909090;
	font-size: 11.87px;
	font-family: "Lato";
}

.topvendors .container .vendor-container .btn {
	color: #00678a;
	border: 1px solid #00678a;
	border-radius: 2px;
	cursor: pointer;
	width: auto;
	font-size: 16px;
}

/* Make the margin-left responsive */

@media only screen and (max-width: 1200px) {
	.topvendors .container .vendor-container .btn {
		margin-left: 40%;
	}
}

@media only screen and (max-width: 992px) {
	.topvendors .container .vendor-container .btn {
		margin-left: 30%;
	}
}

@media only screen and (max-width: 768px) {
	.topvendors .container .vendor-container .btn {
		margin-left: 20%;
	}
}

@media only screen and (max-width: 480px) {
	.topvendors .container .vendor-container .btn {
		margin-left: 10%;
	}
}

.topvendor-item {
	position: relative;
	width: 373.55px;
	height: 397.96px;
	padding: 23px 30px;
	background: #ffffff;
	border-radius: 20px;
	margin-bottom: 40px;
}


.topvendor-item .text-block h5 {
	font-size: 18px;
	font-weight: 700;
	background: linear-gradient(90.96deg, #C19575 0.83%, #705542 118.83%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
}

.topvendor-item .loc {
	position: absolute;
	padding: 10px;
	font-weight: 700;
	border-radius: 6px;
	font-size: 8px;
	font-family: "Lato";
	top: 13%;
	left: 50%;
	transform: translateX(-50%);
	background-color: white;
	color: #005C66;
	backdrop-filter: blur(5.099999904632568px);

}

.ratting-line {
	text-align: center;
}

.ratting-line .count {
	font-weight: 700;
}

.topvendor-item .text-block i {
	color: #75F1FF;
}

@media (max-width: 768px) {
	.top-vendor-2 {
		display: none;
	}
}



/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/

.skills .progress {
	height: 60px;
	display: block;
	background: none;
	border-radius: 0;
}

.skills .progress .skill {
	padding: 10px 0;
	margin: 0 0 6px 0;
	text-transform: uppercase;
	display: block;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	color: #222222;
}

.skills .progress .skill .val {
	float: right;
	font-style: normal;
}

.skills .progress-bar-wrap {
	background: #f3f3f3;
}

.skills .progress-bar {
	width: 1px;
	height: 10px;
	transition: 0.9s;
	background-color: #00678a;
}

/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/

.facts .counters span {
	font-size: 48px;
	display: block;
	color: #00678a;
}

.facts .counters p {
	padding: 0;
	margin: 0 0 20px 0;
	font-family: "Raleway", sans-serif;
	font-size: 14px;
}

/*--------------------------------------------------------------
# gallery
--------------------------------------------------------------*/

.galleryimage {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	background-size: contain;
}

.galleryimage h1 {
	color: #ffffff;
	font-size: 56px;
	font-family: "Abhaya Libre SemiBold";
}

.galleryimage p {
	color: #ffffff;
	font-size: 22px;
	font-family: "Lato";
}

.gallery .gallery-search {
	padding: 0rem 3rem;
	align-items: center;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.gallery .gallery-search {
		padding: 0rem 2rem;
	}

	.gallery .gallery-search .row {
		flex-direction: column;
	}

	.gallery .gallery-search .col-md-4 {
		margin-bottom: 1rem;
	}
}

@media only screen and (max-width: 992px) {
	.gallery .gallery-search {
		padding: 0rem 4rem;
	}
}

/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/

.resume .resume-title {
	font-size: 26px;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #222222;
}

.resume .resume-item {
	padding: 0 0 20px 20px;
	margin-top: -2px;
	border-left: 2px solid #00678a;
	position: relative;
}

.resume .resume-item h4 {
	line-height: 18px;
	font-size: 18px;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	color: #1d685f;
	margin-bottom: 10px;
}

.resume .resume-item h5 {
	font-size: 16px;
	background: #effbf9;
	padding: 5px 15px;
	display: inline-block;
	font-weight: 600;
	margin-bottom: 10px;
	color: #00678a;
}

.resume .resume-item ul {
	padding-left: 20px;
}

.resume .resume-item ul li {
	padding-bottom: 10px;
}

.resume .resume-item:last-child {
	padding-bottom: 0;
}

.resume .resume-item::before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50px;
	left: -9px;
	top: 0;
	background: #fff;
	border: 2px solid #00678a;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services .icon-box {
	text-align: center;
	padding: 70px 20px 80px 20px;
	transition: all ease-in-out 0.3s;
	background: #fff;
	box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .icon-box .icon {
	margin: 0 auto;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: ease-in-out 0.3s;
	position: relative;
}

.services .icon-box .icon i {
	font-size: 36px;
	transition: 0.5s;
	position: relative;
}

.services .icon-box .icon svg {
	position: absolute;
	top: 0;
	left: 0;
}

.services .icon-box .icon svg path {
	transition: 0.5s;
	fill: #f5f5f5;
}

.services .icon-box h4 {
	font-weight: 600;
	margin: 10px 0 15px 0;
	font-size: 22px;
}

.services .icon-box h4 a {
	color: #222222;
	transition: ease-in-out 0.3s;
}

.services .icon-box p {
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
}

.services .iconbox-blue i {
	color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
	color: #fff;
}

.services .iconbox-blue:hover .icon path {
	fill: #47aeff;
}

.services .iconbox-orange i {
	color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
	color: #fff;
}

.services .iconbox-orange:hover .icon path {
	fill: #ffa76e;
}

.services .iconbox-pink i {
	color: #e80368;
}

.services .iconbox-pink:hover .icon i {
	color: #fff;
}

.services .iconbox-pink:hover .icon path {
	fill: #e80368;
}

.services .iconbox-yellow i {
	color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
	color: #fff;
}

.services .iconbox-yellow:hover .icon path {
	fill: #ffbb2c;
}

.services .iconbox-red i {
	color: #ff5828;
}

.services .iconbox-red:hover .icon i {
	color: #fff;
}

.services .iconbox-red:hover .icon path {
	fill: #ff5828;
}

.services .iconbox-teal i {
	color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
	color: #fff;
}

.services .iconbox-teal:hover .icon path {
	fill: #11dbcf;
}

/*--------------------------------------------------------------
# Gallery Images
--------------------------------------------------------------*/

.galleryImages .gallery-item {
	margin-bottom: 30px;
	position: relative;
}

.gallery-item .image {
	transition: 0.5s ease;
	backface-visibility: hidden;
}

.galleryImages .gallery-item .btn-viewall {
	background-color: #fff;
	border: 1px solid #00678a;
	color: #00678a;
	margin-top: 10px;
	padding: 5px 20px;
	cursor: pointer;
	border-radius: 0px;
	font-size: 16px;
}

.galleryImages .gallery-item .btn-viewall:hover {
	background-color: #fff;
	border: 1px solid #00678a;
	color: #00678a;
	margin-top: 10px;
	padding: 5px 20px;
	cursor: pointer;
	border-radius: 0px;
	font-size: 16px;
}

@media (max-width: 768px) {
	.gallery-container .gallery-item .middle {
		width: 300px;
		height: 180px;
	}
}

@media (max-width: 1199px) {
	.gallery-container .gallery-item .middle {
		width: 300px;
		height: 180px;
	}
}

@media (max-width: 557px) {
	.gallery-container .gallery-item .middle {
		width: 300px !important;
		height: 180px;
		transition: 0.5s ease;
		background-color: #ffffff;
		position: absolute;
		opacity: 0;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		text-align: center;
	}
}

.galleryImages .gallery-item .btn:hover {
	background-color: #58d5ff;
}

.gallery-container .gallery-item .middle {
	border-radius: 4px;
	width: 359px;
	height: 198px;
	transition: 0.5s ease;
	background-color: #ffffff;
	position: absolute;
	opacity: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.gallery-item .middle .text {
	border-radius: 4px;
	padding: 20px 30px;
	font: lato;
	margin-top: 30px;
	color: #333333;
	font-size: 20px;
}

.gallery-item .middle .text i,
.middle .text span {
	color: #909090;
	font-size: 14px;
}

.galleryImages .gallery-item:hover .image {
	opacity: 1;
}

.galleryImages .gallery-item:hover .middle {
	opacity: 1;
}

.text {
	background-color: white;
	color: black;
	font-size: 16px;
	padding: 10px 20px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio .section-title {
	text-align: left;
}

.portfolio .section-title p {
	font-family: "Lato";
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
	color: #888888;

}

.portfolio .section-title .btn {
	font-family: "Lato";
	color: #00D3EB;
	border-radius: 10px;
	font-size: 17.59px;
	font-weight: 700;
	border: 1px solid #00D3EB;
	padding: 17px 61px;
}

.portfolio .section-title .btn:hover {
	color: #fff;
	font-weight: 700;
	background: #00D3EB;

}

.portfolio .portfolio-item {
	margin-bottom: 30px;
}

.portfolio .portfolio-wrap {
	transition: 0.3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
	width: 275.4px;
	/* background: rgba(34, 34, 34, 0.6); */
}

.home-portfolio .portfolio-wrap .content {
	position: absolute;
	bottom: 0;
	background: linear-gradient(360deg, rgba(6, 57, 62, 0.5) 20.94%, rgba(210, 240, 244, 0.1) 52.98%);
	border-radius: 0px 0px 15px 15px;
	width: 275.4px;
	height: 204.04px;
	top: 66.94px;
	border-top-left-radius: 150px;
	border-top-right-radius: 150px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.portfolio-wrap .content {
	position: absolute;
	bottom: 0;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.32);
	color: #f1f1f1;
	width: 100%;
	padding: 02px 20px;
	text-align: start;
	border-radius: 0px 0px 15px 15px;
}


.port-flower {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;

}

.portfolio-info {
	padding-left: 26px;
}

.portfolio-info hr {
	width: 35.34px;
	margin: 0;
	margin-bottom: 2px;
	border-top: 0;
	opacity: 1;
	height: 1px;
	background: #F9F4F1;
}

.portfolio-info h5 {
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	margin-bottom: 4px;
}

.portfolio-info p {
	font-family: Lato;
	font-weight: 400;
	font-size: 20px;
	line-height: 15.4px;
	letter-spacing: 0%;
	color: #E6D4C7;
}

.portfolio .portfolio-wrap .homeport {

	object-fit: cover;
	width: 275.460px;
	height: 270.978px;
	border-top-left-radius: 150px;
	border-top-right-radius: 150px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.portfolio .portfolio-wrap:hover::before {
	opacity: 1.5;
}

/* 
.portfolio .portfolio-wrap:hover img {
transform: scale(1.2); 
}
*/

.weddingsection {
	background-color: #f9f9f9;
}

.weddingsection .header h1 {
	display: flex;
	justify-content: center;
}

.weddingsection .header p {
	display: flex;
	justify-content: center;
}

/*  ----- Real Wedding -----  */

.realwedding {
	background: linear-gradient(110.78deg, #1F3827 28.11%, #579E6E 136.36%);
	padding-top: 5rem;
	padding-bottom: 5rem;
	position: relative;
	width: 100vw;
	overflow: hidden;
}

.realwedding .realwed-flower-1 {
	position: absolute;
	top: 0;
	right: 0;
}

.realwedding .realwed-flower-2 {
	position: absolute;
	bottom: 0;
	left: 0;
}

.realwedding header h2 {
	font-family: "Abhaya Libre SemiBold";
}

.realwedding header p {
	font-family: "Lato";
}

.realwedding .testimonial-item {
	box-sizing: content-box;
	margin: 40px 30px;
	box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
	display: flex;
	flex-direction: column;
	text-align: center;
	transition: 0.3s;
}

.realwedding .btn {
	border: 1px solid #00678a;
	background-color: #ffffff;
	color: #00678a;
	font-size: 15.68px;
	font-family: "Lato";
	border-radius: 0%;
	width: auto;
}



@media (max-width: 1199px) {
	.realwedding .swiper-slide-active {
		opacity: 1;
	}

	.realwedding .swiper-pagination {
		margin-top: 0;
	}
}

@media (min-width: 1200px) {
	.realwedding .swiper-slide-next {
		opacity: 1;
		transform: scale(1.2);
	}
}

/* -----xxxxxx----- */

#readmoreblog .moreblogcontent h4 {
	display: flex;
	justify-content: center;
}

#readmoreblog .moreblogcontent p {
	display: flex;
	justify-content: center;
}

.reviewtesto {
	background: #F9F4F1;
}




.reviewtesto .reviewtesto-item {
	box-sizing: content-box;
	padding: 25px;
	margin: 25px 35px;
	background: #F9F9F9;
	border-radius: 20px;
	/* The above code appears to be a comment section in a CSS file. The text "border" and " */
	/* border */
	display: flex;
	flex-direction: column;
	text-align: left;
	transition: 0.3s;
	height: 250px;
}

.reviewtesto .reviewtesto-item .stars {
	margin-bottom: 15px;
}

.reviewtesto .reviewtesto-item .stars i {
	color: #0097A7;

	margin: 0 1px;
}

.reviewtesto .reviewtesto-item .reviewtesto-img {
	width: 70px;
	border-radius: 50%;
	border: none;
	margin: 3px;
	margin-right: 10px;
	height: 70px;

}

.reviewtesto .reviewtesto-item h5 {
	font-family: "Lato";
	font-size: 18px;
	font-weight: 700;
	color: #333333;
}

.reviewtesto .reviewtesto-item h6 {
	font-family: "Lato";
	font-size: 16px;
	font-weight: 400;
	color: #4f4f4f;
}

.reviewtesto .reviewtesto-item p {
	font-family: "Lato";
	font-size: 16px;
	color: #4f4f4f;
	text-align: left;
}

.reviewtesto .swiper-wrapper {
	height: auto;
}

.reviewtesto .swiper-pagination {
	position: relative;
	margin-top: 30px;

}

.reviewtesto .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: color-mix(in srgb, #fff, transparent 85%);
	opacity: 1;
	border: 1px solid #00678a;
}

.reviewtesto .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #00678a;
}

@media (max-width: 1199px) {
	.reviewtesto .swiper-pagination {
		margin-top: 30px;
	}

	.reviewtesto .reviewtesto-item {
		margin: 40px 20px;
	}
}

/*--------------------------------------------------------------
# Looking for HELP
--------------------------------------------------------------*/
.looking-help {
	background: linear-gradient(90deg, #1F3827 28.5%, #579E6E 100%);
	color: #FFFFFF;

}

.looking-help h6 {

	margin-bottom: 0px;
}

.looking-help p {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0px;
}

.looking-help img {
	height: 56px;
	width: 56px;
	object-fit: cover;
}

.looking-help .container h3 {
	font-size: 32px;
	font-weight: 600;

}

.looking-help .container h4 {
	font-size: 18px;
	font-weight: 500;

}

@media (max-width: 768px) {
	.looking-help img {
		width: 30px;
		height: 30px;
	}
}




/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
	padding-top: 0;
}

.portfolio-details .portfolio-details-slider img {
	width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
	margin-top: 20px;
	position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #00678a;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #00678a;
}

.portfolio-details .portfolio-info {
	padding: 30px;
	box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}

.portfolio-details .portfolio-info h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
	list-style: none;
	padding: 0;
	font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
	margin-top: 10px;
}

.portfolio-details .portfolio-description {
	padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
	padding: 0;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
	width: 100%;
	background: #fff;
}

.contact .info i {
	font-size: 20px;
	color: #00678a;
	float: left;
	width: 44px;
	height: 44px;
	background: #effbf9;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
}

.contact .info h4 {
	padding: 0 0 0 60px;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #222222;
}

.contact .info p {
	padding: 0 0 0 60px;
	margin-bottom: 0;
	font-size: 14px;
	color: #555555;
}

.contact .info .email,
.contact .info .phone {
	margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
	background: #00678a;
	color: #fff;
}

.contact .php-email-form {
	width: 100%;
	background: #fff;
}

.contact .php-email-form .form-group {
	padding-bottom: 8px;
}

.contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: center;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
}

.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
	border-radius: 4px;
	box-shadow: none;
	font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
	border-color: #00678a;
}

.contact .php-email-form input {
	height: 44px;
}

.contact .php-email-form textarea {
	padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
	background: #00678a;
	border: 0;
	padding: 10px 30px 12px 30px;
	color: #fff;
	transition: 0.4s;
	border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
	background: #3dc8b7;
}

@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer .footer-up {
	background-color: #00678a;
	padding: 20px 60px;
	color: #fff;
}

.footer .footer-up h4 {
	font-size: 32px;
	font-family: "Abhaya Libre semiboald";
	padding-bottom: 0px;
	font-weight: 550;
}

.footer .footer-up p {
	font-size: 16px;
	font-family: "lato";
	padding-bottom: 0px;
}

.footer .footer-up .footer-links {
	margin-bottom: 0px;
}

.footer .footer-top {
	padding: 40px;
	background-color: #eff7f7;
}

.footer .footer-top p {
	font-size: 15px;
	font-family: "lato";
	padding-bottom: 0px;
}

.footer .footer-top .logo {
	width: 60%;
}

.footer .footer-top .fsearch {
	max-width: 280px;

}

.footer .footer-top .fsearch .form-control {
	background-color: #eff7f7;
	border: 1px solid #464646;
}

.footer .footer-top .fsearch .form-control {
	font-size: 15px;
}

.footer .footer-top .btn-success {
	background-color: #00678a;
	border: 1px;
	padding: 7px 34px;
	border-color: #eff7f7;
	border-radius: 1px;
}

.footer .footer-top .fsearch i {
	color: white;
	font-size: 20px;
}

.footer .social-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	font-size: 16px;
	margin-right: 10px;
	transition: 0.3s;
}

.footer .social-links .ic {
	height: 56px;
	width: 56px;
}

.footer .social-links h6 {
	font-size: 16px;
	font-family: 'lato';
	font-weight: bold;
	margin-bottom: -2px;
}

.footer .social-links p {
	font-size: 14px;
	font-family: 'lato';
	font-weight: medium;
}

.footer .fa-pinterest {
	color: #cb2027;
}

.footer .fa-pinterest:hover {
	font-size: 30px;
}

.footer h4 {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding-bottom: 12px;
	font-family: 'Lato' !important;
}

.footer .footer-links {
	font-family: "Lato";
}

.footer .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-family: 'poppins';
}

.footer .footer-links ul i {
	margin-right: 10px;
	font-size: 17px;
	line-height: 0;
	color: #111;
}

.footer .footer-links ul li {
	padding: 7px 0;
	display: flex;
	/* align-items: center; */
	font-size: 15px;
	font-family: 'poppins';
}

.footer .footer-links ul li:first-child {
	padding-top: 0;
}

.footer .footer-links ul a {
	display: inline-block;
	color: color-mix(in srgb, var(--default-color), transparent 20%);
	line-height: 1;
}

.footer .footer-links ul a:hover {
	color: var(--accent-color);
}

.footer .footer-about a {
	color: var(--heading-color);
	font-size: 24px;
	font-weight: 600;
	font-family: var(--heading-font);
}

.footer .footer-contact p {
	margin-bottom: 1px;
	text-align: left;
	font-size: 14px;
}

.footer .copyright {
	padding: 15px;
	font-family: Roboto;
	font-size: 12px;
	font-weight: 400;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(90deg, #1F3827 28.5%, #579E6E 100%);

	color: #fff;
	border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .copyright .left-content {
	display: flex;
	align-items: center;
}

.footer .copyright .left-content a {
	color: #fff;
}

.footer .copyright .left-content p {
	font-size: 12px;
}

.footer .copyright .right-content {
	display: flex;
	align-items: center;
	margin-right: 15px;
}

.footer .copyright .right-content p {
	margin-right: 20px;
	color: #fff;
}

.footer .copyright .right-content p:last-child {
	margin-right: 0;
	margin-right: 40px;
}

.footer .copyright p {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.footer .footer-links ul li {
		text-align: left;
		font-size: 12px;
		align-items: flex-start;

	}
}

/*-------------------XXX-----------------------*/
/* Blogs */

.blogs .container {
	background-size: cover;
	position: relative;
	overflow: hidden;
	background-size: contain;
	height: 40vh;
}

.blogs .container h1 {
	padding-top: 70px;
	color: #ffffff;
	font-size: 56px;
	font-family: "Abhaya Libre SemiBold";
}

.blogs .container h2 {
	color: #ffffff;
	font-size: 22px;
	font-family: "Lato";
}

.bloghead .container h1 {
	color: #333333;
	font-family: "Abhaya Libre SemiBold";
	font-size: 40px;
}

.bloghead .container p {
	color: #4f4f4f;
	font-family: "Lato";
	font-size: 18px;
}

/* mobile styles */
@media only screen and (max-width: 768px) {
	.blogs .container form {
		width: 90%;
		padding: 10px;
	}
}

.blogcontent .blogimg {
	display: flex;
	width: 100%;
	/* margin: 0 auto; */
	padding: 20px;
}

.blogcontent .blogimg .image-container {
	width: 50%;
	margin-right: 20px;
}

.blogcontent .blogimg .image-container img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.blogcontent .content {
	width: 50%;
	margin-right: 20px;
	margin-left: 30px;
}

.blogcontent .content .title {
	padding-top: 10px;
	font-size: 24px;
	font-family: "Lato";
	margin-bottom: 10px;
	color: #333333;
}

.blogcontent .content .date {
	display: flex;
	align-items: center;
	color: #666;
}

.blogcontent .content .date i {
	margin-right: 5px;
	font-size: 15.71px;
	font-family: "Lato";
	padding-right: 20px;
	color: #4f4f4f;
}

.blogcontent .content .blogline {
	margin-top: 2px;

}

.blogcontent .content .description {
	margin-bottom: 10px;
	font-size: 16px;
	color: #4f4f4f;
}

.blogcontent .content .btn .btn-readmore {
	display: flex;
	justify-content: flex-start;
	border: 0.98px solid #00678a;
	color: #00678a;
	background-color: #ffffff;
	text-decoration: none;
	border-radius: 5px;
}

.blogexplore .blogimg1 .date {
	margin-top: 20px;
}

.blogexplore .blogimg1 .blogimage {

	height: 80vh;
	width: 100%;
	object-fit: cover;
}

.blogexplore {
	position: relative;
}

.blogexplore .blogimg1 .date .bi {
	margin-right: 20px;
	font-size: 15.71px;
	font-family: "Lato";
	padding-right: 20px;
	color: #4f4f4f;
}

.blogexplore .blogimg1 .date .title {
	margin-top: 30px;
	font-size: 40px;
	font-family: "Abhaya Libre SemiBold";
	color: #333333;
}

.blogexplore .blogimg1 .date .description {
	margin-top: 15px;
	font-size: 16px;
	font-family: "Lato";
	color: #4f4f4f;
}

.blogexplore .blogimg1 .blog-pics .pics {
	padding-bottom: 20px;
}

.blogvendor .blogcontent .blogvendors {
	background-color: #f9f9f9;
}

.blogvendor .blogcontent .blogvendors h4 {
	font-size: 40px;
	font-family: "Abhaya Libre SemiBold";
	color: #333333;
}

.blogvendor .blogcontent .blogvendors p {
	font-size: 16px;
	font-family: "Lato";
	color: #4f4f4f;
}

.blogvendor .blogcontent .blogvendors .card {
	background-color: white;
	border: none;
	border: 0px;
	text-align: center;
	width: 250px;
	display: flex;
}

.blogvendor .blogcontent .blogvendors .icon {
	font-size: 48px;
	color: #333;
	margin-bottom: 10px;
}

.blogvendor .blogcontent .blogvendors .title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}

.blogvendor .blogcontent .blogvendors .description {
	font-size: 16px;
	color: #666;
}

.blogvendor .blogcontent .blogvendors .myflex-container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.blogcontent .content .title {
	padding-top: 10px;
	font-size: 24px;
	font-family: "Lato";
	margin-bottom: 10px;
	color: #333333;
}

.blogcontent .content .date {
	display: flex;
	align-items: center;
	color: #666;
}

.blogcontent .content .date i {
	margin-right: 5px;
	font-size: 15.71px;
	font-family: "Lato";
	padding-right: 20px;
	color: #4f4f4f;
}

.blogcontent .content .blogline {
	margin-top: 2px;
}

.blogcontent .content .description {
	margin-bottom: 10px;
	font-size: 16px;
	color: #4f4f4f;
}

.blogcontent .content .btn {
	font-family: "Lato";
	padding: 10px 20px;
	border: 1px solid #00678a;
	color: #00678a;
	background-color: #ffffff;
	text-decoration: none;
	border-radius: 5px;
}

.blogcontent .content .btn:hover {
	font-family: "Lato";
	padding: 10px 20px;
	border: 1px solid #00678a;
	color: #fff;
	background-color: #00678a;
	text-decoration: none;
	border-radius: 5px;
}

.blogexplore {
	padding: 0px;
}

.blogexplore .blogimg1 .date {
	margin-top: 20px;
}

.blogexplore .blogimg1 .date .bi {
	margin-right: 20px;
	font-size: 15.71px;
	font-family: "Lato";
	padding-right: 20px;
	color: #4f4f4f;
}

.blogexplore .blogimg1 .date .title {
	margin-top: 30px;
	font-size: 40px;
	font-family: "Abhaya Libre SemiBold";
	color: #333333;
}

.blogexplore .blogimg1 .date .description {
	margin-top: 15px;
	font-size: 16px;
	font-family: "Lato";
	color: #4f4f4f;
}

.blogexplore .blogimg1 .blog-pics .pics {
	padding-bottom: 20px;
}

.blogvendor .blogcontent .blogvendors {
	background-color: #f9f9f9;
}

.blogvendor .blogcontent .blogvendors h4 {
	font-size: 40px;
	font-family: "Abhaya Libre SemiBold";
	color: #333333;
	margin-left: 20px;
}

.blogvendor .blogcontent .blogvendors p {
	font-size: 16px;
	font-family: "Lato";
	color: #4f4f4f;
	margin-left: 20px;
}

.blogvendor .blogcontent .blogvendors .myflex-container .card .des .title {
	margin-top: -30px;
	font-size: 20px;
	font-family: "Lato";
	color: #333333;
	margin-bottom: 5px;
}

.blogvendor .blogcontent .blogvendors .myflex-container .card .des .description {
	font-size: 14px;
	color: #909090;
	font-family: "Lato";
}

.blogvendor .blogcontent .blogvendors .myflex-container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-content: center;
	align-items: center;
}

.blogvendor .blogcontent .blogvendors .myflex-container .card {
	background-color: white;
	border: none;
	border: 0px;
	width: 30%;
	margin-left: 30px;
	margin-bottom: 30px;
	cursor: pointer;
}

.blogvendor .blogcontent .blogvendors .myflex-container .card .blogimage {
	display: flex;
	margin-top: 30px;
	color: #00678a;
	font-size: x-large;
	margin-left: 10px;
}

.blogvendor .blogcontent .blogvendors .myflex-container .card .des {
	display: flex;
	flex-direction: column;
}

.moreblogs .morecontent .moreblogcontent h4 {
	font-size: 40px;
	font-family: "Abhaya Libre SemiBold";
	color: #333333;
}

.moreblogs .morecontent .moreblogcontent p {
	font-size: 18px;
	font-family: "Lato";
	color: #4f4f4f;
}

.moreblogs .morecontent .content .date {
	font-size: 12px;
	font-family: "Lato";
	color: #4f4f4f;
}

.moreblogs .morecontent .content .date .bi {
	margin-right: 20px;
}

.moreblogs .morecontent .content .title {
	font-size: 16px;
	font-family: "Lato";
	color: #333333;
	margin-top: 10px;
	margin-bottom: 20px;
}

/* .moreblogs .morecontent .content .button {
  font-size: 16px;
  font-family: 'Roboto';
  background-color: #00678A;
  color: #fff;
  padding: 10px 10px;
  display: inline-block;
  border-radius: 4px;
  align-content: flex-end;
} */

.moreblogs .morecontent .content .btn-readmore {
	font-size: 16px;
	font-family: "Lato";
	border-radius: 15px;
	padding: 9px 34px;
	border: 1px solid #00D3EB;
	color: #00D3EB;
}

.moreblogs .morecontent .content .btn-readmore i {
	font-size: 16px;
	color: #00D3EB;
	margin-left: 10px;
}

.moreblogs .morecontent .content .btn-readmore:hover {
	border: none;
	color: #FFFFFF;
	background: linear-gradient(94.55deg, #00D3EB 3.69%, #007785 174.59%);

}

.moreblogs .morecontent .image-container img {
	border-radius: 20px;

}

.moreblogs .morecontent .blog-content {
	display: flex;
	flex-direction: column;
	gap: 25px;

}

.moreblogs .morecontent .blog-content i {
	color: #AC754D;
	font-size: 12px;
	font-weight: 500;
}

/* 
.blogimage {
	height: 80vh;
	width: 100%;
	object-fit: cover;
} */

.moreblogs .morecontent .image-container img {

	height: 220px;
	width: 100%;
}

/* ===============================
     Vendor Venues
=============================== */

.vendors h1 {
	color: #ffffff;
	font-size: 56px;
	font-family: "Abhaya Libre SemiBold";
}

.vendors h2 {
	color: #ffffff;
	font-size: 20px;
	font-family: "Lato";
}

.vendors .search-box input {
	color: #919191;
	font-size: 16px;
	padding: 10px 15px;
	font-family: "Lato";
	width: 100%;
	padding-right: 300px;
}

.vendors .search-box button {
	position: absolute;
	padding: 12px 30px;
	margin-left: 34%;
	border: none;
	border-radius: 5px;
	background-color: #00678a;
	color: white;
	font-size: 16px;
	cursor: pointer;
}

#accordionFlushExample {
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	margin-right: 20px;
	width: 25%;
	background-color: #F9F4F1;
	margin-bottom: auto;
}

/* .vendorsfilter .container {
  display: flex;
} */

.vendorsfilter .accordion-item h4 {
	font-size: 35px;
	font-weight: 400;
	font-family: "Lato";
	color: #333333;
}

.vendorsfilter .accordion-item .accordion-button {
	font-size: 15px;
	font-family: "Lato";
	font-weight: 500;
	color: #333333;
}

.accordion-button:not(.collapsed) {
	box-shadow: none;
}

.vendorsfilter .accordion-item .accordion-button .bi {
	color: #a4a4a4;
	margin-left: 5px;
	margin-right: 10px;
}

.vendorsfilter .accordion-item .accordion-button .count {
	color: #a4a4a4;
}

.vendorsfilter .accordion-item .accordion-body {
	padding-top: 10px;
	margin-left: -30px;
}

.vendorsfilter .accordion-item .accordion-body input {
	margin-right: 10px;
}

.vendorsfilter .accordion-item .accordion-body span {
	display: flex;
	justify-content: end;
	margin-top: -25px;
}

/* .vendorsfilter .listings {
	width: 856px;
	height: 513px
} */

.vendorsfilter .listings .card {
	padding: 10px;
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(255, 255, 255, 1);
}

.vendorsfilter .listings .carousel-image {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.bi-heart-fill {
	color: red !important;
	/* Ensures the filled heart is always red */
}

.bi-heart {
	color: black;
	/* Ensures the default heart is black or your desired default color */
}

.vednorcor {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.vendorsfilter .listings .sidebar-image {
	border-radius: 5px;
	width: 93px;
	height: 79px;
}

.vendorsfilter .listing {
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 20px;
}

.vendorsfilter .listings .btnlist {
	color: #868686;
	font-family: "Lato";
	text-align: center;
	font-size: 16px;
	border: 1px solid #868686;
	border-color: 1px solid #868686;
	border-radius: 4px;
	background-color: #fff;
}

/* .carousel-control-next {
	right: 40px;
} */

.vendorsfilter .listings .card .sideimg {
	margin-left: -10px;
	border-radius: 4px;
}

.vendorsfilter .listing-title {
	font-size: 24px;
	color: #333333;
	font-family: "Lato";
}

.vendorsfilter .listing-rating {
	margin-bottom: 10px;
	margin-top: 10px;
}

.vendorsfilter .listing-rating .rating {
	font-size: 14px;
	font-family: "Lato";
	margin-right: 5px;
	color: #333333;
}

.vendorsfilter .listing-rating .count {
	color: #909090;
	font-size: 14px;
	font-family: "Lato";
}

.vendorsfilter .listing-rating .bi {
	/* color: #fee71b; */
	color: #75F1FF;
	margin-right: 5px;
}

.vendorsfilter .listing-location {
	margin-bottom: 10px;
	font-size: 15px;
	color: #909090;
	font-family: "Lato";
}

.vendorsfilter .listing-location .bi {
	margin-right: 10px;
}

.vendorsfilter .listing-features {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.vendorsfilter .listing-features .feature {
	margin-right: 10px;
	margin-bottom: 5px;
}

.vendorsfilter .listing-price .bi {
	font-size: 14px;
	font-family: "Lato";
	margin-bottom: 10px;
	color: #909090;
}

.vendorsfilter .listing-price .price {
	font-size: 14px;
	font-family: "Lato";
	color: #333333;
	margin-right: 20px;
}

.vendorsfilter .listings p {
	font-size: 12px;
	font-family: "Lato";
	color: #909090;
}

.vendorsfilter .viewbtn {
	/* background-color: #00678a; */
	background: linear-gradient(94.91deg, #00D3EB 3.96%, #007785 262.08%);
	color: #fff;
	/* padding: 10px 20px; */
	border-radius: 15px;
	font-size: 16px;
	font-family: "Lato";
	text-align: center;
	cursor: pointer;
	width: 184px;
}

.vendorsfilter .listing-gallery {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	position: relative;
}

.vendorsfilter .listing-gallery .carousel-item {
	width: 100%;
}

.vendorsfilter .listing-gallery .gallery-item {
	width: 60%;
	height: 10vh;
	margin-left: 15px;
	border-radius: 5px;
	cursor: pointer;
}

.vendorsfilter .listing-gallery .icon {
	margin-left: -30px;
	color: #ffffff;
	margin-right: 20px;
	cursor: pointer;
}

/* Mobile Responsive Styles */
@media (max-width: 767px) {
	#accordionFlushExample {
		width: 100%;
		margin-right: 0;
	}

	.vendorsfilter .container {
		flex-direction: column;
	}

	.vendorsfilter .accordion-item h4 {
		font-size: 24px;
	}

	.vendorsfilter .accordion-item .accordion-button {
		font-size: 16px;
	}

	.vendorsfilter .accordion-item .accordion-body {
		padding-top: 10px;
		margin-left: 0;
	}

	.vendorsfilter .listings {
		width: 100%;
	}

	.vendorsfilter .listing-content h2 {
		margin-top: 30px;
	}

	.vendorsfilter .viewbtn {
		margin-left: 0;
		margin-top: 20px;
		padding: 10px 30px;
		width: 100%;
	}

	.vendorsfilter .listing-gallery {
		flex-direction: column;
		align-items: center;
		margin-top: 20px;
	}

	.vendorsfilter .carousel-item img {
		width: 100%;
		height: auto;
	}

	.vendorsfilter .listing-gallery .gallery-item2 {
		width: 100%;
		margin: 10px 0;
	}

	.vendorsfilter .listing-gallery .sideimg {
		width: 100%;
		padding: 3rem;
	}

	.vendorsfilter .listing-gallery .sideimg .img {
		margin-left: 10px;
	}

	.vendorsfilter .listing-location {
		text-align: center;
		margin-bottom: 20px;
	}

	.vendorsfilter .listing-rating,
	.vendorsfilter .listing-price {
		text-align: center;
		margin-bottom: 40px;
	}

	.vendorsfilter .listing-price .price {
		display: block;
		margin: 10px 0;
	}
}

/* ----vendor Venue palm town---- */
.venuepalm h3 {
	color: rgba(51, 51, 51, 0.6);
	font-size: 20px;
	font-family: "Lato";
}

.venuepalm h3 {
	color: rgba(51, 51, 51, 0.6);
	font-size: 20px;
	font-family: "Lato";
}

.venuepalm .container .page {
	color: #333333;
	font-size: 20px;
	font-family: "Lato";
}

.venuepalm .carousel-inner .image {
	width: 762.4px;
	height: 300px;
	position: relative;
	z-index: 0;
}

.venuepalm .container .card {
	position: absolute;
	z-index: 1;
	width: 45%;
	margin-top: 2.4rem;
}

.venuepalm .cards {

	z-index: 1;

	margin-top: 2rem;
	border: 1px solid #0000002d;
	border-radius: 4px;
	/* background-color: #21252908; */
}

.venuepalm .container .card .info {
	padding: 20px;
}

.venuepalm .container .card .info h2 {
	color: #333333;
	font-family: "Lato";
	font-size: 18px;
	font-weight: 500;
}

.venuepalm .container .card .info .bi {
	margin-left: 220px;
	color: #fee71b;
}

.venuepalm .container .card .info .rate {
	color: #333333;
	font-size: 16px;
	font-family: "Lato";
}

.venuepalm .container .card .info .rating {
	color: #909090;
	font-size: 16px;
	font-family: "Lato";
}

.venuepalm .container .card .info p {
	color: #909090;
	font-family: "Lato";
	font-size: 16px;
	font-weight: 400;
}

.venuepalm .container .card .info .price {
	margin-left: 10px;
	color: #333333;
	font-size: 16px;
	font-family: "Lato";
}

.venuepalm .container .card .info .loc {
	color: #333333;
	font-size: 16px;
	font-family: "Lato";
	margin-right: 10px;
}

.venuepalm .container .card .info .map {
	color: #909090;
	font-size: 16px;
	font-family: "Lato";
}

.venuepalm .container .card .info h3 {
	color: #909090;
	font-family: "Lato";
	font-size: 16px;
	margin-top: 10px;
}

.venuepalm .container .card .info .btnn {
	border: none;
	background-color: #ffffff;
	margin-top: 20px;
}

.venuepalm .container .card .info .btn {
	color: #333333;
	font-size: 16px;
	font-family: "Lato";
	border-radius: 4px;
	border: 1px solid #d4d5d9;
}

.venuepalm .container {
	margin-bottom: 30px;
}

.venuepalm .container .btn-group .buttons {
	color: #333333;
}

.venuepalm .vendorvenue-gallery {
	border: 1px solid #d4d5d9;
	border-radius: 4px;
	margin-left: 70px;
	position: relative;
}

.venueservices .container {
	padding: 0.5rem;
}

.venueservices .tabs {
	border: 1px solid #d4d5d9;
	display: flex;
	align-items: center;
	border-radius: 4px;
}

.venueservices .tabs ul {
	border: none;
}

.venueservices .tabs ul li .bi {
	margin-right: 5px;
}

.venueservices .tabs button {
	border: none;
	color: #333333;
	font-size: 20px;
	font-family: "Lato";
	margin-right: 50px;
}

.venueservices .tabs .active {
	border: none;
	color: #00678a;
	border-bottom: 1px solid #00678a;
}

.venueservices .services {
	border: 1px solid #d4d5d9;
	border-radius: 4px;
}

.venueservices .services h2 {
	color: #333333;
	font-size: 20px;
	font-family: "Lato";
	font-weight: 400;
}

.venueservices .services .row {
	margin-bottom: 20px;
}

.venueservices .services .service1 {
	border: 1px solid #d4d5d9;
	width: 47%;
	border-radius: 4px;
	margin-left: 30px;
	padding: 20px;
}

.venueservices .services .service1 h3 {
	color: #333333;
	font-family: "Lato";
	font-size: 18px;
}

.venueservices .services .service1 p {
	font-size: 18px;
	font-family: "Lato";
	color: #8b8b8b;
}

.venueservices .services .service1 .price {
	font-size: 18px;
	font-family: "Lato";
	color: #333333;
}

.venueservices .services .service1 h4 {
	color: #4f4f4f;
	font-family: "Lato";
	font-size: 16px;
}

.venueservices .services .service1 .fc {
	color: #4f4f4f;
	font-family: "Lato";
	font-size: 16px;
	margin-right: 7px;
}

.venueservices .services .service1 .content {
	color: #4f4f4f;
	font-family: "Lato";
	font-size: 16px;
}

.venueservices .services .service2 {
	border: 1px solid #d4d5d9;
	width: 47%;
	border-radius: 4px;
	margin-left: 20px;
	padding: 20px;
}

.venueservices .services .service2 h3 {
	color: #333333;
	font-family: "Lato";
	font-size: 18px;
}

.venueservices .services .service2 p {
	font-size: 18px;
	font-family: "Lato";
	color: #8b8b8b;
}

.venueservices .services .service2 .price {
	font-size: 18px;
	font-family: "Lato";
	color: #333333;
}

.venueservices .services .service2 h4 {
	color: #4f4f4f;
	font-family: "Lato";
	font-size: 16px;
}

.venueservices .services .service2 .fc {
	color: #4f4f4f;
	font-family: "Lato";
	font-size: 16px;
	margin-right: 7px;
}

.venueservices .services .service2 .content {
	color: #4f4f4f;
	font-family: "Lato";
	font-size: 16px;
}

.compare {
	color: rgba(246, 246, 246, 1);
}

.compare .vendor-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.compare .comparevendors h1 {
	font-size: 40px;
	font-family: "Abhaya Libre SemiBold";
	color: #333333;
}

.compare .comparevendors p {
	color: #333333;
	font-size: 18px;
	font-family: "Lato";
}

.compare .comparevendors .card {
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(255, 255, 255, 0.733);
	border: none;
}

.compare .comparevendors .card img {
	width: 100%;
	height: 15em;
	object-fit: cover;
}

.compare .comparevendors .card .box {
	padding: 15px;
	border: none;
	margin-top: 10px;
}

.carousel-indicators [data-bs-target] {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	opacity: 0.5;
	transition: opacity 0.6s ease;
}

.carousel-indicators .active {
	opacity: 1;
	color: #fff;
}

.compare .comparevendors .card .box h2 {
	color: #333333;
	font-size: 20px;
	font-family: "Lato";
}

.compare .comparevendors .card .box .gold {
	color: #fee71b;
}

.compare .comparevendors .card .box .rating {
	color: #333333;
	font-size: 14px;
	font-family: "Lato";
}

.compare .comparevendors .card .box .count {
	color: #909090;
	font-size: 14px;
	font-family: "Lato";
}

.compare .comparevendors .card .box .vendor-price i {
	color: #909090;
	font-size: 14px;
	font-family: "Lato";
}

.compare .comparevendors .card .box .vendor-price .price {
	color: #333333;
	font-size: 14px;
	font-family: "Lato";
}

.compare .comparevendors .card .box .button {
	margin-top: 10px;
	color: #8b8b8b;
	background-color: #fff;
	border: 0.5px solid #8b8b8b;
	font-size: 12px;
	font-family: "Lato";
	border-radius: 4px;
	margin-right: 5px;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
	.venueservices .tabs {
		margin-left: 10px;
	}

	/* General Adjustments */
	.venuepalm h3,
	.venuepalm .container .page,
	.venuepalm .vendorvenue-gallery .btn-group .navbtn,
	.compare .comparevendors h1 {
		font-size: 16px;
	}

	/* Container adjustments */
	.venuepalm .container,
	.venuepalm .vendorvenue-gallery,
	.venueservices .services {
		margin-left: 10px;
		margin-right: 10px;
	}

	/* Carousel and Image Adjustments */
	.venuepalm .carousel-inner .image {
		height: auto;
	}

	/* Card Adjustments */
	.venuepalm .container .card {
		/* width: 90%; */
		margin-top: 20px;
		height: auto;
		position: relative;
	}

	.venuepalm .container .card .info .btn {
		font-size: 14px;
		padding: 10px 20px;
		margin-left: 0;
	}

	/* Vendor Service Adjustments */
	.venueservices .services .service1,
	.venueservices .services .service2 {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}

	/* Compare Vendors Adjustments */
	.compare .comparevendors {
		margin-left: 0;
	}

	.compare .comparevendors h1 {
		font-size: 28px;
	}

	.compare .comparevendors p {
		font-size: 16px;
	}

	.compare .comparevendors .card {
		margin-bottom: 20px;
	}

	.compare .comparevendors .card .box h2 {
		font-size: 18px;
	}

	.compare .comparevendors .card .box .vendor-price,
	.compare .comparevendors .card .box .button {
		font-size: 12px;
	}
}

@media (max-width: 576px) {

	/* Further adjustments for very small screens */
	.venuepalm .container .card {
		width: 100%;
		margin-top: 15px;
	}

	.venuepalm .vendorvenue-gallery {
		margin-left: 0;
	}

	.venueservices .services .service1,
	.venueservices .services .service2 {
		width: 100%;
		margin-left: 0;
	}

	.compare .comparevendors h1 {
		font-size: 24px;
	}

	.compare .comparevendors p {
		font-size: 14px;
	}
}

/* -----venue Services ------ */

.venueservices .projects {
	border: 1px solid #d4d5d9;
	width: 92%;
	/* margin-left: 65px; */
	border-radius: 4px;
	/* margin-top: 20px; */
}

.venueservices .projects .row h2 {
	color: #333333;
	font-size: 20px;
	font-family: "Lato";
	font-weight: 500;
}

.venueservices .projects hr {
	margin: 0.5rem 0rem;
	color: #222222;
}

.venueservices .about {
	border: 1px solid #d4d5d9;
	width: 92%;
	/* margin-left: 65px; */
	border-radius: 4px;
	/* margin-top: 20px; */
}

.venueservices .about h2 {
	padding: 10px;
	color: #333333;
	font-size: 20px;
	font-family: "Lato";
}

.venueservices .about hr {
	margin: 0.5rem 0rem;
	color: #222222;
}

.venueservices .about h3 {
	color: #4f4f4f;
	font-size: 18px;
	font-family: "Lato";
	font-weight: 700;
	padding-left: 20px;
}

.venueservices .about p {
	color: #4f4f4f;
	font-size: 16px;
	font-family: "Lato";
	font-weight: 400;
	padding-left: 20px;
	padding-right: 20px;
}

.venueservices .about .policy {
	border: 1px solid #d4d5d9;
	width: 98%;
	border-radius: 4px;
	/* margin-top: 20px; */
	/* margin-bottom: 20px; */
}

.venueservices .about .policy h1 {
	padding: 10px;
	color: #333333;
	font-size: 20px;
	font-family: "Lato";
}

.venueservices .about .policy .pol {
	color: #00678a;
	font-size: 20px;
	font-family: "Lato";
}

.venueservices .about .policy .fc {
	color: #00678a;
	margin-left: 20px;
}

.venueservices .about .policy .head {
	color: #333333;
	font-size: 16px;
	font-family: "Lato";
	font-weight: 600;
}

.venueservices .about .policy .content {
	color: #4f4f4f;
	font-size: 14px;
	font-family: "Lato";
	font-weight: 500;
	margin-left: 40px;
}

/* Mobile Styles */
@media (max-width: 768px) {

	/* Projects Section */
	.venueservices .projects {
		width: 100%;
		margin-left: 0;
		padding: 10px;
		margin-top: 10px;
		border-radius: 4px;
	}

	.venueservices .projects .row {
		padding: 10px;
	}

	.venueservices .projects .row h2 {
		font-size: 18px;
		padding: 10px;
	}

	/* About Section */
	.venueservices .about {
		width: 100%;
		margin-left: 0;
		padding: 10px;
		margin-top: 10px;
		border-radius: 4px;
	}

	.venueservices .about h2 {
		font-size: 18px;
		padding: 10px;
	}

	.venueservices .about hr {
		margin-top: -5px;
	}

	.venueservices .about h3 {
		font-size: 16px;
		padding-left: 10px;
	}

	.venueservices .about p {
		font-size: 16px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.venueservices .about .policy {
		width: 100%;
		margin-left: 0;
		padding: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		border-radius: 4px;
	}

	.venueservices .about .policy h1 {
		font-size: 18px;
		padding: 10px;
	}

	.venueservices .about .policy .pol {
		font-size: 18px;
	}

	.venueservices .about .policy .fc {
		margin-left: 10px;
	}

	.venueservices .about .policy .head {
		font-size: 14px;
	}

	.venueservices .about .policy .content {
		font-size: 12px;
		margin-left: 20px;
	}

	.venueservices .projects,
	.venueservices .about {
		padding: 10px;
		margin-left: 0;
	}

	.venueservices .projects .project-pics .pics,
	.venueservices .about .policy,
	.venueservices .about .policy .content {
		padding: 5px;
		text-align: left;
	}
}

.venueservices .review {
	border: 1px solid #d4d5d9;
	width: 92%;
	/* margin-left: 65px; */
	border-radius: 4px;
	/* margin-top: 20px; */
}

.venueservices .review h2 {
	padding: 20px;
	color: #333333;
	font-size: 20px;
	font-family: "Lato";
}

.venueservices .review hr {
	margin-top: -10px;
	color: #222222;
}

.venueservices .review .rating {
	border: 1px solid #d4d5d9;
}

.venueservices .review .rating h1 {
	padding: 20px;
	color: #333333;
	font-size: 20px;
	font-family: "Lato";
}

.venueservices .review .rating hr {
	margin-top: -10px;
	color: #222222;
}

.venueservices .review .distribution {
	border: none;
	padding: 20px;
}

.venueservices .review .distribution .rating-circle {
	font-size: 24px;
	text-align: center;
}

.venueservices .review .distribution .rating-circle img {
	width: 60%;
	/* margin-top: 20px; */
	margin-left: -70px;
}

.venueservices .review .distribution .rating-value {
	text-align: center;
	color: #333333;
	font-size: 40px;
	font-family: "Lato";
	margin-top: 20px;
	margin-left: -90px;
}

.venueservices .review .distribution .rating-name {
	color: #333333;
	font-size: 18px;
	font-family: "Lato";
	margin-left: -30px;
}

.venueservices .review .distribution .header {
	border: 1px solid #d4d5d9;
	border-bottom: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.venueservices .review .distribution .header h1 {
	color: #333333;
	font-size: 18px;
	font-family: "Lato";
	padding: 10px;
}

.venueservices .review .distribution .data {
	border: 1px solid #d4d5d9;
}

.venueservices .review .distribution .diff {
	border-right: 0.5px solid #d4d5d9;
}

.venueservices .review .distribution .rating {
	margin-left: 50px;
	border: none;
}

.venueservices .review .distribution .rating-details {
	width: 100%;
	margin-top: 20px;
}

/* .venueservices .review .distribution .progress-bar {
	text-align: left;
	padding-left: 40rem;
} */

.venueservices .review .distribution .footer {
	border: 1px solid #d4d5d9;
	border-top: none;
	padding: 10px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* .venueservices .review .distribution .footer h1 {
  color: #333333;
  font-size: 18px;
  font-family: 'Lato';
} */

.venueservices .review .distribution .footer .btn {
	color: #fff;
	background-color: #00678a;
	padding: 2px 40px;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-family: "Lato";
}

.venueservices .review .content {
	padding: 10px;
	border: 1px solid #d4d5d9;
	border-radius: 5px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 20px;
}

.venueservices .review .content .user-info {
	display: flex;
	align-items: center;
}

.venueservices .review .content .user-image {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 10px;
}

.venueservices .review .content .user-name {
	font-size: 18px;
	font-family: "Lato";
	color: #333333;
}

.venueservices .review .content .review-date {
	font-size: 16px;
	color: #737373;
	font-family: "Lato";
}

.venueservices .review .content .review-text {
	margin-top: 10px;
	font-size: 14px;
	color: #737373;
	font-family: "Lato";
}

.venueservices .review .content .rating {
	/* width: 30%; */
	background-color: #15b75b;
	border-radius: 5px;
	text-align: center;
	/* padding-left: 10px;
  margin-left: 130px; */
}

.venueservices .review .content .rating-star {
	color: #fff;
	font-size: 18px;
	margin-right: 5px;
}

.venueservices .review .certified-review {
	color: #00678a;
	margin-top: 10px;
	font-size: 14px;
}

/* Mobile Styles */
@media (max-width: 768px) {
	.venueservices .review {
		width: 100%;
		margin-left: 0;
		border-radius: 4px;
		margin-top: 10px;
		padding: 10px;
	}

	.venueservices .review h2 {
		font-size: 18px;
		padding: 10px;
	}

	.venueservices .review hr {
		margin-top: 0;
	}

	.venueservices .review .rating {
		border: none;
		padding: 10px;
	}

	.venueservices .review .distribution {
		padding: 10px;
		flex-direction: column;
		align-items: center;
	}

	.venueservices .review .distribution .rating-circle {
		font-size: 20px;
		margin-left: 0;
		margin-bottom: 10px;
	}

	.venueservices .review .distribution .rating-circle img {
		width: 40%;
		margin-left: 0;
	}

	.venueservices .review .distribution .rating-value {
		font-size: 30px;
		margin-left: 0;
	}

	.venueservices .review .distribution .rating-name {
		font-size: 16px;
		margin-left: 0;
	}

	.venueservices .review .distribution .header {
		border-radius: 4px;
		padding: 10px;
		text-align: center;
	}

	.venueservices .review .distribution .header h1 {
		font-size: 16px;
	}

	.venueservices .review .distribution .data {
		padding: 10px;
	}

	.venueservices .review .distribution .rating {
		margin-left: 0;
		width: 100%;
	}

	.venueservices .review .distribution .progress-bar {
		padding-left: 0;
		width: 100%;
	}

	.venueservices .review .distribution .footer {
		padding: 10px;
		text-align: center;
	}

	/* .venueservices .review .distribution .footer h1 {
      font-size: 16px;
      margin-right: 0;
  } */

	.venueservices .review .distribution .footer .btn {
		font-size: 14px;
		padding: 5px 20px;
	}

	.venueservices .review .content {
		padding: 10px;
		margin-left: 0;
		margin-right: 0;
	}

	.venueservices .review .content .user-info {
		flex-direction: column;
		align-items: flex-start;
	}

	.venueservices .review .content .user-image {
		width: 40px;
		height: 40px;
		margin-right: 5px;
	}

	.venueservices .review .content .user-name {
		font-size: 16px;
	}

	.venueservices .review .content .review-date {
		font-size: 14px;
	}

	.venueservices .review .content .review-text {
		font-size: 12px;
	}

	.venueservices .review .distribution .rating-value {
		font-size: 18px;
		margin-left: -2.3rem;
	}

	.venueservices .review .content .rating-star {
		font-size: 16px;
		margin-right: 2px;
	}

	.venueservices .review .certified-review {
		font-size: 12px;
		margin-top: 5px;
	}

	/* General fixes for the layout and margins */
	.venueservices .review .distribution .diff {
		border-right: none;
		margin-bottom: 20px;
	}

	.venueservices .review .distribution .footer {
		padding: 10px;
		margin-top: 20px;
	}
}

/* ------ Vendor venue main page ------ */

.vendorsmainfilter {
	margin-top: -30px;
}

.vendorsmainfilter .card {
	width: 93%;
	margin-left: 50px;
	background-color: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s;
	border-radius: 4px;
	margin-bottom: 20px;
}

.vendorsmainfilter .carousel-item {
	padding: 20px;
	border-radius: 4px;
}

.vendorsmainfilter .img {
	padding-top: 10px;
	width: 120%;
	height: 10vh;
	margin-top: 10px;
	border-radius: 4px;
}

.vendorsmainfilter .content {
	padding: 10px;
}

.vendorsmainfilter .content .h1 {
	color: #333333;
	font-size: 24px;
	font-family: "Lato";
}

.vendorsmainfilter .content .star {
	color: #fee71b;
}

.vendorsmainfilter .content .rating {
	margin-bottom: 10px;
}

.vendorsmainfilter .content .rating .span {
	color: #333333;
	font-family: "Lato";
	font-size: 14px;
}

.vendorsmainfilter .content .rating .count {
	color: #909090;
	font-size: 14px;
	font-family: "Lato";
}

.vendorsmainfilter .content .details {
	color: #909090;
	font-size: 12px;
	font-family: "Lato";
	margin-bottom: 10px;
}

.vendorsmainfilter .content .details .bi {
	margin-right: 5px;
}

.vendorsmainfilter .content .details .loc {
	margin-right: 5px;
}

.vendorsmainfilter .content .details .price {
	color: #333333;
}

.vendorsmainfilter .content .description {
	color: #909090;
	font-size: 12px;
	font-family: "Lato";
}

.vendorsmainfilter .content .button {
	margin-top: 10px;
	border: 0.5px solid #8b8b8b;
	border-radius: 4px;
	color: #8b8b8b;
	font-size: 12px;
	font-family: "Lato";
	padding: 5px 10px;
	background-color: #fff;
	margin-right: 10px;
}

.vendorsmainfilter .content .btn {
	margin-top: 10px;
	background-color: #00678a;
	color: #fff;
	padding: 8px 40px;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	font-family: "Lato";
	text-align: center;
	cursor: pointer;
}

.vendorsmainfilter .btn {
	color: #868686;
	width: auto;
	font-family: "Lato";
	text-align: center;
	font-size: 16px;
	border-radius: 0%;
	border: none;
	border-bottom: 1px solid #868686;
}

/* Responsive Styling */
@media (max-width: 768px) {
	.vendorsmainfilter .card {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.vendorsmainfilter .content .h1 {
		font-size: 20px;
	}

	.vendorsmainfilter .content .btn {
		padding: 8px 20px;
		font-size: 14px;
	}

	.vendorsmainfilter .content .button {
		font-size: 10px;
	}
}

@media (max-width: 480px) {
	.vendorsmainfilter {
		margin-top: 0;
	}

	.vendorsmainfilter .card {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.vendorsmainfilter .img {
		width: 100%;
		height: auto;
	}

	.vendorsmainfilter .content .h1 {
		font-size: 18px;
	}

	.vendorsmainfilter .content .btn {
		padding: 8px 15px;
		font-size: 14px;
	}

	.vendorsmainfilter .content .button {
		font-size: 10px;
	}

	.vendorsmainfilter .content {
		padding: 5px;
	}
}

#dropdowns {
	padding: 10px;
}

.dropdowns2 .dropdowns .dropbtn {
	border: none;
	padding-bottom: 10px;
	cursor: pointer;
}

.dropdowns2 .dropdowns .dropdown-content {
	background-color: #fff;
	color: #333333;
	font-size: 16px;
	font-family: "Lato";
	display: none;
}

.dropdowns2 .dropdowns .btn {
	border: none;
}

.dropdowns2 .dropdowns .viewbtn {
	color: #fff;
	background-color: #00678a;
	padding: 10px 40px;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	font-family: "Lato";
	text-align: center;
	display: none;
}

.dropdowns2 .dropdowns .header {
	background-color: #f9f9f9;
	padding: 0px;
}

/* Small screens (max-width: 768px) */
@media only screen and (max-width: 768px) {
	.dropdowns2 .dropdowns .btn {
		margin-left: 20px;
	}

	.dropdowns2 .dropdowns .viewbtn {
		padding: 10px 20px;
	}
}

/* Medium screens (max-width: 992px) */
@media only screen and (max-width: 992px) {
	.dropdowns2 .dropdowns .dropdown-content {
		font-size: 14px;
	}
}

/* ----Users Profile ---- */

.userprofile {
	background-color: #f9f9f9;
	margin-top: 10vh;
	padding: 80px 0;
}

.userprofile h3 {
	background: linear-gradient(91.21deg, #C19575 1.03%, #5B4637 179.39%);
	font-family: var(--main);
	font-weight: 600;
	font-size: 56px;
	line-height: 62px;
	letter-spacing: -0.02em;
	text-align: center;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.userprofile p {
	color: #333333;
	font-size: 20px;
	font-family: "Lato";
	font-weight: 500;
	line-height: 24px;
	text-align: center;
}


.profile-user li {
	padding: 8px;
	color: #676767;
	font-size: 16px;
	font-family: "Lato";
	font-weight: 400;
}

.profile-user h6 {
	color: #333333;
	font-size: 18px;
	font-family: "Lato";
	margin-bottom: -10px;
}

.profile-user .dropdown-item .icon {
	margin-left: 10px;
}

@media (max-width: 768px) {
	.mywedding .img-fluid {
		margin-top: 10px;
	}
}

.modal-content .modal-body .form-group ::placeholder {
	color: #adb5bd;
	font-size: 16px;
	font-family: "Lato";
	font-weight: 500;
}

.modal-content .modal-body .cust {
	font-size: 18px;
	font-weight: 500;
	font-family: var(--sub);
	background-color: #00678a;
	color: #fff;
	gap: 2rem;
	padding: 0.5rem 4rem;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}


.modal-content .modal-body .btn-cancel {
	font-size: 18px;
	font-weight: 500;
	font-family: var(--sub);
	background-color: #ffffff;
	color: #00678a;
	gap: 2rem;
	padding: 0.5rem 4rem;
	border: 1px solid #00678a;
	border-radius: 4px;
	cursor: pointer;
}

/* Add mobile responsiveness */

@media (max-width: 768px) {

	/* User profile */
	.userprofile h3 {
		font-size: 36px;
	}

	.userprofile p {
		font-size: 16px;
	}

	/* Hired vendors */
	.mywedding-cutomize,
	.hiredvendors {
		padding: 1rem;
	}

	.hiredvendors .header {
		padding: 15px;
	}

	.hiredvendors .header h4 {
		font-size: 18px;
	}
}

@media (max-width: 480px) {

	/* Further adjustments for smaller devices */
	.userprofile .container h3 {
		font-size: 28px;
	}

	.userprofile .container p {
		font-size: 14px;
	}
}

/* ----- WedBudget ----- */

.wedbudget .budget {
	border: 1px solid #d4d5d9;
	padding: 10px;
	border-radius: 4px;
}

.wedbudget .budget h2 {
	color: #333333;
	font-size: 24px;
	font-family: "Lato";
	margin-top: -15px;
}

.wedbudget .budget {
	border: 1px solid #d4d5d9;
	padding: 30px;
}

.wedbudget .budget .header {
	border-bottom: 1px solid #d4d5d9;
	margin-bottom: 10px;
}

.wedbudget .budget .row {
	display: flex;
	justify-content: space-evenly;
}

.wedbudget .budget .estimated,
.wedbudget .budget .final {
	border: 1px solid #d4d5d9;
	padding: 20px;
	border-radius: 4px;
}

.wedbudget .budget .estimated h1,
.wedbudget .budget .final h1 {
	color: #909090;
	font-size: 14px;
	font-family: "Lato";
	/* margin-right: 80px; */
}


.wedbudget .budget .estimated h2,
.wedbudget .budget .final h2 {
	color: #ffb703;
	font-size: 18px;
	font-family: "Lato";
	margin-top: 10px;
}

.wedbudget .budget .estimated .btn {
	color: #00678a;
	border: none;
	background-color: #fff;
	font-size: 16px;
	font-family: "Lato";
	margin-top: 10px;
	margin-left: -10px;
}

.wedbudget .budget .final p {
	color: #909090;
	font-size: 14px;
	font-family: "Lato";
	margin-top: 25px;
}

.wedbudget .budget .final .paid {
	color: #05cd99;
	font-size: 14px;
	font-family: "Lato";
	margin-right: 20px;
}

.wedbudget .budget .final .pending {
	color: #d32121;
	font-size: 14px;
	font-family: "Lato";
}

.vendorbudget .vendors {
	border: 1px solid #d4d5d9;
	padding: 20px;
	border-radius: 4px;
}

.vendorbudget .vendors .header {
	border-bottom: 1px solid #d4d5d9;
}

.vendorbudget .vendors .card {
	margin-top: 20px;
	color: #f4f6f7;
	border-radius: 4px;
	border-left: 2px solid #00678a;
	padding: 10px 30px;
}

.vendorbudget .vendors .card .bi {
	width: 124px;
	height: 124px;
	color: #00678a;
}

.vendorbudget .vendors .card h2 {
	font-size: 16px;
	font-family: "Lato";
	color: #00678a;
}

.vendorbudget .vendors .header h1 {
	color: #333333;
	font-size: 20px;
	font-family: "Lato";
}

.vendorbudget .vendors .header .btn {
	color: #00678a;
	font-size: 16px;
	font-family: "Lato";
	border: none;
}

.vendorbudget .venues {
	border: 1px solid #d4d5d9;
	padding: 20px;
	border-radius: 4px;
}

.vendorbudget .venues .header h1 {
	color: #333333;
	font-size: 20px;
	font-family: "Lato";
}

.vendorbudget .venues .header {
	border-bottom: 1px solid #d4d5d9;
}

.vendorbudget .venues .content {
	padding: 20px;
}

.vendorbudget .venues .content h2 {
	margin-top: 5px;
	color: #4f4f4f;
	font-size: 16px;
	font-family: "Lato";
	margin-left: -13px;
}

.vendorbudget .venues .content input {
	color: #333333;
	width: 290px;
	height: 32px;
	background-color: #f4f6f7;
	border-radius: 4px;
	margin-right: 5px;
}

.vendorbudget .venues .content .search-box {
	margin-top: -30px;
}

.vendorbudget .venues .content .search-box .btn {
	width: 94px;
	height: 32px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	border-radius: 4px;
}

.vendorbudget .venues .content .features {
	border: 1px solid #d4d5d9;
	padding: 10px 20px;
	margin-top: 20px;
	border-radius: 4px;
}

.vendorbudget .venues .content .features .name {
	margin-left: 10px;
}

.vendorbudget .venues .content .features h1 {
	color: #333333;
	font-size: 12px;
	font-family: "Lato";
}

.vendorbudget .venues .content .features .bi {
	color: #fe0202;
	cursor: pointer;
}

.vendorbudget .venues .content .features p {
	color: #909090;
	font-size: 9.33px;
	font-family: "Lato";
}

.vendorbudget .venues .content .features span {
	color: #333333;
	font-size: 9.33px;
	font-family: "Lato";
}

.vendorbudget .venues .content .features .star {
	color: #fee71b;
}

.vendorbudget .venues .content .features h4,
.vendorbudget .venues .content .features .fc,
.vendorbudget .venues .content .features .content {
	color: #4f4f4f;
	font-size: 12px;
	font-family: "Lato";
	padding: 0px;
}

.vendorbudget .venues .content .features .fc {
	color: #4f4f4f;
	margin-right: 5px;
}

.vendorbudget .venues .content .total {
	padding: 10px 20px;
	margin-top: 20px;
}

.vendorbudget .venues .content .total span {
	color: #333333;
	font-size: 16px;
	font-family: "Lato";
	margin-left: 20px;
}

.vendorbudget .venues .content .total p {
	color: #909090;
	font-family: "Lato";
}

/* ----- Settings ----- */

.settings .form-container {
	border: 1px solid #d4d5d9;
	padding: 30px 50px;
	border-radius: 4px;
}

.settings .form-container .image {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
	position: relative;
	text-align: center;
}

.settings .form-container .image .bottom-right {
	position: absolute;
	background-color: #fff;
	padding: 2px 5px;
	border-radius: 55%;
	bottom: 8px;
	right: 285px;
	color: #00678a;
	cursor: pointer;
}

@media only screen and (max-width: 768px) {
	.settings .form-container .image .bottom-right {
		right: 15%;
	}

	.settings .container .img-fluid {
		margin-top: 10px;
	}
}

.settings .form-container h2 {
	display: flex;
	justify-content: center;
	color: #4f4f4f;
	font-size: 20px;
	font-family: "Lato";
}

.settings .form-container .gender {
	display: flex;
	justify-content: center;
	color: #4f4f4f;
	font-size: 20px;
	font-family: "Lato";
	margin-bottom: 20px;
}

.settings .form-container .gender input {
	margin-right: 5px;
}

.settings .form-container .gender label {
	margin-right: 10px;
}

.settings .form-container .email label {
	margin-bottom: 5px;
	color: #4f4f4f;
	font-size: 20px;
	font-family: "Lato";
}

.settings .form-container .email ::placeholder {
	color: #adb5bd;
}

.settings .form-container .password label {
	margin-bottom: 5px;
	color: #4f4f4f;
	font-size: 20px;
	font-family: "Lato";
}

.settings .form-container .password ::placeholder {
	color: #adb5bd;
}

.settings .form-container .number label {
	margin-bottom: 5px;
	color: #4f4f4f;
	font-size: 20px;
	font-family: "Lato";
}

.settings .form-container .form-control {
	margin-bottom: 10px;
	border: 1px solid #d4d5d9;
	font-size: 20px;
	font-family: "Lato";
	border-radius: 4px;
	padding: 5px 20px;
}

.settings .form-container .number ::placeholder {
	color: #adb5bd;
}

.settings .form-container .btn {
	color: #ffffff;
	background-color: #00678a;
	width: 100%;
	font-size: 18px;
	font-family: "Lato";
}

.settings .form-container .number .icon {
	display: flex;
	justify-content: space-between;
}

.settings .form-container .number .icon input {
	cursor: pointer;
}

.settings .form-container .number .form-check,
.settings .form-container .number .form-switch {
	padding-left: 0%;
}

/* ------ Join Us ------ */

.managebookings {
	color: #f1f1f1;
}

.managebookings .pic .data {
	padding: 20px;
}

.managebookings .pic .data h1 {
	color: #333333;
	font-size: 40px;
	font-family: "Abhaya Libre SemiBold";
}

.managebookings .pic .data p {
	color: #4f4f4f;
	font-size: 16px;
	font-family: "Lato";
}

.managebookings .pic .data p .bi {
	color: #00678a;
	margin-right: 5px;
}

.managebookings .pic .image1 {
	position: relative;
	z-index: 1;
	margin-top: 130px;
}

.managebookings .pic .imgover {
	padding: 20px;
}

.managebookings .pic .image {
	position: absolute;
	margin-left: 230px;
	z-index: 1;
}

.managebookings .pic .background {
	position: absolute;
	height: 430px;
	margin-top: -30px;
	margin-left: -68px;
}

.benifits .data {
	padding: 20px;
}

.benifits .data h1 {
	color: #333333;
	font-size: 40px;
	font-family: "Abhaya Libre SemiBold";
}

.benifits .data p {
	color: #4f4f4f;
	font-size: 16px;
	font-family: "Lato";
}

.benifits .data p .bi {
	color: #00678a;
	margin-right: 5px;
}

.benifits .data span {
	margin-left: 25px;
}

.benifits .img {
	padding-left: 40px;
}

.benifits .image {
	padding: 10px 30px;
	background-color: #f6f6f6;
	position: absolute;
	z-index: 1;
	border-radius: 4px;
}

.benifits .image1 {
	position: relative;
	z-index: 1;
	margin-left: 310px;
	margin-top: -70px;
}

.benifits .image2 {
	position: relative;
	z-index: 1;
	margin-top: 28px;
	margin-left: -135px;
}

/* Media Queries for Mobile Responsiveness */
@media (max-width: 768px) {
	.managebookings .pic .data h1 {
		font-size: 30px;
	}

	.managebookings .pic .data p {
		font-size: 14px;
	}

	.managebookings .pic .image {
		position: static;
		margin: 0;
		max-width: 100%;
		height: auto;
	}

	.managebookings .pic .image1 {
		margin-top: 20px;
	}

	.managebookings .pic .background {
		margin-left: 0;
		height: auto;
		width: 100%;
	}

	.benifits .data h1 {
		font-size: 30px;
	}

	.benifits .data p {
		font-size: 14px;
	}

	.benifits .image1 {
		margin-left: 0;
		margin-top: 10px;
		width: 100%;
	}

	.benifits .image2 {
		margin-left: 0;
		margin-top: 10px;
		width: 100%;
	}

	.benifits .image {
		position: relative;
		width: 100%;
		padding: 10px;
	}

	.benifits .img {
		padding-left: 0;
		text-align: center;
	}
}

@media (max-width: 480px) {
	.managebookings .pic .data h1 {
		font-size: 24px;
	}

	.managebookings .pic .data p {
		font-size: 12px;
	}

	.benifits .data h1 {
		font-size: 24px;
	}

	.benifits .data p {
		font-size: 12px;
	}
}

.pricing {
	background-color: #fcfcfc;
	padding: 50px;
}

.pricing .header h1 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	font-family: "Abhaya Libre SemiBold";
}

.pricing .header p {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pricing .table {
	padding: 20px;
	box-shadow: whitesmoke;
	background-color: #ffffff;
	border-radius: 4px;
}

.pricing .button {
	background-color: #00678a;
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
	position: relative;
	border: none;
	margin-left: 64.5%;
	margin-right: 50px;
}

.pricing .button::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #00678a transparent transparent transparent;
}

.pricing .btn {
	background-color: #00678a;
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
	position: relative;
	margin-left: 40px;
}

.pricing .btn::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #00678a transparent transparent transparent;
}

.pricing .table table {
	border-collapse: collapse;
	display: flex;
	justify-content: center;
	padding: 30px;
	border-radius: 4px;
	box-shadow: whitesmoke;
	background-color: #ffffff;
}

.pricing .table tr {
	border-bottom: 1px solid #dedede;
}

.pricing .table td {
	padding: 10px;
}

/* add media queries to adjust styles for smaller screens */
@media only screen and (max-width: 768px) {
	.pricing {
		padding: 0px;
	}

	.pricing .button {
		margin-left: 0;
		margin-right: 0;
	}

	.pricing .btn {
		margin-left: 0;
	}

	.pricing .table table {
		padding: 15px;
	}
}

@media only screen and (max-width: 480px) {
	.pricing .button {
		margin-left: 0px;
	}

	.pricing .btn {
		margin-left: 10px;
	}

	.pricing .table table {
		padding: 0px;
	}
}

.pricing .table .bi {
	color: #00678a;
}

.pricing .table .fi {
	color: #c71a1a;
}

/*---- My Vendors ----*/
.vendorprofile {
	background-color: #f9f9f9;
	margin-top: 10vh;
	padding: 80px 0;
}

.vendorprofile h3 {
	background: linear-gradient(91.21deg, #C19575 1.03%, #5B4637 179.39%);
	font-family: "Abhaya Libre SemiBold";
	font-weight: 600;
	font-size: 56px;
	line-height: 62px;
	letter-spacing: -0.02em;
	text-align: center;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.vendorprofile p {
	color: #333333;
	font-size: 20px;
	font-family: "Lato";
	font-weight: 500;
	line-height: 24px;
	text-align: center;
}

/* ----- MyPlanning with wishlist Cart and Status CSS -----*/

.mypalnning .main {
	border: 1px solid #d4d5d9;
	border-radius: 5px;
}

.mypalnning .header ul {
	border: none;
}

.mypalnning .header button {
	border: none;
	font-size: 20px;
	font-family: "Lato";
	font-weight: 600;
	color: #4f4f4f;
}

.mypalnning .header .active {
	border: none;
	color: #00678a;
	border-bottom: 1px solid #00678a;
}

.mypalnning .content ul {
	padding: 10px;
}

.mypalnning .content li .active {
	color: #00678a;
	border: 1px solid #00678a;
	border-radius: 4px;
}

.mypalnning .content .cards {
	display: flex;
	justify-content: space-evenly;
}

.mypalnning .content .card {
	border: 1px solid #d4d5d9;
}

.mypalnning .content .card .bottom-left {
	position: absolute;
	bottom: 10px;
	left: 16px;
	color: #ffffff;
	font-size: 12px;
	font-family: "Lato";
}

.mypalnning .content .card .top-right {
	position: absolute;
	top: 10px;
	right: 16px;
	color: #ffffff;
	font-size: 12px;
	font-family: "Lato";
	padding: 2px 10px;
	border: 1px solid #ffffff;
	border-radius: 15px;
}

.mypalnning .content .card .con {
	position: relative;
	text-align: center;
	color: white;
}

.mypalnning .content .card .con img {
	height: 250px;
	width: 549px;
	object-fit: cover;
}

.mypalnning .content .card .info {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mypalnning .content .card .info h2 {
	color: #333333;
	font-size: 22px;
	font-weight: 500;
	font-family: "Lato";
}

/* ---------- Gallery DW ---------*/

.dw .top {
	padding-bottom: 20px;
	border-bottom: 1px solid #d4d5d9;
}

.dw .top .header {
	margin-bottom: 15px;
	color: #333333;
	font-size: 20px;
	font-family: "Lato";

}

.dw .top .title {
	color: #333333;
	font-size: 28px;
	font-family: "Lato";
}

.dw .top .date {
	color: #909090;
	font-size: 24px;
	font-family: "Lato";
}

.dw .top .span {
	color: #4f4f4f;
	font-size: 24px;
	font-family: "Lato";
}

.dw .top .button {
	color: #00678a;
	font-size: 16px;
	font-family: "Lato";
	border: 1px solid #00678a;
	background-color: #ffffff;
	padding: 8px 20px;
	border-radius: 4px;
}

.dw .header {
	border: none;
	color: #333333;
	font-size: 24px;
	font-family: "Lato";
}

.dw .tabs {
	border: 1px solid #d4d5d9;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	border-radius: 4px;
}

.dw .tabs ul {
	border: none;
}

.dw .tabs button {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	border: none;
	color: #333333;
	font-size: 20px;
	font-family: "Lato";
	/* margin-right: 50px;   */
}

.dw .tabs .active {
	border: none;
	color: #00678a;
	border-bottom: 1px solid #00678a;
}

.dw .tab-content {
	border: 1px solid #d4d5d9;
	padding: 30px;
	border-radius: 4px;
}

.dw .tab-content .pics {
	padding: 20px;
}

.dw .tab-content .videos {
	position: relative;
	padding: 20px;
}

.dw .tab-content .videos .bi {
	display: block;
	width: 100%;
	height: auto;
	cursor: pointer;
}

.dw .tab-content .videos .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	transition: 0.3s ease;
	color: #ffffff;
}

.dw .tab-content .videos:hover .overlay {
	opacity: 1;
}

.dw .tab-content .videos .overlay .bi {
	color: white;
	position: absolute;
	padding: 5px 10px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	border: none;
}

.dw .tab-content .alls {
	position: relative;
	padding: 20px;
}

/* New css for Mannju */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Lato";
}

.btn-update {
	font-size: 18px;
	font-weight: 500;
	font-family: var(--sub);
	/* background-color: #00678a; */
	color: #fff;
	/* padding: 0.5rem 4rem; */
	border-radius: 15px;
	cursor: pointer;
	width: 36%;

	background: linear-gradient(94.91deg, #00D3EB 3.96%, #007785 262.08%);

}

.btn-update:hover {
	font-size: 18px;
	font-weight: 500;
	font-family: var(--sub);
	background-color: #00678a;
	color: #fff;
	/* padding: 0.5rem 4rem; */
	border-radius: 15px;
	cursor: pointer;
}


.btn-primary-update {
	/* font-size: 18px;
	font-weight: 500; */
	font-family: var(--sub);
	background-color: #00678a;
	color: #fff;
	/* padding: 0.5rem 4rem; */
	border-radius: 4px;
	cursor: pointer;
}

.btn-primary-update:hover {
	/* font-size: 18px;
	font-weight: 500; */
	font-family: var(--sub);
	background-color: #00678a;
	color: #fff;
	/* padding: 0.5rem 4rem; */
	border-radius: 4px;
	cursor: pointer;
}

.btn-call {
	font-size: 18px;
	font-weight: 500;
	font-family: var(--sub);
	color: #00678a;
	background-color: #fff;
	border: 1.5px solid #00678a;
	padding: 0.5rem 1rem;
	border-radius: 4px;
	cursor: pointer;
}

.btn-call:hover {

	background-color: #00678a;
	color: #fff;

	cursor: pointer;
}

.form-control,
.form-select {
	color: #adb5bd;
	font-size: 18px;
	font-weight: 300;
	font-family: var(--sub);
}

.form-label,
.col-form-label {
	color: #11263c;
	font-size: 18px;
	font-weight: 500;
	font-family: var(--sub);
	margin-top: 1rem;
}

/* myprofile css */

.myprofile .main {
	border: 1px solid #d4d5d9;
	border-radius: 8px;
}

.myprofile-form {
	background-color: #F9F4F1;
}

/* mywedding css */
.mywedding .main {
	border: 1px solid #d4d5d9;
	border-radius: 8px;
}

.mywedding-cutomize .main {
	border: 1px solid #d4d5d9;
	border-radius: 5px;
}

.btn-cart {
	font-size: 18px;
	font-weight: 500;
	font-family: var(--sub);
	background-color: #00678a;
	color: #fff;
	padding: 0.3rem 1rem;
	border-radius: 4px;
	cursor: pointer;
}

.btn-cart:hover {
	font-size: 18px;
	font-weight: 500;
	font-family: var(--sub);
	background-color: #00678a;
	color: #fff;
	padding: 0.3rem 1rem;
	border-radius: 4px;
	cursor: pointer;
}

.btn-remove {
	font-size: 18px;
	font-weight: 500;
	font-family: var(--sub);
	background-color: #fff;
	color: #00678a;
	padding: 0.3rem 1rem;
	border-radius: 4px;
	border-color: #00678a;
	cursor: pointer;
}

.btn-remove:hover {
	font-size: 18px;
	font-weight: 500;
	font-family: var(--sub);
	background-color: #fff;
	color: #00678a;
	border-color: #00678a;
	padding: 0.3rem 1rem;
	border-radius: 4px;
	cursor: pointer;
}

.homewedbudget {
	margin-top: 60px;
	position: relative;
}

.homewedbudget .budget-wed-flower {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

/* 
.homewedbudget .maincontent {
	background-color: #f9f9f9;
} */

.homewedbudget .content {
	text-align: right;
	max-width: 570px;
}

.homewedbudget .content p {
	color: #888888;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;

}

.homewedbudget .content button {
	border-radius: 15px;
	width: 221px;
}


.homewedbudget .wed-budget-images .img-1 {
	width: 334.9472px;
	height: 297.672px;
	border-top-left-radius: 150px;
	border-top-right-radius: 150px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;

}

.homewedbudget .wed-budget-images .img-2 {
	width: 245px;
	height: 297.67px;
	border-top-left-radius: 150px;
	border-top-right-radius: 150px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;

}

@media (max-width: 1240px) {

	.homewedbudget .wed-budget-images .img-1,
	.homewedbudget .wed-budget-images .img-2 {
		width: 200px;
		object-fit: cover;
	}
}

@media (max-width: 768px) {
	.homewedbudget .budget-wed-flower {
		top: auto;
		left: 30%;
		bottom: -3%
	}
}


.portimg {
	width: 200px;
	height: 100px;
}

.toast-warning {
	background-color: #F89406 !important;
}

.toast-success {
	background-color: #51A351 !important;
}

/* 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;
}

.eventSectionCss {
	background-image: url('../img/aboutus/event.png');
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 35em;
}

.home-eventSectionCss {
	background-image: url('../img/event-section.png');
	background-repeat: no-repeat;
	background-size: cover;
	width: 90%;
	margin-inline: auto;

	border-radius: 20px;
	padding-top: 3.75rem;
	padding-bottom: 0;
}

.home-event-section {
	background: linear-gradient(to bottom, #F9F4F1 40%, transparent 40%);
}

/* .eventSectionCss .content {
	text-align: center;
	border: 1px solid #FFFFFF;
	border-radius: 20px;
	width: 75%;
	margin-inline: auto;
	padding-top: 50px;
	padding-bottom: 30px;
	background: rgba(3, 46, 51, 0.55);
	
	color: #FFFFFF;
} */

.home-eventSectionCss .content {
	text-align: center;
	border: 1px solid #FFFFFF;
	border-radius: 20px;
	width: 75%;
	margin-inline: auto;
	padding-top: 50px;
	padding-bottom: 30px;
	background: rgba(3, 46, 51, 0.55);
	/* 55% opacity */
	color: #FFFFFF;
}

.home-eventSectionCss h1 {
	font-family: "Abhaya Libre SemiBold";
	font-size: 48px;
	line-height: 32px;
	font-weight: 600;
	max-width: 48rem;
}

.home-eventSectionCss p {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	max-width: 48rem;
	margin: 32px 0;
	;
}

@media (max-width: 768px) {
	.eventSectionCss h1 {
		font-size: 30px;
	}

	.eventSectionCss p {
		font-size: 20px;
	}
}



body.compensate-for-scrollbar {
	overflow: hidden
}

.fancybox-active {
	height: auto
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}

.fancybox-container * {
	box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-toolbar {
	right: 0;
	top: 0
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0
}

.fancybox-slide--image:before {
	display: none
}

.fancybox-slide--html {
	padding: 6px
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
	cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing
}

.fancybox-container [data-selectable=true] {
	cursor: text
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%
}

.fancybox-slide--video .fancybox-content {
	background: #000
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff
}

.fancybox-iframe,
.fancybox-video {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc
}

.fancybox-button:hover {
	color: #fff
}

.fancybox-button:focus {
	outline: none
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none
}

.fancybox-button div {
	height: 100%
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
	display: none
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998
}

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px
}

.fancybox-navigation .fancybox-button div {
	padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right)
}

.fancybox-caption {
	background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996
}

@supports (padding:max(0px)) {
	.fancybox-caption {
		padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
	}
}

.fancybox-caption--separate {
	margin-top: -50px
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
}

.fancybox-loading {
	animation: a 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999
}

@keyframes a {
	to {
		transform: rotate(1turn)
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px
	}

	.fancybox-slide--image {
		padding: 6px 0
	}

	.fancybox-close-small {
		right: -6px
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px
	}

	@supports (padding:max(0px)) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right: max(12px, env(safe-area-inset-right))
		}
	}
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px
}

.fancybox-share p {
	margin: 0;
	padding: 0
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
	color: #fff
}

.fancybox-share__button:hover {
	text-decoration: none
}

.fancybox-share__button--fb {
	background: #3b5998
}

.fancybox-share__button--fb:hover {
	background: #344e86
}

.fancybox-share__button--pt {
	background: #bd081d
}

.fancybox-share__button--pt:hover {
	background: #aa0719
}

.fancybox-share__button--tw {
	background: #1da1f2
}

.fancybox-share__button--tw:hover {
	background: #0d95e8
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}

.fancybox-share__button svg path {
	fill: #fff
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}

.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
	opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1
}

/* ================================================== */
#AvatarFileUpload {
	position: relative;
	width: 150px;
	/* Adjust width as needed */
}

.selected-image-holder {
	position: relative;
	width: 100%;
	height: auto;
}

.selected-image-holder img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.avatar-selector {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.avatar-selector-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 50%;
	color: white;
	text-decoration: none;
	font-size: 20px;
}

.avatar-selector-btn i {
	color: white;
}

input[type="file"] {
	display: none;
}

/* ================================================== */
@media (max-width:576px) {
	.fancybox-thumbs {
		width: 110px
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px)
	}
}



/* 26/02/25 */

.wedding-journey-heading {
	font-family: "Lato";
	font-weight: 500;
	font-size: 32px;
	line-height: 36px;
	color: #333333;
	margin-bottom: 48px;
}

.accordion-item {
	background-color: #F9F4F1;
}

.accordion-button {
	background-color: #F9F4F1;
}
