body{
font-family:Arial, Helvetica, sans-serif;
margin:0;
background:#efe9dc;
color:#222;
}

/* NAVBAR */

.navbar{
display:flex;
justify-content:space-between;
align-items:center;
padding:20px 60px;
background:#e8dfd0;
}

.navbar a{
margin:0 15px;
text-decoration:none;
color:#222;
}

/* CONTACT SECTION */

.contact-section{
display:flex;
justify-content:space-between;
padding:80px 80px;
gap:60px;
}

.contact-left{
width:40%;
}

.contact-left h1{
font-size:48px;
line-height:1.2;
margin:10px 0 20px;
}

.tag{
font-size:14px;
}

.desc{
margin-bottom:30px;
}

.contact-info p{
margin:12px 0;
}

/* FORM */

.contact-right{
width:45%;
}

form{
display:flex;
flex-direction:column;
}

label{
font-size:13px;
margin-bottom:5px;
}

input,
textarea{
padding:12px;
margin-bottom:20px;
border:1px solid #333;
background:#efe9dc;
}

button{
background:#b7743a;
border:none;
padding:14px;
color:white;
font-size:16px;
cursor:pointer;
width:150px;
}

/* MAP */

.map{
margin-top:60px;
}