body {
    font-family: sans-serif;
    line-height: 1.6;
    
  }
  
  img {
    max-width: 100%;
  }
  
  .container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  
  .hero-section {
    height: 600px;
    background: url(../Images/netflix.jpg) center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .hero-content-wrapper {
    /* background: white; */
    padding: 40px 20px;
    text-align: center;
  }
  
  .heading {
    font-family: sans-serif;
    font-size: 50px;
    color: white;
    font-weight: bold;
    padding-top: 400px;
  }

  .text-about {
    padding: 40px 20px;
    text-align: center;
    font-weight: bold;
  }

  .flex-columns {
    display: flex;
    gap: 20px;
    margin: 0px auto 35px;
  }
  
  .column-space {
    margin: 50px 0 0 0;
  }
  
  .flex-columns .column {
    flex: 1;
    /* background: yellow; */
    text-align: center;
  }

  .two-columns {
    display: flex;
    gap: 20px;
  }
  
  .column-one {
    flex: 2;
  }
  
  .column-two {
    flex: 1;
  }

  .container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.column-one-another {
    flex: 1;
  }
  
  .column-two-another {
    flex: 1;
  }

  .netflix{
    margin-top: 150px;
  }

  /* contact form */
  
  .footer-section {
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center; 
    font-family: sans-serif;
  }

.contact-form h1{
    margin: 0;
    padding: 0 0 20px;
    color: #C0171E;
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
}

.contact-form p{
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: rgb(0, 0, 0);
}

.contact-form input{
    width: 100%;
    margin-bottom: 20px;
}

input[type=text],
input[type=tel]{
    border: none;
    border-bottom: 1px solid #C0171E;
    background: transparent;
    outline: none;
    height: 35px;
    color: #C0171E;
    font-size: 15px;
}

input[type=submit]{
    height: 30px;
    color: #ffffff;
    font-size: 15px;
    background: #C0171E;
    cursor: pointer;
    border-radius: 25px;
    border: none;
    outline: none;
    margin-top: 40px;
}

#title{
    width: 200px;
    background: rgb(255, 255, 255);
}

.contact{
    font-weight: bold;
}

.footer-content-wrapper {
    /* background: white; */
    padding: 40px 20px;
    text-align: left;
  }

.text-about{
    font-family: sans-serif;
    font-weight: lighter;
    padding: 20px;
    margin: 20px;
    font-size: 18px;
    line-height: 1.6;
}

.two{
    margin-bottom: -50px;
}

strong{
    color: #C0171E;
}

@media (max-width: 480px) {
    .two-columns{
        display: inline;
    }
    .text-movie{
        margin-bottom: -150px;
    }
    .footer-section{
        margin-top: 80px;
    }
    .heading {
        font-family: sans-serif;
        font-size: 30px;
        color: white;
        font-weight: bold;
        padding-top: 500px;
      }
  }
