.contact {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px 20px 0px;
    position: relative;
    overflow: hidden;
    background: #f0f0f3;
}


.contact .container {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px 50px;
}

.contact .left-contact p {
    color: #011c37;
    padding: 10px 0;
    font-weight: 800;
}

.contact .left-contact .contact-paramain {
    font-size: 15px;
    font-weight: 500;
}

.contact .left-contact p i {
    color: #101010;
}

.contact .container h1 {
    text-align: center;
    font-size: var(--font-hl);
    position: relative;
    margin-bottom: 30px;
}

/* .contact .container h1::before {
    content: "";
    position: absolute;
    left: 29%;
    top: 50%;
    transform: translateY(-50%);
    width: 108px;
    height: 3px;
    background-color: #0c1123;
    border-radius: 2px;
} */

.contact .right-contact textarea {
    width: 100%;
    padding: 8px;
    border-radius: 10px;
    border: none;
    background-color: #f0f0f3;
    box-shadow: 6px 6px 12px #d1d9e6, -6px -6px 12px #ffffff;
}

.contact .right-contact input {
    width: 100%;
    padding: 10px 10px;
    border-radius: 10px;
    border: none;
    background-color: #f0f0f3;
    box-shadow: 6px 6px 12px #d1d9e6, -6px -6px 12px #ffffff;
}

.contact .right-contact p {
    text-align: center;
    font-size: 12px;
}

.contact .contact-btn {
    padding: 5px 30px;
    border-radius: 10px;
    background-color: #f0f0f3;
    color: #080707;
    box-shadow: 6px 6px 12px #d1d9e6, -6px -6px 12px #ffffff;
    font-weight: bold;
    font-size: 16px;
    text-transform: capitalize;
    margin: 10px 0;
    transition: 0.5s;
}

.contact .contact-btn:hover {
    background: #f0f0f3;
    color: #000000;
}


@media (max-width:990px) {
    .contact .container {
        padding: 10px 20px;
    }

    .contact .container h1::before {
      display: none;
    }
}


@media (min-width:1900px) and (max-width:2500px) {
    .contact .left-contact p {
        font-size: 20px;
    }

    .contact .left-contact .contact-paramain {
        font-size: 18px;
        font-weight: 500;
    }

    .contact .contact-btn {
        font-size: 20px;
    }

}

@media (min-width:1200px) and (max-width:1399px) {

    .contact .container h1 {
        font-size: 50px;
    }

    .contact .container h1::before {
        left: 37%;
    }

    .contact .right-contact input {
        padding: 7px 10px;
        font-size: 12px;
    }

    .contact .container h1 {
        font-size: 40px;
    }

    .contact .container h1::before {
        left: 27%;
        top: 50%;
        width: 82px;
        height: 2px;
    }

    .contact .left-contact p {
        font-size: 14px;
    }

    .contact .left-contact .contact-paramain {
        font-size: 12px;
        font-weight: 500;
    }

    .contact .right-contact textarea {
        padding: 5px 10px;
    }

    .contact {
        padding: 50px 0px 0px 0px;
    }
}

@media (min-width:1400px) and (max-width:1500px) {
    .contact .container h1::before {
        left: 29%;
    }

    .contact {
        padding: 50px 0px 0px 0px;
    }
}




@media (min-width:1901px) and (max-width:3000px) {
    .contact .container h1 {
        font-size: 50px;
    }

    .contact .container h1::before {
      left: 31%;
    }

    .contact .right-contact input {
        padding: 18px 10px;
        font-size: 18px;
    }
}

@media (min-width:1700px) and (max-width:1900px) {
    .contact .container h1 {
        font-size: 45px;
    }

    .contact .container h1::before {
        left: 28%;
    }
}