*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  font-family: 'Poppins', sans-serif;
}
.line{
  width: 50px;
  height: 2px;
  margin-left: 8px;
}
.listline::after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 0;
  background-color: red;
  transition: 1s;
}
.listline{
  position: relative;
}
.listline:hover::after{
  width: 100%;
  height: 2px;
}
.btn-header{
  width: 90px;
  height: 45px;
  font-size: 18px !important;
}
.navbar{
  height:100px;
}
.nav-item{
  font-size: 19px;
}
 main {
  width: 100%;
  height: 100vh;
  background-image: url(../img/home3.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
 
  /* height: calc(100vh - 100px); */
}
.movies,main{
 width: 100%;
}
.home-text span {
  font-size: 20px;
}
main h2 {
  font-size: 60px;
  font-weight: bold;
}
main .btn {
  width: 130px;
  height: 45px;
  font-size: 18px;
}
.movies_line{
  width: 68%;
  height: 2px;
}
.heading{
  padding: 100px 0px 0px 240px;
}
.box{
  height: 400px ;
}
.movies-container,.coming-container{
  width: 68%;
}
.box-img img:hover {
  transform:translateY(-10px);
 transition: .2s;
}
.email{
  width: 300px;
  height: 47px;
}
.news .btn{
  height: 50px;
  width: 120px;
  margin-right: -10px;
  margin-top: -5px;
}
  .news,.footer{
    padding-top: 40px;
  }
  .footer-content{
width: 70%;
  }
  .social-icons:hover a i{
    color: white;
    background-color: red;
  }
 .social-icons  a i{
  width: 50px;
  height: 50px;
  line-height: 50px;
  outline: 4px solid gray;
 }
 .copy{
  font-size: 20px;
  padding: 30px;
 }
 .footer-content{
  padding-top: 70px;
 }
@media (max-width: 768px) {
  main h2 {
    font-size: 45px;
  }
  .home-text span {
    font-size: 20px;
  }
.home-text {
    margin-left: 70px;
  }}
@media (max-width: 576px) {
  .home-text {
    /* text-align: center; */
    margin-left: 50px;
  }
  main h2 {
    font-size: 40px;
  }
  .home-text span {
    font-size: 18px;
  }
  .btn-header {
    width: 80px;
    height: 40px;
    font-size: 16px !important;
  }
  .navbar-brand {
    font-size: 1.5rem !important;
  }
  .navbar-nav {
    width: 100% !important;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .navbar-collapse {
    background-color: #212529; 
    padding: 10px 0;
  }
  .nav-item {
    text-align: center;
  }
.heading{
padding-left: 19px; 
}
.movies_line{
  width: 90%;
}
.movies-container,.coming-container{
  width: 90%;
}
.footer-content{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
}