/* remove comment if you have used grid start */
/* .swiper-container {
	display: flex;
}

.swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

}

.swiper-wrapper {
	display: grid;
	grid-template-rows: repeat(2, 1fr);
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
} */

/* remove comment if you have used grid end */

/* remove comment if you have used parallax start */
/* .swiper-slide {
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.swiper-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
} */

/* .swiper-backface-hidden .swiper-slide{
	position: relative;
	z-index: 1;
	opacity: 0 !important;
	transition: opacity 0.8s ease-in-out;
} */

.swiper-backface-hidden .swiper-slide-active {
	z-index: 2;
	opacity: 1 !important;
}

.border-radius .swiper .swiper-wrapper .image-container{
	border: 1px solid #e1e1e1;
}



.swiper-container {
	position: relative;
}

.swiper-pagination.pagination-outside {
	position: relative;
	margin-top: 10px;
	text-align: center;
}

.swiper-pagination.pagination-inside {
	position: absolute;
	width: 100%;
	bottom: 10px;
	text-align: center;
}

.swiper-button-prev:after, 
.swiper-button-next:after {
	font-size: 15px;
	color: #ffffff;
	font-weight: 600;
}

.navigation{
	display: flex;
    width: auto;
    
}

.navigation svg,
.navigation svg{
	height: 20px;
	width: 20px;
}

.navigation .custom-navigation-prev {
	position: absolute;
    right: 28px;
    top: -33px;
}
.navigation  .custom-navigation-next{
	position: absolute;
    right: 0;
    top: -33px;
}
.default-navigation{
    border-radius: 50%;
	/* background-color: #e1e1e1; */
	background-color: #c3bebe;
	height: 30px;
    width: 30px;
	z-index: 10 !important;
}

.swiper-venu-img{
	/* aspect-ratio: 9/16; */
	width: 100%;
	object-fit: contain;
	padding-top: 50px;
}

.vbox-container .vbox-content .venoratio{
	width: 25%;
	aspect-ratio: 9/16;
	border-radius: 10px;
	object-fit: contain;
}

.vbox-container .vbox-content .venoratio iframe{
	border-radius: 10px;
}

.vbox-close svg path{
	fill: #ffffff;
}

@media screen and (max-width: 1024px){
	.vbox-container .vbox-content .venoratio{
		width: 53%;
	}
}

@media screen and (max-width: 768px){
	.vbox-container .vbox-content .venoratio{
		width: 53%;
	}	
}

@media screen and (max-width: 640px) {
	.default-navigation{
		height: 20px;
    	width: 20px;
	}
	.vbox-container .vbox-content .venoratio{
		width: 100%;
	}	
	.navigation .custom-navigation-prev{
		left: -8px;
		z-index: 2;
		top: 45%;
	}
	.swiper-button-prev:after, 
	.swiper-button-next:after{
		font-size: 10px;
	}
	.navigation .custom-navigation-next{
		top: 45%;
		z-index: 2;
		right: -8px;
	}
	.navigation svg, .navigation svg{
		height: 15px;
    	width: 15px;
	}
}

/* remove comment if you have used parallax end */





