@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap";html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;color:#fff}header{position:absolute;top:0;left:0;width:100%;padding:20px 50px;z-index:10;background:transparent;font-family:Inter,sans-serif}.navbar{display:flex;justify-content:space-between;align-items:center;margin-top:-50px;gap:50px;padding:20px 50px}.dropdown-menu{display:none;flex-direction:column;align-items:center;text-align:center;position:absolute;background:#000;color:#fff;padding:15px;width:200px;box-shadow:0 4px 8px #0003;border-radius:5px}.dropdown-menu p{margin:10px 0 5px;font-weight:700}.dropdown-title{font-size:12px;color:gray;text-transform:uppercase;margin-top:10px}.dropdown-menu a{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#fff;font-weight:700;padding:5px 0;transition:color .3s}.dropdown-menu a:hover{color:#e91e63}.nav-item:hover .dropdown-menu{display:block}.dropdown-toggle:after{content:" ▼";font-size:12px}.dropdown-menu a{display:flex;align-items:center;padding:8px 12px}.dropdown-menu a img{width:64px;height:64px;margin-bottom:5px}.logo{margin-top:30px;margin-left:230px}.logo img{width:220px;height:auto}.menu-icon{display:none;font-size:2rem;cursor:pointer;color:#fff}.nav-links{list-style:none;display:flex;align-items:center;gap:25px;margin-right:300px}.nav-links li{margin-left:20px}.nav-links a{text-decoration:none;color:#fff;font-weight:700;font-size:1.4rem;transition:color .3s}.nav-links.active{display:flex}.nav-links a:hover{color:#e91e63}@media (min-width: 1156px){.nav-links{display:flex;position:static;width:auto;background:transparent;flex-direction:row;gap:20px;margin-right:100px}.menu-icon,.close-menu{display:none}.nav-links li{list-style:none}.nav-links a{text-decoration:none;color:#fff;font-size:24px;padding:10px 15px;transition:color .3s}.nav-links a:hover{color:red}}.hero{height:80vh;background-image:url(/assets/AdobeStock_374673997-CBTq2DtS.jpeg);background-size:cover;background-position:center;display:flex;justify-content:space-between;align-items:center;padding:0 10%}.hero-content{max-width:40%;text-align:left;margin-left:200px}.hero-image img{width:1000px;height:auto;margin-right:-250px}.hero h1{font-size:4rem;margin-bottom:20px;font-weight:700}.hero p{font-size:1.3rem;margin-bottom:30px}.buttons .btn{display:inline-block;padding:10px 20px;margin:0 10px;border-radius:5px;text-decoration:none;color:#fff;transition:background-color .3s}.btn-primary{background-color:#e91e63;border:2px solid transparent;transition:all .3s ease-in-out}.btn-secondary{background-color:transparent;border:2px solid white}.btn-primary:hover{background-color:transparent;border:2px solid #e91e63;color:#e91e63}.btn-secondary:hover{background-color:#fff;color:#333}.about{display:flex;justify-content:center;align-items:center;padding:30px 10px;background-color:#e2e2e2;color:#000;text-align:center;gap:200px}.about-item{max-width:250px}.about-item img{margin-top:15px;max-width:100%;height:auto;margin-bottom:35px}.about-item h3{font-size:1.6rem;margin-bottom:35px;color:#e91e63}.about-item p{font-size:1rem;margin-bottom:90px;line-height:1.8}.hero-content h1{color:#e91e63}.projects{text-align:center;padding:50px 20px;background-color:#f8f8f8;color:#000}.projects h2{margin-top:60px;font-size:2.5rem;color:#e91e63;margin-bottom:30px}.projects p{display:block;max-width:750px;font-size:1.2rem;margin:0 auto 85px;text-align:center;white-space:normal}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;max-width:1100px;margin:0 auto 60px}.project-card{background:#fff;padding:20px;border-radius:10px;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;text-align:center;cursor:pointer}.project-card:hover{transform:translateY(-5px);box-shadow:0 6px 12px #0003}.project-card img{width:64px;margin-bottom:20px;margin-top:15px}.project-card h3{font-size:1.4rem;margin-bottom:20px;color:#e91e63}.project-card p{font-size:1rem;color:#333;line-height:1.5;margin-bottom:60px}.project-modal{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#e91e63;color:#fff!important;padding:40px;border-radius:12px;width:100%;height:100%;max-width:1200px;max-height:800px;overflow-y:auto;box-shadow:0 8px 16px #00000080;text-align:center;z-index:1000;font-size:1.4rem}.project-modal *{color:#fff!important;background-color:transparent!important}.modal-content{position:relative}.footer{background-color:#d3d3d3;padding:30px 20px;text-align:center;font-size:14px;color:#666}.footer-icons{display:flex;justify-content:center;gap:15px;margin-bottom:10px}.footer-icons a{display:inline-block;opacity:1;transition:opacity .3s ease}.footer-icons a:hover{opacity:1}.footer-icons img,.footer-icons a[href*="x.com"] img{width:32px;height:32px}.footer a{color:#e91e63;text-decoration:none}.footer a:hover{text-decoration:underline}@media (max-width: 1156px){header{display:flex;justify-content:space-between;align-items:center}.navbar{flex-direction:column;align-items:center;gap:20px;margin-top:0}.dropdown-menu{display:none;position:absolute;background-color:#000;padding:10px;border-radius:5px}.dropdown-menu.show{display:block}.dropdown-menu a img{width:48px;height:48px;margin-bottom:5px}.logo{margin-left:10px;position:absolute;top:10px;left:10px;z-index:300}.nav-links{display:none;flex-direction:column;position:fixed;top:0;left:0;width:100%;height:100vh;background:#000;color:#fff;align-items:center;justify-content:center;gap:30px;transition:transform .3s ease;z-index:200}.nav-links.active{display:flex}.nav-links a{text-decoration:none;color:#fff;font-weight:700;font-size:2rem;transition:color .3s}.nav-links a:hover{color:#e91e63!important}.nav-header{position:absolute;top:20px;left:20px;width:100%;display:flex;justify-content:space-between;align-items:center;padding:10px 20px}.menu-icon,.close-menu{display:block;font-size:2rem;cursor:pointer;position:absolute;top:80px;right:80px;color:#fff}.hero{height:80vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;width:100%;padding:0 20px}.hero-content{max-width:60%;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto}.hero-image{display:none!important}.menu-icon{display:block}.hero h1,.hero p,.buttons{text-align:center}.about{flex-direction:column;gap:30px}.project-grid{grid-template-columns:1fr}.footer{padding:20px 10px}}
