
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;600;700&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  max-width: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body {
  font-family: "Rubik", sans-serif;
  background: black;
  color: white;
  line-height: 1.7;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

ul {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.header {
  width: 100%;
  background: url(https://cnbl-cdn.bamgrid.com/assets/62ed936344e6ffbac48c896b2bd327fe171521dd941b6ddc8402e2eae50116fc/original)
    no-repeat center center / cover;
}

.top {
  min-height: auto;
  padding-bottom: 2rem;
}

.top nav {
  display: flex;
  justify-content: flex-end;
  padding: 1rem 1.25rem;
}

.top nav .login {
  cursor: pointer;
  background: none;
  border: none;
  color: white;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 0.8125rem;
}

.top .logo {
  width: min(550px, 88vw);
  margin: 1rem auto;
}

.top .header_main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1.25rem;
  width: 100%;
  max-width: 100%;
}

.top .header_1 {
  font-size: 1rem;
  font-weight: bold;
  width: 100%;
  max-width: 36rem;
  text-align: center;
  line-height: 1.5;
}

.btn {
  display: inline-block;
  background: #1ce783;
  color: #333;
  min-width: 135px;
  max-width: 100%;
  padding: 0.9rem 1.5rem;
  font-size: 0.8125rem;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  letter-spacing: 1px;
  cursor: pointer;
}

.btn-1 {
  margin-top: 1.5rem;
}

.btn-1:hover {
  opacity: 0.8;
}

.terms {
  font-size: 0.5625rem;
  color: rgb(190, 190, 190);
  margin-top: 1.25rem;
  letter-spacing: 0.3px;
  width: 100%;
  max-width: 42rem;
  text-align: center;
  line-height: 1.6;
  padding: 0 0.5rem;
  overflow-wrap: anywhere;
}

.terms_1 {
  text-decoration: underline;
}

.terms_1 a {
  color: white;
}

.terms_1 a:hover {
  color: grey;
}

h4 {
  color: #00ed82;
  font-size: 0.6875rem;
  letter-spacing: 0.3px;
  font-weight: 500;
  text-align: center;
  padding: 0 1rem;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.library-h4 {
  font-size: 0.8125rem;
}

.text-li {
  width: 100%;
  max-width: 100%;
  padding: 0 1rem;
  font-size: 1.75rem;
  font-weight: bolder;
  letter-spacing: 0.1px;
  line-height: 1.15;
  text-align: center;
  overflow-wrap: anywhere;
  word-break: normal;
}

.sub-text {
  width: 100%;
  max-width: 100%;
  padding: 0 1rem;
  margin-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
  overflow-wrap: anywhere;
}

.library {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 100%;
  padding: 3rem 1rem;
  justify-content: center;
  overflow-x: hidden;
}

.library .covers {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
  width: 100%;
  max-width: 18rem;
  margin-top: 2rem;
}

.library .covers > div {
  width: 100%;
  min-height: 16rem;
  aspect-ratio: 265 / 400;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}

.library .cover-grad {
  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%);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.library .cover-text {
  position: absolute;
  top: 1rem;
  left: 1rem;
  text-align: left;
}

.library .cover-1 {
  background: url(https://cnbl-cdn.bamgrid.com/assets/82fd53644e709344c9e9c1f4ba66519505ecea256294d59a0637bda76ae1436b/original)
    no-repeat center center / cover;
}

.library .cover-2 {
  background: url(https://cnbl-cdn.bamgrid.com/assets/8c630a19daa8615918152082839724f4dab6538939ba7d3bb45f8faa97acf1b9/original)
    no-repeat center center / cover;
}

.library .cover-3 {
  background: url(https://cnbl-cdn.bamgrid.com/assets/6293f29d56ae0519362951fa38cf62f61004662eb674e61d99e93e7f064d74ff/original)
    no-repeat center center / cover;
}

.library .cover-4 {
  background: url(https://cnbl-cdn.bamgrid.com/assets/f3f84cde435747f424ce4ad52d351efc96b5da4765af2f76afa9b86fb5bc9a37/original)
    no-repeat center center / cover;
}

.cover-sub-text {
  font-weight: bolder;
  line-height: 1.2;
  font-size: 1.125rem;
}

.sub-title {
  font-size: 0.8125rem;
}

.live {
  background: #151516;
  padding: 1.5rem 1rem;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.live-border {
  border-radius: 16px;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 100%;
}

.live .text-li,
.live .sub-text,
.live h4,
.live .terms,
.live a {
  text-align: center;
}

.live .sub-text {
  font-size: 1rem;
}

.live a {
  text-transform: uppercase;
  font-size: 0.875rem;
  margin-top: 1.25rem;
  text-decoration: underline;
  color: rgb(172, 172, 172);
}

.live-sports {
  width: 100%;
  max-width: 100%;
  background: url(https://cnbl-cdn.bamgrid.com/assets/3ab6ce86baaf4225b072c58fa9497ec949c0c9e284b3958ecda1429b7f3744f9/original)
    no-repeat center center / cover;
  min-height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
}

.live-sports-content {
  position: relative;
  width: 100%;
  max-width: 34rem;
  margin: 0 auto;
  padding: 2.5rem 1.25rem;
  text-align: center;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.78) 0%,
    rgba(0, 0, 0, 0.55) 55%,
    rgba(0, 0, 0, 0.82) 100%
  );
}

.live-sports .text-li,
.live-sports .sub-text,
.live-sports .terms {
  text-align: center;
  margin-inline: auto;
}

.live-sports .sub-text {
  font-size: 1rem;
}

.footer {
  background: #ebedf2;
  color: #333;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.footer a {
  color: rgb(107, 107, 107);
  font-size: 12px;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.footer a:hover {
  text-decoration: underline;
}

.footer-container {
  max-width: 1100px;
  margin: auto;
  padding: 1.5rem 1.25rem;
  width: 100%;
}

.footer-lists {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  width: 100%;
}

.footer-lists ul {
  width: 100%;
  min-width: 0;
}

.footer-lists li {
  margin-bottom: 0.35rem;
}

.footer-lists .list-head {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 12px;
}

.divider {
  width: 100%;
  height: 3px;
  border-top: 1px #ccc solid;
  margin: 1.875rem 0;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.social-icons img {
  width: 20px;
  height: 20px;
}

.footer-end {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.footer-end li {
  margin-right: 5px;
}

/* Small phones */
@media (min-width: 480px) {
  .text-li {
    font-size: 2rem;
  }

  .sub-text {
    font-size: 1.05rem;
  }

  .top {
    min-height: 420px;
  }
}

/* Large phones / small tablets */
@media (min-width: 640px) {
  .top nav {
    padding: 1.25rem 2rem;
  }

  .top .header_main {
    margin-top: 2rem;
    padding: 0 2rem;
  }

  .top .header_1 {
    font-size: 1.125rem;
  }

  .library {
    padding: 4rem 1.5rem;
  }

  .text-li {
    font-size: 2.35rem;
  }

  .sub-text,
  .live .sub-text,
  .live-sports .sub-text {
    font-size: 1.125rem;
  }

  .live-border {
    padding: 3rem 1.5rem;
  }

  .footer-lists {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem 1.25rem;
  }

  .live-sports-content {
    padding: 4rem 2rem;
    background: none;
  }
}

/* Tablets */
@media (min-width: 768px) {
  .top {
    min-height: 480px;
  }

  .text-li {
    font-size: 2.75rem;
  }

  .library .covers {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 42rem;
    gap: 1.25rem;
  }

  .library .covers > div {
    min-height: 15rem;
  }

  .footer-lists {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .live-sports {
    min-height: 520px;
  }

  .live-sports-content {
    max-width: 34rem;
    padding: 5rem 2.5rem;
    text-align: left;
  }

  .live-sports .text-li,
  .live-sports .sub-text,
  .live-sports .terms {
    text-align: left;
    margin-inline: 0;
  }
}

/* Desktop */
@media (min-width: 1024px) {
  .top {
    min-height: 510px;
  }

  .top nav {
    padding: 1.25rem 2.5rem;
  }

  .top .header_1 {
    font-size: 1.1875rem;
  }

  h4 {
    font-size: 0.75rem;
  }

  .text-li {
    font-size: 3.75rem;
  }

  .sub-text {
    font-size: 1.1875rem;
    max-width: 850px;
  }

  .library {
    padding: 5.625rem 2.5rem;
  }

  .library .covers {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 70rem;
    gap: 1.25rem;
  }

  .library .covers > div {
    min-height: 0;
  }

  .live {
    padding: 2.5rem;
  }

  .live-border {
    padding: 6.25rem 2rem;
  }

  .live .sub-text {
    font-size: 1.4375rem;
    max-width: 40rem;
  }

  .live-sports {
    min-height: 700px;
    justify-content: flex-start;
  }

  .live-sports-content {
    max-width: 34rem;
    padding: 10rem 0 10rem 12.5rem;
    margin: 0;
    text-align: left;
  }

  .live-sports .sub-text {
    font-size: 1.4375rem;
    max-width: 28rem;
  }

  .footer-container {
    padding: 2.5rem;
  }

  .footer-lists {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 2rem;
  }
}

@media (min-width: 1280px) {
  .btn {
    padding: 1.125rem 1.875rem;
  }
}
