:root{--primary-color:#fe7301;--secondary-color:#181818;--cornering:10px}@font-face{font-family:"Poppins";src:url(../fonts/poppins-v23-latin_latin-ext-regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:optional;ascent-override:92%;descent-override:24%;line-gap-override:0%;size-adjust:100%}@font-face{font-family:"Poppins";src:url(../fonts/poppins-v23-latin_latin-ext-500.woff2) format("woff2");font-weight:500;font-style:normal;font-display:optional;ascent-override:92%;descent-override:24%;line-gap-override:0%;size-adjust:100%}@font-face{font-family:"Poppins";src:url(../fonts/poppins-v23-latin_latin-ext-600.woff2) format("woff2");font-weight:600;font-style:normal;font-display:optional;ascent-override:92%;descent-override:24%;line-gap-override:0%;size-adjust:100%}:root{--font-ui:system-ui,"Segoe UI",Roboto,Arial,sans-serif}body{font-family:"Poppins",var(--font-ui);line-height:1.35;font-synthesis-weight:none}.fa-chevron-right svg{width:22px;height:auto;display:inline-block;line-height:1;vertical-align:text-bottom;margin-right:0}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;font-family:"Poppins",Arial,sans-serif}html{scroll-behavior:smooth}html,body{height:100%}*{box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}b,strong{font-weight:500}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#aaa}::-webkit-scrollbar-thumb{background:#424242}::selection{background-color:#333;color:#fff}::-moz-selection{background-color:#333;color:#fff}.navbar{height:60px;padding:0 18%;background-color:#fff;display:flex;justify-content:space-between;align-items:center;position:fixed;top:0;width:100%;border-bottom:1px solid #e2e2e2;z-index:999;transition:all 0.3s ease}.nav-home{background-color:#fff0;border:none}.nav-home .nav-menu a,.nav-home .dropdown-trigger{color:#fff}.nav-home .dropdown-content a{color:#555}.logo{height:37px;width:143px}.nav-menu{display:flex}.nav-menu a,.dropdown-trigger{font-size:1rem;font-weight:600;line-height:60px;letter-spacing:.3px;color:var(--secondary-color);text-decoration:none;padding:0 15px;height:100%;transition:all 0.3s ease;cursor:pointer;position:relative;overflow:hidden}@media screen and (max-width:768px){.nav-menu a,.dropdown-trigger{line-height:50px}}.nav-menu a::after{content:"";display:block;position:absolute;left:0;bottom:0;width:0;height:.22rem;background:var(--primary-color);transition:width 0.3s ease;border-radius:2px;z-index:1}.nav-menu a:hover{color:var(--primary-color);background-color:#fff0}.nav-menu a:hover::after{width:100%}.nav-menu i{margin-left:7px}.nav-toggle{display:none}.nav-toggle-label{display:none;cursor:pointer;padding:.8rem .2rem .8rem .8rem}.nav-toggle-label span{display:block;width:30px;height:3px;background-color:var(--secondary-color);margin-bottom:6px;transition:transform 0.3s ease}.nav-home .nav-toggle-label span{background-color:#fff}.nav-home .nav-toggle:checked~.nav-toggle-label span{background-color:var(--secondary-color)}.dropdown{position:relative;height:100%}.dropdown-trigger{display:flex;align-items:center}.dropdown-trigger::after{content:"";display:block;position:absolute;left:0;bottom:0;width:0;height:.22rem;background:var(--primary-color);transition:width 0.3s ease;border-radius:2px;z-index:1}.dropdown:hover .dropdown-trigger::after{width:100%}.dropdown-trigger i,.dropdown-trigger i{transition:transform 0.3s ease}.dropdown-toggle:checked+.dropdown-trigger i,.dropdown:hover .dropdown-trigger i{transform:rotate(180deg)}.dropdown-content{display:none;position:absolute;top:100%;left:0;background-color:#fff;min-width:194px;box-shadow:0 2px 5px rgb(0 0 0 / .1);z-index:1000}.dropdown-content a{display:block;font-size:.875rem;line-height:1.2;padding:12px 15px;white-space:nowrap}.dropdown:hover .dropdown-content{display:block}.dropdown:hover .dropdown-trigger{background-color:#fff0;color:var(--primary-color)}.dropdown-toggle{display:none}.dropdown-toggle:checked+.dropdown-trigger+.dropdown-content{display:block}footer{display:flex;align-items:center;flex-direction:column;background-color:var(--secondary-color);color:#fff;padding:2.4rem 15%;position:relative;bottom:0}.upper-footer{display:flex;justify-content:space-between;align-items:flex-start;width:100%;flex-wrap:wrap}.col-footer{display:flex;justify-content:center;align-items:left;flex-direction:column;max-width:25%;white-space:nowrap}.col-footer h3,.col-footer p,.col-footer a{text-align:left;color:#fff;text-decoration:none}.col-footer h3{display:flex;align-items:center;font-size:1.5rem;font-weight:600;margin-bottom:15px;gap:10px;align-items:center}.col-footer h3::before{content:"";display:inline-block;width:4px;height:1em;background-color:var(--primary-color);flex-shrink:0}.col-footer p,.col-footer a{margin-bottom:.8rem;font-size:1.15rem;font-weight:400;line-height:1.2;color:#fff;transition:0.3s ease}.col-footer:nth-child(3) a:last-child,.col-footer:nth-child(1) a:last-child,.col-footer:last-child{margin-bottom:0}.col-footer p{line-height:1.5;font-weight:500;text-align:justify}.col-footer a:hover,.col-footer .socials i:hover{color:var(--primary-color)}.col-footer i{font-size:.6rem;margin-right:10px}.col-footer .socials{display:flex;flex-direction:column;margin-top:5px}.col-footer .socials i{font-size:1.8rem;color:#fff;transition:0.3s ease}.col-footer .socials .socials-row{display:flex;flex-direction:row;gap:10px}.col-footer .policy{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;margin-top:20px}.col-footer .map-footer img{width:200px;height:auto}@media screen and (max-width:1500px){.navbar{padding:0 5%}footer{padding:2.4rem 9%}.col-footer{max-width:none}.col-footer .socials{justify-content:center;align-items:center}}@media screen and (max-width:1180px){.navbar{padding:0 3%}footer{padding:2.4rem 3%}}@media screen and (max-width:980px){.navbar{padding:0 2%}.nav-toggle-label{display:block}.nav-menu{visibility:hidden;position:absolute;top:60px;left:0;right:0;flex-direction:column;background-color:#fff;box-shadow:0 2px 5px rgb(0 0 0 / .1);transform:translateY(-20px);opacity:0;pointer-events:none;transition:all 0.3s ease;display:flex}.dropdown{width:100%;visibility:hidden}.dropdown-content{position:static;box-shadow:none;width:100%;background-color:#f8f8f8;max-height:0;opacity:0;overflow:hidden;visibility:hidden;transition:all 0.3s ease}.dropdown-content a{font-size:1rem;font-weight:600;letter-spacing:.3px;line-height:50px;padding:0 15px}.nav-toggle:checked~.nav-menu{visibility:visible;transform:translateY(0);opacity:1;pointer-events:auto}.nav-toggle:checked~.nav-toggle-label{background-color:#fff}.nav-toggle:checked~.nav-toggle-label span:nth-child(1){transform:rotate(45deg) translate(.4rem,.4rem)}.nav-toggle:checked~.nav-toggle-label span:nth-child(2){opacity:0}.nav-toggle:checked~.nav-toggle-label span:nth-child(3){transform:rotate(-45deg) translate(.4rem,-.4rem)}.dropdown-content{display:block;position:static;background-color:#fff;max-height:none;opacity:1;visibility:visible}.dropdown-toggle:not(:checked)+.dropdown-trigger{display:none}.nav-home.nav-open{background-color:#fff!important}.nav-home .nav-menu a,.nav-home .dropdown-trigger{color:var(--secondary-color)!important}.nav-home .dropdown-content a{color:var(--secondary-color)}.navbar.nav-open .logo{display:block}footer{padding:2.4rem 7%}.col-footer{max-width:80%}.col-footer:nth-child(1){margin-bottom:80px}.col-footer .policy{margin-top:40px}}@media screen and (max-width:768px){.navbar{padding:0 5%}.logo{width:120px;height:31px}footer{padding:2.4rem 3%}.upper-footer{flex-direction:column;align-items:flex-start}.col-footer{margin-bottom:40px}.col-footer h3{font-size:1.15rem}.col-footer p,.col-footer a{font-size:1.05rem}.col-footer:nth-child(1){margin-bottom:40px}.col-footer:nth-child(4){align-self:center;margin-top:30px}.col-footer .map-footer img{width:250px;height:auto}}.hero-alt{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;margin:3.75rem 0 0 0;width:100%;height:550px;overflow:hidden;position:relative}.hero-image{position:absolute;inset:0;overflow:hidden;z-index:1}.hero-image::before{content:"";position:absolute;inset:0;background:url(../img/cafe/DriveinCafe-Mobile-Preload.webp) center/cover no-repeat #000;filter:blur(20px);transform:scale(1.05);opacity:1;transition:opacity .5s ease}.hero-image.is-loaded::before{opacity:0}.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:1;transition:transform 10s ease;animation:zoom 10s ease forwards}@keyframes zoom{0%{transform:scale(1)}100%{transform:scale(1.2)}}.hero-text{position:relative;z-index:2;background-color:rgb(0 0 0 / .4);padding:2rem;border-radius:var(--cornering);max-width:600px;text-align:left;margin-left:15%;backdrop-filter:blur(7px)}.hero-text h1{font-size:2.3rem;font-weight:700;color:#fff;margin-bottom:20px;text-align:left;text-wrap:balance;align-self:center}.hero-text p{font-size:1.1rem;font-weight:400;color:#fff;text-align:left;line-height:1.7;text-wrap:pretty}.hero-text .cta-buttons{display:flex;flex-direction:row;align-items:center;justify-content:flex-start!important;gap:25px!important;margin:20px 0 0 0!important}.cta-buttons{display:flex;flex-direction:row;align-items:center;justify-content:center;margin:2rem 15% 3rem 15%;gap:clamp(100px, 20vw, 180px)}.cta-buttons .contact-button{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:15px;z-index:1;line-height:1}.contact-button p{font-weight:500;font-size:1.25rem;letter-spacing:.3px;color:var(--secondary-color);text-align:center;z-index:1;line-height:1}.cta-buttons .contact-button i{font-size:1.15rem;color:#fff;margin-right:10px}.contact-button a{font-size:1.1rem;font-weight:500;color:#fff;background-color:#22872f;text-align:center;text-decoration:none;padding:12px 0;width:280px;border:.2rem solid #22872f;border-radius:var(--cornering);transition:background-color 200ms ease,color 200ms ease,border 200ms ease}.contact-button a:hover{border:.2rem solid #1b6c25;background-color:#1b6c25}.hero-text .contact-button p{font-size:1.15rem;color:#fff}.main,.middletext,.tabelpret,.faq{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:center;margin:3rem 15%}.sidepicture{display:flex;flex-direction:column}.sidepicture:nth-child(1) .text:last-child{width:50%}.titlu{display:flex;flex-direction:row;align-items:center;justify-content:center;text-align:center;align-self:flex-start}.titlu h2{font-size:2rem;font-weight:700;color:var(--primary-color);text-align:left;text-wrap:balance}.titlu img{width:41px;height:30px;margin-right:20px}.sidepicture{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:5rem;text-align:center;width:100%}.sidepicture .text{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:center}.sidepicture .text p{font-size:1.1rem;font-weight:300;color:var(--secondary-color);line-height:1.7;margin-top:1rem;text-align:left;text-wrap:pretty}.sidepicture .text i{color:var(--primary-color);font-size:2rem;margin-right:20px}.sidepicture .image{display:flex;align-items:center;justify-content:center;text-align:center}.sidepicture .image img{width:600px;height:450px;border-radius:var(--cornering)}.banner{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;min-height:90px;max-height:100px;background-color:#fe7301;background-image:url(../icons/stripes.webp);background-size:auto;background-position:center;background-repeat:repeat;background-blend-mode:multiply;padding:0 1rem}.banner h2{line-height:1.7;font-size:2.1rem;font-weight:500;color:#fff;text-align:center;text-wrap:balance}.middletext p{font-size:1.1rem;font-weight:300;color:var(--secondary-color);line-height:1.7;margin-top:1rem;text-align:center;text-wrap:balance}.contact-info{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;margin-top:1.5rem;align-self:center}.contact-info h2{font-weight:700;font-size:1.25rem;color:var(--primary-color)}.contact-info a{font-size:1.1rem;font-weight:500;color:#fff;background-color:#22872f;text-align:center;text-decoration:none;padding:12px 20px;border:.2rem solid #22872f;border-radius:var(--cornering);transition:background-color 200ms ease,color 200ms ease,border 200ms ease}.contact-info a:hover{border:.2rem solid #1b6c25;background-color:#1b6c25}.contact-socials{display:flex;flex-direction:row;gap:10px}.contact-socials a{width:55px;height:55px;background-color:#f7f7f7!important;border-radius:var(--cornering);border:none!important;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all 0.3s ease}.contact-socials a img{width:55px;height:55px;transition:all 0.3s ease}.contact-socials a:hover{background-color:#ff7301!important}.cta-title{font-size:2rem;font-weight:700;color:#444849;text-align:center;text-wrap:balance;margin-top:2.5rem;margin-bottom:-1rem}@media screen and (max-width:1200px){.sidepicture{flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:2.5rem}}@media screen and (max-width:980px){.main,.middletext,.tabelpret,.faq{margin:3rem 5%}.contact-info{gap:50px}.hero-text{margin:0 auto;max-width:550px}.hero-text h1{font-size:2rem;margin-bottom:15px}.hero-text .cta-buttons{gap:15px!important}.titlu h2,.cta-title{font-size:1.4rem;line-height:2;margin-bottom:0}.titlu img{width:22px;height:16px;margin-right:15px}.hero-text p,.sidepicture .text p,.middletext p,.accordion-content p{font-size:1rem;line-height:1.4}.banner{min-height:80px;max-height:120px}.banner h2{font-size:1.4rem;line-height:1.5}}@media screen and (max-width:768px){.main,.tabelpret,.faq{margin:2rem 3%}.contact-info a{font-size:1rem;padding:10px 15px;border:.1rem solid #22872f}.contact-info a:hover{border:.1rem solid #1b6c25}.hero-text p,.sidepicture .text p,.middletext p,.accordion-content p{font-size:.9rem;line-height:1.4}.middletext{margin:2rem 5%}.middletext p{text-wrap:balance}.sidepicture .image img{width:440px;height:330px}.cta-buttons{gap:clamp(30px, 20vw, 80px)}.contact-button p{font-size:1.2rem}.hero-text .cta-buttons .contact-button p{font-size:1rem!important}.tabelpret-table table th{font-size:1rem}.tabelpret-table table td{font-size:.9rem}}@media screen and (max-width:640px){.hero-text h1{font-size:1.8rem;line-height:1.2}.hero-text{max-width:470px}.titlu h2,.cta-title{font-size:1.3rem;line-height:1.5}.titlu img{width:23px;height:17px;margin-right:15px}.banner{min-height:85px;max-height:110px}.banner h2{font-size:1.2rem}.cta-buttons{margin:2rem 1%;gap:clamp(10px, 20vw, 20px)}.tabelpret-table table th{padding:1rem}.tabelpret-table table td{padding:1.5rem 1rem}.accordion-title{font-size:1rem;padding:1rem 1rem}.accordion-content{padding:0 1rem}.contact-button a{font-size:0.9rem!important;padding:10px 0;width:240px}}@media screen and (max-width:480px){.hero-text{max-width:400px;padding:1.1rem}.sidepicture .image img{width:333px;height:250px}}.moveup{display:flex;align-items:center;justify-content:center;visibility:hidden;position:fixed;right:15px;bottom:15px;width:45px;height:45px;border-radius:var(--cornering);box-sizing:border-box;opacity:.4;z-index:999;background-color:#5a5a5a;text-decoration:none}.moveup i{font-size:1.2rem;color:#fff}@media (max-width:1024px){.moveup{right:12px;bottom:12px;width:37px;height:37px}}@media (max-width:1650px){.navbar{padding:0 10%}}