@import"https://fonts.googleapis.com/css2?family=Poppins: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=Roboto:ital,wght@0,100..900;1,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}body{width:100%;height:100%}.nav{width:100%;height:150px;box-shadow:0 4px 10px #0008}.nav a{text-decoration:none;color:#fff}.top-nav{width:100%;height:75%;background-color:#191d21;display:flex;align-items:center;justify-content:space-between;padding:10px 30px}.bottom-nav{width:100%;height:25%;background-color:#262d33;display:flex;align-items:center;justify-content:center;gap:20px;color:#fff;list-style:none;font-size:18px}.top-nav .logo{color:#fff;font-size:30px;display:flex;align-items:center;justify-content:center;gap:10px}.top-nav .Search-box{width:80%;height:80%;background-color:#fff;display:flex;align-items:center;justify-content:center;border-radius:20px;overflow:hidden}.top-nav .Search-box input{width:70%;height:100%;padding:10px 20px;border:none;font-size:18px}.top-nav .Search-box button{width:30%;height:100%;display:flex;align-items:center;justify-content:end;font-size:30px;background-color:#fff;border:none;padding-right:20px}.cart-box{position:relative}.cart-box svg{color:#fff;width:40px;height:40px}.cart-box span{color:wheat;position:absolute;top:-14px;font-size:18px}@media (max-width:800px){.top-nav .Search-box{display:none}}.home{width:100%;min-height:100vh;background-color:#fff}.hero-bg{width:100%;display:flex;align-items:center;justify-content:center;margin-top:20px}.hero-bg img{width:90%;box-shadow:2px 2px 10px #00000075;border-radius:20px}.category-section{width:100%;display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap;margin-top:30px;padding:20px}.category-card{width:200px;height:300px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;border-radius:20px;transition:all .4s;padding:10px}.category-card:hover{box-shadow:2px 2px 10px #0000006c}.category-card img{width:100%;height:70%}.product-section{width:100%;padding:10px;display:flex;align-items:center;justify-content:center;gap:30px;flex-wrap:wrap}.home h1{text-align:center;padding:50px;color:#142227;font-size:3vmax}.Product{width:300px;height:450px;background-color:#fff;box-shadow:2px 2px 10px #0008;display:flex;align-items:center;justify-content:space-between;flex-direction:column;padding:20px;border-radius:20px}.Product-details{display:flex;align-items:start;justify-content:start;flex-direction:column;gap:10px;font-size:18px}.product-details button{padding:10px 20px;background-color:#07090b;color:#fff;border:none;border-radius:10px;font-size:18px;cursor:pointer}.Product-details button:hover{opacity:.8}.Product img{width:100%;max-height:60%}.footer{width:100%;height:100px;display:flex;align-items:center;justify-content:center;gap:10px;background-color:#14191d;color:#fff;font-size:18px;margin-top:30px}.shop{width:100%;min-height:100vh}.shop .heading{font-size:3vmax;width:100%;height:120px;display:flex;align-items:center;justify-content:center;gap:10px}.Cart{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;padding-top:40px}.empty-cart{width:100%;height:100%;display:flex;align-items:center;justify-content:start;flex-direction:column;gap:20px}.empty-cart img{width:90%;max-width:400px;margin-top:40px}.cartCard-section{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px}.price-section{display:flex;align-items:center;justify-content:center;flex-direction:column;font-size:30px}.CartCard{width:90%;height:180px;box-shadow:2px 2px 10px #00000096;display:flex;align-items:center;justify-content:space-between;padding:20px;border-radius:20px}.left-card img{max-width:50%;height:100%}.left-card{height:100%;display:flex;align-items:center;justify-content:center;gap:20px}.left-card .name-price{display:flex;flex-direction:column;gap:8px;font-size:20px}.right-card button{background-color:#e31c1c;color:#fff;padding:10px 20px;font-size:18px;border-radius:20px;cursor:pointer}.right-card button:hover{opacity:.8}@media (max-width:750px){.CartCard{flex-direction:column;height:500px;align-items:start;width:300px;gap:20px}.left-card{flex-direction:column;align-items:start}.left-card img{height:40%}}.contact{width:100%;min-height:80vh;display:flex;align-items:center;justify-content:center}.contact form{max-width:500px;width:90%;height:500px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px}.contact form input,textarea{width:100%;height:50px;padding:10px 20px;border:2px solid rgb(23,28,33);color:#171c21;outline:none}.contact form button{padding:10px 20px;background-color:#171c20;color:#fff;border:none;font-size:18px;border-radius:20px;cursor:pointer}.contact form button:hover{opacity:.7}
