:root{--lightTextColor:#f4f4f9;--lightBlue:#b8dbd9;--trueBlue:#586f7c;--darkBlue:#2f4550;--darkGreen:#182328;--redTone:#d64045;--rad:0.7rem;--dur:0.3s;--btn-width:6rem;--bez:cubic-bezier(0,0,0.43,1.49)}*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:linear-gradient(90deg,rgba(88,111,124,.4),rgba(201,213,221,.7),rgba(88,111,124,.4));font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1em;position:relative}.body-wrapper{min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}img{display:block;width:100%}button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}ul{list-style-type:none}a{color:#2f4550;color:var(--darkBlue);text-decoration:none}.navbar{background-color:#586f7c;background-color:var(--trueBlue);height:54px;position:fixed;width:100%;z-index:1}.center-navbar,.navbar{align-items:center;display:flex}.center-navbar{justify-content:space-between;margin:0 auto}.nav-links{align-items:center;display:flex}.nav-links a{color:#f4f4f9;color:var(--lightTextColor);display:inline-block;font-family:Lobster,cursive;font-size:1.2rem;font-weight:700;font-weight:400;letter-spacing:2px;margin-right:.5rem;padding:.25rem .5rem;text-transform:capitalize}.nav-links a:hover{color:#b8dbd9;color:var(--lightBlue)}@media screen and (max-width:768px){.navbar{height:auto;padding:.5em}.center-navbar{flex-direction:column;justify-content:center}.nav-links a{padding:.5rem}}.search{background:#b8dbd9;background:var(--lightBlue);border-radius:.7rem;border-radius:var(--rad);margin-left:1rem;margin-right:1rem;position:relative;width:50rem}@media screen and (max-width:1366px){.search{width:70vw}}.search input,button{border:0;color:#000;font-size:1.2rem;height:2.5rem}.search input[type=search]{-webkit-appearance:none;appearance:none;background:#f4f4f9;background:var(--lightTextColor);border-radius:.7rem;border-radius:var(--rad);padding:0 1.6rem;position:relative;transition:all .3s cubic-bezier(0,0,.43,1.49);transition:all var(--dur) var(--bez);transition-property:width,border-radius;width:100%;z-index:1}.search button{background:#182328;background:var(--darkGreen);border-radius:0 .7rem .7rem 0;border-radius:0 var(--rad) var(--rad) 0;color:#fff;display:block;font-weight:700;position:absolute;right:0;top:0;width:6rem;width:var(--btn-width)}.search input:not(:placeholder-shown){border-radius:.7rem 0 0 .7rem;border-radius:var(--rad) 0 0 var(--rad);width:calc(100% - 6rem);width:calc(100% - var(--btn-width))}.search-results{grid-gap:15px;background:#f4f4f9;background:var(--lightTextColor);border-radius:.7rem;border-radius:var(--rad);display:grid;grid-auto-flow:column;grid-template-rows:repeat(3,200px);left:0;margin-left:auto;margin-right:auto;padding:15px;position:absolute;right:0;visibility:hidden}.four-to-six,.search-results{grid-template-columns:repeat(3,1fr)}.four-to-six{grid-template-rows:repeat(2,200px)}.one-to-three{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(1,200px)}.show-results{visibility:visible}.search-card{background-color:#fff;cursor:pointer;text-align:center}.search-card:hover{background-color:rgba(88,111,124,.5)}.search-img{height:150px;object-fit:cover;overflow:hidden}.search-card h3{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#2f4550;color:var(--darkBlue);display:-webkit-box;font-family:Georgia,Times New Roman,Times,serif;font-size:1.3em;font-weight:100;overflow:hidden;padding:12px;text-overflow:ellipsis;text-transform:capitalize}@media screen and (max-width:768px){.search-results{grid-gap:5px;display:flex;flex-direction:column}.search-card{background-color:initial;border-bottom:.5px dashed #b8dbd9;border-bottom:.5px dashed var(--lightBlue);display:flex;flex-direction:row}.search-img{display:none}.search-card h3{font-size:1em;padding:8px}}main{height:100%;padding-bottom:15vh}.container{background-image:linear-gradient(90deg,rgba(88,111,124,.6),rgba(74,94,105,.4),rgba(88,111,124,.6));display:flex;flex-wrap:wrap;padding-bottom:5vh;padding-top:54px}.section-main-recipe{flex:70% 1;height:100%;max-width:70%;position:-webkit-sticky;position:sticky;text-align:center;top:54px}.section-main-recipe img{height:95vh;object-fit:cover;overflow:hidden}.center-text-recipe{background:hsla(0,0%,100%,.8);bottom:-15%;color:#2f4550;color:var(--darkBlue);left:50%;padding:20px;position:absolute;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.center-text-recipe fieldset{border:4px dotted #d3d3d3;color:#2f4550;color:var(--darkBlue);cursor:default;padding:20px;text-transform:capitalize}.center-text-recipe fieldset legend{border:4px dotted #d3d3d3;font-size:1em;word-break:normal}.center-text-recipe fieldset h2{cursor:pointer;font-family:Georgia,Times New Roman,Times,serif;font-size:2.2em;padding-bottom:20px}.center-text-recipe fieldset h2:hover{-webkit-text-decoration:1px underline;text-decoration:1px underline;text-underline-offset:5px}.center-text-recipe fieldset button{background-color:initial;color:#586f7c;color:var(--trueBlue);cursor:pointer;font-weight:700;padding-top:20px;text-transform:uppercase}.center-text-recipe fieldset button:hover{-webkit-text-decoration:1px underline;text-decoration:1px underline;text-underline-offset:5px}.main-instructions{line-clamp:4;-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.section-recipes{flex:30% 1;margin:auto;max-width:30%;padding:15px}@media screen and (max-width:1024px){.section-main-recipe{flex:100% 1;max-width:100%;position:relative;top:0}.section-main-recipe img{height:50%;object-fit:cover;overflow:hidden}.section-recipes{flex:100% 1;max-width:100%}.center-text-recipe{bottom:-9%;width:90%}}@media screen and (max-width:600px){.main-recipe-container{position:relative}.section-main-recipe img{height:80vh}.center-text-recipe{background:#fff;margin-bottom:-14vh;position:relative;width:100%}.center-text-recipe fieldset button{display:none;padding-top:0}.main-instructions{display:none}}@media screen and (max-width:400px){.main-recipe-container{position:relative}.section-main-recipe img{height:80vh}.center-text-recipe{margin-bottom:-13vh}.center-text-recipe fieldset h2{font-size:2em;padding-bottom:5px}}.wrapper{grid-gap:15px;display:grid;grid-auto-flow:column;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(6,325px)}.box{overflow-x:hidden;transition:box-shadow .1s ease-in-out,-webkit-transform .1s ease-in-out;transition:box-shadow .1s ease-in-out,transform .1s ease-in-out;transition:box-shadow .1s ease-in-out,transform .1s ease-in-out,-webkit-transform .1s ease-in-out;-webkit-transition:box-shadow .1s ease-in-out,transform .1s ease-in-out;-moz-transition:box-shadow .1s ease-in-out,transform .1s ease-in-out}.box:hover{box-shadow:-5px 5px #d64045;box-shadow:-5px 5px var(--redTone);transform:translate(5px,-5px);-moz-transform:translate(5px,-5px);-webkit-transform:translate(5px,-5px)}.box img{height:60%;object-fit:cover}.box-container{display:flex;flex-direction:column;height:40%;justify-content:space-evenly;overflow:hidden;padding-top:35px;width:100%}.dish-types-container{position:absolute;top:57%}.box-wrapper{margin:8px;position:relative}.dish-types{-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-size:.9em;height:auto;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase}.dish-types,.dish-types a{color:#d64045;color:var(--redTone)}.dish-types a{transition:-webkit-transform 1s ease-in-out;transition:transform 1s ease-in-out;transition:transform 1s ease-in-out,-webkit-transform 1s ease-in-out}.dish-types a:hover{background-color:#d64045;border-radius:5px;color:#fff;padding:2px}.title-dish{-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-family:Georgia,Times New Roman,Times,serif;font-size:1.5em;font-weight:400;overflow:hidden;padding-left:12px;padding-right:12px;text-align:center;text-overflow:ellipsis}.title-dish:hover{text-decoration:underline}.timer{margin-left:12px;margin-top:8px}@media screen and (max-width:600px){.wrapper{grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(12,45vh)}.dish-types-container{top:59%}.timer{display:flex;justify-content:center}}.section-recipe-slider{align-items:center;background:#f4f4f9;background:var(--lightTextColor);display:flex;height:500px;justify-content:center;margin-top:5vh;overflow:hidden;position:relative}.section-recipe-slider fieldset{background-color:hsla(0,0%,100%,.2);border:4px dotted #d3d3d3;overflow:hidden;padding:1vw;position:relative}.section-recipe-slider fieldset legend{background-color:hsla(0,0%,100%,.4);border:4px dotted #d3d3d3;font-size:1.4em;padding:8px 15px;text-transform:uppercase}.section-recipe-slider fieldset legend a{color:#d64045;color:var(--redTone)}.slider{display:flex;height:380px;max-width:100%;width:1050px}.slides{display:flex;overflow-x:auto;padding:5px}.slides::-webkit-scrollbar{height:10px}.slides::-webkit-scrollbar-thumb{background:#d3d3d3;border-radius:10px}.slides::-webkit-scrollbar-track{background:transparent}.slides::-webkit-scrollbar-thumb:hover{background:gray}.slide{background:#fff;color:#2f4550;color:var(--darkBlue);flex-shrink:0;height:350px;margin-right:30px;max-width:100%;overflow:hidden;position:relative;scroll-snap-align:start;text-transform:capitalize;transition:box-shadow .1s ease-in-out,-webkit-transform .1s ease-in-out;transition:box-shadow .1s ease-in-out,transform .1s ease-in-out;transition:box-shadow .1s ease-in-out,transform .1s ease-in-out,-webkit-transform .1s ease-in-out;-webkit-transition:box-shadow .1s ease-in-out,transform .1s ease-in-out;-moz-transition:box-shadow .1s ease-in-out,transform .1s ease-in-out;width:31%}@media screen and (max-width:600px){.slider{width:90vw}.slide{width:100%}}@media screen and (max-width:1024px) and (min-width:601px){.slider{width:90vw}.slide{width:48%}}@media screen and (max-width:1200px) and (min-width:1025px){.slider{width:90vw}}.slide:hover{box-shadow:-5px 5px #d64045;box-shadow:-5px 5px var(--redTone);transform:translate(5px,-5px);-moz-transform:translate(5px,-5px);-webkit-transform:translate(5px,-5px)}.slide:last-child{margin-right:0}.slide img{height:60%;object-fit:cover}.dish-data{display:flex;flex-direction:column;height:30%;justify-content:end}.dish-data button{display:block;font-size:.9em;font-weight:700;margin:15px 0 0 auto;padding:10px;text-transform:uppercase}@-webkit-keyframes other{0%{opacity:0;top:0}to{opacity:1;top:5vh}}@keyframes other{0%{opacity:0;top:0}to{opacity:1;top:5vh}}@-webkit-keyframes example{0%{opacity:0;top:0}50%{top:10vh}to{opacity:1;top:5vh}}@keyframes example{0%{opacity:0;top:0}50%{top:10vh}to{opacity:1;top:5vh}}.recipe-container{padding-top:100px;position:relative}.single-recipe{background-color:#fff;margin:60px auto;padding:20px;width:50vw}.single-recipe h1{font-size:3em}.single-recipe ul{margin:0 20px 10px}.single-recipe hr{border-top:2px solid #bbb;margin:20px 0}.single-recipe-dishes{background-color:#2f4550;background-color:var(--darkBlue);border-radius:10px;color:#fff;cursor:pointer;margin:3px 5px;padding:7px;text-transform:uppercase}.single-recipe figure{color:gray;margin-bottom:15px}.single-recipe img{height:100%;object-fit:cover;overflow:hidden}.info-box{align-items:center;display:flex;flex-direction:row;justify-content:center}.info-box span{background-color:gray;border-radius:10px;color:#fff;margin:5px;padding:5px}.single-recipe-body{color:#2f4550;color:var(--darkBlue);font-size:1.1em;height:100%;line-height:1.5;margin:0 40px 40px;text-align:left}.single-recipe-body ul{list-style-type:circle}.single-recipe-body h3{border-bottom:1px solid #bbb;font-family:Georgia,Times New Roman,Times,serif;font-size:1.3em;margin:25px 0;padding:5px 0}.single-recipe-body p a{color:rgba(88,111,124,.7)}.recipe-ul{-webkit-columns:1;column-count:1;font-size:.9em;text-transform:uppercase}.recipe-ul:first-of-type{-webkit-columns:2;column-count:2}@media screen and (max-width:600px){.single-recipe{width:100%}.single-recipe h1{font-size:1.7em}.recipe-ul:first-of-type{-webkit-columns:1;column-count:1}.single-recipe-body{margin:0 20px 20px}.info-box{flex-direction:column}}@media screen and (max-width:1024px) and (min-width:601px){.single-recipe{width:80vw}.single-recipe h1{font-size:2em}}.multiple-recipes{margin:auto;padding:20px}.recipes-title{font-family:Georgia,Times New Roman,Times,serif;font-size:2em;padding:20px;text-align:center;text-transform:capitalize}.recipes-grid-container{margin:auto;max-width:1000px;padding-bottom:15px}.recipes-grid{grid-gap:15px;display:grid;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:601px) and (min-width:381px){.recipes-grid-container:last-child .recipes-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:380px){.recipes-grid-container:last-child .recipes-grid{grid-template-columns:repeat(1,1fr)}}.box{min-height:275px;padding-bottom:15px}.box,.box-item{background-color:#fff;color:#2f4550;color:var(--darkBlue);position:relative;text-transform:capitalize}.box-item{grid-column:1/3;transition:box-shadow .1s ease-in-out,-webkit-transform .1s ease-in-out;transition:box-shadow .1s ease-in-out,transform .1s ease-in-out;transition:box-shadow .1s ease-in-out,transform .1s ease-in-out,-webkit-transform .1s ease-in-out;-webkit-transition:box-shadow .1s ease-in-out,transform .1s ease-in-out;-moz-transition:box-shadow .1s ease-in-out,transform .1s ease-in-out}.box-item:last-child{grid-column:3;grid-row:1/3}@media screen and (max-width:601px){.box-item{background-color:#fff;color:#2f4550;color:var(--darkBlue);position:relative;text-transform:capitalize}.box-item,.box-item:last-child{grid-column:1/4}.box-item:last-child .dish-types-container-grid{top:66%!important}}.box-item:hover{box-shadow:-5px 5px #d64045;box-shadow:-5px 5px var(--redTone);transform:translate(5px,-5px);-moz-transform:translate(5px,-5px);-webkit-transform:translate(5px,-5px)}.box-item>a{display:flex;flex-direction:row}.box-item:last-child>a{display:flex;flex-direction:column}.img-container{height:100%;width:60%}.box-item:last-child a .img-container{height:60%;width:100%}.img-container img{height:300px;object-fit:cover;overflow:hidden}.box-item:last-child a .img-container img{height:100%;height:380px;object-fit:cover;overflow:hidden}.box-body{height:auto;width:40%}.box-item:last-child a .box-body{margin-top:10px;padding-bottom:10px;width:100%}.box-wrapper-dish{margin-top:50px}.box-item:last-child a .box-body .box-wrapper-dish{margin-top:40px}.recipes-summary{line-clamp:6;-webkit-line-clamp:6;-webkit-box-orient:vertical;display:-webkit-box;margin:20px;overflow:hidden;text-overflow:ellipsis}.box-item:last-child a .box-body .recipes-summary{line-clamp:3;-webkit-line-clamp:3}.dish-types-container-grid{left:62%;position:absolute;top:3%}.dish-types-container-grid .box-wrapper .dish-types div{display:inline-block}.box-item:last-child .dish-types-container-grid{left:5%;position:absolute;top:63%}@media screen and (max-width:1024px){.recipes-grid-container{position:relative;width:auto}.recipes-grid{grid-gap:15px;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,auto)}}.loading{font-size:5em;line-height:100vh;text-align:center;text-transform:uppercase}.lds-dual-ring{display:inline-block}.lds-dual-ring:after{-webkit-animation:lds-dual-ring 1.2s linear infinite;animation:lds-dual-ring 1.2s linear infinite;border-color:#586f7c transparent;border-color:var(--trueBlue) transparent var(--trueBlue) transparent;border-radius:50%;border-style:solid;border-width:6px;content:" ";display:block;height:100px;margin:8px;width:100px}@-webkit-keyframes lds-dual-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes lds-dual-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.error-card{background-color:#fff;border-radius:50px;display:flex;flex-direction:column;justify-content:center;left:50%;margin:0;padding:100px 0;position:absolute;text-align:center;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:75%}.error-card span{color:#586f7c;color:var(--trueBlue);font-family:Lobster,cursive;font-size:4.5em;padding-bottom:10px}.error-card>a{bottom:5%;font-size:2em;left:50%;position:absolute;text-transform:capitalize;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}.error-card>a,.footer{font-family:Lobster,cursive}.footer{background-color:#2f4550;background-color:var(--darkBlue);color:#fff;padding:4vh;width:100%}.about,.footer{text-align:center}.about{padding-top:15vh}.about-container{background-color:#fff;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);margin:0 auto 50px;max-width:800px;padding:3rem;text-align:center}.about-title{font-family:Lobster,cursive;font-size:3rem;font-weight:700;margin-bottom:2rem}.about-text{color:#555;font-size:1.2rem;line-height:1.5;text-align:start}.about-subtitle{font-family:Lobster,cursive;font-size:2rem;margin-bottom:1rem}.about-li{list-style-type:circle}
/*# sourceMappingURL=main.950019f4.css.map*/