@font-face {
    font-family: 'WoodfordBournePRO';
    src: url('fonts/WoodfordBournePRO-Bold.eot');
    src: url('fonts/WoodfordBournePRO-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/WoodfordBournePRO-Bold.woff2') format('woff2'),
        url('fonts/WoodfordBournePRO-Bold.woff') format('woff'),
        url('fonts/WoodfordBournePRO-Bold.ttf') format('truetype'),
        url('fonts/WoodfordBournePRO-Bold.svg#WoodfordBournePRO-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'WoodfordBournePRO';
    src: url('fonts/WoodfordBournePRO-Regular.eot');
    src: url('fonts/WoodfordBournePRO-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/WoodfordBournePRO-Regular.woff2') format('woff2'),
        url('fonts/WoodfordBournePRO-Regular.woff') format('woff'),
        url('fonts/WoodfordBournePRO-Regular.ttf') format('truetype'),
        url('fonts/WoodfordBournePRO-Regular.svg#WoodfordBournePRO-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'WoodfordBournePRO';
    src: url('fonts/WoodfordBournePRO-Thin.eot');
    src: url('fonts/WoodfordBournePRO-Thin.eot?#iefix') format('embedded-opentype'),
        url('fonts/WoodfordBournePRO-Thin.woff2') format('woff2'),
        url('fonts/WoodfordBournePRO-Thin.woff') format('woff'),
        url('fonts/WoodfordBournePRO-Thin.ttf') format('truetype'),
        url('fonts/WoodfordBournePRO-Thin.svg#WoodfordBournePRO-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}



.cs-nav-menu__text {
    display: none;
}

.yt-page-banner{
	background-image: url(../images/you-tube-page-banner.jpg);
	
	background-size: cover;
	background-position: top center;
	padding-top: 15%;
	padding-bottom: 15%;
	position: relative;
}

.yt-page-banner-heading {
	font-family: 'WoodfordBournePRO';
	font-size: 3.125rem;
	color: #fff;
}

.banner-text {
	font-family: "PT Sans", serif;
	font-size: 18px;
	color: #fff;
	width: 82%;
}

.banner-year-text {
	font-family: "PT Sans", serif;
	font-size: 18px;
	color:  #d2d1d1;
}

.banner-text-block {
    width: 72%;
}

.yt-banner-list {
	padding-left: 0px;
}

.yt-banner-list li {
    display: inline-block;
    color: #d2d1d1;
    font-size: 18px;
    font-family: "PT Sans", serif;
    position: relative;
    padding: 0 20px;
}

.yt-banner-list li:first-child{
	padding-left: 0px;
}

.yt-banner-list li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fff;
    position: absolute;
    top: 44%;
    left: 0px;
    border-radius: 50%;
}

.yt-banner-list li:first-child:before{
	display: none;
}

/* video section css */

.video-main-section{
	padding-top: 80px;
    padding-bottom: 60px;
	position: relative;
}
.video-list-heading {
    font-family: 'WoodfordBournePRO';
    color: #23252D;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
}



.video-items{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.video-item {
    width: calc((100% - 30px) / 2);
    position: relative;
    margin-top: 26px;
	display: none;
}

.video-thumbnail{
	position: relative;
}

.video-thumbnail img{
	width: 100%;
}


.video-play-btn{
	width: 70px;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	display: none;
}

.video-item:hover .video-play-btn{
	display: block;
}

.video-item-title {
    color: #383c50;
    font-family: "Woodford Bourne", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin: 16px 0px;
}

.video-date{
	color: #383C50;
    font-family: "Woodford Bourne", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    margin: 16px 0px;
}

.video-load-more-btn{
	text-align: center;
}

.load-btn {
    background-color: #fff;
    font-family: "Raleway", sans-serif;
    border: 1px solid #000;
    padding: 10px 36px;
    font-size: 18px;
    display: inline-block;
    margin-top: 28px;
    cursor: pointer;
}

.load-btn:hover{
	background-color:#000;
	color: #fff;
}


/* End video section css */

.latest-episodes{
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}

.latestep-heading {
	font-family: 'WoodfordBournePRO';
	color: #23252D;
	font-size: 2.5rem;
	font-weight: 700;
}

.latest-slide-item img{
	width: 100%;
}

.latest-slide-item{
	margin: 0 10px;
	position: relative;
}

.latest-slide-item:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
}

.latest-episodes .slick-list {
  margin: 0 -10px;
}

.slider-arrows {
	text-align: right;
    position: absolute;
    top: 0;
    right: 0;
}

.new-episodes {
	padding-top: 30px;
	padding-bottom: 60px;
	position: relative;
}

.new-episodes  .slider{
	    margin-top: 32px;
}

.slider-arrows button {
    background-color: #EAEAEA;
    width: 44px;
    height: 40px;
    border: 0px;
}

.slider-arrows button:hover{
    background-color: #23252D;
}

.slider-arrows button:hover svg path{
	fill: #fff;
}

.new-video-sub-title {
    font-family: 'WoodfordBournePRO';
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.new-video-slide-content {
    position: absolute;
    bottom: 10px;
    padding: 0 15px;
	z-index: 10;
}

.new-short-video-paly-btn {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
    width: 70px;
}

.logo-subscribe-block {
    display: flex;
    opacity: 0;
    visibility: hidden;
	align-items: center;
}

.latest-slide-item:hover .logo-subscribe-block {
	 opacity: 1;
    visibility: visible;
}

.new-item-logo {
	width: 60%;
}




@media (max-width: 767px) {
	.yt-page-banner{
		    padding-top: 30%;
			
	}
	
	.yt-page-banner-heading{
		    font-size: 2.125rem;
	}
	
	.banner-text-block {
		width: 100%;
	}
	
	.yt-banner-list li{
		  padding: 0 13px;
	}
	
	.banner-text{
		font-size: 16px;
		width: 100%;
	}
	
	.video-main-section {
    padding-top: 46px;
    padding-bottom: 46px;
	}
	
	.video-item {
        width: calc((100% - 0px) / 1);
	    margin-top: 6px;
	}
	
	.video-item-title{
		    font-size: 16px;
	}
	
	.video-date{
		    font-size: 14px;
	}
	
	.video-play-btn {
      width: 50px;
	}
	
	.load-btn{
		font-size: 15px;
	}
	
	.latestep-heading{
		font-size: 1.7rem;
	}
	
	.slider-arrows button{
		width: 34px;
        height: 36px;
	}
	
	.slider-arrows{
		right: 20px;
	}

}

@media only screen and (min-width: 768px) and (max-width: 1199px)  {
	.yt-page-banner{
	    padding-top: 28%;
	}
	
	
   
   .latestep-heading{
	       font-size: 1.7rem;
   }
   
   .video-list-heading{
	    font-size: 1.7rem;
   }
   
   .video-main-section {
    padding-top: 64px;
   }
   
   .video-play-btn {
    width: 50px;
  }
  
  .video-item-title{
	      font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1366px)  {

.yt-page-banner{
	height: 690px;
}

.video-play-btn {
    width: 56px;
}

.latestep-heading{
	font-size: 2rem;
}

.new-short-video-paly-btn{
	width: 50px;
}



}

@media only screen and (min-width: 1367px) and (max-width: 1440px)  {


.latest-episodes {
    padding-top: 30px;
}

.latestep-heading{
	font-size: 2.2rem;
}

.subscribe-setion {
    padding-top: 50px;
    padding-bottom: 50px;
}

.subscribe-title{
	    font-size: 2rem;
}

}

@media only screen and (min-width: 1921px) and (max-width: 2400px)  {
	.yt-page-banner{
		    padding-top: 12%;
	}
}
