@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap";@import"https://fonts.googleapis.com/css2?family=Freckle+Face&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Outfit,sans-serif}body{background:#d3622c}a{text-decoration:none;list-style:none;color:inherit;line-height:1;cursor:pointer}.container{padding-left:10%;padding-right:10%}.btn{background:#fff;color:#047311;padding:10px 15px;font-size:15px;border-radius:12px;cursor:pointer;border:none;outline:0}.btn .dark-btn{background:orange;color:red}@media(max-width:1000px){.container{padding-left:5%;padding-right:5%}.btn{padding:14px 22px}}nav{width:100%;color:#f4f3f1;padding:10px 0;font-weight:800;font-size:1.3rem;position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:space-between;z-index:10}.logo{max-width:50px;width:180px;border-radius:50%}nav ul li{display:inline-block;list-style:none;margin:5px 10px;cursor:pointer;font-size:1.5rem;font-weight:600px}.dark_nav{background:#6d8ec5;border:2px solid white;transition:.7s}.menu-icon{display:none}@media(max-width:1000px){.logo{width:140px}nav ul li{margin:10px 15px}}@media(max-width:840px){nav{padding:15px 0}nav ul{position:fixed;top:0;right:0;bottom:0;background:#6d8ec5;z-index:-1;width:200px;padding-top:70px;transition:.5s}nav ul li{display:block;margin:25px 40px}.menu-icon{display:block;width:35px;cursor:pointer}.hide-mobile-menu{right:-200px}}a{display:inline-block;cursor:pointer}.shake{animation:shake .8s ease}@keyframes shake{0%{transform:translate(0)}25%{transform:translate(-3px)}50%{transform:translate(3px)}75%{transform:translate(-3px)}to{transform:translate(0)}}.hero-scene{perspective:1200px}.hero{width:100%;height:100vh;background-size:cover;background-position:center;transform-style:preserve-3d;transition:transform .2s ease-out;will-change:transform}@keyframes shakeAnimation{0%{transform:translate(0) rotate(0)}20%{transform:translate(5px,-2px) rotate(-1deg)}40%{transform:translate(-5px,2px) rotate(1deg)}60%{transform:translate(5px,-3px) rotate(-1deg)}80%{transform:translate(-5px,2px) rotate(1deg)}to{transform:translate(0) rotate(0)}}.shake{animation:shakeAnimation .1s ease}.blogs{max-resolution:80px auto;width:90%;display:flex;align-items:center;justify-content:space-between}.blog img{width:100%;border-radius:10px;display:block;margin:15px}.blog{flex-basis:31%;position:relative}.caption{border-radius:10px;position:absolute;inset:0;background:#000f984d;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#fff;margin:15px;cursor:pointer;width:100%;opacity:0;padding-top:70%;transition:.5s}.caption img{width:50px;margin-bottom:10px}.caption p{font-size:13px}.blog:hover .caption{opacity:1;padding-top:0}@media(max-width:650px){.blogs{flex-direction:column}.blog{flex-basis:100%;margin:20px}}.title{text-align:center;color:#f6f6f6;margin-top:60px;font-size:1.5rem;font-weight:400px}.title h2{font-size:3rem;font-weight:500px;margin:20px 0 30px;text-transform:uppercase;font-family:Freckle Face,cursive;font-weight:800;color:#310bf0;letter-spacing:2px;text-shadow:-4px -4px 0 #fff,4px -4px 0 #fff,-4px 4px 0 #fff,4px 4px 0 #fff,0 8px 25px rgba(0,0,0,.35)}.about{margin:100px auto;display:flex;align-items:center;justify-content:space-between;width:100%}.about-left img{padding:1rem;width:70%;border-radius:30px 80px 30px 120px}.about-left{flex-basis:40%;display:flex}.about-right{flex-basis:56%;color:#fff}.about-right h3{font-size:2rem;color:#3214f1;text-transform:uppercase;font-family:Luckiest Guy,cursive}.about-right h2{font-size:1.3rem;color:#f5f2f2;text-decoration:underline}.about-right p:first-letter{font-size:25px;color:#00f}@media(max-width:768px){.about{flex-direction:column}.about-left{flex-basis:100%;margin:20px;order:2;justify-content:center;max-width:90%}.about-right{flex-basis:100%}}@media(max-width:480px){.about_img{max-width:90%}}.section-container{max-width:1200px;margin:auto;padding:2rem 1rem}.section_header{color:#fff;text-align:center;display:flex;justify-content:center;font-size:3rem;font-family:Freckle Face,cursive;font-weight:800;color:#310bf0;letter-spacing:2px;text-shadow:-4px -4px 0 #fff,4px -4px 0 #fff,-4px 4px 0 #fff,4px 4px 0 #fff,0 8px 25px rgba(0,0,0,.35)}.product_grid{margin-top:4rem;display:grid;gap:2rem}.product_grid img{display:flex;width:100%;border-radius:20px}.product_card{position:relative;isolation:isolate;padding:2rem}.product_card:before{position:absolute;content:"";top:0;left:0;width:100%;height:65%;background-color:#ff0;z-index:-1;transition:.3s;border-radius:20px}.product_card:hover:before{height:100%}.marquee{color:#fff;font-style:italic;font-weight:600;padding:3rem}@media not (max-width:540px){.product_grid{grid-template-columns:repeat(2,1fr)}}@media not (max-width:768px){.product_grid{grid-template-columns:repeat(3,1fr)}}.testimonials{margin:80px auto;padding:0 80px;position:relative}.next-btn,.back-btn{position:absolute;top:50%;right:0;transform:translateY(-50%);padding:10px;width:30px;border-radius:50%;cursor:pointer;background:#fff}.back-btn{right:auto;left:0}.slider{overflow:hidden}.slider ul{display:flex;width:200%;overflow-x:hidden;transition:.5s}.slider ul li{list-style:none;width:50%;padding:20px}.slide{box-shadow:0 0 20px #000;padding:40px;border-radius:20px;color:#f5f5f5;line-height:1.4}.slide img{width:75px;border-radius:40px;margin-right:10px;border:4px solid white}.user-info{display:flex;align-items:center;margin-bottom:20px;font-size:15px}.user-info h3{color:#000}@media(max-width:800px){.testimonials{padding:0 40px}.next-btn,.back-btn{padding:10px;width:35px}.testimonials ul li,.slide{padding:10px}.slide img{width:50px;border:3px solid white}}@media(max-width:600px){.user-info{display:block;margin-bottom:10px;font-size:12px}.user-info h3{font-size:16px}.slider p{font-size:12px}}.contact{margin:5%;max-width:80%;display:flex;align-items:center;justify-content:space-between;padding:20px}.contact-col{flex-basis:48%;color:#fff}.contact-col h3{color:#ff0;font-size:2rem;font-weight:500}.contact-col img{width:50px;border-radius:40px;margin:10px}.contact-col p{max-width:450px;list-style:.3}.contact-col ul li{display:flex;align-items:center;margin:10px}.contact form input,.contact form textarea{display:block;width:100%;background:#fff;padding:15px;border:0;outline:0;margin-bottom:15px;margin-top:10px;resize:none;border-radius:10px}.contact-col span{display:block;margin:20px 0}@media(max-width:700px){.contact{display:block}.contact-col{padding:20px}}.footer-premium{padding:80px 20px 100px;margin-bottom:0;margin-top:120px;background:#111;color:#f7f7f7;text-align:center;border-top:1px solid rgba(255,255,255,.1);letter-spacing:.5px;position:relative;overflow:hidden}.footer-top{display:flex;flex-direction:column;gap:10px;opacity:.9}.footer-copy{font-size:.95rem;font-weight:300}.footer-copy span{font-weight:500;transition:.3s ease}.footer-copy span:hover{letter-spacing:1px;color:#f0c845}.footer-links{list-style:none;display:flex;justify-content:center;gap:25px;margin-top:5px;padding:0}.footer-links li{font-size:.9rem;cursor:pointer;opacity:.8;transition:.25s ease}.footer-links li:hover{opacity:1;color:#f0c845}.footer-bottom{margin-top:10px}.footer-title{font-size:2.4rem;letter-spacing:.7rem;font-weight:600;color:#f0c845;transition:.3s ease}.footer-title:hover{letter-spacing:1.2rem;opacity:.9}.footer-title{font-size:2.6rem;letter-spacing:.75rem;font-weight:600;color:#00f;animation:softDrift 1s ease-in-out infinite}@keyframes softDrift{0%{transform:translate(0);opacity:.9}50%{transform:translate(10px);opacity:1}to{transform:translate(0);opacity:.9}}.instagram-link{color:#ee6921;text-decoration:none;font-weight:700;transition:transform .2s ease,color .2s ease}.instagram-link:hover{color:#fff;transform:scale(1.1)}.zombie{position:absolute;bottom:0;left:-200px;animation:zombieWalk 6s linear infinite;z-index:1}.zombie img{width:180px;pointer-events:none;animation:zombieShake .5s infinite}@keyframes zombieWalk{0%{transform:translate(0)}to{transform:translate(120vw)}}@keyframes zombieShake{0%{transform:translate(0) rotate(0)}25%{transform:translate(-1px,1px) rotate(-.5deg)}50%{transform:translate(1px,-1px) rotate(.5deg)}75%{transform:translate(-1px,-1px) rotate(-.5deg)}to{transform:translate(0) rotate(0)}}@media(max-width:768px){.footer-premium{padding:20px}.footer-title{font-size:1.9rem;letter-spacing:.5rem}.footer-links{gap:15px}}@media(max-width:480px){.footer-links{display:inline-block}}#blog{padding:150px 70px 70px}#blog img{max-width:400px}.blogbox{display:flex;flex-direction:column;align-items:center;background:#f0c845;border-radius:20px 80px 10px;padding:20px 20px 5px;width:100%;z-index:-1}.inside-img{display:flex;align-items:center;justify-content:center}.flores-big{width:100%;display:block;margin:20px auto;border-radius:14px}.inside-img2 img{width:100%;max-width:700px;border-radius:16px;display:block;margin:30px auto;transition:all .3s ease;overflow:visible}.blogimage{width:100%;display:flex;align-items:center;justify-content:center}#blog img{width:500px;object-fit:cover;align-items:center}#blog .blogdetails{width:100%;display:flex;align-items:center}.blog-details h2{color:#fff;font-style:italic}#blog .blogdetails a{text-decoration:none;font-size:1rem;transition:.5s}#blog .blogdetails a:hover{color:#000}#blog .blogbox h1{position:absolute;top:-50px;left:0;font-size:3rem;font-weight:700;color:#f9f9f9;z-index:1}.long-text{max-height:0;overflow:hidden;display:inline-block;text-align:left}.expanded{max-height:180rem}button{color:green;padding:5px 15px;border-radius:15px;cursor:pointer;border:none;transition:.3s}button:hover{background-color:#ff0}@media(max-width:800px){.blogbox{padding:10px}#blog img{max-width:45%;height:auto;display:flex;flex-direction:row}.blog-details{padding:0}.inside-img2 img{width:100%;max-width:none;margin-left:-15%;border-radius:12px;display:block}.inside-img img{width:100%;border-radius:12px}.flores-big{width:100%!important;max-width:none!important;margin-left:0!important}}@media(max-width:567px){.blogbox{display:block;flex-direction:row;padding:10px}}.header{position:fixed;top:10;left:10;width:100%;padding-left:10%;padding-right:10%;background:#eba084;box-shadow:0 1px 20px #000;display:flex;justify-content:space-between;align-items:center;z-index:99}.logo{font-size:1.2rem;text-decoration:none;color:#d5d3d3;font-weight:700}#cart-icon{position:relative;display:flex;font-size:2rem;cursor:pointer;color:#fff;width:95%;top:70px}#cart-icon img{width:30px}#cart-icon .cart-item-count{position:absolute;top:0;right:-6px;width:50px;height:50px;background-color:coral;border-radius:50%;font-size:12px;color:#fe0e0e;display:flex;justify-content:center;align-items:center;visibility:hidden}.shop{padding:100px 9% 30px}.section-title{font-size:3rem;text-align:center;margin-bottom:15px;color:#fff}.shop h4{text-align:center;color:#fff}.shop p{text-align:center;font-style:italic;color:#fff;margin-bottom:2rem;text-decoration:underline}.product-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px}.product-box .img-box{display:flex;border-radius:10px;overflow:hidden}.img-box img{width:100%;transition:.5s}.img-box:hover img{transform:scale(1.1)}.product-title{color:#f6f6f7;text-align:center;font-size:1.2rem;margin-top:10px}.price-and-cart{justify-content:space-evenly;align-items:center;color:#f2f2f3;display:flex;gap:1rem}.price-and-cart button{background-color:#e61919}.price-and-cart img{width:20px}.price{font-size:1.2rem;font-weight:700}.price-and-cart i{font-size:1.2rem;padding:5px 10px;color:#00f;background:#31f10f;font-weight:700;cursor:pointer;border-radius:5px;transition:.3s}.price-and-cart i:hover{background-color:#08f44f}.cart-order{position:fixed;top:0;right:-100%;width:30%;height:100%;background:transparent;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border-left:5px solid blue;box-shadow:-2px 0 10px #ffbd60;padding:65px 20px 40px;z-index:100;overflow:auto;transition:.5s}.cart-order.active{right:0}.cart-title{text-align:center;font-size:30px;color:#00f}.cart-box{display:flex;align-items:center;margin-top:20px}.cart-box img{width:100px;height:100px;border-radius:5px;object-fit:cover;margin-right:20px}.cart-detail{display:grid;gap:8px;margin-right:auto}.cart-product-title{font-size:1.2rem;line-height:1}.cart-price{font-weight:400}.cart-quantity{display:flex;width:60%;border:1px solid blue;border-radius:6px}.cart-quantity button{background:transparent;width:50px;border:none;font-size:1.2rem;cursor:pointer}.cart-quantity #decrement{color:#000}.cart-quantity .number{color:#f5f5f9;padding:5px;display:flex;justify-content:center;align-items:center;width:60px;border-left:1px solid #f9cf00;border-right:1px solid #f9cf00;cursor:default}.cart-remove{font-size:20px;cursor:pointer;color:#040405}.total{display:flex;justify-content:flex-end;align-items:center;border-top:1px solid blue;margin:10px 0;font-size:18px}.total-price{margin-left:10px;font-weight:500}.btn-buy{display:block;padding:10px 20px;background:#f9cf00;border:none;border-radius:6px;font-size:1rem;color:#00f;margin:20px auto 0;cursor:pointer;font-weight:500;transition:.3s}.btn-buy:hover{transform:scale(1.1);border:1px solid blue}#cart-close{position:absolute;top:20px;right:15px;font-size:2rem;cursor:pointer;color:#fff}.order-info{font-size:1rem;color:#eed30a;font-style:italic}.product-box:has(.order-info){opacity:.7}@media screen and (max-width:800px){.cart-order{width:60%}}@media screen and (max-width:430px){.product-content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.cart-order{width:100%}}.fly-image{position:absolute;width:80px;height:80px;border-radius:10px;pointer-events:none;animation:flyToCart .7s ease-in-out forwards;z-index:9999}@keyframes flyToCart{0%{transform:scale(1) translate(0);opacity:1}to{transform:scale(.2) translate(var(--cart-x),var(--cart-y));opacity:0}}.shake{animation:shakeCart .4s}@keyframes shakeCart{0%{transform:translate(0)}25%{transform:translate(-4px)}50%{transform:translate(4px)}75%{transform:translate(-4px)}to{transform:translate(0)}}.cart-order{transform:translate(100%);transition:transform .4s ease-out}.cart-order.active{transform:translate(0)}.payment-box{max-width:100%;display:flex;flex-direction:column;align-items:center;padding-top:5rem;gap:1rem;background:#6d8ec5;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.payment-box h2{color:#fff}.payment-box p{color:#fff;font-size:50px;padding:1rem 0;text-decoration:underline}.payment-modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:9999}.payment-modal{width:92%;max-width:720px;background:#fff;border-radius:12px;padding:20px;box-shadow:0 10px 30px #0003;position:relative}.modal-close{position:absolute;right:12px;top:8px;background:transparent;border:none;font-size:24px;cursor:pointer}.modal-section{margin-top:12px;padding-top:10px;border-top:1px solid #eee}.order-summary{margin-top:8px}.order-item{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px dashed #f0f0f0}.order-totals{margin-top:8px}.order-totals .grand{display:flex;justify-content:space-between;padding-top:10px;border-top:1px solid #ddd;margin-top:10px}.qris-box{display:flex;gap:12px;align-items:center;margin-top:20px}.qris-image{width:140px;height:140px;object-fit:contain;border-radius:8px;box-shadow:0 6px 18px #00000014}.bank-info{font-size:14px;color:#333}.qris-actions{margin-top:10px;display:flex;gap:8px}.qris-actions button{padding:8px 12px;border-radius:8px;border:1px solid #ddd;background:#fff;cursor:pointer}.actions{display:flex;gap:10px;margin-top:14px;justify-content:flex-end}.btn-wa{background:#25d366;color:#fff;padding:10px 14px;border-radius:8px;border:none;cursor:pointer}.btn-close{margin-bottom:2rem}.btn-cancel{background:#eee;padding:10px 12px;border-radius:8px;border:none;cursor:pointer}.note{font-size:13px;color:#666;margin-top:8px}.qris-img{max-width:300px;border-radius:30px}.perhatian{text-align:start;justify-content:center;color:#fff;font-size:20px;margin:2rem}.perhatian h2{font-size:3rem;text-decoration:underline;color:#00f}.perhatian p{font-size:1rem}.perhatian span{color:#2912f4;font-size:1.3rem;text-decoration:underline}.shipping-estimation{color:#f9f7f7;font-size:1.3rem}.shipping-estimation input{font-size:1rem}.delivery-partner{font-size:1.3rem;margin:1rem}.delivery-partner button{margin-left:1rem}.input-field{width:100%;padding:10px;margin-bottom:10px;border-radius:6px;border:1px solid #ddd}.photo-bg{position:relative;width:100%;height:100vh;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden;margin-bottom:0}.photo-title{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:clamp(90px,11vw,220px);font-family:Freckle Face,cursive;font-weight:800;color:#310bf0;letter-spacing:2px;text-shadow:-4px -4px 0 #fff,4px -4px 0 #fff,-4px 4px 0 #fff,4px 4px 0 #fff,0 8px 25px rgba(0,0,0,.35);animation:float 1.8s infinite ease-in-out;z-index:2}.photo{position:absolute;width:300px;height:auto}.photo-1{top:55%;left:0%;transform:rotate(10deg);z-index:2;width:35%;overflow:visible}.photo-2{top:8%;right:10%;transform:rotate(-10deg);width:20%;animation:spin 4s linear infinite}.photo-3{top:27%;left:34%;width:14%;animation:floatastro 1.8s infinite ease-in-out}@keyframes floatastro{50%{transform:translate(-50%,-50%) translateY(0)}0%,to{transform:translate(-50%,-50%) translateY(-18px)}}.photo-4{top:20%;left:3%;width:340px;animation:spin 1.5s linear infinite}@keyframes spin{0%{transform:rotate(10deg)}to{transform:rotate(370deg)}}.photo-5{top:50%;right:5%;width:8%;transform:rotate(-30deg)}.photo-6{position:absolute;z-index:3;bottom:-200px;left:-10%;transform:rotate(50deg);width:170px;animation:rocketFly 3.5s linear infinite,rocketWobble 1s ease-in-out infinite alternate}@keyframes rocketFly{0%{bottom:-100px;left:-100px;transform:rotate(-50deg)}to{bottom:120vh;left:110vw;transform:rotate(-50deg)}}@keyframes rocketWobble{0%{transform:rotate(30deg) translate(0)}25%{transform:rotate(30deg) translate(10px)}50%{transform:rotate(30deg) translate(0)}75%{transform:rotate(30deg) translate(-10px)}to{transform:rotate(30deg) translate(0)}}.photo-7{width:0px}.photo-8{top:40%;left:15%;width:15%}@keyframes float{0%,to{transform:translate(-50%,-50%) translateY(0)}50%{transform:translate(-50%,-50%) translateY(-18px)}}@media(max-width:768px){.photo{position:absolute;width:500px;height:auto}.photo-title{font-size:6.5rem}.photo-1{top:68%;left:0%;transform:rotate(10deg);z-index:2;width:75%;overflow:visible}.photo-2{top:0%;right:0%;transform:rotate(-10deg);width:35%;animation:spin 4s linear infinite}.photo-3{top:35%;left:30%;width:30%;animation:floatastro 1.8s infinite ease-in-out}@keyframes floatastro{50%{transform:translate(-50%,-50%) translateY(0)}0%,to{transform:translate(-50%,-50%) translateY(-18px)}}.photo-4{top:45%;left:0%;width:50%;animation:spin 1.5s linear infinite}@keyframes spin{0%{transform:rotate(10deg)}to{transform:rotate(370deg)}}.photo-5{top:58%;right:10%;width:20%;transform:rotate(-10deg);z-index:99}.photo-6{position:absolute;z-index:3;bottom:0;left:0;transform:rotate(-20deg);width:140px;animation:rocketDiagonal 3.5s linear infinite}@keyframes rocketDiagonal{0%{transform:translate(3,4) rotate(-25deg)}to{transform:translate(110vw,-120vh) rotate(25deg)}}.photo-7{top:27%;left:40%;transform:rotate(15deg);width:20px;z-index:1}.photo-8{top:35%;left:30%;width:300px}}@media(max-width:480px){.photo-title{font-size:3.5rem}.photo{position:absolute;width:450px;height:auto}.photo-1{top:75%;left:0%;transform:rotate(10deg);z-index:2;width:95%;overflow:visible}.photo-2{top:3%;right:0%;transform:rotate(-10deg);width:66%;animation:spin 4s linear infinite}.photo-3{top:35%;left:30%;width:40%;animation:floatastro 1.8s infinite ease-in-out}@keyframes floatastro{50%{transform:translate(-50%,-50%) translateY(0)}0%,to{transform:translate(-50%,-50%) translateY(-18px)}}.photo-4{top:58%;left:8%;width:70%;animation:spin 1.5s linear infinite}@keyframes spin{0%{transform:rotate(10deg)}to{transform:rotate(370deg)}}.photo-5{top:52%;right:5%;width:20%;transform:rotate(-10deg);z-index:99}.photo-6{position:absolute;z-index:1;bottom:0;left:0;transform:rotate(-15deg);width:140px;animation:rocketDiagonal 3.5s linear infinite}@keyframes rocketDiagonal{0%{transform:translate(0) rotate(-15deg)}to{transform:translate(110vw,-120vh) rotate(-15deg)}}}.photo-7{top:33%;left:40%;transform:rotate(15deg);width:40%;z-index:3}.photo-8{top:35%;left:60%;width:30%}
