.trip-hero{
	display: flex;
	gap: 30px;
}
.video-holder{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}


.video-wrapper {
	top: 0; right: 0; bottom: 0; left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1; 
 }

  .video-wrapper video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }
  
  /* 1. No object-fit support: */
  @media (min-aspect-ratio: 16/9) {
	.video-wrapper > video { height: 300%; top: -100%; }
  }
  @media (max-aspect-ratio: 16/9) {
	.video-wrapper > video { width: 300%; left: -100%; }
  }
  /* 2. If supporting object-fit, overriding (1): */
  @supports (object-fit: cover) {
	.video-wrapper > video {
	  top: 0; left: 0;
	  width: 100%; height: 100%;
	  object-fit: cover;
	}
  }

.trip-hero .left-area{
	width:70%;
	overflow: hidden;
	position: relative;
}

.trip-hero .left-area .swiper-container img{
	max-width: inherit;
	height: 100%;
	object-fit: cover;
}

.trip-hero .right-area{
		width:40%;
}



.hero-main-slider{
	height: 100%;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	overflow: hidden;
}

.trip-hero img {
  width: 100%;
}

.swiper-container {
  width: 100%;
}


.swiper-container.slider-thumbnail {
  overflow: hidden;
  margin-top: 30px;
  position: relative;
}

.swiper-container.slider-thumbnail img{
	width: 100%;
    height: 190px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.slider-thumbnail .video-wrapper {
  height: 190px;
}

.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
  width: 25%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}

.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}


.slider-thumbnail .video-holder{
	position: relative;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.slider-thumbnail .video-holder:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	z-index: 20;
	pointer-events: none;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
}



.slider-thumbnail svg{
	fill: #fff;
	position: absolute;
	z-index: 21;
	width: 45px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}


.trip-overview {
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 4px 107.4px 0px rgba(0, 0, 0, 0.14);
	padding: 30px 0px;
	    display: flex;
    flex-direction: column;
}

.trip-overview .overview-item{
	display: flex;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 10px;
    justify-content: space-between;
	padding: 0 30px;
}

.trip-overview h3 {
	margin: 0;
	text-align: left;
}

.trip-overview p {
	text-align: right;
}

.trip-overview h2{
	text-align: center;
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 20px;
	margin: 0;
	margin-bottom: 30px;
}

.trip-overview .pricing{
	display: flex;
	align-items: center;
	justify-content: space-between;
	align-items: center;
	padding: 20px 30px;
}

.trip-overview .pricing p{
	padding: 5px 15px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	margin: 0;
}

.overview-button{
	text-align: center;
	display: inline-block;
	align-self: center;
	margin-left: 0;
	margin-right: 0;
	margin-top: 30px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	padding:12px 30px;
	cursor: pointer;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
}

.overview-button:hover{
	opacity: 0.8;
}


.swiper-container:not(.swiper-container-initialized)>.swiper-wrapper, .swiper:not(.swiper-initialized)>.swiper-wrapper{
	overflow: visible !important;
}

.thumb-controls{
	position: absolute;
	width: 30px;
	height: 30px;
	z-index: 10;
	top: 50%;
		background: #FDB515;
	border-radius:50px ;
	-webkit-border-radius:50px ;
	-moz-border-radius:50px ;
	-ms-border-radius:50px ;
	-o-border-radius:50px ;
	cursor: pointer;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.thumb-controls-next{
	right: -60px;

}

.thumb-controls-prev{
	left: -60px;
	cursor: pointer;
}

.thumb-controls svg{
	fill: #000;
	cursor: pointer;
}

.thumb-controls.swiper-button-disabled{
	pointer-events: none;
	opacity: 0.5;
}


.trip-overview.mobile{
	display: none;
	max-width: 90%;
	margin: 15px auto;
}

.thumbnail-wrapper{
	position: relative;
}

@media screen and (max-width: 991px) {

	.swiper-container.slider-thumbnail img{
		height: 140px;
	}


	.slider-thumbnail .video-wrapper {
  height: 140px;
}

	.trip-overview.desktop{
		display: none;
	}

	.trip-overview.mobile{
		display: flex;
		flex-direction: column;
	}

	.trip-hero .left-area{
		width: 100%;
	}

	.trip-hero .right-area{
		display: none;
	}

	.thumb-controls{
        position: relative;
        margin-left: auto;
        margin-right: auto;
		        display: flex;
        align-items: center;
        justify-content: center;
	}

	.controls-holder{
		display: flex;
        justify-content: center;
        width: 130px;
        margin: 45px auto 0;
	}

	.thumb-controls{
		width: 40px;
		height: 40px;
		right: auto;
		left: auto;
	}

	.thumb-controls svg{
		width: 35px;
		height: 35px;
	}
}

@media screen and (max-width: 767px) {

.swiper-container.slider-thumbnail {
  margin-top: 10px;
}

	.swiper-container.slider-thumbnail img{
		height: 130px;
	}

	.slider-thumbnail .video-wrapper {
		height: 130px;
		}
	
}


@media screen and (max-width:  600px) {


	.swiper-container.slider-thumbnail img{
		height: 100px;
	}

	.slider-thumbnail .video-wrapper {
		height: 100px;
		}
	
}