@media (max-width: 1250px) {
  .explore-section .cards {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(3, 1fr);
  }

  .explore-section .card {
    width: auto;
    height: auto;
    padding: 20px;
  }
 .hero-floating-img {
    right: 7%;
  }
  .hero-floating-img img {
    height: 350px;
  }
  
}

@media (max-width: 1150px) {
  .safari-card {
    width: calc(95% / 2);
  }
  .hero-text-box h2 {
    font-size: 70px;
  }

}

@media (max-width: 1050px) {
  .explore-section .cards {
    gap: 20px;
  }

  .explore-section .card {
    padding: 10px;
  }
  .explore-section .card img {
    width: 80%;
  }

  .hero-background {
    width: 300px;
  }
  .hero-floating-img {
    right: 7%;
  }
  .hero-floating-img img {
    height: 250px;
  }
}

@media (max-width: 950px) {
  .hero .content {
    width: 600px;
  }
  .hero .title {
    font-size: 70px;
  }
  .explore-section .cards {
    margin: auto;
  }
  .explore-section .heading {
    display: none;
  }
  .explore-section .card img {
    width: 50%;
  }
  .experience-section {
    height: auto;
    padding-bottom: 80px;
  }
  .right-content {
    width: 90%;
    margin: auto;
    color: #fff;
    z-index: 2;
    position: unset;
  }
  .sub-title {
    text-align: center;
  }
  .main-title {
    text-align: center;
  }
  .hero-text-box h2 {
    font-size: 50px;
  }
  .hero-text-box p {
    width: 300px;
  }
  .hero-background {
    width: 200px;
  }

  .safariZoneContentBox {
    display: block;
  }
  .leftzone {
    display: none;
  }
}

@media (max-width: 900px) {
  .jungle-contact {
    flex-direction: column;
  }
  .jc-left,
  .jc-right {
    width: 100%;
  }
}

@media (max-width: 750px) {
  .hero {
    padding-left: 0;
  }
  .hero .content {
    width: 600px;
    margin: auto;
    text-align: center;
  }
  .hero .title {
    font-size: 70px;
  }
  .explore-section .card img {
    width: 40%;
  }
  .explore-section .card h4 {
    font-size: 18px;
  }
  .safari-card {
    width: 100%;
  }
  
  .hero-floating-img img {
    height: 200px;
  }

}
@media (max-width: 650px) {
  .hero {
    height: 450px;
  }
  .hero .content {
    width: fit-content;
    margin: auto;
    text-align: center;
    margin-top: 130px;
  }
  .hero .title {
    font-size: 40px;
  }
  .hero .desc {
    width: 80%;
    margin: auto;
    margin-bottom: 10px;
  }
  .hero .btn {
    padding: 8px 28px;
  }
  .explore-section .card img {
    width: 80%;
  }
  .main-title {
    text-align: center;
    font-size: 34px;
  }
  .description {
    font-size: 12px;
  }
  .imageWraper img {
    width: 100%;
  }
  .safari-title {
    font-size: 34px;
  }
  .safariHeading p {
    width: 90%;
  }
  .safari-zones {
   padding-top: 0;
  }
  .safari-zones-main-title {
    font-size: 34px;
  }
  .hero-side-panel {
    display: block;
  }
  .hero-text-box h2 {
    text-align: center;
    font-size: 39px;
  }
  .hero-text-box p {
    text-align: center;
    width: 90%;
    margin: auto;
  }
  .safari-hero{
    padding-bottom: 50px;
  }
  .hero-background {
    display: none;
  }
  .hero-floating-img {
    display: none;
  }
  .hero-btn {
    display: block;
    width: fit-content;
    margin: auto;
    margin-top: 20px;
  }
  .places-section {
    margin: 20px auto;
    padding: 40px 0;
  }
  .places-section .main-title {
    font-size: 34px;
  }
  .places-grid .place {
    flex: 0 0 calc((100% - 50px) / 2);
    height: 150px;
  }
  .jc-left h2 {
    font-size: 34px;
  }

  .jungle-contact {
    padding: 40px 5%;
    text-align: center;
  }
  .jc-buttons {
    justify-content: center;
  }
  .jc-btn {
    padding: 8px 12px;
    font-size: 13px;
  }
}

@media (max-width: 350px) {
  .jc-buttons {
    gap: 3px;
  }
  .jc-btn {
    padding: 5px 10px;
    font-size: 12px;
  }
}
