@media screen and (max-width: 1600px) {
  .catalog-grid {
    grid-template-columns: repeat(3, 1fr) !important;
}
}

@media screen and (max-width: 1300px) {
  .catalog-grid {
    grid-template-columns: repeat(2, 1fr) !important;
}
}

@media screen and (max-width: 991px) {
    .catalog-grid {
    grid-template-columns: repeat(1, 1fr) !important;
}
  .cat-head-wrap{
      flex-direction: column;
      align-items: center !important;
  }
  .coun-wrap{
      margin-bottom: 12px;
  }
  .footer-bottom-links{
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px !important;
    width: 100%;
    margin-top: 10px;
  }
  .footer-bottom-links a{
      text-align: center;
  }
    #banner h1 .break{
        display: inline-block !important;
    }
    #banner h1{
        font-size: 35px;
    }
    #banner p{
        font-size: 16px;
    }
    .word-slider{
        height: 41px;
    }
    #banner .break2{
        display: none;
    }
    #banner h1 .break1{
        display: inline-block !important;
    }
}

@media screen and (max-width: 720px) {
  .pro-top{
      flex-direction: column;
      align-items: start !important;
  }
  .pro-link{
      padding-top: 0 !important;
  }
  .pro-mid-cont{
      flex-direction: column !important;
      align-items: start !important;
  }
  .pro-link{
      align-items: end !important;
      gap: 25px !important;
  }
  .pro-head{
      flex-direction: column !important;
      align-items: start !important;
      gap: 0 !important;
  }
  #profile .pro-link a{
      flex-direction: column;
      font-size: 14px;
  }
  #profile .pro-mid .bio{
      width: 100%;
  }
  #menu{
      display: none;
  }
  .cont-wrap{
      padding: 20px;
  }
  .pack-wrap-cont{
      flex-direction: column-reverse;
  }
  #packages .mar-l{
      margin-left: 0 !important;
  }
  #packages .pack-img{
      width: 100%;
      height: 140px;
      margin-bottom: 10px;
  }
  #packages .pack-img img{
      height: auto;
  }
    #media .media-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    #review .rev-wrap{
        flex-direction: column;
        gap: 5px;
    }
    #header .navwrap{
        justify-content: start;
        gap: 10px;
    }
    #header .navwrap .nav{
        margin-right: auto !important;
    }
}

@media screen and (max-width: 500px){
    .newsletter-form{
        flex-direction: column;
    }
    #inner-banner h1{
        font-size: 35px;
    }
    #inner-banner p{
        font-size: 15px;
    }
    .search-box2{
        width: 100%;
    }
    #cat .cat-wrap .cat-img{
        width: 130px;
        height: 130px;
    }
    #cat .cat-wrap h4{
        font-size: 15px;
    }
    #cats .recent-list h4{
        font-size: 17px;
    }
    #cats .recent-list p{
        font-size: 14px;
    }
    #cats .recent-img {
    width: 80px;
    height: 80px;
    }
    #cats h3 {
    font-size: 22px;
    }
    #cats .recent-list-wrap {
        margin-top: 15px;
    }
    #cats .country-cat-wrap h2{
        font-size: 16px;
    }
    .hero-search input{
        width: 110px;
    }
    .hero-search{
        padding: 5px !important;
    }
    .search-filter{
        width: 80px;
    }
    .btn-search{
        padding: 6px 10px !important;
    }
    .hero h1{
        font-size: 28px !important;
    }
    .search-filter.dr{
        width: 60px;
    }
    .search-filter.pr{
        width: 70px;
    }
    .hi1{
      inset: 3px 266px auto auto;
  }
  .hi1 img{
      width: 23px;
  }
  .hi2{
      inset: 35px 94px auto auto;
  }
  .hi2 img{
      width: 24px;
  }
  .hero h1 br{
      display: none;
  }
  .hero-content h1 span{
      font-size: 24px;
      transform: translate(1px, 3px);
  }
   .hero-content h1 i{
      font-size: 20px;
      transform: translate(0, -3px);
  }
}