@charset "UTF-8";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.scrollAnimation{opacity:0;transition:opacity .8s ease-out,transform .8s ease-out}.slideUp{transform:translateY(60px)}.slideLeft{transform:translate(-60px)}.slideRight{transform:translate(60px)}.visible{opacity:1;transform:translate(0) rotate(0)}*{margin:0;padding:0;text-align:center;font-family:Montserrat,sans-serif;letter-spacing:1px;color:#252525;scroll-behavior:smooth}html,body{overflow-x:hidden}a{text-decoration:none;color:inherit;cursor:pointer}h1{font-size:2.2rem;max-width:500px}h2{font-size:1.3rem}h3{font-size:1.1rem}p{font-size:1rem;max-width:500px}img{display:block}button{background-color:none;border:none;cursor:pointer}header{width:100vw;background-color:#1d2731;color:#f09f34;position:fixed;top:0;left:0;padding:10px 0;z-index:10}header div{display:flex;justify-content:space-around}header div #logo{width:40px}header div h1{color:#f09f34;font-size:2rem}header div h1 span{color:#fff}header nav{position:absolute;top:57px;left:0;background-color:#1d2731;width:100%;display:flex;flex-direction:column;justify-content:space-around;max-height:0;overflow:hidden;transition:max-height .8s ease-in-out;opacity:0;transform:translateY(-20px);border-bottom:2px solid #f09f34}header nav a{text-transform:uppercase;color:#fff;font-size:1.5rem;margin-bottom:10px}header nav.open{max-height:500px;opacity:1;transform:translateY(0)}@media (min-width: 800px){header{display:flex;flex-direction:row;align-items:center;justify-content:space-around;padding:15px 0;transition:.8s;background-color:#1d27315c}header div{justify-content:center;align-items:center}header div #logo{width:60px;margin-right:20px}header div h1{font-size:2rem}header div #hamburger{display:none}header nav{max-height:500px;opacity:1;transform:translateY(0);position:static;flex-direction:row;max-width:-moz-fit-content;max-width:fit-content;background-color:unset}header nav a{font-size:1rem;margin:0 10px;transition:.8s}header nav a:hover{color:#f09f34;transform:scale(1.1)}header:hover{background-color:#1d2731}header.scrolled{background-color:#1d2731}}main{width:100vw}main section{padding-top:80px;padding-bottom:100px}main section h1{width:-moz-fit-content;width:fit-content;border-bottom:4px solid #f09f34;margin:0 auto 40px;padding-bottom:5px}main section ul{width:-moz-fit-content;width:fit-content;margin:20px auto;list-style:none}main section ul li{text-align:left;margin-bottom:10px}main section ul li:before{content:"✔";color:#4caf50;margin-right:5px}main #hero{width:100%;height:100vh;padding-top:0;padding-bottom:0;display:flex;justify-content:center;align-items:center}main #hero div div{width:80vw;margin:0 auto}main #hero div div h1{margin-bottom:15px;color:#f09f34;text-align:left;text-transform:uppercase}main #hero div div h1 span{color:#fff}main #hero div div p{margin:0 auto 30px;color:#fff;text-align:left;font-size:1.1rem;text-transform:uppercase}main #hero div div a{background-color:#f09f34;border:2px solid #f09f34;padding:10px 20px;border-radius:30px;text-transform:uppercase;letter-spacing:0;font-size:1.2rem;transition:.8s}main #hero div div a:hover{color:#f09f34;background-color:#1d2731;border-color:#f09f34}@media (min-width: 800px){main #hero{justify-content:flex-end}main #hero div div{width:-moz-fit-content;width:fit-content;margin-right:30vw;min-width:40vw}main #hero div div h1{max-width:unset;width:30vw;font-size:4rem;padding-bottom:20px}main #hero div div p{max-width:unset;width:30vw;font-size:1.25rem;margin-top:20px;margin-bottom:40px}main #hero div div a{padding:15px 40px}}@media (min-width: 800px) and (min-width: 1400px){main #hero div div{margin-right:5vw}}main #about{background-color:#0000000e;padding-bottom:100px}main #about #aboutImage{position:relative;width:90%;margin:0 auto 40px}main #about #aboutImage img{width:100%;margin:0 auto;border-radius:10px}main #about #aboutImage div{width:100%;position:absolute;bottom:0;left:0;background-color:#1d27315c;border-bottom-left-radius:10px;border-bottom-right-radius:10px;padding:10px 0}main #about #aboutImage div h2{color:#fff}main #about #aboutImage div p{color:#f09f34;margin:0 auto}main #about #aboutText{width:90%;margin:0 auto}main #about #aboutText h3{margin-bottom:20px;text-align:left}main #about #aboutText p{text-align:left;margin-bottom:10px}@media (min-width: 800px){main #about div h1{margin-bottom:60px}main #about #aboutBox{display:flex;flex-direction:row;align-items:center;justify-content:space-between;max-width:800px;margin:0 auto}main #about #aboutBox #aboutImage{width:350px;margin:0}main #about #aboutBox #aboutText{width:350px;margin:0}}@media (min-width: 800px) and (min-width: 1200px){main #about #aboutBox{max-width:1100px}main #about #aboutBox #aboutImage{width:500px}main #about #aboutBox #aboutText{width:500px}}main #services .serviceBox{width:80%;max-width:400px;min-height:420px;margin:40px auto;border:1px solid rgba(0,0,0,.0549019608);border-radius:15px;padding:15px;box-shadow:0 4px 10px #00000026}main #services .serviceBox div{border:4px solid #f09f34;border-radius:50%;width:80px;height:80px;display:flex;justify-content:center;align-items:center;margin:0 auto}main #services .serviceBox div img{width:50px;height:50px}main #services .serviceBox h2{margin-top:20px}main #services .serviceWrapper:nth-of-type(1) .serviceBox:nth-of-type(1) div img{rotate:-10deg}main #services .serviceWrapper:nth-of-type(1) .serviceBox:nth-of-type(2) div img{width:70px;height:70px;rotate:-40deg}main #services .serviceWrapper:nth-of-type(2) .serviceBox:nth-of-type(2) div img{width:70px;height:70px}@media (min-width: 800px){main #services #serviceContainer{margin-top:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;max-width:100vw}main #services #serviceContainer .serviceBox{width:350px;margin:40px 20px}}main #projects{background-color:#1d2731}main #projects h1{color:#fff}main #projects p{color:#fff;margin:0 auto}main #projects #projectsWrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:90%;margin:20px auto}main #projects #projectsWrapper .project{margin:20px auto;position:relative;border:2px solid #1d2731;border-radius:18px;transition:.8s}main #projects #projectsWrapper .project img{width:100%;max-width:600px;height:50%;max-height:450px;border-radius:15px;background-color:#fff;padding-bottom:65px;transition:.8s}main #projects #projectsWrapper .project .projectDescription{position:absolute;bottom:5px;left:0;padding:0 10px}main #projects #projectsWrapper .project .projectDescription h3,main #projects #projectsWrapper .project .projectDescription p{color:#252525;text-align:left;transition:.8s}main #projects #projectsWrapper .project:hover{border-color:#f09f34}main #projects #projectsWrapper .project:hover img{background-color:#f09f34}main #projects #projectsWrapper .project:hover .projectDescription h3,main #projects #projectsWrapper .project:hover p{color:#252525}@media (min-width: 1000px){main #projects #projectsWrapper{flex-direction:row}main #projects #projectsWrapper .project{margin:10px}}main #recensions{background-color:#0000000e}main #recensions #recensionWrapper .recension{display:flex;flex-direction:column;justify-content:center;align-items:start;width:80%;max-width:450px;margin:20px auto;border-radius:15px;background-color:#fff;padding:40px 10px;box-shadow:0 4px 10px #00000026}main #recensions #recensionWrapper .recension .recensionCustomer{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-bottom:20px}main #recensions #recensionWrapper .recension .recensionCustomer img{margin-right:20px;border-radius:50%;width:50px;height:50px;border:4px solid #f09f34;padding:3px}main #recensions #recensionWrapper .recension .recensionCustomer h3{text-align:left}main #recensions #recensionWrapper .recension .recensionComment{margin-bottom:20px}main #recensions #recensionWrapper .recension .recensionComment p{text-align:left}main #recensions #recensionWrapper .recension .recensionGrade{display:flex;flex-direction:row}main #recensions #recensionWrapper .recension .recensionGrade img{width:35px;height:35px;margin:0 3px}@media (min-width: 1000px){main #recensions #recensionWrapper{display:flex;flex-direction:row;justify-content:center;align-items:center;max-width:1200px;margin:20px auto;flex-wrap:wrap}main #recensions #recensionWrapper .recension{margin:20px}}main #contact p{width:90%;margin:0 auto 10px}main #contact form{width:90%;max-width:600px;margin:20px auto 0}main #contact form input,main #contact form textarea{width:90%;max-width:100%;border:2px solid rgba(29,39,49,.3607843137);margin:0 auto 15px;min-height:40px;text-align:left;border-radius:10px;display:block;padding:5px;box-shadow:0 4px 10px #00000026}main #contact form textarea{min-height:200px}main #contact form input[type=submit]{width:120px;padding:10px;font-size:1rem;font-weight:700;border:2px solid #1d2731;background-color:#1d2731;color:#fff;border-radius:30px;text-align:center;margin-top:20px;cursor:pointer;transition:.8s}main #contact form input[type=submit]:hover{color:#1d2731;background-color:#fff;transform:scale(1.1)}main #contact #contactInfoBox{background-color:#1d2731;border-radius:15px;width:90%;margin:60px auto 0;padding-top:40px;padding-bottom:30px}main #contact #contactInfoBox h2{color:#fff;margin-bottom:20px}main #contact #contactInfoBox #contactInfoBox2{display:flex;flex-direction:column}main #contact #contactInfoBox #contactInfoBox2 #contactInfoBox3{display:flex;flex-direction:column}main #contact #contactInfoBox #contactInfoBox2 #contactInfoBox3 .contactInfoBox4{margin-bottom:20px}main #contact #contactInfoBox #contactInfoBox2 #contactInfoBox3 .contactInfoBox4 .contactInfoBoxImage{width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;margin:0 auto;background-color:#f09f34;border-radius:10px;padding:10px}main #contact #contactInfoBox #contactInfoBox2 #contactInfoBox3 .contactInfoBox4 .contactInfoBoxImage img{width:35px;height:35px}main #contact #contactInfoBox #contactInfoBox2 #contactInfoBox3 .contactInfoBox4 .contactInfoBoxText h3,main #contact #contactInfoBox #contactInfoBox2 #contactInfoBox3 .contactInfoBox4 .contactInfoBoxText p,main #contact #contactInfoBox #contactInfoBox2 #contactInfoBox3 .contactInfoBox4 .contactInfoBoxText a{margin:10px auto;min-width:240px}main #contact #contactInfoBox #contactInfoBox2 #contactInfoBox3 .contactInfoBox4 .contactInfoBoxText h3{color:#f09f34}main #contact #contactInfoBox #contactInfoBox2 #contactInfoBox3 .contactInfoBox4 .contactInfoBoxText p{color:#fff}main #contact #contactInfoBox #contactInfoBox2 #contactInfoBox3 .contactInfoBox4 .contactInfoBoxText a{color:#252525;background-color:#f09f34;border:2px solid #f09f34;border-radius:30px;padding:10px;width:-moz-fit-content;width:fit-content;display:block;transition:.8s}main #contact #contactInfoBox #contactInfoBox2 #contactInfoBox3 .contactInfoBox4 .contactInfoBoxText a:hover{color:#f09f34;background-color:#1d2731}@media (min-width: 600px){main #contact #contactInfoBox #contactInfoBox2 #contactInfoBox3{align-items:center;justify-content:center}}@media (min-width: 1000px){main #contact #contactInfoBox #contactInfoBox2 #contactInfoBox3{flex-direction:row;align-items:flex-start}main #contact #contactInfoBox #contactInfoBox2 #contactInfoBox3 .contactInfoBox4{margin:20px}}@media (min-width: 1400px){main #contact #contactWrapper{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;padding-top:40px;width:95%;margin:0 auto}main #contact #contactWrapper form{width:30vw;max-width:800px;margin:0}main #contact #contactWrapper #contactInfoBox{width:100%;margin:0}}footer{background-color:#1d2731;padding-top:40px;padding-bottom:20px}footer *{color:#fff}footer #footerMainBox{display:flex;flex-direction:column;width:90%;margin:0 auto}footer #footerMainBox span{color:#f09f34}footer #footerMainBox *{text-align:left}footer #footerMainBox p{margin-top:10px}footer #footerCopyrightBox p{width:90%;margin:20px auto 0;padding-top:10px;border-top:1px solid #f09f34}@media (min-width: 800px){footer{display:flex;flex-direction:column;justify-content:center;align-items:center}footer #footerMainBox{margin-bottom:10px;width:-moz-fit-content;width:fit-content}footer #footerCopyrightBox{width:90%}}#galleryModal{display:none;width:100vw;height:100vh;position:fixed;top:0;left:0;bottom:0;padding:0;z-index:11;background-color:#252525f5;display:flex;flex-direction:column;justify-content:space-between;align-items:center}#galleryModal img{max-width:95vw;max-height:70vh;-o-object-fit:contain;object-fit:contain;border-radius:5px;margin:auto}#galleryModal button{width:120px;border-radius:10px;padding:10px;text-transform:uppercase;border:none;background-color:#fff}#galleryModal button:focus{outline:none}#galleryModal div{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-bottom:30px}#galleryModal div p{background-color:#fff;padding:8px;border-radius:10px;margin:0 15px;width:60px}#galleryModal.visible{display:flex}@media (prefers-color-scheme: dark){html,body,main,section{background-color:#fff!important;color:#252525!important}main #about,main #recensions{background-color:#0000000e!important;color:#252525!important}main #projects{background-color:#1d2731!important;color:#fff!important}main #services,main #contact{background-color:#fff!important;color:#252525!important}main #contact p{color:#252525!important}main #contact form{background-color:#fff!important;color:#252525!important}main #contact form input,main #contact form textarea{background-color:#fff!important;color:#252525!important}main #contact form input[type=submit]{background-color:#1d2731}main #contact form input[type=submit]:hover{background-color:#fff}main #contact .contactInfoBoxText{color:#fff!important}}
