* {
    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;
    justify-content: space-between;
    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;
        font-family: serif;
        display: flex;
        align-items: center;
        gap: 5px;
        margin-bottom: 20px;
        font-size: 23px;
        font-weight: 800;

        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: 20px;
        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: #0f172a;
    margin: 10% auto;
    padding: 30px;
    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;

    p {
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        color: #666;
        margin-top: 4px;
        font-size: 15px;
        margin-bottom: 18px;
    }

    input {
        width: 100%;
        background: #020617;
        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: 12px 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;
}

.s {
    text-align: center;
    margin-top: 130px;
    padding: 10px;

    div {
        background-color: #8a5cf622;
        width: 62px;
        height: 60px;
        padding-top: 18px;
        margin: 0 auto;
        border-radius: 12px;
        font-size: 22px;
        color: #8b5cf6;
        margin-bottom: 10px;

        h2 {
            font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
            font-weight: 800px;
        }

    }

    h1 {
        font-weight: 700;
        font-size: 24px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }

    p {
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        color: #666;
        font-size: 15px;
        margin-top: 5px;
    }

}

.tepa {
    width: 700px;
    height: 30px;
    border-radius: 999px;
    background-color: #8a5cf626;
    position: relative;
    overflow: hidden;
}

.orta {
    width: 630px;
    height: 30px;
    background-color: #8a5cf626;
    border-radius: 999px;
    position: relative;
    overflow: hidden;
}

.pas {
    width: 540px;
    height: 30px;
    background-color: #8a5cf626;
    border-radius: 999px;
    position: relative;
    overflow: hidden;
}

.tugma {
    width: 400px;
    height: 30px;
    background-color: #8a5cf626;
    border-radius: 999px;
    position: relative;
    overflow: hidden;
}

#fake {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin: 0 auto;
    margin-top: 100px;
}

.tepa::after,
.orta::after,
.pas::after,
.tugma::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    animation: loading 1.5s infinite;
}

.s {
    display: none;
}

@keyframes loading {
    100% {
        left: 100%;
    }
}

.right {
    width: 100%;
    height: 95vh;
    padding: 30px;
    margin-top: 15px;
    border-radius: 25px;
    margin-right: 15px;
}

main {
    width: 940px;
    padding: 10px 30px;
    height: 100vh;
    overflow-y: auto;
    padding: 20px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    background-color: whitesmoke;
}

.header {
    padding: 10px 30px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    p {
        color: #8a5cf6c9;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-size: 16px;
        font-weight: 800;
    }

    button {
        padding: 7px 20px;
        border: none;
        background-color: #8b5cf6;
        border-radius: 10px;
        color: white;
        font-weight: 800;
        cursor: pointer;
        transition: 0.3s;
    }

    button:hover {
        transform: scale(1.04);
        box-shadow: 0 0 25px rgba(132, 18, 239, 0.7);
    }

    h2 {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: 800;
    }

}

.header1 {
    width: 100%;
    padding: 0px 0px;
}

main {
    width: 960px;
    overflow-y: auto;
    height: 100vh;
}

.hr {
    width: 100%;
    height: 1px;
    background-color: #090f1d10;
    border-radius: 999px;
    margin-bottom: 20px;
}

@media (max-width: 1000px) {

    .mobile-bottom-nav {
        display: block;
    }

    body {
        user-select: none;
    }

    main {
        width: 100%;
        padding: 0 10px;
    }

    .tepa,
    .orta,
    .pas,
    .tugma {
        width: 100%;
    }

    .orta {
        width: 85%;
    }

    .pas {
        width: 70%;
    }

    .tugma {
        width: 50%;
    }

    .d {
        width: 100%;
        height: 100vh;
        overflow-y: auto;
    }

    #fake {
        width: 100%;
    }

    .right {
        display: none;
    }

    aside {
        display: none;
    }

    .header {
        padding: 18px 25px;
    }

    .modal,
    .modal1 {
        width: 100%;
        padding: 15px;
    }

}

@media (max-width: 1300px) {

    body {
        user-select: none;
    }

    .right {
        width: 50%;

        h2 {
            font-size: 14px;
        }

        p {
            font-size: 13px !important;
        }

    }

    main {
        width: 100%;
        padding: 0 10px;
    }

    .tepa,
    .orta,
    .pas,
    .tugma {
        width: 100%;
    }

    .orta {
        width: 90%;
    }

    .pas {
        width: 80%;
    }

    .tugma {
        width: 65%;
    }

    .d {
        width: 100%;
        height: 100vh;
        overflow-y: auto;
    }

    #fake {
        width: 100%;
        margin-left: 20px;
    }

}