/* * Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    .kobee-cntnt .knobee-cntnt-heading h1 {
        color: var(--font-color);
        text-transform: uppercase;
        font-size: 38px;
    }

    .kobee-cntnt h2 {
        color: var(--font-color);
        font-size: 19px;
        font-weight: 300;
        text-align: center;
        padding-inline: 0rem;
    }

    footer .arrow {
        position: relative;
        left: 487px;
        bottom: 46px;
        filter: invert(1);
        border: none;
        border-radius: 12px;
    }

    footer .f-list {
        display: flex;
        justify-content: center;
        padding-right: 0px;
    }

    .feature .fea-heading h1 {
        color: var(--font-color2);
        font-size: 50px;
        font-weight: bold;
    }

    .kobee-cntnt .knobee-cntnt-heading h1 {
        color: var(--font-color);
        text-transform: uppercase;
        font-size: 38px;
    }

    .h-navbar a img {
        width: 70px;
    }

    .navbar-toggler-icon {
        width: 26px;
        height: 48px;
    }

}

/* ============for 768 width tablate=================== */

@media (max-width: 768px) {
    .feature .fea-heading h1 {
        color: var(--font-color2);
        font-size: 67px;
        font-weight: bold;
    }

    .kobee-cntnt .knobee-cntnt-heading h1 {
        color: var(--font-color);
        text-transform: uppercase;
        font-size: 38px;
    }



    .kobee-cntnt h2 {
        color: var(--font-color);
        font-size: 19px;
        font-weight: 300;
        text-align: center;
        padding-inline: 0rem;
    }

    .last-section .our-mission h1 {
        font-size: 36px;
        color: white;
        padding: 0px 20px;
    }

    .middle-section h1 {
        font-size: 44px;
        margin-bottom: 30px;
        color: white;
        padding-top: 0px;
        font-weight: 600;
    }

    .last-section .our-mission p {
        color: white;
        font-size: 18px;
        margin-left: 30px;
        line-height: 36px;
        margin-right: 25px;
    }

    .last-section .our-vision h1 {
        font-size: 37px;
        color: white;
        padding: 7px 24px;
    }

    .black .girl-img img {
        height: auto;
        width: 298px;
    }

    .knobee-ad h1 {
        font-size: 44px;
        font-weight: 400;
        color: var(--font-color);
        text-transform: uppercase;
    }

    .knobee-ad img {
        height: 91px;
        width: auto;
    }

    footer .downlod-section h2 {
        color: var(--font-color);
        text-transform: uppercase;
        font-weight: 400;
        font-size: 25px;
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }

    footer .arrow {
        position: relative;
        left: 190px;
        bottom: 46px;
        filter: invert(1);
        border: none;
        border-radius: 12px;
    }

    footer h1 {
        color: var(--font-color);
        font-size: 22px;
        font-weight: 400;
    }

    footer .f-list {
        display: flex;
        padding-right: 0px;
    }

    .last-section .our-vision p {
        color: white;
        font-size: 20px;
        margin-left: 30px;
        line-height: 43px;
        margin-right: 25px;
        margin-top: 0px;
    }


    .h-navbar a img {
        width: 80px;
        margin-top: 10px;
        height: 35px;
        opacity: 0.5;
    }
}

/* ==========992px screens ================ */
@media (max-width: 992px) {


    footer .downlod-section h2 {
        color: var(--font-color);
        text-transform: uppercase;
        font-weight: 400;
        font-size: 25px;
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }

    footer .arrow {
        position: relative;
        left: 203px;
        bottom: 46px;
        filter: invert(1);
        border: none;
        border-radius: 12px;
    }

    .black .girl-img img {
        height: auto;
        width: 377px;
    }

}

/*==========1400px screens================*/
@media (max-width: 1400px) {
    footer .arrow {
        position: relative;
        left: 389px;
        bottom: 46px;
        filter: invert(1);
        border: none;
        border-radius: 12px;
    }

}

@media (min-width: 1200px) {
    .navbar-toggler-icon {
        display: inline-block;
        width: 32px;
        height: 69px;
        vertical-align: middle;
        background-image: url(../website_img/ham-burgur.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        opacity: 0.5;
    }

    .h-navbar a img {
        width: 140px;
        margin-top: 10px;
        height: auto;
        opacity: 0.5;
    }
}