
.contact_content_holder
{
    width: 100%;
    height: auto;

    /* background-color: rgb(28, 28, 28); */

    background: linear-gradient(90deg, rgb(27, 27, 27) 0%, rgb(20, 20, 20) 50%, rgb(27, 27, 27) 100%);

    position: relative;
    padding: 0 0 10px 0;
}















.contact_intro_container
{
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}
    .intro_img_container
    {
        position: absolute;
        display: flex;
        justify-content: center;
        width: 100%;
        overflow: hidden;

        filter: brightness(.5);
    }
    .intro_text_container
    {
        width: 100%;
        height: 100%;

        position: relative;
        display: flex;
        align-self: center;
        align-items: center;
    }
    .intro_text_container h1
    {
        width: 100%;
        text-align: center;
        color: white;

        font-size: xx-large;

        font-weight: normal;
    }





/* get in touch */

.getin_touch_contacts
{
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-wrap: wrap;

    padding: 20px;
    box-sizing: border-box;

    gap: 10px 100px;

    background-color: rgb(31, 31, 31);

    border-top: solid 1px rgb(162, 0, 0);
}


.getin_touch_contacts h2
{
    width: 100%;
    text-align: center;
    color: white;
    font-weight: normal;

    margin: 10px 0;
    padding: 0;
    box-sizing: border-box;
    
}

.getin_touch_contacts p
{
    color: white;
    width: fit-content;
    /* border: solid red 1px; */
    text-align: center;
    font-size: 1.2rem;
}







.contact_form_container
{
    width:100%;
    height:auto;
    max-width:700px;
    
    margin: 0px auto 0px auto;
    
    background-color:transparent;
    
    padding: 100px 0;
}





.forminator-button-submit
{
        background-color:transparent !important;
        border: solid white 1px !important;
        
        width: 180px !important;
        height:45px !important;
        
        display: flex !important;
        justify-content: center;
        align-items: center;
        transition:0.5s !important;
}
.forminator-button-submit:hover
{
    background-color: white !important;
    color: black !important;
}

.forminator-row-last .forminator-col .forminator-field
{
    display: flex !important;
    justify-content: center;
    
}