:root {
  --ts-blue:#FF0000;
  --ts-yellow:#F6C300;
  --ts-light:#F9FAFB;
  --ts-dark:#333;
}
body {font-family:'Inter',sans-serif;}
.tour-card:hover,.nav-link:hover,.btn:hover{box-shadow:0 0.5rem 1rem rgba(0,0,0,.05);transition:.2s;}
#searchCard,#filterSidebar{position: relative;
    /* top: 6rem;*/}
#searchCard{}
#filterSidebar{z-index:1;margin-bottom:2rem;}
@media(max-width:767.98px){
  .tour-card .col-md-3{flex:0 0 100%;max-width:100%;}
  .tour-card img{height:200px;}
  #filterSidebar .accordion-button{font-size:.9rem;}
}
@media(min-width:1200px){
  .tour-card img{min-width:280px;max-height:200px;}
}
