*{
font-family: "DM sans", sans-serif;
}
.contact-banner{
    width: 100%;
    height: 300px;
    background-color: #957f5863;
    color: white;
      display: flex;
    align-items: center;
}

.contactbanner-container{
    width: 100%;
    height: 100%;
    background: url("../contact-img/contactbg.png")no-repeat;
    background-size: contain;
     padding: 40px 70px;
        display: flex;
    align-items: end;
    background-position: bottom;
}
.contactbanner-heading{
       display: flex;
    align-items: center;
}
.contact-banner .contactbanner-container .contactbanner-heading h1{
font-weight: 700;
font-size: 72px;
line-height: 96px;
letter-spacing: 0%;
vertical-align: middle;
color: #1d2b4f;
}
.description{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 70px;
}
.description-container{
    width: 60%;
}
.description h1{
   font-family: "Playfair Display", serif;
font-weight: 700;
font-size: 22px;
line-height: 27px;
letter-spacing: 0%;
text-align: center;
margin-bottom: 20px;
}

.description p{
    font-family: DM Sans;
font-weight: 300;
font-size: 18px;
line-height: 27px;
letter-spacing: 0%;
text-align: center;

}

.office{
    width: 100%;
    height: 100%;
    background-color: #957f582b;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 70px;
}

.office .office-heading h1{
font-weight: 700;
font-size: 38px;
line-height: 43.98px;
letter-spacing: 0%;
text-transform: capitalize;
color: #1D2B4F;
 font-family: "Playfair Display", serif;
}

.office .office-heading p{
font-weight: 500;
font-size: 20px;
line-height: 27px;
letter-spacing: 0%;
text-align: center;

}

.office-info{
    background-color: #1d2b4f;
    padding: 20px 40px;
    color: white;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
    width: fit-content;
    border-radius: 20px;
    margin-top: 20px;
}

.info-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap: 40px; */
}
.info-row h4{
   font-family: "Montserrat", sans-serif;
font-weight: 500;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;

}
.address{
    width: 44%;
}
.phone{
    width: 40%;
}
.time{
    width: 44%;
}
.mail{
    width: 40%;
}

.contact-form{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
   
}
.map{
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.contact-container{
     gap: 20px;
     display: flex;
     justify-content: center;
     align-items: end;
}

.form-layout{
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 0px 20px;
}

.form-heading h1{
font-weight: 700;
font-size: 38px;
line-height: 43.98px;
letter-spacing: 0%;
text-transform: capitalize;
margin-bottom: 10px;
 font-family: "Playfair Display", serif;
}

.form-heading p{
font-weight: 400;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
margin-bottom: 10px;
}

.form-heading h5{
font-weight: 700;
font-size: 18px;
line-height: 48px;
letter-spacing: 0%;
vertical-align: middle;
text-transform: capitalize;
color: #1D2B4F;
}

form{
    width: 100%;
}

input{
    width: 100%;
    padding: 10px;
    border-radius: 7px;
    border: none;
    border: 1px solid #EDEDED;
    margin-bottom:10px;
}
select{
    width: 100%;
    padding: 10px;
    border-radius: 7px;
    border: none;
    border: 2px solid #EDEDED;
    margin-bottom:10px;
}
textarea{
    width: 100%;
    padding: 10px;
    border-radius: 7px;
    border: none;
    border: 2px solid #EDEDED;
    margin-bottom:10px;
}

input::placeholder{
    color: black;
}

form button{
    background-color: #957f58;
    color:white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
}



@media only screen and (max-width: 950px){
    *{
font-family: "DM sans", sans-serif;
}
.contact-banner{
    width: 100%;
    height: 100px;
    color: #1d2b4f;
      display: flex;
    align-items: end;
}

.contactbanner-container{
    width: 100%;
    height: 100%;
    background: url("../contact-img/contactbg.png")no-repeat;
    background-size: contain;
     padding: 10px 30px;
        display: flex;
    align-items: end;
    background-position: bottom;
}
.contactbanner-heading{
       display: flex;
    align-items: center;
}
.contact-banner .contactbanner-container .contactbanner-heading h1{
font-weight: 700;
font-size: 40px;
letter-spacing: 0%;
vertical-align: middle;
 font-family: "Playfair Display", serif;

}

.description{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px;
}
.description-container{
    width: 100%;
}
.description h1{
    font-family: DM Sans;
font-weight: 700;
font-size: 17px;
line-height: 20px;
letter-spacing: 0%;
text-align: center;
margin-bottom: 20px;
 font-family: "Playfair Display", serif;
}

.description p{
    font-family: DM Sans;
font-weight: 300;
font-size: 14px;
line-height: 17px;
letter-spacing: 0%;
text-align: center;

}

.office{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
}

.office .office-heading h1{
font-weight: 700;
font-size: 28px;
line-height: 43.98px;
letter-spacing: 0%;
text-transform: capitalize;
color: #1D2B4F;
 font-family: "Playfair Display", serif;
}

.office .office-heading p{
font-weight: 500;
font-size: 16px;
line-height: 27px;
letter-spacing: 0%;
text-align: center;

}

.office-info{

    padding: 20px 0px;

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: fit-content;
    border-radius: 20px;
    margin-top: 20px;
    gap: 10px;
}

.info-row{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.info-row h4{
   font-family: "Montserrat", sans-serif;
font-weight: 500;
font-size: 10px;
line-height: 10px;
letter-spacing: 0%;

}
.address{
    width: 44%;
}
.phone{
    width: 40%;
}
.time{
    width: 44%;
}
.mail{
    width: 40%;
    word-wrap: break-word;
}

.contact-form{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
   
}
.map{
    width:96%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.map iframe{
    width: 100%;
    height: 60%;
    border-radius: 10px;
}
.contact-container{
     gap: 20px;
     align-items: end;
     flex-direction: column;
}

.form-layout{
    width: 96%;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 0px 20px;
}

.form-heading h1{
font-weight: 700;
font-size: 38px;
line-height: 43.98px;
letter-spacing: 0%;
text-transform: capitalize;
margin-bottom: 10px;
 font-family: "Playfair Display", serif;
}

.form-heading p{
font-weight: 400;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
margin-bottom: 10px;
}

.form-heading h5{
font-weight: 700;
font-size: 18px;
line-height: 48px;
letter-spacing: 0%;
vertical-align: middle;
text-transform: capitalize;
color: #1D2B4F;
}

form{
    width: 100%;
}

input{
    width: 100%;
    padding: 10px;
    border-radius: 7px;
    border: none;
    border: 1px solid #EDEDED;
    margin-bottom:10px;
}
select{
    width: 100%;
    padding: 10px;
    border-radius: 7px;
    border: none;
    border: 2px solid #EDEDED;
    margin-bottom:10px;
}
textarea{
    width: 100%;
    padding: 10px;
    border-radius: 7px;
    border: none;
    border: 2px solid #EDEDED;
    margin-bottom:10px;
}

input::placeholder{
    color: black;
}

form button{
    color:white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
}


}
