@import"https://fonts.googleapis.com/css2?family=Cormorant+Upright:wght@300;400;500;600;700&family=Open+Sans:wght@300;400;500;600;700&display=swap";:root{--font-base: "Cormorant Upright", serif;--font-alt: "Open Sans", sans-serif;--color-golden: hsl(47, 55%, 70%);--color-black: #0c0c0c;--color-gray: #545454;--color-crimson: #F5EFDB;--color-grey: #AAAAAA;--color-white: #FFFFFF}*{box-sizing:border-box;padding:0;margin:0;scroll-behavior:smooth}a{color:unset;text-decoration:none}.slide-bottom{animation:slide-bottom .5s ease}@keyframes slide-bottom{0%{transform:translateY(-25%)}to{transform:translateY(0)}}.navbar{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;color:var(--color-white);background-color:var(--color-black)}.navbar-logo{display:flex;justify-content:flex-start;align-items:center}.navbar-logo p{font-size:150px}.navbar-links{display:flex;justify-content:center;align-items:center;flex:1;list-style:none}.navbar-links li{margin:0 1rem;cursor:pointer}.navbar-links li:hover{color:var(--color-grey)}.navbar-login{display:flex;justify-content:flex-end;align-items:center}.navbar-login a{margin:0 1rem;text-decoration:none;transition:.5s ease}.navbar-login a:hover{border-bottom:1px solid var(--color-golden)}.navbar-login div{width:1px;height:30px;background-color:var(--color-gray)}.navbar-smallscreen{display:none}.navbar-smallscreen-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:var(--color-black);transform:.5s ease;flex-direction:column;z-index:5}.navbar-smallscreen-overlay .overlay-close{font-size:27px;color:var(--color-golden);cursor:pointer;position:absolute;top:20px;right:20px}.navbar-smallscreen-links{list-style:none}.navbar-smallscreen-links li{margin:2rem;cursor:pointer;color:gold;font-size:2rem;text-align:center;font-family:var(--font-base)}.navbar-smallscreen-links li:hover{color:var(--color-white)}@media screen and (max-width:2000px){.navbar-logo p{font-size:2.7rem}}@media screen and (max-width:1150px){.navbar-links{display:none}.navbar-smallscreen{display:flex}}@media screen and (max-width:650px){.navbar{padding:1rem}.navbar-login{display:none}.navbar-logo p{font-size:1.8rem}}.header{background-color:var(--color-black)}.header-h1{font-family:var(--font-base);color:var(--color-golden);letter-spacing:.04rem;text-transform:uppercase;line-height:117px;font-size:90px}.aboutus{position:relative}.aboutus-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.aboutus-overlay img{width:391px;height:415px;z-index:0}.aboutus-content{width:100%;z-index:2}.aboutus-content-about{flex:1;display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column;text-align:right}.aboutus-content-knife{margin:2rem 4rem}.aboutus-content-knife img{height:760px}.aboutus-content-history{flex:1;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;text-align:left}.aboutus-content-about p,.aboutus-content-history p{margin:2rem 0;color:var(--color-grey)}@media screen and (min-width:2000px){.aboutus-content-knife img{height:1000px}.aboutus-content-about p,.aboutus-content-history p{margin:4rem 0}}@media screen and (max-width:900px){.aboutus-content{flex-direction:column}.aboutus-content-knife{margin:4rem 0}}@media screen and (max-width:650px){.aboutus-overlay-img{width:80%;height:320px}}.specialMenu{flex-direction:column;background:var(--color-black)}.specialMenu-title{margin-bottom:2rem;text-align:center}.specialMenu-menu{width:100%;margin:2rem 0;display:flex;justify-content:center;align-items:flex-start;flex-direction:row}.specialMenu-menu-heading{font-family:var(--font-base);font-weight:600;font-size:45px;line-height:58.5px;letter-spacing:.04em;color:var(--color-white)}.specialMenu-menu-drinks,.specialMenu-menu-cocktails{flex:1;width:100%;flex-direction:column}.specialMenu-menu-img{width:410px;margin:0 2rem}.specialMenu-menu-img img{width:100%;height:auto}.specialMenu-menu-items{display:flex;flex-direction:column;margin:2rem 0;width:100%}@media screen and (min-width:2000px){.specialMenu-menu-img{width:650px}.specialMenu-menu-img img{height:920px}}@media screen and (max-width:1150px){.specialMenu-menu{flex-direction:column;align-items:center;width:100%}.specialMenu-menu-img{margin:3rem 0}}@media screen and (max-width:650px){.specialMenu-menu-img{width:100%}.specialMenu-menu-heading{font-size:35px;line-height:48.5px}}.menuitem{width:100%;margin:1rem 0;display:flex;flex-direction:column}.menuitem-head{display:flex;justify-content:space-between;align-items:center}.menuitem-sub{width:100%;margin-top:.2rem}.menuitem-name{flex:1}.menuitem-dash{width:90px;height:1px;background:var(--color-golden);margin:0 1rem}.menuitem-price{display:flex;justify-content:flex-end;align-items:flex-end}.laurels-awards{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;margin-top:3rem}.laurels-awards-card{flex:1;display:flex;justify-content:flex-start;align-items:flex-start;min-width:230px;margin:1rem}.laurels-awards-card img{width:50px;height:50px}.laurels-awards-card-content{display:flex;flex-direction:column;margin-left:1rem}@media screen and (min-width:1900px){.laurels-awards-card{min-width:390px}}@media screen and (max-width:450px){.laurels-awards-card{min-width:100%;margin:1rem 0}}.gallery{display:flex;flex-direction:row;background:var(--color-black);padding:4rem 0 4rem 6rem}.gallery-content{display:flex;justify-content:center;flex:1;align-items:flex-start;flex-direction:column;min-width:500px;padding-right:2rem}.gallery-content button{margin-top:1rem}.gallery-images{flex:1;display:flex;flex-direction:row;max-width:50%;position:relative}.gallery-images-container{display:flex;flex-direction:row;width:max-content;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.gallery-images-container::-webkit-scrollbar{display:none}.gallery-images-card{position:relative;min-width:300px;height:447px;margin-right:2rem}.gallery-image-icon{position:absolute;color:#fff;font-size:2rem;opacity:.35;transition:.5s ease;cursor:pointer}.gallery-images-card img{width:100%;height:100%;object-fit:cover;opacity:1;transition:.5s ease}.gallery-images-card img:hover{opacity:.35}.gallery-images-card img:hover .gallery-image-icon{opacity:1}.gallery-images-arrows{display:flex;width:100%;justify-content:space-between;align-items:center;padding:0 1rem;position:absolute;bottom:5%}.gallery-arrow-icon{color:var(--color-golden);font-size:2rem;cursor:pointer;background-color:var(--color-black);border-radius:5px}.gallery-arrow-icon:hover{color:var(--color-white)}@media screen and (min-width:2000px){.gallery-content{min-width:1000px;padding-right:4rem}.gallery-images-card{min-width:400px;height:550px}}@media screen and (max-width:1150px){.gallery{flex-direction:column}.gallery-images{max-width:100%;margin:5rem 0}}@media screen and (max-width:850px){.gallery{padding:4rem 0 4rem 4rem}}@media screen and (max-width:650px){.gallery{padding:4rem 0 4rem 2rem}.gallery-content{min-width:100%}.gallery-images-card{min-width:240px;height:320px}}.footer{width:100%;position:relative;z-index:1;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;background:var(--color-black);padding-top:0}.footer-links{width:100%;display:flex;justify-content:space-between;align-items:flex-start;margin-top:5rem;padding:0 2rem}.footer-links-contact,.footer-links-logo,.footer-links-work{flex:1;margin:1rem;text-align:center;justify-content:center;align-items:center}.footer-links-logo-brand{color:var(--color-golden);font-size:2.25rem;margin-bottom:.75rem;text-align:center}.footer-links-work p:nth-child(odd){margin-bottom:1rem}.footer-links-icons{margin-top:.5rem}.footer-links-icons svg{color:var(--color-white);margin:.5rem;font-size:24px;cursor:pointer}.footer-links-icons svg:hover{color:var(--color-golden)}.footer-headtext{font-family:var(--font-base);color:var(--color-white);font-weight:400;letter-spacing:.04em;text-transform:capitalize;font-size:32px;line-height:41.6px;margin-bottom:1rem}.footer-copyright{margin-top:3rem;text-align:center}@media screen and (min-width:2000px){.footer-headtext{font-size:51px;line-height:61px}}@media screen and (max-width:1150px){.footer-links{align-items:center;flex-direction:column;padding:0}.footer-links-contact,.footer-links-logo,.footer-links-work{margin:2rem 0;width:100%}}@media screen and (max-width:650px){.footer{padding:0 0 2rem}}@media screen and (max-width:350px){.footer-links-logo-brand{width:80%}}.footerOverlay{width:100%;height:100%;z-index:-1;display:flex;flex-direction:column;position:absolute}.footerOverlay-black{height:25%;background:var(--color-black)}.footerOverlay-img{height:75%}.newsletter{padding:2rem 4rem;border:1px solid var(--color-golden);background:var(--color-black)}.newsletter-heading{text-align:center}.newsletter-input{flex-direction:row;margin-top:3rem}.newsletter-input input{width:620px;border:1px solid var(--color-golden);border-radius:5px;font-size:1rem;font-family:var(--font-base);color:var(--color-white);margin-right:2rem;padding:.75rem 1rem;background:var(--color-black)}.newsletter-input button{width:max-content}@media screen and (min-width:2000px){.newsletter-input input{font-size:2.5rem}}@media screen and (max-width:990px){.newsletter-input{flex-direction:column;width:100%}.newsletter-input input{margin:0 0 2rem;width:100%}}@media screen and (max-width:650px){.newsletter{padding:2rem 0;border:none}}@media screen and (max-width:300px){.newsletter-heading h1{font-size:32px;line-height:50px}}.section-padding{padding:4rem 6rem}.flex-center{display:flex;justify-content:center;align-items:center}.app-bg{background:url(/Maharaja-Restaurant/assets/bg-kMYqKDmI.png);background-position:center;background-size:cover;background-repeat:repeat;background-attachment:fixed}.wrapper{display:flex;justify-content:space-between;align-items:center;min-height:100vh}.wrapper-info{flex:1;width:100%;display:flex;justify-content:center;align-items:flex-start;flex-direction:column}.wrapper-img{flex:1;width:100%;display:flex;justify-content:center;align-items:center;margin-left:2rem}.wrapper-img img{width:80%}.custom-button{background-color:var(--color-crimson);color:var(--color-black);font-family:var(--font-base);font-weight:700;letter-spacing:.04em;line-height:28px;font-size:16px;padding:.5rem 1.5rem;border-radius:1px;border:none;outline:none;cursor:pointer}.p-cormorant{font-family:var(--font-base);color:var(--color-white);font-weight:700;letter-spacing:.04em;text-transform:capitalize;line-height:29.9px;font-size:23px}.p-opensans{font-family:var(--font-alt);color:var(--color-white);font-weight:400;letter-spacing:.04em;text-transform:capitalize;line-height:28px;font-size:16px}.headtext-cormorant{font-family:var(--font-base);color:var(--color-golden);font-size:64px;line-height:83.2px;letter-spacing:.04em;text-transform:capitalize}.spoon-img{width:45px}@media screen and (min-width: 2000px){.custom-button,.p-cormorant{font-size:37px;line-height:67px}.p-opensans{font-size:30px;line-height:50px}.headtext-cormorant{font-size:150px;line-height:210px}.spoon-img{width:80px}}@media screen and (max-width:1150px){.wrapper{flex-direction:column}.wrapper-img{margin:5rem 0 0}.wrapper-img img{width:100%}}@media screen and (max-width:850px){.section-padding{padding:4rem}}@media screen and (max-width:650px){.section-padding{padding:4rem 2rem}.p-cormorant{font-size:21px}.p-opensans{font-size:14px}}@media screen and (max-width:450px){.p-opensans{font-size:12px}.p_cormorant{font-size:19px}.headtext_cormorant{font-size:45px;line-height:70px}}
