@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Changa+One:ital@0;1&family=Funnel+Sans:ital,wght@0,300..800;1,300..800&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,900;1,700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Smooch+Sans:wght@100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{width:100%;height:100%}.home{width:100%;min-height:100vh;background-color:#fff}.home .hero-img{width:90%;margin:15px auto}.hero-img img{width:100%;border-radius:20px;box-shadow:#0006 0 2px 4px,#0000004d 0 7px 13px -3px,#0003 0 -3px inset}.category-section{width:100%;display:flex;justify-content:center;align-items:center;margin-top:30px;gap:10px;flex-wrap:wrap;padding:10px}.category-card{width:200px;height:300px;background-color:#fff;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px;padding:30px 10px;transition:all .4s}.category-card:hover{box-shadow:#0006 0 2px 4px,#0000004d 0 7px 13px -3px,#0003 0 -3px inset;border-radius:20px}.category-card img{width:100%;height:100%}.heading{text-align:center;margin-top:30px;font-size:3rem}.product-section{display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap}.product-card{width:300px;height:450px;display:flex;flex-direction:column;justify-content:center;align-items:start;padding:10px 20px;box-shadow:#0006 0 2px 4px,#0000004d 0 7px 13px -3px,#0003 0 -3px inset;border-radius:20px;margin-top:20px;gap:30px;margin-bottom:20px}.product-img{width:80%;height:50%;margin:0 auto}.product-card .product-img img{width:100%;height:100%}.product-card .product-details{display:flex;flex-direction:column;justify-content:start;align-items:start;gap:10px}.product-card button{padding:10px 35px;background-color:#0e141a;color:#fff;border:none;border-radius:10px;cursor:pointer}.product-card button:hover{background-color:#0e141ad5}.footer-section{width:100%;height:150px;background-color:#0e171f;color:#fff;text-align:center;font-size:3vmax;line-height:150px;letter-spacing:4px}.nav{width:100%;height:150px;box-shadow:#0006 0 2px 4px,#0000004d 0 7px 13px -3px,#0003 0 -3px inset}.top-nav{width:100%;height:75%;background-color:#222f3b;display:flex;justify-content:space-between;align-items:center;padding:20px 50px}.bottom-nav{width:100%;height:25%;background-color:#354350}.top-nav .logo{color:#fff;font-size:30px;display:flex;justify-content:center;align-items:center;gap:10px;text-decoration:none}.nav .top-nav .search-box{width:60%;height:60%;display:flex;justify-content:space-between;align-items:center;border-radius:20px;overflow:hidden}.search-box input{width:70%;height:100%;font-size:1.2rem;padding:10px 20px;border:none;outline:none}.search-box button{width:30%;height:100%;font-size:1.8rem;background-color:#fff;border:none;display:flex;justify-content:end;align-items:center;padding-right:20px}.cart-box{color:#fff;position:relative}.top-nav .cart-box svg{font-size:2.2rem}.top-nav .cart-box span{position:absolute;top:-10px}.bottom-nav .menu-item{height:100%;display:flex;justify-content:center;align-items:center;color:#fff;list-style:none;gap:25px;font-size:1.2rem}.bottom-nav .menu-item li{color:#fff;text-decoration:none}@media (max-width: 750px){.nav .top-nav .search-box{display:none}}.shop-section{width:100%;min-height:100vh}.heading{display:flex;justify-content:center;align-items:center;font-size:2rem;gap:10px}.heading svg{font-size:3.8rem}.contact-section{width:100%;height:100vh}.header{font-size:3rem;text-align:center;margin-top:30px;color:#0f1c27}.contact-section .contact-details{width:60%;height:auto;margin:50px auto 0;background-color:#212e29;display:flex;border-radius:10px;flex-direction:column;gap:20px;padding:30px 20px}.contact-details label{font-size:1.4rem;font-weight:700;padding-right:20px;color:#fff}.contact-details input{padding:10px 20px;border:none;outline:none;border-radius:10px;width:50%;margin:0 auto}.contact-details input[type=button]{background-color:#0873bbb0;color:#fff;font-size:1.2rem}.cartCard{width:90%;height:180px;box-shadow:2px 2px 10px #00000096;margin:20px auto;display:flex;justify-content:space-between;align-items:center;padding:15px 30px;border-radius:10px}.cartCard .left-Cart{width:50%;height:100%;display:flex;gap:20px}.cartCard .left-Cart img{height:100%}.cartCard .left-Cart .name-price{display:flex;justify-content:center;align-items:start;flex-direction:column;gap:10px}.cartCard .rightCart button{padding:10px 25px;background-color:red;color:#fff;border:none;border-radius:10px;font-size:1rem;cursor:pointer}@media (max-width: 750px){.cartCard{width:70%;height:auto;align-items:center;flex-direction:column;gap:10px}.cartCard .left-Cart{flex-direction:column}.cartCard .left-Cart img{width:100%;height:50%}.cartCard .left-Cart .name-price{display:flex;align-items:start;flex-direction:column;gap:10px}}.card{width:100%;min-height:100vh}.cart-Section{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}.empty-Cart{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px}.empty-Cart img{width:90%;max-width:400px}.price-section{width:50%;height:100px;background-color:#0d1216;color:#fff;display:flex;flex-direction:column;justify-content:center;gap:5px;text-align:center;font-size:2.3vmax;margin:20px}
