/*6pp app css starts here*/

@font-face {
  font-family: "Binjay";
  src: url("./fonts/Binjay.woff2") format("woff2"),
    url("./fonts/Binjay.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("./fonts/Roboto-Regular.woff2") format("woff2"),
    url("./fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("./fonts/Roboto-Medium.woff2") format("woff2"),
    url("./fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("./fonts/Roboto-Bold.woff2") format("woff2"),
    url("./fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("./fonts/Poppins-Bold.woff2") format("woff2"),
    url("./fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a {
  margin: 0;
}

a {
  text-decoration: none ;
  display: inline;
  color: inherit;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
.wrapper-6pp-success {
  background-color: #101010;
  font-family: "Roboto";
  font-weight: 400;
  color: #ffffff;
}

@media only screen and (min-width: 1500px) {
  .wrapper-6pp-success .abworkout-container {
    max-width: 1440px;
    padding: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1499px) {
  .wrapper-6pp-success .abworkout-container {
    width: calc(100% - 80px);
    max-width: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrapper-6pp-success .abworkout-container {
    width: calc(100% - 60px);
    max-width: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wrapper-6pp-success .abworkout-container {
    width: calc(100% - 40px);
    max-width: none;
  }
}

.wrapper-6pp-success .abptb-150 {
  padding: 150px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .wrapper-6pp-success .abptb-150 {
    padding: 110px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .wrapper-6pp-success .abptb-150 {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper-6pp-success .abptb-150 {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-6pp-success .abptb-150 {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-6pp-success .abptb-150 {
    padding: 35px 0;
  }
}

.wrapper-6pp-success .abpt-150 {
  padding-top: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .wrapper-6pp-success .abpt-150 {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 1199px) {
  .wrapper-6pp-success .abpt-150 {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper-6pp-success .abpt-150 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-6pp-success .abpt-150 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-6pp-success .abpt-150 {
    padding-top: 35px;
  }
}

.wrapper-6pp-success .abpb-150 {
  padding-bottom: 150px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .wrapper-6pp-success .abpb-150 {
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 1199px) {
  .wrapper-6pp-success .abpb-150 {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper-6pp-success .abpb-150 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-6pp-success .abpb-150 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-6pp-success .abpb-150 {
    padding-bottom: 35px;
  }
}

.wrapper-6pp-success .abmb-150 {
  margin-bottom: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .wrapper-6pp-success .abmb-150 {
    margin-bottom: 110px;
  }
}
@media only screen and (max-width: 1199px) {
  .wrapper-6pp-success .abmb-150 {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper-6pp-success .abmb-150 {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-6pp-success .abmb-150 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-6pp-success .abmb-150 {
    margin-bottom: 35px;
  }
}

.wrapper-6pp-success .abfont-binjoy {
  font-family: "Binjay";
}
.wrapper-6pp-success .abroboto-medium {
  font-weight: 500;
}
.wrapper-6pp-success .abroboto-bold {
  font-weight: 700;
}

.wrapper-6pp-success .abfont-56 {
  font-size: 56px;
  line-height: 68px;
}
@media only screen and (max-width: 1499px) {
  .wrapper-6pp-success .abfont-56 {
    font-size: 50px;
    line-height: 62px;
  }
}
@media only screen and (max-width: 1199px) {
  .wrapper-6pp-success .abfont-56 {
    font-size: 38px;
    line-height: 48px;
  }
}

.wrapper-6pp-success .abfont-40 {
  font-size: 40px;
  line-height: 40px;
}

@media only screen and (max-width: 1199px) {
  .wrapper-6pp-success .abfont-40 {
    font-size: 32px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 991px) {
  .wrapper-6pp-success .abfont-40 {
    font-size: 28px;
    line-height: 34px;
  }
}

@media only screen and (max-width: 575px) {
  .wrapper-6pp-success .abfont-40 {
    font-size: 24px;
    line-height: 32px;
  }
}

.wrapper-6pp-success .abfont-22 {
  font-size: 22px;
  line-height: 32px;
}

@media only screen and (max-width: 1199px) {
  .wrapper-6pp-success .abfont-22 {
    font-size: 18px;
    line-height: 28px;
  }
}

.wrapper-6pp-success .abfont-18 {
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (max-width: 1199px) {
  .wrapper-6pp-success .abfont-18 {
    font-size: 16px;
    line-height: 26px;
  }
}

.wrapper-6pp-success .abfont-orange {
  color: #ff5500;
}

.wrapper-6pp-success .abbr-24 {
  border-radius: 24px;
}

@media only screen and (max-width: 991px) {
  .wrapper-6pp-success .abfont-24 {
    border-radius: 20px;
  }
}

.wrapper-6pp-success .ab-banner-section {
  position: relative;
  overflow: hidden;
}
.wrapper-6pp-success .ab-banner-section:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 992px;
  height: 699px;
  background: url("./img/webp/banner-bg.webp") no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 1199px) {
  .wrapper-6pp-success .ab-banner-section:before {
    background: url("./img/webp/tablet/banner-bg.webp") no-repeat;
    background-size: 80%;
    background-position: right top;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-6pp-success .ab-banner-section:before {
    background: url("./img/webp/mobile/banner-bg.webp") no-repeat;
    background-size: 80%;
    background-position: right top;
  }
}

@media only screen and (max-width: 575px) {
  .wrapper-6pp-success .ab-banner-section:before {
    opacity: 0.3;
  }
}

.wrapper-6pp-success .ab-banner-section .banner-wrapper {
  position: relative;
  z-index: 2;
}

.wrapper-6pp-success
  .ab-banner-section
  .banner-wrapper
  .middle-img-wrap
  .mobtext {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 16.875rem;
  line-height: 25.313rem;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.1;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1699px) {
  .wrapper-6pp-success
    .ab-banner-section
    .banner-wrapper
    .middle-img-wrap
    .mobtext {
    font-size: 12.875rem;
    line-height: 16.313rem;
  }
}

@media only screen and (max-width: 1199px) {
  .wrapper-6pp-success
    .ab-banner-section
    .banner-wrapper
    .middle-img-wrap
    .mobtext {
    font-size: 8.875rem;
    line-height: 12.313rem;
  }
}

@media only screen and (max-width: 991px) {
  .wrapper-6pp-success
    .ab-banner-section
    .banner-wrapper
    .middle-img-wrap
    .mobtext {
    font-size: 6.375rem;
    line-height: 8.313rem;
  }
}

@media only screen and (max-width: 575px) {
  .wrapper-6pp-success
    .ab-banner-section
    .banner-wrapper
    .middle-img-wrap
    .mobtext {
    position: relative;
    top: 0;
    transform: none;
    font-size: 3.375rem;
    line-height: 5.313rem;
    margin-top: 15px;
  }
}

.wrapper-6pp-success
  .ab-banner-section
  .banner-wrapper
  .middle-img-wrap
  .img-wrap {
  max-width: 387px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .wrapper-6pp-success
    .ab-banner-section
    .banner-wrapper
    .middle-img-wrap
    .img-wrap
    img {
    max-width: 80%;
  }
}

.wrapper-6pp-success .ab-banner-section .banner-wrapper .work-numb-outer {
  max-width: 610px;
  margin: 0 auto;
}

.wrapper-6pp-success .ab-banner-section .banner-wrapper .work-numbers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 50px;
}

@media only screen and (max-width: 1199px) {
  .wrapper-6pp-success .ab-banner-section .banner-wrapper .work-numbers {
    grid-gap: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-6pp-success .ab-banner-section .banner-wrapper .work-numbers {
    grid-gap: 15px;
  }
}
.wrapper-6pp-success .ab-banner-section .banner-wrapper .work-numbers .item {
  border: 1px solid #ff5500;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 575px) {
  .wrapper-6pp-success .ab-banner-section .banner-wrapper .work-numbers .item {
    padding: 15px 20px;
  }
}

/*6pp about section css starts here*/
.wrapper-6pp-success .ababout-section {
  position: relative;
}
.wrapper-6pp-success .ababout-section:before {
  content: "";
  position: absolute;
  background: url("./img/webp/about-bg.webp") no-repeat center;
  background-size: contain;
  width: 100%;
  height: 780px;
  top: 50%;
  transform: translateY(-50%);
}

.wrapper-6pp-success .ababout-section:before {
  background: url("./img/webp/tablet/about-bg.webp") no-repeat center;
}

@media only screen and (max-width: 767px) {
  .wrapper-6pp-success .ababout-section:before {
    display: none;
  }
}
.wrapper-6pp-success .ababout-section .about-abworkout {
  background: linear-gradient(
    180deg,
    rgba(16, 16, 16, 1) 0%,
    rgba(40, 40, 40, 1) 100%
  );
}
.wrapper-6pp-success .ababout-section .abworkout-container {
  position: relative;
  z-index: 2;
}
.wrapper-6pp-success .ababout-section .about-abworkout .content-wrap {
  padding: 30px 40px 0;
}
@media only screen and (max-width: 575px) {
  .wrapper-6pp-success .ababout-section .about-abworkout .content-wrap {
    padding: 15px 20px 0;
  }
}

.wrapper-6pp-success .ababout-section .about-abworkout .content-wrap .img-wrap {
  max-width: 418px;
  margin: 30px auto 0;
}
.wrapper-6pp-success .ababout-section .orange-box {
  padding: 78px;
  background-color: #ff5500;
}

@media only screen and (max-width: 1199px) {
  .wrapper-6pp-success .ababout-section .orange-box {
    padding: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .wrapper-6pp-success .ababout-section .orange-box {
    padding: 35px;
  }
}

@media only screen and (max-width: 575px) {
  .wrapper-6pp-success .ababout-section .orange-box {
    padding: 20px;
  }
}

/*6pp about section css ends here*/

/*6pp ab specifications section css starts here*/
.wrapper-6pp-success .ab-specifications .ab-specs-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .wrapper-6pp-success .ab-specifications .ab-specs-wrapper {
    gap: 15px;
  }
}
.wrapper-6pp-success .ab-specifications .ab-specs-wrapper .item-club {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}

@media only screen and (max-width: 767px) {
  .wrapper-6pp-success .ab-specifications .ab-specs-wrapper .item-club {
    grid-gap: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .wrapper-6pp-success .ab-specifications .ab-specs-wrapper .item-club {
    grid-template-columns: 1fr;
  }
}

.wrapper-6pp-success .ab-specifications .ab-specs-wrapper .item .inner-item {
  overflow: hidden;
  position: relative;
}
.wrapper-6pp-success
  .ab-specifications
  .ab-specs-wrapper
  .item
  .inner-item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #ff5500;
}
.wrapper-6pp-success
  .ab-specifications
  .ab-specs-wrapper
  .item
  .inner-item.clr-div {
  background-color: #202020;
  padding: 90px 40px;
}

@media only screen and (max-width: 1199px) {
  .wrapper-6pp-success
    .ab-specifications
    .ab-specs-wrapper
    .item
    .inner-item.clr-div {
    padding: 50px 30px 90px;
  }
}

@media only screen and (max-width: 991px) {
  .wrapper-6pp-success
    .ab-specifications
    .ab-specs-wrapper
    .item
    .inner-item.clr-div {
    padding: 30px 30px 90px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-6pp-success
    .ab-specifications
    .ab-specs-wrapper
    .item
    .inner-item.clr-div {
    padding: 25px 20px 90px;
  }
}

@media only screen and (max-width: 1199px) {
  .wrapper-6pp-success
    .ab-specifications
    .ab-specs-wrapper
    .item
    .inner-item.clr-div.last {
    padding: 50px 30px;
  }
}

@media only screen and (max-width: 991px) {
  .wrapper-6pp-success
    .ab-specifications
    .ab-specs-wrapper
    .item
    .inner-item.clr-div.last {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-6pp-success
    .ab-specifications
    .ab-specs-wrapper
    .item
    .inner-item.clr-div.last {
    padding: 25px 20px 35px;
  }
}

.wrapper-6pp-success
  .ab-specifications
  .ab-specs-wrapper
  .item
  .inner-item.clr-div
  .img-wrap {
  text-align: center;
}

/*final one*/

.wrapper-6pp-success
  .ab-specifications
  .ab-specs-wrapper
  .item
  .inner-item.clr-div {
  position: relative;
}

.wrapper-6pp-success
  .ab-specifications
  .ab-specs-wrapper
  .item
  .inner-item.clr-div
  .content {
  position: relative;
  z-index: 1;
  background-color: grey;
  overflow: hidden;
}

.wrapper-6pp-success
  .ab-specifications
  .ab-specs-wrapper
  .item
  .inner-item.clr-div
  .carte-button {
  bottom: 44px;
  right: 44px;
  position: absolute;
  z-index: 3;
}

@media only screen and (max-width: 1199px) {
  .wrapper-6pp-success
    .ab-specifications
    .ab-specs-wrapper
    .item
    .inner-item.clr-div
    .carte-button {
    bottom: 35px;
    right: 35px;
  }
}

@media only screen and (max-width: 991px) {
  .wrapper-6pp-success
    .ab-specifications
    .ab-specs-wrapper
    .item
    .inner-item.clr-div
    .carte-button {
    bottom: 25px;
    right: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .wrapper-6pp-success
    .ab-specifications
    .ab-specs-wrapper
    .item
    .inner-item.clr-div
    .carte-button {
    width: 35px;
    height: 35px;
  }
}

.wrapper-6pp-success
  .ab-specifications
  .ab-specs-wrapper
  .item
  .inner-item.clr-div
  .carte {
  position: absolute;
  bottom: 40px;
  padding: 20px;
  left: 0;
  right: 60px;
  background-color: rgba(62, 62, 62, 0.25);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border-radius: 24px;
  width: calc(100% - 155px);
  height: auto;
  margin: 0 auto;
  transition: all 0.3s linear;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  font-size: 18px;
  line-height: 30px;
}

@media only screen and (max-width: 991px) {
  .wrapper-6pp-success
    .ab-specifications
    .ab-specs-wrapper
    .item
    .inner-item.clr-div
    .carte {
    right: 0;
    bottom: 76px;
    width: calc(100% - 80px);
    font-size: 16px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 480px) {
  .wrapper-6pp-success
    .ab-specifications
    .ab-specs-wrapper
    .item
    .inner-item.clr-div
    .carte {
    width: calc(100% - 50px);
    padding: 15px;
  }
}
.wrapper-6pp-success
  .ab-specifications
  .ab-specs-wrapper
  .item
  .inner-item.clr-div
  .carte-button:hover {
  opacity: 0.35;
  transition: all 0.3s ease-in-out;
}

.wrapper-6pp-success
  .ab-specifications
  .ab-specs-wrapper
  .item
  .inner-item.clr-div
  .carte-button:hover
  + .carte {
  border-top: none;
  bottom: 40px;
  height: auto;
  width: calc(100% - 155px);
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 991px) {
  .wrapper-6pp-success
    .ab-specifications
    .ab-specs-wrapper
    .item
    .inner-item.clr-div
    .carte-button:hover
    + .carte {
    bottom: 76px;
    width: calc(100% - 80px);
  }
}

@media only screen and (max-width: 480px) {
  .wrapper-6pp-success
    .ab-specifications
    .ab-specs-wrapper
    .item
    .inner-item.clr-div
    .carte-button:hover
    + .carte {
    width: calc(100% - 50px);
  }
}

/*6pp ab specifications section css ends here*/

/*6pp challenges section css starts here*/
.wrapper-6pp-success ul.lists li {
  position: relative;
  padding-left: 35px;
  margin: 0 0 30px;
}

@media only screen and (max-width: 1199px) {
  .wrapper-6pp-success ul.lists li {
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-6pp-success ul.lists li {
    margin: 0 0 10px;
  }
}
.wrapper-6pp-success ul.lists li:last-child {
  margin: 0;
}
.wrapper-6pp-success ul.lists li:before {
  content: "";
  position: absolute;
  background: url("./img/checkbox.svg") no-repeat;
  background-size: cover;
  width: 21px;
  height: 21px;
  top: 4px;
  left: 0;
}
@media only screen and (max-width: 480px) {
  .wrapper-6pp-success ul.lists li:before {
    width: 18px;
    height: 18px;
  }
}

.wrapper-6pp-success ul.lists-two li {
  position: relative;
  padding-left: 30px;
  margin: 0 0 15px;
}

@media only screen and (max-width: 991px) {
  .wrapper-6pp-success ul.lists-two li {
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-6pp-success ul.lists-two li {
    margin: 0 0 6px;
    padding-left: 25px;
  }
}

.wrapper-6pp-success ul.lists-two li:last-child {
  margin: 0;
}
.wrapper-6pp-success ul.lists-two li:before {
  content: "";
  position: absolute;
  border: 1px solid #ff5500;
  border-radius: 99em;
  width: 14px;
  height: 14px;
  top: 7px;
  left: 0;
}

.wrapper-6pp-success .abrightside {
  max-width: 891px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media only screen and (max-width: 1499px) {
  .wrapper-6pp-success .abrightside {
    max-width: none;
  }
}

@media only screen and (max-width: 1199px) {
  .wrapper-6pp-success .abrightside {
    gap: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-6pp-success .abrightside {
    gap: 20px;
  }
}

/*6pp challenges section css ends here*/

/*6pp features section css starts here*/
.wrapper-6pp-success .ab-features-section {
  width: 100%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1499px) {
  .wrapper-6pp-success .ab-features-section {
    margin-bottom: 50px;
  }
}

.wrapper-6pp-success .ab-features-section p {
  margin: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wrapper-6pp-success .ab-features-section {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrapper-6pp-success .ab-features-section {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-6pp-success .ab-features-section .left-right-space {
    padding-top: 15px;
  }
}
.wrapper-6pp-success .ab-features-section .challenges-steps {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 0 auto -70px;
}

.wrapper-6pp-success .ab-features-section .challenges-steps .challenges-cards {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 20px;
  border-radius: 24px;
}
@media only screen and (max-width: 575px) {
  .wrapper-6pp-success
    .ab-features-section
    .challenges-steps
    .challenges-cards {
    border-radius: 9px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wrapper-6pp-success
    .ab-features-section
    .challenges-steps
    .challenges-cards {
    border-radius: 16px;
  }
}
.wrapper-6pp-success
  .ab-features-section
  .challenges-steps
  .challenges-cards
  .moreover-media
  .media {
  display: flex;
  flex-direction: column;
}

.wrapper-6pp-success
  .ab-features-section
  .challenges-steps
  .challenges-cards
  .moreover-media
  .moreover-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 99em;
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .wrapper-6pp-success
    .ab-features-section
    .challenges-steps
    .challenges-cards
    .moreover-media
    .moreover-box {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-6pp-success
    .ab-features-section
    .challenges-steps
    .challenges-cards
    .moreover-media
    .moreover-box {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-6pp-success
    .ab-features-section
    .challenges-steps
    .challenges-cards
    .moreover-media
    .moreover-box
    img {
    max-width: 60%;
  }
}
.wrapper-6pp-success
  .ab-features-section
  .challenges-steps
  .challenges-cards
  .moreover-media
  .moreover-text {
  text-align: left;
}

.wrapper-6pp-success
  .ab-features-section
  .challenges-steps
  .challenges-cards:nth-child(even) {
  background-color: #ff5500;
  padding: 35px;
}
@media only screen and (max-width: 767px) {
  .wrapper-6pp-success
    .ab-features-section
    .challenges-steps
    .challenges-cards:nth-child(even) {
    padding: 25px 20px;
  }
}
.wrapper-6pp-success
  .ab-features-section
  .challenges-steps
  .challenges-cards:nth-child(odd) {
  background-color: #202020;
  padding: 35px;
}
@media only screen and (max-width: 767px) {
  .wrapper-6pp-success
    .ab-features-section
    .challenges-steps
    .challenges-cards:nth-child(odd) {
    padding: 25px 20px;
  }
}
.wrapper-6pp-success
  .ab-features-section
  .challenges-steps
  .challenges-cards:nth-child(1) {
  position: sticky;
  top: 80px;
}
.wrapper-6pp-success
  .ab-features-section
  .challenges-steps
  .challenges-cards:nth-child(2) {
  position: sticky;
  top: 100px;
}
.wrapper-6pp-success
  .ab-features-section
  .challenges-steps
  .challenges-cards:nth-child(3) {
  position: sticky;
  top: 120px;
}
.wrapper-6pp-success
  .ab-features-section
  .challenges-steps
  .challenges-cards:nth-child(4) {
  position: sticky;
  top: 140px;
}
.wrapper-6pp-success
  .ab-features-section
  .challenges-steps
  .challenges-cards:nth-child(5) {
  position: sticky;
  top: 160px;
}
/*6pp features section css ends here*/

/*6pp abproduct section css starts here*/
.wrapper-6pp-success .ab-product-section {
  overflow: hidden;
}

.wrapper-6pp-success .ab-product-section .bottomview {
  position: relative;
}
.wrapper-6pp-success .ab-product-section .bottomview:before {
  content: "";
  position: absolute;
  background: url("./img/webp/product-bg.webp") no-repeat;
  width: 100%;
  height: 800px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .wrapper-6pp-success .ab-product-section .bottomview:before {
    display: none;
  }
}

.wrapper-6pp-success .ab-product-section .bottomview .product-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

@media only screen and (max-width: 1199px) {
  .wrapper-6pp-success .ab-product-section .bottomview .product-wrapper {
    gap: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-6pp-success .ab-product-section .bottomview .product-wrapper {
    grid-template-columns: 1fr;
  }
}

.wrapper-6pp-success .ab-product-section .bottomview .product-wrapper .item {
  display: flex;
  flex-direction: column;
  gap: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .wrapper-6pp-success .ab-product-section .bottomview .product-wrapper .item {
    gap: 110px;
  }
}
@media only screen and (max-width: 1199px) {
  .wrapper-6pp-success .ab-product-section .bottomview .product-wrapper .item {
    gap: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper-6pp-success .ab-product-section .bottomview .product-wrapper .item {
    gap: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-6pp-success .ab-product-section .bottomview .product-wrapper .item {
    gap: 30px;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    width: 100%;
    min-width: 100%;
    flex-direction: row;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-6pp-success
    .ab-product-section
    .bottomview
    .product-wrapper
    .item::-webkit-scrollbar {
    height: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-6pp-success
    .ab-product-section
    .bottomview
    .product-wrapper
    .item::-webkit-scrollbar-thumb {
    background-color: #ccc; /* Customize scrollbar color */
    border-radius: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-6pp-success
    .ab-product-section
    .bottomview
    .product-wrapper
    .item::-webkit-scrollbar-track {
    background-color: #202020; /* Customize scrollbar track color */
  }
}

.wrapper-6pp-success
  .ab-product-section
  .bottomview
  .product-wrapper
  .item:nth-child(2) {
  margin-top: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .wrapper-6pp-success
    .ab-product-section
    .bottomview
    .product-wrapper
    .item:nth-child(2) {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 1199px) {
  .wrapper-6pp-success
    .ab-product-section
    .bottomview
    .product-wrapper
    .item:nth-child(2) {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper-6pp-success
    .ab-product-section
    .bottomview
    .product-wrapper
    .item:nth-child(2) {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-6pp-success
    .ab-product-section
    .bottomview
    .product-wrapper
    .item:nth-child(2) {
    margin-top: 0;
  }
}

.wrapper-6pp-success
  .ab-product-section
  .bottomview
  .product-wrapper
  .item
  .img-wrap {
  max-width: 330px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .wrapper-6pp-success
    .ab-product-section
    .bottomview
    .product-wrapper
    .item
    .img-wrap {
    min-width: 40%;
    margin: 0 0 10px;
  }
}

/*6pp abproduct section css ends here*/

/*6pp ab-clientwords-section css starts here*/
@media only screen and (max-width: 767px) {
  .wrapper-6pp-success .ab-clientwords-section .abrightside {
    text-align: center;
  }
}

.wrapper-6pp-success .ab-clientwords-section .logo-wrap {
  background-color: #202020;
  padding: 60px 30px;
  margin-right: 15px;
}

@media only screen and (max-width: 1199px) {
  .wrapper-6pp-success .ab-clientwords-section .logo-wrap {
    padding: 45px 30px;
  }
}

@media only screen and (max-width: 991px) {
  .wrapper-6pp-success .ab-clientwords-section .logo-wrap {
    padding: 35px 15px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-6pp-success .ab-clientwords-section .logo-wrap {
    max-width: 50%;
    margin: 0 auto 30px;
    padding: 20px 15px;
  }
}

.wrapper-6pp-success .ab-clientwords-section .logo-wrap:before {
  content: "";
  position: absolute;
  top: 3px;
  right: -41px;
  background: url("./img/quote.svg") no-repeat;
  width: 82px;
  height: 71px;
}

@media only screen and (max-width: 1499px) {
  .wrapper-6pp-success .ab-clientwords-section .logo-wrap:before {
    background-size: 60%;
  }
}

@media only screen and (max-width: 991px) {
  .wrapper-6pp-success .ab-clientwords-section .logo-wrap:before {
    background-size: 35%;
    background-position: right top;
    right: -5px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-6pp-success .ab-clientwords-section .logo-wrap:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-6pp-success .ab-clientwords-section .logo-wrap .logo {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-6pp-success .ab-clientwords-section .logo-wrap .logo img {
    max-width: 80%;
    margin: 0 auto;
  }
}

.wrapper-6pp-success .ab-clientwords-section .abrightside {
  gap: 15px;
}
@media only screen and (max-width: 991px) {
  .wrapper-6pp-success .ab-clientwords-section .abrightside {
    gap: 10px;
  }
}

.wrapper-6pp-success .ab-clientwords-section .abrightside p {
  font-size: 30px;
  line-height: 55px;
}

@media only screen and (max-width: 1499px) {
  .wrapper-6pp-success .ab-clientwords-section .abrightside p {
    font-size: 26px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 1199px) {
  .wrapper-6pp-success .ab-clientwords-section .abrightside p {
    font-size: 22px;
    line-height: 38px;
  }
}

@media only screen and (max-width: 991px) {
  .wrapper-6pp-success .ab-clientwords-section .abrightside p {
    font-size: 18px;
    line-height: 28px;
  }
}

/*6pp ab-result-section css starts here*/
@media only screen and (max-width: 991px) {
  .wrapper-6pp-success .ab-result-section p {
    text-align: center;
  }
}

.wrapper-6pp-success .ab-result-section p .color-text {
  color: #ff5500;
}
.wrapper-6pp-success .ab-result-section p .color-text sup {
  color: #ffffff;
}
/*6pp ab-result-section css ends here*/

/*6pp ab-imgs-section css starts here*/

@media only screen and (max-width: 767px) {
  .wrapper-6pp-success .ab-imgs-section {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .wrapper-6pp-success .ab-imgs-section {
    margin-top: 35px;
  }
}

.wrapper-6pp-success .ab-imgs-section .img-wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

@media only screen and (max-width: 1199px) {
  .wrapper-6pp-success .ab-imgs-section .img-wrapper {
    gap: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-6pp-success .ab-imgs-section .img-wrapper {
    gap: 15px;
  }
}

/*6pp ab-imgs-section css ends here*/

/*6pp ab-techstack-section css starts here*/
.wrapper-6pp-success .ab-techstack-section .techstack-main ul {
  justify-content: space-between;
}
@media only screen and (max-width: 480px) {
  .wrapper-6pp-success .ab-techstack-section .techstack-main ul {
    gap: 15px;
    flex-wrap: nowrap !important;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-6pp-success
    .ab-techstack-section
    .techstack-main
    ul::-webkit-scrollbar {
    height: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-6pp-success
    .ab-techstack-section
    .techstack-main
    ul::-webkit-scrollbar-thumb {
    background-color: #ccc; /* Customize scrollbar color */
    border-radius: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-6pp-success
    .ab-techstack-section
    .techstack-main
    ul::-webkit-scrollbar-track {
    background-color: #202020; /* Customize scrollbar track color */
  }
}

.wrapper-6pp-success .ab-techstack-section .techstack-main ul li {
  width: calc(33.33% - 30px);
}
@media only screen and (max-width: 1199px) {
  .wrapper-6pp-success .ab-techstack-section .techstack-main ul li {
    width: calc(33.33% - 15px);
  }
}

@media only screen and (max-width: 480px) {
  .wrapper-6pp-success .ab-techstack-section .techstack-main ul li {
    width: 100%;
    min-width: 45%;
    margin: 0 0 10px;
  }
}

.wrapper-6pp-success .ab-techstack-section .techstack-main ul li .tech-box {
  background-color: #242424;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 27px 18px;
}
@media only screen and (max-width: 767px) {
  .wrapper-6pp-success .ab-techstack-section .techstack-main ul li .tech-box {
    padding: 15px;
    gap: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .wrapper-6pp-success .ab-techstack-section .techstack-main ul li .tech-box {
    gap: 10px;
  }
}

.wrapper-6pp-success
  .ab-techstack-section
  .techstack-main
  ul
  li
  .tech-box
  .img-box {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .wrapper-6pp-success
    .ab-techstack-section
    .techstack-main
    ul
    li
    .tech-box
    .img-box {
    height: 80px;
  }
}

@media only screen and (max-width: 575px) {
  .wrapper-6pp-success
    .ab-techstack-section
    .techstack-main
    ul
    li
    .tech-box
    .img-box
    img {
    max-width: 80%;
  }
}
.wrapper-6pp-success .ab-techstack-section .techstack-main ul li .tech-name {
  opacity: 0.7;
}

/* ---------------jetson-wrapper transport cta -two css start -----------*/

.wrapper-6pp-success .section-6pp-cta-bg-two {
  background: #000000;
  margin-top: 40px;
}
.wrapper-6pp-success .section-6pp-cta-bg-two .practice-container {
  max-width: 1300px !important;
}
.wrapper-6pp-success .section-6pp-cta-bg-two .cta-blue-bg {
  background: #202020;
  border-radius: 24px;
}
.wrapper-6pp-success .section-6pp-cta-bg-two .to-bg {
  background: #ff5500;
  border-radius: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 1499px) {
  .wrapper-6pp-success .section-6pp-cta-bg-two .cta-blue-bg {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-6pp-success .section-6pp-cta-bg-two .cta-blue-bg {
    padding: 30px 15px;
    border-radius: 14px;
  }
}
.wrapper-6pp-success .section-6pp-cta-bg-two .cta-green-grid-main {
  display: grid;
  grid-template-columns: 1fr 31%;
  grid-column-gap: 20px;
  align-items: end;
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .wrapper-6pp-success .section-6pp-cta-bg-two .cta-green-grid-main {
    grid-template-columns: 1fr 34%;
    grid-column-gap: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrapper-6pp-success .section-6pp-cta-bg-two .cta-green-grid-main {
    grid-template-columns: 1fr 36%;
    grid-column-gap: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrapper-6pp-success .section-6pp-cta-bg-two .cta-green-grid-main {
    grid-template-columns: 1fr 28%;
    grid-column-gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-6pp-success .section-6pp-cta-bg-two .cta-green-grid-main {
    grid-template-columns: 1fr;
    grid-column-gap: 15px;
  }
}
.wrapper-6pp-success .section-6pp-cta-bg-two .cta-title-left-dis {
  margin: 0;
  padding: 80px 0px 90px 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrapper-6pp-success .section-6pp-cta-bg-two .cta-title-left-dis {
    text-align: left;
    padding: 90px 0px 90px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrapper-6pp-success .section-6pp-cta-bg-two .cta-title-left-dis {
    text-align: left;
    padding: 60px 0px 70px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-6pp-success .section-6pp-cta-bg-two .cta-title-left-dis {
    text-align: center;
    padding: 0;
  }
}
.wrapper-6pp-success .section-6pp-cta-bg-two .cta-title-left-dis p {
  margin: 0;
  font-size: 34px;
  color: #ffffff;
  line-height: 42px;
}
@media only screen and (min-width: 1366px) and (max-width: 1499px) {
  .wrapper-6pp-success .section-6pp-cta-bg-two .cta-title-left-dis p {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .wrapper-6pp-success .section-6pp-cta-bg-two .cta-title-left-dis p {
    font-size: 26px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrapper-6pp-success .section-6pp-cta-bg-two .cta-title-left-dis p {
    font-size: 25px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrapper-6pp-success .section-6pp-cta-bg-two .cta-title-left-dis p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-6pp-success .section-6pp-cta-bg-two .cta-title-left-dis p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-6pp-success .section-6pp-cta-bg-two .cta-title-left-dis p {
    font-size: 20px;
    line-height: 26px;
  }
}
.wrapper-6pp-success .section-6pp-cta-bg-two .cta-btn-box {
  margin-top: 24px;
}
.wrapper-6pp-success .section-6pp-cta-bg-two .cta-btn-box-to {
  margin-top: 24px;
}
.wrapper-6pp-success .section-6pp-cta-bg-two .cta-btn-box a {
  background: #ffffff;
  color: #000000;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 10px;
  padding: 10px 18px;
  display: inline-block;
}
.wrapper-6pp-success .section-6pp-cta-bg-two .cta-btn-box-to a {
  background: #ffffff;
  color: #000000;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 10px;
  padding: 10px 18px;
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .wrapper-6pp-success .section-6pp-cta-bg-two .cta-btn-box a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .wrapper-6pp-success .section-6pp-cta-bg-two .cta-btn-box-to a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrapper-6pp-success .section-6pp-cta-bg-two .cta-btn-box a {
    padding: 9px 14px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrapper-6pp-success .section-6pp-cta-bg-two .cta-btn-box-to a {
    padding: 9px 14px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-6pp-success .section-6pp-cta-bg-two .cta-btn-box a {
    padding: 9px 14px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-6pp-success .section-6pp-cta-bg-two .cta-btn-box-to a {
    padding: 9px 14px;
    font-size: 14px;
  }
}
.wrapper-6pp-success .section-6pp-cta-bg-two .cta-btn-box a:hover {
  background: #ff5500;
  color: #ffffff;
}
.wrapper-6pp-success .section-6pp-cta-bg-two .cta-btn-box-to a:hover {
  background: #000000;
  color: #ffffff;
}
.wrapper-6pp-success .section-6pp-cta-bg-two .cta-img-right-img-box {
  position: static;
  text-align: end;
  padding-right: 40px;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrapper-6pp-success .section-6pp-cta-bg-two .cta-img-right-img-box {
    position: static;
    margin-top: 10px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-6pp-success .section-6pp-cta-bg-two .cta-img-right-img-box {
    display: none;
  }
}
/*6pp ab-techstack-section css ends here*/

/*6pp app css ends here*/
