@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&family=Rokkitt:wght@100;200;300;400;500;600;700;800;900&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{background-color:#f2f2f2;font-family:Roboto,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Rokkitt,serif;margin-bottom:0;margin-top:0}*{box-sizing:border-box}.container{margin:0 auto;max-width:1100px;padding:0 15px}.header{background-position:50%;background-repeat:no-repeat;background-size:cover;margin-bottom:70px}.header .layer{background-color:rgba(0,0,0,.575)}.header .logo-wrapper{display:flex;justify-content:center;padding-top:30px}.header .logo{border:5px solid #fff;border-radius:100%;cursor:pointer;padding:15px}.header .logo .brand{color:#fff;font-size:40px}.header .header-text{padding-bottom:125px;padding-top:100px;text-align:center}.header .header-text h1{color:#fff;font-size:35px;margin-bottom:15px}@media only screen and (min-width:760px){.header .header-text h1{font-size:45px}}.header .header-text p{color:#fff;font-size:18px}@media only screen and (min-width:760px){.header .header-text p{font-size:24px}}.recipeHeading{color:#6fcb96;font-size:45px;margin-bottom:70px;text-align:center}.tabs{margin-bottom:30px}.tabs,.tabs .tablist{display:flex;justify-content:center}.tabs .tablist{align-items:center;cursor:pointer;flex-direction:column;gap:5px;height:80px;position:relative;width:140px}@media only screen and (min-width:760px){.tabs .tablist{height:100px}}@media only screen and (min-width:1024px){.tabs .tablist{height:120px}}.tabs .tablist svg{font-size:35px}@media only screen and (min-width:760px){.tabs .tablist svg{font-size:50px}}.tabs .tablist span{font-size:14px}@media only screen and (min-width:760px){.tabs .tablist span{font-size:18px}}.tabs .tablist.active{background-color:#6fcb96}.tabs .tablist.active span,.tabs .tablist.active svg{color:#fff}.tabs .tablist.active:after{border-left:10px solid #0000;border-right:10px solid #0000;border-top:15px solid #6fcb96;bottom:-15px;content:"";position:absolute}@media only screen and (min-width:760px){.tabs .tablist.active:after{border-left:15px solid #0000;border-right:15px solid #0000;border-top:20px solid #6fcb96;bottom:-20px}}.recipe_banner{background-color:#29336b;color:#fff;display:flex;flex-direction:column-reverse;margin-bottom:70px;padding:20px}@media only screen and (min-width:760px){.recipe_banner{flex-direction:row;padding:60px 40px}.recipe_banner .left-col{width:50%}}.recipe_banner .left-col .badge{background-color:#6fcb96;border-radius:3px;display:inline-block;font-size:16px;margin-bottom:10px;padding:5px}.recipe_banner .left-col h1{font-size:45px;margin-bottom:15px}.recipe_banner .left-col p{font-size:18px;margin-bottom:10px}.recipe_banner .left-col p strong{margin-right:5px}.recipe_banner .left-col .ingredients{display:flex;gap:100px}.recipe_banner .left-col .ingredients ul{display:flex;flex-flow:wrap;gap:20px;list-style:none;margin-top:10px;padding:0}.recipe_banner .left-col .ingredients ul li{display:flex;font-size:18px;margin-bottom:10px}@media only screen and (min-width:760px){.recipe_banner .left-col .ingredients ul li{margin-bottom:10px;width:calc(50% - 20px)}}.recipe_banner .left-col .ingredients ul li svg{font-size:18px}.recipe_banner .left-col .ingredients ul li span{width:calc(100% - 18px)}.recipe_banner .right-col{align-items:center;display:flex;justify-content:center}@media only screen and (min-width:760px){.recipe_banner .right-col{padding-top:50px;width:50%}}.recipe_banner .right-col .image-wrapper{height:280px;margin-bottom:30px;width:100%}@media only screen and (min-width:760px){.recipe_banner .right-col .image-wrapper{height:350px;width:350px}}.recipe_banner .right-col .image-wrapper img{height:100%;object-fit:cover;width:100%}@media only screen and (min-width:760px){.recipe_banner .right-col .image-wrapper img{border-radius:100%}}.heading-line{color:#6fcb96;font-size:35px;margin-top:50px;padding:10px 0;text-align:center}@media only screen and (min-width:760px){.heading-line{font-size:45px}}.heading-line .input-wrapper{display:flex;justify-content:center;margin:0 auto;padding:20px;width:100%}.heading-line .input-wrapper input{border:1px solid #6fcb96;border-radius:8px 0 0 8px;font-size:20px;height:45px;outline:none;padding:5px 15px;width:80%}.heading-line .input-wrapper button{align-items:center;background-color:#6fcb96;border:none;border-radius:0 8px 8px 0;color:#fff;cursor:pointer;display:flex;font-size:18px;height:45px;justify-self:center;outline:none;width:50px}.flexbox{display:flex;flex-flow:wrap;gap:20px;justify-content:center;margin-bottom:70px}.flexbox .flexItem{background-color:#fff;border-radius:6px;cursor:pointer;margin-bottom:20px;overflow:hidden;width:100%}@media only screen and (min-width:600px){.flexbox .flexItem{width:calc(50% - 20px)}}@media only screen and (min-width:1024px){.flexbox .flexItem{width:calc(25% - 20px)}}.flexbox .flexItem .img-wrapper{margin-bottom:10px}.flexbox .flexItem .img-wrapper img{width:100%}.flexbox .flexItem p{color:#29336b;padding:0 15px}.loader{align-items:center;background-color:#000c;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%}.loader .spinner{animation:spin 2s linear infinite;border:8px solid #f3f3f3;border-radius:100%;border-top-color:#6fcb96;height:60px;width:60px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.midBarModalsClass{padding:14px 30px}@media only screen and (min-width:760px){.midBarModalsClass{left:11%!important;overflow-x:hidden;overflow-y:scroll;top:13%!important;width:78%}}.midBarModalsClass .recipe_banner{border-radius:24px}.closeModal{align-items:start;cursor:pointer;display:flex;justify-content:flex-end;position:relative;top:-9px}
/*# sourceMappingURL=main.f11e9234.css.map*/