* {
  font-family: 'Poppins', sans-serif !important;
}

#landing-page-hero-section {
  color: #fff;
}

.change-text-color {
  text-shadow: 1px 1px 1px #000000;
}

.nav-link-footer {
  font-size: 15px !important;
}

.nav-link-header {
  font-size: 16.5px !important;
  padding: 0 !important;
}

.modal-backdrop {
  z-index: -1 !important;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.83);
}

.modal-content {
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 575px;
}


.login-box-msg {
  margin-top: 20px;
  justify-content: flex-start;
}

.button {
  width: 475px;
  height: 44px;
  padding: 8px;
  border-radius: 44px;
  background: rgba(50, 50, 50, 1);
  gap: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  outline: none;
  transition: background 0.3s;
}

.button:hover {
  background: rgba(70, 70, 70, 1);
}

.custom-input {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: 475px;
  height: 60px;
  padding: 16px;
  border-radius: 60px;
  background: rgba(50, 50, 50, 1);
}

.custom-input input {
  flex: 1;
  border: none;
  background: transparent;
  outline: none;
  color: inherit;
  font-size: 16px;
}

input[type='email'].custom-input, input[type='password'].custom-input {
  color: white;
}

.download-btn div {
  padding: 0 6px !important;
}

.download-btn div a {
  padding: 0.5rem 6px !important;
}

.form-group {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
}

.form-group input {
  background: #323232;
  width: 100%;
}

.password-container {
  position: relative;
}

.bi-eye-slash, .bi-eye {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: white;
}

.custom-input input {
  color: white;
}

.custom-input {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: 475px;
  height: 60px;
  padding: 16px;
  border-radius: 60px;
  background: white;
  color: black;
}

.custom-input input {
  flex: 1;
  border: none;
  background: transparent;
  outline: none;
  color: white;
  font-size: 16px;
}

.forgot-password {
  margin: 10px 0 15px 0;
  color: #E7E2D9;
  font-size: 13px;
  text-align: right;
}

.register {
  text-align: left;
  margin: 15px 0 5px 15px;
  display: flex;
}

.unionImg {
  position: absolute;
  bottom: 0;
  left: 0;
}

.intersectLogin {
  position: absolute;
  top: 0;
  right: 0;
}

.livestream__card {
  position: relative;
  border-radius: 8px;
  width: 220px;
  height: 345px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-color: #00171D !important;
}

.mobile_livestream__card {
  position: relative;
  border-radius: 8px;
  width: 172px;
  height: 229px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-color: #00171D !important;
}

.livestream-incoming {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 30px;
  font-weight: 600;
  line-height: 28.8px;
  letter-spacing: 0.24px;
  background-color:rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}

.livestream_title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px; 
  width: 220px;
}

.mobile_livestream_title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px; 
  width: 172px;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

#search::placeholder {
  color: #333;
}

.landing-page-mobile-navbar-overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
  color: #ffffff;
}

.landing-page-mobile-navbar-overlay-content {
  position: relative;
  width: 100%;
  margin-top: 10px;
  padding: 12px;
}

.landing-page-mobile-navbar-overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 14px;
  display: block;
  transition: 0.3s;
}

.landing-page-mobile-navbar-overlay a:hover, .landing-page-mobile-navbar-overlay a:focus {
  color: #f1f1f1;
}



/* handling element font size */
#livestream-content-width h1, .content-custom-max-width h1, .content-custom-max-width-0-mr h1 {
  font-size: 24.5px;
}
.content-custom-max-width h2, .content-custom-max-width-0-mr h2 {
  font-size: 16.5px;
}
#livestream-content-width h3, .content-custom-max-width h3, .content-custom-max-width-0-mr h3 {
  font-size: 14.5px;
}
#livestream-content-width p, .content-custom-max-width p, .content-custom-max-width-0-mr p {
  font-size: 12.5px;
}


@media (max-width: 426px) {
  #livestream-content-width h1, .content-custom-max-width h1, .content-custom-max-width-0-mr h1 {
    font-size: 16px;
  }
  .content-custom-max-width h2, .content-custom-max-width-0-mr h2 {
    font-size: 14px;
  }
  #livestream-content-width h3, .content-custom-max-width h3, .content-custom-max-width-0-mr h3 {
    font-size: 12px;
  }
  #livestream-content-width p, .content-custom-max-width p, .content-custom-max-width-0-mr p {
    font-size: 10px;
  }
  #article-page-title {
    text-align: left;
    left: 0 !important;
    padding-left: 22px;
  }
}


@media (max-width: 1023px) {
  #landing-page-navbar ul 
  {
    display: none;
  }
  .landing-page-mobile-navbar {
    display: block;
    cursor: pointer;
  }
  body {
    overflow-x: hidden;
  }
  #livestream-content-width {
    padding-top: 80px;
  }
}

@media (min-width: 1024px) {
  .landing-page-mobile-navbar {
    display: none;
  }
  .content-custom-max-width-0-mr {
    margin-left: 0;
  }
}


@media (min-width: 1636px) {
  #livestream-content-width h1, .content-custom-max-width h1, .content-custom-max-width-0-mr h1 {
    font-size: 25.5px;
  }
  .content-custom-max-width h2, .content-custom-max-width-0-mr h2 {
    font-size: 17.5px;
  }
  #livestream-content-width h3, .content-custom-max-width h3, .content-custom-max-width-0-mr h3 {
    font-size: 15.5px;
  }
  #livestream-content-width p, .content-custom-max-width p, .content-custom-max-width-0-mr p {
    font-size: 13.5px;
  }
}

@media (min-width: 2160px) {
  #livestream-content-width h1, .content-custom-max-width h1, .content-custom-max-width-0-mr h1 {
    font-size: 26.5px;
  }
  .content-custom-max-width h2, .content-custom-max-width-0-mr h2 {
    font-size: 20.5px;
  }
  #livestream-content-width h3, .content-custom-max-width h3, .content-custom-max-width-0-mr h3 {
    font-size: 18.5px;
  }
  #livestream-content-width p, .content-custom-max-width p, .content-custom-max-width-0-mr p {
    font-size: 16.5px;
  }
}

