body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Lato", sans-serif;
    background-color: #000000 !important;
}

body a {
    text-decoration: none;
}

#headermain .sub {
    margin-right: 20px;
    padding: 10px;
    font-size: 15px;
    border-radius: 25px;
    width: 130px;
    margin-top: -4px;
    font-weight: 600;
}

#headermain .sign-in {
    width: 100px;
    padding: 10px;
    font-size: 15px;
    border-radius: 25px;
    margin-top: -4px;
    font-weight: 600;
}

#headermain h3 {
    width: 50px;
    height: 50px;
    margin-top: -7px;
}

#headermain h3 img {
    width: 50px;
    height: 50px;
}

#headermain .overlay-content h3 {
    width: 90px;
    display: inline;
    height: 50px;
    margin-top: -7px;
}

.logo {
    font-size: 40px;
    font-weight: 700;
    text-decoration: none;
}

header {
    backdrop-filter: blur(8px);
    padding-bottom: 10px;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    min-height: 50px;
    z-index: 999;
}

#thrd {
    padding-top: 17px;
}

.circle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid white;
    padding: 7px 0px 0px 0px;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.nav-item a {
    color: white;
    margin-right:20px;
    font-size: 18px;
    text-transform: uppercase;
}

.nav-item {
    padding-top: 6px;
}

.nav-item a:hover {
    color: red;
}

.head {
    font-size: 55px;
    font-weight: 700;
    margin-top: 90px;
}

.head2 {
    font-size: 50px;
    font-weight: 700;
    margin-top: -10px;
}

.signup {
    width: 200px;
    height: 40px;
    display: block;
    margin: 0 auto;
    background-color:#dc3545;
    text-align: center;
    padding-top: 5px;
    font-size: 18px;
    font-weight: 500;
}

.line {
    height: 2px;
}

.channels {
    min-height: 300px;
    background-color: black;
    padding-top: 55px;
}

.channels .row {
    height: 200px;
}

.channels .row img {
    width: 195px;
    height: 150px;
}

#tv {
    background-color: #000000;
    min-height: 600px;
}

.col-text {
    padding: 170px 0px 0px 20px;
}

.col-text h1 {
    font-size: 60px;
    font-weight: 700;
}

.col-text2 {
    padding: 170px 0px 0px 0px;
}

.col-text2 h1 {
    font-size: 60px;
    font-weight: 700;
}

.col-text3 {
    padding: 170px 0px 0px 0px;
}

.col-text3 h1 {
    font-size: 60px;
    font-weight: 700;
}

.col-tv {
    position: relative;
    padding-top: 20px;
}

.col-tv2 {
    position: relative;
    padding-top: 60px;
}

.col-tv2 {
    position: relative;
}

.phone-box {
    width: 350px;
    height: 100px;
    background-color: black;
    border: 2px solid white;
    border-radius: 5px;
    position: absolute;
    top: 400px;
    left: 155px;
    z-index: 9999;
    background-image:url(../images/box2.png);
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}

/* .phone-box img {
    width: 348px;
    height: 98px;
    float: left;
} */

.tv-box {
    width: 470px;
    height: 270px;
    background-color: #000000;
    position: absolute;
    top: 117px;
    left: 94px;
    z-index: -9999;
}

.tv-box2 {
    width: 410px;
    height: 290px;
    background-color: #000000;
    position: absolute;
    top: 70px;
    left: 115px;
    z-index: -9999;
}

.tv-box2 video {
    width: 100%;
    height: 290px;
    float: left;
    z-index: 999;
}

.tv-box video {
    width: 100%;
    height: 270px;
    float: left;
    z-index: 999;
}

.phone {
    background-color: #000000;
    min-height: 500px;
    padding-bottom: 50px;
}

.collapsible {
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 25px;
    font-weight: 600;
}
  
.active, .collapsible:hover {
    background-color: #555;
}
  
.content {
    padding:20px;
    display: none;
    overflow: hidden;
    background-color: #777;
    color: white;
    font-size: 17px;

}

.collapsible:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: white;
    float: right;
    margin-left: 5px;
    margin-top: 7px;
}
  
.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

footer {
    min-height: 200px;
    padding: 30px 0px 30px 0px;
    background-color: #000000;
}

footer .row {
    height: 240px;
}

footer .row a {
   display: block;
   margin-bottom: 20px;
   font-size: 20px;
   color: white;
}

footer .row a:hover {
    font-size: 22px;
    font-weight: 700;
    transition: all 0.1s;
    color: red;
}

footer{
    position: relative;
}

.top-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 30px;
    background-color: rgb(255, 255, 255);
}


/* signup css */

.signup-box {
    min-height: 550px;
    width: 35%;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 40px 50px 50px 50px;
}

.latest4 .owl-nav {
    display: none;
}

#banner2 {
    min-height: 100vh;
    background-image:url(../images/banner.png);
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    padding-bottom: 50px;
}

.signup-box h1 {
    color: white;
    font-weight: 700;
}

/* .form-grp {
    margin-top: 40px;
} */

.form-grp .form-control {
    height: 70px;
    background: transparent;
    border: 2px solid white;
    color: white;
}

.form-grp .form-control::placeholder {
    color: rgb(92, 92, 92);
    text-transform: capitalize;
}

.form-grp input:focus{
    outline: 2px solid rgb(255, 255, 255);
    background: transparent;
    color: white;
}

.signup-box button {
    height: 45px;
}

/* login page css */

.login-box {
    min-height: 450px;
    width: 35%;
    display: block;
    margin: 0 auto;
    margin-top: 150px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 40px 50px 50px 50px;
}

/* home page header css */

#headermain {
    height: 70px;
    background-color: transparent;
    backdrop-filter: blur(3px);
    z-index: 999;
    position: fixed;
    border-bottom: 1px solid rgb(143, 143, 143);
}

#carousel-banner .carousel {
    height: 700px;
}

.carousel-inner a .carousel-caption p {
    color: white;
}

.carousel-control-next span {
    width: 50px;
    height: 50px;
    font-size: 25px;
    padding-top: 5px;
    background-color: #dc3545;
    border-radius: 50%;
}

.carousel-control-prev span {
    width: 50px;
    height: 50px;
    font-size: 25px;
    padding-top: 5px;
    background-color: #dc3545;
    border-radius: 50%;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10% !important;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}


.overlay {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
    display: block;
}
  
.overlay-content {
    position: relative;
    top: 25%;
    height: 100%;
    width: 100%;
    z-index: 9999;
    text-align: center;
    margin-top: 30px;
}
  
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay-btn {
    width: 30%;
    display: block;
    margin: 0 auto;
}
  
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}
  
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.overlay h3 a {
    font-size: 40px;
    color: white;
    text-transform: uppercase;
    margin-top: -10%;
    text-decoration: overline;
}
  
@media screen and (max-height: 450px) {
    .overlay a {font-size: 10px;}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
}

#carousel-banner .carousel-inner img {
    width: 100%;
    height: 700px;
    float: left;
}

#carousel-banner {
    height: 700px;
    background-color: transparent;
}

#carousel-banner .carousel-caption {
    position: absolute;
    height: 400px;
    width: 600px;
    top: 180px;
    left: 170px;
    text-align: left;
}

.carousel-caption h3 {
    font-size: 50px;
}

.carousel-caption a {
    margin-right: 20px;
    padding: 10px;
    font-size: 15px;
    border-radius: 25px;
    width: 130px;
    margin-top: -4px;
    font-weight: 600;
}

#indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 33%;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 2%;
    margin-bottom: 1rem;
    margin-left: 0%;
    list-style: none;
}

#car-btn1 {
    background-image:url(../images/animal2.png);
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}
#car-btn2 {
    background-image:url(../images/jawan2.png);
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}
#car-btn3 {
    background-image:url(../images/pathan.png);
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}
#car-btn4 {
    background-image:url(../images/savi.png);
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}
#car-btn5 {
    background-image:url(../images/lost.png);
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}

#indicators button {
    width: 180px;
    height: 130px;
}

#indicators button {
  width: 180px;
  height: 130px;
}
#car-btn1 {
  background-image: url(../images/animal2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#carousel-banner .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 180px;
  height: 130px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .7;
  transition: opacity .6s ease;
}

.latest {
    min-height: 450px;
    background-color: black;
}

.latest2 {
    min-height: 400px;
    background-color: black;
}

.box-item {
    width: 90%;
    display: block;
    margin: 0 auto;
    position:relative;
}

.item {
    min-height: 305px;
}

.item-overlay {
    width: 95%;
    height: 50px;
    background-color: rgb(255, 0, 0);
    border-radius: 10px;
    margin: 0 auto;
    position: absolute;
    bottom:3%;
    display: none;
    left: 0px;
    z-index: 99999;
    color: white;
    font-family: "Stylish", serif;
    font-weight:700;
    text-align: center;
    font-style: normal;
    font-size: 25px;
    padding-top: 3px;
    right: 0px;
    animation-name: example;
    animation-duration: 0.5s;
    animation-timing-function: linear;
}

@keyframes example {
    0%   {bottom:-7%;}
    50% {bottom:3%;}
    75% {bottom:7%;}
    100% {bottom:3%;}
}

.item3 {
    height: 210px;
    width: 100%;
    border: none;
}

.item3 img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px 10px 10px 10px;
}

.top-picspace {
    height: 150px;
    width: 100%;
}

.latest3 {
    min-height: 360px;
    background-color: #000000;
    padding-top: 50px;
}

.bottom-textspace {
    height: 60px;
    width: 100%;
    padding: 5px 0px 0px 0px;
}

.bottom-textspace h6 {
    color: #555;
}

.item img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.item:hover {
    border: 2px solid white;
    box-shadow: rgba(255, 255, 255, 0.35) 0px 5px 15px;
}

.item:hover .item-overlay{
    display: block;
}

.active::after {
    content: none;
}

.latest4 {
    background-color: #000000;
    min-height: 300px;
    padding-bottom: 40px;
    padding-top: 50px;
}

.item4 img {
    height: 100%;
    width: 100%;
    float: right;
    z-index: 9999;
}

.item4 h1 {
    z-index: -99;
    display: flex;
    width: 20%;
}

.item4 {
    min-height: 250px;
}

.item4 a {
    height: 250px;
    width: 100%;
    display: block !important;
}

.left {
    width: 30%;
    height: 100%;
    float: left;
    padding-top: 90px;
    padding-left: 20px;
}

.left h1 {
    color: white;
    font-weight: 700;
    font-size: 150px;
    z-index: -999;
}

.left2 {
    width: 30%;
    height: 100%;
    float: left;
    padding-top: 100px;
    padding-left: 0px;
}

.left2 h1 {
    color: white;
    font-weight: 700;
    font-size: 150px;
    z-index: -999;
    margin-left: -10px;
}

.left2 h1 span {
    color: white;
    font-weight: 700;
    font-size: 150px;
    z-index: -999;
    margin-left: -20px;
}

.right {
    width: 70%;
    height: 100%;
    float: left;
    border-radius: 10px !important;
    z-index: 99999;
}

.discount {
    min-height: 400px;
    background-color: #000000;
    padding: 80px 0px 80px 0px;
}

.right img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}


.discount-box {
    width: 90%;
    height: 200px;
    display: block;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
    padding: 70px 40px 0px 40px;
}

.absol {
    width: 120px;
    height: 120px;
    border: 2px solid white;
    border-radius: 50%;
    position: absolute;
    left: 30px;
    top: -60px;
    background-color: #000000;
    text-align: center;
    padding-top: 20px;
}
.absol h1 {
    color: white;
    font-size: 60px;
}

.discount-box a {
    width: 130px;
    height: 40px;
    margin-top: 2%;
}

.pic-box {
    width: 100%;
    height: 600px;
    float: left;
    border-radius: 10px 10px 0px 0px;
    border-top: 1px solid rgb(119, 119, 119);
    border-left: 1px solid rgb(119, 119, 119);
    border-right: 1px solid rgb(119, 119, 119);
    background-image:url(../images/guy.png);
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    padding-top: 10px;
    position:relative ;
}

#tv-show {
    min-height: 840px;
    padding: 30px 0px 60px 0px;
    background-color: #000000;
}

.white-line {
    height: 2px;
    background-color: white;
}

.boxx {
    width: 100%;
    height: 100px;
    margin:150px 0px 0px 0px;
    padding: 0px 780px 0px 90px;
}

.boxx h1 {
    font-size: 60px;
}

.boxx p {
    font-size: 20px;
    font-weight: 600;
}

.pic-box .slide {
    width: 90%;
    height: 200px;
    position:absolute;
    padding-top: 20px;
    bottom:-14%;
    left: 5%;
}

.slide .owl-carousel .item2 {
    min-height: 180px;
    border-radius: 10px;
    background-color: #595959;
    position: relative;
}

/* .item2:hover .overlay-item {
    display: block;
} */

.overlay-item {
    height: 180px;
    width: 100%;
    position: absolute;
    top: 0px;
    border-radius: 10px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.3);
}

.slide .owl-dots {
   width: 50%;
   margin: 0 auto; 
   padding-left: 20%;
}

.slide .owl-dots .owl-dot {
    width: 10px;
    height: 10px; 
    background-color: white;
    border-radius: 50%;
    margin-right: 10px;
}

.slide #owl .owl-dots .owl-dot .active {
    background-color: red;
}

.owl-carousel {
    background: none;
}

.item2 img {
    border-radius:10px ;
}

.owl-item {
    background: none;
}

.slide .owl-nav {
    width: 8%;
    height: 40px;
    margin: 0 auto;
    display: none;
}

.slide .owl-nav .owl-prev {
    height: 100%;
    width:40px;
    border-radius: 50%;
    background-color: white;
}

.owl-prev span {
    color: white;
    font-size: 35px;
    font-weight: 700;
}

.owl-next {
    float: right;
}

.owl-next span {
    color: white;
    font-size: 35px;
    font-weight: 700;
}

.slide .owl-nav .owl-next {
    height: 100%;
    width:40px;
    border-radius: 50%;
    background-color: white;
}

/* poster css */

#posterbanner {
    min-height: 91vh;
    position: relative;
}

#muteButton {
    position: absolute;
    bottom: 200px;
    right: 5%;
    width: 50px;
    background: #4f4e4e;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    z-index: 999999;
}

.jhund-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 25% 40% 0% 5%;
    top: 0%;
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 7%, rgba(0,0,0,0.8239670868347339) 15%, rgba(0,0,0,0.7791491596638656) 25%, rgba(0,0,0,0.7931547619047619) 38%, rgba(0,0,0,0.804359243697479) 54%, rgba(0,0,0,0.7791491596638656) 74%, rgba(0,0,0,0.7315301120448179) 87%, rgba(0,0,0,0.5802696078431373) 94%, rgba(0,0,0,0.6699054621848739) 100%, rgba(0,0,0,1) 100%, rgba(0,212,255,1) 100%);
    left: 0%;
}

.posterbox {
    width: 450px;
    height: 550px;
    display: block;
    margin: 0 auto;
    background-image:url(../images/item1.png);
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}

#posterbanner h1 {
    font-weight: 700;
}

#poster-text {
    padding-right: 60px;
}

  /* / Styling */
  
  #banner3 {
    background-color: #000000;
    min-height: 700px;
    padding-top: 50px;
  }

  .car-pic {
    height: 100%;
    width: 60%;
    float: left;
  }

  .car-pic img {
    height: 100%;
    width: 100%;
  }

#fr-btn {
    background-image:url(../images/kahani.png);
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}

#fr-btn2 {
    background-image:url(../images/jawan.png);
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}
#fr-btn3 {
    background-image:url(../images/animal.png);
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}
#fr-btn4 {
    background-image:url(../images/crack.png);
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}
#fr-btn5 {
    background-image:url(../images/vikram.png);
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}
#fr-btn6 {
    background-image:url(../images/rustom.png);
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}

  .car-text {
    width: 40%;
    height: 97.2%;
    float: left;
    color: white;
    background-color: #000000;
    padding: 20px 30px 20px 30px;
  }
.carousel {
    position: relative;
}
  #banner-carousel .hey {
    position: absolute;
    bottom: -180px;
    padding: 0px;
    width: 100%;
    left: 0px;
    display: flex;
    margin-right: 0%;
    margin-left: 0%;
    height: 150px;
    justify-content: center;
    z-index: 2;
    margin-bottom: 0rem;
    padding: none !important;
  }

  /* .active:hover {
    background-color: black;
  } */

  #banner-carousel .hey button {
    width: 100%;
    height: 100%;
  }

  /* .owl-carousel .owl-dots {
    width: 100%;
    height: 150px;
  }

  .owl-carousel .owl-dot {
    width: 16.3%;
    height: 100%;
  }

  .owl-carousel .owl-dot img{
    width: 100%;
    height: 100%;
    float: left;
    z-index: 999;
  } */

  /* .carousel {
      display: block;
      text-align: left;
      position: relative;
      margin-bottom: 22px;
      
      > input {
          clip: rect(1px, 1px, 1px, 1px);
          clip-path: inset(50%);
          height: 1px;
          width: 1px;
          margin: -1px;
          overflow: hidden;
          padding: 0;
          position: absolute;
          
          &:nth-of-type(6):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -500%; }
          &:nth-of-type(5):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -400%; }
          &:nth-of-type(4):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -300%; }
          &:nth-of-type(3):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -200%; }
          &:nth-of-type(2):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -100%; }
          &:nth-of-type(1):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: 0%; }
          
          &:nth-of-type(1):checked ~ .carousel__thumbnails li:nth-of-type(1) { box-shadow: 0px 0px 0px 5px rgba(255, 32, 25, 0.5); }
          &:nth-of-type(2):checked ~ .carousel__thumbnails li:nth-of-type(2) { box-shadow: 0px 0px 0px 5px rgba(255, 32, 25, 0.5); }
          &:nth-of-type(3):checked ~ .carousel__thumbnails li:nth-of-type(3) { box-shadow: 0px 0px 0px 5px rgba(255, 32, 25, 0.5); }
          &:nth-of-type(4):checked ~ .carousel__thumbnails li:nth-of-type(4) { box-shadow: 0px 0px 0px 5px rgba(255, 32, 25, 0.5); }
          &:nth-of-type(5):checked ~ .carousel__thumbnails li:nth-of-type(5) { box-shadow: 0px 0px 0px 5px rgba(255, 32, 25, 0.5); }
          &:nth-of-type(6):checked ~ .carousel__thumbnails li:nth-of-type(6) { box-shadow: 0px 0px 0px 5px rgba(255, 32, 25, 0.5); }
      }
  }
  
  .carousel__slides {
      position: relative;
      z-index: 1;
      padding: 0;
      margin: 0;
      overflow: hidden;
      white-space: nowrap;
      box-sizing: border-box;
      display: flex;
  }
  
  .carousel__slide {
      position: relative;
      display: block;
      flex: 1 0 100%;
      width: 100%;
      height: 100%;
      overflow: hidden;
      color: white;
      transition: all 300ms ease-out;
      vertical-align: top;
      box-sizing: border-box;
      white-space: normal;
      
      figure {
          display: flex;
          margin: 0;
      }
      
      div {
          @include aspect-ratio(3, 2);
          width: 100%;
      }
      
      img {
          display: block;
          flex: 1 1 auto;
          object-fit: cover;
      }
      
      figcaption {
          padding: 10px 220px 10px 20px;
          flex: 0 0 auto;
          width:50%;
          min-width: 150px;
      }
      
      &.scrollable {
          overflow-y: scroll;
      }
  }
  
  .carousel__thumbnails {
      list-style: none;
      padding: 0;
      height: 100px;
      margin: 0;
      display: flex;
      
      margin: 0 -10px;
      
      .carousel__slides + & {
          margin-top: 20px;
      }
      
      li {        
          flex: 1 1 auto;
          max-width: calc((100% / 6) - 20px);  
          margin: 0 10px;
          transition: all 300ms ease-in-out;
      }
      
      label {
          display: block;
          @include aspect-ratio(1,1);
          
                    
          &:hover,
          &:focus {
              cursor: pointer;
              
              img {
                  box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.25);
                  transition: all 300ms ease-in-out;
              }
          }
      }
      
      img {
          display: block;
          width: 100%;
          height: 100px;
          object-fit: cover;
      }
  } */


  /* subscription page css */

.sub-banner{
    height: 100vh;
    background-image:url(../images/sub.png);
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}

.logo2 {
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
}

.sub-box {
    height: 500px;
    width: 70%;
    border-radius: 20px 20px 0px 0px;
    background-color: #000000;
    padding: 40px;
}

.sub-box .row {
    width: 100%;
    margin: 0 auto;
    border-radius: 20px 20px 0px 0px;
}

#col-boxx {
    height: 480px;
    padding: 10px;
}

#col-boxx h5 {
    color: rgb(60, 60, 60);
    font-size: 18px;
    font-weight: 700;
}


#col-boxx h1 {
    color: rgb(107, 107, 107);
}

#col-boxx h1 span {
    color: rgb(107, 107, 107);
    font-size: 15px;
}

.price-box {
    height: 100%;
    padding: 30px 30px 0px 40px;
}

#col-boxx .price-box h5 {
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
}

.price-box button {
    font-weight: 700;
}

#col-boxx:hover {
    margin-top: -5px;
    transition: all 0.5s;
    box-shadow: rgba(111, 111, 111, 0.35) 0px 5px 15px;
}

.latest4 .owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    position: absolute;
    top: 30%;
    left: 10px;
    border: none;
    border-radius: 5px;
    font: inherit;
    width: 50px;
    height: 50px;
    opacity: 100%;
}

.latest4 .owl-nav {
    width: 8%;
    float: right;
    margin-top: 15px;
    float: right;
}

.latest4 .owl-carousel .owl-nav button.owl-next {
    background: 0 0;
    color: inherit;
    position: absolute;
    top: 30%;
    right: 10px;
    border: none;
    border-radius: 5px;
    font: inherit;
    width: 50px;
    height: 50px;
    opacity: 100%;
}

.latest4 .owl-carousel .owl-nav button.owl-next span {
    color: rgb(0, 0, 0);
    font-size: 35px;
    font-weight: 700;
    margin-top: -45px !important;
}

.latest4 .owl-prev span {
    color: rgb(0, 0, 0);
    font-size: 35px;
    font-weight: 700;
    margin-top: -15px !important;
}

.latest .owl-carousel .owl-nav button.owl-prev{
    background: 0 0;
    color: inherit;
    position: absolute;
    top: 38%;
    left: 10px;
    border: none;
    border-radius: 5px;
    font: inherit;
    width: 50px;
    height: 50px;
    opacity: 100%;
}

.latest .owl-nav {
    width: 100%;
    display: block;
    margin-top: 15px !important;
    float: right;
}

.latest .box-item .owl-carousel .owl-nav button.owl-next{
    background: 0 0;
    color: inherit;
    position:absolute;
    border: none;
    font: inherit;
    width: 50px;
    height: 50px;
    top: 38%;
    right: 10px;
    border: none;
    border-radius: 5px;
    opacity: 100%;
}

.latest .owl-carousel .owl-nav button.owl-next span {
    color: rgb(0, 0, 0);
    font-size: 35px;
    font-weight: 700;
    margin-top: -45px !important;
    display: none;
    
}

.latest .owl-prev span {
    color: rgb(0, 0, 0);
    font-size: 35px;
    font-weight: 700;
    margin-top: -15px !important;
    display: none;
}

#indicators button .active {
    width: 150px;
    height: 80px;
    border: 1px solid red;
}

.latest2 .owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    position: absolute;
    top: 38%;
    left: 10px;
    border: none;
    border-radius: 5px;
    font: inherit;
    width: 50px;
    height: 50px;
    opacity: 100%;
}

.latest2 .owl-nav {
    width: 100%;
    display: block;
    margin-top: 15px !important;
    float: right;
}

.latest2 .owl-carousel .owl-nav button.owl-next {
    background: 0 0;
    color: inherit;
    position: absolute;
    top: 38%;
    right: 10px;
    border: none;
    border-radius: 5px;
    font: inherit;
    width: 50px;
    height: 50px;
    opacity: 100%;
}

.latest2 .owl-carousel .owl-nav button.owl-next span {
    color: rgb(255, 255, 255);
    font-size: 35px;
    font-weight: 700;
    margin-top: -45px !important;
}

.latest2 .owl-prev span {
    color: rgb(255, 255, 255);
    font-size: 35px;
    font-weight: 700;
    margin-top: -15px !important;
}

.latest3 .owl-nav {
    width: 8%;
    display: block;
    margin-top: 15px !important;
    float: right;
    display: none;
}

#carousel-banner .slide .carousel-indicators .active {
    opacity: 1;
    border: 2px solid red;
}

.carousel-fade .carousel-inner .carousel-item {
    -webkit-transition-property:opacity;
    transition-property:opacity;
}
  
.carousel-fade .carousel-inner .active.carousel-item-left, .carousel-fade .carousel-inner .active.carousel-item-right, .carousel-fade .carousel-inner .carousel-item {
    opacity:0;
}
  
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left, .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity:1;
}
  
.carousel-fade .carousel-inner .active.carousel-item-left, .carousel-fade .carousel-inner .active.carousel-item-right, .carousel-fade .carousel-inner .carousel-item-next, .carousel-fade .carousel-inner .carousel-item-prev {
    left:0;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
}

.parallax {
    min-height: 600px;
    background-attachment: fixed;
    background-image:url(../images/zilla.png);
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    padding: 50px 0px 50px 0px;
}

.box-item2 {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: block;
    padding-right: 5px;
    padding-top: 20px;
}

#bailey h1 {
   font-weight: 700;
   font-size: 60px;
}

#bailey {
    padding: 0px 90px 0px 0px;
}

#bailey .i-icon {
    font-size: 20px;
    color: white;
    margin-top: 20px;
}

.i-icon h4 {
    font-weight: 600;
    margin-top: 5px;
}

#bailey .zilla-btn {
    width: 150px;
    height: 50px;
    font-size: 20px;
    font-weight: 700;
    padding-top: 7px;
}

.parallax2 {
    min-height: 600px;
    background-attachment: fixed;
    background-image:url(../images/end.png);
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    padding: 50px 0px 50px 0px;
}

#bailey2 h1 {
    font-weight: 700;
    font-size: 55px;
}
 
#bailey2 {
     padding: 0px 90px 0px 0px;
}
 
#bailey2 .i-icon {
     font-size: 20px;
     color: white;
     margin-top: 20px;
}
 
#bailey2 .zilla-btn {
     width: 150px;
     height: 50px;
     font-size: 20px;
     font-weight: 700;
     padding-top: 7px;
}

.latest3 .owl-dots{
    display: none;
}



/* @import url('https://fonts.googleapis.com/css?family=Poppins:400,700');
* {
  transform: translate3d(0, 0, 0);
} */

 ::scrollbar, ::-webkit-scrollbar {
  display: none;
}

body {
  font-family: "Poppins", sans-serif;
  color: #313C48;
  -webkit-font-smoothing: antialiased;
} 

#newest {
    height:460px;
}

#newest h3 {
    margin-left: 60px;
}

main {
  position: relative;
  box-sizing: border-box;
  height: 70%;
  width: 100%;
  background:black;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* main .row1  {
    width: 100%;
    height: 100%;
} */

.row1 h2, p {
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

.row1 h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}

.row1 p {
  font-size: 18px;
  margin-top: 10px;
  color: #ffffff;
}

.row1 {
  font-size: 0;
  width: 92%;
  display: flex;
  margin: 0 auto;
}

.movie {
  font-size: 12px;
  position: relative;
  z-index: 0;
  flex-grow: 1;
  display: block;
  overflow: visible;
  height: 20vw;
  transition: 350ms ease-in-out;
  transform: scale(1);
  background-color: #F1EEEA;
  will-change: transform, z-index;
  white-space: normal;
  margin-right: 20px;
}

.cover {
  position: absolute;
  z-index: 30;
  width: 100%;
  height: 100%;
  transition: 300ms ease-out;
  border-radius: 5px;
  background-position: center center;
  background-size: cover;
  will-change: transform;
  &:before, &:after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    transition: 350ms ease-in-out;
    border-radius: 5px;
  }
  &:before {
    box-shadow: 0 1px 2px 0 rgba(127, 124, 122, 0.3);
  }
  &:after {
    opacity: 0;
    box-shadow: 0 10px 54px 0 rgba(0, 0, 0, 0.2);
  }
}

.cover_blur {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 350ms ease-in-out;
  transform: translate3d(0, 0, 0);
  opacity: 0;
  border-radius: 5px;
  background-position: center center;
  background-size: cover;
  box-shadow: 0 10px 26px 0 rgba(0, 0, 0, 1);
  filter: blur(40px) brightness(1.5) saturate(1);
  will-change: opacity;
}

.row1:hover > .movie {
  opacity: .07;
  .cover_blur {
    opacity: 0;
  }
  &:hover {
    z-index: 30;
    transform: translate3d(-10px, 0, 0);
    opacity: 1;
    &:nth-child(n+4) {
      transform: translate3d(10px, 0, 0);
    }
    .cover {
      transform: scale(1.1);
      &:before {
        opacity: 0;
      }
      &:after {
        opacity: 1;
      }
    }
    .cover_blur {
      transform: translate3d(0, 20px, 0);
      opacity: .9;
    }
    .cover_shadow {
      opacity: 1;
    }
  }
}

.rating {
  display: inline-block;
}

.dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #A5B3C6;
  box-shadow: 0 7px 38px 0 #A5B3C6;
}

.dot-full {
  background-color: #09F;
  box-shadow: 0 7px 38px 0 rgba(0, 153, 255, 0.35);
}

.row1 .text {
  position: absolute;
  top: 50%;
  color: white;
  visibility: hidden;
  width: 500px;
  padding: 30px 40px;
  transition: all 150ms ease-out;
  transition-delay: 0ms;
  transform: translate3d(150px, -50%, 0);
  opacity: 0;
  will-change: transform, opacity;
  p {
    font-weight: 300;
    display: inline-block;
    margin: 0;
    line-height: 1.3;
  }
}

.row1 p {
  &.year, &.genre {
    font-weight: 600;
    margin-bottom: 5px;
    margin-left: 14px;
    color: #ffffff;
  }
}

.movie {
  &:hover .text {
    visibility: visible;
    transition: 180ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 200ms;
    transform: translate3d(240px, -50%, 0);
    opacity: 1;
  }
  &:nth-child(n+4) .text {
    transform: translate3d(-480px, -50%, 0);
    text-align: right;
  }
  &:hover:nth-child(n+4) .text {
    transform: translate3d(-520px, -50%, 0);
    text-align: right;
  }
}

.row1 .button {
  font-size: 14px;
  font-weight: 200;
  font-weight: 500;
  display: inline-block;
  margin-top: 15px;
  padding: 10px 15px;
  cursor: pointer;
  text-transform: capitalize;
  color: #FFF;
  border: 1px solid #09F;
  border-radius: 5px;
  background: #09F;
  box-shadow: 0 7px 38px 0 rgba(0, 153, 255, 0.45);
}

.movie:nth-child(n+4) .button {
  margin-right: 0;
  margin-left: 10px;
}

/* Reset `button` and button-style `input` default styles */

.row1 input {
  &[type="submit"], &[type="reset"], &[type="button"] {
    /* cursor: default; */
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-user-select: none;
    /* for button */
    -moz-user-select: none;
    -ms-user-select: none;
    color: inherit;
    border: 0;
    background: none;
    -webkit-appearance: button;
    /* for input */
  }
}

.row1 button {
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
  color: inherit;
  border: 0;
  background: none;
  -webkit-appearance: button;
  /* for input */
}

.row1 input::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

#rand_btn {
  position: absolute;
  right: 0;
  transition: 350ms;
  transform: translateY(-96px);
  opacity: .7;
  &:focus {
    outline: none;
  }
  &:hover {
    opacity: 1;
  }
}


.connn p{
    font-size: 15px;
}

#secondrow {
    padding-top: 60px;
}

.movieboxx {
    height: 130px;
    border-radius: 10px;
}

.movieboxx img {
    height: 130px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 10px;
}

.movieboxx btn {
    width: 60px;
    height: 30px;
    font-size: 15px;
}

#animalsection  {
    margin:0 auto;
    height:800px;
    width: 95%;
}
.mobile--headerSl {
    width: 100%;
    float: left;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.mobile--headerSl a {
    margin: 0;
    width: auto !important;
    text-transform: uppercase;
    padding: 12px 16px !important;
}
.navBarnn{
    width: 50%;
}
.sign-in{
    display: none;
}