* {

    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
    scroll-padding-top: 2rem;
    
    
    
    
    }
    
    
    /* variables  */
    :root {
        --main-color: white;
        --hover-color: hsl(0, 25%, 49%);
        --body-color: #000000;
        --container-color: #161618;
        --text-color: rgb(255, 255, 255);
    
    
    }
    
    a {
        text-decoration: none;
        color: white;
      
    }

    a:visited {
        color: white;
    }
    
    a:hover {
        color: red;
       
    }
    li {
        list-style: none;
    }
    
    img {
      
        opacity: 0.8;
    }
    
    body {
    background: var(--body-color);
    color: var(--text-color);
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;

    }
    
    em {
        font-size: 7px;
    }
    
    
    
    .container {
        margin: auto;
        width: 100%;
        max-width: 90%;
    }
    
    header {
      position: relative;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        margin-bottom: 10px;
    }
    
    .nav {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 0;
    }
    
    .logo {
        font-size: 2rem;
        color: var(--text-color);
        font-weight: 600;
        text-transform: uppercase;
        margin: 0 auto 0 0;
        
    }
    
    .logo span {color: rgb(255, 0, 0)}
    
    /* .search-box {
        max-width: 240px;
        width: 100%;
        display: flex;
        align-items: center;
        column-gap: 0.7rem;
        padding: 8px 15px;
        background-color: var(--container-color);
        border-radius: 4rem;
    }
    
    .search-box .fa-magnifying-glass:hover {
        color: black;
    }
     */
    .fa-magnifying-glass {
        cursor: pointer;
        font-size: 1.2rem;
    }
    
    #search-input {
        width: 100%;
        border: none;
        outline: none;
        color: var(--text-color);
        background: transparent;
        font-size: 0.938;
    }
    
    /* .user {
        display: flex;
    }
    .user-img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        object-fit: cover;
        object-position: center;
    }
     */
    /* navbar */
    
    .navbar {
     
       
        left: 18px;
        display: flex;
        flex-direction: row;
        row-gap: 2.1rem;
        
    }
    
    .nav-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #ffffff;
        margin-left: 50px;
    }
    
    .nav-link:hover , .nav-active {
        color: var(--text-color);
        transition: 0.3 all linear;
        transform: scale(1.1);
    }
    
    .nav-link .fa-solid {
        font-size: 2rem;
    }
    
    .nav-link-title {font-size: 1.2rem;}
    
    section {
        padding: 3rem 0 2rem;
    }
    .roku {
        width: 100%;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .home {
      
        position: relative;
        min-height: 500px;
        display: flex;
        align-items: center;
  
        border-radius: 0.5rem;
        margin-bottom: 70px;
    }

    .home img {
        position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: scale-down;
    border-radius: 0.5rem; 
opacity: 0.5;
}
    
.home , img:hover {
    opacity: 1.0;
    scale: 1.1;
}
   video {
    margin: auto;
    
    }
    .home-text {padding-left: 40px;}
    
    .home-title {
        font-size: 3rem;
        font-weight: 600;
    }
    
    .home-text p {
        font-size: 1.3rem;
        margin: 10px 0 20px;
        color: var(--main-color);
    }
    
    .watch-btn {
        display: flex;
        align-items: center;
        column-gap: 0.8rem;
        color: rgb(233, 32, 32);
    }
    
    .watch-btn .fa-play {
        font-size: 40px;
        background: rgb(0, 0, 0);
        width: 100px;
        height: 100px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .watch-btn .fa-play:hover{
        background-color: wheat;
    }
    
    .watch-btn span {
        font-size: 1rem;
        font-weight: 400;
    }
    
    .heading { 
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: var(--container-color);
        padding: 8px 14px;
        border: 1px solid hsl(200 100% 99% / 5%);
        margin-bottom: 2rem;
        border-radius: 5%;
    }
  
    .heading-title {
        font-size: 1.6rem;
        text-align: center;
        margin: auto;
    }
    .movie-box {
        position: relative;
        width: 100%;
        height: 380px;
        overflow: hidden;
    }
    
    .movie-box-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .movie-box .box-text {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 14px;
        background : linear-gradient(8deg, hsl(240 17% 14% / 14%) 14%,) ,
        (8deg, hsl(240 17% 14% / 14%) 44%,);
        overflow: hidden;
    }
    .movie-title {
        font-size: 1.7rem;
        font-weight: 500;
    }
    
    .movie-type {
        font-size: 1.4rem;
        font-weight: 500;
    }
    
    .swiper-btn {
        display: flex;
    }
    
    .swiper-button-next, .swiper-button-prev {
        position: static !important;
        margin: 0 0 0 10px !important;
    }
    .swiper-button-next::after,
     .swiper-button-prev::after {
        color: var(--text-color);
        font-size: 18px !important;
        font-weight: 700;
     }
    
     .play-btn {
        position: absolute;
        bottom: 0.8rem;
        right: 0.8rem;
     }
    
     /* Movies  */
     .movies .heading {
       padding: 10px 14px;
     }
     .movies-content {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(247px , 1fr));
        gap: 1.2rem;
     }
    
     .movies-content .movie-box:hover .movie-box-img {
        transform: scale(0.8);
        transition: 0.5s;
     }
    
     .next-page {
        display: flex;  
        align-items: center;
        justify-content: center;
        margin-top: 2.5rem;
     }
    
     .next-btn {
        background: var(--main-color);
        padding: 12px 20px;
        color: var(--text-color);
    
        font-weight: 500;
    
     
    
     }
    
     .next-btn:hover {
    
    
    
        background: var(--hover-color);
        transition: 0.3s all linear;
     }
    
     .copyright {
    
    text-align: center;
    padding: 20px;
    
     }
    
    footer {
        display: flex;
       
      margin-top: 50px;
      margin-bottom: 50px;
      margin-left: auto;
      margin-right: auto;
    }
    .footer:hover {
        background-color: white;
    }

    .box {
        flex: 1;
        padding: 10px;
        border: 1px solid #ccc;
        margin: 5px;
    }

    .box:hover {
        background-color: white;
        color: black;
    }
    /* .play-text { 
        font-size: 35px;
        font-family: "Advent Pro", sans-serif;
        
       
    } */

    .playcontainer , .container {
        font-family: "Bebas Neue", serif;
        font-weight: 400;
        font-style: normal;
    }

    iframe {
        display:block;
       margin-left: auto;
       margin-right: auto;
        border: none;
         height: 600px;
  width: 100%;
  resize: both;
  overflow: auto;
    }
     /* .play-container {
        position: relative;
        min-height: 540px;
        margin-top: 5rem !important ;
     } 
    
     .play-img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        z-index: -1;
     } */

     .play-text { font-size: 32px;
    text-align: center;
word-spacing: 5px;}

.play-text  a {
    margin-left: 20px;
}
.sib-form .entry__field {
    color: black;
}

/* CSS */
button {
  all: unset;
  width: 200px;
  height: 30px;
  font-size: 16px;
  background: transparent;
  border: none;
  position: relative;
  color: #f0f0f0;
  cursor: pointer;
  z-index: 1;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin: auto;
  margin-top: 20px;
}

button::after,
button::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -99999;
  transition: all .4s;
}

button::before {
  transform: translate(0%, 0%);
  width: 100%;
  height: 100%;
  background: #28282d;
  border-radius: 10px;
}

button::after {
  transform: translate(10px, 10px);
  width: 35px;
  height: 35px;
  background: #ffffff15;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 50px;
}

button:hover::before {
  transform: translate(5%, 20%);
  width: 110%;
  height: 110%;
}

button:hover::after {
  border-radius: 10px;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
}

button:active::after {
  transition: 0s;
  transform: translate(0, 5%);
}

