@media all and (max-width: 9000px) and (min-width: 1441px) {

    .portfolio-image img {
        height: 500px;
        width: 100%;
        position: relative;
    }

    .portfolio-image {
        height: 500px;
        width: 40%;
    }

    .about-img img {
        width: 100%;
        height: 450px;
        padding: 30px;
        border-radius: 40px;
        animation: opacity 1.4s ease;
    }

    .about-img {
        width: 40%;
        height: 450px;
        padding: 30px;
        border-radius: 40px;
    }

    .about-first-line {
        font-size: 45px;
        opacity: 1;
        margin-bottom: 10px;
        display: block;
    }

    .about-first-line .color {
        font-size: 46px;
    }

    .about-second-line {
        opacity: .8;
        font-size: 28px;
        font-weight: 200;
    }

    .cv a button {
        background: transparent;
        border: none;
        padding: 25px 35px;
        color: whitesmoke;
        outline: none;
        font-size: 30px;
        font-family: aileron;
        border-radius: 4px;
        font-weight: 400;
        cursor: pointer;
        position: relative;
        transition: all .4s ease;

    }

    .service {
        height: 650px;
        width: 28%;
        margin: 1.5%;
        padding: 10px;
        background-color: #191919;
        display: inline-block;
        box-shadow: 0px 0px 25px rgb(0, 0, 0, .05);
        position: relative;
        text-align: center;
        z-index: 2;
        border-radius: 20px;
        overflow: hidden;
        animation: opacity 1.4s ease;
    }

    .service-img {
        text-align: center;
    }

    .service-img img {
        display: inline-block;
        z-index: 2;
        position: relative;
        margin: 20px;
        border-radius: 20%;
        padding: 10px;
        height: 160px;
        transition: all .8s ease;
    }

    .service-description h2 {
        padding: 10px;
        margin: 5px;
        font-weight: 200;
        font-size: 32px;
    }

    .service-description p {
        padding: 10px;
        font-weight: 200;
        font-size: 18px;
        opacity: .8;
    }

    .service-description ul li {
        text-align: left;
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .blogs {
        height: 420px;
        width: 30%;
        margin: auto;
        margin-top: 50px;
        margin-bottom: 50px;
        position: relative;
        overflow: hidden;
    }

    .blogs .img {
        height: 80%;
        width: 100%;
        overflow: hidden;
        transition: all .65s ease;
        position: relative;
    }

    .blog-date {
        position: absolute;
        left: 0;
        bottom: 0;
        color: whitesmoke;
        font-size: 18px;
        text-align: center;
        font-weight: 400;
        font-family: poppins;
        padding: 3px;
        width: 25%;
        height: auto;
    }

    .blogs .img img {
        height: 100%;
        width: 100%;
        transition: all .65s ease;
    }

    .blog-text {
        height: 80%;
        width: 100%;
        text-align: center;
        vertical-align: center;
        font-family: poppins;
        color: whitesmoke;
        background-color: #050505;
        transition: all .5s ease;
    }

    .blog-text h3 {
        font-size: 28px;
        font-weight: 500;
        height: 20%;
        padding: 20px;
        letter-spacing: 1px;
    }

    .blog-text p {
        font-size: 18px;
        opacity: .9;
        font-weight: 400;
        height: 80%;
        padding: 30px;
        letter-spacing: 1px;
    }

    .blogs:hover .img {
        transform: translateY(-70%);
    }

    .blogs:hover .blog-text {
        transform: translateY(-70%);
    }

    .contact-header {
        height: auto;
        width: 100%;
        text-align: center;
        align-items: center;
        justify-content: center;
        font-size: 45px;
        font-family: raleway;
        color: whitesmoke;
        padding: 10px;
        padding-bottom: 30px;
        padding-top: 60px;
        font-weight: 900;
    }

    .contact-header-caption {
        padding: 10px;
        color: whitesmoke;
        opacity: .9;
        font-family: raleway;
        font-size: 18px;
    }

    .contact-content {
        width: 90%;
        margin: auto;
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .contact-info {
        width: 40%;
        height: 600px;
        background-position: center;
        background-size: cover;
        border-radius: 16px;
        margin-bottom: 50px;
        position: relative;
        overflow: hidden;
    }

    .contact-info::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #101010;
        opacity: .7;
        pointer-events: none;
    }

    .contact-form {
        height: 600px;
        width: 60%;
        display: flex;
        flex-direction: column;
    }

    form {
        display: flex;
        flex-direction: column;
        height: auto;
        width: auto;
        align-items: center;
        position: relative;
    }

    .input-line {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .input-name {
        width: 60%;
        padding: 10px 20px;
        margin: 14px;
        border-radius: 8px;
        outline: none;
        background: #050505;
        border: none;
        color: whitesmoke;
        font-family: poppins;
        font-size: 18px;
    }

    .form-header {
        font-size: 24px;
        font-family: poppins;
        font-weight: 400;
        color: whitesmoke;
        padding: 20px;
        padding-top: 0px;
    }

    .input-subject {
        width: 60%;
        padding: 10px 20px;
        margin: 24px;
        border-radius: 8px;
        outline: none;
        background: #050505;
        border: none;
        color: whitesmoke;
        font-family: poppins;
        font-size: 18px;
    }

    .input-textarea {
        width: 60%;
        padding: 10px 20px;
        margin: 15px;
        height: 150px;
        border-radius: 8px;
        outline: none;
        background: #050505;
        border: none;
        color: whitesmoke;
        font-family: poppins;
        font-size: 18px;
    }

    form button {
        padding: 8px 24px;
        font-family: poppins;
        font-size: 20px;
        color: whitesmoke;
        opacity: .8;
        margin: 20px;
        cursor: pointer;
        border: none;
        border-radius: 8px;
        transition: all .4s ease;
    }
}