body {
    background-color: black;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
    font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

:root {
    --color: black;
    --seccolor: white;
    --leftside: #121212;
    --innerboxes: #1f1f1f;
}

.flex {
    display: flex;
}

.left {
    width: 29vw;
    padding: 0px 15px;
    background-color: var(--leftside);
    min-height: 100vh;
    padding-top: 8px;
    border-radius: 5px;
    margin-top: 0px;
    margin-right: 7px;
}

.h1 {
    font-size: 8px;
    font-weight: 700;
}

.plus img {
    width: 17px;
    color: var(--seccolor);
    cursor: pointer;
}

.box1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px;
    padding-left: 5px;
    padding-bottom: 37px;
    padding-top: 4px;
    color: var(--seccolor);
}

.box2 {
    border: 1px solid black;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    padding: 10px 5px;
    align-items: flex-start;
    margin-bottom: 14px;
    margin-left: -7px;
    margin-right: -7px;
    background-color: var(--innerboxes);
    color: var(--seccolor);
}

.box2 ul {
    margin: 5px 0;
    padding: 5px 8px;
}

.box3 ul {
    margin: 5px 0;
    padding: 5px 8px;
}

.box2 ul li {
    list-style: none;
    padding-bottom: 10px;
    padding-left: 5px;
}

.box3 ul li {
    list-style: none;
    padding-bottom: 10px;
    padding-left: 5px;
}

.bolder {
    font-weight: 700;
    font-size: 15px;
}

.bold {
    font-weight: 500;
    font-size: 14px;
}

.button {
    border: 2px solid black;
    border-radius: 17px;
    padding: 8px 18px;
    display: inline-block;
    margin-top: -2px;
    margin-left: 10px;
    margin-bottom: 6px;
    cursor: pointer;
    background-color: var(--seccolor);
    color: var(--color);
    font-weight: 780;
}

.box3 {
    border: 1px solid black;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    padding: 10px;
    margin-top: 22px;
    margin-bottom: 15px;
    margin-left: -7px;
    margin-right: -7px;
    align-items: flex-start;
    margin-bottom: 15px;
    background-color: var(--innerboxes);
    color: var(--seccolor);
}

.box4 ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 12px;
    padding-left: 10px;
    gap: 12px 10px;
    max-width: 350px;
}

.box4 ul li {
    list-style: none;
    color: gray;
    margin: 3px;
    font-size: 12px;
    cursor: pointer;
}

.cookies {
    margin-top: -5px;
    margin-left: -25px;
}

.cookies ul li {
    list-style: none;
    color: var(--seccolor);
    font-size: 13px;
    cursor: pointer;
}

.english button {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border: 1px solid gray;
    border-radius: 20px;
    background: transparent;
    color: var(--seccolor);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.english button img {
    width: 16px;
    height: 16px;
}

.icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--innerboxes);
}

.home {
    cursor: pointer;
}

.nav {
    padding: 1px 20px;
    display: flex;
    align-items: center;
    margin-top: -7px;
    gap: 0px;
}

.nav img {
    display: block;
}

.nav>div:first-child {
    margin-right: -72px;
}

.search-bar {
    color: #b3b3b3;
    background-color: var(--innerboxes);
    padding: 12px 20px;
    width: 475px;
    display: flex;
    align-items: center;
    border-radius: 25px;
    margin-left: 8px;
    justify-content: space-between;
}

.search-bar input {
    border: none;
    background: transparent;
    outline: none;
    font-size: 16px;
    color: white;
    font-weight: 500;
    flex: 1;
    margin: 0 10px;
}

.search-icon {
    flex-shrink: 0;
    cursor: pointer;
}

.browse {
    flex-shrink: 0;
    padding-left: 12px;
    margin-left: 12px;
    border-left: 1px solid #b3b3b3;
    cursor: pointer;
}

.search-bar input::placeholder {
    color: #b3b3b3;
    opacity: 1;
}

.btn {
    color: #b3b3b3;
    background-color: var(--innerboxes);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 15px;
    padding: 0;
    margin: 0px 10px;
    font-weight: 600;
}

.btn2 {
    color: #b3b3b3;
    background-color: var(--innerboxes);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 13px;
    padding: 0;
    margin: 0px 10px;
    font-weight: 600;
}

header.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.spotify {
    cursor: pointer;
}

.line {
    background: #fff;
    height: 25px;
    margin: 16px;
    width: 1px;
}

.i-svg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login {
    border: none;
    border-radius: 25px;
    height: 50px;
    padding: 0px 30px;
    cursor: pointer;
    background-color: var(--seccolor);
    color: var(--color);
    font-weight: 800;
    font-size: 14px;
}

.e-p-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hamburger {
    display: none;
    cursor: pointer;
}

@media (max-width: 768px) {

    header.flex {
        flex-direction: row;
        justify-content: space-between;
        gap: 15px;
        padding: 10px;
    }

    .nav {
        display: flex;
        align-items: center;
        width: 100%;
        gap: 10px;
        justify-content: flex-start;
        margin-top: 0;
    }

    .auth-buttons {
        display: flex;
        align-items: center;
    }

    .nav>div:first-child {
        margin-right: 0 !important;
    }

    .hamburger {
        display: flex !important;
        flex-shrink: 0;
        width: 30px;
        height: 30px;
        z-index: 1001;
    }

    .search-bar {
        width: auto !important;
        flex-grow: 1;
        margin-left: 0 !important;
        max-width: calc(100% - 50px);
        padding: 8px 12px;
    }

    .search-bar input {
        font-size: 13px;
    }

    .spotify,
    .icon-circle,
    .line,
    .btn,
    .btn2,
    .i-svg,
    .browse {
        display: none !important;
    }

    .left {
        display: block !important;
        position: fixed;
        top: 0;
        left: -100%;
        width: 280px;
        height: 100vh;
        background-color: #000;
        z-index: 2000;
        transition: left 0.3s ease-in-out;
    }

    .left.active {
        left: 0;
        box-shadow: 10px 0px 50px rgba(0, 0, 0, 0.9);
    }

    body.menu-open {
        overflow: hidden;
    }

    .container,
    main,
    .main-layout {
        display: block !important;
        width: 100% !important;
        overflow-x: hidden !important;
    }

    .right {
        width: 100vw !important;
        max-width: 100vw !important;
        margin: 0 !important;
        padding: 0 !important;
        position: relative;
        left: 0;
        border-radius: 0 !important;
        overflow-x: hidden;
    }

    .card-container {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        width: 94% !important;
        margin: 0 auto !important;
        padding: 10px 0 160px 0 !important;
    }

    .r-h1 {
        padding-left: 4% !important;
        width: 92%;
        margin: 20px auto 10px auto;
    }

    .card {
        max-width: none !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .card img {
        width: 100%;
        aspect-ratio: 1/1;
        object-fit: cover;
        background-color: transparent;
    }

    .login {
        height: 32px;
        margin-right: 20px;
        padding: 0 12px;
        font-size: 12px;
        white-space: nowrap;
    }

}

@media (max-width: 1100px) {

    .left {
        width: 240px !important;
    }

    .right {
        width: calc(100% - 240px) !important;
    }

    .search-bar {
        width: 100% !important;
        max-width: 400px;
    }

    .card-container {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
        margin-left: 0 !important;
        padding: 20px;
    }

    .card {
        max-width: 100% !important;
    }

    .search-bar {
        max-width: 350px;
    }

    .btn {
        display: none;
    }

    .btn2 {
        font-size: 12px;
        margin: 0 5px;
    }
}

@media (max-width: 900px) {

    .left {
        position: fixed;
        left: -100%;
    }

    .left.active {
        left: 0;
    }

    .right {
        width: 100% !important;
    }

    .card-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .btn,
    .btn2,
    .line,
    .i-svg {
        display: none !important;
    }

    .auth-buttons {
        display: flex;
        align-items: center;
    }

    .search-bar {
        flex: 1;
        max-width: 300px;
    }
}

@media (max-width: 700px) {

    .spotify,
    .icon-circle {
        display: none !important;
    }

    .nav {
        width: 100%;
        gap: 8px;
    }

    .search-bar {
        flex: 1;
        max-width: none;
    }

}

@media (max-width: 600px) {

    .right {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .container {
        display: block !important;
        width: 100% !important;
    }

    .search-bar {
        width: 100% !important;
        max-width: 100%;
    }

    .card-container {
        width: 95% !important;
        margin: auto !important;
        grid-template-columns: 1fr 1fr;
    }

    .r-h1 {
        padding-left: 10px !important;
    }

    .footer {
        width: 100% !important;
    }

    header.flex {
        padding: 8px;
    }

    .nav {
        display: flex;
        align-items: center;
        width: 100%;
        gap: 6px;
    }

    .search-bar {
        flex: 1 1 auto;
        min-width: 0;
        max-width: 100%;
    }

    .search-bar input {
        min-width: 0;
    }

    .auth-buttons {
        flex-shrink: 0;
    }

    .login {
        display: none;
    }

    .hamburger {
        display: flex !important;
        flex-shrink: 0;
    }


}

@media (max-width: 1100px) {
    body {
        overflow-x: hidden;
    }

    html {
        overflow-x: hidden;
    }
}