@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300&display=swap');
.banner_image {
height: 100vh;
position: relative;
}
/* body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  
  .content {
    flex: 1;
  }
  
  .footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 20px;
  } */
  

  
.desk_video {

position: absolute;
/* top: 0;
left: 0; */
height: 100%;
width: 100%;
object-fit: cover;
}

.content {
padding: 0 20%;


}


.prefooter--content {
padding: 2.5rem;
display: flex;
gap: 1.25rem;
justify-content: center;
background: #181818;
}

.prefooter--content a {
color: #fff;
font-size: 1rem;
line-height: 1.5rem;
font-weight: 300;
text-decoration: none;
 font-family: Arial, Helvetica, sans-serif;

}



.password_content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
color: white;
width: 100%;
padding: 0 2.5rem;
}

.password_content .heading {
font-size: 3rem;
line-height: 1.5rem;
margin-bottom: 0.625rem;
font-weight: 500;
letter-spacing: 2px;
font-family: Playfair Display, serif;
}

.password_content .description p,
.password_content .description a {
font-family: Playfair Display, serif;
color: #fff;
font-size: 2.25rem;
line-height: 2.75rem;
letter-spacing: .25rem;
font-weight: 700;
}
.quate-content {
max-width: 31.813rem;
margin: 0 auto;
text-align: center;
max-width: 39.938rem;
}
.quate_content p{

font-family: Playfair Display, serif;
font-size: 1.25rem;
}

@media (max-width:600px) {

.password_content .description p,
.password_content .description a {
    font-family: Playfair Display, serif;
    color: #fff;
    font-size: 1.10rem;
    line-height: 2.75rem;
    letter-spacing: .25rem;
    font-weight: 700;
}

.password_content .heading {
    font-size: 2rem;
}

.content {
    padding: 0 0%;
    /* text-align: justify; */


}
.formobile{
    font-size: small;
}

}
@media (min-width:601px) and (max-width:800px) {

.password_content .description p,
.password_content .description a {
    font-family: Playfair Display, serif;
    color: #fff;
    font-size: 2rem;
    line-height: 2.75rem;
    letter-spacing: .25rem;
    font-weight: 700;
}
}


/* contactus */
/* #contact .container {
    margin: auto auto auto 30%;
} */

/* #contact {
    background-color: rgb(248, 248, 248);
} */


#contact .container h1 {
    color: #467860;
    font-size: 1.6rem;
    padding: 20px 0;
    text-align: left;
}
.mb-3 {
    margin-bottom: 0.75rem!important;
}
#contact .container label {
    font-size: 17px;
}
.form-label {
    margin-bottom: 0.5rem;
}
#contact .container .form-control {
    border: 1px solid #aaa;
    opacity: .4;
    width: 35%;
}
/* textarea.form-control {
    min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
} */
.form-control {
    background-color: initial;
    border: none;
    outline: none;
    width: 200px;
}
#contact .container button {
    background-color: #000;
    border: none;
    border-radius: 17px;
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px;
    padding: 6px 20px;
    text-transform: uppercase;
}

/* .form-control {
    display: flex;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
} */
@media screen and (min-width: 1024px){
.container {
    max-width: 960px;
}

#contact_info{
    margin-left: 36%;
    margin-top: 3%;
    margin-bottom: 6.3%;
}
}
@media (max-width : 450px)  {
    #contact .container .form-control {
        border: 1px solid #aaa;
        opacity: .4;
        width: 100%;
    }
    footer{
        margin-top: 11%;
    }
    .prefooter--content a {
        font-size: 11px;
    }
    
}