.header__logo h1 {
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-weight: 700;
}

.cstm_btn {
	display: inline-block;
	color: #ffffff;
	margin-top: 35px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 1px solid #ffffff;
	padding: 6px 40px;
	border-radius: 50px;
	transition: .3s all ease-in-out;
}

.cstm_btn:hover {
	background: #ffffff;
	color: #3a0101;
}

.about_sec {
	background-image: url(../images/bg_banner.jpg);
	background-attachment: fixed;
	position: relative;
	padding: 170px 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.about_sec p {
	letter-spacing: 1px;
	line-height: 32px;
	font-weight: 400;
	font-size: 16px;
}

.about_sec::before {
	content: '';
	position: absolute;
	background-color: #000000e0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.show_wrap {
	position: relative;
}

.events--home .flex .show-in-view>div:nth-child(2) {
	margin: 100px 0 0 0;
}

.counter_list {
	list-style: circle;
	padding-left: 25px;
}

.counter_list li {
	margin-bottom: 10px;
}

.footer__logo h2 {
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-weight: 700;
}

.footer__top p {
	font-size: 16px;
	margin-bottom: 10px;
}

.footer__top ul li {
	margin-bottom: 5px;
	font-size: 16px;
}

.footer__top ul.social {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 20px;
}

.footer__top ul.social a {
	width: 40px;
	height: 40px;
	display: flex;
	border: 1px solid #ffffff;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	border-radius: 50%;
	transition: .3s all ease-in-out;
}

.footer__top ul.social a:hover {
	background: #ffffff;
	color: #3a0101 !important;
}

body {
	background-color: #ffe6da45;
}

#content {
	position: relative;
	background-image: url(../images/bg.svg);
	background-size: auto;
	background-repeat: repeat;
}

.bg_clip {
	position: absolute;
	bottom: -140px;
	right: 0;
	width: 26%;
	opacity: 0.3;
	filter: grayscale(1);
}

.bg_clip1 {
	position: absolute;
	top: -10px;
	right: 0;
	width: 28%;
	opacity: 0.5;
	filter: grayscale(1);
}

/*Menu starts*/
.our_menu {
	background: #f5f5f5;
}

.menu_tab {
	margin: 0 auto;
	justify-content: center;
	width: auto;
	gap: 10px;
}

.nav-item {
	display: inline-block;
	text-align: center;
}

.nav-tabs .nav-link {
	transition: .3s;
}

.nav-tabs .nav-link.active {
	background: #3a0101;
	color: #fff;
	font-weight: 700;
	border: 1px solid #3a0101;
	text-transform: capitalize;
}

.nav-link {
	color: #000;
}

.nav-tabs .nav-link:hover {
	background: #3a0101;
	color: #fff;
	border: 1px solid #3a0101;
}

.single_menu {
	position: relative;
	margin-bottom: 35px;
	transition: .3s;
	display: flex;
	gap: 25px;
	align-items: flex-start;
}

.single_menu:hover img {
	-webkit-clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);

}

.single_menu img {
	/* width: 30%; */
	width: 100%;
	/* position: absolute; */
	height: auto;
	/* -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%); */
	transition: .3s;
	border: 1px solid #ddd;
	border-radius: 5px;
}

/* .menu_content {
	padding-left: 230px;
} */

.menu_content h4 {
	font-size: 25px;
	font-weight: 300;
	border-bottom: 1px dashed #c0392b;
	line-height: 2;
	text-transform: capitalize;
}

.menu_content h4 span {
	font-size: 25px;
	font-weight: 800;
	float: right;
	font-style: italic;
	color: #c0392b;
}

.menu_content p,
.events--home .flex .text,
.home__wedding__texts p,
.counter_list li {
	font-weight: 200;
	font-size: 16px;
	letter-spacing: 1px;
}

.menu_btn.btn.btn-danger {
	margin: 0 auto;
	display: block;
	width: 140px;
}

/*Menu ends*/
.title.with_line {
	position: relative;
	padding-bottom: 15px;
}

.title.with_line::before {
	background: #3a0101;
	width: 100px;
	height: 4px;
	position: absolute;
	content: '';
	top: 90%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.title.with_line::after {
	position: absolute;
	content: '';
	background: #fbc531;
	width: 30px;
	height: 4px;
	top: 90%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.header__menu a.nav-link {
	color: #3a0101;
	padding: 0;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
}

.page-template-template-home .header__languages.header__menu {
	width: 33.33%;
}

.page-template-template-home .header__languages.header__menu.right_menu {
	right: 40px;
	left: unset;
}

.header__logo,
.header__languages {
	bottom: 20px;
}



@media(min-width:767px) {
	.w-md-25 {
		width: 25% !important;
	}

	.heroslider .max-width {
		padding: 0;
	}

	.page-template-template-home #header>div {
		display: flex;
		align-items: center;
		padding: 0 40px;
		justify-content: space-between;
	}

	.header__logo,
	.header__languages {
		position: relative !important;
		inset: unset !important;
		transform: unset !important;
	}
}

@media(max-width:767px) {
	.heroslider .slide__box {
		background: transparent;
		padding: 30px 30px 80px;
		margin-left: 0;
		color: inherit;
	}

	.heroslider .slide__arrow {
		background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJMYXllcl8xIiB2aWV3Qm94PSIwIDAgODEuMyAxMS4yIj48c3R5bGU+LnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMzYTAxMDE7c3Ryb2tlLW1pdGVybGltaXQ6MTB9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMCA1LjZoODBNNzUuMi40bDUuNCA1LjItNS40IDUuMyIvPjwvc3ZnPg==);
	}

	.green .text {
		max-width: 100%;
	}

	.footer__top ul.social {
		justify-content: center;
	}

	.footer__bottom .text-end {
		text-align: center !important;
	}

	.header__menu a {
		font-size: 20px;
		line-height: 20px;
	}

	.header__logo h1 {
		font-size: 24px;
		letter-spacing: 2px;
	}

	.bg_clip {
		bottom: 0px;
		width: 100%;
		opacity: 0.1;
	}
}

#counter {
	text-align: center;
	background: #3a0101;
	padding: 40px 0px;
}

#counter .item {
	background: #fff;
	width: 100%;
	padding: 45px 20px;
	margin: 10px 0px;
	text-align: center;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
	-moz-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
	box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
	/* height: 25vh; */
	align-items: center;
}

/* #counter .item .count {
	color: #e8b12d;
	margin-bottom: 5px;
	font-size: 40px;
} */

#counter .item h3 title h5 {
	color: #4f4e28;
	text-transform: capitalize;
}

.cstm_btn1 {
	display: inline-block;
	color: #3a0101;
	margin-top: 35px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 1px solid #3a0101;
	padding: 6px 40px;
	border-radius: 50px;
	transition: .3s all ease-in-out;

}

.cstm_btn1:hover {
	background: #3a0101;
	color: #ffffff;

}

.form-control {
	border-bottom: 1px solid;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-radius: 0px;
	font-size: 1.2rem;
}

.form-control:focus {
	color: var(--bs-body-color);
	background-color: var(--bs-body-bg);
	border-bottom: 1px solid;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0.25);
}

.box {
	border: 1px solid;
	border-radius: 20px;
	height: 100%;
	padding: 40px;
	max-width: 335px;
	margin: auto;
	text-align: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
}

.box i {
	font-size: 30px;
	margin-bottom: 20px;
}

@media(max-width:600px) {
	.box {
		border: 0px;
	}

}

.wwhd {
	margin-bottom: 30px;
}

.conut-no1 {
	display: flex;
	justify-content: center;
	align-items: baseline;
	margin-bottom: 10px;
}

#counter .item .count {
	color: #e8b12d;
	font-size: 44px;
	line-height: 44px;
}

span.count-style1 {
	margin-left: 10px;
	color: #000000;
	font-size: 28px;
	letter-spacing: 1px;
	display: block;
	font-weight: 800;
	line-height: 44px;
}