@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rampart+One&display=swap);@import url(https://fonts.googleapis.com/css2?family=Rubik+Scribble&display=swap);:root{--primary-color:#e04218;--secondary-color:#ffa433;--background-1:#fff;--background-2:#ffa230;--background-3:#fff7ec;--color1:#000;--color2:gray;--header-height:3.5rem;--first-color:#f39849;--title-color:#f2f2f2;--text-color:#bfbfbf;--body-color:#0f0f0f;--body-font:"Montserrat",sans-serif;--second-font:"Dancing Script",cursive;--h2-font-size:1.25rem;--small-font-size:0.813rem;--font-semi-bold:600;--z-tooltip:10;--z-fixed:100}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#000;border-radius:0}::-webkit-scrollbar-thumb{background:#ffa230;background:var(--background-2);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#b30000}*{box-sizing:border-box;font-family:poppins,sans-serif;margin:0;padding:0}ul{list-style:none}a{text-decoration:none}.Contact{align-items:center;background-color:#f5f5f5;display:flex;flex-direction:column;justify-content:center;margin-top:2rem;padding-top:2rem}.Contact h1{color:var(--secondary-color)}.Contact h1,.Contact h1 span{font-family:Rampart One,sans-serif;font-size:4rem;text-align:center}.Contact h1 span{color:var(--primary-color)}.contact_form{align-items:center;border:1px solid grey;border-radius:25px;flex-direction:row;font-size:1.5rem;justify-content:space-between;margin:5rem;width:70%}.ContactUs,.contact_form{display:flex;padding:2rem}.ContactUs{align-items:left;background:#0000;flex-direction:column;font-size:1.2rem;justify-content:center;margin-top:2rem;width:100%}.ContactUs h2{color:var(--primary-color);font-size:2em;text-align:center}.ContactUs p{color:grey;font-size:1rem}.inputs_for_email{align-items:left;display:flex;flex-direction:column;gap:1rem;justify-content:space-evenly}.inputs_for_email input,textarea{background:#0000;border:none;border-bottom:1px solid #000;color:#000;font-size:1.025rem;padding:1rem;text-align:left;width:100%}.inputs_for_email input:focus,textarea:focus{border-bottom:1px solid gray;color:#000;outline:none}textarea{border:none;border-bottom:1px solid grey;height:9rem;margin-bottom:1rem;resize:none}.send_message,textarea{font-size:1.025rem;padding:1rem;width:100%}.send_message{background-color:var(--primary-color);border:none;border-radius:15px;color:#000;font-weight:600;text-align:center;transition:all .3s ease}.send_message:hover{background-color:var(--secondary-color);color:#fff}.Social_medias{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:center;padding:2rem}.ImageBurger{height:100%;object-fit:cover;width:100%}.ContactImage{background-color:var(--primary-color);border-bottom-right-radius:25px;border-top-right-radius:25px;display:flex;flex-direction:column;height:600px;justify-content:space-evenly;padding:2rem}.ContactImage h1{color:#000;font-size:3rem}.address{align-items:left;display:flex;flex-direction:column;gap:2rem}.address a,.address p{color:#000;font-size:1.2rem}.address div{display:flex;flex-direction:row;gap:1rem}.Social_medias .social-icon{color:#000}@media (max-width:1024px){body{overflow-x:hidden}.ContactImage{padding:.5rem}.ContactImage,.address a,.address p{font-size:1rem}}@media screen and (max-width:769px){body{overflow-x:hidden}.ContactImage{padding:.5rem;width:100%}.ContactImage,.address a,.address p{font-size:1rem}.contact_form{flex-direction:row;margin:0;padding:12px;width:100%}.Contact h1,.Contact h1 span{font-size:2.5rem;margin-bottom:2rem}}@media screen and (max-width:426px){body{overflow-x:hidden}.ContactImage{font-size:1rem;padding:.5rem;width:100%}.address{align-items:center}.address a,.address p{font-size:1rem}.contact_form{flex-direction:column-reverse;margin:0;padding:12px;width:100%}.Contact h1,.Contact h1 span{font-size:2.5rem;margin-bottom:2rem}}.Footer{background:#000;border-top:1px solid #e9ecef;bottom:0;color:#6c757d;font-family:Roboto,sans-serif;font-size:14px;height:60px;line-height:60px;padding:5rem 0;position:relative;text-align:center;width:100%}.Footer h1{color:var(--secondary-color);font-size:2rem}.Footer ul{background-color:#000;display:flex;font-size:1rem;gap:2rem;justify-content:center;list-style:none}.Footer ul li a{color:#6c757d;text-decoration:none;transition:color .2s ease-in-out}.Footer ul li a:hover{color:var(--primary-color)}.Footer_media{display:flex;gap:2rem;justify-content:center}.Footer p:last-of-type,.Footer_media{background-color:#000}.Footer p:last-of-type span{color:var(--primary-color)}@media screen and (max-width:768px){.Footer{align-items:center;display:flex;flex-direction:column;height:400px}}.Home_section{align-items:center;background:linear-gradient(to right,var(--background-1) 70%,var(--secondary-color) 50%);display:flex;flex-direction:row;height:100vh;margin-top:5rem;padding:0 5rem}.left_home{width:40%}.left_home h2{font-family:Rampart One,sans-serif;font-size:2rem}.left_home h1{color:var(--secondary-color);font-family:Poppins,sans-serif;font-size:3rem;font-weight:700}.left_home h1 span{color:var(--primary-color)}.left_home p{color:var(--color2);font-family:Poppins,sans-serif;font-size:.8rem;margin:1rem 0}.order_now2{background-color:var(--secondary-color);border:10px solid #fbf2e7;border-radius:5px;color:var(--background-1);font-size:1.2rem;font-weight:bolder;margin-top:1rem;padding:.5rem 1rem;transition:all .3s ease}.order_now2:hover{background-color:var(--primary-color);color:var(--background-1);cursor:pointer}.social-media{display:flex;flex-direction:row;gap:2rem;justify-content:left;margin-top:3rem}.social-icon{color:var(--primary-color);font-size:2rem;position:relative;transition:all .3s ease}.social-icon:hover{color:var(--secondary-color)}.Home_img{background:linear-gradient(to right,var(--primary-color) 20%,var(--secondary-color));border-radius:50%;box-shadow:0 0 50px 50px var(--secondary-color);height:500px;margin:0 auto;padding:50px;width:500px}@media screen and (max-width:768px){.Home_section{flex-direction:column-reverse;justify-content:center;padding-top:5rem;width:1fr}.Home_img{height:300px;width:300px}.Home_section{align-items:center;flex-direction:row;gap:3rem;margin-top:0;padding:1rem}.left_home{text-align:center;width:80%}.Home_img{height:200px;width:200px}.social-media{display:flex;justify-content:center}.Home_section p{color:#000}}@media screen and (max-width:430px){.Home_section{flex-direction:column-reverse;justify-content:center;margin:0;padding-top:7rem;width:100vw}.left_home h1,.left_home h2{font-size:2rem}}.hotDeals{display:flex;flex-direction:column;padding:0 5rem}.hotDeals h1{color:var(--secondary-color);margin:5rem}.hotDeals h1,.hotDeals h1 span{font-family:Rampart One,sans-serif;font-size:3rem;text-align:center}.hotDeals h1 span{color:var(--primary-color)}.hotdeal_card{align-items:center;display:flex;flex-direction:row;gap:2rem;position:relative}.discount{background:var(--primary-color);background:linear-gradient(90deg,red,#000);border-radius:50%;color:#fff;font-size:2rem;left:12rem;padding:25px;position:absolute;text-align:center;top:0}.hotdeal_card img{height:500px;width:500px}.hotdeals_disc h2{color:var(--primary-color);font-size:3.5rem}.hotdeals_disc h3{color:var(--secondary-color);font-size:2.5rem;text-shadow:1px 1px 5px #000}.hotdeals_disc p{color:var(--color2)}.Why_you_should_try{align-items:center;display:flex;flex-direction:column;position:relative}.Why_you_should_try h2{color:var(--primary-color);font-size:3rem;margin-bottom:3rem;text-align:center}.Why_you_should_try img{height:500px;top:17rem;width:300px}.why_try{color:var(--secondary-color);display:flex;flex-direction:row;font-size:1.5rem;font-weight:bolder;gap:1rem}.why_try p{color:var(--primary-color);font-size:1rem;font-weight:bolder}.p{justify-content:space-evenly}.Customer_reviews,.p{display:flex;flex-direction:column}.Customer_reviews{align-items:center;margin-top:2rem}.Customer_review{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr 1fr}.customer_card{display:flex;flex-direction:row;gap:1rem}.customer_card img{border-radius:50%;height:50px;width:50px}.customer_disc{background:var(--background-3);display:flex;flex-direction:column;gap:1rem;padding:1rem}.customer_disc p{color:var(--color2);font-size:.8rem;font-style:italic;position:relative}.customer_disc p:before{left:-2rem;top:-4rem}.customer_disc p:after,.customer_disc p:before{color:var(--primary-color);content:'"';font-size:8rem;font-style:italic;opacity:.2;position:absolute}.customer_disc p:after{bottom:-9rem;right:1rem}.customer_disc h2{color:var(--primary-color);font-size:1.2rem;font-weight:bolder;text-transform:uppercase}@media screen and (max-width:768px){.hotDeals{padding:0}.hotDeals h1,.hotDeals h1 span{font-size:2rem;text-align:center}.hotdeal_card{flex-direction:column}.hotdeal_card img{height:300px;width:300px}.discount{font-size:1.5rem;left:0;top:0}.hotdeals_disc h2,.hotdeals_disc h3{font-size:2.5rem}.Customer_review{grid-template-columns:1fr}.Why_you_should_try{flex-direction:column}.Why_you_should_try h1,.Why_you_should_try h1 span{font-size:2rem;margin:1.2rem}.Why_you_should_try h2{font-size:2rem;margin:1rem}.why_try{display:flex;flex-direction:row;padding:20px;rotate:0deg}.why_try .p{flex-wrap:wrap;font-size:1rem;font-weight:bolder;gap:1rem}.Why_you_should_try img{height:200px;rotate:0deg;width:200px}.price{margin:1rem}.Customer_review{padding:20px}.customer_card{flex-direction:column;width:100%}}@media screen and (max-width:425px){.why_try{flex-direction:column}.why_try .p{text-align:center}.img{align-items:center}.hotdeal_card img{height:200px;width:200px}.discount{font-size:.5rem;left:2rem;top:2rem}.hotdeals_disc{align-content:center;align-items:center;justify-content:center}.hotdeals_disc h2,.hotdeals_disc h3{font-size:2rem;text-align:center}.hotdeals_disc p{font-size:.8rem;padding:1rem;text-align:center}.order_now2{font-size:1rem;padding:.5rem 1rem}.hotDeals h1{font-size:2rem;margin:1rem}}.Explore_Menu_container{background-color:#f5f5f5;background:var(--background-3);border-bottom:1px solid #e0e0e0;display:flex;flex-direction:row;flex-wrap:wrap;gap:2rem;padding:2rem}.Explore_Menu_card{width:30%}.Explore_Menu{background-color:#f5f5f5;background:var(--background-3);border-bottom:1px solid #e0e0e0;display:flex;flex-direction:column;padding:5rem}.Explore_Menu h1{color:var(--secondary-color);margin:5rem}.Explore_Menu h1,.Explore_Menu h1 span{font-family:Rampart One,sans-serif;font-size:3rem;text-align:center}.Explore_Menu h1 span{color:var(--primary-color)}.Explore_Menu img{height:100px;width:200px}.Explore_menu_img{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:space-between}.Explore_Menu_card{background:#fff;border-bottom-right-radius:32px;cursor:pointer;padding:2rem;position:relative;transition:background-color .5s ease-in}.Explore_Menu_card:hover{background:var(--background-2);color:#fff}.Explore_Menu_card h2{color:#652c0a;font-weight:800}.Explore_Menu_card h2,.price{font-family:poppins,sans-serif}.price{color:var(--primary-color);font-size:1.5rem;font-weight:600;padding-bottom:1rem;text-align:right}.explore_disc{color:var(--color2);font-family:poppins,sans-serif;font-size:.8rem}.orderNow3{border:none;border-bottom-right-radius:32px;bottom:0;color:var(--background-1);font-weight:bolder;left:0;padding:.5rem 1rem;position:absolute;right:0}.Explore_menu_btn,.orderNow3{background-color:var(--primary-color);font-size:1.2rem}.Explore_menu_btn{align-items:center;border:none;border-radius:32px;color:#fff;font-weight:600;margin:3rem auto;padding:1rem;position:relative;text-align:center;text-decoration:none;width:300px}.greaterthan{animation:greaterthan 1s infinite;color:var(--primary-color);color:#fff;font-family:poppins,sans-serif;font-size:1.8rem;font-weight:600;position:absolute;right:30px;text-align:right}@keyframes greaterthan{0%{right:30px}50%{right:15px}to{right:30px}}@media screen and (max-width:768px){.Explore_Menu{padding:2rem}.Explore_Menu h1{font-size:2rem}.Explore_Menu img{height:50px;width:100px}.Explore_Menu_card{flex-wrap:wrap;padding:1rem;width:45%}.price{font-size:1rem}.explore_disc{font-size:.8rem}.orderNow3{font-size:1rem}.Explore_menu_btn{font-size:1rem;padding:.5rem 1rem;width:200px}.greaterthan{font-size:1.5rem}}@media screen and (max-width:426px){.Explore_Menu{padding:2rem}.Explore_Menu h1{font-size:1rem}.Explore_Menu_container{padding:0}.Explore_Menu h1 span{font-size:1rem}.Explore_Menu img{height:50px;width:100px}.Explore_Menu_card{flex-wrap:wrap;padding:1rem;width:100%}.Explore_menu_img{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:space-between}.price{font-size:1rem}.explore_disc{font-size:.8rem}.orderNow3{font-size:1rem}.Explore_menu_btn{font-size:1rem;padding:.5rem 1rem;width:200px}.greaterthan{font-size:1.5rem}}.header{background:linear-gradient(to right,#fff 70%,var(--secondary-color) 20%);box-shadow:1px 1px 7px #0003;left:0;padding:0 2rem;position:fixed;top:0;width:100%;z-index:var(--z-fixed)}.nav{align-items:center;column-gap:1rem;display:flex;height:calc(var(--header-height) + 1.5rem);justify-content:space-between}.nav__logo{background-color:var(--primary-color);color:var(--title-color);color:#000;font-family:Rampart One,sans-serif;font-size:2rem;font-weight:800;font-weight:900;padding-top:2rem;text-shadow:1px 1px 2px grey;text-transform:capitalize}.nav__toggle{color:var(--title-color);font-weight:var(--font-medium)}.nav__list{column-gap:2rem;display:flex}.nav__link{align-items:center;color:var(--title-color);color:#000;display:flex;flex-direction:column;font-size:1.25rem;font-weight:var(--font-medium);font-weight:600;transition:.3s}.nav__link:after{background-color:#000;content:"";display:block;height:3px;position:relative;transition:width.3s ease-in-out;width:0}.nav__link:hover:after{width:100%}.nav__close,.nav__icon,.nav__toggle{display:none}.active-link,nav__link:hover{color:var(--title-color-dark)}@media screen and (max-width:768px){.header{background:var(--primary-color);bottom:0;top:auto}.nav{height:var(--header-height)}.nav__menu{background-color:var(--body-color);border-radius:1.5rem 1.5rem 0 0;bottom:-100%;box-shadow:0 -1px 4px #00000026;left:0;padding:2rem 1.5rem 4rem;position:fixed;transition:.3s;width:100%}.show-menu{background-color:var(--primary-color);bottom:0}.nav__list{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.nav__icon{font-size:2.2rem}.nav__close{bottom:.5rem;color:var(--title-color);cursor:pointer;font-size:3rem;position:absolute;right:1.3rem}.nav__close:hover{color:var(--title-color-dark)}.nav__toggle{cursor:pointer;font-size:1.1rem}.nav__logo{padding-top:0}.nav__close,.nav__icon,.nav__toggle{color:#000;display:block}}@media screen and (max-width:350px){.nav__menu{padding:2rem .25rem 4rem}.nav__list{column-gap:0}}
/*# sourceMappingURL=main.d664b687.css.map*/