.container {width:100%;max-width:1170px;margin:auto;}

header {position:absolute;z-index:5;top:0;left:0;right:0;padding:0 5rem;height:120px;display:flex;justify-content:space-between;align-items:center;}
header > a {}
header > a > img {height:85px;filter:invert(1) brightness(10);}
nav {display:flex;position:relative;z-index:10;}
nav a {position:relative;color:#fff;margin:0 2rem;}
nav a:after {content:'';position:absolute;bottom:-.5rem;left:50%;right:50%;height:1px;background:#CC7D47;transition:.4s;}
nav a:hover {color:#CC7D47;}
nav a:hover:after {left:0;right:0;}
.nav-selected:after {left:0 !important;right:0 !important;}
.nav-selected {color:#CC7D47 !important;}
.menu-button {display:none;}
header:after {content:'';position:absolute;right:5rem;width:80px;height:80px;border-top:1px solid #f1f1f1;border-right:1px solid #f1f1f1;opacity:.5;}

main {}

.swiper {width:100vw;height:100vh;position:relative;}
.slide-item {position:relative;width:100vw;height:100vh;}
.slide-item img {}
.slide-item article {position:absolute;z-index:10;left:10rem;bottom:8rem;max-width:60%;color:#fff;}
.slide-item strong {display:block;font-size:3rem;padding-right:5rem;margin-bottom:3rem;}
.slide-item a {display:inline-block;padding:1rem 2rem;background:#CC7D47;color:#fff;font-weight:300;margin-left:10vw;}
.slide-item:after {content:'';position:absolute;z-index:7;top:0;left:0;bottom:0;right:0;background:linear-gradient(0deg, rgba(0,0,0,1) 1%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,1) 100%);}
.swiper:after {content:'';position:absolute;z-index:100;right:calc(50% - 585px);bottom:20px;width:80px;height:80px;border-bottom:1px solid #f1f1f1;border-right:1px solid #f1f1f1;opacity:.5;}
/*
.banner {display:flex;justify-content:space-between;align-items:center;}
.banner article {flex-basis:55%;}
.banner strong {display:block;font-size:3rem;font-weight:300;padding-right:5rem;margin-bottom:3rem;}
.banner a {display:inline-block;padding:1rem 2rem;background:#353535;color:#fff;font-weight:300;}
.banner figure {flex-basis:45%;position:relative;}
.banner img {}
.banner img:first-child {width:100%;height:100%;object-fit:cover;}
.banner img:last-child {position:absolute;left:-5rem;bottom:5rem;}
*/
.main-services {display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3rem;padding:4rem 0;}
.main-services section {position:relative;padding:0 1rem;}
.main-services img {}
.main-services strong {display:block;padding:1rem 0;font-size:1.25rem;}
.main-services p {font-size:14px;}

.main-projects {padding-bottom:6rem;}
.main-projects strong {padding-left:calc((50% - 585px) + 1rem);font-size:1.25rem;color:#CC7D47;}
.main-projects section {display:grid;grid-template-columns:repeat(5,1fr);padding:5rem .5rem;grid-gap:1rem;}
.main-projects section a {position:relative;transition:1s;}
.main-projects section a:nth-child(even) {top:3rem;}
.visible section a:nth-child(even) {top:-3rem;}
.main-projects section a img {width:100%;height:100%;min-height:400px;}
.main-projects > a {padding-right:calc((50% - 585px) + 1rem);text-align:right;color:#272831;display:flex;justify-content:flex-end;align-items:center;}
.main-projects > a img {margin-left:1rem;transition:.4s;}
.main-projects > a:hover img {margin-left:.5rem;}

.main-about {display:flex;justify-content:space-between;align-items:flex-start;padding:4rem 0;}
.main-about article {width:40%;padding:0 1rem;}
.main-about strong {display:block;padding-bottom:2rem;font-size:2.5rem;color:#CC7D47;}
.main-about p {}
.main-about figure {position:relative;width:55%;padding-right:1rem;}
.main-about img {position:relative;z-index:5;width:100%;}
.main-about figure:before {content:'';position:absolute;top:2rem;left:-2rem;bottom:-2rem;right:2rem;border:1px solid #ddd;}

.parallax-cont {position:relative;width:100vw;height:400px;background:url("../_img/assets/parallax.jpeg");background-attachment:fixed;display:flex;align-items:center;justify-content:center;}
.parallax-cont:after {content:'';position:absolute;z-index:5;top:0;left:0;right:0;bottom:0;background: rgba(177, 171, 128, 0.5);backdrop-filter:blur(5px);}
.parallax-cont article {position:relative;z-index:10;text-align:center;}
.parallax-cont strong {font-size:1.5rem;}
.parallax-cont p {margin:2rem auto;width:75%;}
.parallax-cont a {display:inline-block;padding:1rem 2rem;background:#353535;color:#fff;font-weight:300;}

.wrapper {display:grid;grid-template-columns:repeat(3,1fr);}
.wrapper section {padding:1rem;font-size:14px;}
.wrapper strong {display:block;color:#CC7D47;padding-bottom:1rem;}
.wrapper a {display:inline-block;color:#272831;margin-right:1rem;}

footer {height:50px;padding:0 calc(50% - 585px);display:flex;justify-content:space-between;border-top:1px solid #ddd;}
footer span {padding:1rem;font-size:14px;}
/* **** ---- **** ---- **** ---- **** ---- **** ---- **** ---- */
/* **** ---- **** ---- **** ---- **** ---- **** ---- **** ---- */
.sub-banner {position:relative;display:flex;justify-content:center;align-items:center;}
.sub-banner img {width:100vw;}
.sub-banner strong {position:absolute;z-index:10;font-size:3rem;font-weight:700;color:#fff;}
.sub-banner:after {content:'';position:absolute;z-index:1;top:0;left:0;right:0;bottom:0;background: linear-gradient(0deg, rgba(0,0,0,.5) 1%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,.5) 100%);}

.about {}
/* **** ---- **** ---- **** ---- **** ---- **** ---- **** ---- */
/* **** ---- **** ---- **** ---- **** ---- **** ---- **** ---- */
.projects {}
.projects-filter {position:relative;padding:6rem 0 3rem 0;display:flex;flex-wrap:wrap;justify-content:center;}
.projects-filter a {position:absolute;top:2rem;padding:1rem;color:#000;border-bottom:1px solid #CC7D47;}
.projects-filter a:hover {border-bottom:1px solid #000;}
.projects-filter span {padding:1rem 2rem;color:#000;transition:.4s;cursor:pointer;}
.projects-filter span:hover, .selector-selected {color:#CC7D47 !important;}
.projects-list {display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.5rem;padding:4rem 0;}
.projects-list a {max-width:286px;max-height:191px;overflow:hidden;}
.projects-list img {min-width:286px;min-height:191px;}
.projects-list a:nth-child(2n+2) {margin-top:-2rem;}
.hidden {display:none !important;}
/* **** ---- **** ---- **** ---- **** ---- **** ---- **** ---- */
/* **** ---- **** ---- **** ---- **** ---- **** ---- **** ---- */
.contact {}
.contact iframe {display:block;width:100vw;min-height:calc(100vh - 152px);border:none;}
/* **** ---- **** ---- **** ---- **** ---- **** ---- **** ---- */
/* **** ---- **** ---- **** ---- **** ---- **** ---- **** ---- */
@media only screen and (max-width:768px) {
    .container {padding:1rem;}
    header {padding:0 1rem;z-index:100;}
    header a img {height:80px;}
    header:before {content:'';position:absolute;top:0;left:0;bottom:0;right:0;background: rgb(2,0,36);background: linear-gradient(0deg, rgba(2,0,36,0) 0%, rgba(1,0,19,.75) 50%, rgba(0,0,0,1) 100%);}
    .menu-button {position:relative;z-index:500;display:flex;flex-direction:column;padding:1rem;cursor:pointer;}
    .menu-button div {width:30px;height:3px;background:#f1f1f1;border-radius:1rem;transition:.4s;}
    .menu-button div:nth-child(2) {margin:3px 0;}
    .change .bar1 {transform:rotate(-45deg) translate(-6px, 2px);}
    .change .bar2 {opacity:0;}
    .change .bar3 {transform:rotate(45deg) translate(-6px, -2px);}
    header::after {right:1rem;}
    nav {position:fixed;top:120px;z-index:5000000000000000;right:-100vw;width:100vw;background:#fff;flex-direction:column;align-items:center;transition:.4s;border-top:2px solid #ddd;border-bottom:2px solid #ddd;}
    nav a {margin:1rem 0;padding:0 1rem;color:#CC7D47;}
    .nav-opened {right:0;}

    .swiper {}
    .slide-item {}
    .slide-item img {width:100vw;height:100vh;}
    .slide-item article {left:1rem;max-width:75%;}
    .slide-item strong {font-size:2rem;padding-right:1rem;}
    .slide-item a {margin-left:10vw;}
    .slide-item:after {content:'';position:absolute;z-index:7;top:0;left:0;bottom:0;right:0;background:linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,0));}
    .swiper:after {right:1rem;bottom:20px;width:80px;height:80px;border-bottom:1px solid #f1f1f1;border-right:1px solid #f1f1f1;opacity:.5;}


    .main-services {grid-template-columns:1fr;padding-bottom:5rem;}

    .main-projects {padding-bottom:0;}
    .main-projects strong {padding-left:1rem;}
    .main-projects section {grid-template-columns:repeat(3,1fr);grid-gap:.25rem;}
    .main-projects section a:nth-child(-n+2) {display:none;}
    .main-projects > a {padding-right:1rem;}

    .main-about {flex-direction:column-reverse;}
    .main-about article {width:unset;}
    .main-about figure {width:unset;margin-bottom:4rem;}
    .wrapper {grid-template-columns:1fr;}
    /* */
    .sub-banner img {height:300px;}
    .projects-filter {padding:6rem 0 3rem 0;}
    .projects-filter span {padding:.5rem;}
    .projects-list {grid-template-columns:repeat(2,1fr);}
    .projects-list img:nth-child(2n+2) {margin-top:0;}
    .projects-list img:nth-child(2n+1) {margin-top:-2rem;}
    /* */
    footer {width:100vw;}
    footer span {margin:0;}
}


.aside-fixed {position:fixed;z-index:5;top:0;left:0;bottom:0;width:40px;height:100vh;background:white;overflow-x:Hidden;overflow-y:scroll;transition:.4s;border-right:1px solid #ddd;}
.aside-fixed:hover {width:500px;}