#contact-header{
    text-align: center;
    padding-top: 5%;
    padding-bottom: 50px;
}
.header-txt{
    padding-left: 12%;
    padding-right: 12%;
}
.text-1{
    font-size: 18px;
    line-height: 28px;
    color: #c0b7af;
    margin-bottom: 1.3em;
}
.header-txt h2{
    font-size: 36px;
    text-align: center;
    font-family: 'Marcellus', 'Century Schoolbook L', serif;
    line-height: 34px;
    font-weight: normal;
    font-style: normal;
    color: #555;
    margin-bottom: .5em;
}
.text-2{
    color: #6a6560;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 1.3em;
}
.divier{
    display: block;
    background-color: rgba(0,0,0,0.1);
    max-width: 136px;
    height: 2px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* End Contact-header */

/* Contactmain */
#contact-main{
    padding: 5%;
}
#contact-main h2{
    font-size: 36px;
    text-align: center;
    font-family: 'Marcellus', 'Century Schoolbook L', serif;
    line-height: 34px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 1.5em;
    color: #555;
}
.logo{
   width: 100%;
}
.text-in{
    display: flex;
    font-size: 16px;
    
}
.text-in p{
    padding-left: 3%;
}
.text-in a{
    color: #334862;
    text-decoration: none;
}
.text-in a:hover{
    color: #2d2a27;
}
#text-name{
    margin-bottom: 0;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    margin-bottom: 10px;
}
.text-btn{
    min-width: 50%;
    border-radius: 3px;
    background-color: #2d2a27;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    border: 1px solid transparent;
    line-height: 2.4em;
    min-height: 2.5em;
    color: #fff;
}
.text-btn:hover{
    background-color: #b8a48d;
}
/* End Cotact main */

@media (max-width:575px){
    #footer{
        height: 334px;
        padding-top: 10%;
    }
    #contact-logo{
        text-align: center;
      }
      .logo{
          width: 50%;
      }
    
}
