.main-body_contact{
    background-image: url('../images/contact/body_bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.contactus_banner {
    background-image: url('../images/contact/contactus_bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 399px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contactus_heading{
    font-family: 'Chronicle Display';
    font-weight: 450;
    font-size: 76px;
    letter-spacing:1.5px;
    text-align: center;
    background: linear-gradient(153.77deg, #FCD664 16.5%, #F5E893 197.43%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin-bottom: 0;
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.4));
    padding: 0 30px;
}

.contact_dream{
    font-family: "Chronicle Display";
    font-weight: 450;
    font-style: Black;
    font-size: 54px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #713900;
}
.contact_community{
    font-family: "Poppins";
    font-weight: 400;
    font-size: 22px;
    line-height: 38px;
    text-align: center;
    color: rgba(43, 43, 43, 1);
}
.contactus_image{
    background-image: url('../images/contact/contact_us_bg1.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    /* background: #EEDCBA;
    border: 1px solid #E2B87E; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4rem 40px;
    gap: 20px;
    border-radius: 8px;
}
.contact_bg_color{
    background-color: #fff;
    border-radius: 6px;
    padding: 10px 30px;
    border: 1.5px solid #784C1F;
}
.submit_btn_color{
    background: linear-gradient(180deg, #936319 -17.57%, #784C1F 137.41%);
    font-size: 30px;
}
.enquiryform_border input{
    border-bottom: 1px solid #784C1F !important;
}
.contact-details{
    background: #fff;
    background-image: url('../images/contact/contact_us_address.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    
}
.contact_name_page{
    font-family: "Chronicle Display";
    font-weight: 450;
    font-style: Black;
    font-size: 54px;
    line-height: 30px;
    text-transform: capitalize;
    color: rgba(226, 184, 126, 1);
}
.lets_start_page{
    font-family: 'Urbanist';
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #FFFFFF;
}
.border_opacity{
    border: 12px solid rgba(253, 253, 253, 0.45);
    border-radius: 50px;
}

/* ----------------blog details------------------ */
.blogdetails_banner {
    /* background-image: url('../images/contact/blog-details_bg1.png'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 399px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}
.blog_share_bg{
    background: linear-gradient(180deg, #E2B87E 0%, #784C1F 100%);
    border-radius: 50px;
    padding: 8px 20px;
    font-family: 'Urbanist';
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
    color: rgba(253, 253, 253, 1);
    display: flex;
}
.normal_text{
    font-family: 'Urbanist';
    font-weight: 400;
    font-size: 24px;
    line-height: 44px;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: rgba(51, 51, 51, 1);
}
.blog_head_text{
    font-family: 'Urbanist';
    font-weight: 600;
    font-size: 28px;
    line-height: 44px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: rgba(51, 51, 51, 1);
}
/* ----------------blog details------------------ */

/* -------------------blog----------------- */
.blog_banner {
    background-image: url('../images/contact/blog_page_bg1.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}
.input_search{
    display: flex;
    justify-content: center;
}
.form-control{
    border: 1.5px solid rgba(226, 184, 126, 1) !important;
    border-radius: 50px !important;
    color: rgba(120, 76, 31, 1) !important;
    box-shadow: none !important;
    font-family: 'Urbanist';
    font-weight: 300 !important;
}

.form-control::placeholder {
  font-weight: 300;
}


.nav_button_design{
        display: flex;
    justify-content: center;
}
/* -------------------blog----------------- */