*{box-sizing:border-box;margin:0;padding:0;font-family:Poppins,sans-serif;font-weight:300}.navbar{box-shadow:2px 0 25px #00000080;height:70px;display:flex;align-items:center;padding:50px}.navbar img{width:80px}.container{width:100%;max-width:850px;margin:0 auto;padding:10px}.hero{padding:50px 10px;display:flex;justify-content:center;align-items:center;flex-direction:column}.hero img{width:100%;object-fit:contain}.about-section{padding:20px 10px}.about-section h1{font-size:2rem;font-weight:600;margin-bottom:15px}.about-section h2{font-size:1rem;font-weight:300}section.card-component{display:flex;justify-content:space-evenly;gap:25px;overflow-x:scroll;overflow-y:hidden;white-space:nowrap;scroll-behavior:smooth}.card{flex:1 0 235px;margin-bottom:15px;position:relative;font-size:.75rem}.card img{width:100%;border-radius:9px;object-fit:contain}.card-bottom-section span{font-weight:600}.card .card-availability{position:absolute;top:5px;left:5px;display:flex;justify-content:center;align-items:center;background-color:#fff;color:#222;font-weight:300;font-size:.65rem;padding:3px 5px;border-radius:2px}@media screen and (max-width: 850px){section.card-component{justify-content:flex-start;width:auto}.navbar{padding:10px}}
