.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

@media (max-width: 1500px) and (min-width: 1100px) {
  .progress-img {
    width: 170px;
  }
  .green-arrow {
    width: 39px;
    height: 35px;
    position: absolute;
    top: 45%;
    right: -38px;
  }
}

@media (max-width: 1100px) and (min-width: 993px) {
  .progress-img {
    width: 180px;
  }
  .green-arrow {
    width: 39px;
    height: 30px;
    position: absolute;
    top: 45%;
    right: -40px;
  }
}

.pt-20{
  padding-top: 20px;
}

.pt-40{
  padding-top: 40px;
}

.pt-60{
  padding-top: 60px;
}

.pt-80{
  padding-top: 80px;
}

.pb-20{
  padding-bottom: 20px;
}

.pb-40{
  padding-bottom: 40px;
}

.pb-60{
  padding-bottom: 60px;
}

.pb-80{
  padding-bottom: 80px;
}

.ptb-20{
  padding-top: 20px;
  padding-bottom: 20px;
}

.ptb-40{
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-60{
  padding-top: 60px;
  padding-bottom: 60px;
}

.ptb-80{
  padding-top: 80px;
  padding-bottom: 80px;
}

.mt-20{
  margin-top: 20px;
}

.mt-40{
  margin-top: 40px;
}

.mt-60{
  margin-top: 60px;
}

.mt-80{
  margin-top: 80px;
}

.mb-20{
  margin-bottom: 20px;
}

.mb-40{
  margin-bottom: 40px;
}

.mb-60{
  margin-bottom: 60px;
}

.mb-80{
  margin-bottom: 80px;
}

.mtb-20{
  margin-top: 20px;
  margin-bottom: 20px;
}

.mtb-40{
  margin-top: 40px;
  margin-bottom: 40px;
}

.mtb-60{
  margin-top: 60px;
  margin-bottom: 60px;
}

.mtb-80{
  margin-top: 80px;
  margin-bottom: 80px;
}

@media (max-width: 465px) {
  .based-text {
    font-size: 14px !important;
  }
}

@media (max-width: 993px) {
  h2 {
    font-size: 25px;
  }
}

.smartplayer-elements-container {
  background-image: url("statics/img/gif1_desktop_fap.webp") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.smartplayer-autoplay-element-animated {
  display: none !important;
}

@media (max-width: 993px) {
  .smartplayer-elements-container {
    background-image: url("statics/img/gif1_mobile_fap.webp") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
}

@media (orientation: landscape) {
  .up_container {
    padding-bottom: 54.9% !important;
  }
}

@media (orientation: landscape) {
  .up_container .player-wrapper {
    padding-bottom: 54.9% !important;
  }
}

@media (orientation: portrait) {
  .up_container {
    padding-bottom: 167.2% !important;
  }
}

.green-arrow {
  width: 39px;
  height: 39px;
  position: absolute;
  top: 45%;
  right: -40px;
}

.gap-mobile {
  gap: 40px;
}

@media (max-width: 993px) {
  .green-arrow {
    width: 20px;
    height: 20px;
    right: -10px;
  }

  .gap-mobile {
    gap: 0px;
  }
}

.progress-img {
  width: 220px;
  position: relative;
}

@media (max-width: 700px) {
  .progress-img {
    width: 520px;
    height: 130px;
    position: relative;
  }
}

@media (max-width: 1500px) and (min-width: 1100px) {
  .progress-img {
    width: 170px;
  }
  .green-arrow {
    width: 39px;
    height: 35px;
    position: absolute;
    top: 45%;
    right: -38px;
  }
}

@media (max-width: 1100px) and (min-width: 993px) {
  .progress-img {
    width: 180px;
  }
  .green-arrow {
    width: 39px;
    height: 30px;
    position: absolute;
    top: 45%;
    right: -40px;
  }
}

@media (max-width: 465px) {
  .based-text {
    font-size: 14px !important;
  }
}

.guarantee-bg {
  background-color: var(--secondary-color-light);
  padding: 60px;
}

.badges-bg {
  background-color: var(--secondary-color-dark);
}

.md-width {
  max-width: 70% !important;
}
@media (max-width: 993px) {
  .guarantee-bg {
    background-color: var(--secondary-color-light);
    padding: 40px 20px 40px 20px;
  }
  .white-bonus-bg {
    background-color: #ffffff;
    padding: 13px 20px 13px 20px;
  }

  .bonus-section {
    flex-direction: column;
    align-items: center;
  }
}

.white-bonus-bg {
  background-color: #ffffff;
  padding: 40px 30px 40px 50px;
}

.strikethrough {
  position: relative;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 3px solid;
  border-color: #e7303f;
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  transform: rotate(25deg);
}

.bonus-section {
  display: flex;
  gap: 60px;
}

.testimonial-face {
  max-height: 90px;
}
.testimonial-stars {
  max-width: 136px;
  position: relative;
  top: -3px;
}

.gp-1 {
  gap: 10px;
}
.gp-2 {
  gap: 20px;
}
.gp-3 {
  gap: 30px;
}
.gp-4 {
  gap: 40px;
}
.gp-5 {
  gap: 50px;
}
.gp-6 {
  gap: 60px;
}

/* Footer definitions */
/* Footer Section  */

.footer-top-bg {
  background-color: var(--primary-color-dark);
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-middle-bg {
  background-color: var(--secondary-color-light);
  color: #000;
}
.footer-bottom-bg {
  background-color: var(--secondary-color-light);
}
.footer-wrapper .footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0px -25px 0px -25px;
  padding: 10px;
  padding-left: 0px;
  padding-right: 0px;
  font-weight: bold;
}
.footer-wrapper .footer-menu .footer-menu-links {
  list-style: none;
  display: inline-block;
  padding: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  font-family: bold-font;
}
@media (min-width: 993px) {
  .special-flex-7 {
    flex: 0 0 55%;
    max-width: 55%;
  }
  .special-flex-5 {
    flex: 0 0 45%;
    max-width: 45%;
  }

  .ing-box {
    height: 125px;
  }
  .footer-wrapper {
    background-color: var(--footer-background-color);
    background-size: 100% auto;
  }
  .footer-wrapper .footer-menu .footer-menu-links A {
    text-decoration: none;
  }
  .footer-wrapper .footer-menu .footer-menu-links A:hover {
    text-decoration: none;
    color: var(--secondary-color-light);
  }
}

.footer-menu .footer-menu-links {
  text-align: center;
  padding: 5px;
}
.footer-logo {
  left: -20%;
}
.footer-menu .footer-menu-links a {
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 32px;
  font-weight: bold;
  font-family: "Nunito Sans";
}
.footer-menu .footer-menu-links a:hover {
  color: #8c9292;
}
.footer-main-section p {
  font-size: 14px;
  color: #000000;
  letter-spacing: -0.1px;
  font-weight: 300;
  text-align: justify;
}
a.footer-link {
  color: #000000;
  font-size: 14px;
}

.copyright h3 {
  font-size: 16px;
  color: #000000;
}

.bg-text-disclaimer {
  color: #000000 !important ;
}

footer #disclaimer .main.container > div {
  background-color: transparent !important;
  box-shadow: none !important;
}

footer p {
  font-size: 0.75rem;
}

@media (max-width: 500px) {
  .font-mobile-medium {
    font-size: 22px;
  }
  .mob-py {
    padding: 30px 0px 0px !important;
  }

  .md-width {
    max-width: 100% !important;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .pt-2-mobile {
    padding-top: 2rem !important;
  }

  .my-2-mobile {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .mt-2-mobile {
    margin-top: 2rem !important;
  }

  .white-bonus-bg {
    padding: 20px !important;
  }

  .bonus-block {
    width: 100%;
    text-align: center !important;
    justify-content: center;
  }

  .bonus-section {
    gap: 8px;
  }
}
