/* 
---------------------------------------------
Ambassador pricing page
--------------------------------------------- 
*/


.ambassadors-pricing-pg {
  padding-top: 130px;
}

.ambassadors-pricing-pg-item h3 {
  color: #1f1f25;
  font-size: 48px !important;
  font-weight: 700;
}

.ambassadors-pricing-pg-item h6 {
  font-size: 18px;
  color: #737373;
  font-family: "Inter Regular", sans-serif;
  margin-top: 5px;
}

.ambassadors-pricing-pg-item p {
  color: #1f1f25;
  font-size: 20px;
  margin-top: 15px;
}

/* Caruana nkar */

.ambassadors-pricing-pg-item .ambass-pricing-pg-img0 {
  background-image: url("../images/ambass-caruana.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 350.5px;
  height: 350px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.ambassadors-pricing-pg-item .ambass-pricing-pg-img0.visible {
  background-image: url("../images/ambass-caruana.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 350.5px;
  height: 350px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.ambassadors-pricing-pg-item .ambass-pricing-pg-img1 {
  background-image: url("../images/pricing-pg-img1.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 348px;
  height: 313.2px;
  margin: 0px 0px 30px 50px;
  position: relative;
  z-index: 1;
}

.ambassadors-pricing-pg-item .ambass-pricing-pg-img1.visible {
  background-image: url("../images/pricing-pg-img1.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 348px;
  height: 313.2px;
  margin: 0px 0px 30px 50px;
  position: relative;
  z-index: 1;
}

.ambassadors-pricing-pg-item .ambass-pricing-pg-img2 {
  background-image: url("../images/pricing-pg-img2.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 350.5px;
  height: 350px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.ambassadors-pricing-pg-item .ambass-pricing-pg-img2.visible {
  background-image: url("../images/pricing-pg-img2.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 350.5px;
  height: 350px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.ambassadors-pricing-pg-item .ambass-pricing-pg-img3 {
  background-image: url("../images/pricing-pg-img3.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 350.5px;
  height: 350px;
  margin: -10px 0px 0px 50px;
  position: relative;
  z-index: 1;
}

.ambassadors-pricing-pg-item .ambass-pricing-pg-img3.visible {
  background-image: url("../images/pricing-pg-img3.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 350.5px;
  height: 350px;
  margin: -10px 0px 0px 50px;
  position: relative;
  z-index: 1;
}

.resp-amb {
  display: none;
}

@media (max-width: 480px) {
  .ambassadors-pricing-pg-item h6 {
    font-size: 18px;
    text-align: center;
  }
  .ambassadors-pricing-pg-item .ambass-pricing-pg-img1 {
    margin-left: 5px;
  }
  .ambassadors-pricing-pg-item p {
    font-size: 14px;
    text-align: center;
  }
  .ambassadors-pricing-pg-item h3 {
    font-size: 30px;
    text-align: center;
  }
  .ambassadors-pricing-pg-item p {
    width: 305px;
    margin: 0 auto;
    font-family: "Inter SemiBold", sans-serif;
  }
  .sign-up-pricing .sign-up-item h4 {
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .resp-amb {
    display: block;
    padding-top: 30px;
    margin: 0 auto;
  }
  .non-resp-amb {
    display: none;
  }
}

/* Coins info */

.coins-info {
  padding-top: 180px;
  position: relative;
}

.conins-info .section-heading {
  margin-bottom: 45px;
}

.coins-info .section-heading h4 {
  font-size: 64px;
  font-weight: 700;
  color: #1f1f25;
  text-transform: none;
}

.coins-info .section-heading h6 {
  font-size: 32px;
  color: #737373;
  margin-bottom: 30px;
  font-family: "Inter Medium", sans-serif;
}

.coins-info .coins-info-items {
  padding-right: 0px !important;
}

.coins-info p {
  color: #1f1f25;
  font-size: 18px;
  padding-bottom: 50px;
}

.coins-info .section-heading,
.coins-info p {
  position: relative;
  z-index: 1;
}

.coins-info .coins-info-items div {
  max-width: 630px;
}

.coins-info .coins-info-items h5 {
  font-size: 32px;
  font-family: "Inter Medium", sans-serif;
  color: #1f1f25;
}

.coins-info .white-button a {
  font-size: 18px;
  color: #fff !important;
  background-color: #358c65;
  text-align: center;
  padding: 10.5px 47.9px !important;
}

table {
  border-collapse: separate !important;
  border-spacing: 0;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  border-radius: 32px;
  border: 1px solid #dfdfe0;
}

.small-table {
  display: none;
}

td,
th {
  text-align: left;
  padding: 18px 10px 18px 10px;
  font-family: "Inter Regular", sans-serif;
  font-size: 16px;
  color: #1f1f25;
}

td span {
  font-family: "Inter Regular", sans-serif;
  font-size: 18px;
  color: #737373;
}

th {
  font-weight: 600;
}

td[rowspan],
th[rowspan] {
  vertical-align: top;
  text-align: left;
}

.stockfish-coins,
.lczero-coins,
.asmFish-coins-mob,
.sugar-coins {
  border-top: none;
  border-left: none;
  border-right: 1px solid #dfdfe0;
  border-bottom: 1px solid #dfdfe0;
}

.asmFish-coins {
  border-top: none;
  border-left: none;
  border-right: 1px solid #dfdfe0;
}

.allie-coins {
  border-right: 1px solid #dfdfe0;
}

.right-dash-bottom {
  border-right: 1px dashed #dfdfe0;
  border-bottom: 1px solid #dfdfe0;
}

.right-dash {
  border-right: 1px dashed #dfdfe0;
}

.bottom-solid {
  border-bottom: 1px solid #dfdfe0;
}

.resp-br {
  display: none;
}

@media (max-width: 991px) {
  .small-table {
    display: block;
  }
  .small-table th {
    border-right: none;
    padding: 18px 10px 18px 10px !important;
  }
  .small-table td {
    padding: 15px 45px 15px 30px !important;
  }
  .small-table .allie-coins {
    border-bottom: 1px solid #dfdfe0;
  }
  .big-table {
    display: none;
  }
  .coins-info .coins-info-items div {
    padding: 0 40px;
    text-align: center;
  }
  .coins-info .coins-info-items div .white-button {
    margin-left: -40px !important;
  }
  .coins-info .section-heading h6 {
    font-size: 18px !important;
  }
  .small-table th {
    font-size: 18px;
  }
  .small-table td {
    font-size: 14px;
    font-family: "Inter SemiBold", sans-serif;
  }
  td span {
    font-size: 14px;
    font-family: "Inter Medium", sans-serif;
  }
  .coins-info p {
    font-size: 14px;
    padding-bottom: 30px;
  }
  .resp-br {
    display: block;
  }
}

.styled-slider {
  height: 1.5em;
  -webkit-appearance: none;
  width: 100%;
  margin-top: 35px;
  cursor: pointer;
}

.styled-slider.slider-progress {
  --range: calc(var(--max) - var(--min));
  --ratio: calc((var(--value) - var(--min)) / var(--range));
  --sx: calc(0.5 * 1.5em + var(--ratio) * (100% - 1.5em));
}

.styled-slider:focus {
  outline: none;
}

.styled-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 1.5em;
  height: 1.5em;
  border-radius: 16px;
  background: #ffffff;
  border: 4px solid #6da579;
  box-shadow: 0 0 2px black;
  margin-top: calc(1em * 0.5 - max(1.5em * 0.5, 4px));
}

.styled-slider::-webkit-slider-runnable-track {
  height: 1em;
  border: none;
  border-radius: 0.5em;
  background: linear-gradient(
    to right,
    rgba(255, 222, 149, 0.2) 0%,
    rgba(53, 140, 101, 0.2) 100%
  );
  box-shadow: none;
}

.styled-slider::-webkit-slider-thumb:hover {
  background: #ffffff;
}

.styled-slider:hover::-webkit-slider-runnable-track {
  background: linear-gradient(
    to right,
    rgba(255, 222, 149, 0.2) 0%,
    rgba(53, 140, 101, 0.2) 100%
  );
}

.styled-slider::-webkit-slider-thumb:active {
  background: #ffffff;
}

.styled-slider:active::-webkit-slider-runnable-track {
  background: linear-gradient(
    to right,
    rgba(255, 222, 149, 0.2) 0%,
    rgba(53, 140, 101, 0.2) 100%
  );
}

.styled-slider.slider-progress::-webkit-slider-runnable-track {
  background: linear-gradient(90deg, #ffde95 0%, #358c65 100%) 0 / var(--sx)
      100% no-repeat,
    linear-gradient(
      to right,
      rgba(255, 222, 149, 0.2) 0%,
      rgba(53, 140, 101, 0.2) 100%
    );
}

.styled-slider.slider-progress:hover::-webkit-slider-runnable-track {
  background: linear-gradient(90deg, #ffde95 0%, #358c65 100%) 0 / var(--sx)
      100% no-repeat,
    linear-gradient(
      to right,
      rgba(255, 222, 149, 0.2) 0%,
      rgba(53, 140, 101, 0.2) 100%
    );
}

.styled-slider.slider-progress:active::-webkit-slider-runnable-track {
  background: linear-gradient(90deg, #ffde95 0%, #358c65 100%) 0 / var(--sx)
      100% no-repeat,
    linear-gradient(
      to right,
      rgba(255, 222, 149, 0.2) 0%,
      rgba(53, 140, 101, 0.2) 100%
    );
}

.styled-slider::-moz-range-thumb {
  width: max(calc(1.5em - 4px - 4px), 0px);
  height: max(calc(1.5em - 4px - 4px), 0px);
  border-radius: 16px;
  background: #ffffff;
  border: 4px solid #6da579;
  box-shadow: 0 0 2px black;
}

.styled-slider::-moz-range-track {
  height: 1em;
  border: none;
  border-radius: 0.5em;
  background: linear-gradient(
    to right,
    rgba(255, 222, 149, 0.2) 0%,
    rgba(53, 140, 101, 0.2) 100%
  );
  box-shadow: none;
}

.styled-slider::-moz-range-thumb:hover {
  background: #ffffff;
}

.styled-slider:hover::-moz-range-track {
  background: linear-gradient(
    to right,
    rgba(255, 222, 149, 0.2) 0%,
    rgba(53, 140, 101, 0.2) 100%
  );
}

.styled-slider::-moz-range-thumb:active {
  background: #ffffff;
}

.styled-slider:active::-moz-range-track {
  background: linear-gradient(
    to right,
    rgba(255, 222, 149, 0.2) 0%,
    rgba(53, 140, 101, 0.2) 100%
  );
}

.styled-slider.slider-progress::-moz-range-track {
  background: linear-gradient(90deg, #ffde95 0%, #358c65 100%) 0 / var(--sx)
      100% no-repeat,
    linear-gradient(
      to right,
      rgba(255, 222, 149, 0.2) 0%,
      rgba(53, 140, 101, 0.2) 100%
    );
}

.styled-slider.slider-progress:hover::-moz-range-track {
  background: linear-gradient(90deg, #ffde95 0%, #358c65 100%) 0 / var(--sx)
      100% no-repeat,
    linear-gradient(
      to right,
      rgba(255, 222, 149, 0.2) 0%,
      rgba(53, 140, 101, 0.2) 100%
    );
}

.styled-slider.slider-progress:active::-moz-range-track {
  background: linear-gradient(90deg, #ffde95 0%, #358c65 100%) 0 / var(--sx)
      100% no-repeat,
    linear-gradient(
      to right,
      rgba(255, 222, 149, 0.2) 0%,
      rgba(53, 140, 101, 0.2) 100%
    );
}

/*ms*/
.styled-slider::-ms-fill-upper {
  background: transparent;
  border-color: transparent;
}

.styled-slider::-ms-fill-lower {
  background: transparent;
  border-color: transparent;
}

.styled-slider::-ms-thumb {
  width: 1.5em;
  height: 1.5em;
  border-radius: 16px;
  background: #ffffff;
  border: 4px solid #6da579;
  box-shadow: 0 0 2px black;
  margin-top: 0;
  box-sizing: border-box;
}

.styled-slider::-ms-track {
  height: 1em;
  border-radius: 0.5em;
  background: linear-gradient(
    to right,
    rgba(255, 222, 149, 0.2) 0%,
    rgba(53, 140, 101, 0.2) 100%
  );
  border: none;
  box-shadow: none;
  box-sizing: border-box;
}

.styled-slider::-ms-thumb:hover {
  background: #ffffff;
}

.styled-slider:hover::-ms-track {
  background: linear-gradient(
    to right,
    rgba(255, 222, 149, 0.2) 0%,
    rgba(53, 140, 101, 0.2) 100%
  );
}

.styled-slider::-ms-thumb:active {
  background: #ffffff;
}

.styled-slider:active::-ms-track {
  background: linear-gradient(
    to right,
    rgba(255, 222, 149, 0.2) 0%,
    rgba(53, 140, 101, 0.2) 100%
  );
}

.styled-slider.slider-progress::-ms-fill-lower {
  height: 1em;
  border-radius: 0.5em 0 0 0.5em;
  margin: -undefined 0 -undefined -undefined;
  background: linear-gradient(90deg, #ffde95 0%, #358c65 100%);
  border: none;
  border-right-width: 0;
}

.styled-slider.slider-progress:hover::-ms-fill-lower {
  background: linear-gradient(90deg, #ffde95 0%, #358c65 100%);
}

.styled-slider.slider-progress:active::-ms-fill-lower {
  background: linear-gradient(90deg, #ffde95 0%, #358c65 100%);
}

.input-slider {
  position: relative;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}

.input-slider input {
  width: 300px !important;
  height: 40px;
  margin-bottom: 10px;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  color: #358c65;
  font-size: 26px;
  font-family: "Inter SemiBold", sans-serif;
}

.input-slider input::-webkit-textfield-decoration-container {
  padding-left: 10px;
}

#inputPrice:focus,
#inputCoins:focus,
#inputPrice:active,
#inputCoins:active,
#inputPrice:hover,
#inputCoins:hover {
  border: 1px solid #207850 !important;
  box-shadow: 0px 4px 16px rgba(32, 120, 80, 0.4);
  outline: none !important;
}

@keyframes increaseSize {
  from {
    transform: scale(1.05);
  }
  to {
    transform: scale(1.05);
  }
}

.increase-size {
  animation-name: increaseSize;
  animation-duration: 0.3s;
}

.input-coins-span,
.input-price-span {
  color: #788078;
  font-size: 26px;
  font-family: "Inter SemiBold", sans-serif;
  display: block;
  margin-top: 22px;
  margin-left: 5px;
}

#bonusCoins {
  color: #1f1f25;
  font-family: "Inter SemiBold", sans-serif;
  font-size: 14px;
  background-color: #ffe5ac;
  border-radius: 8px;
  padding: 4px 12px;
  width: fit-content;
}

#sliderSubmit,
#notSignedSliderSubmit {
  max-width: 400px;
  border-radius: 12px;
  background-color: #358c65;
  color: #ffffff;
  border: none;
  font-family: "Inter SemiBold", sans-serif;
  font-size: 18px;
  padding: 8px 20px !important;
}

#notSignedSliderSubmit {
  text-align: center;
  padding-top: 12px;
}

#notSignedSliderSubmit:hover,
#sliderSubmit:hover {
  background-color: #207850;
}

.slider-sumbit {
  margin-top: 106px;
}

.slider-sumbit p {
  width: 400px;
  margin-top: 5px;
  color: #959d99;
  font-family: "Inter SemiBold", sans-serif;
  font-size: 16px;
  margin-left: 5px;
}

.price-label {
  position: relative;
  transform-origin: center center;
  display: block;
  font-weight: bold;
  left: attr(value);
  color: #1f1f25;
  font-family: "Inter SemiBold", sans-serif;
  line-height: normal;
  font-size: 20px;
  top: 30px;
  margin-left: 100px;
}

datalist {
  display: flex;
  justify-content: space-between;
  color: #959d99;
  font-family: "Inter SemiBold", sans-serif;
  line-height: normal;
  font-size: 20px;
  width: 100%;
}

.popular-amount {
  background-image: url("../images/popular-amounts.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  margin-top: -26px;
}

.coins-icon {
  background-color: #788078;
  border-radius: 50%;
  padding: 3px 5px;
  margin-right: 10px;
}

.discount-divider {
  border: 1px dashed #959d99;
  width: 0px;
  margin-left: 10px;
  opacity: 0.2;
}

#discount-10 {
  position: absolute;
  margin-top: -95px;
}

#discount-20 {
  position: absolute;
  margin-top: -95px;
}

#discount-30 {
  position: absolute;
  margin-top: -95px;
}

#discount-40 {
  position: absolute;
  margin-top: -95px;
}

#discount-10 .discount-divider {
  height: 90px;
}

#discount-20 .discount-divider {
  height: 90px;
}

#discount-30 .discount-divider {
  height: 90px;
}

#discount-40 .discount-divider {
  height: 60px;
}

.discounts {
  background: linear-gradient(90deg, #ffde95 0%, rgba(53, 140, 101, 0.53) 100%);
  opacity: 0.2;
  height: 100px;
  margin-top: -130px;
}

#discount-10 p,
#discount-20 p,
#discount-30 p,
#discount-40 p {
  margin-top: 20px;
}

#tickmarks {
  margin-top: 30px !important;
}

#popularPrice {
  background-image: url("../images/popular-price.svg");
  width: 11px;
  height: 18px;
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  margin-left: -17px;
  margin-top: 3px;
}

#amount-100 {
  display: none;
}

.price-tooltip,
.bonus-tooltip {
  color: #788078;
  font-size: 14px;
  font-family: "Inter SemiBold", sans-serif;
}

.price-tooltip .tooltip-table {
  visibility: hidden;
  width: fit-content;
  background: #ffffff;
  box-shadow: 0px 8px 32px rgba(122, 122, 122, 0.4);
  border-radius: 16px;
  border: none;
  color: #1f1f25;
  font-family: "Inter Regular", sans-serif;
  font-size: 14px;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 5;
  margin-top: -60px;
  left: 27%;
}
.exclusive-plan {
  position: relative;
}

.bonus-tooltip .bonus-tooltip-info {
  visibility: hidden;
  width: fit-content;
  background: #ffffff;
  box-shadow: 0px 8px 32px rgba(122, 122, 122, 0.4);
  border-radius: 16px;
  border: none;
  color: #1f1f25;
  font-family: "Inter Regular", sans-serif;
  font-size: 14px;
  border-radius: 6px;
  padding: 18px 24px;
  position: absolute;
  z-index: 5;
  margin-top: -100px;
  left: 25%;
}

.price-tooltip .info-icon,
.bonus-tooltip .info-icon {
  margin-left: 5px;
}

.price-tooltip .info-icon:hover,
.bonus-tooltip .info-icon:hover {
  color: #358c65;
  cursor: pointer;
}

.price-tooltip .info-icon:hover + .tooltip-table,
.bonus-tooltip .info-icon:hover + .bonus-tooltip-info {
  visibility: visible;
}

.price-tooltip .popular-amount {
  margin-top: -2px;
  position: static;
  margin-right: 10px;
}

.price-tooltip .tooltip-table tr {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  text-align: center;
}

.price-tooltip .tooltip-table th {
  padding: 10px 5px;
  font-size: 14px;
  text-align: center;
}

.price-tooltip .tooltip-table td {
  padding: 10px 10px;
  font-size: 14px;
  text-align: center;
}

.bottom-dash {
  border-bottom: 1px dashed #dfdfe0;
}

.right-solid {
  border-right: 1px solid #dfdfe0;
}

.bonus-tooltip .bonus-tooltip-info h3 {
  font-style: normal;
  font-family: "Inter SemiBold", sans-serif;
  font-size: 16px;
  color: #1f1f25;
}

.bonus-tooltip .bonus-tooltip-info p {
  font-weight: 600;
  font-size: 14px;
  color: #959d99;
  max-width: 250px;
}

.info-icon-unlimited {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-left: 5px;
  color: #358c65;
  font-weight: bold;
}

.info-icon-unlimited::after {
  content: 'If you don’t make a move for 30 minutes, you’ll see a popup asking “Are you there?” Confirm to keep the analysis running.';
  visibility: hidden;
  opacity: 0;
  color: #1f1f25;
  text-align: left;
  border-radius: 6px;
  padding: 8px;
  position: absolute;
  z-index: 999;
  bottom: -220%;
  transform: translateX(-30%);
  width: 460px;
  transition: opacity 0.3s;
  font-size: 13px;
  line-height: 1.4;
  white-space: normal;
  background: #ffffff;
  box-shadow: 0px 8px 32px rgba(122, 122, 122, 0.4);
}

.info-icon-unlimited:hover::after {
  visibility: visible;
  opacity: 1;
}

.bonus-table {
  padding: 10px 10px;
  font-size: 14px;
  text-align: left;
  border-radius: 5px;
}

.bonus-table tr {
  margin: 0px !important;
  padding: 0px !important;
}

.bonus-table th,
.bonus-table td {
  padding: 10px 15px;
  font-size: 14px;
  text-align: center;
}

.bonus-table-sm td {
  padding: 10px 26.5px 10px 10px;
  font-size: 14px;
  text-align: left;
}

#moreCoins {
  color: #788078;
  font-family: "Inter Medium", sans-serif;
  visibility: hidden;
}

.checkoutBtn {
  width: 190px !important;
  padding: 13px 20px !important;
  border-radius: 12px;
  background-color: #358c65;
  color: #ffffff;
  border: none;
  font-family: "Inter SemiBold", sans-serif;
  font-size: 18px;
}

.slider-sumbit .checkoutBtn {
  width: 100% !important;
  padding: 20px 20px !important;
}

@media (max-width: 1150px) {
  .input-slider {
    display: grid;
  }
  .slider-sumbit {
    margin-left: 26px;
  }
  .input-slider input {
    width: 250px !important;
    height: 60px;
    font-size: 32px;
  }
  .price-input {
    margin-left: 24px;
  }
  .coins-input {
    margin-left: 24px;
  }
  #moreCoins {
    width: 300px;
    text-align: center;
    margin: 0px auto;
    font-size: 14px;
  }
  .input-coins-span,
  .input-price-span {
    font-size: 24px;
    margin-top: 50px;
    margin-right: 10px;
  }
  #bonusCoins {
    margin-left: 97px;
  }
  #sliderSubmit {
    width: 320px !important;
    height: 40px;
    margin: 0 auto;
  }
  .slider-sumbit p {
    width: 320px;
    font-size: 16px;
  }

  .price-label {
    font-size: 16px;
  }

  .price-tooltip .tooltip-table {
    margin-top: 33px;
    left: 3%;
  }
  .bonus-tooltip .bonus-tooltip-info {
    padding: 7px 10px;
    margin-top: 21px;
    left: 2%;
  }
  .bonus-tooltip .bonus-tooltip-info h3 {
    font-size: 18px;
  }
  .bonus-tooltip .bonus-tooltip-info p {
    font-size: 14px;
  }
  .bonus-table-sm td,
  .bonus-table td {
    font-size: 12px;
    padding: 2px 5px !important;
  }
}

/* 
---------------------------------------------
Payment faq
--------------------------------------------- 
*/

.payment-faq {
  padding-top: 130px;
  position: relative;
}

.payment-faq .section-heading h2 {
  font-size: 64px;
  font-family: "Inter SemiBold", sans-serif;
  color: #1f1f25;
}

.payment-faq .section-heading h2 span {
  font-style: italic;
  font-family: "Inter Regular", sans-serif;
}

.payment-faq .container-fluid {
  padding-left: 65px;
  padding-right: 65px;
}

.payment-faq .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.payment-faq .accordion-body ul {
  margin-left: 35px;
}

.payment-faq .accordion-body ul li {
  display: list-item;
  list-style-position: outside;
  list-style-type: disc;
}

/* 
---------------------------------------------
Pricing
---------------------------------------------
*/

.pricing-tables {
  padding-top: 150px;
  padding-bottom: 50px;
}

.pricing-tables .section-heading {
  text-align: center;
  margin-bottom: 30px;
}

.pricing-tables .section-heading h1 {
  margin-top: 10px;
  font-size: 64px;
  font-family: "Inter SemiBold", sans-serif;
  width: 100%;
}

.pricing-tables .section-heading h3 {
  color: #737373;
  font-size: 32px;
  font-family: "Inter Medium", sans-serif;
  font-family: "Inter";
  width: 70%;
  margin: 10px auto 0px auto;
}

.tax-disclaimer {
  margin: 10px auto 0;
  max-width: 42rem;
  color: #959d99;
  font-size: 13px;
  line-height: 1.4;
  font-family: "Inter Medium", sans-serif;
}

.pricing-item-regular {
  overflow: visible;
  border: 1px solid #dfdfe0;
  padding: 20px 0px;
  text-align: center;
  max-height: 890px;
}
.pricing-item-regular-4th{
  padding-top: 0px;
  border-radius: none;
  padding-bottom: 40px;
}

.pricing-item-regular-3th {
  position: relative;
}
.pricing-item-regular-3th-discount {
  position: absolute;
  top: -30px;
  right:-8px;
  width: 76px;
  height: 76px;
  z-index: 300;
}
.frame-container-3th{
  top:-98px
}
.pricing-item-regular-3th-discount img {
  width: 100%;
  height: 100%;
}

.pricing-item-regular-supergm {
  padding: 20px 0px;
  text-align: center;
  overflow: hidden;
  max-height: 800px;
}

.pricing-item-regular-1st {
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
}

.pricing-item-regular-1st ul {
  padding-top: 50px;
  font-family: "Inter SemiBold", sans-serif;
  padding-bottom: 137px;
}

.monthly-container .pricing-item-regular-1st ul {
  padding-bottom: 54px;
}

.pricing-item-regular-1st ul li {
  padding-left: 15px;
  text-align: left !important;
}

.pricing-item-regular-2nd,
.pricing-item-regular-4th {
  border-left: none;
  border-right: none;
}

.pricing-item-regular-last {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.pricing-item-regular-allround {
  border-radius: 50px;
}

.pricing-item-regular span.price {
  font-size: 40px;
  color: #fff;
  position: absolute;
  font-weight: 700;
  z-index: 1;
  left: 30px;
  top: 30px;
}

.pricing-item-regular h4 {
  font-size: 24px;
  font-family: "Inter SemiBold", sans-serif;
  margin-bottom: 15px;
}

.pricing-item-regular h2 {
  font-size: 42px;
  margin-bottom: 10px;
  color: #1f1f25;
  letter-spacing: -0.02em;
}

.pricing-item-regular h2 span {
  color: #b7b7b7;
}

.pricing-item-regular p {
  font-size: 17px;
  font-family: "Inter Regular", sans-serif;
  color: #737373;
  margin-left: 3px;
}

.pricing-item-regular .billed-yearly {
  color: #737373;
}

.pricing-item-regular .billing-month-yearly {
  margin-top: 16px;
  color: #737373;
  margin-left: 5px;

}

.pricing-item-regular .billing-month-yearly-mobile {
  color: #737373;
  font-size: 18px !important;
  margin-left: 5px;

}

.pricing-item-regular-allround h1 {
  font-size: 30px;
}

.pricing-item-regular .combo-coins {
  font-size: 40px;
  margin-bottom: 0px;
}

.pricing-item-regular .combo-green {
  color: #358c65;
  font-size: 30px;
  margin-right: 10px;
  margin-top: 13px;
  margin-bottom: 0px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.pricing-item-regular .combo-monthly-price {
  font-size: 30px;
  font-weight: 700;
}

.pricing-item-regular .combo-yearly-price {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px !important;
}
.section-heading-combo {
  margin-bottom: 6rem !important;
}
.section-heading-combo h3 {
  width: 100% !important;
  margin-top: 20px !important;
  color: #788078 !important;
  font-size: 24px !important;
}
.frame-container {
  padding: 0 !important;
  border: 1px solid #358c65;
  margin-top: -71px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
.pricing-item-regular-allround_header, .pricing-item-regular-allround_header_master{
  background-image: url("../images/Frame_5662.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 90px;
  gap: 7px;
  padding: 10px 0;
}

.pricing-item-regular-allround_header {
  border-radius: 48px 48px 0 0;
}

.frame-heading {
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
}

.pricing-item-regular-allround_body {
  padding: 40px 0px 20px;
  margin-top: -42px;
  background-color: #fff;
  border-top: 1px solid #358c65;
  border-radius: 50px;
}

.pricing-item-regular .combo-info {
  margin-bottom: 15px;
}

.combo-plan-info .tooltip-table {
  visibility: hidden;
  width: 480px;
  background: #ffffff;
  box-shadow: 0px 8px 32px rgba(122, 122, 122, 0.4);
  border-radius: 16px;
  border: none;
  color: #1f1f25;
  text-align: center;
  padding: 5px 2px;
  position: absolute;
  z-index: 30000;
  margin-top: -10px;
  left: 31%;
  overflow: hidden;
}

.combo-plan-info-mobile {
  display: none;
}

@media (max-width: 900px) {
  .frame-container-3th{
    top:-20px
  }
}
@media (max-width: 500px) {
  .pricing-item-regular-3th-discount{
    top:-15px;
    right: 0;
  }

  .combo-plan-info .tooltip-table {
    display: none;
  }
  .combo-plan-info {
    display: none;
  }
  .combo-plan-info-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

}

.combo-monthly-billing {
  margin-bottom: 15px !important;
}

.combo-yearly-billing {
  margin-bottom: 0px !important;
}

.billing-month-yearly-combo {
  margin-top: 5px;
  color: #737373;
  margin-left: 5px;
}

.combo-plan-info-2nd .tooltip-table {
  left: 55% !important;
}

.combo-plan-info-3rd .tooltip-table {
  left: 55% !important;
  margin-top: 0px;
}

.combo-plan-info {
  margin-bottom: 15px;
}

.combo-plan-info .tooltip-table th,
.combo-plan-info .tooltip-table td {
  padding: 10px 20px;
  font-size: 14px;
}

.combo-plan-info .tooltip-table td {
  font-size: 14px;
  text-align: center;
}

.combo-plan-info .tooltip-table th {
  font-size: 14px;
  width: 300px;
  padding: 10px 10px 10px 20px;
}

.combo-plan-info .info-icon:hover {
  color: #358c65;
  cursor: pointer;
}

.combo-plan-info .info-icon:hover + .tooltip-table {
  visibility: visible;
}

.price-sub {
  margin-right: 3px;
  color: #959d99 !important;
}

.pricing-item-regular .icon img {
  width: 120px;
  height: 106px;
  margin-bottom: 30px;
}

.pricing-item-regular ul {
  max-width: 420px;
}

.pricing-item-regular ul li {
  color: #1f1f25;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #dfdfe0;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 50px;
}


.pricing-item-regular ul li:nth-child(3) {
 height: 126px;
}

.pricing-item-regular ul li:nth-child(3) img {
  margin-top: 22px;
}

.pricing-item-regular ul li:nth-child(1) {
  height: 100px;
}

.pricing-item-regular ul li:first-child {
  border-top: 1px solid #dfdfe0;
}

.pricing-item-regular ul li.non-function {
  color: #afafaf;
  text-decoration: line-through;
}
div.mns-description{
  font-style: italic;
  font-size: 13px;
  padding: 4px;

}
.pricing-item-regular .white-button {
  position: relative;
  z-index: 1;
}

.pricing-item-regular .white-button a {
  color: white !important;
  width: 190px !important;
  height: 55px;
  background-color: #358c65 !important;
}

.pricing-item-regular-supergm .white-button button {
  color: white !important;
  width: 190px !important;
  height: 55px;
  background-color: #358c65 !important;
}

.pricing-item-regular .white-button button {
  color: white !important;
  width: 190px !important;
  height: 55px;
  background-color: #358c65 !important;
}

.pricing-item-regular .white-button a:hover {
  background-color: #207850 !important;
}

.pricing-item-regular .white-button a:active {
  background-color: #235f44 !important;
}

.pricing-item-regular .white-button-disabled a,
.pricing-item-regular .white-button-disabled a:is(:hover, :focus) {
  background-color: #959d99 !important;
  border: 1px solid #959d99 !important;
}

.subscrip-desc h3 {
  font-size: 24px;
  color: #737373;
  font-family: "Inter Medium", sans-serif;
}

.subscrip-desc p {
  font-family: "Inter Regular", sans-serif;
  font-size: 18px;
  color: #1f1f25;
}

.pricing-subsc .section-heading h3 {
  font-family: "Inter Medium", sans-serif;
}

.pricing-subsc-switch .form-switch {
  width: 44px;
  height: 24px;
}

.pricing-subsc-switch .subsc-switch {
  width: 44px;
  height: 24px;
}

.pricing-subsc-switch h6 {
  font-size: 16px;
  font-family: "Inter SemiBold", sans-serif;
  margin-top: 3px;
}

.pricing-subsc-switch .monthly-subsc {
  color: #737373;
}

.pricing-subsc-switch h6 span {
  font-family: "Inter Regular", sans-serif;
  color: #358c65 !important;
  padding: 4px 10px !important;
  background-color: rgba(53, 140, 101, 0.2) !important;
  border-radius: 8px !important;
}

.monthly-container {
  display: none;
}

.subsc-span-elipsis {
  background-image: url("../images/elipsis_pricing_page_gm.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 459px;
  height: 74px;
  padding: 10px 10px;
}

.underline-risk-free {
  background-image: url("../images/underline-risk-free-svg.svg");
  width: 146px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0 5px 10px 5px;
}

.combo-monthly-price-sub {
  margin-top: -3px;
  font-size: 20px;
  color: #959d99;
  font-family: "Inter SemiBold", sans-serif;
}

.combo-yearly-price-sub {
  margin-top: -2px;
  font-size: 15px;
  font-family: "Inter SemiBold", sans-serif;
}

.mobile-yearly-price-sub {
  margin-top: -2px;
  font-size: 14px;
}

.mobile-tooltip-table {
  border-radius: 10px;
}

.mobile-tooltip-table td {
  font-size: 14px;
  text-align: center;
}

.mobile-tooltip-table th {
  font-size: 14px;
}

.mobile-tooltip-table {
  width: 320px;
  margin: 10px auto;
}

.triangle {
  color: #959d99;
}

.expand-btn {
  border: none;
  background-color: transparent;
  outline: none;
}

.close-triangle,
.mobile-tooltip-table {
  display: none;
}

@media (max-width: 535px) {
  .mobile-tooltip-table td,
  .mobile-tooltip-table th {
    padding: 10px 5px !important;
    min-width: 135px;
  }
  .pricing-item-regular .combo-monthly-price {
    font-size: 24px !important;
  }
}

.pricing-item-mobile {
  display: none;
}

@media (max-width: 800px) {
  .pricing-item-mobile {
    display: flex;
  }
  .pricing-item-desk {
    display: none !important;
  }
  .section-heading-combo h3 {
    font-size: 16px !important;
  }
  .section-heading-combo {
    margin-bottom: 15px !important;
  }
}

@media (max-width: 500px) {
  .combo-yearly-buy-btn,
  .combo-monthly-buy-btn {
    font-size: 16px;
    padding: 8px 30px !important;
  }
  .combo-yearly-name,
  .combo-monthly-name,
  .combo-yearly-coins,
  .combo-monthly-coins {
    font-size: 30px !important;
  }
  .combo-green {
    font-size: 25px !important;
    margin-top: 5px !important;
    font-weight: 900 !important;
  }
  #calcBtn {
    display: flex;
    justify-content: center;
  }
}

.mobile-monthly-price-sub {
  font-size: 20px;
  margin-top: -3px;
}

.styled-price-sub {
  font-size: 24px;
  color: #959d99;
  font-weight: 700;
}

.styled-price-sub-mobile {
  font-size: 18px;
  color: #959d99;
  font-family: "Inter SemiBold", sans-serif;
}

.mobile-yearly-billing,
.mobile-monthly-billing {
  margin-bottom: 10px !important;
}

.mobile-yearly-name,
.mobile-monthly-name {
  font-size: 28px !important;
}

.mobile-yearly-buy-btn,
.mobile-monthly-buy-btn {
  font-size: 16px;
  padding: 8px 30px !important;
}

.pricing-item-mobile .pricing-item-regular .combo-info {
  margin-bottom: 10px;
}
/* 
---------------------------------------------
One time
---------------------------------------------
*/

.one-time-tables {
  padding-top: 60px;
}

.one-time-tables .section-heading {
  text-align: center;
  margin-bottom: 50px;
}

.one-time-tables .section-heading h1 {
  margin-top: 10px;
  font-size: 64px;
  font-weight: 700;
  width: 100%;
}

.one-time-tables .section-heading h3 {
  margin-top: 10px;
  color: #737373;
  font-size: 24px;
  font-family: "Inter Medium", sans-serif;
}

.monthly-bonus {
  display: none;
}

@media (max-width: 1399px) and (min-width: 991px) {
  .pricing-item-regular .white-button a {
    width: inherit;
  }
  .pricing-item-regular .white-button {
    margin-top: 0px;
    
  }
  .yearly-gm .white-button {
    margin-top: 25px;
    margin-bottom: 50px;
  }
  .premium-month-btn {
    margin-top: 10px !important;
  }
  .pricing-item-regular .white-button a {
    color: white !important;
    background-color: #358c65 !important;
  }
}

@media (max-width: 535px) {
  td,
  th {
    padding: 10px 20px 10px 10px !important;
  }
}

@media (max-width: 991px) and (min-width: 767px) {
  .pricing-tables .section-heading h1 {
    margin-top: 150px;
  }
}

@media (max-width: 1400px) and (min-width: 1200px) {
  .master-year-btn {
    margin-top: 20px;
  }
  .gm-year-btn {
    margin-top: 10px;
  }
}

@media (max-width: 1119px) and (min-width: 768px) {
  .standard-item-monthly {
    margin-bottom: 68px !important;
  }
  .standard-item {
    margin-bottom: 42px !important;
  }
}

@media (max-width: 991px) {
  .pricing-item-regular {
    margin: 10px 10px;
  }
}

@media (max-width: 480px) {
  .tax-disclaimer {
    font-size: 12px;
    width: 92%;
  }

  .one-time-tables .section-heading h1 {
    font-size: 30px;
  }
  .one-time-tables .section-heading h3 {
    font-size: 18px;
  }
  .section-heading h2 {
    font-size: 30px !important;
  }
  .coins-info .section-heading h4 {
    text-align: center;
    font-size: 30px !important;
  }
  .coins-info .section-heading,
  .coins-info p {
    font-size: 14px;
  }
  .coins-info .section-heading h6 {
    font-size: 18px;
    text-align: center;
  }
  .accordion-item .accordion-header .accordion-button {
    font-size: 18px !important;
  }
  .accordion-item {
    margin-bottom: 15px;
  }
  .accordion-body {
    font-size: 14px;
    font-family: "Inter SemiBold", sans-serif;
  }
  .pricing-tables .section-heading h1 {
    font-size: 30px;
  }
  .pricing-tables .section-heading h3 {
    font-size: 18px;
  }
  .pricing-item-regular h2 {
    font-size: 36px;
  }
  .pricing-item-regular ul li {
    font-size: 14px;
  }
  .pricing-item-regular ul li div span {
    font-size: 12px;
  }
  .pricing-item-regular .white-button {
    margin-top: 10px !important;
  }
  .pricing-item-regular .white-span {
    margin-top: 10px !important;
  }
  .pricing-item-regular .white-button a {
    width: fit-content;
    padding: 5px 0px !important;
    font-size: 16px;
    height: 40px !important;
  }
  #notSignedSliderSubmit,
  #sliderSubmit {
    height: 50px;
    padding-top: 12px !important;
  }

  .pricing-item-regular .white-span span {
    width: fit-content;
    padding: 14px 64px !important;
  }
  .pricing-item-regular ul {
    margin-left: 22px;
  }
  .subscrip-desc p {
    font-size: 14px;
  }
  .subscrip-desc h3 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .payment-faq,
  .coins-info,
  .one-time-tables,
  .ambassadors-pricing-pg {
    padding-top: 50px !important;
  }
  .payment-faq .section-heading {
    padding-bottom: 0px;
  }
}

.pricing-item-regular .monthly-price-old,
.pricing-item-regular .monthly-price-span-old,
.pricing-item-regular .yearly-price-old,
.pricing-item-regular .yearly-price-span-old {
  font-size: 24px !important;
  color: rgba(31, 31, 37, 0.3);
  position: relative;
}

.pricing-item-regular .negate-yearly {
  background-image: url("../images/negate.svg");
  width: 70px;
  height: 45px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.pricing-item-regular .negate-monthly {
  background-image: url("../images/negate.svg");
  width: 70px;
  height: 45px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.pricing-item-regular .negate-yearly-mobile {
  margin-top: 0px;
  width: 75px;
}
.pricing-item-regular-4th .billing-month-yearly {
  margin-left: 5px !important;
}

.pricing-item-regular .negate-monthly-mobile {
  margin-top: 0px;
  width: 75px;
}

.yearly-billing-discounted,
.monthly-price-discounted,
.combo-yearly-billing-discounted,
.combo-monthly-price-discounted {
  font-size: 24px !important;
}

.yearly-sub-pr-disc,
.monthly-price-sub-discounted,
.combo-monthly-price-sub-discounted {
  font-size: 18px !important;
  margin-top: -3px !important;
}

.billing-month-yearly-disc {
  margin-top: 2px !important;
}

.mobile-yearly-billing-discounted,
.mobile-monthly-price-discounted {
  font-size: 20px !important;
}

.pricing-item-regular .billing-month-yearly-mobile-dics {
  font-size: 14px !important;
}

.mobile-yearly-billing-discounted .mobile-yearly-sub-pr,
.mobile-monthly-price-sub-discounted {
  font-size: 15px !important;
}

.mobile-monthly-price-sub-discounted {
  margin-top: -3px;
}

.negate-yearly-combo,
.negate-monthly-combo {
  width: 90px !important;
  height: 40px !important;
  margin-top: 0px !important;
}

.negate-monthly-combo {
  margin-left: -15px !important;
}

.billing-month-yearly-cmb-disc {
  margin-top: 2px !important;
  margin-left: 25px !important;
}

.mt-58 {
  margin-top: 58px !important;
}

.blank-space {
  padding-bottom: 40px;
}

.pricing-dicount {
  background-image: url("../images/discount.svg");
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 3;
  margin-top: -40px;
  margin-left: 220px;
}

@media (max-width: 1399px) {
  .pricing-dicount {
    margin-left: 160px;
  }
}

@media (max-width: 991px) {
  .pricing-dicount {
    margin-left: 220px;
  }
}

@media (max-width: 767px) {
  .pricing-dicount {
    margin-left: 400px;
  }
}

@media (max-width: 480px) {
  .pricing-dicount {
    margin-left: 330px;
  }
  .ambassadors-pricing-pg-item .ambass-pricing-pg-img3,
  .ambassadors-pricing-pg-item .ambass-pricing-pg-img2,
  .ambassadors-pricing-pg-item .ambass-pricing-pg-img1,
  .ambassadors-pricing-pg-item .ambass-pricing-pg-img0 {
    width: 250px !important;
    height: 240px !important;
  }
}

@media (max-width: 430px) {
  .pricing-dicount {
    margin-left: 300px;
  }
}

@media (max-width: 415px) {
  .pricing-dicount {
    margin-left: 250px;
  }
}

@media (max-width: 380px) {
  .pricing-dicount {
    margin-left: 200px;
  }
}

.mobile-free-btn .white-button a {
  padding: 5px 0px !important;
  font-size: 16px;
  height: 40px !important;
}

.yearly-sub-pr {
  position: relative;
  font-size: 32px;
  color: #959d99 !important;
  margin-top: 3px;
}

.mobile-yearly-sub-pr {
  position: relative;
  font-size: 18px;
  color: #959d99 !important;
  margin-top: -2px;
}

.combo-yearly-sub-pr {
  position: relative;
  font-size: 18px;
  color: #959d99 !important;
  margin-top: -2px;
}



.pricing-col {
  position: relative;
}

.yearly-discount {
  position: absolute;
  background-image: url("../images/discount-20.svg");
  width: 100px;
  height: 65px;
  top: -25;
  margin-left: 190px;
  z-index: 3;
  background-repeat: no-repeat;
  background-size: contain;
}

.yearly-discount-combo {
  width: 125px;
  height: 90px;
  top: -30;
  margin-left: 320px;
}

@media (max-width: 450px) {
  .yearly-discount-combo {
    width: 100px;
    height: 80px;
    top: -15px;
    margin-left: 300px;
  }
}

.monthly-discount {
  position: absolute;
  background-image: url("../images/discount-30.svg");
  width: 100px;
  height: 65px;
  top: -25;
  margin-left: 190px;
  z-index: 3;
  background-repeat: no-repeat;
  background-size: contain;
}

.monthly-discount-combo {
  width: 125px;
  height: 90px;
  top: -30;
  margin-left: 320px;
}

@media (max-width: 450px) {
  .monthly-discount-combo {
    width: 100px;
    height: 80px;
    top: -15px;
    margin-left: 300px;
  }
}

.yearly-discount-mobile {
  margin-left: 300px;
  top: -5;
}

.monthly-discount-mobile {
  margin-left: 300px;
  top: -5;
}

@media (max-width: 400px) {
  .yearly-discount-mobile {
    margin-left: 280px;
  }

  .monthly-discount-mobile {
    margin-left: 280px;
  }
}

.buy-gc {
  padding-left: 10px;
  font-family: "Inter Semibold";
}

.pricing-item-regular-allround_header_master{
  height: 40px;
  padding: 5px 0px;
  margin-bottom: 10px;
  background-image: url("../images/Frame_5663.png");
}

.pricing-item-regular-allround_header_master .frame-heading{
  font-size: 16px;
  font-weight: 600;
}
.border-green{
  border: 1px solid #358c65;

}
.padding-50, .pricing-item-regular-2nd, .pricing-item-regular-1st, .pricing-item-regular-3th, .pricing-item-regular-last{
  padding: 50px 0px 40px;

}
.red-color{
  color: #c00000;
}


