:root{
    --cream:rgba(255, 247, 234, 1);
    --white:#FFFFFF;
    --black:#000000;
    --gold:#A2783A;
    --f1:Cormorant Garamond;
    --f2:Nunito Sans;
    --f3:Nunito Sans;
}
*{
    padding: 0;
    margin: 0;
}

.contact{
    background-color: var(--cream);
    height: auto;
}
.gold_box{
    width: 300px;
height: 180px;
border-radius: 5px;
opacity: 0px;
border: 1px solid var(--gold);
}
.gold_box_h1{
    font-family: var(--f3);
font-size: 40px;
font-weight: 400;
line-height: 50px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: var(--black);
}
.gold_box_para{
    font-family:var(--f2);
    font-size: 17px;
    font-weight: 400;
    line-height: 32.74px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--black);
    
}
.fixer{
    width: 40%;
}
.my_loc{
    width: 100%;
height: 350px;
border-radius: 5px;
box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.25);
}
.form_container{
    width: 60%;
}
.cnt_h2{
    font-family: var(--f2);
font-size: 30px;
font-weight: 400;
line-height: 40.92px;
letter-spacing: 0.1em;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: var(--black);
}
.name , .email{
    width: 50%;
height: 48px;
border-radius: 5px;
border: 1px solid rgba(162, 120, 58, 1);
font-family: Nunito Sans;
font-size: 15px;
font-weight: 400;
line-height: 20.46px;
letter-spacing: 0.1em;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: rgba(0, 0, 0, 0.25);

}
.subject{
    width: 100%;
    height: 48px;
    border-radius: 5px;
    border: 1px solid rgba(162, 120, 58, 1);
    font-family: Nunito Sans;
font-size: 15px;
font-weight: 400;
line-height: 20.46px;
letter-spacing: 0.1em;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: rgba(0, 0, 0, 0.25);
    
}

.message{
    width: 100%;
height: 220px;
border-radius: 5px;
border: 1px solid rgba(162, 120, 58, 1);
resize: none; /* Prevent resizing */
overflow: auto; /* Allow scrolling if text overflows */
font-family: Nunito Sans;
font-size: 15px;
font-weight: 400;
line-height: 20.46px;
letter-spacing: 0.1em;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: rgba(0, 0, 0, 0.25);
}
.sub_btn{
    width: 205px;
height: 50px;
font-family: var(--f1);
font-size: 25px;
font-weight: 500;
line-height: 30.28px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: var(--white);
background-color: var(--black);
border: none;

}
.name::placeholder,.email::placeholder,.subject::placeholder,.message::placeholder{
font-family: Nunito Sans;
font-size: 15px;
font-weight: 400;
line-height: 20.46px;
letter-spacing: 0.1em;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: rgba(0, 0, 0, 0.25);
}
