:root {
  --orange-color: #ff6100;
  /* --green-color: #04944f; */
  --green-color: #06944F;
  --red-color: #BA0811;
  --white-bg: #fff;
  --black-bg: #000;
  --black-txt: #000;
  --white-txt: #fff;
  --bg-color: var(--white-bg);
  --bg-color-black: var(--black-bg);
  --txt-color: var(--black-txt);
}

body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
}

header {
  padding: 15px 0;
  background: var(--bg-color-black);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

a.logo {
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}

.clash-variable-font {
  font-family: "ClashDisplay-Variable";
}

.txt-upper {
  text-transform: uppercase;
}

.txt-white {
  color: var(--white-txt) !important;
}

.txt-black {
  color: var(--black-txt) !important;
}
.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.inter-font {
  font-family: "Inter", system-ui;
}
.pro-btn {
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  background: var(--green-color);
  padding: 12px 70px;
  border-radius: 18px;
  display: inline-block;
}

.reg-btn {
  font-size: 14px !important;
  padding: 10px 60px !important;
  border-radius: 19px !important;
  background: transparent !important;

}
.header-banner {
  position: relative;
  /*  background: transparent url(../../img/ninja/mainimage.webp) no-repeat;*/
  background: var(--bg-color);
  padding: 155px 0 100px;
  background-size: cover;
  background-position: center;
}

.pro-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 30px;
}

.banner-subtitle {
  font-family: "ClashDisplay-Regular";
  font-weight: 500;
  font-size: 20px;
  margin-top: 25px;
  line-height: 20px;
  margin-bottom: 50px;
}

.banner-box {
  background: #fff;
  padding: 30px 20px;
  border-radius: 20px;
  display: flex;
}

.banner-box-img {
  padding-right: 20px;
  border-right: 2px solid #000;
}

.banner-box-img img {
  object-fit: contain;
  max-height: 60px;
  padding: 10px 0;
  height: 60px;
  width: auto;
}
.banner-box-text {
  padding-left: 20px;
}
.banner-box-text a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
}
.banner-box-sec {
  margin-top: 40px;
}
.header-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  /*background: linear-gradient(rgba(0, 0, 0, 0.5), #000000);*/
  background: var(--bg-color);
  top: 0;
  left: 0;
}
.header-content {
  z-index: 10;
  position: relative;
}

.feature-sec {
  padding: 60px 0;
  background: var(--bg-color);
}
.feature-box-content {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.feature-title {
  margin-bottom: 30px;
}
.pro-feature-content {
  font-size: 22px;
  font-weight: 500;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

.feature-box {
  margin-bottom: 30px;
  display: flex;
}

.pro-feature-img {
  padding-right: 30px;
  border-right: 2px solid var(--black-txt);
}

.pro-feature-img img {
  max-width: 50px;
  padding: 10px 0;
}

.pro-feature-box-text {
  font-size: 22px;
  font-weight: 700;
  padding-left: 30px;
  margin-bottom: 0;
}

.pro-feature-btn {
  bottom: -80px;
  position: relative;
}

.about-sec {
  padding: 100px 0 450px;
  background: #ffffff;
}

.about-text {
  font-size: 18px;
  font-weight: 400;
  padding-right: 50px;
}

.txt-bold {
  font-weight: 700;
}
.about-text-join {
  max-width: 520px;
  font-size: 22px;
  line-height: 30px;
}
.pro-about-box {
  display: flex;
  margin-bottom: 5px;
}
.about-title {
  margin-bottom: 40px;
}
.pro-sub-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
}
.about-steps {
  padding-left: 75px;
}
.pro-about-text {
  font-size: 22px;
  font-weight: 700;
}

.pro-about-text a {
  color: var(--green-color);
}

.pro-about-img {
  padding-right: 20px;
}

.pro-about-text p {
  margin-bottom: 0;
}
.pro-about-img img {
  max-width: 40px;
  padding: 10px 0;
}

.pro-boder-about {
  border-right: 2px solid #000000;
}

.pro-get-access {
  padding-left: 100px;
}

.pro-sub-img img {
  width: 250px;
}

.pro-question {
  background: #000000;
}

.join-banner {
  position: relative;
  background: transparent;
  padding: 100px 0 150px;
  background-size: cover;
  background-position: center;
}

.join-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: var(--bg-color);
  top: 0;
  left: 0;
}
.join-content {
  z-index: 10;
  position: relative;
}
.join-title {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
.join-text {
  margin-top: 50px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  font-size: 20px;
}

.faq-sec {
  background: var(--bg-color);
  padding: 0px 0 0;
  margin-top: -300px;
}

button.accordion-button {
  background: transparent;
  color: var(--black-txt);
  border: 1px solid var(--bg-color-black);
  border-radius: 20px !important;
  font-size: 30px;
  padding: 25px 50px;
  font-family: "Inter", system-ui;
  font-weight: 400;
  line-height: 46px;
}
.accordion-item {
  background: transparent;
  border: 1px solid var(--bg-color-black);
  border-radius: 20px !important;
}
.accordion-button::after {
  background-image: url("../../img/ninja/down-arrow.webp");
  width: 20px;
  height: 12px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../../img/ninja/down-arrow.webp");
  transform: rotate(-180deg);
}
.accordion-body {
  padding-left: 50px;
  padding-right: 100px;
  color: var(--black-txt);
  font-family: "Inter", system-ui;
  font-weight: 300;
  padding-bottom: 40px;
  line-height: 26px;
  font-size: 18px;
}
.accordion-button:not(.collapsed) {
  background: transparent;
  color: var(--black-txt);
  border: 0 !important;
  box-shadow: none;
}
.subscription-sec {
  padding: 100px 0 0;
  background: var(--bg-color);
  /* max-height: 550px; */
}

.subscription-title {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.subscription-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.subscription-overlay {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 100%;

}
.subscription-box-img img {
  width: 100%;
}
.subscription-box-text {
  position: absolute;
  bottom: 50px;
}

.subscription-box-text a {
  text-decoration: none;
  font-size: 40px;
  font-weight: 700;
  padding: 0 40px;
  display: inline-block;
}

.subscription-content-box {
  position: relative;
  top: -450px;
}

.footer-sec {
  background: #06944F;
  padding: 60px 0 30px;
}

.footer-logo {
  text-decoration: none;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}
.footer-menu {
  margin: 30px 0 0;
  padding: 0;
}
.footer-menu li {
  list-style: none;
  display: inline-block;
}
.footer-menu li a {
  text-decoration: none;
  display: inline-block;
  margin-left: 90px;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}
.footer-menu li:first-child a {
  margin-left: 0;
}

.footer-top-sec {
  padding-bottom: 60px;
}
.footer-menu-bottom,
.footer-menu-bottom-card {
  margin: 0;
  padding: 0;
}
.footer-menu-bottom li,
.footer-menu-bottom-card li {
  list-style: none;
  display: inline-block;
}
.copy-right-text {
  font-size: 16px;
  margin-bottom: 0;
}
.footer-menu-bottom li a {
  text-decoration: none;
  display: inline-block;
  margin-left: 30px;
  font-size: 16px;
}
.footer-menu-bottom-card li a {
  display: inline-block;
}
.footer-menu-bottom-card li:first-child {
  position: relative;
  right: -7px;
}
.footer-menu-bottom-card li a img {
  max-width: 90px;
}
.subscription-box-image-sec {
  position: relative;
}
.subscription-box-desc-sec {
  background: #04944f;
  padding: 40px 30px;
  position: absolute;
  bottom: 0;
  max-height: 0;
  transition: transform 0.3s ease;
  transform: translateY(100%);
  overflow: hidden;
}
.subscription-box-desc-sec h1 a {
  text-decoration: none;
  font-size: 40px;
  font-weight: 700;
  padding: 0;
  display: inline-block;
  text-align: left;
  margin-bottom: 20px;
}
.subscription-box:hover .subscription-box-desc-sec {
  max-height: 500px;
  transform: translateY(0);
}
.subscription-box-desc-sec p {
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.des-banner-box {
  display: block;
}
.mob-banner-box {
  display: none;
}

/* button animation starts here */
@-webkit-keyframes zoom_in {
  0% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes btn_loop_red {
  0% {
    -webkit-transform: none;
    -webkit-box-shadow: 0 0 0 rgb(186 8 17 / 100%);
  }
  50% {
    -webkit-transform: scale(1.05);
    -webkit-box-shadow: 0 0.25rem 1rem 0.5rem rgb(186 8 17 / 20%);
  }
  100% {
    -webkit-transform: none;
    -webkit-box-shadow: 0 0 0 0 rgb(186 8 17 / 100%);
  }
}
@-webkit-keyframes btn_loop_green {
  0% {
    -webkit-transform: none;
    -webkit-box-shadow: 0 0 0 rgb(4 148 79 / 100%);
  }
  50% {
    -webkit-transform: scale(1.05);
    -webkit-box-shadow: 0 0.25rem 1rem 0.5rem rgb(4 148 79 / 20%);
  }
  100% {
    -webkit-transform: none;
    -webkit-box-shadow: 0 0 0 0 rgb(4 148 79 / 100%);
  }
}

@-webkit-keyframes anim_shine {
  0% {
    opacity: 0;
    -webkit-transform: skewX(-20deg) translateX(-5rem);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: skewX(-20deg) translateX(5rem);
  }
}

.align-right {
  float: right;
}
.btn-container {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  margin: 0 auto;
  width: max-content;
}
.cta-big {
  font-size: 25px !important;
  padding: 30px 150px !important;
  font-weight: 500 !important;
}

.zoom_in,
.btn-container,
.title {
  -webkit-animation-name: zoom_in;
  animation-name: zoom_in;
}

.btn {
  background: linear-gradient(45deg, var(--green-color), var(--green-color));
  font-size: 16px;
  color: white;
  border: none;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  outline: none;
  text-decoration: none;
  font-weight: 400;
  padding: 20px 100px;
  border-radius: 24px;
  display: inline-block;
}

.btn .shine {
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  height: 6rem;
  width: 2rem;
  transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  z-index: 0;
  filter: blur(0.5rem);
  -webkit-animation: anim_shine 1s linear infinite;
}


.mr-btn a .shine {
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  display: block;
  position: absolute;
  left: 815px;
  right: 0;
  top: 300px;
  height: 6rem;
  width: 2rem;
  transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  z-index: 0;
  filter: blur(0.5rem);
  -webkit-animation: anim_shine 1s linear infinite;
}


.pay_btn2 .shine {
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 25px;
  height: 4rem;
  width: 2rem;
  transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  z-index: 2;
  filter: blur(0.5rem);
  -webkit-animation: anim_shine 1s linear infinite;
}


.btn-container:hover a {
  -webkit-animation-name: btn_loop_green;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
}

.btn .text {
  position: relative;
  z-index: 1;
}

/* Button Animation Ends here */

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #04944f;
}
.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 25px;
}
.desk-subscription-box {
  display: block;
}
.mob-subscription-box {
  display: none;
}

.hoverImage {
  position: relative;
  align-self: stretch;
  height: auto;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 10px;
  max-width: 100%;
  transition: transform 0.5s ease-in-out;
}

.hoverImageWrapper:hover .hoverImage {
  transform: scale(1.2);
}

.btn.reg-btn .shine {
  display: none;
}
ul.main-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 15px;
}
ul.main-menu li {
  display: inline-block;
}
ul.main-menu li a {
  color: var(--black-txt);
  font-family: "ClashDisplay-Regular";
  font-weight: 500;
  text-decoration: none;
  font-size: 24px;
  line-height: 26px;
  padding: 0 10px;
  border-right: 2px solid;
  display: inline-block;
}
ul.main-menu li:last-child a {
  border-right: 0;
}
@media only screen and (max-width: 992px) {
  /* .subscription-sec {
    max-height: 2250px;
  } */
} 

@media screen and (max-width: 768px) {
  header {
    padding: 20px 0;
    position: relative;
  }
  a.logo {
    font-size: 14px;
    max-width: 110px;
    line-height: 16px;
    display: inline-block;
  }

  .mr-btn a .shine {
    background-color: rgba(255, 255, 255, 0.5);
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 422px;
    height: 6rem;
    width: 2rem;
    transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    z-index: 0;
    filter: blur(0.5rem);
    -webkit-animation: anim_shine 1s linear infinite;
  }

  .btn.reg-btn {
    font-size: 10px !important;
    padding: 4px 20px !important;
  }
  .btn {
    padding: 16px 92px !important;
    border-radius: 22px !important;
    font-size: 18px !important;
  }

  .cta-big {
    font-size: 24px !important;
    padding: 30px 100px !important;
    font-weight: 500;
  }

  .pro-title {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 70px;
  }
  .banner-subtitle {
    font-size: 20px;
    margin-top: 25px;
    line-height: 33px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .accordion-item {
    margin-bottom: 20px;
  }
  .banner-box-sec,
  .mob-banner-box-sec {
    margin-top: 160px;
  }
  .header-banner {
    padding: 40px 0 60px;
  }
  .feature-title {
    margin-bottom: 30px !important;
  }
  .pro-feature-img img {
    max-width: 37px;
  }
  .pro-feature-box-text {
    font-size: 14px;
  }
  .feature-box {
    margin-bottom: 17px;
    min-height: 48px;
    max-height: 48px;
    overflow: hidden;
  }
  .feature-box-content {
    margin-bottom: 60px;
  }
  .feature-sec {
    padding-bottom: 80px;
  }
  .pro-feature-btn {
    position: relative;
    bottom: auto;
    margin-top: 50px;
  }
  .pro-boder-about {
    border-right: 0;
  }
  .about-text {
    padding-right: 0;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
  .about-text p {
    margin-bottom: 0;
  }
  .about-text-join {
    max-width: 100%;
    font-size: 28px;
    line-height: 34px;
  }
  .about-steps {
    padding-left: 0;
    padding-top: 150px;
  }
  .about-sec {
    padding-top: 100px;
  }
  .about-title {
    text-align: center;
  }
  .des-banner-box {
    display: none;
  }
  .mob-banner-box {
    display: block;
  }
  .pro-sub-title {
    font-size: 38px;
    margin-bottom: 40px;
    text-align: center;
    line-height: 46px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .pro-about-box {
    padding-left: 20px;
  }
  .pro-about-img img {
    max-width: 50px;
  }
  .pro-about-box {
    margin-bottom: 10px;
  }
  .subscription-title {
    max-width: 300px;
  }

  button.accordion-button {
    padding-left: 30px;
  }
  .join-title {
    margin-bottom: 100px;
  }
  .join-text {
    margin-top: 100px;
    font-size: 12px;
    max-width: 330px;
  }
  .join-banner {
    padding-bottom: 60px;
  }
  .footer-logo {
    font-size: 26px;
  }
  .footer-logo br {
    display: none;
  }
  .footer-sec {
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer-menu {
    text-align: left;
    margin-top: 20px;
  }
  .footer-menu li {
    display: block;
    margin-bottom: 3px;
  }
  .footer-menu li a {
    margin-left: 0;
    font-weight: 500;
  }
  .mob-last {
    order: 6;
  }
  .footer-menu-bottom-card {
    margin-bottom: 40px;
  }
  .footer-menu-bottom-card li a img {
    max-width: 130px;
  }
  .footer-menu-bottom-card li:first-child {
    position: relative;
    right: 0;
  }
  .footer-menu-bottom-card li:last-child {
    position: relative;
    left: -7px;
  }
  .copy-right-text {
    font-size: 12px;
  }
  .footer-menu-bottom-card {
    margin-top: 20px;
    text-align: left;
  }
  .footer-menu-bottom li {
    display: block;
    margin-bottom: 5px;
  }
  .footer-menu-bottom li a {
    margin-left: 0;
  }
  .footer-top-sec {
    padding-bottom: 40px;
  }
  .desk-subscription-box {
    display: none;
  }
  .mob-subscription-box {
    display: block;
  }
  .mob-subscription-box {
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .mob-subscription-box-img img {
    width: 100%;
    bottom: -10px;
    position: relative;
  }
  .mob-subscription-box-desc-sec {
    background: #04944f;
    padding: 60px 40px;
    position: relative;
    z-index: 10;
  }
  .mob-subscription-box-title a {
    text-decoration: none;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
  }
  .mob-subscription-box-desc-sec p {
    font-size: 14px;
    line-height: 18px;
  }
  ul.main-menu li a {
    font-size: 18px;
    line-height: 16px;
  }
  .header-banner {
    background-size: 100%;
    background-position: -0px -80px;
    background-color: var(--bg-color);
    /*background-image: url("../../img/ninja/mob-hd-ban.webp");*/
  }
  .header-banner .header-overlay {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  /* .subscription-sec {
    max-height: 3650px;
  } */
  .join-banner {
    padding-bottom: 60px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  /* .subscription-sec {
    max-height: 4850px;
  } */
  .subscription-sec {
    padding: 30px 0 0;
  }
}
@media only screen and (max-width: 360px) {
  /* .subscription-sec {
    max-height: 4757px;
  } */
  .banner-subtitle {
    font-size: 34px;
  }
  .pro-title {
    font-size: 37px;
  }
}

/* MODAL AREA START  */
.modal-content {
  border-radius: 34px;
}

.modal-dialog {
  max-width: 1150px;
  padding: 0;
}

.modal-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 60px;
  padding: 10px 10px;
  position: relative;
}

.close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
}

.close-btn:hover {
  opacity: 0.8;
}

.modal-left {
  text-align: center;
  padding: 80px 50px;
  border-radius: 34px 0 0 34px;
  position: relative;
  z-index: 1;
}

.modal-left::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 34px 0 0 34px;
  color: #000 !important;
  z-index: -1;
  left: 0;
  top: 0;
}

.modal-left h2 {
  font-family: "ClashDisplay-Variable";
  font-size: 44px;
  font-weight: 700;
  color: #000;
  margin: 0 0 90px;
  text-transform: uppercase;
}

.ml-btm {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mlb-cnt h4 {
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: var(--green-color);
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  margin: 0 auto;
}

.mlb-cnt h3 {
  font-family: "Inter", system-ui;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  color: #000;
  margin: 10px 0 0;
}

.mlb-cnt2 {
  padding: 0 20px;
}

.modal-right {
  text-align: center;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mr-title {
  padding-top: 80px;
}

.mr-title h2 {
  font-family: "ClashDisplay-Variable";
  font-size: 44px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 30px;
  text-transform: uppercase;
}

.mr-input input {
  font-family: "Inter", system-ui;
  width: 100%;
  font-size: 20px;
  color: #000000;
  outline: 0;
  padding: 30px 20px;
  background: transparent !important;  /* Remove background from input */
}

/* Handle the mail icon with pseudo-element */
.email-input::before {
  content: '';
  position: absolute;
  left: 9%;
  top: 18.7%;
  transform: translateY(-50%);
  width: 35px;  /* Adjust based on your icon size */
  height: 30px; /* Adjust based on your icon size */
  background-image: url("../../img/ninja/input-mail.png");
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 2;
}

/* Fix autocomplete styles */
.mr-input input:-webkit-autofill,
.mr-input input:-webkit-autofill:hover,
.mr-input input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #000000 !important;
  transition: background-color 5000s ease-in-out 0s;
}

.mr-input input::placeholder {
  opacity: 1;
  color: #979797;
}

.mr-btn a {
  font-family: "Inter", system-ui;
  width: 100%;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(45deg, var(--green-color), var(--green-color));
  transition: 0.2s;
  border-radius: 24px;
  padding: 28px 0;
  margin: 28px 0 55px;
}

.mr-btn a:hover {
  opacity: 0.8;
}

.mr-btn a.disabled {
  background: var(--green-color);
  cursor: not-allowed;
}

.mr-btm p {
  font-family: "Inter", system-ui;
  font-size: 14px;
  margin: 0 0 15px;
}

.mr-btm p a {
  color: var(--green-color);
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .modal-body {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    padding: 7px;
  }

  .modal-left h2 {
    font-size: 27px;
    margin: 0 0 50px;
  }

  .modal-left {
    order: 1;
    padding: 30px 10px 0px;
    border-radius: 0 0 20px 20px;
  }

  .modal-content {
    border-radius: 20px;
  }

  .modal-left::before {
    border-radius: 0 0 20px 20px;
  }

  .mlb-cnt h3 {
    font-size: 15px;
    line-height: 25px;
  }

  .modal-right {
    padding-right: 0;
    padding-left: 7px;
    padding-right: 7px;
    order: 2;
  }

  .mr-title h2 {
    font-size: 27px;
    margin: 0 0 30px;
  }

  .mr-btn input {
    font-size: 20px;
    padding: 20px 0;
    margin: 15px 0 35px;
  }

  .mr-input input {
    padding: 20px 15px;
  }

  .mr-title {
    display: none;
  }

  .close-btn {
    right: 0px;
    top: 0px;
    z-index: 1000;
  }

  .header-banner {
    padding: 20px 0 0;
  }

  .mob-banner-box-sec {
    margin-top: 30px;
  }

  .about-text {
    font-size: 20px;
  }

  .about-steps {
    padding-top: 60px;
  }

  .about-sec {
    padding-top: 60px;
    /* padding-bottom: 380px; */
  }

  .pro-title {
    margin-bottom: 30px;
  }

  .pro-title {
    font-size: 30px;
    margin-bottom: 40px;
  }

  button.accordion-button {
    font-size: 21px;
    padding: 11px 24px;
    line-height: 38px;
  }

  .faq-sec {
    margin-top: -420px;
    padding-bottom: 0;
  }
}

/* MODAL AREA END  */

/* PAYMENT PAGE START */

.payment_area {
  overflow: hidden;
  background: rgb(0, 218, 113);
  background: linear-gradient(
    90deg,
    rgba(0, 218, 113, 1) 50%,
    rgba(0, 0, 0, 1) 50%
  );
}

.payment_cnt_wrapper {
  padding: 50px 70px;
}

.pay_l_top {
  padding-bottom: 36px;
}

.payment_cnt_wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.pay_left {
  width: 60%;
}

.pay_right {
  width: 40%;
}

.plmc_top {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.pay_l_main_cnt {
  background-image: url("../../img/ninja/pay-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  min-height: 507px;
  padding: 65px 100px 70px 40px;
}

.plmct_right {
  padding-left: 30px;
}

.plmct_right h2 {
  font-family: "ClashDisplay-Variable";
  font-size: 34px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 30px;
  text-transform: uppercase;
}

.plmct_right ul {
  padding: 0;
}

.plmct_right ul li img {
  margin-right: 10px;
}

.plmct_right ul li {
  font-family: "Inter", system-ui;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  padding: 0 0 15px;
  list-style-type: none;
}

.plmc_m {
  display: flex;
  align-items: center;
  padding: 60px 0 0;
  padding-left: 10px;
  /* flex-wrap: wrap; */
}

.plmcm_cnt {
  display: flex;
  align-items: flex-start;
  /* flex-wrap: wrap; */
}

.plmcm_title {
  padding-left: 25px;
}

.plmcm_title h3 {
  font-family: "ClashDisplay-Variable";
  font-size: 21px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.plmcm_title p {
  font-family: "Inter", system-ui;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
}

.plmcm_cnt1 {
  padding-right: 30px;
  border-right: 1px solid #ffffff;
}

.plmcm_cnt2 {
  padding-left: 30px;
  padding-right: 30px;
}

.plmcm_cnt3 {
  padding-left: 30px;
  border-left: 1px solid #ffffff;
}

.plmcb_top h4 {
  font-family: "Inter", system-ui;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  margin: 0;
}

.plmcb_top p {
  font-family: "Inter", system-ui;
  font-size: 10px;
  font-weight: 400;
  color: #000000;
  margin: 0 0 30px;
  max-width: 820px;
}

.plmcb_top p a {
  text-decoration: underline;
  color: #000000;
}

.plmc_btm {
  padding-top: 60px;
}

/* .plmcb_top p:last-child {
  margin: 0;
} */

.pay_right {
  max-width: 680px;
  border-radius: 30px;
  background-color: #ffffff;
  margin-top: 50px;
  margin-left: 50px;
  position: relative;
}

.v-img {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translate(-50%);
}

.pay_r_top {
  text-align: center;
  background-color: #29a745;
  padding: 18px 0;
}

.pay_r_top h2 {
  font-family: "Inter", system-ui;
  font-size: 25px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
}

.pay_r_top h2 img {
  margin-right: 20px;
}

.pay_r_t2 h2 {
  font-family: "Inter", system-ui;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  background-color: #00a6bd;
  padding: 15px 0;
}

.pay_form_wrapper {
  padding: 50px 22px;
}

.pay_input {
  padding-bottom: 12px;
}

.pay_input input,
.pay_input select {
  width: 100%;
  text-transform: capitalize;
  outline: 0;
  font-family: "Inter", system-ui;
  font-size: 17px;
  font-weight: 400;
  color: #000;
  border: 1.5px solid #979797;
  border-radius: 8px;
  padding: 23px 20px;
}

.pay_input input::placeholder {
  opacity: 1;

  color: #979797;
}
.pay_input select {
  color: #979797;
}

/* .pay_input2 input {
  background-image: url("../../img/ninja/visa-new.webp");
  background-repeat: no-repeat;
  background-position: 90% 50%;
} */

.pay_input_inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

.pay_input3 select {
  appearance: none;
  background-image: url("../../img/ninja/Icon.png");
  background-repeat: no-repeat;
  background-position: 90% 50%;
  cursor: pointer;
  background-color: transparent;
}

.pay_input4 input {
  background-image: url("../../img/ninja/help-circle.png");
  background-repeat: no-repeat;
  background-position: 90% 50%;
}

.pay_btn2 {
  position: relative;
  padding-top: 25px;
}

.pay_btn2 input {
  width: 100%;
  text-align: center;
  outline: 0;
  border: 0;
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Inter", system-ui;
  background: linear-gradient(45deg, var(--green-color), var(--green-color));
  padding: 25px 25px;
  border-radius: 20px;
  position: relative;
  transition: 0.2s;
}

.pay_btn_icon {
  position: absolute;
  left: 25px;
  top: 50px;
}

.pay_btn2 input:hover {
  opacity: 0.8;
}

.pay_btn2 input[type="submit"].disabled {
  background: var(--green-color) ;
  cursor: not-allowed;
  font-size: 22px;
}

.pay_l_top_sm {
  display: none;
}

.pay_right_sm {
  display: none;
}

.plmct_left img {
  max-width: 300px;
}

@media screen and (min-width: 1501px) {
  .pay_r_top {
    border-radius: 30px 30px 0 0;
  }

  .plmc_m {
    padding-left: 20px;
  }

  .plmct_left img {
    max-width: 320px;
  }

  .plmcm_title {
    padding-left: 14px;
  }

  .plmcm_cnt1 {
    padding-right: 25px;
  }

  .plmcm_cnt2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .plmcm_cnt3 {
    padding-left: 25px;
  }

  .pay_right_sm {
    display: none;
  }

  .payment_cnt_wrapper {
    padding: 50px 15px 30px;
  }

  .pay_left {
    width: 58%;
  }

  .pay_right {
    width: 50%;
    margin: 0 auto;
  }

  .plmcb_top p {
    max-width: 540px;
  }

  .pay_l_main_cnt {
    padding: 45px 25px 70px 0px;
    min-height: 455px;
  }

  .plmct_left img {
    max-width: 300px;
  }

  .plmct_right {
    padding-left: 0;
  }

  .plmcm_cnt1 {
    padding-right: 15px;
  }

  .plmcm_cnt2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .plmcm_cnt3 {
    padding-left: 15px;
  }

  .plmc_m {
    padding: 60px 0 0;
    padding-left: 20px;
  }

  .plmcm_title {
    padding-left: 10px;
  }

  .pay_l_top img {
    max-width: 560px;
  }

  .plmct_right h2 {
    font-size: 29px;
    margin: 0 0 20px;
  }

  .pay_l_top {
    padding-bottom: 10px;
  }

  .plmc_btm {
    padding-top: 35px;
  }

  .pay_form_wrapper {
    border: 1px solid var(--bg-color-black);
  }
}

@media screen and (min-width: 1301px) and (max-width: 1500px) {

  .pay_r_top {
    border-radius: 30px 30px 0 0;
  }

  .payment_area {
     height: 100vh !important;
  }
  .pay_right_sm {
    display: none;
  }

  .payment_cnt_wrapper {
    padding: 60px 15px 80px;

  }

  .pay_left {
    width: 58%;
  }

  .pay_right {
    width: 44%;
    margin: 0 auto;
    margin-top: 30px;
  }

  .plmcb_top p {
    max-width: 620px;
  }

  .pay_l_main_cnt {
    padding: 45px 25px 40px 0px;
    min-height: 420px;
  }

  .plmct_left img {
    max-width: 300px;
  }

  .plmct_right {
    padding-left: 0;
  }

  .plmcm_cnt1 {
    padding-right: 25px;
  }

  .plmcm_cnt2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .plmcm_cnt3 {
    padding-left: 25px;
  }

  .plmc_m {
    padding: 60px 0 0;
    padding-left: 20px;
  }

  .plmcm_title {
    padding-left: 10px;
  }

  .pay_l_top img {
    max-width: 620px;
  }

  .plmct_right h2 {
    font-size: 29px;
    margin: 0 0 20px;
  }

  .pay_form_wrapper {
    padding: 35px 22px 30px;
    border: 1px solid var(--bg-color-black);
  }

  .pay_input input,
  .pay_input select {
    padding: 16px 20px;
  }

  .pay_btn2 input {
    padding: 18px 25px;
  }

  .pay_btn_icon {
    top: 37px;
  }

  .plmc_btm {
    padding-top: 55px;
  }

  .plmcb_top p:last-child {
    margin: 0;
  }
  .plmcm_cnt {
    width: 33%;
  }
  .plmcm_title {
    max-width: 104px;
  }
  .plmcm_title h3 {
    font-size: 16px;
  }
  .plmcm_title p {
    font-size: 9px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .pay_form_wrapper {
    border: 1px solid var(--bg-color-black);
  }
  
  .pay_r_top {
    border-radius: 30px 30px 0 0;
  }
  
  .plmcm_title p {
    font-size: 9px;
  }
  .pay_right_sm {
    display: none;
  }

  .payment_cnt_wrapper {
    padding: 50px 15px 130px;
  }

  .pay_left {
    width: 58%;
  }

  .pay_right {
    width: 44%;
    margin: 0 auto;
  }

  .plmcb_top p {
    max-width: 540px;
  }

  .pay_l_main_cnt {
    padding: 65px 25px 70px 0px;
  }

  .plmct_left img {
    max-width: 300px;
  }

  .plmct_right {
    padding-left: 0;
  }

  .plmcm_cnt1 {
    padding-right: 15px;
  }

  .plmcm_cnt2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .plmcm_cnt3 {
    padding-left: 15px;
  }

  .plmc_m {
    padding: 60px 0 0;
    padding-left: 20px;
  }

  .plmcm_title {
    padding-left: 10px;
  }

  .pay_l_top img {
    max-width: 560px;
  }
}

@media only screen and (max-width: 1199px) {
  .payment_cnt_wrapper {
    padding: 50px 0 0;
    /*background-color: #000000;*/
    background: var(--bg-color);
  }

  .payment_cnt_wrapper {
    display: block;
  }

  .pay_left {
    width: 100%;
  }

  .pay_l_main_cnt {
    background-image: none;
    min-height: 507px;
    padding: 0;
    padding-top: 50px;
    background-color: #28a745;
    margin-top: 150px;
  }

  .payment_area {
    background: none;
  }

  .payment_area .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .plmct_right {
    padding-left: 0;
  }

  .pay_right {
    width: 100%;
    margin: 0;
  }

  .pay_r_top h2 {
    font-size: 20px;
  }

  .pay_r_top h2 img {
    width: 45px;
    margin-right: 10px;
  }

  .pay_r_t2 h2 {
    font-size: 15px;
    padding: 15px 0;
  }

  .pay_input input {
    font-size: 16px;
    padding: 16px 13px;
  }

  .pay_btn2 input {
    font-size: 14px;
    padding: 16px 25px;
  }

  /* .pay_input2 input {
    background-position: 93% 50%;
    background-size: 80px;
  } */

  .pay_input3 input {
    background-position: 84% 50%;
    background-size: 15px;
  }

  .pay_input4 input {
    background-position: 90% 50%;
    background-size: 20px;
  }

  .pay_btn_icon {
    top: 42px;
  }

  .pay_btn_icon img {
    width: 30px;
  }

  .pay_form_wrapper {
    padding: 50px 22px 30px;
  }

  .pay_right {
    display: none;
  }

  .pay_right_sm {
    display: block;
    margin: 0 auto;
  }

  .pay_l_top {
    display: none;
  }

  .pay_l_top_sm {
    display: block;
    padding-bottom: 30px;
    text-align: center;
  }

  .plmc_top {
    display: block;
  }

  .plmct_left img {
    width: 100%;
  }

  .plmct_right h2 {
    text-align: center;
  }

  .plmct_right ul {
    padding-left: 40px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .plmcm_cnt2 {
    padding: 0;
    padding-top: 35px;
    padding-bottom: 35px;
    border-top: 0.9px solid #ffffff;
  }

  .plmcm_cnt1 {
    padding-right: 0;
    border-right: 0;
    padding-bottom: 35px;
  }

  .plmcm_cnt3 {
    padding-left: 0;
    border-left: 0;
    padding-top: 35px;
    padding-bottom: 35px;
    border-top: 0.9px solid #ffffff;
  }

  .plmc_m {
    display: block;
    padding: 0;
    max-width: 215px;
    margin: 0 auto;
  }

  .plmc_btm {
    padding: 40px 20px;
    background-color: var(--green-color);
    text-align: center;
  }

  .plmcb_top p:last-child {
    margin: 0;
  }

  .pay_form_wrapper {
    margin: 0 20px;

  }
}

/* PAYMENT PAGE END */

@media only screen and (min-width: 1199px) {
  .access-number {
    margin-left: 25px;
  }
  .modal-right .mr-btn a {
    padding: 38px 0;
    margin: 28px 0;
  }
  .payment_area {
    background: linear-gradient(
      90deg,
      rgba(0, 218, 113, 1) 40%,
      rgba(0, 0, 0, 0) 40%
    );
  }
  .pay_left {
    width: 46%;
  }
  .plmcb_top {
    max-width: 80%;
  }
}

@media screen and (min-width: 1301px) and (max-width: 1500px) {
  .pay_l_top img {
    max-width: 80%;
  }
  .plmct_left {
    max-width: 40%;
  }
  .plmct_left img {
    max-width: 100%;
  }
  .plmct_right h2 {
    font-size: 24px;
  }
  .plmcm_title h3 {
    font-size: 18px;
  }
  .plmcm_cnt1 {
    padding-right: 15px;
  }
  .plmcm_cnt2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .plmcm_cnt3 {
    padding-left: 15px;
  }
  .plmcm_cnt .plmcm_img img {
    max-width: 40px;
  }
  .plmcm_title {
    max-width: 120px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .pay_l_top img {
    max-width: 80%;
  }
  .plmct_left {
    max-width: 35%;
  }
  .plmct_left img {
    max-width: 100%;
  }
  .plmct_right h2 {
    font-size: 24px;
  }
  .plmcm_title h3 {
    font-size: 16px;
  }
  .plmcm_cnt1 {
    padding-right: 10px;
  }
  .plmcm_cnt2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .plmcm_cnt3 {
    padding-left: 10px;
  }
  .plmcm_cnt .plmcm_img img {
    max-width: 30px;
  }
  .plmcm_title {
    max-width: 120px;
  }
}


@media only screen and (max-width: 600px){
	        /* .subscription-sec {
        max-height: 5430px;
    } */

}

@media only screen and (max-width: 540px){
	        /* .subscription-sec {
        max-height: 5430px;
    } */
	
}

@media only screen and (max-width: 480px){
	    /* .subscription-sec {
        max-height: 5150px;
    } */
}
@media only screen and (max-width: 420px){
	       /* .subscription-sec {
        max-height: 4750px;
    } */
}

@media only screen and (max-width: 360px){
	        /* .subscription-sec {
        max-height: 4550px;
    } */
}

@media only screen and (max-width: 320px){
	   
	/* .subscription-sec {
        max-height: 4450px;
    } */
}


.progress-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 80%;
            margin: 0px auto;
			padding-left: 0px;
        }

        .progress-container .progress {
            display: flex;
            align-items: center;
            width: 100%;
        }

        .progress-container .step {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-color: #ffffff;
            color: rgba(0, 218, 113, 1);
            text-align: center;
            line-height: 30px;
            font-weight: bold;
        }

       .progress-container .step.completed {
            background-color: #28a745;
        }
.steps-sec{
	position: relative;
}

        .progress-container .line {
            flex: 1;
            height: 5px;
            
			background-color: #28a745; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #28a745 , #ffffff);
        }

        .progress-container .line.completed {
            background-color: #28a745;
			background-color: #28a745; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #28a745 , #28a745);
        }

        .progress-container .label {
            text-align: center;
            margin-top: 10px;
            font-family: "Inter", system-ui;
			font-weight: 500;
            font-size: 16px;
			color: #ffffff;
			position: absolute;
			width: 100px;
    left: 50%;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
        }
		.pay_l_top{
			min-height: 73px;
			    width: 40vw;
    position: relative;
    left: -30px;
		}
		
@media only screen and (max-width: 1199px){
	.pay_l_top_sm{
		min-height: 112px;
	}
	.progress-container{
		width: 100%;
		max-width: 360px;
	}


	.progress-container .step{
		color: #000;
    border: 1px solid #000;
	}

  .progress-container .step.completed{
		color: #fff;
    border: none;
	}

  .progress-container .label{
		color: #000000;
	}

}

@media only screen and (max-width: 440px){
	.progress-container{
		max-width: 250px;
	}
}

input.error-input {
  border: 2px solid red;
}

input.error-txt {
  border: 2px solid red;
}
