* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-overflow-style: none;
    scrollbar-width: none;
    font-family: 'Poppins', sans-serif;
}

.container {
    display: flex;
    width: 100%;
}

body {
    background-color: #ffffff;
    background-image:
        radial-gradient(at 0% 0%, rgba(138, 92, 246, 0.937) 0px, transparent 50%),
        radial-gradient(at 100% 100%, rgba(138, 92, 246, 0.881) 0px, transparent 5)
}

aside {
    width: 100%;
    max-width: 260px;
    background-color: rgba(234, 234, 234, 0.168);
    padding: 20px;
    height: 100vh;
    border-right: 1px solid #8a5cf64b;

    h1 {
        font-weight: 900;
        display: flex;
        align-items: center;
        gap: 5px;
        margin-bottom: 20px;
        font-size: 23px;
        font-weight: 900;
        font-family: 'Poppins', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

        button {
            padding: 10px;
            border-radius: 10px;
            background-color: #8b5cf6;
            color: white;
            font-weight: 800;
            border: none;
        }

    }

    input {
        width: 100%;
        background-color: transparent;
        padding: 12px;
        border-radius: 12px;
        border: 1px solid #6666661b;
        font-weight: 800;
        outline: none;
        margin-bottom: 25px;
        font-size: 12px;
        transition: 0.4s;
    }

    input:focus {
        border: 1px solid #8b5cf6;
    }

    .menu {
        display: flex;
        flex-direction: column;
        row-gap: 8px;

        button {
            width: 100%;
            padding: 12px;
            border-radius: 10px;
            text-align: start;
            display: flex;
            align-items: center;
            gap: 8px;
            border: none;
            font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
            font-weight: 500;
            background-color: transparent;
            cursor: pointer;
            transition: 0.3s;
            font-size: 15px;

            span {
                font-size: 19px;
                font-weight: 500;
            }

        }

        button:hover {
            background-color: rgba(139, 92, 246, 0.1);
        }

        #bn {
            background-color: #8b5cf6;
            color: white;
            box-shadow: 0 4px 15px rgba(138, 92, 246, 0.34);
        }

    }

    .logIn {
        position: relative;
        bottom: -150px;
        padding: 12px;
        width: 100%;
        font-weight: 600;
        border-radius: 999px;
        cursor: pointer;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-size: 15px;
        transition: 0.3s;
        background-color: transparent;
        border: 1px solid #6666661b;
    }

    .logIn:hover {
        background-color: #7750d3;
        color: white;
    }

}

.modal,
.modal1 {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    display: none;
}

.modal-box {
    background-color: #0f172ae0;
    margin: 8% auto;
    padding: 40px;
    border: 1px solid rgba(37, 99, 235, 0.3);
    width: 500px;
    border-radius: 20px;
    color: white;
    box-shadow: 0 0 30px rgba(37, 99, 235, 0.2);
    animation: modalOpen 0.4s ease-out;
    overflow-y: auto;

    p {
        color: #666;
        margin-top: 7px;
        font-size: 13px;
        margin-bottom: 22px;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }

    input {
        width: 100%;
        background: #02061786;
        border: 1px solid #1e293b;
        border-radius: 10px;
        color: #3b82f6;
        padding: 15px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        outline: none;
        margin-bottom: 10px;
    }

    button {
        background: #2563eb;
        color: white;
        border: none;
        padding: 14px 20px;
        border-radius: 999px;
        font-weight: bold;
        cursor: pointer;
        box-shadow: 0 5px 15px rgba(37, 99, 235, 0.3);
        width: 100%;
        margin-top: 15px;
        transition: 0.3s;
    }

    button:hover {
        background: #1d4ed8;
    }

    s {
        position: absolute;
        right: 550px;
        font-size: 25px;
        cursor: pointer;
    }

}

@keyframes modalOpen {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.akk-page {
    position: relative;
    bottom: -140px;
    padding: 14px;
    width: 100%;
    border: 1px solid #6666661b;
    background-color: transparent;
    color: black;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.4s;

    img {
        width: 40px;
    }

    .ss {
        display: flex;
        align-items: center;
        gap: 6px;

        p {
            color: #666;
            font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
            font-size: 12px;
        }

        h3 {
            font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
            font-size: 15px;
            width: 120px;
        }

    }

}

.akk-page:hover {
    background-color: #6666661b;
}

.loyiha {
    background-color: #8b5cf6 !important;
    color: white;
    font-weight: 800 !important;
    justify-content: center;
    position: relative;
    bottom: -140px;
    transition: 0.3s;
    padding: 8px !important;
}

.loyiha:hover {
    transform: scale(1.04);
    box-shadow: 0 0 10px rgba(132, 18, 239, 0.7);
}

.mobile-bottom-nav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 8px 20px;
    z-index: 10000;
    display: none;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-tap-highlight-color: transparent;
}

.mobile-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #565656e9;
}

.mobile-nav .puls {
    background-color: #081530;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-weight: 800;
    position: relative;
    top: -20px;
    padding-top: 5px;
    box-shadow: 0 4px 15px rgba(8, 21, 48, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-nav .puls span {
    font-size: 30px;
    line-height: 1;
    padding-bottom: 20px;
}

.mobile-nav .sd {
    background-color: #8b5cf6;
    border-radius: 10px;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 5px 10px;
}

.mobile-nav a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
}

main {
    width: 940px;
    height: 100vh;
    overflow-y: auto;
    padding: 20px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    background-color: white;
}

.hr {
    width: 100%;
    height: 1px;
    background-color: #090f1d1c;
    border-radius: 999px;
    margin-bottom: 20px;
}

.header {
    width: 890px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;

    h1 {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-size: 25px;

        em {
            color: #8b5cf6;
            font-size: 20px;
            font-weight: 300;
        }

    }

    p {
        color: #666;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-size: 14px;
    }

    button {
        padding: 9px 18px;
        border-radius: 8px;
        border: none;
        background-color: #8b5cf6;
        color: white;
        font-weight: 700;
        cursor: pointer;
        transition: 0.3s;
        color: #ffffff;
    }

    button:hover {
        background-color: #8a5cf6ca;
    }

}

#fake {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    margin: 0 auto;
    margin-top: 28%;
}

.malumot,
.malumot1,
.malumot2 {
    width: 70%;
    background-color: white;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #8b5cf6;
    display: none;
    cursor: pointer;
    transition: 0.2s;
    margin: 0 auto;
    margin-top: 50px;

    .bigImg {
        width: 100%;
        border-radius: 20px;
        margin-top: 15px;
    }

    .akk {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;

        img {
            width: 35px;
            height: 35px;
            border-radius: 999px;
        }

        h3 {
            font-size: 15px;
            font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        }

        h3:hover {
            text-decoration: underline;
        }

        p {
            color: #666;
            font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
            font-size: 14px;
        }

    }

    h2 {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-size: 22px;
        margin-bottom: 8px;
    }

    h2:hover {
        color: #8b5cf6;
    }

    p {
        color: #666;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-size: 14px;
    }

}

.malumot:hover,
#div:hover,
.malumot1:hover,
.malumot2:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.262);
}

#div {
    width: 70%;
    background-color: white;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #8b5cf6;
    display: none;
    cursor: pointer;
    transition: 0.2s;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;

    .bigImg {
        width: 100%;
        border-radius: 20px;
        margin-top: 15px;
    }

    .nev {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;

        img {
            width: 40px;
            height: 40px;
            border-radius: 999px;
        }

        h3 {
            font-size: 15px;
            font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        }

        h3:hover {
            text-decoration: underline;
        }

        p {
            color: #0088ff;
            font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
            font-size: 14px;
        }

    }

    h1 {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-size: 22px;
        margin-bottom: 8px;
        transition: 0.2s;
    }

    h1:hover {
        color: #8b5cf6;
    }

    p {
        color: #666;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-size: 14px;
    }

    .edit {
        position: absolute;
        right: 30px;
        padding: 11px;
        border-radius: 10px;
        border: none;
        background-color: #8b5cf6;
        font-size: 13px;
        color: white;
        transition: 0.3s;
    }

    .edit:hover {
        background-color: #8a5cf6d8;
    }

}

@media (max-width: 1000px) {

    .modal-box {
        width: 100% !important;

        p {
            font-size: 14 px;
        }

    }

    .hr {
        display: none;
    }

    .modal {
        padding: 15px;
    }

    .mobile-bottom-nav {
        display: block;
    }

    aside {
        display: none;
    }

    body {
        user-select: none;
    }

    main {
        width: 100%;
        padding: 0;
        padding-bottom: 120px;
    }

    .header {
        width: 100vw;
        margin: 0;
        padding: 16px 18px;
        margin-bottom: 60px;

        h1 em {
            font-size: 14px;
        }

    }

    .d {
        width: 100%;
        height: 100vh;
        overflow-y: auto;
    }

    #fake {
        width: 100%;
        padding: 15px;
        text-align: center;
        margin-top: 40%;
    }

    .malumot,
    .malumot1,
    .malumot2 {
        width: 95%;
        border-radius: 22px;
    }

    #div {
        width: 95%;
        margin-bottom: 100px;
    }

    .modal1 {
        padding-top: 40px;
    }

}