footer{
    margin-top: 10rem;
}
.container h1{
background-color: #4800BD;
border-radius: 20px;
justify-content: center;
text-align: center;
padding: 3rem;
font-size: 40px;
align-items: center;
color: white;
width: 80%;
margin: auto;
}

.contact_us{
    width: 90%;
    margin:5rem auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 1rem;
}

.contacts{
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
}
.contact_us h3{
    text-align: center;
    padding: 15px;
    font-size: 20px;
}

.form-container {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 2rem;
    column-gap: 2rem;
    max-width: fit-content;
    margin: 0 auto;
    padding: 20px;

}

.form-container label{
    font-family: "Poppins";
    font-size: 13px;
    font-weight: 500;
}
.form-container input{
    width: 360px;
    border-radius: 10px;
    padding: 19px;
    border: 0.6px solid rgb(202, 194, 194);
}
.form-container textarea{
    width: 200%;
    border-radius: 10px;
    padding: 20px;
    border: 0.6px solid rgb(202, 194, 194);
    resize: none;

}
form{
    /* border: 1px solid rgba(174, 170, 170, 0.9); */
    box-shadow: 0 7px 8px rgba(57, 55, 55, 0.1);

    max-width: fit-content;
    margin: 0 auto;
    padding: 20px;
    padding-bottom: 7rem;
    border-radius: 20px;
}
form button{
    margin: 0 auto;
    padding: 15px;
    margin-left: 1rem;
    justify-content: center;
    width: 150px;
    /* padding-top: 19px;
    padding-bottom: -19px; */
    border-radius: 13px;
    color: white;
    background-color: black;

}
.address{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: -8rem;
}
.address p{
    font-size: 20px;
    width: 540px;
    text-align: center;
    color: rgb(119, 120, 122);
}
@media only screen and (max-width:600px){
    footer{
        margin-top: 0;
    }

    .container{
        width: 100%;
    }
    .container h1{
    background-color: #4800BD;
    border-radius: 20px;
    justify-content: center;
    text-align: center;
    padding: 20px 40px;
    font-size: 20px;
    align-items: center;
    color: white;
    width: 70%;
    }
    
    .contact_us{
        margin:  2rem auto;
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding: 0;
        overflow: hidden;
    }
    
    .contacts{
        display: flex;
        flex-direction: column;
        gap: 14px;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 12px;
        width: 100%;
        overflow: hidden;
    }
    .contact_us h3{
        text-align: center;
        padding: 0;
        font-size: 19px;
        width: 100%;
    }
    .contact_us h4{
        margin-right: 3rem;
        font-size: 20px;
        font-family: "Poppins";
    }
    
    .form-container {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        column-gap: 2rem;
        max-width: fit-content;
        margin: 0 0;
        padding: 10px;
        width: 100%;
    
    }
    
    .form-container label{
        font-family: "Poppins";
        font-size: 13px;
        font-weight: 500;
    }
    .form-container input
     {
        width: 110%;
        border-radius: 10px;
        padding: 11px;
        border: 0.6px solid rgb(202, 194, 194);
    }
    .form-container textarea{
        width: 100%;
        border-radius: 10px;
        padding: 20px;
        border: 0.6px solid rgb(202, 194, 194);
        resize: none;
    
    }
    form{
        /* border: 1px solid rgba(174, 170, 170, 0.9); */
        box-shadow: 0 7px 8px rgba(57, 55, 55, 0.1);
    
        max-width: 95%;
        width: 100%;
        margin: 0 5px;
        padding: 0;
        padding-bottom: 0;
        border-radius: 20px;
    }
    .contact_us form .form-field button{
        margin: 30px 0;
        padding: 10px;
        /* margin-left: 10px; */
        justify-content: center;
        width: 45%;
        margin-left: 28%;
        /* padding-top: 19px;
        padding-bottom: -19px; */
        border-radius: 13px;
        color: white;
        background-color: black;
    
    }
    .address{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 30px;
        margin-bottom:0;
    }
    .address p{
        font-size: 16px;
        width: 100%;
        text-align: center;
        color: rgb(119, 120, 122);
    }

}

