@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro&display=swap');
@import url('https://fonts.googleapis.com/css?family=Cardo|Libre+Franklin&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');

@font-face {
	font-family: 'charline';
	src: url('/js/charlineFont.otf') format('opentype');
}

@font-face {
	font-family: 'venetian';
	src: url('/js/venetian.ttf') format('ttf');
}

ol,
ul {
	padding: 0px;
	margin: 0px;
}

h1,
h2,
h3,
h4,
h6 {
	font-family: 'Cardo', sans-serif;
}

h5 {
	font-family: 'Dancing Script';
	font-size: 120%;
	color: #000;
	line-height: 1.7em;
	font-weight: 400;
}

body {
	font-family: 'Cardo';
	font-size: 20px;
	color: #000;
	line-height: 1.7em;
	font-weight: 400;
	overflow-x: hidden;
	overflow-y: hidden;
}

/*=========menu========*/
.logo {
	padding: 20px 0;

}

.menu {
	padding: 0px;
}

.nav.navbar-nav {
	float: right;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 18px;
}

.lineShape {
	font-family: sans-serif;
	/* margin: 100px auto; */
	margin: auto;
	text-align: center;
	color: black;
	font-size: 25px;
	max-width: 600px;
	position: relative;
	/* margin-bottom: 20px; */
}

.lineShape:before {
	content: "";
	display: block;
	width: 130px;
	height: 3px;
	background: black;
	left: 150px;
	top: 50%;
	position: absolute;
}

.lineShape:after {
	content: "";
	display: block;
	width: 130px;
	height: 3px;
	background: black;
	right: 150px;
	top: 50%;
	position: absolute;
}

.navbar-inverse {
	background-color: transparent;
	border: none;
	padding-top: 24px;
}

.navbar-inverse .navbar-collapse {
	padding: 0px;
	margin: 0px;
}

.navbar-nav>li {
	float: left;
	font-size: 16px;
	font-weight: 500;
	padding-left: 0px;
}

.navbar-inverse .navbar-nav>li>a {
	color: #2a2e32;
	text-transform: uppercase;
	font-size: 16px;
}

.navbar-nav>li>a:hover {
	color: #780000 !important;
	background-color: transparent !important;
}

.navbar-inverse .navbar-nav>.active>a {
	color: #880000 !important;
	background-color: transparent !important;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
	color: #780000;
}

/*========/menu========*/


/*========banner=======*/

/***********************************************/
.log {
	margin-top: 4%;
}

#slider img {
	max-width: 100%;
}

/*Slider*/
#slider {}

#slider .slider_overlay {
	position: relative;
}

#slider .slider_overlay:after {
	position: absolute;
	content: "";

	top: 0;
	width: 100%;
	height: 100%;
}

/*Slider Fade In*/

.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0.6;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
	z-index: 2;
}

.buton {
	width: 80%;
	margin: 0 auto;
}

/********************************/
/*          Media Queries       */
/********************************/

/*========/banner=======*/


/*===============================content=========================*/
.space {
	padding: 50px 0;
	float: left;
}

.space h1 {
	padding: 0 0 40px 0;
	font-size: 46px;
}

.space p {
	line-height: 2em;
}

.btn-default {
	background-color: transparent;
	border: 2px dashed #780000;
	color: #780000;
	text-align: center;
	padding: 10px 40px;
	text-transform: uppercase;
	margin-top: 5%;
}

.btn-default:hover {
	background: #780000;
	color: #fff;
	border-color: #780000;
	transition: all ease-in-out 0.5s;
}

.btn-danger {
	background-color: #780000;
	border: 2px dashed #780000;
	color: #fff;
	text-align: center;
	padding: 10px 40px;
	text-transform: uppercase;
	margin: 1% 0 4% 0;
}

.btn-danger:hover {
	background-color: transparent;
	color: #780000;
	border-color: #780000;
	transition: all ease-in-out 0.5s;
}

/*==============================/content=========================*/


/*============Footer=============*/
.footer {
	background: #fff;
	padding: 5% 0 0 0;
}

.f-2 hr {
	border-top: 1px solid #e7e7e7;
}

.links a:hover {
	text-decoration: none;
}

.links li {
	display: inline-block;
	list-style: none;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
	margin: 4px;
	text-transform: uppercase;
	background: #780000;
	font-size: 18px;
	color: #fff;
}

.links li:hover {
	background-color: #333;
	transition: all ease-in-out 0.3s;
}

.l-c {
	background-color: #fff;
	padding: 14px 0 0px 0;
	text-align: center;
}

.l-c p {
	font-size: 14px;
	color: #333;
	text-align: center;
}

/*============/Footer=============*/

/*==============inner-pages=====================*/
.inner-bnr {
	padding: 40px 0 60px 0;
}

* {
	box-sizing: border-box;
}

.row>.column {
	padding: 0 9px 14px 0;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.column {
	float: left;
	width: 33%;
}

/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal-content {
	position: relative;
	background-color: transparent;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 50%;
}

/* The Close Button */
.close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
	opacity: 10;
}

.close:hover,
.close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

.mySlides {
	display: none;
}

.cursor {
	cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: relative;
	width: auto;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

img {
	margin-bottom: -4px;
}

.caption-container {
	text-align: center;
	background-color: transparent;
	padding: 2px 16px;
	color: white;
}

.demo {
	opacity: 0.6;
}

.active,
.demo:hover {
	opacity: 1;
}

img.hover-shadow {
	transition: 0.3s;
}

.hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*******************************
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
*******************************/
.panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-color: #EEEEEE;
	margin-bottom: 1.7%;
}

.panel-default>.panel-heading {
	padding: 0;
	border-radius: 0;
	color: #ffffff;
	background-color: #333;
	border-color: #d61663;
}

.panel-title {
	font-size: 16px;
	font-family: 'open-sans', sans-serif;
}

.panel-title>a {
	display: block;
	padding: 15px;
	text-decoration: none;
}

.more-less {
	float: right;
	color: #ffffff;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #EEEEEE;
	background: #f2f2f2;
}

button.btn.btn-default-2 {
	background: #780000;
	color: #fff;
	padding: 8px 30px;
	text-align: center;
}

button.btn.btn-default-2:hover {
	opacity: 0.7;
}

/*==============inner-pages=====================*/

/*============media query=============*/


@media screen and (max-width: 768px) and (min-width: 320px) {
	.navbar-inverse .navbar-toggle .icon-bar {
		background-color: #780000;
	}

	.navbar-inverse {
		padding-top: 4px;
	}

	.navbar-inverse .navbar-toggle {
		border-color: #780000;
	}

	.space h1 {
		padding: 0 0 10px 0;
		font-size: 26px;
	}

	.row {
		margin-left: 0px;
	}

	.hero {
		width: 100%;
		height: 100%;
		padding: 50px 0;
	}

}

/*============/media query=============*/



.iframe-container {
	position: relative;
	width: 100%;
	height: auto;
}

.iframe-container iframe {
	position: relative;

	width: 100%;
	height: auto;
}

.mobile-nav {
	display: none;
}

.mobile-nav.active {
	left: 0;
}

@media (max-width:786px) {

	.mobile-nav {
		background-color: #f8f8f8;
		z-index: 1000;
		width: 100vw;
		height: 100vh;
		position: fixed;
		top: 0;
		left: -100%;
		display: flex;
		flex-direction: column;
		padding: 20px;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
		transition: all 0.3s ease-in-out;
	}

	.mobile-nav.active {
		left: 0;
	}

	.mobile-nav-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-bottom: 20px;
		border-bottom: 1px solid #eee;
		margin-bottom: 20px;
	}

	.mobile-logo img {
		height: 40px;
		width: auto;
	}

	.close-btn {
		background: none;
		border: none;
		font-size: 32px;
		color: #987028;
		cursor: pointer;
		padding: 0 10px;
		line-height: 1;
	}

	.mobile-items {
		display: flex;
		flex-direction: column;
		list-style-type: none;
		padding: 0;
		margin: 0;
		gap: 15px;
	}

	.mobile-items li a {
		display: block;
		padding: 12px 15px;
		color: #333;
		text-decoration: none;
		font-size: 18px;
		font-weight: 500;
		border-radius: 6px;
		transition: all 0.3s ease;
	}

	.mobile-items li a:hover {
		background-color: #f0f0f0;
		color: #987028;
	}

	/* .mobile-items li.active a {
		color: #987028;
		background-color: rgba(152, 112, 40, 0.1);
	} */

	/* Toggle button for opening the menu (add to your header) */
	.mobile-menu-toggle {
		display: none;
		background: none;
		border: none;
		font-size: 24px;
		color: #333;
		cursor: pointer;
	}



}

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






/* -----------------> can start accordion style copy from here ------------------------*/

.accordion-bral {
	min-height: 0;
	min-width: 220px;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	margin: 0px !important;
}

.accordion-bral .ac-label {
	font-family: 'Cardo', sans-serif;
	padding: 5px 20px;
	position: relative;
	display: block;
	height: auto;
	cursor: pointer;
	color: #2a2e32;
	line-height: 33px;
	font-size: 20px;
	background: #EFEFEF;
	border: 1px solid #CCC;
}

.accordion-bral .ac-label:hover {
	background: #BBB;
}

.accordion-bral input+.ac-label {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.accordion-bral input:checked+.ac-label,
.accordion-bral input:checked+.ac-label:active {
	background-color: rgba(79, 79, 79, 0.5) !important;
	color: #2a2e32;
	box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3), 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.accordion-bral input.ac-input {
	display: none;
}

.accordion-bral .article {
	background: rgb(240, 240, 240);
	overflow: hidden;
	height: 0px;
	max-height: auto;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.accordion-bral .article p {
	color: #777;
	line-height: 20px;
	font-size: 16px;
	padding: 18px;
}

.accordion-bral input:checked~.article i {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.accordion-bral input:checked~.article.ac-content {
	height: auto;
}

.accordion-bral i {
	position: absolute;
	transform: translate(-30px, 0);
	margin-top: 14px;
	right: 0;
}

.accordion-bral input:checked~.ac-label i:before {
	transform: translate(2px, 0) rotate(-45deg);
}

.accordion-bral input:checked~.ac-label i:after {
	transform: translate(-2px, 0) rotate(45deg);
}

.accordion-bral i:before,
.accordion-bral i:after {
	content: "";
	position: absolute;
	background-color: #808080;
	width: 3px;
	height: 9px;
}

.accordion-bral i:before {
	transform: translate(-2px, 0) rotate(-45deg);
}

.accordion-bral i:after {
	transform: translate(2px, 0) rotate(45deg);
}

ul.ac-list {
	padding-left: 40px;
	list-style-type: disc;
}

table.ac-table {
	margin: 20px 0 20px 20px;
}

table.ac-table th {
	text-align: left;
}

@media (max-width: 550px) {
	.accordion-bral .ac-label {
		font-family: 'Cardo', sans-serif;
		padding: 10px 20px;
		position: relative;
		display: block;
		height: auto;
		padding-right: 40px;
		cursor: pointer;
		color: #2a2e32;
		line-height: 33px;
		font-size: 20px;
		background: #EFEFEF;
		border: 1px solid #CCC;
	}

	.accordion-bral i {
		position: absolute;
		transform: translate(-30px, 0);
		margin-top: 2%;
		right: 0;
	}
}

/* ---------- accordion style end --------------------------------------- */

.homeSecondContainer {
	/* border: 1px solid black; */
	/* padding: 12px; */
	margin-top: 50px;
	position: relative;
}

.homeSecondContainer .sectionContainer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.homeSecondContainer .sectionContainer .child1 {
	width: 30%;
}

.homeSecondContainer .sectionContainer .child1 img {
	width: 100%;
}

.homeSecondContainer .sectionContainer .child2 {
	width: 65%;
}

.homeSecondContainer .sectionContainer .child2 img {
	width: 100%;
	height: auto;
}

.homeSecondContainer .sectionContainerTwo {
	width: 90%;
	/* border: 1px solid black; */
	margin: auto;
	padding: 140px 160px;
	margin-top: -80px;
	height: 100vh;
	background-image: url("/images/banner.png");
	background-position: center top;
	background-size: cover;
	mix-blend-mode: darken;
}

.homeSecondContainer .sectionContainerTwo p {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
}

.homeSecondContainer .sectionContainerThree {
	width: 80%;
	display: flex;
	justify-content: space-between;
	margin: auto;
	align-items: center;
	margin-top: -300px;
}

.homeSecondContainer .sectionContainerThree .child1 {
	width: 30%;
	height: 40vh;
}

.homeSecondContainer .sectionContainerThree .child1 img {
	width: 100%;
	height: 100%;
}

.homeSecondContainer .sectionContainerThree .child2 {
	width: 65%;
	height: 70vh;
}

.homeSecondContainer .sectionContainerThree .child2 img {
	width: 100%;
	height: 100%;
}

.homeSecondContainer .sectionContainerFour {
	width: 80%;
	/* border: 1px solid black; */
	margin: auto;
	margin-top: 90px;
	/* padding: 106px 40px; */
	display: flex;
	justify-content: center;
	/* gap: 14px; */
	align-items: center;
}


.homeSecondContainer .sectionContainerFour .child1 {
	width: 45%;
	/* height: 60vh; */
}

.homeSecondContainer .sectionContainerFour .child1 img {
	width: 100%;
	height: 100%;
}

.homeSecondContainer .sectionContainerFour .child2 {
	width: 45%;
	background-color: #fbf6f2;
	padding: 30px 30px;
	margin-left: -60px;
}

.homeSecondContainer .sectionContainerFour .child2 h4 {
	font-weight: 500;
	font-size: 30px;
	font-family: 'dancing script';
}

.homeSecondContainer .sectionContainerFour .child2 p {
	font-size: 18px;
	/* color: white; */
	text-align: left;
	font-family: 'venetian';
}

.homeSecondContainer .sectionContainerFour .child2 button {
	color: white;
	margin: auto;
	outline: none;
	border: none;
	background-color: #987028;
	padding: 12px 16px;
	border-radius: 8px;
	transition: all .8s ease-in;

}

.homeSecondContainer .sectionContainerFour .child2 button:hover {
	background-color: black;
	color: white;
	scale: 1.04;
}

@media (min-width:1020px) and (max-width:1200px) {
	.homeSecondContainer .sectionContainerFour {
		width: 100%;

	}

	.homeSecondContainer .sectionContainerFour .child2 {
		width: 45%;
		background-color: #fbf6f2;
		padding: 10px 10px;
		z-index: 10;
	}

	.homeSecondContainer .sectionContainerFour button {
		font-size: 14px;
		padding: 8px 12px;
	}
}

@media (min-width:1201px) and (max-width:1300px) {
	.homeSecondContainer .sectionContainerFour {
		width: 90%;
	}

	.homeSecondContainer .sectionContainerFour .child2 {
		width: 45%;
		background-color: #fbf6f2;
		padding: 20px 20px;
		z-index: 10;
		/* border: 1px solid black; */
	}

	.homeSecondContainer .sectionContainerFour button {
		font-size: 14px;
		padding: 8px 12px;
	}
}

@media (min-width:1301px) and (max-width:1480px) {
	.homeSecondContainer .sectionContainerFour {
		width: 90%;
	}

	.homeSecondContainer .sectionContainerFour .child2 {
		width: 45%;
		background-color: #fbf6f2;
		padding: 35px 40px;
		z-index: 10;
		/* border: 1px solid black; */
	}

	.homeSecondContainer .sectionContainerFour .child2 h4 {
		font-size: 32px;
	}

	.homeSecondContainer .sectionContainerFour .child2 p {
		font-size: 20px;
	}

	.homeSecondContainer .sectionContainerFour button {
		font-size: 14px;
		padding: 8px 12px;
	}
}

@media (min-width:1481px) and (max-width:1600px) {
	.homeSecondContainer .sectionContainerFour {
		width: 90%;
	}

	.homeSecondContainer .sectionContainerFour .child2 {
		width: 45%;
		background-color: #fbf6f2;
		padding: 45px 40px;
		z-index: 10;
		/* border: 1px solid black; */
	}

	.homeSecondContainer .sectionContainerFour .child2 h4 {
		font-size: 36px;
	}

	.homeSecondContainer .sectionContainerFour .child2 p {
		font-size: 23px;
	}

	.homeSecondContainer .sectionContainerFour button {
		font-size: 16px;
		padding: 10px 14px;
	}
}

.homeSecondContainer .sectionContainerFive {
	width: 80%;

	margin: auto;
	margin-top: 90px;
	/* padding: 106px 40px; */
	display: flex;
	justify-content: center;
	/* gap: 14px; */
	align-items: center;
}

.homeSecondContainer .sectionContainerFive .child1 {
	width: 45%;
	background-color: #fbf6f2;
	padding: 30px 30px;
	z-index: 10;
	/* border: 1px solid black; */
}

.homeSecondContainer .sectionContainerFive button {
	color: white;
	margin: auto;
	outline: none;
	border: none;
	background-color: #987028;
	padding: 12px 16px;
	border-radius: 8px;
	transition: all .8s ease-in;

}

.homeSecondContainer .sectionContainerFive button:hover {
	background-color: black;
	color: white;
	scale: 1.04;
}

.homeSecondContainer .sectionContainerFive .child2 {
	width: 45%;
	/* height: 60vh; */
	margin-left: -60px;
}

.homeSecondContainer .sectionContainerFive .child2 img {
	width: 100%;
	height: 100%;
}

.homeSecondContainer .sectionContainerFive .child1 h4 {
	font-weight: 500;
	font-size: 30px;
	font-family: 'dancing script';
}

.homeSecondContainer .sectionContainerFive .child1 p {
	font-size: 18px;
	/* color: white; */
	text-align: left;
	font-family: 'venetian';
}

@media (min-width:1020px) and (max-width:1200px) {
	.homeSecondContainer .sectionContainerFive {
		width: 100%;

	}

	.homeSecondContainer .sectionContainerFive .child1 {
		width: 45%;
		background-color: #fbf6f2;
		padding: 10px 10px;
		z-index: 10;
	}

	.homeSecondContainer .sectionContainerFive button {
		font-size: 14px;
		padding: 8px 12px;
	}
}

@media (min-width:1201px) and (max-width:1300px) {
	.homeSecondContainer .sectionContainerFive {
		width: 90%;
	}

	.homeSecondContainer .sectionContainerFive .child1 {
		width: 45%;
		background-color: #fbf6f2;
		padding: 20px 20px;
		z-index: 10;
		/* border: 1px solid black; */
	}

	.homeSecondContainer .sectionContainerFive button {
		font-size: 14px;
		padding: 8px 12px;
	}
}

@media (min-width:1301px) and (max-width:1480px) {
	.homeSecondContainer .sectionContainerFive {
		width: 90%;
	}

	.homeSecondContainer .sectionContainerFive .child1 {
		width: 45%;
		background-color: #fbf6f2;
		padding: 35px 40px;
		z-index: 10;
		/* border: 1px solid black; */
	}

	.homeSecondContainer .sectionContainerFive .child1 h4 {
		font-size: 32px;
	}

	.homeSecondContainer .sectionContainerFive .child1 p {
		font-size: 20px;
	}

	.homeSecondContainer .sectionContainerFive button {
		font-size: 14px;
		padding: 8px 12px;
	}
}

@media (min-width:1481px) and (max-width:1600px) {
	.homeSecondContainer .sectionContainerFive {
		width: 90%;
	}

	.homeSecondContainer .sectionContainerFive .child1 {
		width: 45%;
		background-color: #fbf6f2;
		padding: 45px 40px;
		z-index: 10;
		/* border: 1px solid black; */
	}

	.homeSecondContainer .sectionContainerFive .child1 h4 {
		font-size: 36px;
	}

	.homeSecondContainer .sectionContainerFive .child1 p {
		font-size: 23px;
	}

	.homeSecondContainer .sectionContainerFive button {
		font-size: 16px;
		padding: 10px 14px;
	}
}

.homeSecondContainer .coverArea {
	margin-top: 100px;
	width: 100%;
	overflow: hidden;

}

.homeSecondContainer .coverArea h2 {
	text-align: center;
	font-size: 32px;
	font-family: 'charline';
	/* margin-bottom: 20px; */

}

.homeSecondContainer .coverArea h5 {
	font-family: sans-serif;
	/* margin: 100px auto; */
	margin: auto;
	text-align: center;
	color: black;
	font-size: 25px;
	max-width: 600px;
	position: relative;
	margin-bottom: 20px;
}

.homeSecondContainer .coverArea h5:before {
	content: "";
	display: block;
	width: 150px;
	height: 3px;
	background: black;
	left: 130px;
	top: 50%;
	position: absolute;
}

.homeSecondContainer .coverArea h5:after {
	content: "";
	display: block;
	width: 150px;
	height: 3px;
	background: black;
	right: 130px;
	top: 50%;
	position: absolute;
}

.homeSecondContainer .coverDiv {
	margin: auto;
	width: 80%;
	/* background-color: #E5E3D4; */
	display: flex;
	justify-content: center;
	align-items: center;

}


/* .homeSecondContainer .coverDiv p {
	text-align: center;
	width: 60%;
	font-family: 'Dancing Script';
} */
.swiper-container {
	width: 100%;
	height: 70%;
	overflow: hidden;
}

.swiper-slide {
	text-align: center;
	font-size: 14px;
	border-radius: 10px;
	/* font-family: ''; */
	/* border: 1px solid black; */

}

.swiper-slide p {
	width: 80%;
	margin: auto;
}

.swiper-pagination {
	color: #000 !important;
}

.swiper-button-prev {
	color: #000 !important;
	z-index: 100;
	/* margin-left: 20px; */
}

.swiper-button-next {
	color: #000 !important;
	z-index: 100;
	/* margin-right: 30px; */
}

.aboutStyle {
	width: 100vw;

}

/* .aboutStyle  */
.galleryContainer {
	width: 96vw;
	margin: auto;
}

.galleryContainer .img {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 25px;
	width: 100%;
}

.galleryContainer .image-wrapper {
	position: relative;
	width: 32%;
	border-radius: 10px;
	overflow: hidden;
}

@media all and (max-width:767.9px) {
	.galleryContainer .image-wrapper {
		width: 100%;
	}
}

@media (min-width:768px) and (max-width:1000px) {
	.galleryContainer .image-wrapper {
		width: 48%;
	}
}

@media (min-width:1001px) and (max-width:1300px) {
	.galleryContainer .image-wrapper {
		width: 31%;
	}
}

.galleryContainer .image-wrapper img {
	width: 100%;
	border-radius: 10px;
	transition: all 0.8s;
	cursor: pointer;
}

.galleryContainer .image-wrapper:hover img {
	transform: scale(1.06);
}

.galleryContainer .image-wrapper .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
	height: 0;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
}

.galleryContainer .image-wrapper:hover .overlay {
	height: 100%;
}

.galleryContainer .image-wrapper .view-btn {
	background-color: #fff;
	color: #333;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 1.6rem;
	font-weight: 500;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.galleryContainer .image-wrapper:hover .view-btn {
	opacity: 1;
}

/* Modal styling */
.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.8);
	justify-content: center;
	align-items: center;
}

.modal .close {
	position: absolute;
	top: 10px;
	right: 25px;
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	cursor: pointer;
}

.modal .modal-content {
	max-width: 60%;
	max-height: 80%;
	margin: auto;
	display: block;
	border-radius: 10px;
}

.homeSecondContainer .footer {
	/* position: absolute;
	bottom: 0; */
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;

}

/* .homeSecondContainer .foote */
.homeSecondContainer .footer .innerDiv {
	position: absolute;
	width: 62%;
	display: flex;
	color: white;
	align-items: center;
	height: 150px;
	margin-top: 40px;
}

.homeSecondContainer .footer .innerDiv div {
	width: 140px;
	height: 100px;
	cursor: pointer;
}

#home {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 1400px;
	height: auto;
	/* Ensures the height adjusts */
}

.w3-image {
	transition: opacity 1.2s ease-in-out;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fade-in {
	opacity: 1;
}

.fade-out {
	opacity: 0;
}


.footer-container {
	width: 75vw;
	margin: auto;
	position: relative;
}

.social-media-container {
	position: absolute;
	width: 600px;
	height: 200px;
	top: 140px;
	left: 50px;
}

.social-media-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 40px;
}

.social-icons {
	display: flex;
	gap: 60px;
	justify-content: center;
	align-items: center;
}

.social-handle h1 {
	text-align: center;
	font-size: 25px;
	font-weight: 700;
}

.footer-image {
	width: 100%;
	margin-top: 80px;
}


@media screen and (max-width: 768px) {
	.footer-container {
		width: 90vw;
		/* More width for smaller screens */
	}

	.social-media-container {
		position: relative;
		/* Change from absolute to relative for better flow */
		width: 100%;
		/* Full width */
		top: auto;
		left: auto;
		height: auto;
		margin: 10px 0;
	}

	.social-media-content {
		padding-top: 20px;
		/* Reduced padding */
	}

	.social-icons {
		gap: 30px;
		/* Smaller gap between icons */
		flex-wrap: wrap;
		/* Allow icons to wrap if needed */
	}

	.social-icons img {
		width: 40px;
	}

	.social-handle h1 {
		font-size: 20px;
		/* Smaller font size */
	}

	.footer-image {
		margin-top: 40px;
		/* Reduced margin */
	}
}

.tag-container {
	display: flex;
	justify-content: center;
	gap: 40px;
	padding: 40px 0;
	flex-wrap: wrap;
	/* Allows tags to wrap on smaller screens */
}

.tag-container__tag {
	font-size: 34px;
}

@media (max-width: 768px) {
	.tag-container {
		gap: 20px;
		padding: 20px 0;
		margin-top: 40px;
	}

	.tag-container__tag {
		font-size: 24px;
	}
}

/* For very small screens (optional) */
@media screen and (max-width: 480px) {
	.social-icons {
		gap: 20px;
		/* Even smaller gap */
	}

	.social-handle h1 {
		font-size: 18px;
	}

	.swiper-button-next,
	.swiper-button-prev {
		transform: scale(0.6);
		/* Adjust the scale value as needed (0.5 = 50% size) */
		width: 5px !important;
	}

	.logo {
		transform: scale(1.4);
	}
}