.foot{
    height: 100%;
    width: 100%;
    background-color: #121212;
    overflow: initial;
}
.contact{
    height: 70vh;
    width: 100%;
    background-color: #191919;
    position: relative;
    overflow: hidden;
}
.contact h1{
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 3vw;
    margin-left: 7vw;
    margin-top: 2%;
}
.contact h1 span{
    color: yellow;
}
.area{
    height: 70%;
    width: 80%;
    border: 2px solid #191919;
    margin-left: 7vw;
    display: flex;
    flex-direction: row;
}
.m{
    height: 100%;
    width: 30%;
    border: 1px solid #191919;
    position: relative;
}
.line{
    height: 100%;
    width: 0px;
    border: 2px solid yellow;
    border-radius: 2px;
}
.form{
    height: 100%;
    width: 40%;
    border: 1px solid #191919;
    box-sizing: border-box;
    outline: none;
}
.form h5{
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-top: 4%;
    margin-left: 7%;
}
.form .wrap{
    position: relative;
    margin-top: 2%;
    margin-left: 5%;
    width: 70%;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
}
.input-fields{
    display: flex;
    flex-direction: column;
}
.input-fields, .msg{
    width: 100%;
}
.input-fields .input, .msg textarea{
    margin: 4px 0;
    background: #121212;
    border: 0;
    border-bottom: 3px solid yellow;
    border-radius: 3px;
    padding: 5px;
    color: yellow;
    width: 100%;
}
.msg textarea{
    height: 12vh;
    resize: none;
}
.submitbutton{
    padding: 5px 20px;
    border: 0;
    background: yellow;
    font-weight: bold;
    cursor: pointer;
    border-radius: 7px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.detail{
    height: 100%;
    width: 30%;
    border: 1px solid #191919;
}
.detail i{
    color: yellow;
    font-size: 2vw;
    margin-top: 2%;
    margin-left: 5%;
}
.mail, .tele, .add{
    height: 12%;
    width: 80%;
    border: 1px solid #191919;
    border-radius: 15px;
    margin-left: 10%;
    margin-top: 5%;
    display: flex;
    background: #121212;
}
.mail{
    margin-top: 20% !important;
}
.add{
    height: 30%;
}
.mail h4, .tele h4, .add h5{
    color: yellow;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-top: 3.5%;
    margin-left: 5%;
}
.footer{
    height: 25vh;
    width: 100%;
    background: #090909;
    display: flex;
    flex-direction: row;
    position: relative;
}
.extra, .site-map, .quick-links{
    height: 100%;
    width: 30%;
    border: 1px solid #090909;
}
.extra{
    margin-left: 7vw;
    position: relative;
}
.extra .l{
    height: 25%;
    width: 80%;
    border: 1px solid #090909;
    margin-left: 10%;
    margin-top: 5%;
    position: relative;
    display: flex;
}
.extra .l img{
    height: 100%;
    margin-left: 0;
}
.extra .l h3{
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 3%;
    margin-left: 5%;
}
.extra .t{
    height: 40%;
    width: 80%;
    border: 1px solid #090909;
    margin-left: 10%;
    margin-top: 2%;
}
.extra .t p{
    color: grey;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
}
.links{
    height: 100%;
    width: 75%;
    border: 1px solid #090909;
    margin-left: 25%;
}
.quick-links .links{
    margin-left: 0;
}
.links h3{
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-left: 25%;
    margin-top: 5%;
}
.links ul{
    color: yellow;
    margin-left: 32%;
    margin-top: 5%;
}
.links li a{
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.dev{
    height: 5vh;
    width: 100%;
    background: black;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.dev h5{
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1rem; 
    margin-top: 0.8%;
    position: relative;
}
.dev h5 span{
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

@media (max-width:700px){
    .contact{
        height: 150vh;
    }
    .contact h1{
        font-size: 10vw;
    }
    .area{
        flex-direction: column-reverse;
        height: 90%;
        overflow: inherit;
    }
    area.h1{
        font-size: 10vw;
    }
    .m{
        width: 100%;
        height: 30%;
    }
    .line{
        width: 100%;
        height: 0px;
    }
    .detail{
        height: 30%;
        width: 100%;
        margin-top: 0;
    }
    .form{
        width: 100%;
        height: 40%;
    }
    .map{
        width: 50%;
        margin: 5%;
    }
    .footer .extra{
        display: none;
    }
    .site-map{
        width: 40%;
    }
    .quick-links{
        width: 60%;
    }
    .footer .links{
        width: 100%;
        margin-left: 0;
    }
    .links h3{
        margin-left: 5%;
    }
    .links ul{
        margin-left: 15%;
        font-size: 4vw;
    }
    .detail i{
        font-size: 5vw;
        margin-top: 2.5%;
    }
    .mail h4, .tele h4, .add h5{
        margin-top: 2.5%;
        font-size: 3.5vw;
    }
}