@media (min-width: 220px) and (max-width: 767.9px) {
    .navbar .nav {
        display: none !important;
    }

    .navbar .bars {
        z-index: 1;
        position: absolute;
        display: block;
        transition: all .5s ease-in-out;
        cursor: pointer;
        color: white;
        font-size: 40px;
        left: 80%;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
    }

    .navbar .bars:hover {
        color: grey;
    }

    .mobile__menu {
        z-index: 111;
        transition: all .5s ease-in-out;
        position: relative;
        top: 0;
        display: none;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        background: #000;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
    }

    .mobile__menu .href {
        border: 1px solid white;
        position: relative;
        margin: 20px 0;
        border-radius: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 70%;
        height: 40px;
        background: white;
        color: black;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
    }

    .mobile__menu .href:hover {
        text-decoration: none;
    }

    .mobile__menu .times {
        position: absolute;
        cursor: pointer;
        transition: all .5s ease-in-out;
        top: 20px;
        left: 83%;
        font-size: 40px;
        color: white;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
    }

    .mobile__menu .href span {
        z-index: 111;
    }

    .mobile__menu .href:hover > span {
        color: white;
    }

    .mobile__menu .href::before {
        position: absolute;
        border-radius: 30px;
        content: '';
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
}

    .mobile__menu .href:hover::before {
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        background: #000;
        transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
}

    .basic .fashion1 h3,
    .basic .fashion2 h3,
    .basic .fashion3 h3,
    .basic .fashion4 h3 {
        font-size: 13px;
    }

    .basic .fashion1 h1,
    .basic .fashion2 h1,
    .basic .fashion3 h1,
    .basic .fashion4 h1 {
        font-size: 18px;
    }

    .footer-img .basic-img1 img,
    .footer-img .basic-img2 img,
    .footer-img .basic-img3 img,
    .footer-img .basic-img4 img {
        position: relative;
        top: 20px;
        right: 20px;
        width: 220px;
    }

    .footer-img .basic-img2 img {
        position: relative;
        top: 80px;
        right: 100px;
    }

    .footer-img .basic-img3 img {
        position: relative;
        right: 50px;
    }

    .footer-img .basic-img4 img {
        position: relative;
        top: 130px;
        width: 300px;
        right: 100px;
    }

    .hijob-img {
        position: relative;
        left: 0;
    }

    .img-block {
        height: 180vh;
    }

    .img-block .hijab-img2 {
        position: relative;
        left: 45px;
    }

    .hijob-img h1 {
        font-size: 25px;
        font-weight: 600;
    }

    .font-image .text {
        position: relative;
    }

    .font-image .text h1 {
        font-size: 23px;
        font-weight: 700;
    }

    .font-image .text p {
        margin: 0 100px;
        font-size: 15px;
    }

    .font-image .text h2 {
        font-size: 23px;
        font-weight: 700;
    }

    .font-image {
        height: 120vh;
    }

    .font-image .image3 img {
        width: 400px;
        position: absolute;
        bottom: -50px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .font-image .image img,
    .font-image .image2 img {
        width: 400px;
        position: absolute;
        bottom: -50px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .block-summ {
        position: relative;
        height: 200vh;
    }

    .block-summ .trade-post {
        position: relative;
        left: 0;
    }

    #arab {
        position: relative;
        left: -10px;
        top: 60px;
        width: 140px;
    }

    .buy-img img {
        position: relative;
        top: 6px;
        width: 300px;
    }

    .hijob-img img {
        top: 150px;
        position: relative;
        width: 280px;
    }

    .hijab-tutarial {
        position: relative;
    }

    .hijab-tutarial img {
        position: relative;
        top: -108px;
        left: -50px;
        width: 500px;
    }

    .left {
        z-index: 11;
    }

    .right {
        position: relative;
        left: 85%;
    }

    .cont {
        font-size: 12px;
        width: 90% !important;
    }
}