/* page-banner */

@media (min-width: 992px) {
    h1,
    h5 {
        font-family: "Yekan1"!important;
        font-size: 40px;
        color: #000662 !important;
    }
    .contact-banner {
        margin-top: 90px;
    }
    .contact-item {
        background: linear-gradient(90deg, #5bc0ec, #0e98c6);
        border-radius: 15px;
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
        position: relative;
    }
    .contact-item::before {
        position: absolute;
        width: 0;
        height: 0;
        border-top-width: 20px;
        border-top-style: solid;
        border-top-color: transparent;
        border-right-width: 25px;
        border-right-style: solid;
        border-right-color: #0e98c6;
        bottom: 2px;
        right: -15px;
        content: "";
        rotate: 180deg;
    }
    .contact-item h6 {
        color: white;
        font-size: 18px;
    }
    .contact-item h6 a {
        color: white;
        font-size: 18px;
        text-decoration: none;
    }
    .contact-item h6:last-child {
        color: white;
        font-size: 18px;
        font-weight: 900 !important;
    }
    .contact-item h6 i {
        margin-left: 5px;
        font-size: 25px;
    }
}

@media (max-width: 992px) {
    h1,
    h5 {
        font-family: "Yekan1"!important;
        font-size: 30px;
        color: #000662 !important;
    }
    .contact-banner {
        margin-top: 90px;
    }
    .contact-item {
        background: linear-gradient(90deg, #5bc0ec, #0e98c6);
        border-radius: 15px;
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
        position: relative;
    }
    .contact-item::before {
        position: absolute;
        width: 0;
        height: 0;
        border-top-width: 20px;
        border-top-style: solid;
        border-top-color: transparent;
        border-right-width: 25px;
        border-right-style: solid;
        border-right-color: #0e98c6;
        bottom: 2px;
        right: -15px;
        content: "";
        rotate: 180deg;
    }
    .contact-item h6 {
        color: white;
        font-size: 18px;
    }
    .contact-item h6 a {
        color: white;
        font-size: 18px;
        text-decoration: none;
    }
    .contact-item h6:last-child {
        color: white;
        font-size: 18px;
        font-weight: 900 !important;
    }
    .contact-item h6 i {
        margin-left: 5px;
        font-size: 25px;
    }
}


/* send-message */

@media (min-width: 992px) {
    .first-section-contact {
        margin-top: 100px;
    }
    .first-section-contact .message-item {
        width: 100%;
        margin-top: 30px;
        position: relative;
    }
    .first-section-contact .message-item i {
        position: absolute;
        right: 15px;
        top: 16px;
        color: rgb(173, 173, 173);
    }
    .first-section-contact .message-item input {
        width: 100%;
        border-radius: 35px;
        height: 50px;
        padding-right: 35px;
        background-color: #f2f6f8;
        box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
        border: none;
    }
    .first-section-contact .message-item input::placeholder {
        color: rgb(105, 105, 105);
    }
    .first-section-contact .message-item textarea {
        width: 100%;
        border-radius: 35px;
        padding-right: 35px;
        background-color: #f2f6f8;
        box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
        border: none;
        padding-top: 15px;
    }
    .first-section-contact .message-item textarea::placeholder {
        color: rgb(105, 105, 105);
    }
    .first-section-contact .message-item button {
        background-color: #1b3cb4;
        border-radius: 35px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        text-decoration: none;
        width: 150px;
        border: none;
    }
}

@media (max-width: 992px) {
    .first-section-contact {
        margin-top: 100px;
    }
    .first-section-contact .message-item {
        width: 100%;
        margin-top: 30px;
        position: relative;
    }
    .first-section-contact .message-item i {
        position: absolute;
        right: 15px;
        top: 16px;
        color: rgb(173, 173, 173);
    }
    .first-section-contact .message-item input {
        width: 100%;
        border-radius: 35px;
        height: 50px;
        padding-right: 35px;
        background-color: #f2f6f8;
        box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
        border: none;
    }
    .first-section-contact .message-item input::placeholder {
        color: rgb(105, 105, 105);
    }
    .first-section-contact .message-item textarea {
        width: 100%;
        border-radius: 35px;
        padding-right: 35px;
        background-color: #f2f6f8;
        box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
        border: none;
        padding-top: 15px;
    }
    .first-section-contact .message-item textarea::placeholder {
        color: rgb(105, 105, 105);
    }
    .first-section-contact .message-item button {
        background-color: #1b3cb4;
        border-radius: 35px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        text-decoration: none;
        width: 150px;
        border: none;
    }
}

.invalid-feedback {
    display: block;
    font-size: 13px;
}

.invalid-feedback span strong {
    color: red;
    font-size: 13px;
}