/*==========================================================
RESPONSIVE
AGEN PAYMENT
PART 1
HEADER
NAVBAR
HERO
==========================================================*/

/*==========================================================
RESPONSIVE
HEADER + HERO
PART 1
1600 | 1400 | 1200
==========================================================*/

/*==========================================================
<=1600px
==========================================================*/

@media (max-width: 1600px) {
  .container {
    max-width: 1380px;
  }

  .ap-navbar-container {
    padding: 18px 32px;
  }

  .ap-logo span {
    font-size: 36px;
  }

  .ap-menu {
    gap: 36px;
  }

  .ap-menu a {
    font-size: 15px;
  }

  .ap-btn-primary {
    min-width: 190px;
  }

  .ap-btn-outline {
    min-width: 170px;
  }

  .ap-hero {
    padding-top: 125px;

    padding-bottom: 40px;
  }

  .ap-hero-content {
    max-width: 610px;
  }

  .ap-hero-title {
    font-size: 52px;
    line-height: 1.05;
  }

  .ap-hero-desc {
    font-size: 17px;
  }

  .ap-phone-dashboard {
    width: 310px;
  }

  .ap-card-deposit {
    width: 200px;

    left: -95px;

    top: 95px;
  }

  .ap-card-reward {
    width: 190px;

    right: -95px;

    bottom: 70px;
  }
}

/*==========================================================
<=1400px
==========================================================*/

@media (max-width: 1400px) {
  .container {
    max-width: 1220px;
  }

  .ap-navbar-container {
    padding: 16px 28px;
  }

  .ap-logo img {
    width: 50px;

    height: 50px;
  }

  .ap-logo span {
    font-size: 32px;
  }

  .ap-menu {
    gap: 30px;
  }

  .ap-btn-primary {
    min-width: 180px;

    height: 54px;

    font-size: 15px;
  }

  .ap-btn-outline {
    min-width: 165px;

    height: 54px;

    font-size: 15px;
  }

  .ap-hero {
    padding-top: 120px;

    padding-bottom: 35px;
  }

  .ap-hero-title {
    font-size: 48px;
  }

  .ap-hero-desc {
    font-size: 16px;
  }

  .ap-hero-buttons {
    gap: 16px;
  }

  .ap-hero-rating {
    margin-bottom: 35px;
  }

  .ap-stat {
    min-width: 165px;

    padding: 24px;
  }

  .ap-stat h3 {
    font-size: 30px;
  }

  .ap-phone-dashboard {
    width: 300px;
  }

  .ap-card-deposit {
    width: 180px;

    left: -80px;

    top: 110px;
  }

  .ap-card-reward {
    width: 175px;

    right: -80px;

    bottom: 55px;
  }
}

/*==========================================================
<=1200px
LAPTOP
==========================================================*/

@media (max-width: 1200px) {
  .container {
    max-width: 1100px;
  }

  .ap-header {
    padding: 14px 0;
  }

  .ap-navbar-container {
    padding: 15px 24px;

    border-radius: 22px;
  }

  .ap-logo img {
    width: 46px;

    height: 46px;
  }

  .ap-logo span {
    font-size: 28px;
  }

  .ap-menu {
    gap: 22px;
  }

  .ap-menu a {
    font-size: 15px;
  }

  .ap-navbar-action {
    gap: 10px;
  }

  .ap-btn-primary {
    min-width: 170px;

    height: 52px;

    font-size: 15px;
  }

  .ap-btn-outline {
    min-width: 155px;

    height: 52px;

    font-size: 15px;
  }

  .ap-hero {
    padding-top: 115px;

    padding-bottom: 30px;
  }

  .ap-hero-content {
    max-width: 560px;
  }

  .ap-hero-title {
    font-size: 44px;

    line-height: 1.15;
  }

  .ap-hero-desc {
    font-size: 15px;
  }

  .ap-hero-buttons {
    margin-bottom: 36px;
  }

  .ap-hero-rating {
    margin-bottom: 30px;
  }

  .ap-stars {
    font-size: 17px;
  }

  .ap-stat {
    min-width: 150px;

    padding: 22px;
  }

  .ap-stat-icon {
    width: 56px;

    height: 56px;

    font-size: 22px;
  }

  .ap-stat h3 {
    font-size: 28px;
  }

  .ap-phone-dashboard {
    width: 280px;
  }

  .ap-phone-glow {
    width: 340px;

    height: 340px;
  }

  .ap-card-deposit {
    width: 165px;

    left: -65px;

    top: 95px;
  }

  .ap-card-reward {
    width: 160px;

    right: -65px;

    bottom: 45px;
  }
}

/*==========================================================
RESPONSIVE
HEADER + HERO
PART 2
TABLET
<=992px
==========================================================*/

@media (max-width: 992px) {
  /*==========================================================
HEADER
==========================================================*/

  .ap-header {
    padding: 16px 0;
  }

  .ap-navbar-container {
    padding: 16px 22px;

    border-radius: 20px;
  }

  /* sembunyikan menu desktop */

  .ap-menu {
    display: none;
  }

  .ap-navbar-action {
    display: none;
  }

  /* tampilkan hamburger */

  .ap-mobile-toggle {
    display: flex;
  }

  /*==========================================================
LOGO
==========================================================*/

  .ap-logo {
    gap: 12px;
  }

  .ap-logo img {
    width: 48px;

    height: 48px;
  }

  .ap-logo span {
    font-size: 30px;
  }

  /*==========================================================
HERO
==========================================================*/

  .ap-hero {
    padding-top: 140px;

    padding-bottom: 80px;
  }

  /* hero menjadi vertikal */

  .ap-hero .row {
    flex-direction: column;

    text-align: center;
  }

  /*==========================================================
LEFT
==========================================================*/

  .ap-hero-content {
    max-width: 720px;

    margin: auto;

    padding: 0;
  }

  .ap-hero-badge {
    margin-left: auto;

    margin-right: auto;
  }

  .ap-hero-title {
    font-size: 48px;

    line-height: 1.18;
  }

  .ap-hero-title span {
    display: block;
  }

  .ap-hero-desc {
    max-width: 650px;

    margin: 0 auto 40px;

    font-size: 16px;
  }

  .ap-hero-buttons {
    justify-content: center;

    margin-bottom: 38px;
  }

  .ap-hero-rating {
    justify-content: center;

    margin-bottom: 38px;
  }

  .ap-stars {
    justify-content: center;
  }

  .ap-hero-stats {
    justify-content: center;

    gap: 18px;
  }

  .ap-stat {
    flex: 0 0 210px;
  }

  /*==========================================================
RIGHT
==========================================================*/

  .ap-hero-visual {
    margin-top: 70px;

    min-height: auto;

    display: flex;

    justify-content: center;

    align-items: center;
  }

  /* parent HP */

  .ap-phone {
    position: relative;

    margin: auto;
  }

  /* screenshot */

  .ap-phone-dashboard {
    width: 340px;

    margin: auto;
  }

  /* glow */

  .ap-phone-glow {
    width: 430px;

    height: 430px;
  }

  /*==========================================================
DEPOSIT
==========================================================*/

  .ap-card-deposit {
    width: 170px;

    left: -55px;

    top: 90px;
  }

  /*==========================================================
REWARD
==========================================================*/

  .ap-card-reward {
    width: 165px;

    right: -55px;

    bottom: 55px;
  }

  /*==========================================================
STAT
==========================================================*/

  .ap-stat {
    min-width: 180px;

    padding: 24px;
  }

  .ap-stat h3 {
    font-size: 30px;
  }

  .ap-stat p {
    font-size: 15px;
  }
}

/*==========================================================
TABLET LANDSCAPE
1024 x 768
==========================================================*/

@media (min-width: 768px) and (max-width: 992px) and (orientation: landscape) {
  .ap-hero {
    padding-top: 130px;
  }

  .ap-phone-dashboard {
    width: 310px;
  }

  .ap-card-deposit {
    width: 150px;

    left: -45px;
  }

  .ap-card-reward {
    width: 150px;

    right: -45px;
  }
}

/*==========================================================
RESPONSIVE
HEADER + HERO
PART 3
MOBILE
<=768px
==========================================================*/

@media (max-width: 768px) {
  /*==========================================================
HEADER
==========================================================*/

  .ap-header {
    padding: 14px 0;
  }

  .ap-navbar-container {
    padding: 14px 18px;

    border-radius: 18px;
  }

  .ap-logo img {
    width: 42px;

    height: 42px;
  }

  .ap-logo span {
    font-size: 24px;
  }

  .ap-mobile-toggle {
    width: 50px;

    height: 50px;
  }

  /*==========================================================
HERO
==========================================================*/

  .ap-hero {
    padding-top: 120px;

    padding-bottom: 60px;
  }

  .ap-hero-content {
    max-width: 100%;
  }

  /*==========================================================
BADGE
==========================================================*/

  .ap-hero-badge {
    font-size: 14px;

    padding: 10px 18px;

    margin-bottom: 22px;
  }

  /*==========================================================
TITLE
==========================================================*/

  .ap-hero-title {
    font-size: 38px;

    line-height: 1.2;

    letter-spacing: -1px;

    margin-bottom: 22px;
  }

  .ap-hero-title span {
    display: block;
  }

  /*==========================================================
DESCRIPTION
==========================================================*/

  .ap-hero-desc {
    font-size: 16px;

    line-height: 1.8;

    margin-bottom: 32px;
  }

  /*==========================================================
BUTTON
==========================================================*/

  .ap-hero-buttons {
    flex-direction: column;

    gap: 14px;

    width: 100%;
  }

  .ap-hero-buttons .ap-btn-primary,
  .ap-hero-buttons .ap-btn-outline {
    width: 100%;

    min-width: 100%;

    height: 54px;
  }

  /*==========================================================
RATING
==========================================================*/

  .ap-hero-rating {
    flex-direction: column;

    gap: 10px;

    text-align: center;

    margin-bottom: 32px;
  }

  .ap-stars {
    justify-content: center;
  }

  /*==========================================================
STATISTICS
==========================================================*/

  .ap-hero-stats {
    display: grid;

    grid-template-columns: 1fr;

    gap: 16px;
  }

  .ap-stat {
    width: 100%;

    min-width: 100%;

    padding: 22px;

    text-align: center;
  }

  .ap-stat-icon {
    margin: 0 auto 16px;
  }

  .ap-stat h3 {
    font-size: 30px;
  }

  .ap-stat p {
    font-size: 15px;
  }

  /*==========================================================
RIGHT
==========================================================*/

  .ap-hero-visual {
    margin-top: 55px;
  }

  .ap-phone-dashboard {
    width: 280px;
  }

  .ap-phone-glow {
    width: 360px;

    height: 360px;
  }

  /*==========================================================
FLOATING CARD
==========================================================*/

  .ap-card-deposit {
    width: 135px;

    left: -28px;

    top: 75px;
  }

  .ap-card-reward {
    width: 135px;

    right: -28px;

    bottom: 28px;
  }
}

/*==========================================================
SMALL MOBILE
<=576px
==========================================================*/

@media (max-width: 576px) {
  .ap-header {
    padding: 12px 0;
  }

  .ap-navbar-container {
    padding: 12px 16px;
  }

  .ap-logo img {
    width: 38px;

    height: 38px;
  }

  .ap-logo span {
    font-size: 21px;
  }

  .ap-mobile-toggle {
    width: 46px;

    height: 46px;
  }

  /*==========================================================
HERO
==========================================================*/

  .ap-hero {
    padding-top: 110px;

    padding-bottom: 50px;
  }

  .ap-hero-badge {
    font-size: 13px;

    padding: 9px 16px;
  }

  .ap-hero-title {
    font-size: 32px;
  }

  .ap-hero-desc {
    font-size: 15px;
  }

  .ap-hero-buttons .ap-btn-primary,
  .ap-hero-buttons .ap-btn-outline {
    height: 52px;

    font-size: 15px;
  }

  /*==========================================================
STAT
==========================================================*/

  .ap-stat {
    padding: 20px;
  }

  .ap-stat-icon {
    width: 52px;

    height: 52px;

    font-size: 20px;
  }

  .ap-stat h3 {
    font-size: 27px;
  }

  /*==========================================================
PHONE
==========================================================*/

  .ap-phone-dashboard {
    width: 240px;
  }

  .ap-phone-glow {
    width: 300px;

    height: 300px;
  }

  /*==========================================================
FLOATING CARD
==========================================================*/

  .ap-card-deposit {
    width: 115px;

    left: -18px;

    top: 62px;
  }

  .ap-card-reward {
    width: 115px;

    right: -18px;

    bottom: 20px;
  }
}

/*==========================================================
RESPONSIVE
HEADER + HERO
PART 4
420px | 360px | 320px
LANDSCAPE
SAFE AREA
REDUCE MOTION
==========================================================*/

/*==========================================================
<=420px
==========================================================*/

@media (max-width: 420px) {
  /* Header */

  .ap-navbar-container {
    padding: 10px 14px;

    border-radius: 16px;
  }

  .ap-logo {
    gap: 10px;
  }

  .ap-logo img {
    width: 34px;

    height: 34px;
  }

  .ap-logo span {
    font-size: 18px;
  }

  .ap-mobile-toggle {
    width: 42px;

    height: 42px;
  }

  .ap-mobile-toggle span {
    width: 22px;
  }

  /* Hero */

  .ap-hero {
    padding-top: 100px;

    padding-bottom: 40px;
  }

  .ap-hero-badge {
    font-size: 12px;

    padding: 8px 14px;
  }

  .ap-hero-title {
    font-size: 28px;

    line-height: 1.25;
  }

  .ap-hero-desc {
    font-size: 14px;

    line-height: 1.75;
  }

  .ap-hero-buttons {
    gap: 12px;
  }

  .ap-hero-buttons .ap-btn-primary,
  .ap-hero-buttons .ap-btn-outline {
    height: 50px;

    font-size: 14px;
  }

  .ap-hero-rating {
    margin-bottom: 24px;
  }

  .ap-stars {
    font-size: 16px;
  }

  .ap-hero-rating strong {
    font-size: 22px;
  }

  .ap-hero-rating span {
    font-size: 13px;
  }

  /* Statistik */

  .ap-stat {
    padding: 18px;

    border-radius: 20px;
  }

  .ap-stat-icon {
    width: 48px;

    height: 48px;

    font-size: 18px;
  }

  .ap-stat h3 {
    font-size: 24px;
  }

  .ap-stat p {
    font-size: 14px;
  }

  /* Phone */

  .ap-phone-dashboard {
    width: 220px;
  }

  .ap-phone-glow {
    width: 260px;

    height: 260px;
  }

  .ap-card-deposit {
    width: 105px;

    left: -12px;

    top: 55px;
  }

  .ap-card-reward {
    width: 105px;

    right: -12px;

    bottom: 18px;
  }
}

/*==========================================================
<=360px
==========================================================*/

@media (max-width: 360px) {
  .ap-logo span {
    font-size: 16px;
  }

  .ap-hero-title {
    font-size: 25px;
  }

  .ap-hero-desc {
    font-size: 13px;
  }

  .ap-phone-dashboard {
    width: 195px;
  }

  .ap-phone-glow {
    width: 235px;

    height: 235px;
  }

  .ap-card-deposit {
    width: 92px;

    left: -8px;

    top: 50px;
  }

  .ap-card-reward {
    width: 92px;

    right: -8px;

    bottom: 14px;
  }

  .ap-stat {
    padding: 16px;
  }
}

/*==========================================================
<=320px
==========================================================*/

@media (max-width: 320px) {
  .ap-navbar-container {
    padding: 9px 12px;
  }

  .ap-logo img {
    width: 30px;

    height: 30px;
  }

  .ap-logo span {
    font-size: 15px;
  }

  .ap-mobile-toggle {
    width: 40px;

    height: 40px;
  }

  .ap-hero {
    padding-top: 95px;
  }

  .ap-hero-title {
    font-size: 22px;
  }

  .ap-hero-desc {
    font-size: 13px;
  }

  .ap-phone-dashboard {
    width: 175px;
  }

  .ap-phone-glow {
    width: 210px;

    height: 210px;
  }

  .ap-card-deposit {
    width: 82px;

    left: -5px;
  }

  .ap-card-reward {
    width: 82px;

    right: -5px;
  }
}

/*==========================================================
LANDSCAPE PHONE
==========================================================*/

@media (max-height: 600px) and (orientation: landscape) {
  .ap-hero {
    padding-top: 95px;

    padding-bottom: 35px;
  }

  .ap-hero .row {
    gap: 20px;
  }

  .ap-phone-dashboard {
    width: 220px;
  }

  .ap-phone-glow {
    width: 260px;

    height: 260px;
  }

  .ap-card-deposit {
    width: 95px;
  }

  .ap-card-reward {
    width: 95px;
  }
}

/*==========================================================
SAFE AREA
==========================================================*/

@supports (padding: max(0px)) {
  .ap-header {
    padding-top: max(12px, env(safe-area-inset-top));
  }

  .ap-mobile-menu {
    padding-bottom: max(20px, env(safe-area-inset-bottom));
  }
}

/*==========================================================
REDUCE MOTION
==========================================================*/

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;

    transition: none !important;

    scroll-behavior: auto !important;
  }
}

/*==========================================================
END OF HEADER + HERO RESPONSIVE
==========================================================*/

/*==========================================================
RESPONSIVE
AGEN PAYMENT
PART 2
PRODUK
FEATURE
CARA KERJA
==========================================================*/

/*==========================================================
≤1400px
==========================================================*/

@media (max-width: 1400px) {
  .ap-products {
    padding: 110px 0;
  }

  .ap-product-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }

  .ap-feature-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }

  .ap-how-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }
}

/*==========================================================
≤1200px
==========================================================*/

@media (max-width: 1200px) {
  /*==============================
SECTION
==============================*/

  .ap-products,
  .ap-feature,
  .ap-how {
    padding: 95px 0;
  }

  /*==============================
TITLE
==============================*/

  .ap-section-title {
    font-size: 42px;
  }

  .ap-section-desc {
    font-size: 17px;
  }

  /*==============================
PRODUCT
==============================*/

  .ap-product-grid {
    grid-template-columns: repeat(3, 1fr);

    gap: 18px;
  }

  .ap-product-card {
    padding: 28px;
  }

  .ap-product-icon {
    width: 72px;

    height: 72px;

    font-size: 30px;
  }

  .ap-product-card h4 {
    font-size: 22px;
  }

  /*==============================
FEATURE
==============================*/

  .ap-feature-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .ap-feature-card {
    padding: 28px;
  }

  .ap-feature-icon {
    width: 70px;

    height: 70px;

    font-size: 30px;
  }

  /*==============================
HOW
==============================*/

  .ap-how-grid {
    grid-template-columns: repeat(3, 1fr);

    gap: 18px;
  }

  .ap-how-card {
    padding: 30px;
  }
}

/*==========================================================
≤992px
TABLET
==========================================================*/

@media (max-width: 992px) {
  /*==============================
SECTION
==============================*/

  .ap-products,
  .ap-feature,
  .ap-how {
    padding: 85px 0;
  }

  /*==============================
TITLE
==============================*/

  .ap-section-title {
    font-size: 38px;
  }

  .ap-section-desc {
    max-width: 700px;

    margin: auto;
  }

  /*==============================
PRODUCT
==============================*/

  .ap-product-grid {
    grid-template-columns: repeat(2, 1fr);

    gap: 22px;
  }

  .ap-product-card {
    text-align: center;
  }

  /*==============================
FEATURE
==============================*/

  .ap-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ap-feature-card {
    text-align: center;
  }

  /*==============================
HOW
==============================*/

  .ap-how-grid {
    grid-template-columns: repeat(2, 1fr);

    gap: 24px;
  }

  .ap-how-line {
    display: none;
  }

  .ap-how-card {
    text-align: center;
  }
}

/*==========================================================
≤768px
MOBILE
==========================================================*/

@media (max-width: 768px) {
  .ap-products,
  .ap-feature,
  .ap-how {
    padding: 70px 0;
  }

  .ap-section-title {
    font-size: 33px;

    line-height: 1.3;
  }

  .ap-section-desc {
    font-size: 16px;
  }

  /*==============================
PRODUCT
==============================*/

  .ap-product-grid {
    grid-template-columns: repeat(2, 1fr);

    gap: 18px;
  }

  .ap-product-card {
    padding: 24px;
  }

  .ap-product-icon {
    width: 64px;

    height: 64px;

    font-size: 28px;
  }

  .ap-product-card h4 {
    font-size: 21px;
  }

  .ap-product-card p {
    font-size: 15px;
  }

  /*==============================
FEATURE
==============================*/

  .ap-feature-grid {
    grid-template-columns: repeat(2, 1fr);

    gap: 18px;
  }

  .ap-feature-card {
    padding: 24px;
  }

  .ap-feature-icon {
    width: 64px;

    height: 64px;

    font-size: 28px;
  }

  /*==============================
HOW
==============================*/

  .ap-how-grid {
    grid-template-columns: repeat(2, 1fr);

    gap: 18px;
  }

  .ap-how-card {
    padding: 26px;
  }

  .ap-how-number {
    width: 52px;

    height: 52px;

    font-size: 22px;
  }

  .ap-how-icon {
    width: 70px;

    height: 70px;

    font-size: 28px;
  }
}

/*==========================================================
≤576px
SMALL MOBILE
==========================================================*/

@media (max-width: 576px) {
  .ap-products,
  .ap-feature,
  .ap-how {
    padding: 60px 0;
  }

  .ap-section-title {
    font-size: 29px;
  }

  .ap-section-desc {
    font-size: 15px;
  }

  /*==============================
PRODUCT
==============================*/

  .ap-product-card {
    border-radius: 24px;

    padding: 22px;
  }

  .ap-product-icon {
    width: 58px;

    height: 58px;

    font-size: 24px;
  }

  .ap-product-card h4 {
    font-size: 19px;
  }

  /*==============================
FEATURE
==============================*/

  .ap-feature-card {
    border-radius: 24px;
  }

  .ap-feature-icon {
    width: 58px;

    height: 58px;

    font-size: 24px;
  }

  /*==============================
HOW
==============================*/

  .ap-how-card {
    border-radius: 24px;
  }

  .ap-how-card h4 {
    font-size: 20px;
  }

  .ap-how-card p {
    font-size: 15px;
  }
}

/*==========================================================
≤420px
VERY SMALL DEVICE
==========================================================*/

@media (max-width: 420px) {
  .ap-section-title {
    font-size: 26px;
  }

  .ap-product-card {
    padding: 20px;
  }

  .ap-feature-card {
    padding: 20px;
  }

  .ap-how-card {
    padding: 20px;
  }

  .ap-product-icon,
  .ap-feature-icon,
  .ap-how-icon {
    width: 54px;

    height: 54px;

    font-size: 22px;
  }
}

/*==========================================================
RESPONSIVE
AGEN PAYMENT
PART 3
BONUS & REWARD
TESTIMONIAL
FAQ
==========================================================*/

/*==========================================================
≤1400px
==========================================================*/

@media (max-width: 1400px) {
  .ap-reward {
    padding: 110px 0;
  }

  .ap-testimonial {
    padding: 110px 0;
  }

  .ap-faq {
    padding: 110px 0;
  }

  .ap-reward-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }

  .ap-testimonial-grid {
    gap: 28px;
  }
}

/*==========================================================
≤1200px
==========================================================*/

@media (max-width: 1200px) {
  /*==============================
SECTION
==============================*/

  .ap-reward,
  .ap-testimonial,
  .ap-faq {
    padding: 95px 0;
  }

  /*==============================
BONUS
==============================*/

  .ap-reward-grid {
    grid-template-columns: repeat(3, 1fr);

    gap: 24px;
  }

  .ap-reward-card {
    padding: 32px;
  }

  .ap-reward-icon {
    width: 72px;

    height: 72px;

    font-size: 30px;
  }

  /*==============================
TESTIMONIAL
==============================*/

  .ap-review-summary {
    padding: 36px;
  }

  .ap-review-score h2 {
    font-size: 60px;
  }

  .ap-testimonial-grid {
    grid-template-columns: repeat(3, 1fr);

    gap: 24px;
  }

  .ap-testimonial-card {
    padding: 28px;
  }

  /*==============================
FAQ
==============================*/

  .ap-faq-accordion {
    max-width: 920px;
  }
}

/*==========================================================
≤992px
TABLET
==========================================================*/

@media (max-width: 992px) {
  /*==============================
SECTION
==============================*/

  .ap-reward,
  .ap-testimonial,
  .ap-faq {
    padding: 85px 0;
  }

  /*==============================
BONUS
==============================*/

  .ap-reward-grid {
    grid-template-columns: repeat(2, 1fr);

    gap: 22px;
  }

  .ap-reward-card {
    text-align: center;
  }

  .ap-reward-icon {
    margin: auto;
  }

  /*==============================
TESTIMONIAL
==============================*/

  .ap-review-summary {
    flex-direction: column;

    text-align: center;

    gap: 25px;
  }

  .ap-testimonial-grid {
    grid-template-columns: repeat(2, 1fr);

    gap: 22px;
  }

  .ap-user {
    flex-direction: column;

    text-align: center;
  }

  .ap-user img {
    margin-bottom: 12px;
  }

  /*==============================
FAQ
==============================*/

  .ap-faq-accordion {
    max-width: 100%;
  }
}

/*==========================================================
≤768px
MOBILE
==========================================================*/

@media (max-width: 768px) {
  .ap-reward,
  .ap-testimonial,
  .ap-faq {
    padding: 70px 0;
  }

  /*==============================
BONUS
==============================*/

  .ap-reward-grid {
    grid-template-columns: repeat(2, 1fr);

    gap: 18px;
  }

  .ap-reward-card {
    padding: 28px;
  }

  .ap-reward-icon {
    width: 64px;

    height: 64px;

    font-size: 28px;
  }

  /*==============================
TESTIMONIAL
==============================*/

  .ap-review-summary {
    padding: 28px;
  }

  .ap-review-score h2 {
    font-size: 48px;
  }

  .ap-review-text {
    font-size: 15px;
  }

  .ap-testimonial-grid {
    grid-template-columns: 1fr;

    gap: 18px;
  }

  .ap-testimonial-card {
    padding: 24px;
  }

  .ap-user img {
    width: 64px;

    height: 64px;
  }

  .ap-user h4 {
    font-size: 19px;
  }

  /*==============================
FAQ
==============================*/

  .ap-faq-accordion .accordion-button {
    font-size: 16px;

    padding: 20px;
  }

  .ap-faq-accordion .accordion-body {
    font-size: 15px;

    line-height: 1.8;

    padding: 0 20px 22px;
  }
}

/*==========================================================
≤576px
SMALL MOBILE
==========================================================*/

@media (max-width: 576px) {
  .ap-reward,
  .ap-testimonial,
  .ap-faq {
    padding: 60px 0;
  }

  /*==============================
BONUS
==============================*/

  .ap-reward-card {
    border-radius: 24px;

    padding: 24px;
  }

  .ap-reward-icon {
    width: 58px;

    height: 58px;

    font-size: 24px;
  }

  .ap-reward-card h4 {
    font-size: 20px;
  }

  /*==============================
TESTIMONIAL
==============================*/

  .ap-review-summary {
    border-radius: 24px;

    padding: 24px;
  }

  .ap-review-score h2 {
    font-size: 42px;
  }

  .ap-testimonial-card {
    border-radius: 24px;

    padding: 22px;
  }

  .ap-user img {
    width: 56px;

    height: 56px;
  }

  .ap-testimonial-card p {
    font-size: 15px;
  }

  /*==============================
FAQ
==============================*/

  .ap-faq-accordion .accordion-item {
    border-radius: 18px;
  }

  .ap-faq-accordion .accordion-button {
    padding: 18px;
  }
}

/*==========================================================
≤420px
VERY SMALL DEVICE
==========================================================*/

@media (max-width: 420px) {
  .ap-review-score h2 {
    font-size: 36px;
  }

  .ap-reward-card {
    padding: 20px;
  }

  .ap-testimonial-card {
    padding: 20px;
  }

  .ap-faq-accordion .accordion-button {
    font-size: 15px;
  }

  .ap-faq-accordion .accordion-body {
    font-size: 14px;
  }
}

/*==========================================================
RESPONSIVE
AGEN PAYMENT
PART 4
CTA
FOOTER
FLOATING SOCIAL
FINAL BREAKPOINT
==========================================================*/

/*==========================================================
≤1400px
==========================================================*/

@media (max-width: 1400px) {
  .ap-cta {
    padding: 110px 0;
  }

  .ap-footer {
    padding: 80px 0 35px;
  }
}

/*==========================================================
≤1200px
==========================================================*/

@media (max-width: 1200px) {
  /*==============================
CTA
==============================*/

  .ap-cta {
    padding: 95px 0;
  }

  .ap-cta-box {
    padding: 55px;
  }

  .ap-cta-title {
    font-size: 46px;
  }

  .ap-cta-desc {
    font-size: 18px;
  }

  /*==============================
FOOTER
==============================*/

  .ap-footer {
    padding: 75px 0 30px;
  }

  .ap-footer-logo span {
    font-size: 30px;
  }

  .ap-footer h5 {
    font-size: 19px;
  }

  .ap-footer-desc {
    max-width: 320px;
  }
}

/*==========================================================
≤992px
TABLET
==========================================================*/

@media (max-width: 992px) {
  /*==============================
CTA
==============================*/

  .ap-cta {
    padding: 80px 0;
  }

  .ap-cta-box {
    padding: 45px;

    text-align: center;
  }

  .ap-cta-buttons {
    justify-content: center;
  }

  .ap-cta-title {
    font-size: 40px;
  }

  .ap-cta-desc {
    margin: auto;
  }

  /*==============================
FOOTER
==============================*/

  .ap-footer {
    text-align: center;
  }

  .ap-footer-logo {
    justify-content: center;
  }

  .ap-footer-desc {
    margin: auto auto 30px;
  }

  .ap-footer-social {
    justify-content: center;

    margin-bottom: 30px;
  }

  .ap-play-btn {
    justify-content: center;
  }

  .ap-qr-box {
    margin: auto;
  }

  .ap-footer-bottom {
    flex-direction: column;

    text-align: center;

    gap: 14px;
  }

  .ap-footer-bottom a {
    margin: 0 10px;
  }

  /*==============================
FLOATING SOCIAL
==============================*/

  .ap-floating-social {
    left: 0;

    right: 0;

    bottom: 0;

    top: auto;

    transform: none;

    width: 100%;

    background: #ffffff;

    padding: 12px 16px;

    display: flex;

    flex-direction: row;

    justify-content: center;

    gap: 16px;

    border-top: 1px solid rgba(0, 0, 0, 0.08);

    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.08);

    z-index: 9999;
  }

  .ap-social {
    width: 50px;

    height: 50px;

    font-size: 20px;
  }
}

/*==========================================================
≤768px
MOBILE
==========================================================*/

@media (max-width: 768px) {
  /*==============================
CTA
==============================*/

  .ap-cta {
    padding: 70px 0;
  }

  .ap-cta-box {
    padding: 35px 28px;

    border-radius: 28px;
  }

  .ap-cta-title {
    font-size: 34px;

    line-height: 1.3;
  }

  .ap-cta-desc {
    font-size: 16px;
  }

  .ap-cta-buttons {
    flex-direction: column;

    gap: 14px;
  }

  .ap-cta-buttons .ap-btn-primary,
  .ap-cta-buttons .ap-btn-outline {
    width: 100%;

    justify-content: center;
  }

  /*==============================
FOOTER
==============================*/

  .ap-footer {
    padding: 65px 0 25px;
  }

  .ap-footer-logo span {
    font-size: 28px;
  }

  .ap-footer h5 {
    margin-top: 22px;
  }

  .ap-footer-bottom {
    font-size: 14px;
  }

  /*==============================
FLOATING SOCIAL
==============================*/

  .ap-floating-social {
    gap: 12px;

    padding: 10px;
  }

  .ap-social {
    width: 46px;

    height: 46px;

    font-size: 19px;
  }
}

/*==========================================================
≤576px
SMALL MOBILE
==========================================================*/

@media (max-width: 576px) {
  .ap-cta {
    padding: 60px 0;
  }

  .ap-cta-box {
    padding: 30px 22px;
  }

  .ap-cta-title {
    font-size: 29px;
  }

  .ap-cta-desc {
    font-size: 15px;
  }

  .ap-footer {
    padding: 55px 0 20px;
  }

  .ap-footer-logo span {
    font-size: 24px;
  }

  .ap-footer-desc {
    font-size: 15px;
  }

  .ap-footer h5 {
    font-size: 18px;
  }

  .ap-footer ul li {
    margin-bottom: 10px;
  }

  .ap-play-btn {
    padding: 14px 18px;
  }

  .ap-qr-box {
    width: 120px;

    height: 120px;
  }

  .ap-floating-social {
    justify-content: space-evenly;
  }

  .ap-social {
    width: 44px;

    height: 44px;

    font-size: 18px;
  }
}

/*==========================================================
≤420px
VERY SMALL DEVICE
==========================================================*/

@media (max-width: 420px) {
  .ap-cta-title {
    font-size: 26px;
  }

  .ap-footer {
    padding-bottom: 90px;
  }

  .ap-social {
    width: 42px;

    height: 42px;

    font-size: 17px;
  }
}

/*==========================================================
LANDSCAPE PHONE
==========================================================*/

@media (max-height: 600px) and (orientation: landscape) {
  .ap-hero {
    padding-top: 90px;

    padding-bottom: 40px;
  }

  .ap-floating-social {
    display: none;
  }
}

/*==========================================================
TABLET LANDSCAPE
==========================================================*/

@media (min-width: 992px) and (max-width: 1200px) {
  .ap-phone-dashboard {
    width: 320px;
  }
}

/*==========================================================
LARGE DESKTOP
==========================================================*/

@media (min-width: 1600px) {
  .ap-hero .container,
  .ap-products .container,
  .ap-feature .container,
  .ap-how .container,
  .ap-reward .container,
  .ap-testimonial .container,
  .ap-faq .container,
  .ap-cta .container,
  .ap-footer .container {
    max-width: 1450px;
  }
}

/*==========================================================
4K MONITOR
==========================================================*/

@media (min-width: 1900px) {
  .ap-hero-title {
    font-size: 72px;
  }

  .ap-phone-dashboard {
    width: 420px;
  }
}

/*==========================================================
IPHONE SAFE AREA
==========================================================*/

@supports (padding: max(0px)) {
  .ap-floating-social {
    padding-bottom: max(12px, env(safe-area-inset-bottom));
  }
}

/*==========================================================
REDUCE MOTION
==========================================================*/

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;

    transition: none !important;

    scroll-behavior: auto !important;
  }
}

/*==========================================================
PRINT
==========================================================*/

@media print {
  .ap-navbar,
  .ap-floating-social,
  .ap-footer,
  .ap-cta {
    display: none !important;
  }
}
