@font-face {
    font-family: "Work Sans";
    src: url("WorkSans-Light.ttf");
    font-weight: 300;
}
  
@font-face {
    font-family: "Work Sans";
    src: url("WorkSans-Medium.ttf");
    font-weight: 500;
}
  
@font-face {
    font-family: "Work Sans";
    src: url("WorkSans-Bold.ttf");
    font-weight: 700;
}

html {
    width: 100%;
    height: 100%;
}

body {
    background-color: #101010;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

p, h1 {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    font: inherit;
    color: inherit;
    box-sizing: border-box;
    display: block;
}

.header-container {
    background-color: #151515;
    top: 0;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    user-select: none;
    transition: box-shadow 0.2s;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,0.04);
}

.header-title {
    position: relative;
    font-family: "Work Sans";
    font-weight: 700;
    font-size: 36px;
    color: #FF99A7;
    margin-left: 40px;
    transition: color 0.2s, transform 0.12s cubic-bezier(.4,0,.2,1);
    cursor: pointer;
    text-decoration: none;
}
.header-title:hover {
    color: #ff6d80;
}
.header-title:active {
    color: #FF99A7;
    transform: scale(0.96);
}

.header-title-com {
    font-family: "Work Sans";
    font-weight: 700;
    font-size: 36px;
    color: #262525;
    transition: color 0.2s;
}

.header-search-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-search-container-input {
    width: 100%;
    max-width: 1041px;
    min-width: 100px;
    height: 38px;
    background-color: #101010;
    border-radius: 10px;
    display: flex;
    align-items: center;
    border: 3.5px solid transparent;
    transition: border-color 0.18s, box-shadow 0.18s;
    margin: 0px 10px;
}

.header-search-container-input:hover, .header-search-container-input:focus-within {
    border-color: #1f1f1f;
}

.search-icon {
    margin-left: 10px;
    display: flex;
    align-items: center;
    transition: filter 0.18s;
}

.header-search-input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    font-family: "Work Sans";
    font-weight: 500;
    font-size: 20px;
    color: #d6d6d6;
    transition: color 0.18s;
}

.header-search-input::placeholder {
    color: #333333;
    opacity: 1;
    transition: color 0.18s;
}

.header-action-btn {
    margin-right: 40px;
    font-family: "Work Sans";
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
    background-color: #FF99A7;
    border-radius: 10px;
    padding: 7px 25px;
    border: none;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.12s;
    outline: none;
    display: inline-block;
}
.header-action-btn:hover,
.header-action-btn:focus {
    background: #ff6d80;
    color: #ffffff;
}
.header-action-btn:active {
    background: #FF99A7;
    transform: scale(0.96);
}

.header-action-btn-discord {
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    width: 38px;
    background-color: #5874FF;
    border-radius: 10px;
}

.header-action-btn-discord-img {
    width: 28px;
    height: 28px;
    margin-right: 8px;
    margin-left: 8px;
    cursor: pointer;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.12s;
}
.header-action-btn-discord:hover,
.header-action-btn-discord:focus {
    background: #4867ff;
    color: #ffffff;
}
.header-action-btn-discord:active {
    background: #4867ff;
    transform: scale(0.96);
}

.information-container-container {
    width: fit-content;
    padding: 40px;
    margin-left: auto;
    margin-right: auto;
}

.amount-text {
    color: #363636;
    font-family: 'Work Sans';
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: end;
    width: 100%;
}

.information-container {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.sidebar {
    min-width: 20px;
    max-width: 240px;
    font-family: 'Work Sans';
    font-size: 20px;
    font-weight: 700;
    color: #FF99A7;
    margin-right: 40px;
}

.sidebar-element {
    display: block;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.12s, filter 0.18s;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
    color: inherit;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

.sidebar-element:hover,
.sidebar-element:focus {
    filter: saturate(3);
    transform: translateX(3px);
}

.sidebar-element:active {
    filter: none;
    transform: scale(0.96);
}

.page-content-container {
    width: 100%;
    max-width: 1592px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.suggestions-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 40px;
}

.suggestion-container {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.12s;
}
.suggestion-container:hover {
    transform: translateY(-5px);
}
.suggestion-container:active {
    transform: translateY(-5px) scale(0.985);
}

.suggestion {
    aspect-ratio: 1 / 1;
    border-radius: 15px;
    background-color: #151515;
    width: 100%;
    height: 100%;
    object-fit: cover;
    outline: 5px solid #151515;
    cursor: pointer;
}

.video-wrapper {
    width: 100px;
    height: 100px;
    max-width: 100px;
    position: absolute;
    color: white;
    font-size: 50px;
    background-color: #33333356;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-wrapper {
    transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.12s;
}
.video-wrapper:hover {
    transform: scale(1.025);
    background-color: #33333365;
}

.pages-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 15px;
    margin-top: 40px;
    justify-content: flex-end;
}

.page-container-none {
    width: 64px;
    height: 64px;
    border-radius: 15px;
    background-color: #1b1b1b;
    font-family: 'Work Sans';
    font-size: 24px;
    font-weight: 700;
    color: #656565;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; 
    user-select: none;
}

.page-container {
    width: 64px;
    height: 64px;
    border-radius: 15px;
    background-color: #282828;
    font-family: 'Work Sans';
    font-size: 24px;
    font-weight: 700;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; 
    user-select: none;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.12s;
    cursor: pointer;
    text-decoration: none;
}
.page-container:hover {
    background-color: #1b1b1b;
    transform: translateY(-3px);
}
.page-container:active {
    background-color: #282828;
    transform: scale(0.96);
}

.buttons {
    display: flex;
    flex-direction: row;
}

@media (max-width: 650px) {
    .header-container {
        height: unset;
        flex-direction: column;
        padding: 10px 0;
        gap: 10px;
    }
    
    .header-title {
        margin-left: unset;
    }
    
    .header-action-btn {
        margin-right: unset;
    }
}

@media (max-width: 1100px) {
    .suggestions-container {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }
}

@media (max-width: 750px) {
    .suggestions-container {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
    }
}

@media (max-width: 750px) {
    .suggestions-container {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
    }
}

@media (max-width: 500px) {
    .information-container {
        flex-direction: column-reverse;
    }
    
    .sidebar {
        max-width: unset;
        margin-right: unset;
        margin-top: 40px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }
}