*{
    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;
}

.bg3 img{
    filter: brightness(0.1);
    position: absolute;
    z-index: -2;
    max-width: 100%;
}

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;
}

.foto5{
    position: absolute;
    margin-top: 75px;
    left: 0;
}

#subCont{
    font-family: "upcel";
    font-size: 20px;
    position: absolute;
    color: white;
    margin-top: 150px;
    margin-left: 624px;
}

#get{
    font-family: "chapaza";
    font-size: 49px;
    width: 300px;
    margin-left: 624px;
    margin-top: 160px;
    color: #0bffb2;
    text-shadow: 0px 0px 14px #0bffb2;
}

#hi{
    font-family: "chapaza";
    font-size: 20px;
    margin-left: 624px;
    margin-top: 38px;
    color: #0bffb2;
}

#place{
    font-family: "chapaza";
    font-size: 22px;
    position: absolute;
    margin-left: 624px;
    margin-top: 0px;
    color: white;
}

#mail{
    width: 100px;
    font-family: "chapaza";
    font-size: 20px;
    margin-left: 624px;
    margin-top: 118px;
    color: #0bffb2;
}

#email{
    font-family: "chapaza";
    font-size: 22px;
    position: absolute;
    margin-left: 624px;
    margin-top: 0px;
    color: white;
}

#call{
    width: 150px;
    font-family: "chapaza";
    font-size: 20px;
    margin-left: 624px;
    margin-top: 68px;
    color: #0bffb2;
}

#number{
    font-family: "chapaza";
    font-size: 22px;
    position: absolute;
    margin-left: 624px;
    margin-top: 0px;
    color: white;
}

.fb2{
    position: absolute;
    font-size: 22px;
    font-family: "chapaza";
    color: white;
    margin-left: 624px;
    margin-top: 90px;
}

.ig2{
    position: absolute;
    font-size: 22px;
    font-family: "chapaza";
    color: white;
    margin-left: 744px;
    margin-top: 90px;
}

.fb2:hover, .ig2:hover{
    text-decoration: underline;
    text-shadow: 0px 0px 15px #0bffb2;
}

.contactForm p{
    text-align: center;
    font-size: 28px;
    font-family: "chapaza";
    color:#0bffb2;
    width: 190px;
    position: absolute;
    margin-left: 590px;
    margin-top: 250px;
    text-shadow: 0px 0px 15px #0bffb2;
}

.form-group{
    width:100%;
    height: 600px;
    position: absolute;
    padding-top: 50px;
    margin-top: 270px;
}

.Name input[type=text]  {
    background-color: #363636;
    border-color: #0bffb2;
    width:543px;
    height: 51px;
    font-size: 18px;
    font-family: "upcel";
    padding-left:20px; 
    margin-left: 124px;
    position: absolute;
    color: white;
    float: left;
}

.Last input[type=text]{
    background-color: #363636;
    border-color: #0bffb2;
    width:543px;
    height: 51px;
    font-size: 18px;
    font-family: "upcel";
    position: absolute;
    padding-left:20px; 
    color: white;
    margin-left: 684px;
}

.emailForm input[type=email]{
    background-color: #363636;
    border-color: #0bffb2;
    width:543px;
    height: 51px;
    font-size: 18px;
    font-family: "upcel";
    padding-left:20px; 
    margin-left: 124px;
    margin-top: 70px;
    position: absolute;
    float: left;
    color: white;
}

.phone input[type=text]{
    background-color: #363636;
    border-color: #0bffb2;
    width:543px;
    height: 51px;
    font-size: 18px;
    font-family: "upcel";
    position: absolute;
    padding-left:20px; 
    margin-top: 70px;
    margin-left: 684px;
    color: white;
}

.form-control{
    background-color: #363636;
    border-color: #0bffb2;
    width: 1102px;
    height: 291px;
    font-size: 18px;
    font-family: "upcel";
    color: white;
    padding-left: 20px;
    padding-top: 10px;
    margin-left: 124px;
    margin-top: 140px;
}

.submit{
    width:211px;
    height: 55px;
    cursor: pointer;
    background-color: black;
    position: absolute;
    color: white;
    font-family: "upcel";
    font-size: 18px;
    margin-left: 1018px;
    margin-top: 770px;
    word-spacing: 70px;
    border-color: #0bffb2;
}

.submit:after{
    box-shadow: 0px 0px 8px #0bffb2;
}

.send{
    color:white;
    text-shadow: 0px 0px 8px #0bffb2;
    font-size: 16px;
    font-family: "chapaza";
    position: absolute;
    margin-top: 800px;
    margin-left: 920px;
}

.footer4{
    position:relative;
    padding-top: 10px;
    margin-top: 990px;;
    height:150px;
    color: white;
    border-top: 1px solid #0bffb2;
}

#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;
}






















