.ketchup-tv-nav{
    margin-top: 30px;
    padding-left: 30px;
    border-bottom: 1px solid #5c5c5c;
}
.play_header-margin{
    display:none;
}
.ketchup-tv-nav li{
    margin-right: 35px;
}
.ketchup-tv-nav li a{
    font-size:17px;
    font-weight: 400;
    color: #a2a2a2 !important;
}
.ketchup-tv-nav li .active{
    color: #ffd200 !important;
    position: relative;
    border: 0 !important;
}
.ketchup-tv-nav li .active::after{
    content: '';
    width:90%;
    height: 2px;
    background-color: #ffd200;
    position:absolute;
    left:50%;
    bottom:-1px;
    transform: translateX(-50%);
}
.ketchup-tv-slider-banner{
    width:100%;
    min-height: 100px;
    background-image: linear-gradient(to right, rgba(255, 140, 1, 1) 0%, rgba(46, 46, 46, 1) 67%);
    border-radius:20px;
    overflow: hidden;
    position: relative;
}
.dark-design .ketchup-tv-slider-banner{
    width:100%;
    min-height: 100px;
    background-image: linear-gradient(to right, rgba(255, 140, 1, 0.5) 0%, rgba(46, 46, 46, 0.21) 67%);
    border-radius:20px;
    overflow: hidden;
    position: relative;
}

.ketchup-tv-banner-left{
    width: 100%;
  height: 100%;
    display: flex;
  align-items: center;
  padding-left: 60px;

}
.dark-design .ketchup-banner-left-title{
color:#fff;
}
.ketchup-banner-left-title{
    font-size:32px;
    color:#000;
    font-weight: 700;
}
.ketchup-banner-episode-count {
    font-size:15px;
    color:#444444;
    font-weight: 400;
    margin-bottom: 0;
}
.dark-design .ketchup-banner-episode-count {
    font-size:15px;
    color:#d8d8d8;
    font-weight: 400;
    margin-bottom: 0;
}
.ketchup-btn{
    min-width:150px;
    height:48px;
    background-color: #ffd200;
    color:#000000;
    border:0;
    outline:none;
    border-radius:24px;
    font-size:15px;
    color:#000000;
    cursor: pointer;
    font-weight: 600;
}

.ketchup-shows-slider{
    margin-bottom: 0px;
}

.ketchup-show-box{
    width: 100%;
    min-height: 100px;
}

.ketchup-show-image-box{
    width: auto;
    padding-bottom: 55%;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}
.ketchup-show-image{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.episode-count{
    width:37px;
    height: 24px;
    background-color: #fc0;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 25px;
    bottom: 15px;
    font-size:14px;
    font-weight: 500;
    z-index: 1;

}
.episode-stack{

    position: absolute;
    z-index: -1;
    left: 2px;
    bottom: 3px;

}
.episode-stack img{
    width: 45px;
}
.ketchup-show-title-box{
    padding:15px;
    display: flex;

    justify-content: space-between;
    gap: 10px;
}
.ketchup-show-title-box .ketchup-show-title h6{
    font-size:15px;
    font-weight:400;
    color:#000000;
    margin-bottom: 5px;
}
.dark-design .ketchup-show-title-box .ketchup-show-title h6{
    font-size:15px;
    font-weight:400;
    color:#ffffff;
    margin-bottom: 5px;
}
.ketchup-show-title-box .ketchup-show-title p{
    font-size: 12px;
    color:#454545;
    margin-bottom: 0;
    font-weight: 400;
}
.dark-design .ketchup-show-title-box .ketchup-show-title p{
    font-size: 12px;
    color:#a0a0a0;
    margin-bottom: 0;
    font-weight: 400;
}
.ketchup-show-title-box .ketchup-show-title p:nth-last-child(2){
    color:#676767;
    margin-bottom: 5px;
    margin-top: 5px;
}
.dark-design .ketchup-show-title-box .ketchup-show-title p:nth-last-child(2){
    color: #dddddd;
    margin-bottom: 5px;
    margin-top: 5px;
}
.ketchup-show-slider-header{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap: 25px;
}
.ketchup-show-slider-header h4{
    color:#000000;
    font-size:17px;
    font-weight: 500;
    margin-bottom: 0;
}
.dark-design .ketchup-show-slider-header h4{
    color:#ffffff;
    font-size:17px;
    font-weight: 500;
    margin-bottom: 0;
}
.ketchup-show-slider-header a{
    font-size:15px;
    color:#29668b;
    font-weight: 500;
  white-space: nowrap;
}
.dark-design .ketchup-show-slider-header a{
    font-size:15px;
    color:#ffd200;
    font-weight: 500;
}
.ketchup-tv-header-tagline{
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap:30px;
    justify-content: center;
    margin-top: 55px;
}
.ketchup-tv-header-tagline img{
    height: 38px;
    width: 101px;
}
.ketchup-tv-header-tagline p{
    font-size:20px;
    color:#000000;
    margin-bottom: 0;
}
.dark-design .ketchup-tv-header-tagline p{
    font-size:20px;
    color:#ffffff;
    margin-bottom: 0;
}
.ketchup-home-bottom-description p{
    font-size:12px;
    color:#979797;
    margin-bottom: 0;
    font-weight: 400;
}
.explore-show-box{
    margin-bottom: 15px;
    position: relative;
}
.explore-show-image-box{
    position: relative;
}
.ketchup-navigation{
    margin-top:20px;
    margin-bottom: 12px;
    padding-left: 15px;
    padding-bottom: 12px;
    border-bottom: 1px solid #5c5c5c;
    display: flex;
    align-items: center;
    gap: 40px;
}
.ketchup-navigation .ketchup-navigation-link{
    font-size: 17px;
    font-weight:400;
    color:#444444;
}
.dark-design .ketchup-navigation .ketchup-navigation-link{
    font-size: 17px;
    font-weight:400;
    color:#a2a2a2;
}
.ketchup-navigation  .k-n-active{
    color: #29668b !important;
    position: relative;
}
.dark-design .ketchup-navigation  .k-n-active{
    color: #ffd200 !important;
    position: relative;
}
.ketchup-navigation  .k-n-active::after{
    content: '';
    width:90%;
    height: 3px;
    background-color: #29668b;
    position:absolute;
    left:50%;
    bottom:-13px;
    transform: translateX(-50%);
    border-radius: 15px;
}
.dark-design .ketchup-navigation  .k-n-active::after{
    content: '';
    width:90%;
    height: 3px;
    background-color: #ffd200;
    position:absolute;
    left:50%;
    bottom:-13px;
    transform: translateX(-50%);
    border-radius: 15px;
}
.ketchup-explore-header{
    margin-bottom: 20px;
}
.series-header{
    display:flex;
    align-items:center;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-top: 30px;
}
.dark-design .series-header h4{
color:#fff;
}
.series-header h4{
    font-size:17px;
    color:#000;
    margin-bottom: 0;
    font-weight: 500;
}
.season-dropdown{
    width:130px;
    height: 43px;
    position: relative;
}
.season-dropdown::after{
    content: '\f107';
    font-family: "fontawesome";
    position: absolute;
    right: 10px;
    z-index: 1;
    top:50%;

    transform: translateY(-50%);
    color: #000000;
    font-size: 18px;
}
.dark-design .season-dropdown::after{
    content: '\f107';
    font-family: "fontawesome";
    position: absolute;
    right: 10px;
    z-index: 1;
    top:50%;

    transform: translateY(-50%);
    color: #fc0;
    font-size:18px ;
}
.season-select{
    width:130px;
    height: 43px;
    background-color: #ffffff;
    border:1px solid #ffd200;
    color:#000;
    border-radius:4px;
    padding:0 10px;
    appearance: none;
}
.season-select:focus{
    outline: none;
}
.dark-design .season-select{
    width:130px;
    height: 43px;
    background-color: #121212;
    border:1px solid #ffd200;
    color:#ffffff;
    border-radius:4px;
    padding:0 10px;
}
.dark-design .season-select:focus{
    outline: none;
}

.dark-design .ketchup-banner-left-para{
color:rgba(255, 255, 255, 1);
}
.ketchup-banner-left-para{
    font-size:14px;
    color:#000;
    font-weight: 400;
}
.ketchup-banner-slider{
   margin-top: 0 !important;
   margin-bottom: 10px !important;
}






/* Slider CSS */
.swiper {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
  background-color: transparent;
  text-align: left;
  width: 100% ;
  }

  .header-pagination-k-tv{
    position: absolute;
    bottom: -35px !important;
    z-index: 2;
}
.header-pagination-k-tv .swiper-pagination-bullet{
    background-color: #444444 !important;
    height: 10px !important;
    width:10px !important;
}
.dark-design .header-pagination-k-tv .swiper-pagination-bullet{
    background-color: #d8d8d8 !important;
    height: 10px !important;
    width:10px !important;
}
.header-pagination-k-tv .swiper-pagination-bullet-active{
    width: 35px !important;
    height: 10px !important;
    border-radius: 20px !important;
    background-color: #ffd200 !important;
}
.play-ketchup-home-btn-mobile{
    display: none;
}
.no-video-modal .modal-content{
    background-color: #ffffff;
    margin-top: 120px;
    position: relative;

}
.dark-design .no-video-modal .modal-content{
    background-color: #464646 !important;
    margin-top: 120px;
    position: relative;

}
.no-video{
    text-align: center;
    padding: 50px ;
}
.no-video img{
    height: 50px;
    margin-bottom: 25px;
}
.no-video p{
    font-size: 17px;
    color: #444444;
    margin-bottom: 5px;
}
.dark-design .no-video p{
    font-size: 17px;
    color: #ffffff !important;
    margin-bottom: 5px;
}
.error-close{
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.video-modal {

  height: 100vh !important;
  /* width: 100vw !important;
   position: sticky;
   left: 0;
   top: 0;
   bottom: 0;
   right: 0;

*/
   z-index: 999999;

   display: none;

}
.modal-backdrop{
    background-color: transparent !important;
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
    z-index: 129977 !important;
    opacity: 1 !important;
}
.video-modal .modal-content{
    background-color: none !important;
    background: none !important;
    padding: 0 !important;
}
.video-modal .modal-content{
    padding: 0 !important;
}
.video-modal .modal-content .modal-body{
    padding: 0 !important;
}
.video-modal-close{
    position: absolute;
    right: -8px;
    top: -11px;
    cursor: pointer;
    z-index: 99999;
}
.explore-thumbnail, .ketchup-section{
   padding: 5px !important;
}

.block__content{
    overflow-x: hidden !important;
}
.episode-count{
    width:37px;
    height: 24px;
    background-color: #fc0;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 25px;
    bottom: 15px;
    font-size:14px;
    font-weight: 500;
    z-index: 1;

}
.episode-stack{

    position: absolute;
    z-index: -1;
    left: 2px;
    bottom: 3px;

}
.episode-stack img{
    width: 45px;
}

.ketchup-pagination-box{
    margin: 15px 0;

}
.ketchup-pagination{
    display: flex;
    align-items: center;
    gap: 10px;
}
.ketchup-link{
    font-size:13px;
    font-weight: 400;
   color: #676767;
}
.ketchup-link:hover{
    text-decoration: none;
    color: #676767;
}
.ketchup-link-active{
    color: #000000;
}
.dark-design .ketchup-link-active{
    color: #ffffff;
}
.ketchup-dot{
    width:4px;
    height: 4px;
    background-color: #676767;
    border-radius:50%;
}

.ketchup-dot-active{
    width:4px;
    height: 4px;
    background-color: #000000;
    border-radius:50%;
}
.dark-design .ketchup-dot-active{
    background-color: #ffffff;
}


@media (max-width:480px){
    .exploreSwiper{
        margin-bottom: 0 !important;
    }
    .containe{
        padding: 0px 10px !important;
    }
    .ketchup-navigation{
        margin-left: 10px;
        margin-right: 10px;
    }
    .ketchup-shows-slider{
        padding-left: 10px;

    }
    .ketchup-navigation{
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
    .ketchup-show-title-box {
        padding-bottom: 0 !important;
    }
    .block__content .container{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .explore-thumbnail, .ketchup-section{
        padding: 0px 15px 15px 15px !important;
     }
    .ketchup-banner-left-title{
        font-size: 18px;
    }
    .ketchup-tv-banner-left{
        justify-content: center !important;
    }
    .header-pagination-k-tv{
        bottom:-5px !important;
    }
    .ketchup-tv-slider-banner{
        background-image: none !important;
        border-radius: 0 !important;
    }
}
@media  (max-width:76px){
    .ketchup-banner-left-title{
        font-size: 22px;
    }
    .ketchup-tv-banner-left{
        justify-content: center !important;
    }
    .play-ketchup-home-btn-mobile{
        display: block;
    }
    .no-video{
        padding: 20px;
    }
    .no-video p{
font-size: 14px !important;
    }
}
@media screen and (min-width:319px) and (max-width:768px){

    .ketchup-navigation{
        margin-top: 15px;
        margin-bottom: 13px;
    }
    .ketchup-banner-left-title{
        font-size: 20px !important;
    }
    .header-pagination-k-tv{
        bottom: -15px !important;
    }

    .ketchup-tv-header-tagline{
        flex-direction: column;
        gap:10px;
        margin-top: 20px;
    }
    .ketchup-tv-header-tagline p {
        font-size: 14px;
        font-weight: 400;
    }
    .ketchup-tv-slider-banner{

        border-radius: 0;

    }
    .ketchup-tv-banner-left{
text-align: center;
padding: 15px 0px 10px 0px;
justify-content: center !important;
    }
}
@media (max-width:767px){
    .ketchup-tv-slider-banner{
        background-image: none !important;
    }
    .k-hide{
        display: none;
    }
    .ketchup-navigation .ketchup-navigation-link{
        font-size: 12px;
        font-weight:400;

      white-space: nowrap;
    }
    .dark-design .ketchup-navigation .ketchup-navigation-link{
        font-size: 12px;
        font-weight:400;

      white-space: nowrap;
    }
    .ketchup-navigation{
        gap: 20px;
        padding-left: 10px;
    }
    .ketchup-tv-header-tagline p{
        font-size: 15px;
    }
    .dark-design .ketchup-tv-header-tagline p{
        font-size: 15px;
    }
}

@media only screen and (min-width:768px) and (max-width:820px){
    .ketchup-tv-banner-left{
        padding-left: 30px !important;
    }
    .ketchup-banner-left-title{
        font-size: 20px !important;
    }
}

.loader-area-val .loading
{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.loading:after {
	overflow: hidden;
	display: inline-block;
	vertical-align: bottom;
	-webkit-animation: ellipsis steps(4, end) 900ms infinite;
	animation: ellipsis steps(4, end) 900ms infinite;
	content: "\2026";
	/* ascii code for the ellipsis character */
	width: 0px;
	position: absolute;
}
.loader::before {
	content: '';
	background: rgba(0,0,0,0.5) url(../images/loader.gif) center center no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 99;

}


.loader-area::before {
	content: '';
	background: url(../images/loader.gif) center center no-repeat;
	position: absolute;
	top: -48px;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}


.path-order .buy-now {
	padding: 5px 32px!important;
}

.loader-area-val{
	display: none;
}
.loader-area-val:before
{
	content: '';
	 background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}
.loader-area-val .loading
{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.vjs-control-bar .vjs-picture-in-picture-control{
    display: none;
}
