.hero{
    background-image: url('./images/hero_contact.jpg');
    height: 400px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    display: flex;
    align-items: center;
}
.hero .container h1{
    position: relative;
    font-size: 3.5rem;
    color: white !important;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    font-weight: 600;
    font-family: 'Dosis';
}


.section-4{
    background-image: linear-gradient(rgba(0, 0, 0, .4),rgba(0, 0, 0, .4)) ,url(./images/contact_us-banner.jpg);
    height: 400px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-4 h2{
    color: #37092c;
    font-family: 'Playfair Display';
    font-weight: 900;
}
.section-3 iframe{
    width: 100%;
}
body{
    background-color: #f9f9f9;
}

.input-box input{
    border-color: #e9e9e9;
    background-color: #fff;
    width: 100%;
    border-radius: 0;
    border: 2px solid #e7e7eb;
    color: #2f2f2f;
    height: 3rem;
    background-color: transparent;
    outline: none;
    padding: 0 20px;
    position: relative;
    margin-right: .2rem;
    margin-bottom: .5rem;
}
.input-box textarea{
    border-color: #e9e9e9;
    background-color: #fff;
    width: 100%;
    border-radius: 0;
    border: 2px solid #e7e7eb;
    color: #2f2f2f;
    height: 10rem;
    background-color: transparent;
    outline: none;
    padding: 0 20px;
    position: relative;
    margin-right: .2rem;
    margin-bottom: .5rem;
}

.btn{
  color: white;
  font-weight: 600;
  padding: .5rem 1.5rem;
  border-radius: 40px;
}
.button{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.section-1{
    padding-top: 3rem;
}
.card{
    border: none;
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
section h1{
    color: #1f3b64 !important;;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    letter-spacing: 1.5px;
    padding: 1.5rem 0;
}
section p {
    font-family: system-ui;
}
.section-2{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.section-2 .container{
    padding: 1rem;
    margin-bottom: 0;
    background-color: rgb(255, 255, 255);
}

.section-3 .row{
    align-items: center;
    margin-bottom: 3rem;
}
