*{
    margin: 0;
    /* padding: 0; */
    font-family: 'Steelfish Rg', 'helvetica neue',
    helvetica, arial, sans-serif;
}
.logo{
    background-image: linear-gradient(to right, rgba(255, 40, 40, 0.241) , transparent);
    border-left: 5px solid red;
    width: 20%;
}
.logo img{
    width: 150px;
    padding: 5px;
}

#slider {
    position: relative;
    height: 100vh;
    width: 100vw;
}
.slide {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.5s;
    background-color: black;
  }
.sliderimg {
    margin-top: -50px;
    width: 100%;
    height: 120%;
    position: relative;
    opacity: 30%;
  }
  #prevBtn{
    outline: none;    
    float: left;
    border-radius: 100%;
    border: 1.5px solid #7A7A7A;
    margin-left: 30px;
    width: 50px;
    height: 50px;
    background: none;    
    position: relative;
    top: 47%;
    align-items: center;
    z-index: 30;
    cursor: pointer;
  }
  #prevBtn img{
    width: 60%;
    border-radius: 100%;
    margin-top: 4px;
    margin-left: -2px;
  }
  #nextBtn{
    outline: none;    
    float: right;
    border-radius: 100%;
    border: 1.5px solid #7A7A7A;
    margin-right: 30px;
    width: 50px;
    height: 50px;
    background: none;    
    top: 47%;
    position: relative;
    z-index: 30;
    cursor: pointer;
  }
  #nextBtn img{
    width: 60%;
    border-radius: 100%;
    margin-top: 4px;
    margin-right: -2px;
  }

  .info-box{
    width: 60%;
    position: absolute;
    top: 50px;
    left: 100px;
    z-index: 50;
  }
  .slide h1{
        background-image: url(./Images/texure.jpg);
        background-repeat: repeat;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: bold;
        text-transform: uppercase;
        font-weight: 800;
        font-size: 5vw;
        -webkit-font-smoothing: antialiased;
  }

  .slide p span{
    color: rgba(255, 0, 0, 0.732);
    padding-right: 10px;
  }
  .movie_description{
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.655);
    line-height: 2vw;
    font-size: 1vw;
    width: 80%;
  }
  .movie_info{
    color: white;
    font-size: 1.1vw;
    line-height: 1.8vw;
    margin-top: 20px;
  }
  .playnow {
    margin-top: 30px;
    border: none;
    outline: none;
    padding: 1.5% 2%;
    background-color: red;
    font-size: 1vw;
    color: white;
    cursor: pointer;
  }
  .playnow i{
    padding-right: 10px;
    font-size: 1vw;
    margin-top: 2px;
  }
  .playnow span{
    letter-spacing: 2px;
    float: right;
    display: block;
    position: relative;
    margin-top: 2px;
  }
  .ratings{
    display: flex;
    margin-top: 20px;
  }
  .ratings p{
    font-size: 1vw;
    color: rgba(255, 255, 255, 0.792);
  }
  .rating_nc{
    background-color: gray;
    margin-left: 20px;
    padding: 5px;
    font-weight: bold;
    margin-top: -5px;
  }
  .ratings i{
    font-size: 1.2vw;
    color: red;
    margin: 0px 0px 0px 5px;
  }
  .imbd_rating{
    margin-left: 20px;
  }
  .movie_duration{
    margin-left: 20px;

  }
  .watch-trailer{
    color: white;
    width: 30%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 80px;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .watch-trailer h3{
    font-size: 1.2vw;
    letter-spacing: 3px;
    font-weight: lighter;
  }
  .watch-trailer img{
    width: 60px;
    margin-right: 20px;
  }


  @media screen and (max-width:768px){
    .watch-trailer{
        color: white;
        width: 100%;
        position: absolute;
        top: 250px;
        bottom: 0;
        right: 0px;
        z-index: 50;
        display: flex;
        align-items: center;
        justify-content: center;
      }
  }


  /* .upcoming-movies{
    background-color: black;
    color: white;
    margin: 200px 0px;
  } */

  

  /* #slider2 {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
  }
  
  .slide2 {
    width: 500px;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s;
  }
  #prevBtn2{
    color: white;
    background: rgb(255, 0, 0);
    float: left;
    margin-top: -150px;
    position: relative;
    z-index: 100;
  }
  #nextBtn2{
    color: white;
    background: rgb(255, 0, 0);
    float: right;
    margin-top: -150px;    
    position: relative;
    z-index: 100;
  }
  .slide2 img {
    width: 100%;
    height: 100%;
  } */
