@import url(https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Dancing+Script&family=Playfair+Display+SC&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--grey:#9b9b9b;--black:#000;--white:#ebebeb;--desktopPSize:1.5rem;--desktopH1Size:6rem;--desktopH2Size:2.5rem;--desktopH3Size:2rem;--tabletPSize:1.2rem;--tabletH1Size:2.5rem;--tabletH2Size:2rem;--tabletH3Size:1.5rem;--mobilePSize:0.9rem;--mobileH1Size:2rem;--mobileH2Size:1.5rem;--mobileH3Size:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0 13%}h1,h2,h3{font-family:Alfa Slab One,cursive;text-transform:uppercase}h1{font-size:var(--desktopH1Size);letter-spacing:5px}h2{font-size:var(--desktopH2Size)}h2,h3{display:flex;letter-spacing:2px;margin:5% 9% 1% 0;padding:0}h3{font-size:var(--desktopH3Size)}p{font-size:var(--desktopPSize)}.button{background-color:#fff;border:2px solid #000;border-radius:50px;color:#000;display:inline-block;font-family:Playfair Display SC,serif;font-size:20px;margin:4px 0 0 10px;padding:8px 24px;transition-duration:.4s}button{cursor:pointer}.button:hover{background-color:#000;color:#fff}.translateBtn{background-color:initial;border:none;position:fixed;right:88%;top:1%}.translateBtn:hover{background-color:initial;color:#000;cursor:pointer}@media screen and (max-width:1200px){h2{font-size:var(--tabletH2Size)}h3{font-size:var(--tabletH3Size)}}@media screen and (max-width:1007px){h1{font-size:var(--tabletH1Size)}p{font-size:var(--tabletPSize)}}@media screen and (max-width:600px){.button{font-size:10px;margin:2px 0 0 10px;padding:2px 5px}p{font-size:var(--mobilePSize)}}@media screen and (max-width:500px){h1{font-size:var(--mobileH1Size)}h2{font-size:var(--mobileH2Size)}h3{font-size:var(--mobileH3Size)}}.header{display:flex;justify-content:space-between;margin:1% 0 4%}.title,.title a{align-items:center;display:flex}.title a{color:#000;float:inline-start;font-family:Dancing Script,cursive;font-size:30px;margin:0;padding:0;text-decoration:none}nav{align-items:center}nav,nav ul{display:flex}nav ul{justify-content:center;list-style-type:none}.links li a{color:#000;font-family:Playfair Display SC,serif;font-size:17px;padding:15px 25px;text-decoration:none}.links li:first-child{margin:0 0 0 50px}.header .burger{background:#0000;border:none;color:inherit;display:none;height:40px;width:40px}@media screen and (max-width:1250px){.header .links{align-items:center;background-color:#000;flex-direction:column;height:100%;justify-content:center;margin:0;padding:2rem;position:fixed;right:100vh;width:100%}.header .links li a{color:#fff;display:block;font-size:2rem}.header .burger{display:block;position:fixed;right:1.5rem;top:1rem}.header .burger:hover{cursor:pointer}nav{display:block}.links li:first-child{margin:0}.header .hideNav .burger .burger_line,.header .hideNav .burger .burger_line:after,.header .hideNav .burger .burger_line:before{background-color:#000;border-radius:3px;display:block;height:3px;position:relative;transition:all .5s ease-out;width:40px}.header .hideNav .burger .burger_line:after,.header .hideNav .burger .burger_line:before{content:"";position:absolute}.header .hideNav .burger .burger_line:before{transform:translateY(-12px)}.header .hideNav .burger .burger_line:after{transform:translateY(12px)}.header .hideNav .links{right:0;transform:translate(200vh);transition:all .6s ease-in;width:100vw}.header .showNav .burger .burger_line,.header .showNav .burger .burger_line:after,.header .showNav .burger .burger_line:before{background-color:#fff;border-radius:3px;display:block;height:3px;position:relative;transition:all .5s ease-in;width:40px}.header .showNav .burger .burger_line:after,.header .showNav .burger .burger_line:before{content:"";left:0;position:absolute}.header .showNav .burger .burger_line:before{transform:translateY(-12px)}.header .showNav .burger .burger_line:after{transform:translateY(12px)}.header .showNav .links{right:0;transform:translate(0);transition:all .6s ease-in;width:100vw}.header .showNav .burger .burger_line{background:#0000;width:0}.header .showNav .burger .burger_line:before{transform:rotate(-45deg)}.header .showNav .burger .burger_line:after{transform:rotate(45deg)}}@media screen and (max-width:710px){.header .burger{margin-left:30vh}.header .links{height:100%;margin:0;padding:0;width:100%}}@media screen and (max-width:530px){.header .burger{margin-left:20vh}}@media screen and (max-width:445px){.header .burger{margin-left:15vh}}@media screen and (max-width:375px){.header .burger{margin-left:10vh}}.footer{display:block;margin:0 0 70px;padding:0}.footer .input_container{align-items:center;display:flex;justify-content:space-between;margin:12% 0}.footer .notice_container{display:flex}.footer .text{width:50%}.footer .input{margin:0;width:50%}.footer .notice_container a{color:#000;font-size:var(--desktopPSize);margin:20px}.footer .left{margin-top:8%;width:35%}.footer .right{margin-left:30px;margin-top:8%;width:50%}.footer p{height:70%;width:100%}.footer .vertical-line{border-left:1px solid #000;border-radius:10px;margin:0 20px}.footer #split{margin-bottom:0}@media screen and (max-width:1007px){.footer{display:block}.footer .input,.footer .text{width:100%}}@media screen and (max-width:800px){.footer .input_container,.footer .notice_container{display:block}.footer .notice_container .vertical-line{visibility:hidden}.footer .notice_container .left,.footer .notice_container .right{width:100%}.footer .notice_container div{margin:8% 0}}input{border:2px solid #000;color:#000;font-family:Playfair Display SC,serif;font-size:20px;margin:2px 4px;padding:8px 54px;transition-duration:.4s}.mc__form{display:inline-block}button{background-color:#fff;border:2px solid #000;border-radius:50px;color:#000}.mc__form-container,button{display:inline-block;font-family:Playfair Display SC,serif;font-size:20px;margin:4px 0 0;padding:8px 24px;transition-duration:.4s}button:hover{background-color:#000;color:#fff}@media screen and (max-width:500px){.mc__form-container{margin:0;padding:0}input{margin:10px 0;padding:0}button{font-size:25px;margin:15px 0;padding:0}}#split{background:#000;border-radius:10px;display:flex;height:1px;margin:7% 0;width:100%}.project-list-home{cursor:pointer}.preview-container{align-items:center;display:flex;justify-content:space-between;margin:0}.preview-container .button{display:none;visibility:hidden}.plus,.plus p,.projectButton-flex .title h2{margin:0}.plus p{font-size:50px}.preview-container-hover{display:flex;justify-content:space-between}.preview-containt{display:flex;height:60%;width:60%}.preview-containt .picture{width:100%}.preview-containt img{height:auto;max-width:100%;object-fit:cover}.projectButton-block{display:block;margin:auto 0;width:35%}.projectButton-block a{margin:0;text-decoration:none}.minus{display:none;visibility:hidden}.seperate{background:#000;border-radius:10px;display:flex;height:1px;margin:1% 0;width:100%}@media screen and (max-width:1200px){.preview-containt .title{font-size:19px}}@media screen and (max-width:1070px){.preview-container-hover{display:block}.preview-containt .picture{width:100%}.preview-containt img{height:auto;max-width:100%}}@media screen and (max-width:600px){.preview-containt .picture{display:block;width:100%}.preview-containt img{height:auto;max-width:100%}.preview-containt .title{font-size:20px}}.scroll{border:none;position:fixed;right:88%;top:90%}.scroll,.scroll:hover{background-color:initial}.scroll:hover{color:#000;cursor:pointer}.main{margin:4% 0;padding:0 10% 2% 0}textarea{border:2px solid #000;color:#000;font-family:Playfair Display SC,serif;font-size:20px;margin:2px 4px;padding:28px 100px;transition-duration:.4s}p{height:50%;width:70%}.contact{display:flex}.contact-form{border-radius:10px;display:flex;flex-direction:column;height:100%;padding:20px;width:50%}@media screen and (max-width:1007px){.contact{flex-direction:column}}.project-list{height:600px;margin:20px 0 40px;width:100%}.project-list,.work-list{display:flex;justify-content:right}.work-list{background-color:#000;margin:15% -13% 15% 40%}.carousel{display:flex;margin:6% 0}.carousel h2{color:#fff;display:flex;margin:0 50px 0 40px;text-align:left}.work-list .button{background-color:#000;border:2px solid #fff;color:#fff;justify-content:left;margin:30px 15px 0 30px}.work-list .button:hover{background-color:#fff;color:#000}@media screen and (max-width:1670px){.carousel{top:1200px}}@media screen and (max-width:1495px){.carousel h2{font-size:2rem;margin:0 0 0 20px}}@media screen and (max-width:1300px){.work-list{display:none;justify-content:center;visibility:hidden}.carousel{display:block;position:static}.carousel h2{color:#000}.work-list .button{background-color:#fff;border:2px solid #000;color:#000}}@media screen and (max-width:1007px){.project-list{height:100%;justify-content:center}.carousel{display:none}}@media screen and (max-width:840px){.column h2{font-size:1.5rem}}@media screen and (max-width:810px){.work-list{height:100%;width:auto}.work-list .button{margin:20px 0 40px}}@media screen and (max-width:655px){.project-list{display:block}}.preview-project{border:2px;border-color:#000;border-style:solid;height:100%;margin:10px;width:400px}.card-link{text-decoration:none}.preview-project .picture{display:flex;height:500px;justify-content:center;width:400px}.preview-project img{height:auto;max-width:90%;object-fit:cover}.preview-project .title h3{color:#000;margin-left:20px}.preview-project:hover{box-shadow:3px 3px 15px #000;transition:.5s}@media screen and (max-width:836px){.preview-project{height:auto;width:300px}.preview-project .title h3{font-size:18px}.preview-project .picture{height:auto;margin:0 0 10px 10px;width:280px}.preview-project img{height:auto;width:100%}}.carousel-container{position:relative}.carousel .arrow{color:#fff;cursor:pointer;font-size:3em;position:absolute;top:50%;transform:translateY(-50%)}.carousel .arrow.previous{left:10px}.carousel .arrow.next{right:10px}.carousel-container img{max-width:1000px}.street-view img{height:auto;margin:20px 0;object-fit:cover;width:100%}.confinement img{margin:25px 10px}.confinement_container_content_image .single,.pair{display:flex;justify-content:center}.confinement_container_content_image .single img{width:100%}.confinement_container_content_image .pair img{width:49%}@media screen and (max-width:1000px){.confinement_container_content_image .single,.pair{display:block;width:100%}.confinement_container_content_image .pair img{justify-content:center;width:100%}}.canaries img{margin:25px 10px}.canaries_container_content_image .single,.pair{display:flex;justify-content:center}.canaries_container_content_image .single img{width:100%}.canaries_container_content_image .pair img{width:49%}@media screen and (max-width:1000px){.canaries_container_content_image .single,.pair{display:block;width:100%}.canaries_container_content_image .pair img{justify-content:center;width:100%}}.street img{margin:25px 10px}.pair,.street_container_content_image .single{display:flex;justify-content:center}.street_container_content_image .single img{width:100%}.street_container_content_image .pair img{width:49%}@media screen and (max-width:1000px){.pair,.street_container_content_image .single{display:block;width:100%}.street_container_content_image .pair img{justify-content:center;width:100%}}.pagination{align-items:center;display:flex;gap:10px;justify-content:center}.pagination button:disabled{background-color:#ccc;cursor:not-allowed}p{width:90%}@media (max-width:600px){.pagination{gap:5px}.pagination button{font-size:15px;margin:2px 0 0 10px;padding:4px 12px}}@media (max-width:480px){.pagination{flex-direction:column;gap:5px}.pagination button{font-size:.9rem;padding:8px 10px}.pagination span{font-size:.9rem}}.responsive-text{line-height:1.6;margin:20px}@media (max-width:768px){.responsive-text{font-size:1.2rem;line-height:1.5;margin:15px}}iframe{aspect-ratio:16/9;display:block;height:auto;margin:0 auto;max-width:100%}@media (max-width:480px){.responsive-text{font-size:clamp(.5rem,1vw,1rem);line-height:1.4;margin:10px auto;text-align:left}}img{height:auto;max-width:100%}
/*# sourceMappingURL=main.40e91cb9.css.map*/