*{box-sizing:border-box;margin:0;padding:0}body{background-color:#000;font-family:Arial,sans-serif;overflow-x:hidden}body,h1,h2{color:#fff}.header{background-color:#111;display:flex;justify-content:space-between;padding:20px}.header h1{font-size:2rem}.product-list{grid-template-columns:repeat(3,1fr);padding:40px}.product-card{background-color:#222;border-radius:8px;cursor:pointer;padding:20px;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.product-card:hover{box-shadow:0 4px 20px #ffffff1a;transform:translateY(-10px)}.product-image{border-radius:8px;height:200px;object-fit:cover;width:100%}.product-details{margin-top:10px;text-align:center}.product-title{font-size:1.2rem;font-weight:700}.product-price{color:#f5084f;font-size:1.5rem;margin-top:10px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn 1s ease-in-out forwards}.navbar{align-items:center;animation:fadeIn .6s ease-out;background-color:#000000e7;display:flex;justify-content:space-between;padding:20px 40px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.logo img{transition:transform .3s ease;width:270px}.menu-icon{color:#fff;cursor:pointer;display:none;font-size:30px;-webkit-user-select:none;user-select:none}.nav-links{display:flex;gap:20px}.nav-links,.nav-links li{list-style:none}.nav-links a{color:#fff;font-size:1.1rem;padding:10px 18px;text-decoration:none;transition:all .3s ease}@media screen and (max-width:1023px){.navbar{padding:18px 30px}.nav-links{gap:15px}}@media screen and (max-width:768px){.menu-icon{display:block}.nav-links{align-items:center;background-color:#000;flex-direction:column;left:0;max-height:0;overflow:hidden;position:absolute;top:100%;transition:max-height .4s ease-in-out;width:100%}.nav-links.active{max-height:320px}.nav-links li{text-align:center;width:100%}.nav-links a{display:block;font-size:1rem;padding:15px 0;width:100%}.logo img{width:200px}}@media screen and (max-width:480px){.navbar{padding:15px}.logo img{width:170px}.menu-icon{font-size:28px}}@media screen and (max-width:320px){.logo img{width:150px}.menu-icon{font-size:26px}}.header-container{height:100vh;overflow:hidden;position:relative;width:100%}.background-video{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%;z-index:-1}.header-content{color:#fff;left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);z-index:1}.header-content h1{font-size:3rem;font-weight:700;text-shadow:2px 2px 10px #0009}.fade-in{animation:fade-in 2s ease-out}.product-list{grid-gap:20px;display:grid;gap:20px;padding:20px}@media screen and (max-width:1023px) and (min-width:769px){.product-list{grid-template-columns:1fr 1fr}}@media screen and (max-width:768px) and (min-width:481px){.product-list{grid-template-columns:1fr}}@media screen and (max-width:480px) and (min-width:321px){.product-list{grid-template-columns:1fr}}@media screen and (max-width:320px){.product-list{grid-template-columns:1fr}}.video-page{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:3em;min-height:100vh;padding:20px}.video-title{font-size:2.5rem;font-weight:700;margin-bottom:20px;text-shadow:2px 2px 10px #000000b3}.video-container{border-radius:8px;max-height:90vh;max-width:100%;padding:20px}.full-screen-video{border-radius:8px;width:10%}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.video-page{animation:fade-in 2s ease-out;color:#fff;position:relative;text-align:center}.video-title{font-size:2rem;margin-bottom:1rem}.video-container{height:60vh;overflow:hidden;position:relative;width:100%}.full-screen-video{height:100%;object-fit:cover;width:100%}.full-screen-video1{height:auto;width:auto}.bubble-animation{background:#ffffff1a;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.grid-section{background:#000000b3;margin-top:3rem;padding:2rem}.grid-title{color:#fff;font-size:1.8rem;margin-bottom:2rem}.grid-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.grid-box{background:#000;border-radius:10px;box-shadow:0 4px 6px #0003;overflow:hidden;position:relative;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.grid-box:hover{box-shadow:0 6px 12px #0006;transform:scale(1.05)}.grid-image{border-bottom:2px solid #b50318;height:200px;object-fit:cover;width:100%}.grid-content{color:#fff;padding:1rem;text-align:center}.grid-content h4{font-size:1.2rem;margin-bottom:.5rem}.grid-content p{color:#ccc;font-size:.9rem}.video-3{background-color:#000;box-sizing:border-box;gap:20px;height:100vh;justify-content:space-between;padding:20px;width:100%}.video-3,.video-container{align-items:center;display:flex}.video-container{flex:1 1;justify-content:center}.video-container video{border-radius:10px;box-shadow:0 4px 8px #0003;height:auto;object-fit:cover;width:100%}.text-container{align-items:flex-start;box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:20px;text-align:left}.text-container h1{color:#333;font-size:2.5rem;margin-bottom:20px}.text-container p{color:#666;font-size:1.2rem;line-height:1.5;margin-bottom:20px}.learn-more-btn{background-color:#b50318;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;padding:10px 20px;transition:background-color .3s ease}.learn-more-btn:hover{background-color:#8a0213}@media screen and (max-width:768px){.video-title{font-size:1.8rem}.video-container{height:50vh}.grid-container{grid-template-columns:1fr}.video-3{flex-direction:column;height:auto}.video-container video{height:100%}.text-container h1{font-size:1.8rem}.text-container p{font-size:1rem}.learn-more-btn{font-size:.9rem}}@media screen and (max-width:1024px){.video-title{font-size:2rem}.video-container{height:60vh}.grid-container{grid-template-columns:repeat(1,1fr)}.video-3{flex-direction:column;height:auto}.video-container video{height:100%}.text-container h1{font-size:2rem}.text-container p{font-size:1.1rem}}@media screen and (min-width:1025px){.video-title{font-size:2.5rem}.video-container{height:70vh}.grid-container{grid-template-columns:repeat(3,1fr)}.video-3{flex-direction:row;height:100vh}.video-container video{height:auto}.text-container h1{font-size:2.5rem}.text-container p{font-size:1.2rem}}.footer{background-color:#222;color:#fff;padding:20px 0;text-align:center}.footer-container{display:flex;flex-wrap:wrap;justify-content:space-around;margin:0 auto;max-width:1200px}.footer-section{flex:1 1;margin:10px;min-width:250px}.footer-section img{width:200px}.footer-section h4{color:#f5084f;font-size:18px;margin-bottom:10px}.footer-section a,.footer-section p,.footer-section ul{color:#aaa;font-size:14px;text-decoration:none}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin:5px 0}.footer-section ul li a:hover{color:#f5084f}.social-icons a{color:#fff;font-size:20px;margin:0 10px}.social-icons a:hover{color:#f5084f}
/*# sourceMappingURL=main.ea33086f.css.map*/