@import"https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap";.header .navbar{height:100px;display:flex;justify-content:space-between;align-items:center;padding:0 10px}.navbar .navbar-right-cntnt{display:flex;align-items:center;gap:15px;position:relative}.navbar-right-cntnt:after{content:"";position:absolute;width:1px;height:50px;background-color:var(--basicBlack);top:-5px;left:36%}.navbar-right-cntnt .cart-menu{width:80px;height:auto;padding:2px;border-radius:50px;border:2px solid var(--primaryColorYellow);display:flex;align-items:center;position:relative;cursor:pointer}.cart-menu .cart-menu-icon{width:30px;height:30px;background-color:var(--primaryColorYellow);border-radius:50px;display:flex;justify-content:center;align-items:center}.cart-menu-icon img{width:12px;height:auto}.navbar .navLink_barBtn{width:40px;height:auto;display:flex;flex-direction:column;align-items:end;gap:3px 0;cursor:pointer;z-index:9}.navLink_barBtn .bar{height:2px;background-color:var(--basicBlack);transition:.3s}.bar:nth-child(1){width:40%}.bar:nth-child(2){width:70%}.bar:nth-child(3){width:100%}.navLink_barBtn:hover .bar:nth-child(1){width:100%}.navLink_barBtn:hover .bar:nth-child(2){width:40%}.hum-menu-container{position:fixed;height:100vh;right:0;bottom:0;left:0;top:-150%;z-index:999;background-color:var(--basicWhite);overflow-x:scroll}.hum-menu-container::-webkit-scrollbar{display:none}.hum-menu-container{-ms-overflow-style:none;scrollbar-width:none}.menu-cntnt-wrapper{max-width:1440px;margin:0 auto;padding:20px}.menu-ctgr-wrapper{width:100%;display:flex;flex-direction:column;align-items:start}.menu-ctgr-item{width:100%;display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:20px;border-bottom:1px solid var(--basicBlack);position:relative;transition:.5s}.menu-ctgr-item:before{content:"";position:absolute;top:50%;transform:translateY(-50%);left:0;width:0%;height:100%;background-color:var(--basicBlack);z-index:-1;transition:.5s}.menu-ctgr-title{width:50%;display:flex;align-items:end;padding-top:10px}.menu-ctgr-title img{width:30px;height:auto;transition:.5s}.menu-ctgr-title .title-default-arrow{display:block}.menu-ctgr-item:hover{color:var(--basicWhite)}.menu-ctgr-item:hover:before{width:100%}.menu-ctgr-title .ctgr-title{font:100px dongpora;line-height:80px;text-transform:uppercase;letter-spacing:-1px}.menu-ctgr-item .humMenu-CloseBtn-contain{width:100px;height:100px;border-radius:50%;background-color:transparent;border:1px solid var(--basicBlack);display:flex;justify-content:center;align-items:center;transition:.5s}.menu-ctgr-item:hover .humMenu-CloseBtn-contain{border:1px solid var(--basicWhite)}.humMenu-CloseBtn-contain .menu-close-btn{width:100%;height:100%;cursor:pointer;position:relative}.menu-close-btn:before,.menu-close-btn:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(0);width:70px;height:1px;background-color:var(--basicBlack);transition:.5s}.menu-ctgr-item:hover .menu-close-btn:before{background-color:var(--basicWhite);transform:translate(-50%,-50%) rotate(45deg)}.menu-ctgr-item:hover .menu-close-btn:after{background-color:var(--basicWhite);transform:translate(-50%,-50%) rotate(-45deg)}.menu-connect-link-wrapper{display:flex;justify-content:space-between;align-items:center;gap:10px 40px;margin-top:20px}.menu-connect-link-wrapper a{text-decoration:none;color:var(--basicBlack);font:700 16px var(--syneFont);position:relative}.menu-connect-link-wrapper a:after{content:"";position:absolute;left:0;bottom:0;width:0%;height:1px;background-color:var(--basicBlack);transition:.5s}.menu-connect-link-wrapper a:hover:after{width:100%}@media screen and (max-width: 768px){.menu-connect-link-wrapper{flex-wrap:wrap;justify-content:space-between;align-content:center}}@media screen and (max-width: 480px){.navbar .logo{width:80px;height:auto}.logo a img{width:100%;height:auto}.navbar-right-cntnt:after{height:40px;top:0;left:50%}.navbar-right-cntnt .cart-menu{width:40px;height:40px;border-radius:50%}.cart-menu .cart-menu-icon{width:100%;height:100%}.menu-cntnt-wrapper,.menu-ctgr-item{padding:10px}.menu-ctgr-title img{width:20px;height:auto;transition:.5s}.menu-ctgr-title .ctgr-title{font:20vw dongpora;line-height:80px}.menu-ctgr-item .humMenu-CloseBtn-contain{width:60px;height:60px}.menu-close-btn:before,.menu-close-btn:after{width:20px}.menu-close-btn:before{transform:translate(-50%,-50%) rotate(45deg)}.menu-close-btn:after{transform:translate(-50%,-50%) rotate(-45deg)}.menu-connect-link-wrapper{gap:10px 10px}}.header_body{width:100%;height:auto;position:relative;padding:0 20px}.header_body .bodyText{width:80%;text-align:center;position:relative;margin:20px auto}.header_body .bodyText .bodyText-content{font:64px popular-cafe;line-height:50px}.bodyText-content span{font-family:negaroa;color:var(--primaryColorYellow)}.bodyImg{width:100%;height:450px;object-fit:cover;overflow:hidden;border-radius:24px;margin-top:20px;position:relative}.bodyImg:after{content:"";position:absolute;right:0;top:0;width:100%;height:100%;background-color:var(--basicWhite)}.bodyImg img{width:100%;height:auto;transform:translateY(-140px)}@media screen and (max-width: 1200px){.header_body .bodyText .bodyText-content{font:48px popular-cafe;line-height:40px}.bodyImg{width:100%;height:300px}}@media screen and (max-width: 1024px){.bodyImg img{width:100%;height:auto;transform:translateY(-50px)}}@media screen and (max-width: 768px){.header_body{margin-top:30px}.header_body .bodyText{width:100%}.header_body .bodyText .bodyText-content{font:38px popular-cafe;line-height:35px}.bodyImg{width:100%;height:350px;object-fit:cover;margin-top:20px}.bodyImg img{width:100%;height:100%;object-fit:cover;transform:translateY(0)}}@media screen and (max-width: 480px){.header_body .bodyText .bodyText-content{font:32px popular-cafe;line-height:30px}}.text-slider-container{margin:50px 0}.text-slide-contain{width:3480px;display:flex;justify-content:space-between;align-items:center;overflow:hidden}.text-slide-head{width:870px;background-color:var(--basicWhite);font:200px dongpora;letter-spacing:-2px;text-transform:uppercase;color:var(--basicBlack);display:flex;align-items:center}.text-slide-head img{width:100px;height:auto;margin-left:20px}@media screen and (max-width: 768px){.text-slider-container{margin:20px 0}}.featured-item-section-main{background:url(/images/pattern-bg.png) #ffffff4d;background-position:center;background-blend-mode:screen;background-repeat:repeat-y}.featured-item-section-main .abs-img{width:350px;top:-130px;right:-150px}.featured-itemCard-sec{width:1180px;margin:50px auto 0;position:relative}.item-card-contain .abs-img{width:300px;left:45%;top:-80px;transform:translate(-50%)}.item-card-contain{display:flex;justify-content:space-between}.featured-card{background-color:var(--basicWhite)}.featured-card1{width:545px;height:500px;border-radius:500px 500px 24px 24px;box-shadow:6px 6px var(--basicBlack);border:1px solid var(--basicBlack);overflow:hidden;padding:8px;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.featured-card1 .featured-card-img{width:100%}.featured-card1 .featured-card-img img{width:100%;height:auto;border-radius:500px 500px 24px 24px}.featured-card1 .featured-card-cntnt{text-align:center}.featured-card-cntnt .featured-card-title{font:28px popular-cafe;line-height:26px}.featured-card-cntnt .featured-card-price{font:600 16px var(--syneFont);padding-bottom:20px}.featured-card-cntnt .featured-card-button{width:200px;height:auto}.featured-card-button .icon{width:40px;height:40px}.item-dblCard-contain{display:flex;flex-direction:column;justify-content:space-between}.item-dblCard-contain .featured-card{width:600px;height:240px;overflow:hidden;padding:8px;display:flex;border:1px solid var(--basicBlack)}.item-dblCard-contain .featured-card .featured-card-cntnt{display:flex;flex-direction:column;justify-content:space-between;margin-left:10px}.item-dblCard-contain .featured-card2{border-radius:200px 28px 28px 200px;box-shadow:-4px -4px var(--basicBlack)}.item-dblCard-contain .featured-card3{border-radius:28px;box-shadow:-4px 4px var(--basicBlack)}.item-dblCard-contain .featured-card .featured-card-img{width:350px;height:100%;overflow:hidden}.item-dblCard-contain .featured-card .featured-card-img img{width:100%;height:100%;object-fit:cover}.item-dblCard-contain .featured-card2 .featured-card-img{border-radius:200px 24px 60px 200px}.item-dblCard-contain .featured-card3 .featured-card-img{border-radius:24px 24px 60px}.item-contain-mt-30{margin-top:30px}.hghlt-text-contain{width:545px;height:auto;padding-top:50px;position:relative}.hghlt-text-contain .abs-img{width:100px;left:60%;top:28%}.hghlt-text-contain .hghlt-text{font:120px dongpora;text-transform:uppercase;line-height:130px;letter-spacing:-2px}.more-option-cntnt{display:flex;align-items:center;justify-content:space-between}.more-option-cntnt .option-btn{width:120px;height:120px;border:1px solid var(--basicBlack);border-radius:50%;display:flex;justify-content:center;align-items:center}.option-btn img{width:100px;height:auto}.grdnt-text{background:-webkit-linear-gradient(#ffb300,#ffd573);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hghlt-text-contain .hghlt-text-blob{position:absolute;left:30%;top:50%;transform:translate(-50%,-50%);z-index:-1}.featured-card4{width:600px;height:490px;border:1px solid var(--basicBlack);padding:8px;border-radius:100px 28px 28px;box-shadow:-4px -4px var(--basicBlack);display:flex;flex-direction:column;justify-content:space-between;align-items:center}.featured-card4 .featured-card-cntnt{text-align:center}.featured-card4 .featured-card-img{width:100%;height:350px;border-radius:100px 24px 24px;overflow:hidden;object-fit:cover}.featured-card4 .featured-card-img img{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 1200px){.featured-itemCard-sec{width:100%;padding:0 10px}.item-card-contain{gap:30px}.featured-card,.featured-card1,.featured-card2,.featured-card3,.featured-card4,.hghlt-text-contain{width:100%;height:auto}.item-dblCard-contain{gap:10px}.item-dblCard-contain .featured-card{width:100%}.featured-card1 .featured-card-img,.featured-card4 .featured-card-img{width:100%;height:320px;object-fit:cover}.featured-card1 .featured-card-img img{width:100%;height:100%;object-fit:cover;border-radius:500px 500px 24px 24px}.hghlt-text-contain .hghlt-text{font:120px dongpora;line-height:130px}}@media screen and (max-width: 1024px){.item-card-contain{flex-direction:column}.featured-card{border-radius:28px}.featured-card .featured-card-img img{border-radius:22px}.item-dblCard-contain{width:100%;display:flex;flex-direction:unset;justify-content:space-between;gap:20px}.item-dblCard-contain .featured-card{display:flex;flex-direction:column;border-radius:28px}.item-dblCard-contain .featured-card{width:100%;height:300px;border-radius:22px}.item-dblCard-contain .featured-card .featured-card-img{width:100%;border-radius:22px}.item-dblCard-contain .featured-card .featured-card-cntnt{text-align:center;padding-top:5px}.item-card-contain2{flex-direction:column-reverse}.item-card-contain2 .featured-card .featured-card-img{border-radius:22px}}@media screen and (max-width: 768px){.featured-item-section-main .abs-img{width:250px;top:-130px;right:-100px}.item-card-contain .abs-img{width:200px;left:20%;top:-100px;transform:translate(-50%)}.featured-card1 .featured-card-img,.featured-card4 .featured-card-img{width:100%;height:250px;object-fit:cover;margin-bottom:10px}.item-dblCard-contain{flex-direction:column}.hghlt-text-contain .hghlt-text{font:96px dongpora;text-transform:uppercase;line-height:100px;letter-spacing:-2px}.hghlt-text-contain{padding-top:0}.hghlt-text-contain .abs-img{width:80px;left:50%;top:20%;z-index:1}.more-option-cntnt{display:flex;align-items:center;justify-content:flex-start}.more-option-cntnt .option-btn{width:90px;height:90px;margin-left:20px}.option-btn img{width:80px;height:auto}.featured-card-cntnt .featured-card-title{font:24px popular-cafe;line-height:25px}}.exclusive-deal-section-main .abs-img{left:-100px;top:-30px}.deal-sec-head .item-span-head{color:var(--primaryColorRed)}.deal-sec-head .item-span-head .left-img{width:80px;left:0;top:0;transform:rotateX(180deg) rotate(180deg)}.deal-sec-head .item-span-head .right-img{width:80px;right:0;top:0}.deal-cntnt-contain{padding:0 50px}.deal-cntnt-contain .deal-cntnt{display:flex;justify-content:space-between;margin:50px 0 10px}.deal-cntnt .deal-cntnt-head{width:50%;font:700 52px var(--syneFont);letter-spacing:-2px;line-height:40px}.deal-cntnt .deal-cntnt-des{width:40%;font:600 16px var(--syneFont);padding-top:25px}.deal-sec-img{width:100%;height:450px;border-radius:15px;overflow:hidden;object-fit:cover;position:relative}.deal-sec-img img{width:100%;height:100%;object-fit:cover}.deal-sec-img:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--basicWhite)}.deal-cntnt-contain .cntnt-btn{width:300px;margin-top:10px}.deal-cntnt-contain .cntnt-btn .icon{width:80px;height:40px}.deal-cntnt-contain .cntnt-btn .icon img{width:20px;height:auto}@media screen and (max-width: 1024px){.deal-cntnt-contain{padding:0 10px}.deal-cntnt-contain .deal-cntnt{gap:40px}.deal-cntnt .deal-cntnt-head{width:100%;font:700 42px var(--syneFont);line-height:40px}.deal-cntnt .deal-cntnt-des{width:100%}}@media screen and (max-width: 768px){.exclusive-deal-section-main .abs-img{width:200px;left:-100px;top:-100px}.deal-cntnt-contain .deal-cntnt{gap:0px;flex-direction:column}.deal-cntnt .deal-cntnt-head{font:700 36px var(--syneFont);line-height:30px}.deal-cntnt .deal-cntnt-des{font:600 14px var(--syneFont);padding-top:10px}.deal-sec-img{height:350px}}@media screen and (max-width: 480px){.deal-sec-head .item-span-head .left-img{width:60px;left:0;top:-40px;transform:rotateX(180deg) rotate(180deg)}.deal-sec-head .item-span-head .right-img{width:60px;right:0;top:-40px}}.what-inside-sec-main{background:url(/images/pattern-bg.png) #ffffff1a;background-position:center;background-blend-mode:screen;background-repeat:repeat-y;position:relative;padding-bottom:150px}.what-inside-cntnt-contain{position:relative}.what-inside-img-contain{width:100%;display:flex;justify-content:center;align-items:center;position:relative}.what-inside-img-contain:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:500px;height:900px;border-radius:300px;background-color:#ffeab8;z-index:1}.what-inside-img-contain img{z-index:1}.layer-arrow-abs-img{position:absolute;z-index:1}.layer-arrow1{top:100px;left:60%;transform:rotate(-20deg)}.layer-arrow2{top:15%;left:25%}.layer-arrow3{top:38%;left:60%}.layer-arrow4{top:38%;left:30%;transform:rotate(140deg)}.layer-arrow5{top:58%;left:58%}.layer-arrow6{top:60%;left:20%}.layer-abs-elem{position:absolute;z-index:1}.layer-abs-cntnt .layer-des-cntnt{width:245px;height:auto;padding:8px 0;font:500 1rem var(--syneFont);line-height:14px;text-align:center;background-color:#ffcc54;border-radius:35px;display:flex;flex-direction:column;align-items:center;transform:rotate(2deg)}.layer-abs-cntnt .layer-head-cntnt{font:6rem pink-pencil;line-height:60px;text-transform:uppercase;letter-spacing:-1px;text-align:center}.layer-abs-cntnt .layer-img-cntnt{position:absolute}.layer-abs-cntnt .layer-img-cntnt img{width:100px;height:auto}.layer-bun-cntnt{top:150px;left:78%}.layer-bun-cntnt .layer-abs-cntnt .layer-img-cntnt{bottom:-55px;right:50px}.layer-onion-cntnt{top:40%;left:76%}.layer-onion-cntnt .layer-abs-cntnt .layer-head-cntnt{transform:rotate(4deg)}.layer-onion-cntnt .layer-abs-cntnt .layer-des-cntnt{transform:rotate(-2deg)}.layer-onion-cntnt .layer-abs-cntnt .layer-img-cntnt{top:-60px;right:10px;z-index:1}.layer-cheese-cntnt{top:70%;left:79%}.layer-cheese-cntnt .layer-abs-cntnt .layer-head-cntnt{transform:rotate(-4deg)}.layer-cheese-cntnt .layer-abs-cntnt .layer-des-cntnt{transform:rotate(0)}.layer-cheese-cntnt .layer-abs-cntnt .layer-img-cntnt{top:-50px;left:-10px;z-index:1}.layer-lettuce-cntnt{top:200px;left:0%}.layer-lettuce-cntnt .layer-abs-cntnt .layer-head-cntnt{transform:rotate(0)}.layer-lettuce-cntnt .layer-abs-cntnt .layer-des-cntnt{transform:rotate(-4deg);margin-top:-10px}.layer-lettuce-cntnt .layer-abs-cntnt .layer-img-cntnt{left:50%;top:-50px;transform:translate(-50%);z-index:1}.layer-tomato-cntnt{top:45%;left:4%}.layer-tomato-cntnt .layer-abs-cntnt .layer-head-cntnt{transform:rotate(-4deg)}.layer-tomato-cntnt .layer-abs-cntnt .layer-des-cntnt{transform:rotate(0)}.layer-tomato-cntnt .layer-abs-cntnt .layer-img-cntnt{left:60%;top:-60px;z-index:1}.layer-beef-cntnt{top:68%;left:0%}.layer-beef-cntnt .layer-abs-cntnt .layer-head-cntnt{transform:rotate(-4deg)}.layer-beef-cntnt .layer-abs-cntnt .layer-des-cntnt{transform:rotate(2deg);margin-top:-5px}.layer-beef-cntnt .layer-abs-cntnt .layer-img-cntnt{left:0%;top:-60px;z-index:1}@media screen and (max-width: 1200px){.what-inside-main-img{width:400px;height:auto}.what-inside-img-contain:before{width:400px;height:700px}.layer-arrow-abs-img img{width:120px;height:auto}.layer-arrow1{top:60px}.layer-arrow2{top:15%;left:30%}.layer-arrow3{top:38%;left:55%}.layer-arrow4{top:38%;left:35%;transform:rotate(140deg)}.layer-arrow5{top:55%;left:58%;transform:rotate(-15deg)}.layer-arrow6{top:60%;left:30%}.layer-abs-cntnt .layer-des-cntnt{width:245px;font:500 16px var(--syneFont);transform:rotate(0)}.layer-abs-cntnt .layer-head-cntnt{font:5vw pink-pencil;line-height:40px}.layer-abs-cntnt .layer-img-cntnt img{width:80px;height:auto}.layer-bun-cntnt{top:150px;left:70%}.layer-bun-cntnt .layer-abs-cntnt .layer-img-cntnt{bottom:-50px;right:50px}.layer-onion-cntnt{top:40%;left:72%}.layer-onion-cntnt .layer-abs-cntnt .layer-head-cntnt,.layer-onion-cntnt .layer-abs-cntnt .layer-des-cntnt{transform:rotate(0)}.layer-onion-cntnt .layer-abs-cntnt .layer-img-cntnt{top:-50px;right:10px;z-index:1}.layer-cheese-cntnt{top:70%;left:72%}.layer-cheese-cntnt .layer-abs-cntnt .layer-head-cntnt,.layer-cheese-cntnt .layer-abs-cntnt .layer-des-cntnt{transform:rotate(0)}.layer-cheese-cntnt .layer-abs-cntnt .layer-img-cntnt{top:-30px;left:10px;z-index:1}.layer-cheese-cntnt .layer-abs-cntnt .layer-img-cntnt img{width:60px}.layer-lettuce-cntnt{top:200px;left:40px}.layer-lettuce-cntnt .layer-abs-cntnt .layer-head-cntnt{transform:rotate(0)}.layer-lettuce-cntnt .layer-abs-cntnt .layer-des-cntnt{transform:rotate(0);margin-top:-5px}.layer-lettuce-cntnt .layer-abs-cntnt .layer-img-cntnt{left:50%;top:-50px;transform:translate(-50%);z-index:1}.layer-tomato-cntnt{top:45%;left:60px}.layer-tomato-cntnt .layer-abs-cntnt .layer-head-cntnt{transform:rotate(0)}.layer-tomato-cntnt .layer-abs-cntnt .layer-des-cntnt{transform:rotate(0);margin-top:-5px}.layer-tomato-cntnt .layer-abs-cntnt .layer-img-cntnt{left:-20px;top:-30px;z-index:1}.layer-beef-cntnt{top:68%;left:50px}.layer-beef-cntnt .layer-abs-cntnt .layer-head-cntnt{transform:rotate(0)}.layer-beef-cntnt .layer-abs-cntnt .layer-des-cntnt{transform:rotate(0);margin-top:-5px}.layer-beef-cntnt .layer-abs-cntnt .layer-img-cntnt{left:150px;top:-50px;z-index:1}}@media screen and (max-width: 1024px){.what-inside-main-img{width:300px;height:auto}.what-inside-img-contain:before{width:300px;height:550px}.layer-arrow-abs-img img{width:80px;height:auto}.layer-abs-cntnt .layer-des-cntnt{width:200px;line-height:12px;padding:10px}.layer-abs-cntnt .layer-head-cntnt{font:7vw pink-pencil;line-height:40px}.layer-bun-cntnt{top:50px;left:70%}.layer-onion-cntnt{top:38%;left:68%}.layer-cheese-cntnt{top:70%;left:72%}.layer-lettuce-cntnt{top:100px;left:40px}.layer-tomato-cntnt{top:40%;left:60px}.layer-beef-cntnt{top:65%;left:20px}}@media screen and (max-width: 768px){.what-inside-main-img{width:400px;height:auto}.layer-arrow-abs-img{display:none}.layer-bun-cntnt{top:20px;left:50%}.layer-onion-cntnt{top:35%;left:50%}.layer-cheese-cntnt{top:55%;left:50%}.layer-lettuce-cntnt{top:180px;left:40px}.layer-tomato-cntnt{top:46%;left:40px}.layer-beef-cntnt{top:72%;left:40px}.layer-beef-cntnt .layer-abs-cntnt .layer-img-cntnt{left:100px;top:-50px;z-index:1}}@media screen and (max-width: 480px){.layer-abs-cntnt .layer-head-cntnt{font:10vw pink-pencil;line-height:40px}.layer-abs-cntnt .layer-des-cntnt{width:200px}.what-inside-main-img{width:100%;height:auto}.layer-abs-cntnt .layer-img-cntnt{display:block}.layer-abs-cntnt{transform:translate(-50%)}.layer-bun-cntnt{top:20px;left:70%}.layer-onion-cntnt{top:34%;left:70%}.layer-cheese-cntnt{top:55%;left:70%}.layer-lettuce-cntnt{top:160px;left:30%}.layer-tomato-cntnt{top:44%;left:30%}.layer-beef-cntnt{top:72%;left:30%}.layer-beef-cntnt .layer-abs-cntnt .layer-img-cntnt{left:100px;top:-50px;z-index:1}.layer-onion-cntnt .layer-abs-cntnt .layer-des-cntnt,.layer-cheese-cntnt .layer-abs-cntnt .layer-des-cntnt,.layer-lettuce-cntnt .layer-abs-cntnt .layer-des-cntnt,.layer-tomato-cntnt .layer-abs-cntnt .layer-des-cntnt,.layer-beef-cntnt .layer-abs-cntnt .layer-des-cntnt{margin-top:-10px}}.text-moving-container{width:100%;height:auto;margin:0}.text-moving-cntnt-container{background-color:var(--basicBlack);margin:10px 0;display:flex;align-items:center;gap:30px}.text-moving-cntnt-container .text-moving-cntnt-grp{display:flex;align-items:center;padding:20px 0}.top-cntnt-grp{width:1600px;gap:30px;animation:top-cntnt-grp-anm 10s linear infinite}@keyframes top-cntnt-grp-anm{0%{transform:translate(0)}to{transform:translate(-1600px)}}.middle-cntnt-grp{width:2100px;gap:30px;animation:middle-cntnt-grp-anm 10s linear infinite}@keyframes middle-cntnt-grp-anm{0%{transform:translate(0)}to{transform:translate(-2100px)}}.bottom-cntnt-grp{width:1300px;gap:30px;animation:bottom-cntnt-grp-anm 10s linear infinite}@keyframes bottom-cntnt-grp-anm{0%{transform:translate(0)}to{transform:translate(-1300px)}}.text-moving-cntnt-grp .text-moving-item{display:flex;justify-content:space-between;align-items:center}.top-cntnt-grp .text-moving-item{width:800px}.middle-cntnt-grp .text-moving-item{width:1050px}.bottom-cntnt-grp .text-moving-item{width:650px}.text-moving-item .text-moving-txt{font:90px dongpora;text-transform:uppercase;letter-spacing:-1px;color:var(--basicWhite)}.text-moving-item img{transform:translateY(-5px)}.getApp-sec-main .abs-img{top:-80px;left:-80px;width:320px;height:auto;z-index:-1}.getApp-sec-head .item-span-head{color:var(--primaryColorYellow)}.getApp-sec-head .item-span-head .left-img{width:120px;left:0;top:0;transform:rotateX(180deg) rotate(180deg)}.getApp-sec-head .item-span-head .right-img{width:120px;right:0;top:0}.getApp-inner-cntnt{width:80%;margin:0 auto;position:relative}.getApp-btn-contain{display:flex;align-items:center;justify-content:center;margin:20px 0;font:1rem popular-cafe;text-transform:uppercase;gap:10px}.getApp-btn-contain .getApp-btn{width:120px;height:auto}.getApp-btn-contain .getApp-btn img{width:100%;height:100%}.getApp-main-img-contain{width:100%;height:300px;border-radius:8px;overflow:hidden;object-fit:cover}.getApp-main-img-contain img{width:100%;height:100%;object-fit:cover}.getApp-sec-main .getApp-abs-img2{position:absolute;top:120px;left:75%;z-index:-1;width:400px;height:auto}@media screen and (max-width: 1024px){.getApp-inner-cntnt{width:100%;padding:0 20px}.getApp-sec-main .abs-img{top:-80px;left:-80px;width:250px}.getApp-sec-main .getApp-abs-img2{position:absolute;top:170px;left:72%;z-index:-1;width:300px;height:auto}.getApp-sec-head .item-span-head .left-img{width:120px;left:20px}.getApp-sec-head .item-span-head .right-img{width:120px;right:20px;top:0}}@media screen and (max-width: 480px){.getApp-inner-cntnt{width:100%;padding:0 10px}.getApp-sec-main .abs-img{top:-100px;left:-80px;width:200px}.getApp-sec-main .getApp-abs-img2{display:none}.getApp-sec-head .item-span-head .left-img{width:100px;left:-20px;top:-60px}.getApp-sec-head .item-span-head .right-img{width:100px;right:-20px;top:-60px}}footer{padding:20px}footer a{text-decoration:none;color:var(--basicWhite);font:700 16px var(--syneFont)}footer img{width:20px;height:auto}.footer-cntnt-contain{width:100%;background-color:var(--primaryColorRed);border-radius:18px;padding:100px 0 20px;color:var(--basicWhite)}.footer-cntnt-contain .page-center{padding:0 20px}.footer-link-newsletter-contain{display:flex;justify-content:space-between}.newsletter-contain{width:550px}.newsletter-contain .newsletter-head{font:700 60px var(--syneFont);letter-spacing:-1px;line-height:50px;text-transform:capitalize;color:var(--basicWhite)}.newsletter-input-contain{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.newsletter-input-field{width:360px;height:60px;border-radius:50px;overflow:hidden}.newsletter-input-field input{width:100%;height:100%;text-align:center;border:none;outline:none;font:700 16px var(--syneFont);padding:0 10px}.subscribe-btn{width:180px;height:60px;border-radius:50px;overflow:hidden;display:flex;justify-content:space-between;align-items:center;border:1px solid var(--basicWhite);padding:0 5px 0 20px}.subscribe-btn a{text-decoration:none;font:700 16px var(--syneFont)}.subscribe-btn .btn-icon{width:50px;height:50px;border-radius:50%;display:flex;justify-content:center;align-items:center;background:var(--basicWhite)}.subscribe-btn .btn-icon img{width:20px;height:auto}.footer-link-contain{display:flex;gap:40px}.footer-link-grp .footer-link-head{font:700 20px var(--syneFont);letter-spacing:-1px;text-transform:capitalize}.footer-link-grp .link-grp{margin-top:5px}.link-grp a{display:flex}.footerLink{margin-top:5px;padding:0 5px;position:relative}.footerLink:after{content:"";position:absolute;left:0;bottom:0;width:0%;height:.5px;background-color:var(--basicWhite);transition:.5s}.footerLink:hover:after{width:100%}.footerLink img{transform:rotate(-90deg);margin-left:4px}.footer-head-contain{margin:20px 0 0;text-align:center;position:relative}.footer-head-contain:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:var(--basicWhite)}.footer-head-contain .footer-head{font:24vw dongpora;text-transform:uppercase}.footer-bottom-link-contain{margin-top:20px;display:flex;justify-content:space-between;align-items:center}.footer-bottom-link-contain .footer-bottom-text{font:700 16px var(--syneFont)}.footer-bottom-link{display:flex;align-items:center;gap:20px}@media screen and (max-width: 1024px){.newsletter-contain{width:350px}.newsletter-contain .newsletter-head{font:700 42px var(--syneFont);line-height:40px}.newsletter-input-field{width:200px;height:50px}.subscribe-btn{width:auto;height:50px;gap:5px;padding:0 5px 0 10px}.subscribe-btn .btn-icon{width:40px;height:40px}.footer-link-contain{display:flex;gap:20px}.footer-bottom-link-contain{flex-direction:column}}@media screen and (max-width: 768px){.footer-link-newsletter-contain{flex-direction:column;gap:20px}.newsletter-contain{width:100%}.newsletter-contain .newsletter-head{font:700 54px var(--syneFont);line-height:40px}.newsletter-input-contain{gap:10px;display:flex;justify-content:flex-start}.newsletter-input-field{width:300px;height:50px}.subscribe-btn{width:200px;height:50px;gap:5px;padding:0 5px 0 20px}.footer-link-contain{flex-direction:column}.footer-link-contain .link-grp{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:0}.footer-link-grp{margin-top:20px}}@media screen and (max-width: 480px){footer{padding:10px}.newsletter-contain .newsletter-head{font:700 38px var(--syneFont);line-height:30px}.newsletter-input-contain{flex-direction:column}.newsletter-input-field{width:100%;height:40px}.subscribe-btn{width:100%;height:40px;gap:5px;padding:0 5px 0 20px;display:flex;justify-content:center;align-content:center}.subscribe-btn .btn-icon{width:30px;height:30px}.footer-link-grp .link-grp{gap:0 20px}footer a{text-decoration:none;color:var(--basicWhite);font:700 14px var(--syneFont)}.footer-bottom-link-contain{text-align:center}.footer-bottom-link-contain .footer-bottom-text{font:700 14px var(--syneFont)}.footer-bottom-link{flex-direction:column;gap:0;margin-top:20px}}.cart_container{width:400px;font-family:Syne,sans-serif;height:100%;position:fixed;right:-100%;box-shadow:#00000026 0 5px 15px;top:0;z-index:9;overflow:hidden;background:url(/images/pattern-bg.png),#fff;background-position:0%;background-repeat:no-repeat;background-size:cover}.overlay{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;z-index:1;transform:translateY(-100%);opacity:0;transition:none}.no-scroll{overflow:hidden}.cart-header{display:flex;align-items:center;justify-content:space-between;padding:1.2rem .9rem;background:#fff}.cart-header .back{font-size:1.8rem;cursor:pointer}.clear p{display:flex;align-items:center;gap:.5rem;padding:.25rem .5rem;margin:.5rem 0;background-color:#f3f4f6;border-radius:.375rem;cursor:pointer;color:#333;font-size:1rem;transition:box-shadow .2s ease}.clear p:hover{box-shadow:0 2px 4px #0000001a}.cart_box{width:100%;height:350px;overflow:scroll;overflow-x:hidden}.cart_box::-webkit-scrollbar{display:none}.cart{display:flex;box-shadow:#0000003d 0 3px 8px;padding:15px 10px;align-items:center;gap:1.5rem;position:relative;width:95%;background:#fff;margin:10px auto;border-radius:8px}.content h1{font-family:popular-cafe;font-weight:100;font-size:15px}.content p{font-weight:700}.cart .img img{height:70px;width:70px;object-fit:cover;border-radius:50%;object-position:center}.delete .deleteIcon{position:absolute;right:1rem;top:1rem;color:red;display:block;font-size:1.4rem;cursor:pointer}.cart-total-section{width:100%;flex:1;box-shadow:#00000059 0 5px 15px;border-top-left-radius:2rem;border-top-right-radius:2rem;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;padding:.5rem 2rem 1rem;position:absolute;bottom:0;height:auto;background-color:#fff}.cart-total-content{width:100%}.cart-total-row{width:100%;display:flex;justify-content:space-between;margin:.5rem 0}.cart-total-label,.cart-total-value{font-size:1.125rem}.divider{width:100%;border-bottom:1px solid #4b5563;margin:.5rem 0}.total-label,.total-value{font-size:1.25rem;font-weight:600}.checkout-button{width:100%;padding:.5rem;border-radius:9999px;background:linear-gradient(to top right,#f97316,#ea580c);color:#f9fafb;font-size:1.125rem;margin:.5rem 0;border:none;cursor:pointer;transition:box-shadow .2s ease;font-family:Syne,sans-serif}.checkout-button:hover{box-shadow:0 4px 6px #0000001a}.empty-cart-container{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}.empty-cart-image{width:300px;height:auto}.empty-cart-message{font-size:1.25rem;color:#333;font-weight:600}.cart-deatils{display:flex;align-items:center;gap:.7rem;margin-top:4px}.rating{display:flex}.rating .star{display:flex;align-items:center;color:#ffc32a}@media (max-width: 450px){.cart_container{width:100%;z-index:99999}.cart-total-section{padding:1.6rem auto}}*{padding:0;margin:0;box-sizing:border-box;scroll-behavior:smooth}:root{--syneFont: "Syne", sans-serif;--primaryColorRed: #db0008;--primaryColorYellow: #ffb710;--basicWhite: #fff;--basicBlack: #000}@font-face{font-family:Dongpora;src:url(/assets/Dongpora-BF65c3a46d6cc22-23Ibg6M-.otf) format("woff2")}@font-face{font-family:popular-cafe;src:url(/assets/PopularCafeNF-BL6aUeAc.otf) format("woff2")}@font-face{font-family:negaroa;src:url(/assets/Negaroa-Regular-DKbXLzrw.ttf) format("woff2")}@font-face{font-family:pink-pencil;src:url(/assets/PinkPencilDemoRegular-BF6667cc8f2977f-DRYfxqFB.ttf) format("woff2")}@font-face{font-family:costarica;src:url(/assets/costaricapersonaluseonly-5yajb-DrLkYPHI.otf) format("woff2")}body,html{width:100%;height:100%;position:relative}.wrapper{max-width:100%;height:auto;margin:0 auto;overflow:hidden}.page-center{max-width:1440px;height:auto;position:relative;margin:0 auto}.header{width:100%}.wrapper img{filter:brightness(1.1) saturate(1.2)}.cntnt-section{padding:100px 0;position:relative}.abs-img{position:absolute}.section-head{width:50%;margin:0 auto;text-align:center}.section-head .item-head{font:100px costarica;line-height:70px}.section-head .item-span-head{position:relative;font:64px popular-cafe;color:var(--primaryColorYellow)}.item-span-head img{position:absolute}.item-span-head .left-img{left:40px;top:-30px;transform:rotateX(180deg) rotate(180deg)}.item-span-head .right-img{right:40px;top:-30px}.section-head .line{width:80%;height:1px;background-color:var(--basicBlack);margin:0 auto}.section-head .head-des{font:600 16px var(--syneFont);margin-top:5px}.cntnt-btn{border-radius:50px;border:1px solid var(--primaryColorYellow);background-color:var(--basicWhite);padding:2px 2px 2px 20px;margin:0 auto;font:700 16px var(--syneFont);text-transform:capitalize;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .2s ease-in}.cntnt-btn .icon{width:50px;height:50px;background-color:var(--primaryColorYellow);border-radius:50px;display:flex;justify-content:center;align-items:center}.cntnt-btn:hover{box-shadow:var(--primaryColorYellow, .6) 0 2px 5px -1px,var(--primaryColorYellow, .4) 0 1px 3px -1px}.cntnt-btn .icon img{width:14px;height:auto}@media screen and (max-width: 1200px){.section-head{width:60%;margin:0 auto;text-align:center}}@media screen and (max-width: 1024px){.section-head{width:90%;margin:0 auto;text-align:center}}@media screen and (max-width: 768px){.section-head .item-head{font:96px costarica;line-height:70px}.section-head .item-span-head{position:relative;font:58px popular-cafe;color:var(--primaryColorYellow)}.item-span-head img{position:absolute;width:100px}.item-span-head .left-img{left:0;top:-10px;transform:rotateX(180deg) rotate(180deg)}.item-span-head .right-img{right:0;top:-10px}}@media screen and (max-width: 480px){.section-head .item-head{font:72px costarica;line-height:50px}.section-head .item-span-head{position:relative;font:48px popular-cafe;line-height:35px;margin:10px 0;color:var(--primaryColorYellow)}.item-span-head img{position:absolute;width:80px}.item-span-head .left-img{left:-20px;top:-10px;transform:rotateX(180deg) rotate(180deg)}.item-span-head .right-img{right:-20px;top:-10px}}
