@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;1,300&display=swap);*{border:0;box-sizing:border-box;list-style:none;margin:0;outline:0;padding:0;text-decoration:none}:root{--color-white:#fff;--color-light:#fffc;--color-dark:#1c1c1c;--color-accent:#f71900;--transition:all 400ms ease;--container-width-lg:75%;--container-width-md:86%;--container-width-sm:90%}html{scroll-behavior:smooth}::-webkit-scrollbar{display:none}body{background:linear-gradient(180deg,#1c1c1c,#2a2a2a);color:#fff;color:var(--color-white);font-family:Poppins,sans-serif;line-height:1.7}.container{margin:0 auto;width:75%;width:var(--container-width-lg)}h1,h2,h3,h4,h5{font-weight:600}h1{font-size:2.8rem}h2{font-size:2.2rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}section{padding:3rem 1rem}.text-light{color:#fffc;color:var(--color-light)}a{color:#f71900;color:var(--color-accent);transition:all .4s ease;transition:var(--transition)}a:hover{color:#fff;color:var(--color-white)}.btn{background:#000000b3;border:1px solid #f71900;border:1px solid var(--color-accent);border-radius:.5rem;color:#fff;cursor:pointer;display:inline-block;padding:.8rem 1.5rem;transition:all .4s ease;transition:var(--transition);width:max-content}.btn:hover{border-color:#0000;color:#fff}.btn-primary,.btn:hover{background:#f71900;background:var(--color-accent)}.btn-primary{border-color:#f71900;border-color:var(--color-accent)}img{border-radius:5px;box-shadow:0 4px 10px #0000004d;display:block;object-fit:cover;width:100%}.section-title{color:#ffffffd9;font-size:2rem;font-weight:600;letter-spacing:1.5px;letter-spacing:2px;margin-bottom:1.5rem;position:relative;text-align:center;text-shadow:1px 1px 3px #00000080;text-transform:uppercase}.section-title:after{background:#f71900e6;border-radius:2px;content:"";display:block;height:3px;margin:.5rem auto 0;opacity:.7;width:20%}@media screen and (max-width:1024px){.section-title{font-size:2rem}}@media screen and (max-width:600px){.section-title{font-size:1.8rem}}@media screen and (max-width:1024px){.container{width:86%;width:var(--container-width-md)}h1{font-size:2.5rem}h2{font-size:2rem}section{padding:2.5rem 1rem}}@media screen and (max-width:600px){.container{width:90%;width:var(--container-width-sm)}h1{font-size:2.2rem}h2{font-size:1.8rem}section{padding:2rem 1rem}.btn{font-size:.9rem;padding:.7rem 1.2rem}}header{align-items:center;background:linear-gradient(135deg,#dc0101,#161616);display:flex;height:100vh;justify-content:center;overflow:hidden;padding-top:5rem;text-align:center}.header_container,header{position:relative}.name{color:#fff;font-size:3rem;font-weight:700;letter-spacing:2px;margin-bottom:1rem;text-transform:uppercase}.title{color:#fffc;font-size:1.2rem;margin-bottom:2rem}.btn-primary{background:#ffffff1a;border:1px solid #ffffff4d;border-radius:6px;color:#fff;font-size:1.1rem;font-weight:700;padding:1rem 2rem;text-transform:uppercase;transition:all .3s ease}.btn-primary:hover{background:#fffc;color:#000;cursor:pointer}.scroll_down{bottom:5.5rem;color:#fff;font-size:.9rem;position:absolute;right:-2rem;transform:rotate(90deg);transition:color .3s ease}.scroll_down:hover{color:#fffc;color:#cc082c}.header_socials{align-items:center;bottom:4rem;display:flex;flex-direction:column;gap:.5rem;left:1rem;position:absolute}.header_socials a{color:#fff;font-size:1.5rem;transition:color .3s ease}.header_socials a:hover{color:#cc082c}.header_socials:after{background-color:#fff;content:"";height:2.5rem;width:1px}.auth-buttons{align-items:center;display:flex;gap:1rem;position:absolute;right:2rem;top:1.5rem}.hamburger{color:#fff;cursor:pointer;display:none;font-size:1.5rem}.mobile-menu{background:#000c;border-radius:8px;display:flex;flex-direction:column;gap:.5rem;padding:1rem;position:absolute;right:2rem;top:3.5rem;z-index:10}@media screen and (max-width:1024px){header{height:100vh;padding-top:5rem}.name{font-size:2.5rem}.title{font-size:1rem}.header_socials,.scroll_down{display:none}.auth-buttons{right:1rem;top:1rem}.auth-btn{font-size:.8rem;padding:.4rem .8rem}}@media screen and (max-width:600px){header{height:100vh;padding-top:3rem}.name{font-size:2rem}.title{font-size:.9rem}.desktop-buttons{display:none}.hamburger{display:block}}nav{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#00000080;border-radius:3rem;bottom:2rem;display:block;gap:.8rem;left:50%;padding:.7rem 1.7rem;position:fixed;transform:translate(-50%);width:max-content;z-index:2}nav,nav a{display:flex;transition:all .3s ease}nav a{background:#0000;border-radius:50%;color:var(--color-light);font-size:1.1rem;padding:.9rem}nav a:hover{background:#0000004d}nav a.active{background-color:#fff;color:#000}@media screen and (max-width:768px){nav{gap:.6rem;padding:.5rem 1.2rem}nav a{font-size:1rem;padding:.7rem}}@media screen and (max-width:480px){nav{bottom:1rem;gap:.5rem;padding:.4rem 1rem}nav a{font-size:.9rem;padding:.6rem}}.about-section{background:linear-gradient(135deg,#2a2a2a,#1c1c1c);border-bottom:1px solid #ffffff1a;border-top:1px solid #ffffff1a;color:#fff;padding:4rem 1.5rem}.about-content{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin:0 auto;max-width:1100px}.about-text .section-title:after{width:55%}.about-image{border:3px solid #fff3;border-radius:10%;box-shadow:0 4px 10px #0009;height:auto;max-width:250px;opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.about-image:hover{transform:scale(1.05)}.about-text{flex:1 1;max-width:500px;opacity:0;text-align:center;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.about-section.show .about-image,.about-section.show .about-text{opacity:1;transform:translateY(0)}.about-text .btn-primary{margin-top:1.5rem}.about-text p{color:#fffc;font-size:1rem;line-height:1.6}.about-btn{align-items:center;color:#ffffffb3;display:inline-flex;font-size:.9rem;gap:.4rem;margin-top:15px;text-decoration:none;transition:color .3s ease,transform .3s ease}.about-btn .arrow{font-size:1rem;transition:transform .3s ease}.about-btn:hover{color:var(--color-white)}.about-btn:hover .arrow{transform:translateX(4px)}@media screen and (max-width:1024px){.about-content{flex-direction:column;text-align:center}.about-image{display:none}.about-text h2{font-size:1.8rem}}.services-section{background:linear-gradient(135deg,#2a2a2a,#1c1c1c);border-bottom:1px solid #ffffff1a;border-top:1px solid #ffffff1a;color:#fff;opacity:0;padding:5.6rem 1rem;text-align:center;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.services-section.show{opacity:1;transform:translateY(0)}.services-intro{color:#fffc;font-size:1rem;line-height:1.7;margin:0 auto 2rem;max-width:600px}.services-container{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.service-item{align-items:center;background:#000000b3;border-radius:10px;box-shadow:0 4px 10px #0000004d;display:flex;flex-direction:column;justify-content:space-between;max-width:300px;min-height:260px;padding:1.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.service-icon{color:#ffffffe6;font-size:2.5rem;margin-bottom:1rem}.btn-primary{margin-top:auto;padding:.8rem 1.2rem;position:relative;text-align:center;top:10px}.service-item:hover{box-shadow:0 8px 15px #00000080;transform:translateY(-10px)}.service-title{align-items:center;color:#ffffffe6;display:flex;font-size:1.5rem;justify-content:center;margin-bottom:1rem;min-height:5rem;text-align:center;text-transform:uppercase}.service-description{color:#ffffffb3;font-size:1rem;line-height:1.5}@media screen and (max-width:1024px){.services-section{padding:2.5rem 1rem}.service-title{font-size:1.3rem}.service-description{font-size:.95rem}}@media screen and (max-width:600px){.services-section{padding:2rem 1rem}.service-title{font-size:1.2rem}.service-description{font-size:.9rem}.service-icon{font-size:2rem}}footer{background:linear-gradient(135deg,#dc0101,#161616);border-top:3px solid #fff3;font-size:.9rem;padding:4rem 0 6rem;text-align:center}footer,footer a{color:var(--color-white)}footer a{text-decoration:none;transition:color .3s ease}footer a:hover{color:#cc082c}.footerLogo{color:#fff;display:inline-block;font-size:2rem;font-weight:700;letter-spacing:2px;margin-bottom:1.5rem;text-transform:uppercase}.permalinks{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem}.permalinks li{list-style:none}.permalinks a{font-size:.9rem;font-weight:500}.footerSocials{gap:1rem;margin-bottom:1.5rem}.footerSocials,.footerSocials a{display:flex;justify-content:center}.footerSocials a{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;color:#fff;height:40px;transition:all .3s ease;width:40px}.footerSocials a:hover{background:#fffc;color:#000}.footerCopyright{color:#fff9;font-size:.8rem}.contact-section{background:linear-gradient(135deg,#2a2a2a,#1c1c1c);border-top:1px solid #ffffff1a;color:#fff;opacity:0;padding:5.6rem 1rem 7.8rem 0;text-align:center;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.contact-section.show{opacity:1;transform:translateY(0)}.contact-section h2{font-size:2rem;letter-spacing:1px;margin-bottom:1rem;text-transform:uppercase}.contact-form{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border-radius:10px;box-shadow:0 4px 10px #0006;display:flex;flex-direction:column;gap:1rem;margin:40px auto 0;max-width:500px;padding:2rem}.contact-form input,.contact-form textarea{background:#ffffff1a;border:1px solid #ffffff4d;border-radius:5px;color:#fff;font-size:1rem;padding:.8rem;transition:all .3s ease-in-out;width:100%}.contact-form input:focus,.contact-form textarea:focus{background:#ffffff26;border-color:var(--color-accent);outline:none}.contact-form textarea{min-height:120px;resize:none}.contact-form button{background:var(--color-accent);background:linear-gradient(135deg,#dc0101,#74030367);border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.2rem;padding:.8rem;transition:all .3s ease}.contact-form button:hover{background:linear-gradient(135deg,#a60202,#74030367)}@media screen and (max-width:600px){.contact-section{padding:3rem 1rem}.contact-form{padding:1.5rem}.contact-section h2{font-size:1.8rem}}.dashboard-container{align-items:center;background:linear-gradient(135deg,#2a2a2a,#1c1c1c);color:#fff;display:flex;flex-direction:column;min-height:100vh;padding:6rem 1rem 3rem;text-align:center}.dashboard-top-right{position:absolute;right:2rem;top:1.5rem;z-index:5}.auth-btn{background:#0000;border:none;border-radius:5px;color:#fffc;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .3s ease}.auth-btn:hover{color:#fff;text-decoration:underline}.dashboard-content{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:2rem}.dashboard-section{background:#000000b3;border-radius:10px;box-shadow:0 4px 10px #0000004d;max-width:400px;padding:1.5rem;text-align:center;width:100%}.dashboard-section h3{color:#ffffffe6;margin-bottom:1rem}.dashboard-home-btn{background:#f71900;background:var(--color-accent,#f71900);border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:700;margin-top:2rem;padding:.75rem 1.5rem;transition:background .3s ease}.dashboard-home-btn:hover{background:#ff3b3b}@media screen and (max-width:768px){.dashboard-content{align-items:center;flex-direction:column}}
/*# sourceMappingURL=main.5225e881.css.map*/