.primary-btn{color:#fff;font-weight:var(--fw-semiBold);background-image:linear-gradient(45deg,var(--color-btn-primary),var(--color-btn-accent));border-radius:16px;border:none}.primary-btn,.secondary-btn{width:140px;height:45px;font-size:var(--fs-base);transition:all .25s ease}.secondary-btn{color:var(--color-btn-accent);border-radius:16px;border:3px solid var(--color-btn-accent);background-color:transparent}.primary-btn:hover,.secondary-btn:hover{box-shadow:var(--shadow-btn)}.header{position:fixed;top:0;left:0;right:0;width:100%;background:transparent;padding:15px 0;height:80px;z-index:10;transition:all .3s ease-in}header.active{background:hsla(0,0%,100%,.918)}.header__container{width:100%;padding:0 44px;margin:0 auto;height:50px;display:flex;align-items:center;justify-content:space-between;transition:all .15s ease-out;max-width:1200px}.header__logo{font-weight:var(--fw-extraBold);font-size:var(--fs-large);color:var(--color-primary);letter-spacing:var(--ls-logo)}.header__right{display:flex;align-items:center}.header__cart{cursor:pointer;transition:transform .25s ease}.header__cart:hover{transform:scale(1.1)}.header__middle{width:30%;display:flex;justify-content:space-between}.header__nav-link{font-weight:var(--fw-semiBold);font-size:var(--fs-base);transition:color .25s ease;background-image:linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,0)),linear-gradient(var(--color-primary),var(--color-primary));background-size:100% 2px,0 2px;background-position:100% 100%,0 100%;background-repeat:no-repeat;transition:background-size .25s ease-in}.header__nav-link:hover{color:var(--color-primary);background-size:0 2px,100% 2px}.burger{width:24px;stroke:var(--color-text)}.backdrop,.burger,.sidebar{display:none}.navactive{background-size:0 2px,100% 2px;color:var(--color-primary)}.header__logo__img{display:none}@media screen and (max-width:768px){.backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.342);backdrop-filter:blur(5px);z-index:11}.backdrop,.header__logo{display:none}.header__logo__img{display:block;width:38px}.header__middle,.header__right{display:none}.sidebar{flex-direction:column;align-items:center;position:fixed;z-index:12;top:0;left:0;height:100%;width:70%;background:#fff;transform:translateX(-100%);overflow:hidden}.sidebar,.sidebar__container{display:flex;justify-content:space-around}.sidebar__container{flex-direction:column;flex:0.8}.sidebar__logo{margin-right:auto;padding-left:30px}.sidebar__link{margin:80px;padding:20px;font-weight:var(--fw-semiBold);transition:color .25s ease-in}.sidebar__link:hover{color:var(--color-primary)}.header__container{padding:0 20px}.burger{display:block;cursor:pointer}.header__cart{display:none}}.landing{justify-content:center;transition:all .25s ease;height:100vh;padding-top:0}.landing,.landing__left{position:relative;display:flex;align-items:center}.landing__left{flex-direction:column;width:50%}.landing__hand{position:absolute;width:350px;height:350px;background-image:url(hand-left.df9d9719.png);background-size:100%;bottom:-20px;left:-100%}.landing__buttons{margin-top:80px;width:100%;display:flex;justify-content:center}.landing__button{margin-right:50px}.landing__text{font-size:var(--fs-4xL);font-weight:var(--fw-extraBold);position:relative}.landing__image{width:100%;min-width:380px}.landing__text span{background-image:linear-gradient(45deg,var(--color-primary),var(--color-accent));background-clip:text;-webkit-background-clip:text;-moz-background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent}@media screen and (max-width:1024px){.landing__hand{width:300px;height:300px;left:-200px}.landing__button{margin-right:0}.landing__buttons{justify-content:space-around}}@media screen and (max-width:768px){.landing{height:100%;flex-direction:column}.landing__image{width:380px}.landing__left{flex-direction:column;width:100%}.landing__buttons{justify-content:space-between}.landing__button{width:120px;height:40px;margin:0}.landing__bottom{width:100%;padding-left:0;justify-content:space-around}.landing__text{padding-left:0;font-size:var(--fs-3xL)}.landing__hand{left:-100%;bottom:-30px}}.menu{background-image:linear-gradient(0deg,hsla(0,0%,100%,.287),#ffdfea);height:100vh;padding:80px 0 40px;position:relative}.menu:before{bottom:0;background-image:url(blobleft.74177e89.svg);background-position:0 100%;animation:blobleft 1s ease-in}.menu:after,.menu:before{content:"";position:absolute;height:500px;width:130px;z-index:0;background-size:100%;background-repeat:no-repeat}.menu:after{top:30px;right:0;background-image:url(blobright.161455db.svg);background-position:100% 0}.menu__subheading{margin-bottom:60px}.swiper-container{padding:100px 0!important}.menu__card-wrapper:first-child{margin-left:50px}.menu__card{position:relative;width:400px;z-index:5;max-width:500px;min-width:300px;height:300px;min-height:200px;background:hsla(0,0%,100%,.7058823529411765);border-radius:16px;padding:1rem;display:flex;flex-direction:column;justify-content:space-between}.menu__item-image{position:absolute;z-index:2;width:200px;height:200px;top:-120px;left:0}.menu__card-top{height:60%;display:flex;flex-direction:column;justify-content:space-between}.menu__card-description{font-weight:var(--fw-semiBold)}.menu__card-bottom,.menu__card-bottom-right{display:flex;align-items:center;justify-content:space-between}.menu__card-bottom-right{flex:0.6}.menu__card-price{font-weight:var(--fw-bold);font-size:var(--fs-h3);color:var(--color-primary);flex:0.3}.menu__card-price:before{content:"\20b9"}.menu__card-amount{display:flex;align-items:center;font-size:var(--fs-h3);font-weight:var(--fw-semiBold)}.amount__amount{background:#fff;border-radius:10px;height:45px;width:45px;display:flex;align-items:center;justify-content:center;margin:0 10px;box-shadow:inset 0 2px 5px 0 rgba(0,0,0,.25);color:var(--color-btn-accent)}.menu__card-amount span{font-size:34px}.menu__card-button{height:36px;width:100px;font-size:14px;border-radius:14px}@media screen and (max-width:768px){.menu:before{width:100px}.menu:after{width:100px;top:100px}.menu__card-wrapper{margin-left:0;padding:0}.menu__card-wrapper:first-child{margin-left:0}.menu__item-image{left:60px}.menu__item-image img{width:250px}.menu__card{width:280px;margin:0 auto}.menu__card-amount span,.menu__card-price{font-size:var(--fs-medium)}.amount__amount{width:30px;height:30px;font-size:14px;margin:0}.menu__card-bottom-right{flex:0.7}.menu__card-button{font-size:var(--fs-small);width:100px;height:30}}@media screen and (max-width:1024px){.menu{height:auto}}.review{padding-left:0;padding-right:0;height:100vh;padding-bottom:40px;height:auto}.review__top{text-align:center;padding-bottom:50px}.review__wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));place-items:center;place-content:center;width:80%;margin:0 auto;gap:50px}.review__cards-top{display:flex;align-items:center;justify-content:space-around}.review__card{align-items:start}.review__cards-bottom{display:flex}.review__card-bottom>blockquote{margin:0;font-weight:var(--fw-semiBold)}.review__card-bottom>blockquote:before{content:open-quote}.review__card-bottom>blockquote:after{content:close-quote}.review__card{background-color:#fff;width:350px;height:200px;padding:16px;border-radius:16px;display:flex;flex-direction:column;justify-content:space-around;box-shadow:var(--shadow-card)}.review__card-top{display:flex;align-items:center;justify-content:flex-start;padding-bottom:10px}.review__card-profile{width:64px;height:64px;border-radius:100%;margin-right:10px}.review__card-name{margin:0 0 10px}.review__card-bottom{font-size:14px;letter-spacing:1px;line-height:1.8;font-weight:var(--fw-regular)}.review__card-right img{width:18px}@media screen and (max-width:768px){.review__top{padding:0 10px}.review__wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;width:90%}.review__card{width:250px;height:180px;margin-top:20px;margin-bottom:20px}.review__card:nth-child(odd){margin-left:auto}.review__card:nth-child(2n){margin-right:auto}.review__card-profile{width:40px;height:40px}.review__card-name{margin-bottom:5px}.review__card-bottom{line-height:1.4}}.about{padding-top:100px}.about__wrapper{margin-top:40px;padding:40px 0;display:flex;align-items:center;justify-content:space-between}.about__image{width:40%}.about__image img{width:100%}.about__details{padding:40px;flex:1}.about__details p{line-height:1.8}@media screen and (max-width:768px){.about__image{width:100%}.about__wrapper{flex-direction:column;padding:0}.about__details{padding:10px}}.footer{padding:30px}.footer__container{border-top:1px solid grey;padding-top:30px;max-width:1200px;margin:0 auto;display:flex;align-items:flex-start;justify-content:space-around;flex-wrap:wrap}.footer__logo{font-size:var(--fs-h3);font-weight:var(--fw-extraBold)}.footer__logo span{background-image:linear-gradient(45deg,var(--color-primary),var(--color-accent));background-clip:text;-webkit-background-clip:text;-moz-background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent}.footer__links div{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}.footer__links a{margin-bottom:10px}@media screen and (max-width:768px){.footer__container{justify-content:flex-start}.footer__links{width:100%}}.message__container{display:grid;place-content:center;width:100vw;height:100vh;padding:50px;text-align:center;font-family:Inter,sans-serif;background-color:#fff5f9}.message__container img{width:500px}.message__container h1{font-weight:600}.message__container a{font-weight:var(--fw-semiBold);font-size:var(--fs-medium);color:var(--color-btn-primary)}@media screen and (max-width:768px){.message__container img{width:280px}}*{box-sizing:border-box;scroll-behavior:smooth}a{text-decoration:none;color:var(--color-text)}button{font-family:inherit;cursor:pointer}body,html{margin:0;padding:0;font-family:Epilogue,sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue;color:var(--color-text);--color-primary:#fb5793;--color-accent:#ff792b;--color-text:#55484c;--color-bg:#fff;--color-btn-primary:#fd4086;--color-btn-accent:#f16c13;--shadow-btn:0px 4px 20px rgba(255,104,142,0.4);--shadow-card:2px 4px 10px hsla(0,0%,60%,0.27450980392156865);--fw-light:300;--fw-regular:400;--fw-semiBold:500;--fw-bold:600;--fw-extraBold:900;--fs-xSmall:12px;--fs-small:14px;--fs-base:16px;--fs-medium:18px;--fs-h1:32px;--fs-h2:28px;--fs-h3:24px;--fs-large:36px;--fs-xLarge:48px;--fs-2xL:64px;--fs-3xL:86px;--fs-4xL:118px;--lh-regular:1.8;--ls-logo:-4px;--bp-mobile:480px;--bp-tablet:768px;--bp-laptop:1024px;--bp-desktop:1200px;font-size:var(--fs-base)}main{max-width:1920px;width:100%;margin:90px auto 0}section{padding:30px 80px}.subheading{text-align:center;text-transform:uppercase;letter-spacing:1rem;font-size:var(--fs-medium);color:var(--color-accent);font-weight:var(--fw-bold);font-family:Inter,sans-serif}.parallax__img{width:100%}.parallax{background-image:url(parallax-bg-2.c5cdfca8.jpg);height:40vh;background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover}.subscribe{flex-direction:column;justify-content:center}.subscribe,.subscribe__top{display:flex;align-items:center}.subscribe__top{padding:10px;height:50px}.subscribe__top span{margin-left:10px}.subscribe__bottom input{line-height:1.8;font-family:inherit;padding:10px;height:45px;width:280px;border-radius:8px;border:2px solid var(--color-btn-accent);color:var(--color-text);font-size:var(--fs-base);font-weight:var(--fw-semiBold)}.subscribe__bottom input:focus{outline:none;border:2px solid var(--color-btn-primary)}@media screen and (max-width:768px){section{padding:20px 40px}.parallax{display:none}.subscribe__bottom{display:flex;flex-direction:column;align-items:center}.subscribe__bottom button{margin-top:20px}}