/*
Project: streamstar.co subscription page
*/

:root {
  --green: #58cf00;
  --cream: #f3f3e9;
  --gray: #929292;
  --dark-gray: #30312b;
  --black: #111111;
  --white: #fff;
}
html {
  font-family: "Inter", sans-serif;
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
a:hover {
  text-decoration: none;
  color: var(--green);
}
.mobile_btn {
  display: none;
}
.container {
  max-width: 900px;
}
/* Navigation */
.removeJump {
  margin-top: 58px;
}
.topnav {
  overflow: hidden;
  background-color: var(--white);
  display: flex;
  justify-content: flex-start;
  align-content: center;
  padding: 17px 20px 18px;
  box-sizing: border-box;
}
.topnav a {
  float: left;
  display: flex;
  align-items: center;
  color: var(--black);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.topnav a:hover {
  color: var(--green);
}
.topnav a.active {
  color: var(--green);
}
.topnav .icon {
  display: none;
}
.icon {
  display: inline-block;
  cursor: pointer;
}
.modal .form_en {
  width: 100%;
  position: relative;
}
.bar1,
.bar2,
.bar3 {
  width: 30px;
  height: 4px;
  background-color: var(--black);
  margin: 4px 0;
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 8px) rotate(-45deg);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  transform: translate(0, -9px) rotate(45deg);
}

.logo {
  height: 30px;
}
.push {
  margin-left: auto;
}

.hero {
  height: calc(100vh - 65px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.no-overflow {
  overflow: hidden;
}

/* End of Navigation */
.CelerisFrame {
  width: 100%;
  height: 35rem;
  margin: 0 auto;
  background-color: transparent;
  border: 2px solid #f2f6f8;
  border-radius: 8px;
}

/**
   * This is used to style the iFrame html element
   */
#gateway-iframe-item {
  border: 0;
  width: 100%;
  height: 100%;
}
/* Premium Icons */
.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.premium {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  background-color: var(--cream);
}
.premium-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.premium-icons img {
  width: 40px;
  margin: 0 80px;
}
.premium-icons p {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  margin-top: 10px;
}

/* Headline and button */
.headpart h1 {
  font-size: 28px;
  font-weight: 500;
}
.headpart h1 span {
  font-weight: 700;
}
h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
.headpart h3 {
  margin-top: 80px;
  margin-bottom: 20px;
  text-align: center;
}
span.speed {
  display: block;
  font-size: 12px;
  color: var(--gray);
  display: flex;
  align-items: center;
}
span.speed::before {
  display: inline-block;
  content: "";
  -webkit-border-radius: 0.375rem;
  border-radius: 0.375rem;
  height: 0.75rem;
  width: 0.75rem;
  margin-right: 0.5rem;
  background: url("../images/wi-fi.png") no-repeat;
  background-size: contain;
}
.flex-container-col {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.btn-primary {
  background-color: #18a100;
  border-color: #18a100;
  border-radius: 6px;
  padding: 14px 60px;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
.btn-primary.xl-btn {
  padding: 18px 100px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}
.btn-primary:hover {
  color: #fff;
  background-color: #18a100;
  border-color: #18a100;
}
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #18a100;
  border-color: #18a100;
  box-shadow: 0 0 0 0.2rem rgba(38, 255, 67, 0.5);
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #18a100;
  border-color: #18a100;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 255, 67, 0.5);
}
.headpart ul {
  list-style: none; /* remove the default */
  padding: 0;
}
.headpart li {
  margin-top: 15px;
  font-size: 12px;
  color: var(--gray);
  display: flex;
  align-items: center;
}
.headpart li::before {
  /* add the new bullet point */
  display: inline-block;
  content: "";
  -webkit-border-radius: 0.375rem;
  border-radius: 0.375rem;
  height: 0.75rem;
  width: 0.75rem;
  margin-right: 0.5rem;
  background-color: var(--green);
}
/* End of Headline and button */

/* Find more*/
.find-more {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--dark-gray);
  font-weight: 700;
  text-transform: uppercase;
  margin: 80px auto;
}
.fa-solid.fa-angle-down {
  color: var(--green);
  margin-top: 5px;
}

/* Premium Icons */
.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.categories-box {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  background-color: var(--cream);
}
.categories-box .d-flex {
  margin: auto;
  max-width: 900px;
}
.categories-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 30px;
}
.categories-icons img {
  width: 60px;
  margin: 0 30px;
}
.categories-icons p {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  margin-top: 10px;
}

/* Categories part */
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.categories {
  margin: 0 auto 120px;
}
.categories img {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 250px;
}
.categorie-container {
  margin-left: 20px;
  display: block;
  text-align: center;
}
.categorie-container .btn-sm {
  margin-top: 10px;
}
.btn-sm {
  font-size: 18px;
  padding: 12px 30px;
}
#comedy,
#thriller,
#kids,
#documentaries,
#drama {
  padding-top: 100px;
  align-items: center;
}
/* End of Categories part */

/* Access section */
.access-section {
  background: linear-gradient(var(--green), var(--white));
  padding: 80px 50px;
  position: relative;
}
.img-box {
  position: relative;
}
.img-box img {
  width: 500px;
  position: absolute;
  top: -100px;
}
.access-section ul {
  list-style: none; /* remove the default */
  padding: 0;
  margin-bottom: 60px;
}
.access-section li {
  font-size: 22px;
  font-weight: 600;
  color: var(--black);
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.access-section li::before {
  /* add the new bullet point */
  display: inline-block;
  content: "\2713";
  margin-right: 0.5rem;
  font-size: 24px;
  font-weight: 900;
}
.access-section p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 7px;
}
.round-number {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: var(--black);
  border-radius: 50%;
  color: var(--white);
  font-size: 20px;
  font-weight: 800;
  padding: 0;
}
/* End of Access section */

/* Footer */
footer {
  background: linear-gradient(to right, #f3f3e9bd, #f3f3e9 70%), url("../images/games-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}
footer a {
  color: #878787;
  text-decoration: underline;
  font-weight: 600;
}
footer p {
  font-size: 12px;
  line-height: 14px;
  color: #878787;
  text-align: center;
}
/* End of Footer */

/* Modal */
.modal,
.full-bck {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #38436d; /* Fallback color */
  background-color: #38436d8f; /* Black w/ opacity */
  backdrop-filter: blur(5px);
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}

.full-bck {
  display: flex;
}

/* Modal Content */
.modal-content {
  background-color: var(--white);
  margin: auto;
  border-radius: 15px;
  width: 70%;
}

.modal-content.modal-max-width {
  width: 100% !important;
  max-width: 540px !important;
  padding: 30px 40px;
}

/* The Close Button */
.close {
  color: var(--gray);
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 15px;

  &.modal_close {
    right: 10px;
    top: 5px;
  }
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/* End of Modal */

/* Modal First and Second Content */

.modal-content.modal-max-width h3 {
  font-size: 20px;
  font-weight: 600;
  color: #7d7d7d;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 12px;
  /* width: 70%; */
  min-height: 32px;
  margin: 0 auto 12px;
}

.second-step {
  padding-left: 42px;
  margin: 0 0 12px !important;
}

.modal-content.modal-max-width h3:before,
.first-step.number {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  font-weight: 900;
  background: #d9d9d9;
  color: #fff;
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .first-step:before {
  content: "1";
} */

.second-step:before {
  content: "2";
}

.modal-steps .head-text {
  font-size: 24px;
  line-height: 30px;
  background: white;
  position: relative;
  width: fit-content;
  margin: 0 auto 20px;
  padding: 0 10px;
  font-weight: 700;
}
.modal-steps .head-text span {
  display: block;
  font-weight: 800;
}
.modal-steps {
  width: fit-content;
  margin: auto;
  padding: 0 50px;
  position: relative;
}

.modal-steps::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #d9d9d9;
  top: 18px;
  left: 0;
  z-index: 0;
  border-radius: 4px;
}

.steps {
  gap: 100px;
}

.steps p {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.modal-steps-email {
  width: fit-content;
  margin: auto;
  padding: 0 50px;
  position: relative;

  .head-text {
    font-size: 18px !important;
    line-height: 30px !important;
    background: white !important;
    position: relative !important;
    width: fit-content !important;
    margin: 0 auto 20px !important;
    padding: 0 10px !important;
    font-weight: 700 !important;
  }
  .head-text span {
    display: block;
    font-weight: 800;
  }

  .steps {
    gap: 20px;

    p {
      font-size: 13px;
    }

    @media screen and (max-width: 767px) {
      gap: 20px;
    }
    @media screen and (max-width: 374px) {
      gap: 10px;
    }

    .round-number {
      background-color: var(--gray);
      width: 32px;
      height: 32px;
      &.green {
        background-color: var(--green);
      }
    }
  }
}
.cream-bg {
  background-color: var(--cream);
  padding: 20px;
  border-radius: 15px 0 0 15px;
}
.white-bg {
  background-color: var(--white);
  padding: 20px;
  border-radius: 0 15px 15px 0;
}
.gray {
  color: var(--gray);
}
.gray .round-number {
  background-color: var(--gray);
}
#access {
  display: none;
}
.form-group {
  margin: 0 auto;
  margin-bottom: 10px;
  width: 70%;
}
.form-group.payment {
  margin-top: 10px;
  width: 100%;
}
.form-group label {
  font-weight: 600;
}
.btn-full {
  width: 70%;
  border-radius: 5px;
  padding: 5px;
  margin: 0 auto;
}
.small-text {
  font-size: 10px;
  text-align: center;
  color: var(--gray);
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 12px;
}
.small-text.terms {
  font-size: 8.3px;
}
button.link {
  border: none;
  background: none;
  padding: 0;
  color: var(--gray);
  text-decoration: underline;
  font-weight: 500;
}
.price-box {
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  padding: 10px;
  padding-top: 5px;
  margin-bottom: 15px;
}

.price-box h2 {
  color: #18a100;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
.price-box h4 {
  color: #1d1d1d;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 5px;
}
.price-box h4 strong {
  color: #18a100;
}
.price-box img {
  width: 100%;
  max-width: 70px;
  margin: 0 auto;
}
.price-box .flex-container {
  justify-content: space-between;
}
.price-box h6 {
  font-family: 600;
  color: var(--white);
}

.price-box p {
  color: var(--gray);
  font-size: 9px;
  line-height: 12px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.price-box p strong {
  color: #18a100;
}

#iframe_payment #document {
  overflow: hidden;
}

.security-frame > img {
  width: 100%;
  max-width: 20px;
}

.form-card {
  background-color: var(--white);
  box-shadow: 0px 3px 8px 2px #cecece;
  border-radius: 15px;
  padding: 15px;
  margin-top: 15px;
  position: relative;
}
.form-card .flex-container {
  justify-content: space-between;
  column-gap: 10px;
}
.form-control:focus {
  color: var(--black);
  background-color: var(--white);
  border-color: var(--green);
  outline: 0;
  box-shadow: 0 0 0 0.2rem #2ebd218e;
}
.g-pay {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.g-pay img {
  width: auto;
  height: 20px;
  margin-left: 10px;
}

.custom-radios {
  gap: 40px;
}

.custom-radios label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  height: fit-content;
}

.custom-radios label img {
  height: fit-content;
  max-height: 40px;
}

.custom-radios label:has(> input:checked) {
  border-color: #0075ff;
}

/* End Modal First and Second Content */

/* Modal Form */
.modal-pay {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.modal-content-pay {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #171717e3;
  color: var(--white);
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  margin: auto;
  border-radius: 10px;
  height: 100%;
  width: 100%;
  padding: 15px;
}
.modal-content-pay img {
  width: 40px;
  margin-bottom: 20px;
}
.after_modal_appended {
  position: relative;
}
.modal-pay,
.modal-backdrop {
  position: absolute !important;
}

#solid-payment-form-container > iframe {
  width: 100%;
  overflow: hidden;
  border: none;
}
/* End of Modal Form */

#loadingModal .modal-content {
  padding: 30px 10px;
}
#loadingModal .modal-content p.load {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 28px;
}
#loadingModal .modal-content p.load > strong {
  font-size: 30px;
  font-weight: 700;
}
#loadingModal .modal-content p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

/* Loading icon*/
#loading-bar-spinner.spinner {
  position: relative;
  z-index: 19 !important;
  animation: loading-bar-spinner 400ms linear infinite;
  margin-bottom: 20px;
}

#loading-bar-spinner.spinner .spinner-icon {
  width: 40px;
  height: 40px;
  border: solid 4px transparent;
  border-top-color: var(--green) !important;
  border-left-color: var(--green) !important;
  border-radius: 50%;
}

@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* End of Loading Icon */

.shake {
  position: relative;
  -webkit-animation: 3.5s infinite shake-animation;
  animation: 3.5s infinite shake-animation;
  transform-origin: 50% 50%;
}
@-webkit-keyframes shake-animation {
  0%,
  10.71429%,
  100%,
  3.57143%,
  7.14286% {
    transform: translate(0, 0);
  }
  1.78571%,
  5.35714%,
  8.92857% {
    transform: translate(5px, 0);
  }
}
@keyframes shake-animation {
  0%,
  10.71429%,
  100%,
  3.57143%,
  7.14286% {
    transform: translate(0, 0);
  }
  1.78571%,
  5.35714%,
  8.92857% {
    transform: translate(5px, 0);
  }
}

/* Error page */
.error-img {
  width: 100px;
  margin-bottom: 15px;
}
.error .btn {
  margin-top: 20px;
}

/* Thankyou page */
.checked-img {
  width: 60px;
  margin-bottom: 20px;
}
.thankyou .btn {
  margin-top: 20px;
}

.headpart {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.thanks-text {
  gap: 10px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .hide-lg {
    display: none !important;
  }
  .btn-primary.xl-btn {
    min-width: 540px;
  }
}

/* Mobile resolution */
@media screen and (max-width: 991px) {
  .hide-xs {
    display: none !important;
  }
  .icon {
    margin-left: auto;
  }
  .topnav {
    display: flex;
    background-color: var(--white);
  }
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .modal-content {
    width: 80%;
  }
  .topnav.responsive {
    position: absolute;
    display: block;
    width: 100%;
    padding-bottom: 30px;
    z-index: 1;
    background-color: var(--cream);
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
    font-weight: 500;
  }
  .topnav.responsive a:first-child {
    text-align: left;
  }
  .premium-icons {
    margin: 30px auto;
  }
  .categories-icons p {
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .img-box {
    position: relative;
    display: flex;
    justify-content: center;
    display: block;
    height: 120px;
    width: 100%;
    text-align: center;
  }
  .img-box img {
    width: 100%;
    max-width: 280px;
    left: 50%;
    transform: translateX(-50%);
  }
  .access-section ul {
    margin: 20px 0;
  }
  .access-section p {
    justify-content: start;
  }
  .cream-bg {
    border-radius: 15px 15px 0 0px;
  }
  .white-bg {
    border-radius: 0 0px 15px 15px;
  }

  .access-section {
    position: relative;
  }
  .access-section .list {
    order: 2;
  }
  .access-section .img-box {
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .horror,
  .documentaries {
    position: relative;
  }
  .horror .col-md-8 {
    order: 2;
  }
  .horror .col-md-4 {
    order: 1;
  }
  .documentaries .col-md-8 {
    order: 2;
  }
  .documentaries .col-md-4 {
    order: 1;
  }
  .premium {
    padding: 20px 0;
  }
  .premium-icons {
    margin: 10px auto;
  }
  .premium-icons img {
    width: 80px;
    margin: 0 30px;
  }
  .modal-steps {
    padding: 0 10px;
    max-width: calc(100% - 40px);
  }
  .steps {
    gap: 5%;
  }
  .modal-steps .head-text {
    font-size: 17px;
    margin-bottom: 5px;
    letter-spacing: -0.25px;
    line-height: 20px;
    text-align: center;
  }
  .modal-steps::before {
    max-height: 120px;
  }
  .steps p {
    text-align: center;
    line-height: 14px;
    margin-bottom: 0;
    font-size: 12px;
  }
  .round-number {
    margin-bottom: 0;
  }
  .categories-container {
    margin-left: 0px;
  }
  .categories-icons img {
    width: 50px;
    margin: 0 10px;
  }
  .access-section {
    padding: 50px 10px;
  }
  .btn-primary {
    font-size: 16px;
  }
  footer {
    padding: 50px 0;
  }

  .modal-content.modal-max-width {
    margin: auto;
    width: calc(100% - 40px) !important;
    max-width: 540px !important;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 479px) {
  .premium {
    padding: 5px 0;
  }
  .premium-icons {
    margin: 10px auto;
  }
  .premium-icons img {
    width: 36px;
    margin: 0;
  }
  .premium-icons p {
    display: none;
  }
  .headpart h3 {
    margin-top: 50px;
  }
  .find-more {
    margin: 50px auto;
  }
  .btn-primary {
    font-size: 16px;
    padding: 14px 30px;
  }
  .categories img {
    max-width: 180px;
    margin-bottom: 10px;
  }
  .img-box {
    height: 100px;
  }
  .img-box img {
    max-width: 250px;
    top: -35px;
  }
  .headpart h1 {
    text-align: center;
    font-size: 32px;
  }
  .headpart h1.spanish {
    font-size: 40px;
  }
  .btn-primary.xl-btn {
    padding: 12px 40px;
    font-size: 24px;
    width: 90%;
  }
  .categories-icons img {
    width: 30px;
    margin: 0 10px;
  }
  .categories-icons p {
    margin: 0;
  }
  .access-section li {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .categories-box {
    padding: 15px 0;
  }
  .categories-icons {
    font-size: 24px;
  }
  .round-number {
    margin-bottom: 4px;
    width: 32px;
    height: 32px;
  }
  .modal-steps::before {
    max-height: 100px;
  }
  .price-box img {
    max-width: 40px;
  }

  .mobile_btn {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 99;
  }
}

@media screen and (max-width: 374px) {
  #iframe_payment {
    min-height: 875px;
  }
}
.logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.logos img {
  width: 100px;
}

.email-wrapper {
  position: relative;
  width: 100%;
}
.autocomplete-selector {
  position: absolute;
  left: 0px;
  width: 100%;
  background: white;
  border-radius: 5px;
  border-top: none;
  max-height: 200px;
  border: 1px solid #e3e3e3;
  overflow-y: auto;
  z-index: 1000;
}

.autocomplete-item {
  padding: 8px 12px;
  cursor: pointer;

  span {
    font-weight: 700;
  }
}

.autocomplete-item:hover {
  background-color: #f5f5f5;
}
