
body{background:#000}

:root {
	--font-default: 'Inter', sans-serif;
	--font-secondary: 'DuFont', sans-serif; 
	
	--body-font:13px;
	--heading4:22px;
	--heading5:18px;
	--heading6:16px;
	
	--color-default: #333333;
	--color-black: #333333;
	--color-secondary: #777777;
	--color-link:#C724B1;
	--border-color:#dddddd;
	--divider-color:#ddddd;
	
	--text-primary:#333;
	--text-secondary:#777;
	--text-white:#fff;
	--text-hyperlink:#C724B1;
	--gradient-violet-magenta:linear-gradient(60deg, #753BBD 13.4%, #C724B1 57.32%);
	--gradient-violet-aqua:linear-gradient(66deg, #753BBD 12.13%, #00A9CE 57.57%);
	--bs-border-color: #dddddd;
	--color-highlight: #D49500;	
	--bgcolor-primary: #00420E;
	--bgcolor-white: #fff;
	--bgcolor-secondary: #FFB300;
	--bgcolor-disable: #EEEEEE;
	--color-secondary: #FFD06C;
	--bs-body-bg:transparent !important;
	--sep-border-width:5px;	
	
	
}

.hero-section{
    max-height: 100vh;
    position: relative;
}
.carousel-item{
    height: calc(100vh - 20px);
}
.pad-10{
    padding: 10px 0;
}
a{
    text-decoration: none;
}
.hero-header{
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 150px;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 60%);
    display: flex;
    align-items: center;
}



.hero-header .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu-list{
    display: flex;
    gap: 2rem;
    align-items: center;
    margin-bottom: 0;
}
.demo-btn{
    border-radius: 20px;
    background: linear-gradient(128deg, #A906E0 16.9%, #00B2E9 120.06%);
    backdrop-filter: blur(5px);
    border: none;
    padding: 6px 18px;
    color: #FFF;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.6px;
    
}
.menu-list li a{
    color: var(--White, #FFF);
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 111.111% */
}

.drama-description{padding:15px 0px}
.drama-title{font-size:4rem}
.drama-about{list-style-type:none; margin:0px; padding:0px; display:flex;justify-content:start; gap:15px; font-size:12px;font-weight:500;}

.drama-about li a{color:#fff; }
.drama-about li a :first-child{padding-left:0px;}.carousel-caption{text-align: left;}
/*.carousel-indicators{top:25rem}*/
.carousel-indicators [data-bs-target]{
	width:12px;height:12px;
	border-radius:50%;
	background-color:#fff;
	opacity:1;
	top:2rem;
	margin-left:5px;
	margin-right:5px;
}



/*************************/

.slider {
  
        width: 96%;
        margin: 0px auto;
    }

    .slick-slide {
      margin: 5px 10px;
    }

    .slick-slide img { 
      width: 100%;
	 
	      -webkit-transition: -webkit-transform 0.2s ease-in-out
    }
	
	.slick-slide img:hover{
		/*transform: scale(1.1);*/
		cursor: pointer;
		transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0) perspective(300px);

	}

	

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: 1;
    }
	
	
	.slick-slide:hover {
      transition: all ease-in-out .3s;
      opacity: 1;	 
    }
    
    .slick-active {
      opacity: 1;
    }

    .slick-current {
      opacity: 1;
    }
	
	

	
	.carousel {
    margin-bottom: 0rem !important;
}



.poster{position:relative;}


.poster-overlay {
  position: absolute; 
  bottom: 0; 
  /*background:red;*/
 background: rgba(0,0,0,0.5);	
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white; 
  padding: 5px 10px;
  min-height:120px;
  text-align: center;
  padding-bottom:10px; 

}


.poster:hover .poster-overlay {
  opacity: 1;

}


.poster-overlay p{font-size:.8em; line-height:16px;margin-top:10px;}

.nav-link{color:#fff;font-weight:500;font-size:22px;  padding:0px; margin:0px 25px 10px 0px;}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{color:#fff; background-color:transparent !important; border-bottom:4px solid #C1272D; border-radius:0px; margin:0px 25px 0px 0px;}
/********Trending*********/


.slide-section{padding:1rem 1rem 0rem 1rem;}
.slide-section h5{padding-left:1.5em;}

@media screen and (max-width: 768px) {
  .slide-section{padding:0rem;}
  .slide-section h5{padding-left:0px;font-size:14px;}
  }
  
  
.carousel-indicators .active{background-color:red !important;width:14px;height:14px;}
.carousel-indicators{justify-content:right;}

.btn_primary{box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.00);padding:12px 20px;display:inline-block;font-size:17px; font-weight:500; color:#fff ; border-radius:10px;  background: var(--gradient-violet-magenta); border:0px;} 
.btn_primary:hover {  background-image: linear-gradient(12deg, #c724b1, #c724b1 40%, #753bbd); color:#fff;  border-radius: 8px;  }

.btn_primary_line {
 padding: 12px 20px;
  border: none;
  outline: none;
  position: relative;
  border-radius: 10px;
  font-size: 17px;
    font-weight: 500;
  background: linear-gradient(to left, #c724b1, #753BBD);
  cursor: pointer;
  z-index: 1;
  color:var(--text-hyperlink)
}

.btn_primary_line::before {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  border-radius: 9px;
  background-color: var(--bgcolor-white);
  z-index: -1;
}

.btn_line{border:2px solid #fff; padding:12px 20px;display:inline-block;font-size:17px; font-weight:500; color:#fff ; border-radius:10px; background: transparent;  }
	
.btn_line:hover {background: linear-gradient(45deg,#753bbd,#c700b1 67%,#c700b1);border:2px solid #753bbd;position: relative;color:#fff;}
.btn_disable{padding:11px 20px;display:inline-block;font-size:17px; font-weight:500; color:rgba(0, 0, 0, 0.32) ; border-radius:10px;  background: var(--bgcolor-disable); border:0px;} 


footer{border-top:3px solid #999;  margin-top:20px;}
footer p{color:#b1b1b1}

/*Mobile menu*/
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
	z-index:10000;
    background-color: rgba(0,0,0,.9);
    overflow-x: hidden;
    transition: 0.5s;
  }
  
  .overlay-content {
    position: relative;
    top: 10%;
    width: 90%;
    margin: auto;
    margin-top: 30px;
  }
  
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 25px;
    color: #e3e3e3;
    display: block;
	border-bottom:1px solid #999;
    transition: 0.3s;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 40px;
	border-bottom:0px;
  }
  
.menuIcon{width:25px;margin-right:20px; display:none}


@media  screen and (max-width: 767px) {
	.menu-list-container{display:none;}
	.menuIcon{ display:block}
	.carousel-item{
    height: calc(50vh - 158px);
}
	.drama-title {
    font-size:1.6rem;
}
.drama-about{ gap:5px; font-size:12px;font-weight:500; margin-bottom:10px;}
.carousel-indicators{margin-right:5%}
.carousel-indicators .active{width:8px}
.carousel-indicators [data-bs-target]{width:8px;height:8px;}
.btn_primary{padding:8px 16px; font-size:14px;}
.carousel-caption{
	left:5%;
	right:5%;
	bottom:0rem
}
	.hero-header{height: 100px;}

.nav-link{font-size:18px;}	
}


.carousel-item{
    position: relative;
    overflow: hidden;
}
.carousel-item::after{
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    user-select: none;
    pointer-event: none;
    opacity: .5;
    background: linear-gradient(90deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 10%);
    transition: all .3s;
}

.carousel-indicators{z-index:10}

.carousel-caption{z-index:9;left:7%; }



/******** Login Model*******/
#ModalForm .modal-header{
 background: linear-gradient(to left, #c724b1, #753BBD);
 color:#fff;
 }
 
#ModalForm  .modal-header .btn-close{padding-right:40px;}
#ModalForm .modal-content {
  width: 100%;
  margin: 0 auto;
  background-color:rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
#ModalForm .modal-body {
  padding: 0;
}
.btn-close {
  position: absolute;
  right: 0;
  padding: 1em;
}
h1 {
  font-size: 2.3em;
  font-weight: bold;
}
.loginform {
  padding: 2em;
  max-width: 100%;  
  box-shadow: 0 4px 6px 0 rgba(22, 22, 26, 0.18);
}
@media (max-width: 576px) {
  .loginform {
    max-width: 100%;
    margin: 0 auto;
  }
  #ModalForm .modal-content {
  width: 100%;  
}

}
/*.form-control:focus {
  box-shadow: inset 0 -1px 0 #7e7e7e;
}*/
.loginform .form-control {
  background-color: inherit;
  color: #1f80e0;
  padding-left: 0;
  border: 0;
  border-radius: 0;
  padding-left:60px;
  position:relative;
  border-bottom: 1px solid #520E75;
}
.loginform .btn {
  width: 100%;
 border
  /*font-weight: 800;
  /*background-color: #fff;*/
  border-radius: 6px;
  padding: 0.8em 0;
}


.loginform .fbtn {
  width: 100%;
 border:1px solid #1f80e0;
 font-weight: 600;
  background-color: #192133;
  border-radius: 4px;
  color:#1f80e0;
  padding: 0.5em 0;
}

.loginform .fbtn:hover {
  background-color: inherit;
  color: #248ef7;
  border-color: #248ef7;
}
.loginform .btn:hover {
  background-color: inherit;
  color: #fff;
  border-color: #fff;
}


.otp .form-control {

  width:10%;
  padding-left:0px;
  margin:0px auto; 
  text-align:center; 

}
#otp,#payment,#package,#thankyou{display:none;}


#payment .card{cursor:pointer;border:2px solid rgba(0, 0, 0, 0.175);}
#payment .card:hover{box-shadow:none;border:2px solid #753BBD; background-color:#fff;}
#payment .card.active{border:2px solid #753BBD;box-shadow:none;}
.loginform p {
  text-align: center;
  padding-top: 2em;
  color: grey;
}
.loginform p a {
  color: #0458D4;
  text-decoration: none;
}
.loginform p a:hover {
  color: #3A3A3A;
}

.resend{padding-top:.5em;color:#1f80e0; text-decoration:none;cursor:pointer; font-weight:bold;}

.btn-facebook {
    color: white !important;
    background-color: #3b5998;
}

.bottom-strip{background:linear-gradient(to left, #c724b1, #753BBD);
 color:#fff;; height:10px;width:100%;padding:10px;}

.country-code {
    height: 20px;
    margin-right: -38px;
    margin-top: 10px;
    padding-right: 9px;
    padding-top: 5px;
    font-size: 16px;
	position:absolute;
	opacity:.5;
    color: var(--TEXT_COLOR_L1);
    border-right: 1px solid rgba(0,0,0,0.5);
    line-height: 0.6;
}

.pack-title{color:#730879}


#video-list image{position:relative;width: 50%;}

}
 .thumb_image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

@media screen and (max-width: 768px) {
	#video-list .img-fluid{width:100% !important}
.middle {  
  top: 25%;
  left: 50%;  
}	
}
#video-list .card:hover .thumb_image {
  opacity: 0.4;
}

#video-list .card:hover .middle {
  opacity: 1;
}

 .text {
  background-color: #fff;
  color: #000;
  font-size: 28px;
  padding: 8px 16px;
  border-radius:8px;
}

.dropdown-menu{background:#f1f1f1;}

#video-list .card:hover{background:#222; box-shadow:0,0,0,.5 #000;cursor:pointer}

/*---------------------------------------
  VIDEO              
-----------------------------------------*/
.video-wrap {
  z-index: -100;
}

.custom-video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*---------------------------------------
  HERO        
-----------------------------------------*/
.video-section {
  position: relative;
  overflow: hidden;
  /* padding-top: 100px; */
  /* height: calc(100vh - 150px); */
}
/*

	
