* {
  padding: 0;
  margin: 0;

  overflow-x: hidden;
}
body {
  background: radial-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7)),
    url(./images/1img.jpg);
  /* background-size: cover; */
  /* background-position: center; */
  /* background: radial-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));*/
  /*background: rgba(0, 0, 0, 0.6);*/
}
.navbar {
  width: 100%;
  height: 20vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar img {
  width: 14%;
}
.btn-signin {
  border: 2px solid red;
  background-color: red;
  color: white;
  position: relative;
  padding: 5px 10px;
  border-radius: 3px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  margin-left: 30px;
  text-decoration: none;
}
#lang-enghindi {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font: 15px;
  padding: 5px;
  background: rgba(0, 0, 0, 0);
  color: white;
}
#lang-enghindi option {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  background: black;
  color: white;
  font-size: 15px;
  padding: 10px;
}
.signinandlanguage {
  width: 200px;
  display: flex;
}
.main-container {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}
.first-heading {
  font-size: 65px;
  margin-bottom: 15px;
  line-height: 1.1em;
}
.second-heading {
  font-size: 27px;
  margin-bottom: 5px;
  font-weight: 500;
}
.third-heading {
  font-size: 20px;
  padding-bottom: 30px;
}
.email-container {
  width: 50%;
  height: fit-content;
  background: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 200px;
}

.bottom-email-container {
  padding-top: 30px;
  display: flex;
  background-color: black;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.input-email {
  outline: none;
  border: none;
  padding: 20px 10px;
  font-size: 1em;
}
.btn-getstarted {
  font-family: "Netflix Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
  padding: 20px 40px;
  background: #e50914;
  color: white;
  font-size: 1.5em;
  text-align: center;
}

.section-1 {
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

/* section-2 */
.greytopborder {
  width: 100%;
  height: 7px;
  background-color: rgb(73, 72, 72);
}
.subblackcontainer-2 {
  height: 500px;
  width: 100%;
  background-color: black;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

/*section-3*/

.faq_section {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  background-color: black;
  color: white;
  padding: 50px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.faq-heading {
  font-size: 50px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 50px;
}

.greybox {
  display: flex;
  flex-direction: column;
  width: 60%;
  background-color: rgb(37, 37, 37);
  margin: 5px;
}
.greyboxin {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 8px 35px;
}

.greyboxin h1 {
  font-size: 28px;
  font-weight: 500;
  line-height: 60px;
}

.plus_btn {
  color: white;
  font-size: 40px;
  background: none;
  border: none;
}

.greyboxout {
  display: none;
  flex-direction: column;
}
.greyboxout hr {
  width: 100%;
  margin: 0px;
  background-color: black;
  border: 1px solid black;
}

.greyboxout p {
  font-size: 25px;
  margin: 20px 6px;
  padding: 20px;
}

.blackcontainer-text {
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 35%;
  align-items: center;
}
.blackcontainer-text h1 {
  font-size: 50px;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
}

.blackcontainer-text p {
  font-size: 28px;
  text-align: left;
  width: 100%;
}

.livetv-animation {
  width: 500px;
}

.livetv-animation img {
  z-index: 3;
  width: 600px;
  position: absolute;
}

.livetv-animation video {
  z-index: 2;
  padding: 80px;
  position: absolute;
  width: 450px;
}

/*Footer section*/

footer {
  width: 100%;
  height: 350px;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-section {
  color: grey;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  display: flex;
  flex-direction: row;
}

.footer-section-2-column {
  padding: 30px 0px;
  padding-right: 70px;
}

.footer-section-2-column p {
  padding: 5px 0px;
}

.footer-section-2-column p a,
.footer-section a {
  text-decoration: none;
  color: gray;
}

.call {
  text-decoration: none;
}

.call :hover {
  text-decoration: underline;
  color: gray;
}

#lang-enghindi-1 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 15px;
  padding: 12px 17px;
  background-color: rgba(0, 0, 0, 0);
  color: white;
  border: 1px solid grey;
}

#lang-enghindi-1 option {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: white;
  background-color: black;
  font-size: 15px;
  padding: 10px;
}

/*bottom-mail-section*/
.strangerthingsvideo {
  width: 450px;
  padding-top: 80px;
}
.sacredgames {
  width: 370px;
  padding-top: 45px;
  margin-left: 30px;
}

@media (max-width: 1000px) {
  .first-heading {
    font-size: 50px;
  }
  .third-heading {
    padding: 10px;
    padding-bottom: 10px;
    font-size: 17px;
  }
  .subblackcontainer-2 {
    flex-direction: column;
    height: 600px;
    justify-content: start;
  }
  .blackcontainer-text {
    width: 100%;
  }
  .blackcontainer-text h1 {
    text-align: center;
    font-size: 35px;
    margin-top: 20px;
  }
  .blackcontainer-text p {
    text-align: center;
    font-size: 20px;
  }
  .livetv-animation {
    width: 500px;
  }
  .livetv-animation video {
    width: 350px;
  }
  .strangerthingsvideo {
    width: 400px;
    padding-top: 40px;
  }
  .secondcontainers2 {
    display: flex;
    flex-direction: column-reverse;
  }
  .sacredgames {
    width: 370px;
    padding: 0px;
    margin-left: 30px;
  }
  .thirdcontainers2 .blackcontainer-media .livetv-animation video {
    width: 300px;
    padding: 30px 69px;
  }
  .fourthcontainers2 {
    display: flex;
    flex-direction: column-reverse;
  }
  .kidsimage {
    width: 500px;
  }
  .email-container {
    width: 70%;
  }
  .btn-getstarted {
    padding: 20px 5px;
    font-size: 1em;
  }
  .faq_section {
    padding-top: 0px;
  }
  .greyboxin {
    margin: 0px 15px;
  }
  .greyboxin h1 {
    font-size: 18px;
  }
  .plus_btn {
    font-size: 30px;
  }
  .faq-heading {
    font-size: 35px;
  }
  .footer-section {
    margin: 0px 40px;
  }
}

@media (max-width: 887px) {
  .footer-section-2-column {
    padding-right: 25px;
  }
  .footer-section {
    color: grey;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
      Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer-section-2-column p a,
  .footer-section a {
    font-size: 15px;
  }
}

@media (max-width: 650px) {
  .navbar {
    height: 13vh;
  }
  .navbar img {
    width: 110px;
  }
  .first-heading {
    font-size: 27px;
    padding-top: 40px;
  }
  .second-heading {
    font-size: 18px;
  }
  .third-heading {
    font-size: 18px;
    padding: 10px 15px;
    text-align: center;
  }
  .email-container {
    align-items: center;
    width: 85%;
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0);
  }
  .input-email {
    margin-bottom: 13px;
    width: 100%;
    padding: 15px 10px;
    font-size: 15px;
  }
  .btn-getstarted {
    width: 100px;
    padding: 13px 17px;
  }
  .section-1 {
    height: 407px;
  }
  .subblackcontainer-2 {
    flex-direction: column;
    height: 475px;
    justify-content: start;
  }
  .blackcontainer-text {
    width: 100%;
    padding: 20px;
  }
  .blackcontainer-text h1 {
    font-size: 29px;
    margin-top: 30px;
  }
  .blackcontainer-text p {
    text-align: center;
    font-size: 20px;
  }
  .blackcontainer-media {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .livetv-animation {
    width: 340px;
  }
  .livetv-animation img {
    width: 320px;
  }
  .livetv-animation video {
    width: 241px;
    padding: 50px 44px;
  }
  .strangerthingsvideo {
    padding-top: 40px;
    width: 245px;
  }
  .secondcontainers2 {
    display: flex;
    flex-direction: column-reverse;
  }
  .sacredgames {
    width: 370px;
    padding: 0px;
    margin-left: 30px;
  }
  .thirdcontainers2 .blackcontainer-media .livetv-animation video {
    width: 195px;
    padding: 19px 32px;
  }
  .fourthcontainers2 {
    display: flex;
    flex-direction: column-reverse;
  }
  .kidsimage {
    width: 350px;
  }
  .faq_section {
    padding-top: 0px;
    text-align: center;
  }
  .greybox {
    width: 100%;
  }
  .greyboxin {
    margin: 0px 15px;
  }
  .greyboxin h1 {
    font-size: 18px;
  }
  .plus_btn {
    font-size: 30px;
  }
  .faq-heading {
    font-size: 25px;
  }
  footer {
    height: 330px;
  }
  .footer-section {
    display: flex;
    width: 100%;
    align-items: center;
  }
  .footer-section-2-column {
    padding: 0px;
    width: 240px;
  }
  .footer-section-2-column p {
    padding: 5px 0px;
    width: 100%;
    text-align: left;
  }
}

@media (max-width: 480px) {
  footer {
    height: 400px;
  }
  .footer-section-2-column {
    width: 180px;
  }
}
