@import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap);*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:#fff;color:#333;font-family:Source Sans Pro,sans-serif}.skip-link{background-image:linear-gradient(to right bottom,#ff7c00,#ff7c00,#ffbf00);border-radius:1rem;color:#fafafa;font-size:1.1rem;font-weight:700;left:.25rem;padding:1rem;position:absolute;text-decoration:none;top:-5rem;z-index:10}.skip-link:focus{top:.25rem}.checked{color:orange}.navbar{align-items:center;background-color:none;border-block-end:1px solid #f1d6c6;box-shadow:0 0 10px rgba(0,0,0,.1);display:flex;flex-direction:row;font-family:Rubik,sans-serif;height:5rem;justify-content:space-between;left:0;padding:0 4rem;padding-block:20px;position:absolute;top:0;width:100%;z-index:4}.navbar.active{animation:slideIn .5s ease-out forwards;background-color:#fff;box-shadow:0 1px 4px rgba(0,0,0,.2);position:fixed!important;top:-86px}@keyframes slideIn{0%{transform:translateY(0)}to{transform:translateY(100%)}}.navbar-logo{display:flex;flex-direction:row;height:100%}.navbar-logo,.navbar-logo__link{align-items:center;justify-content:center}.navbar-logo__link{color:#fff;display:inline-block;font-family:Rubik,sans-serif;font-size:2rem;font-weight:700;letter-spacing:-2px;min-height:44px;min-width:44px;padding-top:.2rem;text-decoration:none}.navbar.active .navbar-logo__link{color:rgba(13,18,22,.95);padding-top:.5rem}.navbar-logo__link .span{color:#ff9d2e;display:inline-block}.navbar-list{justify-content:flex-end}.navbar-item,.navbar-list{align-items:center;display:flex;flex-direction:row;height:100%}.navbar-item{justify-content:center;list-style:none;margin:0 1rem;padding:0 1rem}.navbar-item__link{align-items:center;color:#fff;display:flex;flex-direction:row;font-size:1.1rem;justify-content:center;min-height:44px;min-width:44px;text-decoration:none}.navbar.active .navbar-item__link{color:rgba(13,18,22,.95);font-weight:500}.navbar-item__link:is(:hover),.navbar.active .navbar-item__link:is(:hover){color:#ff8d29;text-decoration:underline}.navbar-item__icon{color:#000;margin-right:1rem;min-height:44px;min-width:44px}.navbar-mobile{display:none;justify-content:space-between;width:100%}.mobile-logo,.navbar-mobile{align-items:center;flex-direction:row}.mobile-logo{display:flex;height:100%;justify-content:flex-start}.mobile-logo__link{align-items:center;color:#fff;display:inline-block;font-family:Rubik,sans-serif;font-size:2rem;font-weight:700;justify-content:center;letter-spacing:-2px;min-height:44px;min-width:44px;padding-top:.2rem;text-decoration:none}.navbar.active .mobile-logo__link{color:rgba(13,18,22,.95)}.mobile-logo__link .span{color:#ff9d2e;display:inline-block}.mobile-button,.navbar-mobile__btn{align-items:center;display:flex;flex-direction:row}.navbar-mobile__btn{background-color:transparent;border:none;cursor:pointer;justify-content:center;min-height:44px;min-width:44px}.navbar-mobile__icon{color:#fff;font-size:2rem;margin-top:.5rem;min-height:44px;min-width:44px}.navbar.active .navbar-mobile__icon{color:#ff9d2e}.open{left:0!important}.mobile-menu{background-color:#fff;display:block;height:100vh;left:-100%;overflow:hidden;position:absolute;top:5rem;transition:all .3s ease;width:70%;z-index:1}.mobile-item{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;list-style:none;padding:1.5rem 1rem;text-decoration:none}.mobile-item:is(:hover,:focus){background-color:#f0f2f5}.mobile-item__link{align-items:center;color:rgba(13,18,22,.95);display:flex;flex-direction:row;font-family:Source Sans Pro,sans-serif;font-size:1.3rem;justify-content:center;min-height:44px;min-width:44px;padding-left:.5rem;text-decoration:none}.mobile-item:is(:hover,:focus)>.mobile-item__link{color:#ff8d29;font-weight:600}.hero{align-items:center;justify-content:center}.hero-banner{box-shadow:0 0 10px rgba(0,0,0,.1);height:100vh;position:relative}.hero-banner__img{color:#fff;height:100%;object-fit:cover;object-position:center;width:100%}.hero-text{align-items:center;background-color:rgba(0,0,0,.5);color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:center;left:0;position:absolute;text-align:center;top:0;width:100%}.hero-text__title{font-size:3rem;font-weight:700;margin-top:5rem}.hero-text__subtitle{font-size:1.5rem;font-weight:400;margin-bottom:2rem}.hero-text__btn{--bs-btn-border-color:linear-gradient(to right bottom,#ff7c00,#ff7c00,#eab308);background-image:linear-gradient(to right bottom,#ff7c00,#ff7c00,#eab308);border:none;border-radius:1rem;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:700;padding:1rem 2rem;text-decoration:none}.hero-text__btn:hover{background-image:linear-gradient(to right bottom,#ff7c00,#ff7c00,#ffbf00);box-shadow:3px 3px 10px 0 rgba(0,0,0,.15);-webkit-box-shadow:3px 3px 10px 0 rgba(0,0,0,.15);-moz-box-shadow:3px 3px 10px 0 rgba(0,0,0,.15)}.content,.main-content{align-items:center;display:flex;flex-direction:column;justify-content:center}.main-content{margin:0 2rem}.main-content__title{background-image:linear-gradient(90deg,#f7e8bb,#f7e8bb);background-position:-100% 100%;background-repeat:no-repeat;background-size:100% 50%;color:#2c365d;font-size:2.5rem;font-weight:700;margin-bottom:5rem;margin-top:6rem}.restaurant-list{grid-gap:2rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(275px,1fr));margin-bottom:2rem}.restaurant{border-radius:1rem;display:flex;flex-direction:column;height:100%;width:100%}.restaurant-image__container{align-items:center;border-radius:1rem 1rem 1rem 1rem;-webkit-border-radius:1rem 1rem 1rem 1rem;-moz-border-radius:1rem 1rem 1rem 1rem;-ms-border-radius:1rem 1rem 1rem 1rem;-o-border-radius:1rem 1rem 1rem 1rem;display:flex;height:180px;justify-content:center;margin-bottom:.5rem;overflow:hidden;width:100%}.restaurant-image__img{border-radius:1rem 1rem 0 0;height:100%;object-fit:cover;object-position:center;transition:.5s ease-in-out;width:100%}.restaurant-image__container:hover .restaurant-image__img{transform:scale(1.1)}.restaurant-info{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}.restaurant-title{-webkit-box-orient:vertical;-webkit-line-clamp:1;display:-webkit-box;font-size:1.3rem;font-weight:700;line-height:1.5;margin-bottom:.25rem;max-height:1.5;overflow:hidden;text-overflow:ellipsis;width:100%}.restaurant-meta{align-items:center;display:grid;grid-template-columns:2fr 1fr;margin-bottom:.5rem;width:100%}.restaurant-location{align-items:center;display:flex;flex-direction:row;font-family:system-ui!important;font-size:1.1rem;font-weight:600;justify-content:flex-start}.restaurant-location__icon{color:#f75940!important;font-size:1.2rem!important;margin-right:.25rem}.restaurant-rating{align-items:center;color:#fda400!important;display:flex;flex-direction:row;font-family:system-ui!important;font-size:1.1rem;justify-content:flex-end;margin-right:.25rem}.restaurant-rating__icon{font-size:1.2rem!important;margin-right:.25rem}.restaurant-description{-webkit-box-orient:vertical;-webkit-line-clamp:4;color:#212529;display:-webkit-box;font-size:1rem;font-weight:400;line-height:1.5;margin-bottom:.5rem;max-height:6;overflow:hidden;text-overflow:ellipsis}.restaurant-link{margin-bottom:1rem;text-decoration:none;width:50%}.restaurant-card__button,.restaurant-link{align-items:center;display:flex;justify-content:center}.restaurant-card__button{--bs-btn-border-color:linear-gradient(to right bottom,#ff7c00,#ff7c00,#eab308);background-image:linear-gradient(to right bottom,#ff7c00,#ff7c00,#eab308);border:none;border-radius:1rem;color:#fff;cursor:pointer;flex-direction:row;font-size:1rem;font-weight:600;height:3rem;transition:.5s ease-in-out;width:100%}.restaurant-card__button:hover{background-image:linear-gradient(to right bottom,#ff7c00,#ff7c00,#ffbf00);box-shadow:3px 3px 10px 0 rgba(0,0,0,.15);-webkit-box-shadow:3px 3px 10px 0 rgba(0,0,0,.15);-moz-box-shadow:3px 3px 10px 0 rgba(0,0,0,.15)}footer{padding:1rem;text-align:center}.footer-content{align-items:center;display:flex;flex-direction:column;justify-content:center}.footer-content p{font-size:1.2rem;font-weight:500;margin:1rem 0}.back-top-btn{background-color:#ff9d2e;border:none;border-radius:50%;bottom:10px;box-shadow:0 1px 4px rgba(0,0,0,.2);color:#fff;cursor:pointer;height:2.875rem;opacity:0;padding:15px;position:fixed;right:20px;transition:.25s ease;-webkit-transition:.25s ease;-moz-transition:.25s ease;-ms-transition:.25s ease;-o-transition:.25s ease;visibility:hidden;width:2.875rem;z-index:2}.back-top-btn.active{opacity:1;transform:translateY(-10px);visibility:visible}.back-top-btn:is(:hover){background-color:#0d1216}.detail-page{margin:2rem 4rem;padding-top:5rem}.detail-page,.restaurant-detail{align-items:center;display:flex;flex-direction:column;justify-content:center}.restaurant-detail__header{align-items:flex-start;border-radius:1rem;box-shadow:0 0 .5rem rgba(0,0,0,.1);display:flex;flex-direction:row;justify-content:center;margin-bottom:2rem;padding:2rem;width:100%}.restaurant-detail__image-container{align-items:center;border-radius:1rem;display:flex;height:250px;justify-content:center;margin-right:2rem;overflow:hidden;width:50%}.restaurant-detail__image{height:100%;object-fit:cover;object-position:center;transition:.5s ease-in-out;width:100%}.restaurant-detail__image-container:hover .restaurant-detail__image{transform:scale(1.1)}.restaurant-detail__content{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin-right:2rem;width:100%}.restaurant-detail__title{-webkit-box-orient:vertical;-webkit-line-clamp:1;display:-webkit-box;font-size:1.4rem;font-weight:700;line-height:1.5;margin-bottom:.5rem;max-height:1.5;overflow:hidden;text-overflow:ellipsis;width:100%}.restaurant-detail__meta{margin-bottom:.5rem;width:100%}.restaurant-detail__meta,.restaurant-detail__rating{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.restaurant-detail__rating{color:#fda400;margin-right:1rem}.restaurant-detail__rating-icon{font-size:1.2rem;margin-right:.5rem}.restaurant-detail__rating-score{font-family:system-ui!important;font-size:1.1rem}.restaurant-detail__location{align-items:center;color:#f75940;display:flex;flex-direction:row;justify-content:flex-start;margin-right:1rem}.restaurant-detail__location-icon{font-size:1.2rem;margin-right:.5rem}.restaurant-detail__location-address{font-family:system-ui!important;font-size:1.1rem;font-weight:600}.restaurant-detail__description{font-size:1rem;font-weight:400;margin-bottom:.5rem;text-align:justify}.restaurant-detail__info{width:30%}.restaurant-detail__address,.restaurant-detail__info{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}.restaurant-detail__address{margin-bottom:1rem;width:100%}.restaurant-detail__address-title{font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.restaurant-detail__address-text{font-size:1rem;font-weight:400}.restaurant-detail__categories{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:1rem;width:100%}.restaurant-detail__categories-title{font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.restaurant-detail__categories-list{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;list-style:none;margin-bottom:.5rem;width:100%}.restaurant-detail__categories-item{font-size:1rem;font-weight:400;margin-right:1rem}.restaurant-detail__menu{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:2rem;width:100%}.restaurant-detail__menu-drink,.restaurant-detail__menu-food{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;width:100%}.restaurant-detail__menu-food{margin-bottom:1rem}.restaurant-detail__menu-title{font-size:1.2rem;font-weight:700;margin-bottom:1rem}.restaurant-detail__menu-list{grid-gap:1rem;display:grid;grid-template-columns:repeat(4,1fr);list-style:none;margin-bottom:.5rem;width:100%}.customer-review{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;width:100%}.customer-review__title{font-size:1.2rem;font-weight:700;margin-bottom:1rem}.customer-review__item{align-items:flex-start;border-radius:1rem;box-shadow:0 0 .5rem rgba(0,0,0,.1);display:flex;flex-direction:row;height:100%;justify-content:flex-start;margin-bottom:1rem;padding:2rem;width:100%}.customer-review__image-container{align-items:center;border-radius:100%;display:flex;flex-direction:column;height:100px;justify-content:center;margin-right:2rem;width:100px}.customer-review__image{border-radius:100%;height:100%;object-fit:cover;width:100%}.customer-review__body{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:90%}.customer-review__name{-webkit-line-clamp:1;font-size:1.2rem;font-weight:700;max-height:1.5}.customer-review__content,.customer-review__date,.customer-review__name{-webkit-box-orient:vertical;display:-webkit-box;line-height:1.5;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;width:100%}.customer-review__content,.customer-review__date{-webkit-line-clamp:4;font-size:1rem;font-weight:400;max-height:6;text-align:justify}.like{align-items:center;background-color:#ff9d2e;border:0;border-radius:50%;bottom:35px;color:#fff;cursor:pointer;display:flex;font-size:18px;height:55px;justify-content:center;position:fixed;right:30px;width:55px}.like:is(:hover,:focus){background-color:#0d1216}.favorite-page{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin:2rem 4rem;padding-top:5rem}.favorite-page__title{background-image:linear-gradient(90deg,#f7e8bb,#f7e8bb);background-position:-100% 100%;background-repeat:no-repeat;background-size:100% 50%;color:#2c365d;font-size:1.7rem;font-weight:700;margin-bottom:2rem}.favorite-restaurants{grid-gap:2rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));margin-bottom:2rem}.favorite-restaurants__empty{display:flex;flex-direction:column}@media screen and (min-width:280px){.navbar-list,.navbar-logo{display:none}.navbar-mobile{display:flex}.navbar{padding:1rem}.navbar-logo__link{line-height:1}.hero{margin-bottom:2rem}.hero-text{padding:1rem}.hero-text__title{font-size:2rem}.hero-text__subtitle{font-size:1rem}.main-content{margin:0 1rem}.detail-page{margin:1rem 0}.restaurant-detail__header{align-items:center;flex-direction:column;padding:1rem;width:90%}.restaurant-detail__image-container{height:100%;margin-bottom:1rem;margin-right:0;width:100%}.restaurant-detail__content{align-items:center;margin-bottom:1rem;margin-right:0}.restaurant-detail__info{flex-direction:column;width:100%}.restaurant-detail__address,.restaurant-detail__categories{width:100%}.restaurant-detail__menu{width:90%}.restaurant-detail__menu-drink,.restaurant-detail__menu-food{align-items:center}.restaurant-detail__menu-list{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.customer-review{width:90%}.customer-review__item{padding:1rem}.customer-review__image-container{height:50px;margin-right:1rem;width:50px}.customer-review__body{width:70%}.customer-review__content,.customer-review__date,.customer-review__name{font-size:1rem}.favorite-page{margin:1rem}.favorite-restaurants{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media screen and (min-width:360px){.hero-text__title{font-size:2.5rem}.hero-text__subtitle{font-size:1.5rem}}@media screen and (min-width:540px){.navbar{padding:1rem 2rem}.mobile-item{padding:1.5rem 2rem}.main-content{margin:0 2rem}.restaurant-detail__header{padding:1.5rem}.restaurant-detail__info{flex-direction:row;width:100%}.restaurant-detail__address{margin-right:1rem}.customer-review__item{padding:1.5rem}.customer-review__image-container{height:100px;margin-right:1.5rem;width:100px}.favorite-page{margin:2rem}.favorite-restaurants{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media screen and (min-width:912px){.navbar-list,.navbar-logo{display:flex}.navbar-mobile{display:none}.navbar{height:5rem;padding:0 2rem}.navbar-logo__link{font-size:1.8rem}.navbar-logo__img{margin-right:1rem}.hero-text__title{font-size:3rem}.hero-text__subtitle{font-size:1.5rem}.main-content{margin:0 2rem}.detail-page{margin:2rem 0}.restaurant-detail__header{padding:2rem;width:92%}.customer-review,.restaurant-detail__menu{width:92%}.customer-review__image-container{height:100px;width:100px}.customer-review__body{width:85%}}@media screen and (min-width:1024px){.navbar{height:5rem;padding:0 3rem}.detail-page{margin:2rem .5rem}.favorite-page{margin:2rem 3rem}}@media screen and (min-width:1280px){.navbar{height:5rem;padding:0 4rem}.hero{margin-bottom:3rem}.detail-page{margin:2rem 4rem}.restaurant-detail__header{align-items:flex-start;flex-direction:row;padding:2rem;width:100%}.restaurant-detail__image-container{height:250px;margin-bottom:0;margin-right:2rem;width:50%}.restaurant-detail__content{align-items:flex-start;margin-bottom:0;margin-right:2rem}.restaurant-detail__info{flex-direction:column;width:30%}.restaurant-detail__address,.restaurant-detail__categories{margin-right:0;width:100%}.restaurant-detail__menu{width:100%}.restaurant-detail__menu-drink,.restaurant-detail__menu-food{align-items:flex-start}.restaurant-detail__menu-list{grid-template-columns:repeat(4,1fr)}.customer-review{width:100%}.customer-review__item{padding:2rem}.customer-review__image-container{height:100px;margin-right:2rem;width:100px}.customer-review__body{width:90%}.customer-review__content,.customer-review__date,.customer-review__name{font-size:1.2rem}.favorite-page{margin:2rem 4rem}}
/*# sourceMappingURL=app.css.map*/