*{padding:0;margin:0;box-sizing:border-box}body{font-family:Arial,sans-serif}nav{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0 50px;background-color:#0acdfe00;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.2);position:fixed;top:0;left:0;height:100px;z-index:1000;transform:translateY(-150%);animation:slideDown 1s forwards ease-out}@keyframes slideDown{to{transform:translateY(0)}}.logo{width:100px;height:auto;transition:transform .3s}nav>ul{display:flex;gap:30px;list-style:none;font-size:1.2rem;width:50%;justify-content:space-around}nav>ul>li>span{text-decoration:none;color:#fff;position:relative;transition:all .3s ease;color:#000;cursor:pointer}nav>ul>li>span:after{content:"";position:absolute;width:0%;height:2px;bottom:-5px;left:0;background-color:#00ffe5;transition:width .3s ease}nav>ul>li>span:hover{color:#00ffd5}nav>ul>li>span:hover:after{width:100%}nav>ul>li>a:hover{transform:translateY(-3px)}@media (max-width: 768px){nav{flex-direction:row;height:100px;padding:20px}nav>ul{flex-direction:row;gap:15px;width:100%;align-items:center}}*{padding:0;margin:0;box-sizing:border-box;color:#fff;font-family:Poppins,sans-serif}.section{display:flex;width:100%;height:100vh;flex-direction:row;padding:30px;justify-content:space-around;align-items:center;background-image:url(../main.jpg);background-position:center;background-size:cover;background-attachment:fixed;animation:fadeInBg 2s ease forwards}.png{width:330px;animation:zoomIn 1.5s ease forwards}.intro{display:flex;flex-direction:column;justify-content:center;gap:40px;width:50%;align-items:flex-start;animation:slideIn 1.5s ease forwards}.intro>h1{font-size:4rem;text-transform:uppercase;font-weight:700;color:#fff;letter-spacing:2px}.intro>p{font-size:1.2rem;line-height:1.6;color:#e0e0e0}button{padding:12px 30px;border:2px solid #fff;background:transparent;cursor:pointer;font-size:1rem;font-weight:700;border-radius:25px;transition:.3s ease all}button:hover{background:#fff;color:#000;transform:scale(1.1)}@keyframes fadeInBg{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translate(-80px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes zoomIn{0%{transform:scale(.7);opacity:0}to{transform:scale(1);opacity:1}}@media (max-width: 768px){.intro>h1{font-size:3rem}}.products-page{min-height:100vh;background-color:#f9f9f9;padding:50px 20px;font-family:Arial,sans-serif;text-align:center;margin-top:100px}.products-page h1{font-size:3rem;margin-bottom:40px;color:#333}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;justify-items:center}.product-card{background-color:#fff;border-radius:15px;box-shadow:0 8px 20px #0000001a;padding:20px;width:100%;max-width:280px;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-10px);box-shadow:0 12px 25px #00000026}.product-card img{width:100%;height:200px;object-fit:contain;border-radius:10px;margin-bottom:15px}.product-card h2{font-size:1.2rem;margin-bottom:10px;color:#333;height:50px;overflow:hidden}.product-card .price{font-size:1rem;color:#888;margin-bottom:15px}.product-card button{padding:10px 20px;border:none;background-color:#333;color:#fff;border-radius:25px;cursor:pointer;transition:background-color .3s ease,transform .3s ease}.product-card button:hover{background-color:#ff9800;transform:scale(1.05)}.about-page{min-height:100vh;display:flex;justify-content:center;align-items:center;background-color:#f0f0f0;padding:50px 20px;font-family:Arial,sans-serif;text-align:center;animation:fadeInPage 1s ease forwards}.about-container{max-width:800px;background-color:#fff;padding:40px 30px;border-radius:15px;box-shadow:0 10px 25px #0000001a;transform:translateY(50px);opacity:0;animation:slideUp 1s ease forwards;animation-delay:.3s}.about-container h1{font-size:2.5rem;margin-bottom:20px;color:#333;animation:fadeInText 1s ease forwards;animation-delay:.5s}.about-container p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:15px;animation:fadeInText 1s ease forwards;animation-delay:.7s}@keyframes fadeInPage{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInText{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.product-details-page{min-height:100vh;background-color:#f9f9f9;padding:50px 20px;font-family:Arial,sans-serif;text-align:center;margin-top:100px}.product-details-page h1{font-size:2.5rem;margin-bottom:30px;color:#333}.product-image{width:300px;max-width:90%;height:300px;object-fit:contain;margin-bottom:20px;border-radius:15px;box-shadow:0 8px 20px #0000001a;transition:transform .3s ease}.product-image:hover{transform:scale(1.05)}.price{font-size:1.5rem;color:#333;margin-bottom:20px}.description{max-width:600px;margin:0 auto;font-size:1rem;line-height:1.6;color:#555}.back-button{padding:10px 20px;margin-bottom:30px;border:none;background-color:#333;color:#fff;border-radius:25px;cursor:pointer;margin-left:5px;transition:background-color .3s ease,transform .3s ease}.back-button:hover{background-color:#ff9800;transform:scale(1.05)}*{padding:0;margin:0;border:none}#root{padding:0;margin:0;width:100%;border:none;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}body{background-color:#0000;overflow-x:hidden}
