@media (max-width: 550px) {
    .portfolio .else {
        top: 17px;
    }

    .portfolio .else:after {
        margin-top: 5px;
    }

    .skills .else {
        top: 50px;
    }

    .background-text {
        font-size: 100px;
        letter-spacing: 0;
    }

    .section-skill-item {
        max-height: 220px;
    }
}

@media (max-width: 410px) {
    .section-skill-item {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        max-height: 450px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .item-name {
        left: -13px;
        bottom: -21px;
        position: relative;
    }

    .item-cont p,
    .item-cont {
        margin: 0 !important;
    }

    .item-cont {
        padding-top: 60px;
    }

    .border-abso:nth-of-type(8) .item-name i:after {
        left: 0px;
    }

    .item-name i img {
        left: -4px;
    }
}

@media (max-width: 575.98px) {
    .project-card {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid rgba(128, 128, 128, 0.10);
        border-top: 1px solid rgba(128, 128, 128, 0.10);
    }
}

@media (max-width: 645px) {
    .border-abso:nth-of-type(odd) .section-skill-item:after {
        display: none;
    }

    .border-abso:nth-of-type(even) .section-skill-item:after {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .bord {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid rgba(128, 128, 128, 0.2);
    }

    .head h1 {
        font-size: 40px;
    }

    .head p {
        font-size: 14px;
    }

    .else-card,
    .else-card:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .motivation h2 {
        font-size: 40px;
    }

    .hire h5 {
        padding-top: 50px;
    }
}

@media (min-width: 991.98px) {
    .nav-link {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (max-width: 991.98px) {
    .else-card:hover {
        -webkit-transform: none;
        transform: none;
    }

    .navbar-nav {
        text-align: center !important;
    }

    .navbar-brand {
        margin-top: 7px;
    }

    .navbar-brand span {
        font-size: 21px;
    }

    .navbar-brand p {
        font-size: 14px;
    }
}

@media (max-width: 1199.98px) {}

@media (max-width: 342px) {
    .background-text {
        display: none;
    }

    html {
        overflow-x: hidden;
    }
}