/*--------------Global------------*/
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
} 
body{
    font-family: 'Poppins', sans-serif;
    background: url(images/bld.jpg);
    background-size: 250%;
} 
.wrapper{
    width: 70%;
    margin: 0 auto;
}
nav {
    width: 100%;
    height: 70px;
    position: static;
    z-index: 1;
}
nav #brand {
    float: left;
    display: block;
    margin-top: 50px;
}
nav #barnd a {
    color: #000;
    transition:  all 0.3s ease-out;
}
nav #menu {
    float: right;
    position: relative;
}
nav #menu li {
    display: inline-block;
    padding: 0px 0px 0px 70px;
    cursor: pointer;
    line-height: 150px;
    position: relative;
    font-size: 20px;
    transition: all 0.3s ease-out;
}
nav #menu li a {
    color: grey;
}
#menu li a {
    transition: all 0.3s ease 0s;
}
#menu li a:hover{
    color: black;
}
.home{
    color: black;
}
.lock-scroll {
    overflow: hidden;
}
#toggle{
    position: fixed;
    right: 20px;
    top: 30px;
    z-index: 999;
    width: 30px;
    height: 30px;
    cursor: pointer;
    float: right;
    transition: all 0.3s ease-out;
    visibility: hidden;
    opacity: 0;
}
#toggle .span{
    height: 3px;
    background: rgb(0, 0, 0);
    margin: 5px auto;
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
}
#toggle.on #one {
    transform: rotate(45deg) translateX(2px) translateY(4px);
}
#toggle.on #two {
    opacity: 0;
}
#toggle.on #three {
    transform: rotate(-45deg) translateX(8px) translateY(-10px);
}
#resize {
    z-index: 1;
    top: 0px;
    position: fixed;
    background: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
}
#resize #menu {
    justify-content: center;
    align-items: center;
}
#resize #menu li{
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.3s ease-out;
    justify-content: center;
    align-items: center;
    
}
#resize #menu li a {
    color: rgb(121, 121, 121);
    letter-spacing: -2px;
    font-size: 35px;
    
    text-align: center;
    transition: all 0.3s ease 0s;
    justify-content: center;
    align-items: center;
}
#resize #menu li a:hover{
    color: black;
}
#brand2 {
   position: absolute;
   top: 30px;
   left: 5%;
}
.projects{
    font-weight: 700;
    position: absolute;
    top: 35%;
    left: 5%;
}
.abouts{
    font-weight: 700;
    position: absolute;
    top: 42%;
    left: 5%; 
}
.contacts{
    font-weight: 700;
    position: absolute;
    top: 49%;
    left: 5%;
}
.menusocial{
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 5px;
    position: absolute;
    bottom: 140px;
    left: 5%;
}
.IG{
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    bottom: 110px;
    color: #000;
    left: 5%;
}
.Behance{
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    bottom: 80px;
    color: #000;
    left: 5%;
}
.Medium{
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    bottom: 50px;
    color: #000;
    left: 5%;
}
#resize h2{
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 5px;
    position: absolute;
    top: 33%;
    left: 5%;
}
#resize h4{
    font-weight: 400;
    font-size: 10px;
    text-align: right;
    padding-top: 1em;
    position: absolute;
    bottom: 55px;
    right: 5%;
}
#resize.active {
    visibility: visible;
    opacity: 0.99;
}



.wrapper2{
    display: flex;
    flex-direction: row;
    margin: 150px auto 0 auto;
    width: 70%;
}
.container1{
    width: 80%;
    border-right: 1px solid lightgray;
}
.one{
    font-size: 100px;
    font-weight: 800;
    color: grey;
}
.title1{
    color: rgb(160, 160, 160);
    letter-spacing: 5px;
    margin-bottom: 7px;
    font-weight: 500;
}
.title{
    display: flex;
    align-items: center;
}
.subtitle1{
    font-size: 40px;
    width: 60%;
    font-weight: 800;
    letter-spacing: -2px;
}
.title2{
    color: rgb(160, 160, 160);
    letter-spacing: 5px;
    margin-top: 20px;
    margin-bottom: 7px;
    font-weight: 500;
}
.subtitle2{
    font-size: 17px;
}
.title3{
    color: rgb(160, 160, 160);
    letter-spacing: 5px;
    margin-top: 20px;
    margin-bottom: 7px;
    font-weight: 500;
}
.subtitle3{
    font-size: 17px;
}
.title4{
    color: rgb(160, 160, 160);
    letter-spacing: 5px;
    margin-top: 20px;
    margin-bottom: 7px;
    font-weight: 500;
}
.subtitle3{
    font-size: 17px;
}
.container2{
    width: 100%;
}
.text{
    width: 100%;
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    color: rgb(65, 65, 65);
    padding-left: 4em;
}
.container2 a{
    color: rgb(44, 44, 44);
    font-weight: 600;
    border-bottom: 2px solid rgb(167, 167, 167);
    transition: all 0.1s ease-in;
}
.container2 a:hover{
    border-bottom: 2px solid black;
}
.container2 b{
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0px;
}
.wrapper3{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4px;
    width: 100%;
    margin: 150px auto;
}
.column{
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}
.column img{
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
    transition: all 0.3s ease;
}
.column img:hover{
    opacity: 0.7;
}

.endtext{
    margin:20px auto 100px auto;
    width: 30%;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: rgb(0, 0, 0);
}
.viewfull{
    color: rgb(160, 160, 160);
    font-weight: 600;
    transition: all 0.2s ease;
    border-bottom: 2px solid rgb(192, 192, 192);
}
.viewfull:hover{
    border-bottom: 2px solid black;
    color: black;
}
.wrapper5{
    width: 100%;
    height: 30vh;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    justify-content: center;
}
.ftcontainer{
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
    height: 30vh;
}
.see{
    color: rgb(160, 160, 160);
    letter-spacing: 5px;
    font-weight: 400; 
    font-size: 15px;
    text-align: center;
}
.next{
    font-size: 50px;
    font-weight: 700;
    color: rgb(0, 0, 0);
    text-align: center;
    border-bottom: 5px solid rgb(224, 224, 224);
    transition: all 0.3s ease;
    
}
.next:hover{
    border-bottom: 5px solid rgb(0, 0, 0);
}
.nextproject{
    padding-top: .3em;
    font-size: 20px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    text-align: center;
}
.footer3{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0px auto 70px auto;
}
.ftlogo{
    width: 20px;
    opacity: 0.7;
}
.signoff{
    color: rgb(128, 128, 128);
    font-size: 12px;
    font-weight: 400;
    padding-left: .5em;
}





@media screen and (max-width: 1440px) {
    body{
        background-size: 300%;
    }
    .one{
        font-size: 60px;
    }
    nav #menu li {
        font-size: 15px;
        padding: 0px 0px 0px 40px;
    }
    .container1{
        width: 60%;
        padding-right: 2em;
    }
    .text{
        width: 100%;
        font-size: 17px;
        margin-top: 2em;
    }
    .subtitle1{
        font-size: 30px;
    }
    .endtext{
        font-size: 20px;
    }
    .viewfull{
        font-size: 20px;
    }
    .next{
        border-bottom: 5px solid rgb(228, 227, 227);
    }
    .nextproject{
        font-size: 15px;
    }
    .wrapper4{
        width: 50%;
    }
}
@media screen and (max-width: 1024px) {
    body{
        background-size: 400%;
    }
    nav #menu li {
        font-size: 15px;
        padding: 0px 0px 0px 40px;
    }
    .one{
        font-size: 60px;
    }
    .container1{
        width: 70%;
        padding-right: 2em;
    }
    
    .text{
        width: 100%;
        font-size: 15px;
        margin-top: 2em;
    }
    .subtitle1{
        font-size: 25px;
        letter-spacing: -1px;
    }
    .wrapper4{
        width: 60%;
    }
   .test{
       font-size: 13px;
       padding: 12px 20px;
   }
   .next{
       font-size: 40px;
        border-bottom: 5px solid rgb(223, 223, 223);
    }
   .endtext{
    margin:20px auto 70px auto;
    width: 45%;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: rgb(0, 0, 0);
    }
    .viewfull{
        font-size: 15px;
    }
}
@media screen and (max-width: 850px){
    body{
        background: none;
    }
    .wrapper{
        width: 100%;
    }
    .mlogo{
        width: 40px;
    }
    #toggle{
        visibility: visible;
        opacity: 1;
        margin-top: 0px;
    }
  nav #brand{
      margin-left: 5%;
      margin-top: 30px;
    }
  #menu a{
      font-family: Poppins;
      font-weight: 700;
      font-size: 30px;
    }
    nav #menu{
        display: none;
    }
    .wrapper2{
        flex-direction: column;
        width: 90%;
        margin: 10px auto 0 5%;
    }
    .container1{
        border-right: 0px;
        width: 100%;
    }
    .one{
        font-size: 55px;
        -webkit-text-fill-color: white;
        -webkit-text-stroke-color: black;
        -webkit-text-stroke-width: 1px;
    }
    .title1, .title2, .title3, .title4{
        font-size: 15px;
        font-weight: 300;
    }
    .subtitle1{
        font-size: 30px;
        width: 100%;
    }
    .subtitle2, .subtitle3, .subtitle4{
        font-size: 15px;
    }
    .text{
        padding-left: 0em;
        width: 100%;
        text-justify: inter-word;
        text-align: justify;
    }
    .container2 a{
        color: rgb(44, 44, 44);
        font-weight: 600;
        border-bottom: 1px solid rgb(202, 202, 202);
        transition: all 0.1s ease-in;
    }
    .container2 a:hover{
        border-bottom: 1px solid black;
    }
    .wrapper3{
        width: 90%;
        padding: 0px 0px;
        margin-top: 20px;
        margin-bottom: 50px;
        align-items: flex-start;
    }
    .column img{
        margin-bottom: 10px;
        vertical-align: middle;
        width: 100%;
        transition: all 0.3s ease;
    }
    .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        padding: 0 0;
    }
    .endtext{
        margin: 0px auto 70px 5%;
        width: 89%;
        font-weight: 400;
        font-size: 15px;
        text-align: left;
        color: rgb(0, 0, 0);
    }
    .viewfull{
        font-size: 15px;
        color: rgb(160, 160, 160);
        font-weight: 500;
        transition: all 0.1s ease;
        border-bottom: 1px solid rgb(202, 202, 202)
    }
    .viewfull:hover{
        border-bottom: 1px solid black;
        color: black;
    }
    .wrapper5{
        background: none;
        margin: 0 0 0 0;
        width: 100%;
        
    }
    .ftcontainer{
        display: flex;
        flex-direction: column;
        align-self: flex-start;
        height: 30vh;
        width: 90%;
        margin: 0 0 50px 5%;
        border-top: 1px solid lightgrey;
    }
    .see{
        color: rgb(160, 160, 160);
        letter-spacing: 5px;
        font-weight: 300; 
        font-size: 15px;
        text-align: left;
        padding-top: 2em;
    }
    .next{
        font-size: 33px;
        font-weight: 700;
        color: rgb(0, 0, 0);
        text-align: left;
        width: 65%;
        border-bottom: 5px solid rgb(255, 255, 255);
        transition: all 0.3s ease;
    }
    .next:hover{
        border-bottom: 5px solid rgb(0, 0, 0);
    }
    .nextproject{
        padding-top: 0em;
        font-size: 15px;
        font-weight: 400;
        color: rgb(0, 0, 0);
        text-align: left;
    }
    .footer3{
        display: flex;
        align-items: flex-start;
        justify-content: center;
        width: 75%;
        margin: 0px auto 30px 5%;
    }
    .ftlogo{
        width: 30px;
        opacity: 0.7;
    }
    .signoff{
        font-size: 10px;
    }
}
@media screen and (min-width: 850px){
    #resize{
        visibility: hidden !important;
    }
} 
@media screen and (max-width: 320px){
    .endtext{
        margin-bottom: 70px;
    }
    .next{
        font-size: 33px;
        font-weight: 700;
        color: rgb(0, 0, 0);
        text-align: left;
        width: 72%;
        border-bottom: 5px solid rgb(255, 255, 255);
        transition: all 0.3s ease;
    }
}
@media screen and (max-height: 480px){
    #resize h2{
        top: 32.5%;
    }
    #resize #menu li a {
        color: rgb(121, 121, 121);
        letter-spacing: -2px;
        font-size: 30px;
    }    
    .IG, .Behance, .Medium{
        font-size: 20px;
    }
    .IG{
        bottom: 21.5%;
    }
    .Behance{
        bottom: 16%;
    }
    .menusocial{
        bottom: 28%;
    }
}