.contact-sec {
    background-color: #011e4d;
    padding: 100px 0 50px
}

.contact-sec-box {
    background: linear-gradient(99.91deg, rgba(255, 255, 255, .15) -.72%, rgba(255, 255, 255, .045));
    border: 1px solid var(--white-color);
    padding: 20px 37px;
    border-radius: 20px
}

.contact-box-content .mail-status-success {
    color: #99ff99;
}

.contact-box-content .mail-status-error {
    color: #ff9999;
}

.contact-box-content p a {
    color: var(--white-color);
    text-decoration: none
}

.contact-sec-image img {
    width: 100%;
    height: auto
}

.contact-box-content form input {
    width: 100%;
    height: 54px;
    border-radius: 100px;
    background-color: #ffffff66;
    border: 1px solid var(--white-color);
    outline: none;
    color: var(--white-color);
    font-size: 16px;
    padding: 0 26px
}

.contact-box-content form input::placeholder {
    color: var(--white-color)
}

.contact-box-content form {
    position: relative
}

.contact-box-content form button {
    margin: 20px 0;
    height: 54px;
    width: 290px;
    border-radius: 100px;
    outline: none;
    background-color: #004792;
    color: var(--white-color);
    border: 1px solid var(--white-color);
    text-align: center;
    text-transform: uppercase;
    padding: 7px;
}

.contact-box-content form button svg {
    background-color: var(--white-color);
    width: 40px;
    height: 40px;
    border-radius: 100%
}

@media (max-width: 428px) {
    .contact-sec-box {
        padding: 0 10px
    }

    .contact-box-content h3 {
        font-size: 60px
    }

    .contact-box-content p {
        font-size: 14px
    }

    .contact-box-content form button {
        position: unset;
        margin-top: 10px
    }

    .contact-box-content form {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column
    }
}

@media (max-width: 375px) {
    .contact-box-content h3 {
        font-size: 50px
    }

    .contact-box-content form input {
        font-size: 14px;
        height: 60px
    }

    .contact-box-content form button {
        height: 60px;
        margin-bottom: 10px
    }
}