/* cover */
.cover_bd {
    display: grid;
    grid-template-columns: 1fr;
    height: 100%;
    background: url(../images/AB1) no-repeat;
    background-size: cover;
}

.cover_content {
    justify-self: center;
    align-self: center;
}

.cover_content p {
    color: #fff;
}

@media (max-width: 991px) {

    .cover {
        height: 280px;
        margin-bottom: 100px;
    }
}

@media (max-width: 768px) {

    .cover {
        height: 210px;
        margin-bottom: 80px;
    }

    .cover_bd h1 {
        text-align: center;
        font-size: 56px;
    }

}

@media (max-width: 576px) {
    .cover {
        height: 210px;
        margin-bottom: 40px;
    }

    .cover_bd h1 {
        text-align: center;
        font-size: 30px;
    }
}


/* contact us content */

.contact_us_bd_content {
    display: grid;
    grid-template-columns: 5fr 6fr;
    color: black;
    padding: 60px 0px;
}

.contact_us_bd_content_inner_1 {
    padding: 0px 100px;
    justify-self: center;
    width: 100%;
    height: 500px;
}

.contact_us_bd_content_inner_4{
    padding: 30px 100px;
    justify-self: start;
    width: 100%;
    height: 100%;
}

.contact_us_bd_content_inner_2{
    height: 100%;
}

.contact_us_bd_content_inner_2 iframe {
    height: 100%;;
}

.contact_us_bd_content_inner_1_p {
    font-size: 16px;
    letter-spacing: 4px;
    color: #daa14c;
    font-weight: 700;
    text-align: start;
    margin-bottom: 20px;
    
}

.contact_us_bd_content_inner_1_h1{
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact_us_bd_content_inner_1_p2 {
    font-size: 16px;
    text-align: start;
    color: #535353;
}

.contact_us_bd_content_inner_3_img {
    max-width: 100%;
    height: 100%;
}

.contact_us_bd_content_inner_3_img img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact_us_bd_content_inner_1_c1 {
    padding: 20px 0px;
}

.contact_us_bd_content_inner_1_c1_h1 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact_us_bd_content_inner_1_c1_p{
    max-width: 300px;
    font-size: 14px;
    color: rgb(95, 94, 94);
}


.border_bottom {
    border-bottom:  1px solid #e5e5e5;
}


.contact_us_bd_content_inner_4_h1 h1 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact_us_bd_content_inner_4_p p {
    font-size: 14px;
    text-align: start;
    color: #535353;
    margin-bottom: 40px;
}

form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
    row-gap: 24px;
    width: 100%;
}

.input_name, .input_email , .input_phone, .input_message {
    border: 1px solid #e5e5e5;
    width: 100%;
}

.input_name, .input_email , .input_phone {
    padding: 10px;
    width: 100%
}

.input_box {
    height: 150px;
    width: 100%;
    display: flex;
    align-items: flex-start;
  }

  .input_message {
    width: 100%;
    height: 100%;
    padding: 20px;
  }


form button  {
    background-color: #30373e;
    width: 120px;
    padding: 10px;
    border-radius: 30px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: all 0.3s;
}

form button:hover  {
    background-color: #daa14c;
    width: 120px;
    padding: 10px;
    border-radius: 30px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}


@media (max-width: 991px) {

    .contact_us_bd_content {
        width: 100%;
        display: grid;
        grid-template-columns: 5fr 6fr;
        color: black;
        padding: 0px 0px 60px 0px
    }

    .contact_us_bd_content_inner_1 {
        padding: 0px 50px;
        justify-self: center;
        width: 100%;
        height: 100%;
    }

    .contact_us_bd_content_inner_1_h1{
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    
    .contact_us_bd_content_inner_4{
        padding: 30px 50px;
        justify-self: start;
        width: 100%;
        height: 100%;
    }
}


@media (max-width: 768px) {

    .contact_us_bd_content {
        width: 100%;
        display: grid;
        grid-template-columns: 5fr 6fr;
        color: black;
        padding: 0px 0px 60px 0px;
    }

    .contact_us_bd_content_inner_1 {
        padding: 0px 50px;
        justify-self: center;
        width: 100%;
        height: 100%;
    }

    .contact_us_bd_content_inner_1_h1{
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    
    .contact_us_bd_content_inner_4{
        padding: 30px 50px;
        justify-self: start;
        width: 100%;
        height: 100%;
    }

    
.contact_us_bd_content_inner_1_p2 {
    font-size: 13px;
    text-align: start;
    color: #535353;
}
}

@media (max-width: 630px) {

    .contact_us_bd_content {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        color: black;
        padding: 0px 0px 60px 0px;
        row-gap: 24px;
    }

    .contact_us_bd_content_inner_1 {
        padding: 0px 50px;
        justify-self: center;
        width: 100%;
        height: 100%;
    }

    .contact_us_bd_content_inner_1_h1{
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    
    .contact_us_bd_content_inner_4{
        padding: 30px 50px;
        justify-self: start;
        width: 100%;
        height: 100%;
    }

    
.contact_us_bd_content_inner_1_p2 {
    font-size: 13px;
    text-align: start;
    color: #535353;
}

.contact_us_bd_content_inner_2{
    height: 300px;
}

.contact_us_bd_content_inner_3{
    height: 300px;
}

.contact_us_bd_content_inner_4{
    padding: 0px 30px;
    justify-self: start;
    width: 100%;
    height: 100%;
}
}