@import"https://fonts.googleapis.com/css2?family=Alata&family=Murecho:wght@100..900&display=swap";body{margin:0}html{scroll-behavior:smooth}.navbar{width:100%;height:70px;display:flex;justify-content:space-between;align-items:center;position:fixed;top:0;padding:.7rem 0;background:#2d2d2d39;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);box-shadow:0 4px 30px #00000026;z-index:100;font-family:Arial,sans-serif;transition:background-color .3s ease}.navbar-left{margin-left:1rem;display:flex;align-items:center;gap:.8rem}.logo{width:60px;height:60px;object-fit:contain}.company-name{font-family:Murecho,sans-serif;font-size:1.6rem;font-weight:700;color:#fff}.navbar-right{padding-right:1.5rem;display:flex;align-items:center;transition:all .4s ease-in-out}.nav-panel{display:flex;gap:.7rem;padding:.4rem .6rem;border-radius:50px}.nav-btn{font-family:Murecho,sans-serif;background:#8b9aa039;letter-spacing:1px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:50px;padding:.65rem 2rem;text-decoration:none;color:#fff;font-weight:400;font-size:1rem;transition:all .3s}.nav-btn:hover{background:#fffb;color:#000}.hamburger{display:none;flex-direction:column;cursor:pointer;padding-right:1.5rem;z-index:200}.hamburger span{height:3px;width:25px;background:#fff;margin:4px 0;border-radius:3px;transition:all .4s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translateY(15px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translateY(-15px)}@media (max-width: 870px){.nav-panel{display:flex;flex-direction:column;background:#fff;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:2rem 1.5rem;box-shadow:0 8px 30px #0003;box-sizing:border-box;overflow:hidden;max-width:100%}.nav-btn{color:#000;background:transparent;font-size:1.1rem;padding:.8rem 2rem;width:100%;text-align:center;border:none;outline:none;cursor:pointer;box-sizing:border-box}.nav-btn:hover{background:#00000028;border-radius:10px}.navbar-right{padding:0;position:fixed;top:94px;right:-110%;width:100%;height:calc(100vh - 80px);background:#fff0;display:flex;justify-content:end;align-items:flex-start;transition:right .4s ease-in-out}.navbar-right.open{right:0}.hamburger{display:flex}.nav-panel{gap:1.2rem}}.murecho{font-family:Murecho,sans-serif;font-optical-sizing:auto;font-weight:200;font-style:normal}.alata-regular{font-family:Alata,sans-serif;font-weight:400;font-style:normal}.home-container{width:100vw;height:100vh;position:relative;overflow:hidden}.slides-wrapper{position:relative;width:100%;height:100%;display:flex;overflow:hidden}.slide{min-width:100%;height:100%;background-size:cover;background-position:center;position:absolute;top:0;left:0;border-bottom-left-radius:40px;border-bottom-right-radius:40px;display:flex;align-items:center;justify-content:center;transition:all .8s ease-in-out}.slide-heading{color:#fff;font-family:Alata,sans-serif;font-weight:400;font-size:3.5rem;text-transform:uppercase;text-align:center;max-width:90%}.activeSlide{opacity:1;transform:translate(0);z-index:5}.nextSlide{opacity:0;transform:translate(100%);z-index:1}.prevSlide{opacity:0;transform:translate(-100%);z-index:1}.navigation{z-index:10;position:absolute;bottom:30px;right:30px;display:flex;flex-direction:column;gap:10px}.navigation button{width:50px;height:50px;border-radius:50%;border:none;background:#ffffff68;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);color:#000;font-size:1.5rem;cursor:pointer;box-shadow:0 2px 6px #0000004d;transition:background .3s,transform .2s}.navigation button:hover{background-color:#f0f0f0;transform:scale(1.1)}@media (max-width: 768px){.slide-heading{font-size:3rem;padding:1rem}}@media (max-width: 480px){.slide-heading{font-size:2.5rem}}.about-container{display:flex;align-items:center;justify-content:center;padding:4rem 6rem;gap:3rem;position:relative;background-color:#fdfdfb}.about-box{background-color:#eee;width:60%;padding:3rem;border-radius:20px;position:relative;z-index:2}.about-box h2{font-family:Alata,sans-serif;font-size:3rem;margin-bottom:1rem;font-weight:400;letter-spacing:2px;margin-top:1.5rem;color:#112453}.about-box p{font-family:Murecho,sans-serif;font-size:1rem;font-weight:300;line-height:1.5;color:#333}.about-images{position:relative;width:50%;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:1.5rem}.about-img{border-radius:20px;object-fit:cover;width:100%;transition:transform .3s ease}.about-img.top{width:90%;position:absolute;top:-120px;z-index:3;right:70px}.about-img.bottom{height:50%;width:60%;z-index:2;position:relative;bottom:-230px;right:60px}.about-img:hover{transform:scale(1.03)}@media (max-width: 1330px){.about-img.top{width:100%;right:40px;top:-110px}.about-img.bottom{width:70%}}@media (max-width: 1100px){.about-img.top{width:130%;right:-40px;top:-120px}.about-img.bottom{width:100%;right:-50px}}@media (max-width: 1000px){.about-container{flex-direction:column}.about-box{width:100%;text-align:center}.about-images{width:100%;align-items:center}.about-img{width:80%;right:0}.about-img.top{width:110%;position:relative;top:0;right:0}.about-img.bottom{display:none}}@media (max-width: 480px){.about-box{width:80%;padding:2rem}.about-container{gap:1rem;padding:2rem}.about-box h2{font-size:2rem}.about-box p{font-weight:400}.about-img.top{width:100%}}.products-container{padding:3rem 5rem;background-color:#fdfdfb}.products-heading{font-family:Alata,sans-serif;text-align:center;font-size:3.7rem;font-weight:400;color:#112453;margin:4rem;letter-spacing:1px}.products-content{display:flex;justify-content:space-between;gap:2rem;align-items:stretch}.products-left{width:70%;display:flex;flex-direction:column;justify-content:space-between}.big-image{width:100%;height:430px;object-fit:cover;border-radius:16px;margin-bottom:1.5rem}.small-images{display:flex;justify-content:space-between;gap:1rem}.small-images img{width:32%;border-radius:10px;object-fit:cover;height:250px}.products-info{width:30%;background-color:#e0e0e0;padding:2rem;border-radius:16px;display:flex;flex-direction:column;justify-content:center}.products-info h3{color:#112453;font-family:Alata,sans-serif;font-size:1.8rem;margin-bottom:1rem;margin-top:.5rem;letter-spacing:1px}.products-info p{font-family:Murecho,sans-serif;line-height:1.5;font-weight:300;color:#333;font-size:1rem}@media (max-width: 1200px){.products-container{padding:2rem 3rem}.products-heading{font-size:3rem}.products-info h3{font-size:1.6rem}.products-info p{font-size:.95rem}}@media (max-width: 1000px){.products-content{flex-direction:column}.products-left{width:100%}.products-info{width:auto;order:2;margin:1.5rem 0}.big-image{order:1;height:300px}.small-images{order:3}.small-images img{height:150px}}@media (max-width: 600px){.products-container{padding:2rem 1.2rem}.products-content{margin:1rem}.products-heading{font-size:2.7rem;margin:1rem 1rem 3rem}.products-info{padding:1.2rem}.products-info h3{font-size:1.4rem}.products-info p{font-size:.9rem;line-height:1.4}.big-image{height:250px}.small-images{flex-direction:column;gap:1rem}.small-images img{width:100%;height:200px}}.work-container{margin:20px 0;margin-top:7rem;margin-bottom:6rem;display:flex;justify-content:space-between;transition:all .5s ease}.work-item{border:1.5px solid #ebebeb;background:#cbb9db;flex:1;margin:.7rem;position:relative;overflow:hidden;border-radius:9px;transition:all .4s ease-in-out;box-shadow:6px 6px 12px #00000080;will-change:flex,box-shadow;height:600px}.work-img{width:100%;height:100%;aspect-ratio:1 / .9;object-fit:cover;transform:scale(1.05);transition:transform .7s ease,filter .5s ease;filter:grayscale(10%)}.work-item:hover .work-img{transform:scale(1.08);filter:grayscale(0%)}.work-item:hover{max-height:600px;flex:1.5;z-index:10}.work-item:not(:hover){flex:.6}.image-wrapper{width:100%;height:100%;overflow:hidden;position:relative}.hover-text{position:absolute;bottom:0;left:0;width:100%;padding:10px;background:#e6e6e686;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:12px;color:#000;text-align:center;transition:opacity .4s ease-in-out;opacity:0}.work-item:hover .hover-text{opacity:1}.hover-text p{font-family:Murecho,sans-serif;font-weight:300;color:#151414;margin:0;padding:1.8rem;font-size:1.1rem}.hover-text h1{font-family:Alata,sans-serif;font-weight:400;color:#36205e;margin:1rem 0 0;font-size:1.8rem}.pill-tag{font-family:Murecho,sans-serif;position:absolute;top:10px;left:10px;color:#112453;padding:.1rem .5rem;border-radius:50px;background:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.949);font-size:1.3rem;text-align:center;z-index:1}.pill-tag h5{font-weight:400;margin:.6rem 2rem;letter-spacing:1px}.no-underline{text-decoration:none}@media (max-width: 1000px){.work-container{margin-bottom:0;margin-top:0;padding:4rem;flex-direction:column}.work-item{flex:none;width:100%;margin-top:1rem;margin-bottom:1rem;height:500px;transition:transform .2s ease}.work-item:hover{height:650px;flex:none}.hover-text p{margin-right:.5rem;padding:2rem;font-size:1.2rem}.hover-text h1{padding-top:0;margin-top:1rem;margin-right:.5rem;font-size:2.2rem}}.green-link{color:#006518;text-decoration:none;font-weight:500}@media (max-width: 780px){.work-item:hover{flex:none}.hover-text p{margin-right:.5rem;padding:.7rem;font-size:1.15rem}.hover-text h1{padding-top:0;margin-top:.5rem;margin-right:.5rem;font-size:1.7rem}}@media (max-width: 480px){.work-item:not(:hover){flex:none}.my-work{padding:0}.work-container{padding:1rem}.work-item{height:600px}.work-item:hover{flex:none;max-height:700px}.pill-tag h5{margin:.3rem 1rem}.center-button{margin-bottom:2rem}.hover-text h1{padding-top:0;margin-top:1rem;margin-right:.5rem;font-size:1.8rem}.hover-text p{margin-right:.5rem;padding:1rem;font-size:4.3vw}}.footer{background-color:#112453;color:#fff;padding:3rem 8%;border-top-left-radius:30px;border-top-right-radius:30px;text-align:center}.footer-logo-section{margin-bottom:2rem}.footer-logo{width:300px;max-width:90%;margin:0 auto;display:block}.footer-content{max-width:800px;margin:0 auto}.footer-heading{font-family:Alata,sans-serif;font-size:2rem;font-weight:400;margin-bottom:1rem;letter-spacing:.5px}.footer-subheading{font-family:Murecho,sans-serif;font-size:1.2rem;margin-top:2rem;margin-bottom:.8rem;letter-spacing:1px;font-weight:500;color:#e6e9ff;text-transform:uppercase}.contact-list{list-style:none;padding:0;margin:0 auto}.contact-list li{font-family:Murecho,sans-serif;margin-bottom:.7rem;letter-spacing:.8px;font-size:1rem;font-weight:300;color:#d8dcf3}.footer-link{color:#9cdcff;text-decoration:none}.footer-link:hover{text-decoration:underline}.address-section p{font-family:Murecho,sans-serif;margin:.4rem 0;font-weight:300;letter-spacing:.8px;color:#d8dcf3}.footer-socials{margin-top:2rem}.footer-socials h4{font-family:Murecho,sans-serif;letter-spacing:2px;margin-bottom:1rem;font-size:1.3rem;text-transform:uppercase}.social-icons{display:flex;justify-content:center;gap:1rem}.social-icons img{width:32px;height:32px;cursor:pointer;transition:transform .3s ease}.social-icons img:hover{transform:scale(1.1)}.footer-divider{width:80%;margin:2rem auto 1rem;height:1px;background-color:#fff;opacity:.4}.footer-bottom-text{font-family:Murecho,sans-serif;font-size:.9rem;opacity:.8;text-align:center}@media (max-width: 1024px){.footer{padding:2.5rem 4%}.footer-top{flex-direction:column;align-items:center;text-align:center}.footer-left,.footer-right{flex:0 0 100%;width:100%}.footer-left{margin-bottom:2rem}.footer-heading{font-size:1.8rem;margin-bottom:1.2rem}.footer-subheading{font-size:1.1rem}.contact-list li{font-size:.95rem}.footer-logo{width:220px}.social-icons img{width:28px;height:28px}}@media (max-width: 768px){.footer{padding:2.2rem 6%;border-top-left-radius:25px;border-top-right-radius:25px}.footer-logo{width:200px}.footer-heading{font-size:1.6rem}.footer-subheading{font-size:1rem}.contact-list li{font-size:.9rem;margin-bottom:.5rem}.footer-socials h4{font-size:1.2rem}.social-icons img{width:26px;height:26px}.address-section p{font-size:.9rem}.footer-divider{width:95%;margin:1.5rem auto}.footer-bottom-text{font-size:.85rem}}@media (max-width: 480px){.footer{padding:2rem 5%;border-top-left-radius:20px;border-top-right-radius:20px}.footer-logo{width:180px}.footer-heading{font-size:1.4rem;line-height:1.5}.footer-subheading{font-size:.95rem}.contact-list li,.address-section p{font-size:.85rem}.footer-socials{margin-top:1rem}.social-icons{gap:.8rem}.social-icons img{width:24px;height:24px}.footer-bottom-text{font-size:.8rem;margin-top:1rem}}.contact-container{padding:8rem 10%;padding-top:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fdfdfb;color:#000}.contact-title{font-family:Alata,sans-serif;font-size:2.8rem;color:#112453;margin-bottom:2rem;text-transform:uppercase;letter-spacing:2px;text-align:center}.contact-form{background:#ffffff14;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:2.5rem 3rem;width:100%;max-width:700px;display:flex;flex-direction:column;gap:1.5rem;box-shadow:0 8px 25px #0003}.form-row{display:flex;gap:1.5rem}.contact-form input,.contact-form textarea{width:100%;padding:1rem 1.2rem;border-radius:45px;border:1px solid rgba(120,120,120,.078);background-color:#8383832b;color:#000;font-size:1rem;font-family:Murecho,sans-serif;outline:none;letter-spacing:1px;transition:all .3s ease;box-sizing:border-box;resize:none}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#0009}.contact-form input:focus,.contact-form textarea:focus{border-color:#000000b5;background:#ffffff26}.contact-btn{align-self:center;padding:.9rem 3rem;background-color:#112453;color:#fff;font-family:Alata,sans-serif;font-weight:500;border:none;margin-top:2rem;border-radius:50px;cursor:pointer;font-size:1.5rem;transition:all .3s ease}.contact-btn:hover{background-color:#1282a2;transform:scale(1.05)}@media (max-width: 768px){.contact-container{padding:4rem 7%}.contact-title{font-size:2.2rem}.contact-form{width:85%;padding:2rem}.form-row{flex-direction:column;gap:1rem}.contact-btn{width:100%;font-size:1.4rem}}@media (max-width: 480px){.contact-title{font-size:1.8rem}.contact-form{padding:1.5rem}.contact-btn{padding:.8rem 2rem}}
