.destindiy-video-section{
	position:relative;
	z-index: 1;
}
/* .destindiy-video-section.alternate{
	background: #1172B8;
	padding: 100px 0px 70px 0px;
} */

.destindiy-video-section.alternate {
	background: linear-gradient(206deg, rgba(17, 114, 184, 0.0) 0%, rgba(17, 114, 184, 0.0) 100%), 
			url('./../img/banner/video-banner.png') center center no-repeat;
	/*background-attachment: fixed;*/
	background-size: cover;
	padding: 100px 0 70px 0;
}

.destindiy-video-section .title-box{
	position:relative;
	text-align: center;
	margin-bottom: 60px;
}

.destindiy-video-section .title-box h1{
	position: relative;
	display: inline-block;
	font-size:60px;
	line-height: 1.20em;
	color: #ffffff;
	font-weight: 400;
	text-transform:capitalize;
	margin-bottom: 0px;
}
.stat-counter  {
      margin: auto;
      text-align: center;
      margin-bottom: 2em;
}
.destindiy-video-section .destin-banner-content-wrappper {
	position: relative;
	z-index: 9909090909090909090;
}
/* }
.destindiy-video-section .map-pattern-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('./../img/banner/video-banner.png') center center no-repeat;
	opacity: 0.08;
      background-attachment: fixed;
      background-size: cover;
	z-index: 1;
} */
.destindiy-video-section .video-title {
	font-size: clamp(1.4rem, 1.1442rem + 0.7692vw, 1.625rem);
      color:var(--text-white);
      font-weight: 700;
	text-align: center;
	line-height: 1.5em;
}

/*  */
.fancybox-fadeIn {
	animation: fadeIn 0.5s ease-in-out forwards;
    }
    
    .fancybox-fadeOut {
	animation: fadeOut 0.5s ease-in-out forwards;
    }
    
    @keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
    }
    
    @keyframes fadeOut {
	from { opacity: 1; }
	to { opacity: 0; }
    }
    