body{    
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #777;
  font-style: normal;
  background: #f3f8fb;
}
header{
  background: #0a1d3d;
  height: 56px;
  position: sticky;
  top: 0;
  z-index: 100;
}
.container  li a {
    text-decoration: none;
    color: white;
  }
  .container  li{
    display:inline;
    font-size: 18px;
  }
.container  li a:hover{
  color: red!important;
}

.content {
  height: calc(100vh - 112px);
}
.latest-movie h2{
font-size: 48px;
    color: #010f2e;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 30px;
    /*position: relative;*/
  }
  .movie-box {
    position: relative;
    overflow: hidden;
  }
  .movie-box img {
    transition: transform 0.3s ease-in-out;
  }

  .movie-box:hover img {
    transform: scale(1.1); 

  }
.movie-text a{
  text-decoration: none;
  font-size: 24px;
  color:#010f2e!important;
  cursor: pointer;

}
.most-watched{
  margin-bottom: 15px;
}
.most-watched .movie-card{
  margin-bottom: 25px;
}
.most-watched h2{
  font-size: 48px;
  padding-bottom: 0;
  margin-bottom: 10px;
  position: relative;
}

.popular-movie h2{
  font-size: 30px;
  margin-bottom: 30px;
}

.movie-text a:hover, .author:hover, .date:hover {
    color: red !important;
}

.movie-text
{
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 1px 1.732px 60px 0 rgba(0, 0, 0, 0.04);
    margin: 0 10px;
    padding: 1rem;
    margin-top: -70px;
    position: relative;
    max-height: 227px;
  }
  .text-title{
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 28px;
    padding-bottom: 10px;
    font-family: 'Poppins', sans-serif;
  }
  .text-description{ 
    max-height: 3.6em; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .pop-movie-text{
    border-radius: 5px;
    align-items: center;
    background-color: #fff;
    padding: 15px 10px;
    box-shadow: 1px 1.732px 60px 0 rgba(0, 0, 0, 0.04);
    font-weight: 600;
  }

  .pop-movie-text .text-description{
    font-size: 14px;
    padding: 0px 15px;
  }

  .pop-movie-text .date{
    font-size: auto;
    font-size: 10px;
    padding: 5px 15px;
  }
  .text-description a{
    text-decoration: none;
    color: black!important;
  }
/* ................icons............ */
 .icon i{
  font-size: 25px;
  margin: 0px 10px ;
 }
.footer {
  align-items: center;
   background: #0a1d3d;
  color: #fff;
  padding: 1rem;
  height: auto;
  bottom: 0;
  z-index: 100;
}
.footer h5 a{
  text-decoration: none;
  color: white;

}
input[type=email] { 
  background: transparent; 
  }
  input[type="email"]:focus{         
    background: transparent; 
}
 
  @media (max-width: 768px) {

  .icon i {
    font-size: 15px;  
    margin-right: 10px; 
  }

  footer .icon i{
    margin-right: 5px;
  }

  .pop-movie-text .text-description{
    font-size: 24px;
    line-height: 1.2;
    padding: 5px 0px;
  }
  
  .pop-movie-text .date{
    font-size: 13px;
  }
}