@media (min-width: 1100px) and (max-width: 1400px) {
  .container {
    width: 1000px;
  }

  .hero-phones {
    top: 150px;
    width: 485px;
  }

  .features .key-img-block {
    bottom: 0;
  }

  .features .key-img-block img {
    max-width: 200px;
  }

  .reward-coffee img {
    width: 200px;
  }

  .trudna .coffee-wrap {
    top: -10%;
    max-width: 200px;
  }
  .reward-coffee {
    left: 0;
  }
  .reward-info .reward-coffee-photo {
    right: 4%;
    max-width: 200px;
  }
  .reward-info h2 br{
    display: block;
  }
  .testimonial-section .featured-image-container {
    width: 28%;
}
  .testimonial-section .reviews-content{
    width: 61%;
  }
}


@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }

  /* .hero-text p {
    margin: auto;
  } */

  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* .hero h1 {
    font-size: 36px;
  } */

  .features h2 {
    font-size: 36px;
  }
}


@media (max-width: 991px) {
  .hero {
    padding-block: 100px 50px;
  }

  .hero-phones,
  .phone {
    position: static;
  }

  .hero h1 {
    font-size: 40px;
    line-height: 1.3;
  }

  .hero-text p {
    margin: 25px auto;
  }

  .hero-phones {
    width: 100%;
  }

  .phone {
    max-width: 400px;
  }

  .features {
    padding-block: 100px;
  }

  .feature-grid {
    position: relative;
    z-index: 1;
  }

  .features .key-img-block {
    bottom: 0;
  }

  .points-hero {
    padding-block: 100px;
  }

  .reward-coffee {
    left: 0;
    width: 18%;
  }

  .trudna {
    padding-block: 100px 150px;
  }

  .trudna .coffee-wrap {
    display: none;
  }

  .reward-info .reward-coffee-photo {
    max-width: 15%;
  }

  .testimonial-section {
    padding-inline: 15px;
  }

  .testimonial-section .section-header {
    margin-bottom: 25px;
  }

  .testimonial-section .featured-image-container {
    position: relative;
    width: 50%;
    margin-top: 0;
  }

  .testimonial-section .reviews-content {
    width: 50%;
  }

  .download .img-wrap {
    right: 0;
  }

  .download .phone-btm {
    position: relative;
    left: -20%;
  }
}



@media (max-width: 768px) {
  .hero {
    padding: 80px 0;
  }

  /* .hero h1 {
    font-size: 30px;
    line-height: 1.3;
  } */

  .logo {
    width: 160px;
    margin-bottom: 30px;
  }

  .trudna,
  .download {
    padding-top: 80px;
  }

  .card-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-section {
    flex-direction: column;
  }

  .testimonial-section .featured-image-container {
    width: 80%;
  }

  .testimonial-section .reviews-content {
    width: 100%;
  }

  .cta,
  .points-hero {
    padding-block: 80px;
  }

  .steps .card {
    width: 100%;
  }

  .points-box {
    padding: 20px;
  }

  .cta-bottom .sub-hd {
    width: 70%;
    font-size: 16px;
  }

  .download .phone-btm {
    max-width: 280px;
    margin-top: 100px;
  }

  .img-wrap .girl {
    max-width: 350px;
  }
}

@media (max-width: 767px) {

  .hero,
  .features,
  .rewards,
  .steps,
  .cta,
  .points-hero,
  .trudna,
  .download,
  .testimonial-section,
  .cta-bottom {
    padding-block: 50px;
  }

  .reward-info {
    padding-block-end: 50px;
  }

  .hero h1,
  .download h2,
  .cta h2,
  .trudna h2,
  .points-hero h2,
  .steps h2.heading,
  .testimonial-section .section-header h2,
  .reward-info h2,
  .rewards h2,
  .cta-bottom h2 {
    font-size: 28px;
    line-height: 1.3;
  }

  .hero-text p {
    font-size: 16px;
  }

  .phone {
    max-width: 250px;
  }

  .testimonial-section .featured-img {
    height: 450px;
  }

  .reward-info .reward-info-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .rewards .mobile-flat {
    max-width: 100%;
  }

  .reward-text ul {
    gap: 1rem;
    flex-wrap: wrap;
  }

  .points-hero p {
    margin-top: 20px;
    font-size: 18px;
  }

  .feature-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .features .sub-hd {
    padding-block-end: 0;
  }

  .feature-card {
    padding: 20px;
  }

  .feature-card p br {
    display: none;
  }

  .key-img-block {
    display: none;
  }

  .features h2 {
    font-size: 28px;
  }

  .card-wrap {
    flex-wrap: wrap;
  }

  .steps .card {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .points-content {
    max-width: 100%;
  }

  .points-box {
    max-width: 90%;
  }

  .cta ul {
    gap: 1rem;
    flex-wrap: wrap;
  }

  .trudna-features {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin: 30px 0 1rem;
  }

  .trudna .btm-heading {
    padding-top: 50px;
    font-size: 20px;
    line-height: 1.2;
  }

  .reward-info .reward-card {
    margin-top: 30px;
  }

  .reward-coffee {
    display: none;
  }

  .rewards .sub-hd {
    margin-block: 30px;
    font-size: 18px;
  }

  .rewards .sub-txt-four {
    font-size: 20px;
  }

  .reward-info .reward-coffee-photo {
    max-width: 20%;
    top: -37px;
  }

  .app-buttons img {
    height: 36px;
  }

  .testimonial-section .featured-image-container {
    width: 100%;
  }

  .testimonial-section .floating-quote {
    right: 20px;
  }

  .download {
    padding-block-end: 0;
  }

  .download .phone-btm {
    left: 0;
  }

  .subscribe-wrapper {
    padding-bottom: 0;
  }

  .subscribe-box {
    flex-direction: column;
    gap: 1rem;
    background-color: transparent;
    box-shadow: none;
  }

  .email-field {
    background-color: #fff;
    border-radius: 5px;
  }

  .subscribe-button {
    border-radius: 5px;
    padding: 14px;
    line-height: 1;
  }
}

@media (max-width: 480px) {
  .cta-bottom .sub-hd {
    width: 100%;
  }

  .card-wrap {
    grid-template-columns: 1fr;
  }
}