.boat-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:30px;font-family:'Poppins',Helvetica,Arial,Lucida,sans-serif}.boat-card{border:1px solid #cccccc;border-radius:7px;overflow:hidden}.boat-card-img{line-height:0}.boat-card-img img{height:200px;width:100%;object-fit:cover}.boat-card-meta{padding:1em;display:flex;flex-direction:column;justify-content:space-between;min-height:175px}.boat-card-meta h3{line-height:1.2em;font-family:'Prompt',Helvetica,Arial,Lucida,sans-serif;color:#003148;font-weight:700;letter-spacing:.03em}.boat-card-flex{display:flex;justify-content:space-between;flex-wrap:wrap;gap:5px}.boat-card-btn{display:flex;margin-top:1em}.boat-card-meta .btn{padding:.6em 1.6em;display:inline-block;background:#53cbfb;border-radius:5px;color:#ffffff;text-align:center;width:100%;transition:300ms;font-weight:bold;font-family:'Cabin',Helvetica,Arial,Lucida,sans-serif!important;font-size:16px}.boat-card-meta .btn:hover{opacity:.7}.cls-1{fill:none;stroke:#737373;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px}.boat-images-gallery{overflow-x:scroll;display:flex;gap:1.6em;padding-bottom:1.6em}.boat-images-gallery img{width:auto;border-radius:7px;line-height:0;max-width:fit-content}.boat-images-gallery::-webkit-scrollbar{height:10px}.boat-images-gallery::-webkit-scrollbar-track{background:rgba(0,0,0,.05);border-radius:10px}.boat-images-gallery::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:10px;transition:200ms}.boat-images-gallery::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.4);cursor:pointer}@media screen and (max-width:980px){.boat-grid{grid-template-columns:1fr 1fr}.boat-images-gallery img{max-height:50vh}}@media screen and (max-width:600px){.boat-grid{grid-template-columns:1fr}}