@media(max-width:1100px) {
    .mobile.site-title{
        display: none;
    }

    .menu-button{
        flex:1 1;
    }
    .menu-button.mobile{
        display: block !important;
    }

    ul.menu.mobile {
        flex-direction: column;
        background: #323232;
        position: absolute;
        right: -100%;
        height: 100vh;
        top: 0;
        transition: right 0.3s;
        padding: 60px 2px 0 85px;
        z-index: 2;
    }
    ul.menu.mobile.expand{
        right: 0;
    }
    ul.menu.mobile li {
        line-height: 48px;
        text-align: right;
    }
    ul.menu.mobile li a:hover{
        color: green;
        border:none !important;
    }
    i.close-menu{
        display: inline-block!important;
    }
}
@media(max-width:881px){
    .center-area {
        width: 74%;
    }
}
@media(max-width:768px) {
    .statistics >:nth-child(2) {
         margin: 0 31px;
    }
    .center-area {
        width: 90%;
    }

    .card-home {
        flex: 30%;
    }

    section.skills {
        height: 254px;
    }

    .skills .thumbnail {
        width: 215px;
    }

    .skills-right {
        display: none;
    }

    .skills-left {
        padding: 50px 14px;
    }

    section.aboutme {
        position: relative;
        right: 18%;
        top: 16px;
    }

    .services .content .content-text {
        margin-right: 23px;
    }


    .intro .right-box {
        width: 65%;
        font-size: .8em;
        padding-right: 36px;
    }

    section.posts {
        padding: 0;
    }
    section.posts .top {
        padding: 0 30px;
    }
}

@media(max-width:576px) {
    .search-box{
        top: 30px;
    }

    .center-area h2 {
        font-size: 2.1em;
    }

    .card-home {
        flex: 100%;
    }

    .services .tabs {
        padding: 0 2px;
        font-size: .85em;
    }

    .services .content {
        flex-direction: column;
        align-items: center;
        text-align: justify;
    }



    .services .content .content-text {
        margin-right: 0;
        margin-bottom: 14px;
    }

    .intro .right-box {
        padding: 33px 44px 67px 93px;
    }

    .statistics .text.s1 {
        right: 14%;
    }
    .statistics .text.s2 {
        right: 35%;
    }

    .statistics .text.s3 {
        right: 55%;
    }

    .statistics .text.s4 {
        right: 79%;
    }

    .statistics .text .title {
        font-size: .8em;
    }

    .statistics .text.s3 .title {
        width: 93px;
        text-align: center;
    }

    .posts .sub-header {
        font-weight: 500;
        font-size: .8em;
    }

    .posts .post-boxes .post-box {
        flex: 100%;
        padding: 10px 84px;
    }
}
@media(max-width:523px) {
    .center-area h2 {
        font-size: 1.5em;
        margin-bottom: 7px;
    }
    .center-area h4 {
        font-size: 1em;
        margin-bottom: 6px;
    }
}
@media(max-width:423px){
    .search-input input {
        line-height: 42px;
    }
    .search-input i.fa-search {
        top: 13px;
    }
    .center-area h2 {
        font-size: 1.2em;
    }

}
@media(max-width:376px){
    .top-header::after {
        background: rgb(24 24 24 / 64%);
    }
    .search-input input::placeholder {
        font-size: .7em;
        margin: 0 -30px;
    }
    img.top-image{
        display: none;
    }
    .home-header {
        height: 315px;
    }
    .intro .right-box {
        width: 84%;
    }

    .statistics .text{
        font-size:.8em;
    }
    .statistics .text.s3 {
        right: 53%;
    }

    .statistics .text.s3 .title {
        width: 68px;
    }

    .posts .post-boxes .post-box {
        padding: 10px 10px;
    }

    h1.posts-title {
        font-size: 1.4em;
    }

    .post-info{
        flex-direction: column;
        padding-right: 7px;
    }
}
