.nav {
    background: #e4f5eb;
    width: 91% !important;
    margin-left: -7px;
    height: 90px;
    margin-top: -7px;
    align-items: center;
    display: flex;
    padding-left: 150px;
}

.logo1 {
    text-decoration: none;
    color: black;
    font-size: 25px;
}

.logo2 {
    text-decoration: none;
    color: black;
    margin-left: 10px;
}

.logo2 img {
    width: 50px;
    height: 50px;
}

.logo3 {
    text-decoration: none;
    color: black;
    margin-left: 20px;
}

.logo3 img {
    width: 130px;
    height: 80px;
    border-left: 0.1px solid rgb(206, 206, 206);
    border-right: 0.1px solid rgb(206, 206, 206);
}

.navLogo {
    margin-left: 30px;
    font-weight: 800;
    font-family: serif;
    color: #008000;
}

.logo {
    margin-left: 200px;
}




/* lug'atQisimlar */
.lugatQisimlar {
    text-align: center;
}

.lugatQisimlar div {
    display: inline-block;
    width: 24%;
    height: 200px;
    margin-top: 40px;
    background-color: #e4f5eb;
    text-align: center;
    border-radius: 20px;
    text-decoration: none;
    margin-left: 20px;
}


.lugatQisimlar div:hover {
    transition: 1s;
    box-shadow: 3px 3px 15px rgb(62, 62, 62);
}

.img {
    font-size: 50px;
}

.nom {
    font-size: 19px;
    margin-top: -10px;
    color: black;
}

.nom2 {
    margin-left: 200px;
    font-family: cursive;
    font-weight: bold;
    color: rgb(255, 31, 31);
}

/*  */



.footer {
    width: 83%;
    height: 100px;
    background-color: #e4f5eb;
    padding-top: 40px;
    padding-left: 130px;
    padding-right: 130px;
    margin-top: 152px;
}

.footerDiv {
    display: flex;
    border-top: 1px solid gray;
}

.footerDiv img {
    margin-top: 0px;
    width: 130px;
    height: 90px;
    margin-left: 100px;
}

.p1 {
    opacity: 0.5;
}

.footerDiv {
    font-size: 16px;
}

.footerDiv p {
    margin-top: 20px;
    margin-left: 50px;
    font-size: 18px;
    font-family: 'Times New Roman', Times, serif !important;
}

.divIcons a {
    text-decoration: none;
    color: black;
    font-size: 25px;
}

.divIcons {
    margin-left: 650px;
    margin-top: 40px;
}


@media screen and (max-width:428px) {

    /* nav */
    .nav {
        background: #e4f5eb;
        width: 95% !important;
        height: 10%;
        margin-top: -7px;
        align-items: center;
        display: block;
        padding-left: 30px;
        margin-left: -7px;
    }

    .logo1 {
        position: relative;
        top: -25px;
    }

    .logo2 {
        position: relative;
        top: -10px;
    }

    .navLogo {
        margin-top: -5%;
        margin-left: 0px;
        font-weight: 0;
        display: none;
        width: 95%;
        justify-content: center;
    }

    .nom2 {
        margin-top: 9%;
        margin-left: 0px;
        display: flex;
        justify-content: center;
        width: 95%;
    }

    /* nav */
    /* cards */
    .lugatQisimlar {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 95%;
        margin-left: 0px;
    }

    .lugatQisimlar div {
        margin-left: 15px;
        margin-top: 30px;
        width: 80%;
    }


    /* cards */
    /* footer */

    .footer {
        width: 99%;
        height: 200px;
        background-color: #e4f5eb;
        padding-top: 30px;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 50px;
    }

    .footerDiv {
        display: flex;
        flex-wrap: wrap;
        border-top: 1px solid gray;
    }

    .footerDiv img {
        margin-top: 0px;
        width: 130px;
        height: 90px;
        margin-left: 0px;
    }

    .p1 {
        opacity: 0.5;
    }


    .footerDiv {
        font-size: 16px;
    }

    .footerDiv p {
        margin-top: 20px;
        margin-left: 0px;
        font-size: 18px;
        font-family: 'Times New Roman', Times, serif !important;
    }

    .divIcons a {
        text-decoration: none;
        color: black;
        font-size: 25px;
    }

    .divIcons {
        text-align: center;
        width: 100%;
        margin-left: 0px;
        margin-top: 20px;
    }

    /* footer */

    .my-footer-img{
        width: 100px !important;
        height: 80px !important;
    }
}