@charset "utf-8";
*{
    
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: #00acd0;
    
}
li, a{
    
    font-family: "Playfair Display";
    font-weight: 500;
    font-size: 16px;
    color:#fff;
    
}

.nav_links{
    
    list-style: none;
    
    
}

.nav_links li{
    
    display: inline-block;
    padding: 30px 20px;
    padding-left: 137px;
    
    
}

.nav_links li a{
    
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

.nav_links li a:hover{
    
    color: #d1de4c;
    
}

header{
    
    font-family: "Cloud Dancer";
    color: #d1de4c;
    font-size: 99.62px;
    display: inline-block;
    padding-left: 135px;
    padding-top: 50px;
    
    
}


.container {
    
    width: 60%;
    margin: 40px auto;
    font-family: "Salma Pro Med";
    
}

.contact-box {
    
    background: #fff;
    display: flex;
    
}

.contact-left {
    
    flex-basis: 60%;
    padding: 30px 50px;
    
}

.contact-right {
    
    flex-basis: 40%;
    padding: 40px;
    
}

h1{
    margin-bottom: 10px;
}

.container p{
    
    margin-bottom: 40px;
    
}

.input-row{
    
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    
}

.input-row .input-group {
    
    flex-basis: 45%;
    
}

input{
    
    width: 100%;
    border: none;
    border-bottom: 1px solid #000000;
    outline: none;
    padding-bottom: 5px;
}

textarea{
    
    width: 100%;
    border: 1px solid #000000;
    outline: none;
    paddint: 10px;
    box-sizing: border-box;
    
}

label{
    
    margin-bottom: 6px;
    display: block;
}
button{
    
    background: #000000;
    width: 100px;
    border: none;
    outline: none;
    color: #fff;
    height: 35px;
    border-radius: 30px;
    margin-top: 20px;
}
tr td:first-child{
    
    padding-right: 20px;
    
    
}
tr td{
    
    padding-top: 20px;
    
}
