@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Englebert&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    user-select: all white;
}

html {
    height: -webkit-fill-available;
}

body {
    background-color: black;
    color: white;
    overflow: hidden;
    height: -webkit-fill-available;
}

::selection {
    background: #60dfff;
    color: #181818;
}

.container {
    width: 100%;
}

that-header,
thatfilm-header {
    width: 22%;
    padding: 0px;
}

.right {
    width: 78%;
    max-height: 98vh;
}

.logo img {
    width: 19.8vw;
    border-radius: 14px;
}

.logo img:hover {
    box-shadow:
        0px 0px 0px #0072ff,
        0px 0px 0px #0072ff,
        0px 0px 0px #d5e8ff;
    animation: animate 2s linear infinite;
}

.home ul li {
    display: flex;
    gap: 15px;
    width: 18px;
    list-style: none;
    padding-top: 1px;
    font-weight: bold;
}

.socials {
    text-align: center;
}

.socials img {
    /* width: 50px; */
    width: 21dvw;
    margin: 20px 0px 0px -2px;
    transition: ease-in 150ms;
}

.socials img:hover {
    width: 55px;
    color: red;
}

.social {
    text-align: center;
    padding: 20px 0px;
    font-size: 40px;
}

.social .fa-brands {
    padding: 17px 25px;
}

#youtube,
#tiktok,
#telegram {
    box-shadow: 2px 2px 2px #00000080,
        10px 10px 12px #00000080,
        inset 2px 2px 10px #00000080,
        inset 2px 2px 10px #00000080,
        inset 2px 2px 10px #00000080,
        inset 2px 2px 10px #00000080;
    text-shadow: 0px 0px 50px #0072ff,
        0px 0px 100px #0072ff,
        0px 0px 150px #0072ff,
        0px 0px 200px #0072ff;
    animation: animate 3s linear infinite;
}

@keyframes animate {
    from {
        filter: hue-rotate(0deg);
    }

    to {
        filter: hue-rotate(360deg);
    }
}

#youtube {
    color: white;
    animation-delay: 0.3s;
}

#telegram {
    color: white;
    animation-delay: 0.7s;
}

#tiktok {
    color: white;
    animation-delay: 1s;
}

#youtube:hover {
    color: red;
}

#telegram:hover {
    color: rgb(0, 174, 255);
}

#tiktok:hover {
    color: black;
}

.heading {
    display: flex;
    gap: 10px;
    width: 100%;
    list-style: none;
    padding-top: 8px;
    padding-bottom: 15px;
    justify-content: center;
    font-weight: bold;
    font-size: 17px;
}

.heading img {
    width: 20px;
}

.heading a {
    text-decoration: none;
    color: white;
}

.heading a:hover {
    text-shadow: 0px 0px 7px #fff;
    opacity: 1;
    transition: all ease-in-out 0.3s;
}

.categ {
    padding: 15px 5px;
    max-height: 79vh;
    /* overflow-y: scroll; */
}

.categ h2 {
    padding: 10px 0px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 0;
}

.categ ul {
    list-style: none;
}

.categ li {
    position: relative;
}

.categ a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
}

.categ a:hover {
    background: deeppink;
}

.categ .rightnow {
    background: deeppink;
}

.categ>li {
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
}

.categ>li:first-child {
    margin-left: 0;
}

.categ .dropdown {
    text-align: left;
    width: 90%;
    /* display: none;
    background: #000;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;       */
}

.dropdown {
    padding: 2px 10px;
    display: inline-block;
    position: relative;
}

.dropdown h3 {
    padding: 10px 25px;
    font-weight: lighter;
}

.home {
    /* min-height: 22.5vh; */
    position: relative;
}

.hay {
    /* background-image: url('you.png'); */
    position: relative;
    overflow-y: scroll;
    max-height: 39.7vh;
    padding-top: 48vh;
}

.hay::-webkit-scrollbar {
    width: 2px;
}

.nothing img {
    /* background-color: #67D3FF; */
    position: fixed;
    width: 21dvw;
    opacity: 0.6;
    margin: -47vh 0px 0px -2px;
    transition: ease-in 150ms;
}

.nothing img:hover{
    opacity: 1;
}

.library {
    padding-top: 90px;
    min-height: 85vh;
    position: relative;
}

.footer {
    display: flex;
    font-size: 13px;
    gap: 0px;
    /* position: absolute; */
    bottom: 0;
    text-align: center;
    padding: 0px 4px;
    margin-top: 1px;
    margin-bottom: -3px;
}

.footer a {
    padding: 1px;
    color: gray;
    text-decoration: none;
}

.footer a:hover {
    color: #67D3FF;
}

.topnav {
    display: flex;
    background-color: #282828;
    border-radius: 15px;
    align-items: center;
}

.hamburger {
    padding: 10px;
    display: none;
}

.close {
    display: none;
}

.search-bar {
    border: 2px solid #00a6ff;
    background: rgba(0, 66, 250, 0.1);
    display: flex;
    border-radius: 50px;
    height: 35px;
    width: 35px;
    padding: 1px;
    position: relative;
    transition: width 300ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
    overflow: hidden;
}

.input {
    flex-grow: 1;
    font-size: 1rem;
    color: white;
    padding: 0 0.5rem;
    border: 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;

    &:focus {
        outline: 0;
    }
}

.submit {
    font-size: 1.1rem;
    cursor: pointer;
    border: 0;
    background: transparent;
    border-radius: 50%;
    background-color: white;
    width: 35px;
    height: 35px;
    margin-left: auto;
    transition: background 150ms ease-in-out;
}

.search-bar:focus-within {
    width: 45%;
}

.search-bar:focus-within .input {
    opacity: 1;
    cursor: initial;
    width: 89.5%;
}

.search-bar:focus-within .submit {
    background: red;
    color: white;
}

.topnotch {
    width: 75%;
    text-align: center;
    justify-content: center;
    display: none;
}

.snowfall {
    position: absolute;
    right: 1dvw;
    align-items: center;
    margin-top: 1px;
}

.snowfall button {
    background-color: black;
}

.snowfall img {
    width: 25px;
    border-radius: 20px;
}

#fall {
    border-radius: 10px;
    height: 4vh;
}

.thankyou {
    position: sticky;
    opacity: 0.75;
    box-shadow:
        0px -1.4px 5px #d5e8ffc0;
    background-color: #141414;
    bottom: 0.7%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    text-align: center;
    border-radius: 7px;
    margin-top: 5px;
}

.thankyou a {
    color: white;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.thankyou a:hover {
    color: #60dfff;
    text-shadow: 0px 0px 7px #fff;
    opacity: 1;
}

.coffee{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    /* background: rgb(0, 204, 197); */
    background: #1f2535;
    color: white;
    border-radius: 32px;
    position: fixed;
    right: 10px;
    bottom: 14px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 8px;
    z-index: 9999;
    cursor: pointer;
    font-weight: 600;
    transition: 0.25s;
    --bmc-button-display: flex;
}

.coffee:hover{
    box-shadow: rgba(360, 360, 360, 0.95) 0px 0px 10px;
    transform: scale(1.11);
    background: white;
}

.coffee:hover img{
    filter: invert(0);
}

.coffee img{
    height: 35px;
    width: 35px;
    margin: 0;
    padding: 0;
}

@media (max-width: 1455px) {
    that-header {
        width: 24%;
        padding: 0px;
    }

    .logo img {
        width: 22vw;
    }

    .right {
        width: 75%;
        max-height: 98vh;
    }

    .library {
        min-height: 67.5vh;
    }

    .nothing img {
        margin-top: -48dvh;
        width: 24dvw;
    }

    .categ {
        padding: 7px 2px;
        max-height: 89vh;
    }

    .categ h2 {
        font-size: 25px;
    }

    .social {
        text-align: center;
        padding: 20px 0px;
        font-size: 40px;
    }

    .search-bar:focus-within {
        width: 75%;
    }

    .search-bar:focus-within .input {
        opacity: 1;
        cursor: initial;
        width: 91%;
    }

    .social .fa-brands {
        padding: 11px 11px;
    }

    .thankyou {
        font-size: 13px;
        text-align: center;
        margin-bottom: 10px;
    }

}

@media (max-width: 1180px) {
    .hay {
        padding-top: 43vh;
        max-height: 45vh;
    }
    .nothing img {
        margin-top: -43dvh;
    }
}
@media (max-width: 1110px) {
    .hay {
        padding-top: 40vh;
        max-height: 48.7vh;
    }

    .nothing img {
        margin-top: -40dvh;
    }

    .categ::-webkit-scrollbar {
        display: none;
    }

    .categ h2 {
        font-size: 23px;
    }
}

@media (max-width: 1020px) {
    that-header {
        width: 25%;
    }

    .nothing img {
        width: 25dvw;
    }

    .right {
        width: 74%;
        height: 98vh;
    }

    .library {
        min-height: 67vh;
    }

    .social {
        padding: 25px 0px;
        font-size: 39px;
    }

    .search-bar:focus-within .input {
        width: 90%;
    }
}

@media (max-width: 930px) {
    that-header {
        background-color: black;
        position: absolute;
        left: -100%;
        transition: all .3s;
        z-index: 3;
        width: 250px;
    }

    .social {
        text-align: center;
        padding: 25px 0px;
        font-size: 35px;
    }

    .logo img {
        width: 220px;
    }

    .close {
        position: absolute;
        display: block;
        right: 10px;
        top: 10px;
        z-index: 4;
    }

    .nothing img{
        width: 239px;
        margin-top: -39.7dvh;
    }

    .hay {
        padding-top: 40vh;
        max-height: 50.2vh;
    }

    .categ {
        padding: 25px 2px;
        max-height: 83vh;
    }

    .categ h2 {
        font-size: 20px;
    }

    .footer {
        padding: 7px 5px;
    }

    .footer a {
        font-weight: 400;
    }

    .search-bar:focus-within {
        width: 70%;
    }

    .search-bar:focus-within .input {
        width: 87%;
    }

    .topnotch {
        display: block;
    }

    .topnotch h2 {
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        transition: .3s;
    }

    .topnotch h2:hover {
        text-shadow: 0px 0px 11px #fff;
    }

    .right {
        width: 100vw;
        height: 99vh;
    }

    .hamburger {
        display: block;
    }
}

@media (max-width: 730px) {

    .search-bar:focus-within {
        width: 70%;
    }

    .search-bar:focus-within .input {
        width: 80%;
    }

    .right {
        width: 100vw;
    }

    ::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 630px) {

    .search-bar:focus-within {
        width: 70%;
    }

    .search-bar:focus-within .input {
        width: 78%;
    }

    .topnotch {
        width: 69%;
    }

    .snowfall {
        right: 2dvw;
    }
}

@media (max-width: 535px) {

    .search-bar:focus-within {
        width: 65%;
    }

    .search-bar:focus-within .input {
        width: 75%;
    }

    .right {
        width: 98.3vw;
    }

    .topnotch {
        width: 62%;
        font-size: 0.85rem;
    }
}

@media (max-width: 435px) {

    .library {
        min-height: 72dvh;
    }

    .hay{
        max-height: 50dvh;
    }

    .footer {
        /* position: relative; */
        margin: 0px;
        padding: 0px 2px 6px 2px;
    }

    .footer a {
        font-weight: 390;
    }

    .input {
        background: black;
    }

    .search-bar:focus-within {
        width: 65%;
        z-index: 99;
    }

    .search-bar:focus-within .input {
        width: 79%;
        z-index: 99;
    }

    .right {
        margin-top: 10px;
        width: 99vw;
        max-height: 95dvh;
    }

    .topnotch {
        position: absolute;
        margin-left: 21%;
        width: 62%;
        font-size: 0.85rem;
    }
}

@media (max-width: 395px) {

    .search-bar:focus-within {
        width: 65%;
    }

    .search-bar:focus-within .input {
        width: 75%;
    }

    .right {
        width: 100dvw;
    }

    .thankyou {
        font-size: 13px;
        padding: 0px 2px;
    }
}