*{
    margin:0;
    padding:0;
    list-style:none;
    box-sizing: border-box;
}

@font-face{
    font-family: "Chapaza";
    src: url('Chapaza.ttc') format('truetype');
}

@font-face{
    font-family: "upcel";
    src: url('upcel.ttc') format('truetype');
}

body{
   max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: #232323;
    font-family: "upcel";  
   // overflow-x: hidden;
}

a{
    text-decoration: none;
    color: white;
}

.container{
    position: relative;
    width: 100%;
    height: auto;
}

/* header*/
.header{
    position: fixed;
    width: 100%;
    height: 70px;
    z-index: 2;
}

.logo{
    position: absolute;
    margin-left: 40px;
    margin-top: 25px;
    z-index: 2;
}

/*icon menu*/
.openBtn{
    position: absolute;
    background-color: black;
    width:74px;
    height: 70px;
    left: 94.5%;
}

.menu img{
    margin-left: 18px;
    margin-top: 22px;
    height: 23px;
}

.overlaymenu{
    position: absolute;
    background-color: black;
    width:567px;
    height: 70px;
    right: 0;
    padding-top: 25px;
    margin-left:794px;
    transition: all 0.7s;
    text-shadow: 0px 0px 5px #0bffb2;
}

.nav-active, .about, .work, .contact {
    position: relative;
    margin-left: 40px;
    margin-right: 40px;
    width: auto;
    height: auto;
    font-size: 15px;
    font-family: "chapaza";
}

.nav-active:hover, .about:hover, .work:hover, .contact:hover{
    color: #43bd8e;
}

.closeBtn{
    position: absolute;
    font-size: 40px;
    font-weight: 900;
    margin-top: -15px;
    margin-left: 520px;
}

.bg4 img{
    max-width: 100%;
    position: absolute;
    margin-top: -70px;
}

.foto6{
    position: absolute;
    z-index: 2;
    margin-top: 231px;
    margin-left: 434px;
    height: 525px;
    box-shadow: 0px 0px 17px #0bffb2;
}

.gallery{
    position: absolute;
    margin-top: 122px;
    margin-left: 570px;
    z-index: 2;
    font-size: 75px;
    font-family: "chapaza";
    color:#0bffb2;
    text-shadow: 0px 0px 15px #0bffb2;
}

.tag1{
    position: absolute;
    font-size: 15px;
    margin-left: 560px;
    margin-top: 780px;
    color: white;
}

.foto7{
    position: absolute;
    margin-top: 900px;
    margin-left: 435px;
    width: 530px;
    height: 526px;
    
}
.foto8{
    position: absolute;
    margin-top: 1630px;
    margin-left: 430px;
    width: 530px;
    height: 530px;
    
}

.foto7:hover, .foto8:hover{
    cursor: pointer;
    position: absolute;
    filter: blur();
    box-shadow: 0px 0px 25px #0bffb2;
}

.tag2{
    text-align: center;
    position: absolute;
    margin-top: 1450px;
    margin-left: 430px;
    line-height: 1.5;
    color: white;
}

.tag3{
    position: absolute;
    text-align: center;
    margin-left: 420px;
    line-height: 1.5;
    margin-top: 2180px;
    color: white;
}

.footer3{
    position:absolute;
    padding-top: 10px;
    margin-top: 2300px;;
    height:150px;
    width: 100%;
    border-top: 1px solid #0bffb2;
    color: white;
}

#contactUs{
    position: absolute;
    font-size: 15px;
    font-family: "upcel";
    margin-top: 50px;
    margin-left: 140px;
    line-height: 1.5;
}

#together{
    text-align: center;
    position: absolute;
    margin-left: 520px;
    margin-top: 60px;
    color: white
}

.logo3{
    position: absolute;
    margin-left: 635px;
    margin-top: 25px;
    color:white;
}

.fb{
    color:white;
    font-family: "upcel";
    margin-top: 95px;
    margin-left: 1063px;
    position: absolute;
}

.ig{
    color:white;
    font-family: "upcel";
    margin-top: 95px;
    margin-left: 1170px;
    position: absolute;
}

.fb:hover, .ig:hover{
    text-shadow: 0px 0px 5px #0bffb2;
}
















