body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{background-color:#0000;color:#fff;height:100px;left:0;padding:0 20px;position:fixed;top:0;width:100%;z-index:1001}.navbar,.navbar-top{align-items:center;display:flex;justify-content:space-between}.navbar-top{width:95%}.navbar-logo{height:100px;width:auto}.navbar-brand{font-weight:700}.hamburger,.navbar-brand{color:#fff;font-size:2rem;text-shadow:-2px 0 8px #0000004d}.hamburger{background:none;border:none;cursor:pointer;z-index:1100}.hamburger-active{color:#000;text-shadow:none}.navbar-nav{background-color:#fff;box-shadow:-2px 0 8px #0003;display:flex;flex-direction:column;height:100vh;padding-top:80px;position:fixed;right:-250px;top:0;transition:right .3s ease-in-out;width:250px;z-index:1050}.navbar-nav.open{right:0}.nav-item{background:none;border:none;color:#1a1a1a;cursor:pointer;font-size:1.1rem;padding:15px 30px;text-align:left;transition:background .2s}.nav-item:hover{background-color:#f0f0f0}.hero{background:linear-gradient(90deg,#4aafd5 0,#91b187 50%,#e7a339);color:#fff;justify-content:center;min-height:100vh;width:100%}.hero,.hero-content{align-items:center;display:flex}.hero-content{nav-down:auto;flex-wrap:wrap;justify-content:space-between;margin:auto;width:85%}.hero-left{display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:80px 10px}.hero-title{font-size:3rem;font-weight:800;line-height:1.2;text-shadow:0 0 20px #0003}.highlight{color:#e7a339}.dot{color:#fff}.hero-subtitle{color:#fff;font-size:1.2rem;line-height:1.6;margin:20px 0 40px}.hero-highlights p{color:#f5f5f5;font-size:1rem;margin-top:10px;max-width:500px}.hero-right{align-items:center;background:#fff0;display:flex;flex:1 1;flex-direction:column;justify-content:center;position:relative}.image-frame{display:inline-block;position:relative;z-index:1}.profile-img{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;box-shadow:0 10px 30px #0003;display:block;height:auto;position:relative;width:30vw;z-index:2}.image-frame:before{background-color:initial;border:4px solid #fff;content:"";height:100%;overflow-y:hidden;position:absolute;right:-35px;top:25px;width:100%;z-index:0}@media (max-width:1024px){.hero{background:linear-gradient(180deg,#4aafd5 0,#91b187 50%,#e7a339)}.hero,.hero-content{flex-direction:column}.hero-content{align-items:center;text-align:center;width:90%}.hero-left,.hero-right{padding:20px 0;width:100%}}@media (max-width:600px){.hero{background:linear-gradient(180deg,#4aafd5 0,#91b187 50%,#e7a339)}.hero-content{width:90%}}@media (max-width:768px) and (orientation:landscape){.hero{background:linear-gradient(180deg,#4aafd5 0,#91b187 50%,#e7a339);flex-direction:column}.hero-content{width:90%}}@keyframes bubble{0%{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}to{opacity:.8;transform:scale(1)}}.bubble-word{animation:bubble 1.2s ease-in-out 2s;-webkit-animation:bubble 1.2s ease-in-out 2s;display:inline-block;margin-right:8px}.bubble-word:first-child{animation-delay:0s}.bubble-word:nth-child(2){animation-delay:.1s}.bubble-word:nth-child(3){animation-delay:.2s}.bubble-word:nth-child(4){animation-delay:.3s}body{background-color:#4aafd5;box-shadow:0 4px 15px #000;color:#fff;font-family:Arial,sans-serif;margin:0;overflow-x:hidden;overflow-y:scroll}.container{box-sizing:border-box;margin:0 auto;max-width:1200px;overflow-y:hidden;padding:20px;width:100%}.title{color:#e7a339;font-size:2em;margin-bottom:40px;text-align:left;text-transform:uppercase}.projects{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.project-item{background-color:#91b187cf;border:1px solid #fff;border-radius:5px;cursor:pointer;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.project-item:hover{box-shadow:0 4px 15px #fff;transform:translateY(-10px)}.project-image{height:200px;object-fit:cover;width:100%}.project-item h3{font-size:1.5em;margin:10px 0;padding:0 15px}.project-item p{color:#ddd;font-size:1em;line-height:1.5;padding:0 15px 15px}.modal{background:#91b187;border-radius:8px;box-sizing:border-box;color:#fff;left:50%;max-height:80%;max-width:600px;overflow-y:auto;padding:20px;position:fixed;top:50%;transform:translate(-50%,-50%);width:95%}.overlay{background:#000000bf;bottom:0;left:0;position:fixed;right:0;top:0}.slideshow{margin-bottom:15px}.modal-image{border-radius:6px;margin-bottom:10px;max-height:300px;object-fit:contain;width:100%}.modal-links{display:flex;gap:20px;justify-content:center;margin:15px 0}@media (max-width:768px){.container{padding:15px}.projects{grid-template-columns:1fr}.project-item h3{font-size:1.25em}.project-item p{font-size:.95em}}.button{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:30px;z-index:4}.buttons button{background-color:#e7a339;border:none;border-radius:5px;color:#2d2d2d;cursor:pointer;font-size:1rem;font-weight:700;padding:12px 15px;transition:all .3s ease}.buttons button.active,.buttons button:hover{background-color:#fff;box-shadow:0 4px 12px #0000004d;color:#4aafd5;transform:scale(1.05)}.landing-page-Contact{align-items:center;background-color:#e7a339;box-shadow:0 4px 12px #00000080;color:#fff;display:flex;flex-direction:column;height:80vh;justify-content:center;overflow-y:hidden;padding:2rem 1rem}.container-Contact{background-color:#91b187;border:5px solid #fff;border-radius:1rem;box-shadow:0 4px 12px #0000004d;box-sizing:border-box;max-width:600px;padding:2rem;text-align:center;width:100%}.title-Contact{font-size:2rem;margin-bottom:1.5rem}form{align-items:center;display:flex;flex-direction:column;margin-top:1.5rem;width:100%}input[type=email],input[type=text],textarea{background-color:initial;border:none;border-bottom:2px solid #fff;box-sizing:border-box;color:#fff;font-size:1rem;margin-bottom:1.25rem;padding:.75rem;width:100%}input:focus,textarea:focus{border-bottom:2px solid #00bcd4;outline:none}button[type=submit]{background-color:#fff;border:none;border-radius:5px;color:#00bcd4;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background-color .3s}button[type=submit]:hover{background-color:#00bcd4;box-shadow:0 4px 12px #0000004d;color:#fff}.social-media-links{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1.5rem}.social-media-links a{color:#fff;font-size:2.5rem;transition:color .3s ease}.social-media-links a:hover{color:#00bcd4}@media (max-width:600px){.title-Contact{font-size:1.5rem}button[type=submit]{width:100%}.social-media-links a{font-size:2rem}}.about-section{box-shadow:0 4px 12px #0000004d;display:flex;flex-wrap:wrap;min-height:100vh;overflow:hidden;position:relative;width:100%;z-index:0}.about-left{background-color:#4aafd5;color:#fff;flex:1 1;flex-direction:column;padding:60px}.about-left,.about-right{box-shadow:0 10px 30px #0000004d;display:flex;justify-content:center;z-index:2}.about-right{align-items:center;background-color:#91b187;flex:1 1;padding:50px}.about-image{border:5px solid #e7a339;border-radius:12px;box-shadow:0 12px 35px #0006;height:auto;max-width:70%;z-index:4}.about-buttons{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:30px;z-index:4}.about-buttons button{background-color:#e7a339;border:none;border-radius:5px;color:#2d2d2d;cursor:pointer;font-size:1rem;font-weight:700;padding:12px 15px;transition:all .3s ease}.about-buttons button.active,.about-buttons button:hover{background-color:#fff;box-shadow:0 4px 12px #0000004d;color:#4aafd5;transform:scale(1.05)}.about-text h2{color:#fff;font-size:2.2rem;margin-bottom:1.5rem;z-index:4}.about-description{color:#f9f9f9;font-size:1.15rem;line-height:1.6;margin-bottom:1.5rem;z-index:4}.about-info-block h3{color:#e7a339;font-size:1.3rem;margin-top:10px;z-index:4}.about-info-block p{color:#fff;font-size:1.05rem;margin-bottom:1rem;z-index:4}@media (max-width:1024px){.about-section{background:linear-gradient(135deg,#4aafd5,#e7a339 50%,#91b187);flex-direction:column}.about-background-img{orientation:portrait}}.about-buttons,.about-description,.about-image,.about-info-block h3,.about-info-block p,.about-text h2{position:relative;z-index:4}.scroll-indicator{display:flex;flex-direction:column;gap:16px;position:fixed;right:20px;top:50%;transform:translateY(-50%);z-index:1000}.indicator-dot{background-color:#aaa;border-radius:50%;height:12px;transition:all .3s ease;width:12px}.indicator-dot.active{background-color:#fff;border-radius:6px;height:12px;width:24px}
/*# sourceMappingURL=main.22f6fb4f.css.map*/