
/* Contact Section */
.contact__form{
    color: #FFFFFF;
}
.form__text h6{
    color: #FFFFFF;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.form__text h2{
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 0.2px;
    line-height: 3.99875rem;
    margin-bottom: 0.5rem;
}
.form__text p{
    line-height: 1.5rem;
    color: #FFFFFF;
}
.form__text h4{
    text-transform: capitalize;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 1.999375rem;
}
.contact__info{
    display: flex;
    align-items: center;
}
.contact__info img{
    margin-right: 1.1875rem;
}
.contact__form .form{
    background: #FFFFFF;
    color: #333333;
    line-height: 1.375rem;
    font-weight: 600;
}
.contact__form .form form input{
    background: #FBFBFB;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    width: 100%;
    padding-left: 1rem;
}
.contact__form .form form textarea{
    background: #FBFBFB;
    border: 1px solid #E0E0E0;
    width: 100%;
    height: 10rem;
    border-radius: 4px;
    padding-left: 1rem;
    padding-top: 1.0625rem;
    margin-top: 0.5rem;
}
.contact__form .form form button{
    width: 100%;
    background: #454BE1;
    border: 2px solid #454BE1;
    border-radius: 4px;
    color: #FFFFFF;
    text-transform: capitalize;
    line-height: 1rem;
    letter-spacing: 0.2px;
    cursor: pointer;
    transition: .3s all;
}
.contact__form .form form button:hover{
    border: 2px solid #454BE1;
    background: #FFFFFF;
    color: #454BE1;
}
::-webkit-input-placeholder { /* Edge */
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.3125rem;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.3125rem;
}
::placeholder {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.3125rem;
}
.contact__form .form form ::-webkit-input-placeholder { /* Edge */
    color: #B5B5B5;
}
.contact__form .form form  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #B5B5B5;
}
.contact__form .form form  ::placeholder {
    color: #B5B5B5;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
     
    /* Contact Section */
    .contact__section{
        padding: 4rem 2rem;
    }
    .contact__form{
        background: #454BE1;
        border-radius: 0.5rem;
        padding: 4rem 3rem;
    }
    .form__text{
        flex-basis: 65%;
        margin-right: 4.8125rem;
        margin-bottom: 4rem;
    }
    .form__text h6{
        letter-spacing: 2px;
    }
    .form__text h2{
        font-size: 2.3rem;
        line-height: 3.99875rem;
    }
    .form__text p{
        margin-bottom: 3rem;
    }
    .form__text h4{
        font-size: 1.3rem;
        margin-bottom: 1.5rem;
    }
    .contact__info{
        margin-bottom: 1.0625rem;
        font-size: 0.9rem;
    }
    .contact__form .form{
        border-radius: 0.5rem;
        padding: 2.5rem;
    }
    .contact__form .form form input{
        height: 3.5rem;
        margin-top: 0.5rem;
        margin-bottom: 2rem;
    }
    .contact__form .form form textarea{
        margin-bottom: 2.5rem;
    }
    .contact__form .form form button{
        height: 3.5rem;
        font-weight: 600;
    }
}

@media screen and (max-width: 767px) {
     /* Contact Section */
     .contact__section{
        padding: 2.576875rem 1.25rem;
        background: #454BE1;
    }
    .form__text h6{
        letter-spacing: 0.1em;
    }
    .form__text h2{
        font-size: 2rem;
        line-height: 3rem;
    }
    .form__text p{
        margin-bottom: 2.5rem;
    }
    .form__text h4{
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
    .contact__info{
        padding-bottom: 1rem;
    }
    .contact__form .form{
        border-radius: 4px;
        padding: 1.5rem 1rem;
        margin-top: 2rem;
        font-size: 0.875rem;
    }
    .contact__form .form form input{
        height: 3rem;
        margin-top: 0.173125rem;
        margin-bottom: 1.5rem;
    }
    .contact__form .form form textarea{
        margin-bottom: 2rem;
    }
    .contact__form .form form button{
        height: 2.75rem;
        font-weight: 700;
        font-size: 0.875rem;
    }
}

@media screen and (min-width: 1024px) {
    /* Contact Section */
    .contact__form{
        background: #454BE1;
        border-radius: 0.5rem;
        display: flex;
        justify-content: space-evenly;
    }
    .form__text{
        flex-basis: 65%;
        margin-right: 4.8125rem;
        max-width: 427px;
    }
    .form__text h6{
        letter-spacing: 2px;
    }
    .form__text h2{
        font-size: 2.875rem;
        line-height: 3.99875rem;
    }
    .form__text p{
        margin-bottom: 3rem;
    }
    .form__text h4{
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .contact__info{
        margin-bottom: 1.0625rem;
    }
    .contact__form .form{
        border-radius: 0.5rem;
        padding: 2.5rem;
        max-width: 588px;
    }
    .contact__form .form form input{
        height: 3.5rem;
        margin-top: 0.5rem;
        margin-bottom: 2rem;
    }
    .contact__form .form form textarea{
        margin-bottom: 2.5rem;
    }
    .contact__form .form form button{
        height: 3.5rem;
        font-weight: 600;
    }
}

@media screen and (min-width: 1024px)  and (max-width: 1439px){
    .contact__section .content__width{
        padding: 5rem 6rem;
    }
    .contact__form{
        padding: 4rem 2.5rem;
    }
}

@media screen and (min-width: 1440px) {
    .contact__section .content__width{
        padding: 6.25rem 1rem;
    }
    .contact__form{
        padding: 4.6875rem 2.5rem 4.6875rem 6.5rem;
    }
}