*{box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;padding:0;scroll-behavior:smooth;text-decoration:none}body{background-color:#000}.section{padding:20px;width:100%}.section h2{font-size:2rem}.section h2,.section h3{color:#ff7656;font-family:Courgette,sans-serif;padding:10px 0;text-align:center}.section h3{font-size:1.6rem}.btn{background-color:#ff7656;border:none;border-radius:30px;color:#3f4a5c;display:inline-block;font-weight:500;margin-right:10px;padding:8px 20px;transition:all .5s ease}.btn:hover{background-color:#ffcc7f}.delete-btn{background:none;border:none;border-radius:30px;color:#9e304e;display:inline-block;font-weight:500;font-weight:600;margin-left:-10px!important;padding:8px 16px;transition:all .5s ease}.delete-btn:hover{color:#ffcc7f}.reservation-btn{align-items:center;background-color:#ffcc7f;border-radius:30px;color:#3f4a5c;display:flex;height:2rem;justify-content:center;overflow:hidden;padding:6px;position:fixed;right:10px;top:15%;transition:all .3s ease;width:2rem;z-index:10}.reservation-btn i{left:1px;position:relative;top:2px}.reservation-btn .reservation-link{color:#3f4a5c;display:none;font-size:16px;margin-left:10px;white-space:nowrap}.reservation-btn:hover{width:150px}.reservation-btn:hover .reservation-link{display:inline}.back-to-top-btn{align-items:center;background-color:#ffcc7f;border:none;border-radius:50%;bottom:15vh;display:none;display:flex;height:3rem;justify-content:center;opacity:0;padding-top:3px;position:fixed;right:10px;transition:all .3s ease-in-out;width:3rem;z-index:10}.back-to-top-btn i{color:#3f4a5c;font-size:2rem}.back-to-top-btn:hover{background-color:hsla(38,76%,85%,.851)}.back-to-top-btn.visible{animation:btn-opacity .4s ease-in-out forwards;display:block}.back-to-top-btn.closing{animation:btn-opacity-reverse .4s ease-in-out forwards}@keyframes btn-opacity{0%{opacity:0}to{opacity:1}}@keyframes btn-opacity-reverse{0%{opacity:1}to{opacity:0}}@media only screen and (min-width:650px){.back-to-top-btn{bottom:15vh;height:2rem;padding-top:3px;right:2%;width:2rem}.back-to-top-btn i{bottom:2.5px;font-size:1.6rem;position:relative}.grid-2{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr);margin:5px auto;width:90%}}@media only screen and (min-width:1024px){.back-to-top-btn{bottom:15vh;right:15%}.back-to-top-btn i{bottom:2.5px;position:relative}.reservation-btn{display:none}.grid-2{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr);margin:5px auto;width:55%}}#navigation{align-items:center;background-color:#222;display:flex;height:8vh;justify-content:space-between;padding:20px;position:fixed;right:0;top:0;transition:all .5s;width:100%;z-index:100}#navigation .navigation-logo{margin-bottom:-3px;width:6vh}.nav-links{list-style:none}.nav-links li{margin-bottom:15px;text-align:center}.nav-links li a,.nav-links li span{color:#fff;font-size:1.4rem;font-weight:600;list-style:none;text-align:left;text-decoration:none;transition:all .3s ease}.nav-links li a:hover,.nav-links li span:hover{color:#ff7656}.nav-links li span{margin-left:10px}.nav-links li .reservation-btn-nav{color:#ff7656;display:inline-block;font-size:1rem;transition:all .4s ease}.nav-links li .reservation-btn-nav i{position:relative;top:2px}.nav-links li .reservation-btn-nav:hover{color:hsla(38,76%,85%,.851)}.nav-links .navbar-logo{margin-bottom:20px;width:10vh}.nav-links .navbar-links{color:#ffcc7f;font-family:Courgette,sans-serif;font-weight:600}.hamburger{cursor:pointer;display:none}.hamburger .bar{background-color:#fff;border-radius:5px;display:block;margin:6px auto;transition:all .3s ease-in-out}.hamburger .bar:first-child{height:2px;width:30px}.hamburger .bar:nth-child(2){height:2px;margin-right:2.5px;width:25px}.hamburger .bar:nth-child(3){height:2px;margin-right:0;width:30px}.hamburger{display:block;z-index:1001}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:first-child{transform:translateY(2px) rotate(45deg);width:25px}.hamburger.active .bar:nth-child(3){transform:translateY(-14px) rotate(-45deg);width:25px}.nav-links{background:linear-gradient(rgba(0,0,0,.898),#000);box-shadow:2px 5px 10px rgba(31,31,31,.714);flex-direction:column;height:100vh;left:-100%;margin:auto;padding:20% 15px 10px;position:fixed;text-align:center;top:0;transition:.3s;width:100%;z-index:1000}.social-links{align-items:center;display:flex;gap:15px;justify-content:center;margin-top:20px}.social-links a{color:#fff;font-size:1.8rem;text-decoration:none}.social-links a i{transition:all .5s}.social-links a i:hover{color:#ffcc7f}.nav-links.active{left:0}@media only screen and (min-width:700px){#navigation .nav-links{padding:20px 15px 30px}#navigation .nav-links li{margin-bottom:9px}#navigation .nav-links li a{font-size:1rem;font-weight:500}#navigation .navbar-links{font-size:1.2rem;font-weight:500}#navigation .social-links{margin-top:10px}}@media only screen and (min-width:1024px){#navigation{padding:20px 10%}#navigation .nav-links{align-items:center;background:none!important;box-shadow:none;display:flex;flex-direction:row;height:-webkit-fit-content;height:fit-content;justify-content:space-between;padding:0;position:static;text-align:left;transition:none;width:100%}#navigation .navbar-links{background:none;font-size:1rem;font-weight:600;margin:0 15px}#navigation .social-links,.hamburger{display:none}}footer{background:#000;padding:15px;text-align:center;width:100%}footer img{margin:30px auto;transition:all .4s ease;width:6rem}footer img:hover{opacity:.9;transform:scale(1.005)}footer .footer-grid{display:grid}footer .footer-container{margin:0 auto;padding:20px 5px;width:80%}footer .footer-container h3{color:#ff7656;font-family:Courgette,sans-serif;font-size:1.5rem;margin-bottom:10px}footer .footer-container .footer-social-links{color:#bbb;font-size:1.6rem;margin-right:10px;transition:all .4s ease}footer .footer-container .footer-social-links:hover{color:#ffcc7f}footer .footer-container ul{font-size:1rem;list-style:none}footer .footer-container ul li{color:#fff;font-weight:400;margin-bottom:10px}footer .footer-container ul li i{color:#ffcc7f;font-size:1rem;margin-right:6px}footer .footer-container ul li .footer-links{color:#fff;transition:all .4s ease}footer .footer-container ul li .footer-links:hover{color:#ffcc7f}footer h6{color:#bbb;font-size:1rem;font-weight:400;margin-top:15px;text-align:center;transition:all .4s ease}footer h6:hover{color:#ffcc7f}footer h5{color:#bbb;font-size:.8rem;font-weight:400;margin-top:5px;text-align:center;transition:all .4s ease;width:100%}footer h5:hover{color:#ffcc7f}@media only screen and (min-width:600px){footer{margin:0 auto;width:80%}footer .footer-grid{display:grid;grid-template-columns:repeat(2,1fr)}footer .footer-grid img{width:8rem}footer .footer-container{width:100%}}@media only screen and (min-width:1024px){footer{margin:0 auto;width:55%}footer .footer-top{display:grid;grid-template-columns:repeat(1,1fr)}footer .footer-top .footer-grid{display:grid}footer .footer-top .footer-grid:first-of-type{grid-template-columns:repeat(2,1fr)}footer .footer-top .footer-grid:first-of-type img{width:10rem}footer .footer-top .footer-grid:nth-of-type(2){grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(1,1fr)}footer .footer-top .footer-grid img{width:8rem}footer .footer-top .footer-grid .footer-container{width:100%}}.error-page{align-items:center;background-image:url(/static/media/Resotran-top.7a6793debc3087b083f4.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;height:100vh;justify-content:center;padding:20px;position:relative;text-align:center;width:100%}.error-page:before{background:linear-gradient(rgba(0,0,0,.929),rgba(0,0,0,.886),rgba(0,0,0,.886),rgba(0,0,0,.969));content:"";height:102%;left:0;position:absolute;top:-1%;width:100%;z-index:1}.error-page img{margin:10px auto;position:relative;width:40%;z-index:2}.error-page h2{color:#ff7656;font-size:1.5rem;font-weight:600;margin-bottom:10px;position:relative;z-index:2}.error-page p{color:hsla(38,76%,85%,.851);position:relative;z-index:2}.error-page .btn{background-color:#ffcc7f;border:none;border-radius:30px;color:#3f4a5c;display:inline-block;display:flex;font-weight:500;margin:20px auto;padding:8px 20px;position:relative;transition:all .5s ease;width:-webkit-fit-content;width:fit-content;z-index:2}.main{height:100vh;position:relative;width:100%}.main:after{background:linear-gradient(#000,rgba(0,0,0,.631),#000);content:"";height:101%;left:0;position:absolute;top:0;width:100%;z-index:1}.main img{filter:blur(2px);height:100%;object-fit:cover;width:100%}.main .main-text{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:80%;z-index:2}.main .main-text h5{color:#ffedbf;font-family:Courgette,sans-serif;font-size:1rem;font-weight:400;text-align:left}.main .main-text h1{color:#ff7656;font-family:Courgette,sans-serif;font-size:3rem;margin-top:-5px}.main .main-text p{color:#ffedbf;font-size:.9rem;font-weight:300;margin-top:-5px}.main .main-text .main-btn{border:none;border-radius:30px;color:#3f4a5c;display:inline-block;font-weight:500;margin-right:10px;margin-top:15px;padding:8px 20px;transition:all .5s ease}.main .main-text .main-btn:first-of-type{background-color:#ff7656}.main .main-text .main-btn:first-of-type:hover{background-color:#ffcc7f}.main .main-text .main-btn:last-of-type{background-color:#ffedbf}.main .main-text .main-btn:last-of-type:hover{background-color:#ffcc7f}.main .down-btn{animation:moveArrow 1.5s infinite;bottom:15%;color:#ffedbf;display:inline-block;font-size:2.4rem;left:50%;position:absolute;transform:translateX(-50%);z-index:2}@keyframes moveArrow{0%{transform:translateY(0)}50%{transform:translateY(10px)}to{transform:translateY(0)}}.top-seller-slider{margin-top:100px;position:relative;text-align:center;width:100%}.top-seller-slider h2{color:#ff7656;font-family:Courgette,sans-serif;font-size:2rem;padding:10px 0;text-align:center}.top-seller-slider .top-seller-item{background-color:rgba(0,0,0,.624);border-radius:15px;margin:10px auto;overflow:hidden;width:80%}.top-seller-slider .top-seller-item img{aspect-ratio:1;border-radius:50%;object-fit:cover;width:40%}.top-seller-slider .top-seller-item h3{color:#ff7656;font-family:Courgette,sans-serif;font-size:1.4rem}.top-seller-slider .top-seller-item p{color:#ffedbf;font-size:1.6rem;font-weight:800}.top-seller-slider .top-seller-item .item-details{display:flex;gap:10px;justify-content:center;list-style:none;margin:10px 0 0}.top-seller-slider .top-seller-item .item-details li{color:#ffedbf;font-size:.8rem}.top-seller-slider .slider-btn{background:none;border:none;color:#ffedbf;font-size:2rem;position:absolute;top:50%;transform:translateY(-50%)}.top-seller-slider .prev{left:10%}.top-seller-slider .next{right:10%}@media only screen and (min-width:500px){.top-seller-slider{margin:100px auto 0;width:80%}.top-seller-slider .prev{left:20%}.top-seller-slider .next{right:20%}}@media only screen and (min-width:1024px){.top-seller-slider{margin:100px auto 0;width:55%}.top-seller-slider .top-seller-item{width:60%}.top-seller-slider .prev{left:30%}.top-seller-slider .next{right:30%}}.time{margin:60px 0 30px;width:100%}.time,.time h2{text-align:center}.time h2{color:#ff7656;font-family:Courgette,sans-serif;font-size:2rem;padding:10px 0}.time h5{color:#ff7656;margin-top:10px}.time span{color:#ffedbf}.time span i{color:#ff7656;margin-right:5px}.home-locations{background-image:url(/static/media/Resotran-top.7a6793debc3087b083f4.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:20px;position:relative}.home-locations h2{color:#ff7656;font-family:Courgette,sans-serif;font-size:2rem;padding:10px 0;position:relative;text-align:center;z-index:2}.home-locations:before{background:linear-gradient(rgba(0,0,0,.929),rgba(0,0,0,.886),rgba(0,0,0,.886),rgba(0,0,0,.969));content:"";height:102%;left:0;position:absolute;top:-1%;width:100%;z-index:1}.home-locations .locations-grid{display:grid;grid-template-columns:repeat(1,1fr);position:relative;z-index:2}.home-locations .location-card{border-radius:8px;box-shadow:0 4px 8px #0000001a;padding:1rem;text-align:center}.home-locations .location-card .location-image{aspect-ratio:1;border-radius:100%;margin-bottom:1rem;width:45%}.home-locations .location-card .location-name{color:#ffcc7f;font-family:Courgette,sans-serif;font-size:1.5rem;margin-bottom:.5rem}.home-locations .location-card .location-offers{color:hsla(38,76%,85%,.851);font-size:1rem;margin:0 auto;width:80%}.home-locations .location-card .location-address{color:#ffcc7f;font-size:.9rem;margin-bottom:1rem;margin-top:10px}.home-locations .location-card .location-address i{color:#ffcc7f;padding-right:5px}.home-locations .location-card .location-buttons{display:flex;gap:10px;justify-content:center;margin-top:1rem}.home-locations .location-card .location-buttons .location-btn,.home-locations .location-card .location-buttons .menu-btn{border:none;border-radius:30px;color:#3f4a5c;display:inline-block;display:flex;font-size:1rem;font-weight:500;padding:8px 20px;transition:all .5s ease}.home-locations .location-card .location-buttons .location-btn i,.home-locations .location-card .location-buttons .menu-btn i{margin-right:5px;margin-top:2px}.home-locations .location-card .location-buttons .location-btn:first-of-type,.home-locations .location-card .location-buttons .menu-btn:first-of-type{background-color:#ff7656}.home-locations .location-card .location-buttons .location-btn:first-of-type:hover,.home-locations .location-card .location-buttons .menu-btn:first-of-type:hover{background-color:#ffcc7f}.home-locations .location-card .location-buttons .location-btn:last-of-type,.home-locations .location-card .location-buttons .menu-btn:last-of-type{background-color:#ffedbf}.home-locations .location-card .location-buttons .location-btn:last-of-type:hover,.home-locations .location-card .location-buttons .menu-btn:last-of-type:hover{background-color:#ffcc7f}@media only screen and (min-width:600px){.home-locations .locations-grid{margin:0 auto;width:80%}}@media only screen and (min-width:800px){.home-locations .locations-grid{grid-template-columns:repeat(2,1fr);margin:0 auto;width:90%}}@media only screen and (min-width:1024px){.home-locations .locations-grid{grid-template-columns:repeat(2,1fr);margin:0 auto;width:55%}}.home-delivery{border-radius:10px;padding:30px;text-align:center}.home-delivery h2{color:#ff7656;font-family:Courgette,sans-serif;font-size:2rem;padding:10px 0;text-align:center}.home-delivery p{color:hsla(38,76%,85%,.851);font-size:1.1rem;margin-bottom:20px}.home-delivery .delivery-icons{display:flex;gap:10px;justify-content:center}.home-delivery .delivery-icons i{align-items:center;background-color:hsla(38,76%,85%,.851);border-radius:50%;color:#3f4a5c;display:flex;font-size:1rem;height:2rem;justify-content:center;transition:all .3s;width:2rem}.home-delivery .delivery-icons i:hover{opacity:.8}.home-delivery .delivery-icons i:first-of-type{background-color:#51ca51;color:#fff}.home-delivery .delivery-icons i:nth-of-type(2){background-color:#189e78;color:#f7f747}.home-delivery .delivery-icons i:last-of-type{background-color:#eec55f;color:#fff}@media only screen and (min-width:600px){.home-delivery{margin:0 auto;width:80%}.home-delivery p{font-size:1rem}}@media only screen and (min-width:1024px){.home-delivery{margin:0 auto;width:55%}}.home-reviews{padding:20px;text-align:center}.home-reviews h2{color:#ff7656;font-family:Courgette,sans-serif;font-size:2rem;padding:10px 0;text-align:center}.home-reviews .reviews-container{grid-gap:5px;display:grid;gap:5px;grid-template-columns:repeat(1,1fr);margin-bottom:30px}.home-reviews .reviews-container .review-card{border-radius:10px;padding:20px;text-align:center}.home-reviews .reviews-container .review-card img{border-radius:50%;height:100px;object-fit:cover;width:100px}.home-reviews .reviews-container .review-card h3{color:#ff7656;font-size:1.2rem;font-weight:600}.home-reviews .reviews-container .review-card .rating{display:flex;gap:5px;justify-content:center;margin-bottom:5px}.home-reviews .reviews-container .review-card .rating .star{color:gold;font-size:1rem}.home-reviews .reviews-container .review-card .review-description{color:hsla(38,76%,85%,.851);font-size:1rem;margin:0 auto;width:80%}.home-reviews .more-reviews-btn{border:none;border-radius:30px;color:#3f4a5c;display:inline-block;display:flex;font-weight:500;margin:0 auto;padding:8px 20px;transition:all .5s ease;width:-webkit-fit-content;width:fit-content}.home-reviews .more-reviews-btn:hover{background-color:#ffcc7f}@media only screen and (min-width:600px){.home-reviews .reviews-container{margin-bottom:0;padding:5px 15%}.home-reviews .reviews-container .review-card{padding:0 20px}}@media only screen and (min-width:1024px){.home-reviews{margin:0 auto;width:55%}.home-reviews .reviews-container{gap:5px;grid-template-columns:repeat(3,1fr);margin-bottom:0;padding:15px 0}.home-reviews .reviews-container .review-card{margin:10px 0;padding:0 10px}}.gallery-home{margin:-5px 0 -50px;overflow:hidden;position:relative;text-align:center;width:100%}.gallery-home .slider-gallery-container{height:250px;margin:30px 0 25px;overflow:hidden;position:relative;width:150%}.gallery-home .slider-gallery-container .slider-gallery{align-items:center;animation:scroll 30s linear infinite alternate;display:flex;height:250px;width:200%}.gallery-home .slider-gallery-container .slider-gallery img{flex-shrink:0;height:100%;transition:all .3s ease}.gallery-home .slider-gallery-container .slider-gallery img:hover{filter:grayscale(0)}.gallery-home .slider-gallery-container .slider-gallery:after{background:linear-gradient(rgba(0,0,0,.843),rgba(0,0,0,.573),hsla(38,76%,85%,.298),rgba(0,0,0,.714),rgba(0,0,0,.933));content:"";height:102%;left:0;position:absolute;top:0;width:300%;z-index:2}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-150%)}}.gallery-home:after{top:-10%}.gallery-home:after,.gallery-home:before{background:#000;border-radius:100%;content:"";height:80px;left:-10%;position:absolute;width:120%;z-index:2}.gallery-home:before{bottom:-10%}@media only screen and (min-width:600px){.gallery-home .slider-gallery-container{height:220px}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-100%)}}}@media only screen and (min-width:1000px){.gallery-home{margin:20px 0}.gallery-home .slider-gallery-container{height:300px}.gallery-home .slider-gallery-container .slider-gallery{animation:none}.gallery-home:after{height:120px;top:-5%}.gallery-home:before{bottom:-5%;height:120px}}.about-section{margin-top:8vh;padding:20px}.about-section h2{color:#ff7656;font-family:Courgette,sans-serif;padding:10px 0;text-align:center}.about-section .about-box{text-align:center}.about-section .about-box img{aspect-ratio:1;border-radius:50%;margin:5px auto;object-fit:cover;width:40%}.about-section .about-box p{color:hsla(38,76%,85%,.851);margin:5px auto;width:80%}@media only screen and (min-width:600px){.about-section{margin:8vh auto 0;width:80%}.about-section .about-box img{width:35%}.about-section .about-box p{width:80%}}@media only screen and (min-width:840px){.about-section{width:70%}}@media only screen and (min-width:950px){.about-section{margin:8vh auto 0;width:70%}.about-section .about-box{margin:5px 0 20px;padding:0 20px}.about-section .about-box:nth-of-type(2),.about-section .about-box:nth-of-type(4),.about-section .about-box:nth-of-type(5),.about-section .about-box:nth-of-type(7){grid-gap:5px;display:grid;gap:5px;grid-template-columns:15rem auto}.about-section .about-box:nth-of-type(2),.about-section .about-box:nth-of-type(5){margin-left:5%;width:95%}.about-section .about-box img{width:10rem}.about-section .about-box p{width:100%}}@media only screen and (min-width:1280px){.about-section{margin:8vh auto 0;width:50%}.about-section .about-box{margin:5px 0 20px;padding:0 20px}.about-section .about-box:nth-of-type(2),.about-section .about-box:nth-of-type(4),.about-section .about-box:nth-of-type(5),.about-section .about-box:nth-of-type(7){grid-gap:5px;display:grid;gap:5px;grid-template-columns:15rem auto}.about-section .about-box:nth-of-type(2),.about-section .about-box:nth-of-type(5){margin-left:5%;width:95%}.about-section .about-box img{width:10rem}.about-section .about-box p{width:100%}}.menu-page{align-items:center;background-image:url(/static/media/MainBanner.eae0d8178dc6f2f8c2f8.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;gap:20px;height:99vh;justify-content:center;margin-bottom:20px;padding:40px;width:100%}.menu-page:before{background:linear-gradient(rgba(0,0,0,.929),rgba(0,0,0,.886),rgba(0,0,0,.886),rgba(0,0,0,.969));content:"";height:105%;left:0;position:absolute;top:-1%;width:100%;z-index:1}.menu-page h2{color:#ff7656;font-family:Courgette,sans-serif;font-size:2rem;padding:10px 0}.menu-page .menu-item,.menu-page h2{position:relative;text-align:center;z-index:2}.menu-page .menu-item{padding:20px}.menu-page .menu-item img{aspect-ratio:1;border-radius:50%;object-fit:cover;width:40%}.menu-page .menu-item h2{color:#ff7656;font-family:Courgette,sans-serif;font-size:1.5rem}.menu-page .menu-item p{color:hsla(38,76%,85%,.851);margin-bottom:15px}.menu-page .menu-item p i{padding-right:5px}.menu-page .menu-btn{background-color:#ff7656;border:none;border-radius:30px;color:#3f4a5c;display:inline-block;font-weight:500;margin-bottom:10px;margin-right:10px;padding:8px 20px;transition:all .5s ease}.menu-page .menu-btn:hover{background-color:#ffcc7f}.menu{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(1,1fr);padding:20px;width:100%}.menu:first-of-type{margin-top:8vh}.menu h2{color:#ff7656;font-family:Courgette,sans-serif;font-size:2rem;padding:10px 0;text-align:center}.menu .menu-list{grid-gap:10px;display:grid;gap:10px;grid-template-columns:2fr 4fr;margin:5px auto;width:90%}.menu .menu-list img{aspect-ratio:1;border-radius:50%;margin:auto;object-fit:cover;width:6rem}.menu .menu-list .menu-text{text-align:left}.menu .menu-list .menu-text h3{color:#ff7656;font-family:Courgette,sans-serif;font-size:1rem;margin-bottom:5px}.menu .menu-list .menu-text p{color:hsla(38,76%,85%,.851);font-size:.8rem}.menu .menu-list .menu-text h5{color:#ffcc7f;font-size:1.1rem}@media only screen and (min-width:600px){.menu{margin:0 auto;width:80%}.menu .menu-list{grid-template-columns:1fr 4fr}.menu .menu-list .menu-text{grid-gap:5px;display:grid;gap:5px;grid-template-columns:6fr 1fr;text-align:left}.menu .menu-list .menu-text p{width:90%}}@media only screen and (min-width:1024px){.menu{margin:0 auto;width:45%}.menu .menu-list .menu-text{grid-gap:5px;display:grid;gap:5px;grid-template-columns:6fr 1fr;text-align:left}.menu .menu-list .menu-text p{width:90%}}.career-section{margin-top:8vh;padding:20px;text-align:center;width:100%}.career-section h2{color:#ff7656;font-family:Courgette,sans-serif;font-size:2rem;padding:10px 0;text-align:center}.career-section .job-listings{margin-bottom:2rem}.career-section .job-listings .job{padding:20px 0;text-align:center}.career-section .job-listings .job img{aspect-ratio:1;border-radius:50%;width:40%}.career-section .job-listings .job h3{color:#ff7656}.career-section .job-listings .job p{color:hsla(38,76%,85%,.851);margin:5px auto 15px;width:80%}.career-section .success-message{position:relative;text-align:center;width:100%;z-index:2}.career-section .success-message h3{color:#57f657;font-weight:500}.career-section .success-message p{color:hsla(38,76%,85%,.851);margin-bottom:10px}.career-section .error-message{position:relative;text-align:center;width:100%;z-index:2}.career-section .error-message h3{color:#e33e21;font-weight:500}.career-section .error-message p{color:hsla(38,76%,85%,.851);margin-bottom:10px}.form{margin:5px auto;width:80%}.form h2{font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:500}.form label{color:hsla(38,76%,85%,.851);display:inline-block;text-align:center;width:100%}.form input,.form option,.form select,.form textarea{background-color:rgba(255,244,225,.765);border:none;border-radius:30px;margin-bottom:15px;padding:6px 12px;resize:none;width:100%}@media only screen and (min-width:600px){.career-section{margin:8vh auto 0;width:80%}.career-section .job-listings .job img{width:40%}.career-section .job-listings .job p,.form{width:80%}}@media only screen and (min-width:700px){.career-section .job-listings .job-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(2,1fr)}.career-section .job-listings .job-grid .job p{width:100%}}@media only screen and (min-width:1024px){.career-section{width:55%}.career-section .job-listings .job img{width:30%}.career-section .job-listings .job p{width:100%}.form{width:70%}}.privacy-terms{margin-top:8vh;padding:20px;text-align:left}.privacy-terms h2{color:#ff7656;font-family:Courgette,sans-serif;font-weight:600;margin-bottom:30px;padding:10px 0}.privacy-terms h3{color:#ff7656;font-family:Poppins;font-size:1.2rem;font-weight:500;margin-bottom:5px;text-align:left}.privacy-terms p{color:hsla(38,76%,85%,.851);font-size:1rem;margin-bottom:10px}.privacy-terms ul{list-style:none;margin-bottom:20px;margin-left:10px}.privacy-terms ul li{grid-gap:10px;color:hsla(38,96%,90%,.851);display:grid;font-size:.9rem;gap:10px;grid-template-columns:1rem auto}.privacy-terms ul li i{font-size:1rem;padding-right:5px}.privacy-terms .links{color:#9e304e;padding-left:5px}@media only screen and (min-width:600px){.privacy-terms{margin:8vh auto 5px;width:80%}}@media only screen and (min-width:1024px){.privacy-terms{margin:8vh auto 5px;width:55%}}.contact{margin-top:8vh;padding:20px;width:100%}.contact h2{color:#ff7656;font-family:Courgette,sans-serif;padding:10px 0;text-align:center}.contact .contact-box{margin-bottom:20px;text-align:center}.contact .contact-box h3{color:#ff7656;font-family:Courgette,sans-serif;margin-bottom:10px;margin-top:10px;padding:10px 0}.contact .contact-box a,.contact .contact-box p{color:#fff;margin-bottom:10px}.contact .contact-box a i,.contact .contact-box p i{color:#ffcc7f;padding-right:5px}.contact .contact-box .location-box{height:-webkit-fit-content;height:fit-content;position:relative;width:100%}.contact .contact-box .location-box:after{background:linear-gradient(rgba(0,0,0,.373),rgba(0,0,0,.122),rgba(0,0,0,.373));content:"";height:101%;left:0;position:absolute;top:-1%;width:100%;z-index:1}.contact .contact-box .location-box img{border-radius:30px;margin:5px auto;object-fit:cover;position:relative;width:80%}.contact .contact-box .location-box i{color:#ff7656;font-size:2rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:3}.contact .faq{padding:20px;width:100%}.contact .faq .faq-item{background-color:rgba(26,25,25,.694);border-radius:15px;margin:5px 0;padding:6px 12px}.contact .faq .faq-item .faq-question{display:flex;justify-content:space-between;margin:5px 0}.contact .faq .faq-item .faq-question h4,.contact .faq .faq-item .faq-question span{color:hsla(38,76%,85%,.851);font-size:1.1rem;font-weight:500}.contact .faq .faq-item p{color:#8d8d8d;font-size:1rem;padding:5px}@media only screen and (min-width:600px){.contact{margin:8vh auto 0;width:80%}.contact .contact-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr)}.contact .contact-grid .contact-box{display:grid;grid-template-rows:repeat(4fr,1)}.contact .contact-grid .contact-box .location-box{margin:0 auto;position:relative;width:90%}.contact .contact-grid .contact-box .location-box i{bottom:50%;left:50%;position:absolute}.contact .faq{padding:20px;width:100%}}@media only screen and (min-width:1024px){.contact{width:55%}.contact .contact-box .location-box{height:-webkit-fit-content;height:fit-content}.contact .contact-box .location-box i{left:50%;top:45%;transform:translate(-35%,-50%)}.contact .faq{margin:5px auto;padding:20px;width:80%}}.gallery{margin-top:8vh;padding:20px;text-align:center}.gallery h2{color:#ff7656;font-family:Courgette,sans-serif;font-size:2rem;padding:10px 0;text-align:center}.gallery .image-grid{grid-gap:5px;display:grid;gap:5px;grid-template-columns:repeat(1fr,1);margin-bottom:15px;padding:20px}.gallery .image-grid .gallery-item{cursor:pointer;overflow:hidden}.gallery .image-grid .gallery-item img{border-radius:8px;height:auto;transition:transform .3s ease-in-out;width:100%}.gallery .image-grid .gallery-item img:hover{transform:scale(1.1)}.modal{align-items:center;background:rgba(0,0,0,.844);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal .modal-content{position:relative;width:90%}.modal .modal-content img{border-radius:8px;height:auto;width:100%}.modal .next-button,.modal .prev-button{align-items:center;background:#ffcc7f;border:none;border-radius:50%;color:#3f4a5c;cursor:pointer;display:flex;font-size:1.3rem;height:2.6rem;justify-content:center;position:absolute;transition:all .3s ease;width:2.6rem;z-index:2}.modal .next-button:hover,.modal .prev-button:hover{background:#ff7656;color:#3f4a5c}.modal .close-button{background:none;border:none;color:#fff;font-size:2.3rem;position:absolute;right:10px;top:5px}.modal .prev-button{left:10px;top:50%;transform:translateY(-50%)}.modal .next-button{right:10px;top:50%;transform:translateY(-50%)}@media only screen and (min-width:600px){.gallery{margin:8vh auto 0;width:80%}.gallery .image-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr);padding:20px}.modal .modal-content{position:relative;width:70%}.modal .close-button{right:15px}.modal .prev-button{left:12%}.modal .next-button{right:12%}}@media only screen and (min-width:1024px){.gallery{width:55%}.gallery .image-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:0;width:100%}.modal .modal-content{position:relative;width:40%}.modal .prev-button{left:29%}.modal .next-button{right:29%}}.reservations{background-image:url(/static/media/Resotran-top.7a6793debc3087b083f4.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;height:-webkit-fit-content;height:fit-content;margin:8vh auto 0;padding:20px;width:100%}.reservations,.reservations h2{position:relative;text-align:center}.reservations h2{color:#ff7656;font-family:Courgette,sans-serif;font-size:2rem;padding:10px 0;z-index:2}.reservations:before{background:linear-gradient(rgba(0,0,0,.929),rgba(0,0,0,.886),rgba(0,0,0,.886),rgba(0,0,0,.969));content:"";height:102%;left:0;position:absolute;top:-1%;width:100%;z-index:1}.reservations .form{margin:5px auto;position:relative;z-index:2}.reservations .form .error{color:#e33e21;font-size:.8rem}.reservations .success-message{align-items:center;display:flex;flex-direction:column;height:80vh;justify-content:center;position:relative;text-align:center;width:100%;z-index:2}.reservations .success-message h3{color:#57f657;font-weight:500}.reservations .success-message p{color:hsla(38,76%,85%,.851);margin-bottom:10px}.reservations .error-message{align-items:center;display:flex;flex-direction:column;height:80vh;justify-content:center;position:relative;text-align:center;width:100%;z-index:2}.reservations .error-message h3{color:#e33e21;font-weight:500}.reservations .error-message p{color:hsla(38,76%,85%,.851);margin-bottom:10px}@media only screen and (min-width:600px){.reservations{padding:20px 10%}.reservations .form{width:80%}}@media only screen and (min-width:1024px){.reservations{padding:20px 27.5%}.reservations .form{width:70%}}
/*# sourceMappingURL=main.db945797.css.map*/