* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Rubik", "Graphik", sans-serif;
  background: #000;
  color: #fff;
  line-height: 1.7;
  overflow: auto;
}

img {
  width: 100%;
}

h3 {
  font-size: 26px;
  font-weight: 300;
  margin: 12px 5% 0;
}

h4 {
  width: 100%;
  color: #00ed82;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 20px;
  z-index: 0;
  position: relative;
  margin: 0 auto;
}

a {
  color: #fff;
}

a:hover {
  color: #ccc;
}

ul {
  list-style-type: none;
}

/* header */
.header {
  height: 650px;
  background: url(./images/header.png) no-repeat center center / cover;
}

.header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.76) 15.54%,
    rgba(0, 0, 0, 0.192) 60.23%,
    rgba(0, 0, 0, 8e-5) 100%
  );
}

.header nav {
  padding: 10px 20px;
  height: 74px;
  z-index: 2;
  position: relative;
}

.logo-1 {
  height: 24px;
  width: 61px;
  margin: 10px 20px;
}

.header nav ul {
  padding: 10px 20px;
  z-index: 2;
  float: right;
}

.login-button {
  font-family: "Graphik Web", sans-serif;
  height: 40px;
  background: transparent;
  border: none;
  outline: none;
  color: #a8afbd;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  padding: 10px 20px;
}

.login-button:hover {
  color: white;
  height: 40px;
  border-radius: 8px;
  background-color: #323843;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  opacity: 0.8;
}

.header-content {
  text-align: center;
  padding: 40px 80px;
  width: 60%;
  margin: 40px auto;
}

.header-content img {
  width: 603px;
  height: 135px;
}

.first-text {
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  margin: 20px;
}

.get-button {
  font-family: "Graphik Web", sans-serif;
  height: 48px;
  color: #040405;
  background-color: #ffffff;
  letter-spacing: 0.6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 0 24px;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.get-button:hover {
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
}

.link {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
  padding-top: 15px;
  padding-bottom: 10px;
}

.sign-link {
  font-size: 15px;
  font-weight: 600;
}

/* section1 */

.section-1 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 90px 40px;
  margin-top: 60px;
}

.tv-section {
  display: block;
}

.title {
  font-size: 47px;
  font-weight: bolder;
  line-height: 1.2;
  letter-spacing: -0.2px;
  margin: 0 20px 10px 10px;
  z-index: 2;
  position: relative;
}

.second-text {
  margin: 10px;
  font-size: 18px;
  line-height: 1.36;
  font-weight: 400;
  letter-spacing: 0px;
  z-index: 2;
  position: relative;
}

.movie-image {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
  position: relative;
}

.gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(
      156.82deg,
      rgba(0, 0, 0, 0.6) 4.58%,
      rgba(0, 0, 0, 0) 69.61%
    ),
    linear-gradient(24.5deg, rgba(0, 0, 0, 0.2) 4.71%, rgba(0, 0, 0, 0) 71.49%);
}

.movie-image img {
  width: 294px;
  height: 450px;
}

.movie-span {
  width: 100%;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.46;
  text-transform: none;
  color: rgba(255, 255, 255, 0.6);
  text-align: right;
  padding-top: 5px;
  float: right;
  padding-right: 2%;
}

/* live tv section */

.liveTv {
  width: 100%;
  height: 620px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}

.live-content {
  width: 850px;
}

.live-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.32;
  letter-spacing: 1px;
  padding-top: 8px;
  padding-bottom: 20px;
  text-align: center;
}

.small-text {
  font-size: 10px;
  font-weight: 400;
  text-transform: none;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  letter-spacing: 0px;
  padding-bottom: 10px;
}

.small-text a {
  color: rgba(255, 255, 255, 0.6);
}

.live-link a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: 1;
}

/* live sports section */

.live-sports {
  background: url("./images/live-sports.jpg") no-repeat center center / cover;
  height: 800px;
  position: relative;
}

.live-sport-content {
  display: inline-block;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-left: 18%;
  margin-top: 144px;
}

.live-btn1 {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 5px solid white;
  padding-bottom: 20px;
  margin: 20px 20px 50px 0;
  cursor: pointer;
}

.live-btn {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: bold;
  padding: 20px 20px 50px 0;
  cursor: pointer;
}

.live-title {
  font-size: 47px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.2px;
}

.live-sport-text {
  max-width: 500px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.36;
  margin-top: 18px;
  text-align: left;
}

.live-sports-logos {
  width: 300px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.live-sports-logos img {
  width: 50px;
  height: 50px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.requirement {
  width: 500px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.46;
  text-transform: none;
  color: rgba(255, 255, 255, 0.6);
  text-align: left;
  padding-top: 20px;
}

.requirement a {
  color: rgba(255, 255, 255, 0.6);
}

/* Footer */
.footer {
  background: #e8eaed;
  min-height: 520px;
  color: #586174;
}

.footer a {
  color: #586174;
  text-decoration: none;
  font-size: 14px;
  padding-bottom: 8px;
  padding-right: 30px;
  cursor: pointer;
}

.footer-container {
  max-width: 1300px;
  margin: auto 6%;
  padding: 50px 50px 0 50px;
}

.footer-lists {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  padding-bottom: 6%;
}

.footer-lists ul {
  width: 160px;
}

.footer-lists .list-title {
  color: #272c34;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 12px;
}

.low-list {
  padding-top: 25px;
}

.line-divider {
  width: 1230px;
  height: 3px;
  border-top: 1px #ccc solid;
  margin: 40px 0;
}

.social-icons i {
  color: #586174;
  font-size: 20px;
  width: 25px;
  height: 25px;
  margin-right: 0;
}

.policy {
  margin-top: 35px;
}

.footer-lists2 {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

.footer-lists2 a {
  font-size: 12px;
}

/* form  modal */

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.form-box {
  margin: 3% auto;
  width: 430px;
  background: #fff;
  color: #333;
  position: relative;
  animation: modalopen 1s;
}

@keyframes modalopen {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.form-body {
  padding: 40px 40px;
  font-family: "Graphik", sans-serif;
}

.modal .close {
  font-size: 23px;
  font-size: 23px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

/* form section */

.form {
  margin: 20px 0;
}

.form-body h3 {
  width: 100%;
  margin-top: 30px;
  margin-left: 0;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: 1.24;
  padding-bottom: 10px;
}

.form label {
  display: block;
  text-transform: uppercase;
  color: #636e85;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1.25px;
  padding-bottom: 5px;
}

.form input {
  width: 100%;
  height: 50px;
  border: 1px solid #272c35;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  outline: none;
  padding: 5px;
}

.form-body a {
  color: steelblue;
  font-size: 14px;
  text-decoration: none;
}

.button {
  font-family: "Graphik", sans-serif;
  width: 100%;
  height: 48px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 17px;
  padding-bottom: 17px;
  margin-top: 30px;
  margin-bottom: 8px;
  background-color: rgb(133, 133, 133);
  border: 1px solid rgb(133, 133, 133);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

/* form footer */
.form-footer {
  padding: 25px 0;
  text-align: center;
  margin-top: 50px;
  width: 100%;
}
.form-footer p {
  color: #636e85;
  font-size: 14px;
}

.form-footer a {
  color: steelblue;
  text-decoration: none;
}

/* Media Queries */
@media (max-width: 1100px) {
  .header-content img {
    width: 400px;
  }
  .section-1 .movie-image {
    grid-template-columns: 1fr 1fr;
  }
  .line-divider {
    width: 600px;
  }
  footer {
    width: 100%;
    height: 700px;
  }
}

@media (max-width: 768px) {
  .header-content {
    width: 100%;
    padding: 40px;
    margin: 0;
  }
  .header-content h4 {
    font-size: 0.7rem;
    margin-top: 25%;
  }
  .header-content img {
    width: 100%;
    height: 60px;
  }
  .first-text {
    font-size: 18px;
    margin: 10px;
    padding-bottom: 20px;
  }

  .section-1 {
    width: 100%;
    padding: 20px;
    margin-top: 10%;
  }
  .tv-section {
    width: 100%;
  }

  .tv-section h1 {
    font-size: 30px;
  }

  .second-text {
    font-size: 15px;
    width: 350px;
    margin: 0 auto;
  }
  .movie-image {
    gap: 15px;
    padding-top: 20px;
  }

  .movie-image img {
    width: 155px;
    height: 250px;
  }

  .movie-span {
    width: 150px;
    text-align: center;
    padding-bottom: 20px;
  }

  .live-content {
    width: 100%;
    padding: 5px;
  }

  h4 {
    font-size: 12px;
  }

  .live-content .title {
    font-size: 34px;
  }

  .live-text {
    font-size: 14px;
  }
  .small-text {
    padding: 10px 30px;
  }
  .live-link a {
    font-size: 13px;
  }

  .live-sports {
    width: 100%;
    background: url("./images/live-sports-small.jpg") no-repeat center center /
      cover;
  }

  .live-sport-content {
    width: 100%;
    padding: 20px;
    margin: 0;
  }
  .live-sport-content button {
    font-size: 12px;
    padding: 0;
    padding-bottom: 10px;
    margin: 5px;
  }
  .live-title {
    font-size: 30px;
    text-align: center;
    padding-top: 80px;
  }

  .live-sport-text {
    font-size: 17px;
    text-align: center;
    padding: 0 15px;
  }
  .live-sports-logos {
    justify-content: center;
    align-items: center;
    margin-left: 30px;
  }
  .live-sports-logos img {
    width: 50px;
    height: 50px;
    margin: 0 15px;
  }

  .requirement {
    width: 100%;
    padding: 20px 40px;
    text-align: center;
  }

  .footer-container {
    width: 100%;
    margin: 0;
    padding: 5px 10px;
  }

  .footer-lists {
    display: inline-table;
  }
  .footer-lists ul {
    padding: 20px 0;
  }

  .line-divider {
    width: 340px;
    margin-top: 0;
  }

  .social-icons {
    padding: 0;
  }

  .social-icons i {
    padding-left: 15px;
  }

  .footer-lists2 {
    justify-content: left;
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
    margin-bottom: 32px;
  }

  .footer-lists2 span {
    padding-right: 2px;
  }

  .form-box {
    margin: 0 auto;
    width: 375px;
    height: 800px;
  }
}
