*,
*::after,
*::before {
    box-sizing: border-box;
}

.outfit700 {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.outfit500 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.outfit400 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.outfit300 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

html, body {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    background-color: #110728;
}
.lock {
    overflow: hidden;
    padding-right: 5px;
}
body::-webkit-scrollbar {
    width: 5px;
}
body::-webkit-scrollbar-track {
    background: #210A4A;
    border-radius: 10px;
}
body::-webkit-scrollbar-thumb {
    background-color: #B90DA4;
    border-radius: 10px;
}
._container {
    max-width: 90rem;
    width: 100%;
    padding: 0 0.9375rem;
    margin: 0 auto;
}
.header__wrapper {
    background-color: #09011B;
    width: 100%;
}
.header {
    display: flex;
    justify-content: space-between;
    padding: 1.875rem 0;
    align-items: center;
    position: relative;
}
.logo {
    display: flex;
    gap: 8px;
    align-items: center;
}
.logo img {
    width: 2.8125rem;
    height: 2.8125rem;
}
.logo h4 a {
    text-decoration: none;
    font-size: 2rem;
    line-height: 1.8125rem;
    color: #fff;
}
.logo h4 span {
    color: #C600FF;
}

.nav ul {
    display: flex;
    gap: 5.4375rem;
    align-items: center;
}
.nav ul button {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    padding: 0;
    font-size: 1.25rem;
    line-height: 1.5625rem;
    letter-spacing: -0.01rem;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}
.nav ul button:hover {
    color: #c800ff77;
}
.nav ul .active {
    color: #C600FF;
}

.header__right {
    display: flex;
    gap: 1.25rem;
    align-items: center;
}
.search {
    width: 26.375rem;
    position: relative;
}
.search__input {
    position: relative;
}
.search__input input {
    background: linear-gradient(138.84deg, rgba(255, 255, 255, 0.132) -6.39%, rgba(255, 255, 255, 0.063) 112.17%);
    border-radius: 6px;
    border: none;
    outline: none;
    padding: 0.8125rem 1rem 0.8125rem 3rem;
    max-width: 26.375rem;
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: -0.02rem;
    color: #fff;
}
.search__input img {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.search__result {
    display: none;
    background-color: #241B34;
    border-radius: 6px;
    padding: 0.625rem 1rem;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 0.9375rem;
}
.search__result .gradient__button {
    padding: 0.625rem 1.85rem 0.625rem 1.85rem;
    font-size: 0.875rem;
    line-height: 1.1025rem;
    letter-spacing: 0.05rem;
}
.search__result.active {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(5px);
}
.streamer__card {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}
.streamer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.streamer__img {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
}
.streamer__img img {
    border-radius: 50%;
    width: 100%;
}
.streamer__info {
    display: flex;
    flex-direction: column;
    max-width: 4.75rem;
    gap: 6px;
}
.streamer__info h5 {
    font-size: 1.125rem;
    color: #fff;
    line-height: 1.4175rem;
}
.streamer__info p {
    font-size: 0.875rem;
    line-height: 1.0625rem;
    color: #FFFFFF99;
}
.streamer__card-top {
    display: flex;
    gap: 0.5rem;
}
.streamer__additional-info p {
    font-size: 0.875rem;
    line-height: 1.0625rem;
    color: #FFFFFF99;
}

.gradient__button {
    background: linear-gradient(90deg, #8817AE 53%, #BC0CA3 100%);
    border: none;
    padding: 0.625rem 2.75rem 0.625rem 2.75rem;
    border-radius: 6px;
    color: #ECDEF0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    font-size: 1.25rem;
    line-height: 1.5625rem;
}

.welcome {
    background-image: url('../images/51a.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 61.25rem;
}
.welcome__image img {
    padding-top: 2.5rem;
    margin: 0 auto;
    display: block;
    width: 100%;
}
.welcome__image {
    margin: 0 auto;
    max-width: 68.75rem;
    width: 100%;
}

.posts__wrapper {
    width: 100%;
    margin-top: 21.0625rem;
}
.posts {
    display: flex;
    flex-direction: column;
    gap: 0.9375rem;
    padding-bottom: 2rem;
}
.post {
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    background: #241B39;
    color: #fff;
    justify-content: space-between;
    height: 100%;
}
.post__big {
    padding: 1.25rem 1.565rem;
}
.post__small {
    padding: 0.9375rem 1.25rem;
}
.post__small .post__image {
    max-height: 15rem;
}
.post__medium {
    padding: 0.9375rem 1.25rem;
}
.post__header {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.9375rem;
}
.post__name {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.5625rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 6.25rem;
}
.post__users {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.post__users p {
    color: #FFFFFF99;
    font-size: 0.875rem;
}
.post__image {
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    height: 100%;
}
.post__image img {
    filter: blur(8px);
    border-radius: 6px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post__footer {
    display: flex;
    justify-content: flex-end;
    gap: 1.25rem;
    margin-top: 0.9375rem;
}
.post__footer img {
    cursor: pointer;
}
.post__comments {
    display: flex;
    gap: 0.375rem;
    align-items: center;
    cursor: pointer;
}
.post__comments p {
    color: #FFFFFF99;
    font-size: 0.875rem;
}
.post__likes {
    display: flex;
    gap: 0.375rem;
    align-items: center;
}
.post__likes p {
    color: #FFFFFF99;
    font-size: 0.875rem;
}
.post__container-3 {
    display: grid;
    grid-template-columns: 2.05fr 1fr;
    gap: 1.25rem;
}
.post__container-3-right {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.post__container-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}
.post__medium .post__image {
    max-height: 16.25rem;
}
.post__container-1 {
    display: grid;
    grid-template-columns: 2.05fr 1fr;
    gap: 1.25rem;
}
.post__container-1 .post__medium .post__image {
    height: 15rem;
}

.auth__modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #110728ba;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 5;
}
.auth__modal-active {
    display: flex;
}
.auth__wrapper {
    padding: 3.0625rem;
    background-color: #130437fa;
    border-radius: 10px;
    border: 1px solid #E025CE;
    max-width: 30.5rem;
    width: 100%;
}
.auth__header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2.125rem;
}
.auth__header p {
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: -0.02rem;
}
.auth__header .close {
    padding: 10px;
    transform: translate(-10px, -10px);
    cursor: pointer;
}
.auth__tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 2.125rem;
}
.auth__tab {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-bottom: 2px solid #140D27;
    padding-bottom: 6px;
    cursor: pointer;
}
.auth__tab p {
    font-size: 1.25rem;
    line-height: 1.575rem;
    color: #FFFFFF99;

}
.auth__tab.active-tab {
    border-bottom: 2px solid #E025CE;
}
.auth__tab.active-tab p {
    color: #E025CE;
}
.auth__inputs-in,
.auth__inputs-up {
    display: none;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 1.125rem;
}
.auth__inputs-up {
    margin-bottom: 3.125rem;
}
.auth-active {
    display: flex;
}
.auth__input {
    width: 100%;
    padding: 0rem 1rem 0rem 2.75rem;
    background: linear-gradient(138.84deg, rgba(255, 255, 255, 0.132) -6.39%, rgba(255, 255, 255, 0.063) 112.17%);
    border-radius: 6px;
    color: #fff;
    border: none;
    outline: none;
    font-size: 1.125rem;
    line-height: 2.5rem;
}
.login,
.password {
    position: relative;
}
.login img,
.password img {
    position: absolute;
    top: 50%;
    left: 1rem;
    z-index: 3;
    transform: translateY(-50%);
}
.auth_in {
    display: flex;
    gap: 8px;
    align-items: center;
    border-top: 2px solid #140D27;
    margin-top: 1.125rem;
}
.auth_in p {
    font-size: 1.125rem;
    line-height: 2.5rem;
    color: #fff;
}

.welcome__modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #110728ba;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 5;
}
.welcome__modal-active {
    display: flex;
}
.welcome__wrapper {
    padding: 3rem 3.625rem;
    background-color: #130437fa;
    border-radius: 10px;
    border: 1px solid #E025CE;
    max-width: 67.125rem;
    width: 100%;
    display: grid;
    grid-template-columns: 1.345fr 1fr;
    gap: 2.125rem;
    align-items: center;
}
.video-container {
    max-width: 32.625rem;
    max-height: 18.375rem;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
}
.video-container img {
    width: 5rem;
    height: 3.4375rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
video {
    width: 100%;
    height: 18.375rem;
    object-fit: cover;
    filter: blur(8px);
}
.welcome__right {
    padding-right: 1.5rem;
    overflow-y: scroll;
    max-height: 25.3125rem;
}
.welcome__right::-webkit-scrollbar {
    width: 5px;
}
.welcome__right::-webkit-scrollbar-track {
    background: #210A4A;
    border-radius: 10px;
}
.welcome__right::-webkit-scrollbar-thumb {
    background-color: #B90DA4;
    border-radius: 10px;
}
.users {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}
.user {
    display: flex;
    gap: 0.625rem;
}
.user__avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #E025CE;
    width: 4rem;
    height: 4rem;
}
.user__avatar img {
    border-radius: 50%;
    width: 3.875rem;
    height: 3.875rem;
}
.user__info {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    width: 100%;
}
.user__info-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.user__info-top img {
    cursor: pointer;
} 
.user__name-wrapper {
    display: flex;
    gap: 0.375rem;
    align-items: flex-end;
}
.user__name-wrapper .user-name {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 6.25rem;
}
.user__name-wrapper .user-date {
    font-size: 0.875rem;
    line-height: 1.1025rem;
    color: #FFFFFF99;
}
.user__info-bottom p {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #fff;
}
.divider {
    background-color: #210A4A;
    height: 1px;
    width: 100%;
}

.search__button-wrapper {
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.search__button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(138.84deg, rgba(255, 255, 255, 0.132) -6.39%, rgba(255, 255, 255, 0.063) 112.17%);
    padding: 0.7rem 1rem 0.7rem 1rem;
    border-radius: 6px;
}

.burger__menu ul {
    margin: 82px 0 0;
    padding: 0;
    text-align: center;
}
.burger__menu ul li {
    list-style: none;
    margin-bottom: 48px;
}
.burger__menu ul li button {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    transition: all .5s;
}
.burger__menu ul li:hover button {
    color: #c7f2ab;
}
.burger {
    display: none;
}
.burger__nav ul {
    flex-direction: column;
    gap: 0.5rem;
}
.burger__menu {
    display: block;
    background: #09011beb;
    height: 100%;
    position: fixed;
    right: -120px;
    top: 0;
    transition: all .5s;
    width: 120px;
    z-index: 1;
    padding: 1rem 2rem;
}
.burger__menu.active {
    right: 0;
}
.close {
    cursor: pointer;
}

@media screen and (max-width: 33.125rem) {
    .burger {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 0;
        top: 2.2rem;
        cursor: pointer;
    }
    .nav {
        display: none;
    }
    .burger__nav {
        display: flex;
    }
    .header {
        padding-right: 4rem;
    }
}

@media screen and (max-width: 58.125rem) {
    .search {
        width: 22.375rem;
    }
}

@media screen and (max-width: 53.76rem) {
    .search {
        width: 17.375rem;
    }
}
@media screen and (max-width: 50rem) {
    .header__right {
        position: relative;
    }
    .search {
        display: none;
    }
    .search.search-active {
        display: flex;
        position: absolute;
        top: 110%;
        left: -50%;
    }
    .search.search-active .search__result {
        top: 100%;
    }
    .search__input {
        background: #09011B;
    }
    .search__button-wrapper {
        display: flex;
    }
}



@media screen and (max-width: 75rem) {
    html, body {
        font-size: 14px;
    }
    .search {
        /* display: none; */
    }
    .nav ul {
        gap: 2rem;
    }
    .welcome__wrapper {
        padding: 1.5rem 1.7rem;
    }
}
@media screen and (max-width: 56.25rem) {
    .welcome__wrapper {
        display: flex;
        flex-direction: column;
    }
    video {
        width: 35rem;
    }
    .users {
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 1rem;
        column-gap: 2rem;
    }
    .divider {
        display: none;
    }
    .welcome__right {
        width: 100%;
    }
}
@media screen and (max-width: 45rem) {
    .users {
        display: flex;
        flex-direction: column;
        row-gap: 1rem;
    }
    .divider {
        display: block;
    }
    .welcome__right {
        width: 100%;
    }
}
@media screen and (max-width: 37.5rem) {
    html, body {
        font-size: 12px;
    }
    .post__container-3 {
        display: flex;
        flex-direction: column;
    }
    .post__container-3-right {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
