@media screen and (max-width: 1020px) {
  .banner-row {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  .form-area {
    top: unset;
    width: 80%;
  }
  .form-area .form {
    width: 100%;
  }
}

@media screen and (max-width: 1018px) {
  .desk {
    display: none !important;
  }
  .mobile-banner {
    display: block !important;
    height: 900px;
  }
}

@media screen and (max-width: 770px) {
  /* .logo-row img {
        max-width: 150px;
        max-height: 50px;
    } */

  .banner-row {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
  .get-set {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 5px;
    /* text-align: center; */
  }
  .departure-span {
    font-size: 16px;
    line-height: 19px;
    /* text-align: center;
display: block;
float: unset; */
    margin: unset;
  }
  .banner-text h1 {
    font-size: 2.3rem;
    line-height: 2.7rem;
    text-align: center;

    margin-bottom: 10px;
  }

  .form-area {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .form-area .form {
    width: 100%;
  }

  .explore-grid,
  .explore-grid.grid-2 {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .footer-text-row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .copyright {
    grid-column: 1/3;
    font-size: 0.8rem !important;
  }

  .privacy {
    font-size: 0.8rem !important;
    grid-column: 3/4;
    text-align: right;
  }

  .contact {
    grid-column: 1/4;
    grid-row: 1/2;
    text-align: center;
  }

  footer .logo {
    margin: auto;
    width: 100%;
    max-width: 100px;
  }
  footer .logo img {
    max-width: none !important;
    width: 100%;
  }

  .desk {
    display: none !important;
  }

  .mobile {
    display: block !important;
    height: 100vh;
    object-fit: cover;
  }
  /* .banner-area {
    background-image: url("https://vacations-exotica.in/durga_pooja_landonly/images/mobile-banner.png");
  } */
  .des-banner {
    display: none;
  }
  .mobile-banner {
    display: block !important;
    height: 800px;
  }
  .banner-row {
    height: 100%;
    padding-bottom: 10px;
    /* padding: unset; */
    justify-content: end;
  }
  .form-heading {
    /* color: rgba(0, 0, 0, 0.7); */
    color: #fff;
  }
  .filter-btn {
    padding: 8px 10px;
  }
}
@media screen and (max-width: 431px) {
  .wrap-container {
    padding-inline: 30px;
  }
  .footer-text-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .card-title{
max-width: 90%;
  }
   section {
    padding: 1.5rem 0;
  }
   .explore-grid {
    gap: 20px;
  }
}

@media screen and (max-width: 395px) {
 
 
  .card-image{
        height: 25vh;
  }
  .card-title{
    font-size: 1.2rem;
  }
  .day_night{
    font-size: 14px;
  }
  .btn-price-row .btn{
    font-size: 12px;
  }
   .price{
    font-size: 13px;
  }
  .card-content::after{
    background-size: 50px 50px;
    height: 50px;
    width: 50px;
  }
  .card-image img{
    height: 100%;
  }
}
@media screen and (max-width: 362px) {
  .form input {
    padding-block: unset;
  }
  .theme-btn {
    padding-block: unset;
    margin-top: unset;
  }
}
