/*CSS CODE FOR CONTACT PAGE*/
#contact .container-fluid {
    padding: unset;
}
.nav-contact{
    background-image: url("../images/redisgn/Contacts.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 1920px;
    height: 180px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: -25px;
}
#contact form .btn:hover {
    background-color: darkorange;
    border-color: darkorange;
}
.nav-contact h1 {
    font-family: 'Inter',sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    /* identical to box height */
    text-align: center;
    padding: 20px 100px 20px;
    margin: auto 0;

    background: linear-gradient(180deg, #1B033F 0%, #003CDE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.first{
    width: 1010px;
    height: auto;
    background-image: url("../images/contacts_img/contactsbg2.jpg");
    background-size: cover;
    padding-bottom: 30px;
}
.big-div{
    color: white;
    display: flex;
    justify-content: end;
    padding: 84px 128px 0 0;
}
.div1 {
    margin-left: 210px;
}
.wpcf7 .wpcf7-not-valid-tip {
    background-color: #f0f0f0;
    padding: 0 10px;
    width: 200px;
}

.div1 h1{
    font-family: 'Montserrat',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 49px;
    color: #fff;
}
.div1 p{
    font-family: 'Montserrat',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    margin: unset;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.info-aria{
    margin: 37px 0 0 102px;
}
.info-aria h2{
    font-family: 'Inter',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    /* identical to box height */

    display: flex;
    align-items: flex-end;
}
.text p{
    font-family: 'Montserrat',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;

    color: #747474;
}
.text  span{
    color: black;
    font-family: 'Montserrat',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

input[name='firstname'] {
    width: 274px;
    height: 38px;
}
input[name='lastname'] {
    width: 274px;
    height: 38px;
    /*margin-left: 12px;*/
}
input[name='phone'] {
    width: 568px;
    height: 38px;
}
textarea[name='your-message'] {
    width: 568px;
    height: 80px;
}
.btn-outline-dark {
    width: 250px;
    height: 38px;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.wpcf7 p {
    display: inline-block;
}

.wpcf7 form .wpcf7-response-output {
    margin-top: 10px;
    width: 300px;
    float: right;
    background-color: rgb(191, 191, 191);
}
@media (max-width: 1600px) {
.div1 {
    margin-left: 70px;
}
    .big-div {
        padding-right: 90px;
    }
}


@media (max-width: 1366px) {
    input[name='phone'], input[name='firstname'], input[name='lastname'], textarea[name='your-message'] {
        width: 450px;
    }
}

@media (max-width: 768px) {
    .nav-contact {
        height: 130px;
        background-size: cover;
    }
    .big-div {
        width: 400px;
        display: unset;
    }
    .first {
        height: auto;
        background-size: cover;
        padding-bottom: unset;
    }

    .btn-outline-dark {
        background-color: #0b0b0b;
        width: 129px;
        height: 42px;
        color: #fff;
        position: relative;
    }
    .div1 h1 {
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: 37px;
        margin-top: 15px;
    }
    .div1 {
        margin-left: unset;
    }
    input[type='text'], input[type='tel'] {
        width: 100%;
        height: 43px;
    }
    .info-aria {
        margin: unset;
        padding-top: 15px;
    }
    .info-aria .me-5 {
        margin-right: 20px!important;
    }
    .info-aria #contact-map-img {
        width: 45px;
    }
}
