*{
    margin: 0px;
    padding: 0px;
    
}

body{
    background-color: rgb(35, 34, 34);
}

.contact-form{
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
} 

.map{
    width: 100%;
    
    
}

.detail{
    width: 50%;
    
}

.detail p{
    color: aliceblue;
    font-size: larger;
    padding-left: 10px;
    font-weight: 50;
}

.detail i p{
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; 
    font-weight: 100;
    position: relative;
    top: -2px;
}


.detail i{
    color: darkgoldenrod;
    width: 500px;
    display: flex;
    align-items: flex-start;
    padding-left: 30px;
    
}



form {
    
    display: flex;
    flex-direction: column;
    padding: 20px 20px;
    width: 45%;
    max-width: 600px;
    border-radius: 10px;
}

form h1{
    color: aliceblue;
}

form input, form textarea {
    border: 1px solid;
    border-radius: 10px;
    margin: 10px 0px;
    padding: 20px;
    outline: none;
    background-color: aliceblue;
}

form button {
    border: none;
    border-radius: 1px;
    background-color: darkgoldenrod;
    color: aliceblue;
    height: 50px;
}

.nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

.nav li {
    float: right;
}

.nav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 30px 16px;
    text-decoration: none;
}

.nav li a:hover {
    background-color: darkgoldenrod;
}

.nav{
    margin-bottom: 0px;
    width: 100%;
}




.footer{
    width: 100%;
    height: 300px;
    background-color: #333
}


.name-cont{
    width: 100%;
    color: aliceblue;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: xx-large;
    font-weight: 1000;
    margin-top: 1px;
}

.det-cont{
    width: 100%;
    height: 150px;
    display: flex;
    align-items: flex-start;
}


.details{
    width: 45%;
    height: 150px;
}

.details p, .details a{
    color: aliceblue;
    font-size: larger;
}

.details a{
    text-decoration: none;
    padding-left: 30px;
    
    display: block;
    float: left;
    clear: left;
    padding-bottom: 10px;
}

.details p{
    padding-left: 10px;
}

.details i{
    color: darkgoldenrod;
    width: 500px;
    display: flex;
    align-items: flex-start;
    padding-left: 30px;
}

.details i p{
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; 
    font-weight: 100;
    position: relative;
    top: -2px;
}

.social-cont{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-items: center;
    
}

.socials {
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.socials a{
    font-size: x-large;
    padding-left: 25px;
    color: darkgoldenrod;
}