*{
    margin: 0ox;
    padding: 0px;
    box-sizing: border-box;
}
body{
    /* width: 100%; */
    background-color: black !important;
    /* height: 100vh; */
}
/* navbar  */
.backgr{
  background-color: black !important;
}
.fon{
  color: white !important;
}
.brand{
    color: white;
}
.siz img{
    width: 100%;
    height: 6vh;
}
.butt{
  color: white !important;
}
.butt:hover{
  background-color: white !important;
  color: black!important;
}
.but{
  color: white !important;
  background-color: rgb(119, 30, 119) !important;
  /* font-weight: bold !important; */
}
.co{
  color: white;
}
.menupok{
    width: 80% !important;
    height: 11vh;
    /* background-color: black !important; */
}
.menurap{
    width: 10% !important;
    /* height: 15vh; */
    display: grid;
    grid-template-columns: auto auto;
}
.boxa {
    color: white;
}
.size img{
    width: 80%;
    height: 6vh;
}
.head{
    width: 95%;
    height: 10vh;
    margin: auto;
    /* border: 2px solid white; */
}
.head h3{
    margin-top: 15px;
    color: white;
}
.text{ 
  width: 32%;
}
.text1{ 
  width: 40%;
  font-weight: bold;
  padding-right: 150px;
}
.text2{ 
  width: 20%;
  font-weight: bold;
}
.text3{ 
  width: 32%;
  font-weight: bold;
}
.text5{ 
  width: 25%;
  font-weight: bold;
}

/*Trending Near You */
.box{
    width: 100%;
    height: 70vh;
}
.boxrap{
    width: 96%;
    height: 60vh; 
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-column-gap: 2px;
}
/* Container needed to position the overlay. Adjust the width as needed */
.container {
    position: relative;
    width: 10%;
    max-width: 150px;
  }
  /* Make the image to responsive */
.image {
    display: block;
    width: 95%;
    height: auto;
    margin: 5px;
    border-radius: 10px;
} 
  
  /* The overlay effect - lays on top of the container and over the image */
  .overlay {
    position: absolute;
    bottom: 0;
    background:  white;
    background: rgb(247, 242, 242); /* Black see-through */
    color: white;
    width: 91%;
    transition: .4s ease;
    opacity:0;
    color: black;
    font-size: 16px;
    padding: 20px;
    text-align: center;
    /* border-radius: 10px; */
   
    /* background: transparent; */
    /* border: 2px solid red; */
    /* background-color: rgba(0,0,0,0.5); */
    /* border-radius: 10px; */
  }
  
  /* When you mouse over the container, fade in the overlay title */
  .container:hover .overlay {
    opacity: 1;
    /*  */
  }
.container:hover{
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    /* width: 100%; */
    /* border: 2px solid black; */
    /* border-top-left-radius: 10px;
    border-top-right-radius: 10px; */
    border-radius: 10px;
    background-color: white;
    /* box-shadow: 2px 2px 5px white; */
} 
.back{
    background: transparent !important;
}

/* Latest Hindi Episodes Free */
.boxLF{
    width: 100%;
    height: 38vh;
}
.boxrapLF{
    width: 96%;
    height: 37vh; 
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-column-gap: 5px;
}
/* Container needed to position the overlay. Adjust the width as needed */
.containerLF {
    position: relative;
    width: 87%;
    height: 36vh;
    max-width: 350px;
  }
  /* Make the image to responsive */
.imageLF {
    display: block;
    width: 97%;
    height: 22vh;
    margin:5px;
    border-radius: 10px;
} 
  
  /* The overlay effect - lays on top of the container and over the image */
  .overlayLF {
    position: absolute;
    bottom: 0;
    background:  white;
    background: rgb(247, 242, 242); /* Black see-through */
    color: white;
    width: 100%;
    /* height: 5vh; */
    transition: .4s ease;
    opacity:0;
    color: black;
    font-size: 16px;
    padding: 5px;
    text-align: center;
    border-radius: 10px;
   
    /* background: transparent; */
    /* border: 2px solid red; */
    /* background-color: rgba(0,0,0,0.5); */
    /* border-radius: 10px; */
  }
  
  /* When you mouse over the container, fade in the overlay title */
  .containerLF:hover .overlayLF {
    opacity: 1;
    /*  */
  }
.containerLF:hover{
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    /* width: 100%; */
    /* border: 2px solid black; */
    /* border-top-left-radius: 10px;
    border-top-right-radius: 10px; */
    border-radius: 10px;
    background-color: white;
    /* box-shadow: 2px 2px 5px white; */
} 
.back{
    background: transparent !important;
}
/* List of Top 5 Latest TV Shows   */
.listhead{
    width: 95%;
    margin: auto;
    height: 10vh;
}
.listhead h3{
    color: white;
}
.listbox{
    width: 95%;
    height: 50vh;
    margin: auto;
    /* border: 2px solid white; */
}
.listboxrap{
    width: 100%;
    height: 42vh;
    margin: auto;
    border: 2px solid rgba(255, 255, 255, 0.312);
    border-radius: 20px;
    display: grid;
    grid-template-columns: auto auto auto;
}
.listitem_in_box li{
    list-style: none;
    font-size: 20px;
}
.listitem_in_box li h6{
    /* font-size: 18px; */
    color: white;
    padding-bottom: 10px;
    padding-top: 10px;
}
.listboxrap:hover{
    border: 2px solid white;
}
.listitem_in_box li h6:hover{
    color: gold;
}
/* carusal */
.somthirap{
  width: 100%;
  height: 55vh; 
}
.somthi{
  width: 90%;
  height: 30vh;
  margin: auto;
}
/*.carusal{
    width: 1400px;
    height: 450px;
    margin: 20px auto;
    overflow: hidden;
  }
  .main-child{
    width: 8000px;
    height: 95vh;
    position: relative;
    animation-name: carusal;
    animation-duration: 20s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
  }
  .child{
    width: 1700px;
    display: inline-block;
    float: left;
    height: 954vh;
    /* color: #fff; */
    /* text-align: center;
    font-family: arial;
    font-size: 30px;
    line-height: 450px; 
  }
  .one{
    /* background-color: #333333; 
    background-image: url(./ba1.webp);
    /* background-size: auto; 
    background-repeat: no-repeat;
  }
  .tow{
    /* background-color: #282828; 
    background-image: url(./ba2.webp);
    /* background-size: auto; 
    background-repeat: no-repeat;
  }
  /*.three{
    background-color: #0077cc;
  }
  .four{
    background-color: #f1f1f1;
    color: #333;
  }
  .five{
    background-color: #000000;
  }
  @keyframes carusal{
    0%, 5%, 10%, 15%, 20%{
      right: 0;
    }
    25%, 30%, 35%, 40%{
      right: 800px;
    }
    45%, 50%, 55%, 60%{
      right: 1600px;
    }
    60%, 60%, 70%, 70%, 80%{
      right: 2400px;
    }
    90%, 95%, 100%{
      right: 32000px;
    }
  }*/
  /* Social media */
.social{
  width: 100%;
  height: 12vh;
  /* background-color: brown; */
}
.socialrap{
  width: 95%;
  height: 10vh;
  margin: auto;
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 8px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.708);
  /* background-color: blue; */
}
.con{
  /* float: right; */
  font-size: 25px; 
  /* border: 2px solid rgb(17, 17, 17); */
}
/* #co1{
  margin-top: 25px;
} */
#cos {
  /* margin-top: 25px; */
  font-size: 25px;
}
.con a:hover{
  color: gold;
}
/* #co2 {
   margin-top: 25px; 
} */
.con p{
  color: white;
  /* margin-top: 10px; */
  /* border-bottom: 2px solid white; */
}
.con{
  
 list-style: none;

}
.con{
  color: white;
  /* list-style: none; */
  padding-left: 15px;
  padding-right: 15px;

}
.con a{
  color: white;
  list-style: none;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 15px;
}

/* footer */
.footer{
    width:100%;
    height: 78vh;
    /* border: 2px solid white; */
    /* margin: auto; */
    background-color:rgb(0, 0, 0) ; 
}
.footerrap{
    width: 95%;
    height: 78vh;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-column-gap: 8px;
}
.foothead ul a{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
}
.foothead ul a:hover{
    color: gold;
}
.foothead h6{
    color: rgba(255, 255, 255, 0.7);
}
.foothead ul li{
    list-style: none;
    color: rgba(255, 255, 255, 0.7);
    padding-bottom: 6px;
    padding-top: 6px;
}
/* Under line */
.under{
    width: 100%;
    height: 5vh;
    /* background-color:rgb(27, 27, 41) ; */
   
}
.underrap{
    width: 95%;
    padding-top: 3px;
    border-top: 2px solid rgba(255, 255, 255, 0.708);
    color: white;
    margin: auto;
}
.underrap:hover{
  border-top: 2px solid white;
}