/* .youtube-thumbnail-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transition: opacity 1s ease-in-out;
}
.youtube-thumbnail-cover.fade-out {
    opacity: 0;
}
.background-video-container {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
} */




.banner-slider-gradient,
.banner-main-container{
  position: relative;
}

.banner-slider-gradient::after{
  content: "";
  display: flex;
  height: 240px;
  width: 100%;
  position: absolute;
  top: -4px;
  left: 0;
  background: linear-gradient(0deg, rgba(78, 78, 78, 0) 0%, #4e4e4e 100%);
  z-index: 5;
}



/* .banner-main-container::after{
  content: "";
  display: flex;
  height: 240px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  background: linear-gradient(180deg, rgba(107, 95, 88, 0) 0%, rgba(107, 95, 88, 0.6) 106.58%);
  z-index: 10;
} */


.background-video-section {
  /* position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden; */
  position: relative;
  overflow: hidden;
}

.background-video-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.background-video-embed {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}

.youtube-thumbnail-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

.youtube-thumbnail-cover.fade-out {
  opacity: 0;
}

.content-over-video {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  top: 50%;
  transform-style: preserve-3d;
  /* transform: translateY(-50%) translateZ(10px); */
  /* padding-top: 15%;
    padding-bottom: 15%; */
}

.embed-responsive {
  /* position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; */
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  top: 0;
  left: 0;
  margin-top: 0px;
  /* height: 100vh; */
}

.embed-responsive::before {
  padding-top: 56.25%;
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.banner-video {
  position: absolute;
  top: 43%;
  left: 50%;
  width: 100%;
  height: 100%;
  /* height: 100vh; */
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}










/* 
.video-slide-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.video-fallback-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index: 2;
	transition: opacity 0.5s ease-in-out;
}


.video-loaded .video-fallback-image {
	opacity: 0;
	pointer-events: none;
} */

.video-fallback-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index: 2;
	transition: opacity 0.5s ease-in-out;
}

.video-loaded .video-fallback-image {
	opacity: 0;
	pointer-events: none;
}












.banner-main-container {
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
  /* height: 100vh; */
  display: block;
  width: calc(100vw - (100vw - 100%));
}

.video-banner {
  position: absolute;
  height: 100vh;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
}
.main-container {
  position: relative;
  padding: 0;
  margin: 0;
}

.floating-section {
  position: absolute;
  height: calc(100vh + 60px);
  overflow: hidden;
  background: #6b170c;
  top: 0;
  left: 0;
  width: calc(100vw - (100vw - 100%));
  z-index: 10;
  /* border-radius: 0px 0px 60px 60px; */
    /* border-radius: 60px 60px 0px 0px; */
  pointer-events: none;
}


/* .floating-section {
  border-radius: 60px 60px 0 0;
  transition: none;
} */


.floating-section {
  position: relative;
  transform: translateY(100%);
}





.floating-section-noise {
  z-index: 0;
  opacity: 0.3;
  pointer-events: none;
  background-image: url("../images/noise.png");
  background-size: 200px;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  z-index: 11;
  pointer-events: none;
}
.floating-element {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 30vw;
  height: 30vw;
  border-radius: 100%;
  background-color: #455268;
  -webkit-filter: blur(200px);
  filter: blur(200px);
  pointer-events: none;
}

.floating-element._1 {
  width: 40vw;
  height: 40vw;
  margin-top: -16%;
  margin-left: -16%;
  border-radius: 20%;
  background-color: #bfa682;
  opacity: 1;
}

.floating-element._2 {
  margin-top: -20%;
  border-radius: 40%;
  background-color: #47110a;
  opacity: 0.5;
}

.floating-element._3 {
  width: 40vw;
  height: 40vw;
  margin-top: -12%;
  margin-left: 52%;
  background-color: #ffecbd;
}

.floating-element._4 {
  left: auto;
  right: 0px;
  width: 60vw;
  height: 60vw;
  margin-top: -32%;
  margin-right: -10%;
  background-color: #47110a;
}

.floating-element._5 {
  left: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 24%;
  margin-right: -8%;
  background-color: #47110a;
}

.floating-element._6 {
  left: auto;
  right: 0%;
  bottom: 0%;
  width: 40vw;
  height: 40vw;
  margin-top: 35%;
  margin-right: -16%;
  margin-bottom: -20%;
  background-color: #ffecbd;
}
.bannerSwiper {
  height: 100%;
}
.bannerSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerSwiperText .swiper-slide .e-con-inner {
  gap: var(--row-gap) var(--column-gap);
  height: 100%;
  margin: 0 auto;
  max-width: var(--content-width);
  padding-inline-end: 0;
  padding-inline-start: 0;
  width: 100%;
  align-content: var(--align-content);
  align-items: var(--align-items);
  align-self: auto;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-wrap: var(--flex-wrap);
  justify-content: var(--justify-content);
}
.panel-3 {
  display: flex;
  align-items: flex-end;
  padding-bottom: 100px;
}
.bannerSwiperText .banner-text h2 {
  font-size: 64px;
  font-weight: 400;
  font-family: "lora";
  color: #ffffff;
  border-left: 4px solid #bf393c;
  padding-left: 40px;
  line-height: 1.3em;
}


@media screen and (max-width: 1199px){
   .embed-responsive{
    height: 100vh;
  }
  .embed-responsive .embed-responsive-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.77vh;
  height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
}

@media screen and (max-width: 1024px) {
  .bannerSwiperText .banner-text h2 {
    font-size: 48px;
    padding-left: 25px;
  }
}

@media screen and (max-width: 640px) {
  .bannerSwiperText .banner-text h2 {
    font-size: 32px;
    padding-left: 25px;
  }
}

@media screen and (max-width: 767px) {
.panel-3{
    padding-bottom: 60px;
  }
 
}