@font-face {
    font-family: 'Hemingnit';
    src: url(/fonts/Hemingnit-Sans-Regular3.ttf);
}
@font-face {
    font-family: 'Logo';
    src: url(/fonts/Logo.ttf);
}
.qrCode{
    position: fixed;
    bottom: 5px;
    right: 3px;
    width: 200px;
    height: auto;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: white;
    box-shadow: 30px 30px 300px rgba(187, 184, 184, 0.489);
    border-radius: 15px;
    padding: 10px;
    border: 4px solid rgba(170, 170, 170, 0.142);
}
.qrCode img{
    width: 200px;
    height: auto;
    border-radius: 10px;
    background-color: white;
}
*{
    font-family: 'Hemingnit' ;
    margin: 0;
   cursor: none;
}
button:active{
    transform: scale(1.09);
}
.category:active{
    transform: scale(1.09);
}
.clicked:active{
    transform: scale(1.00);
}
html::-webkit-scrollbar{
    max-width: 12px;
}

html::-webkit-scrollbar-thumb{
    background-color: palevioletred;
    border-radius: 6px;
    border: 3px solid black;
}

::selection {
    background-color: palevioletred;
    color: white;
}

::-moz-selection {
    background-color: palevioletred; /* For Firefox */
    color: white;
}
.logo{
    display: flex;
}
.logo-text {
    display: none;
}
.cursor-dot{
    width: 20px;
    height: 20px;
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
    border: none;
}
body{
    width: auto;
    cursor: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: white;
}
/* @media (prefers-color-scheme: dark) {
    body {
      background-color: black;
      color: white;
    }
} */
:root{
    --black-color: black;
    --white-color: white;
    --transparent-color: rgba(170, 170, 170, 0.142);
    --box-shadow-color: rgba(187, 184, 184, 0.489);
}
.dark-theme{
    --black-color: white;
    --white-color: black;
    --transparent-color: rgba(79, 79, 79, 0.253);
    --box-shadow-color: rgba(209, 207, 207, 0.187);
}
a{
    text-decoration: none;
    color: black;
}
body{
    width: 100%;
    margin: 0;
    background-color: white;
}
header{
    display: block;
    background: linear-gradient(white, white, white, transparent);
    margin-top: 0;
    position: fixed;
    width: 100%;
    padding-left: 30px;
    margin-bottom: 0px;
    padding-bottom: 1%;
    padding-right: 100px;
    padding-top: 1%;
}


.search{
    display: flex;
    width: 450px;
    height: 50px;
    margin-top: 10px;
    padding: 0 10px;
    margin-right: 5%;
    margin-left: 5%;
    background: rgba(170, 170, 170, 0.142);
    color: black;
    border: none;
    border-radius: 25px;
    font-weight: 500;
    font-size: large;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.search:hover{
    cursor: pointer;
}
.search-svg{
    width: auto;
    border-right: 2px solid rgba(187, 184, 184, 0.489);
    padding-right: 10px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search svg{
    fill: #5f5f5f;
    width: 20px;
    height: 20px;
    font-weight: bolder;
    margin-left: 10px;
}
.search input{
    padding-right: 50px;
    margin-right: 50px;
    border-radius: 50px;
    border: none;
    width: 400px;
    background-color: transparent;
    outline: none;
    font-size: large;
    color: black;
}
.search input::placeholder{
    color: #5f5f5f;
    font-size: large;
    font-weight: lighter;
}
.filtered{
    display: none !important;
}
.playlist button{
    width: 60px;
    height: 60px;
    margin-top: 10px;
    padding: 0 5px;
    background: palevioletred;
    fill: white;
    border: none;
    border-radius: 50%;
    transition: 300ms ease all;

}
.playlist button svg{
    width: 30px;
    height: auto;
}
.playlist button:hover{
    border: 4px solid rgba(170, 170, 170, 0.142);
}
.active-tab{
    position: absolute;
    width: 10px;
    height: 70px;
    background-color: palevioletred;
    border-radius: 10px;
    /* border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; */
}
.present{
    color: black !important;
    background-color: rgba(170, 170, 170, 0.142);
}
.button{
    color: #5f5f5f;
}
.logo-nav{
    display: flex;
    margin-bottom: 10px;
    padding-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
   padding-bottom: 10px;
   border-radius: 20px;
}

.logo-nav svg{
     margin-left: 15px;
    /* margin-right: 60px; */ 
    fill: palevioletred;
    width: 50px;
    height: 50px;
}
.logo-nav:hover{
    background-color: rgba(170, 170, 170, 0.142);
    /* cursor: pointer; */
}
.home{
    display: flex;
    margin-bottom: 10px;
    padding-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
   padding-bottom: 10px;
   padding-right: 0px;
   border-radius: 20px;
   background-color: rgba(170, 170, 170, 0.142);
}
.home svg{
    margin-left: 20px;
    fill: black;
    width: 40px;
    height: 40px;
}
.home:hover{
    background-color: rgba(170, 170, 170, 0.142) !important;
}

.search-nav{
    display: flex;
    margin-bottom: 10px;
    padding-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
   padding-bottom: 10px;
   border-radius: 20px;
   display: none;
}
.search-nav svg{
     margin-left: 20px;
     fill: #5f5f5f;
   width: 40px;
   height: 40px;
}
.search-nav:hover{
    background-color: rgba(170, 170, 170, 0.142);
}
.messages{
    display: flex;
    margin-bottom: 10px;
    padding-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
   padding-bottom: 10px;
   border-radius: 20px;
}
.messages svg{
     margin-left: 20px;
     fill: #5f5f5f;
   width: 45px;
   height: 45px;
}
.messages:hover{
    background-color: rgba(170, 170, 170, 0.142);
}
.shop{
    display: flex;
    margin-bottom: 10px;
    padding-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
   padding-bottom: 10px;
   border-radius: 20px;
}
.shop img{
    margin-left: 15px;
   width: 50px;
   height: 50px;
   border-radius: 50%;
   /* border: 2px solid black; */
}
.shop:hover{
    background-color: rgba(170, 170, 170, 0.142);
}
main{
    margin-left: 0%;
    max-width: 100%;
    overflow: hidden;
    border: 5px solid rgba(170, 170, 170, 0.142);
    border-right: none;
    border-top: none;
    border-bottom: none;
    padding-top: 3%;
}

.left-tab{
    margin-top: 0;
    overflow: hidden;
    padding-bottom: 17px;
    padding-top: 17px;
    position: fixed;
    display: none;
    width: 100px;
    height: 100%;
    border-radius: 0;
    background-color: white;
    /* border-right: 0.5px solid black; */
    /* box-shadow: 30px 30px 100px rgba(187, 184, 184, 0.489); */
    background-color: white;
    margin-left: 0;

}
.spacing{
    background-color: transparent;
    width: 100%;
    height: 1px;
    margin-bottom: 3%;
}

top-nav{
    display: flex;
    flex-direction: row;
    width: 100%;
}
filter-catergories{
    display: flex;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2%;
    height: 50px;
    background-color: white;
}
filter-catergories::-webkit-scrollbar{
    width: 0;
}
.category{
    width: auto !important;
    max-width: none;
    height: 30px;
    margin-right: 1.5%;
    background-color: rgba(170, 170, 170, 0.142);
    display: flex;
    padding: 7px 15px 7px 15px;
    border-radius: 7px;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease all;

}

.category svg{
    width: 20px;
    height: 20px;
    margin-right: 5px;
    fill: black;
}
.category img{
    width: auto;
    height: 20px;
    margin-right: 5px;
    border-radius: 3px;
}
.category p{
    white-space: nowrap;
    /* text-overflow: ellipsis; */
    color: black;
}
.category span{
    margin-right: 5px;
}
.clicked{
    background-color: black;

}
.category:hover{
    background-color: rgba(187, 184, 184, 0.489);
}
.clicked:hover{
    background-color: black;
}
.clicked:hover p{
    color: white;
}
.clicked:hover svg{
    background-color: transparent;
    fill: white;
}
.clicked p{
    color: white;

}
.clicked svg{
    fill: white;
}
.popup-container1{
    position: fixed;
    width: 250px;
    background-color: white;
    height: auto;
    border-radius: 15px;
    margin-left: 40%;
    margin-top: 2%;
    display: flex;
    flex-direction: column;
    padding: 15px;
    transition: 0.4s ease all;
    border: 2px solid rgba(170, 170, 170, 0.142);
    color: black;
}
.popup-container1 button{
    text-align: left;
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: rgba(170, 170, 170, 0.142);
    border-radius: 7px;
    border: none;
    font-size: 20px;
    color: black;
    transition: 0.4s ease all;
    margin:  2% 0%;
}
.popup-container1 button:hover{
    transition: 0.4s ease all;
    background-color: rgba(187, 184, 184, 0.489);
}
.navigating__popup{
    display: flex;
    padding-bottom: 5%;
}
.navigating__popup h1{
    font-size: 20px;
}
.navigating__popup svg{
    rotate: -90deg;
    width: 20px;
    height: 20px;
    margin-left: 5%;
    margin-top: 1%;
}
.close-button1 svg{
    width: 20px;
    height: 20px;
    padding: 10px;
    border-radius: 100%;
    background-color: rgba(170, 170, 170, 0.142);
    transition: 0.4s ease all;
    margin-left: 5vh;
}
.close-button1 svg:hover{
    background-color: rgba(187, 184, 184, 0.489);
}
.first-row{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 400px;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: auto;
    margin-bottom: 20px;
}
.first-row::-webkit-scrollbar{
    width: 0;
}
.text-latest {
    margin-top: 10%;
}
.continue-watching-text-wrap{
    font-size: 50px;
    margin-bottom: 10px;
    margin-left: 50px;
    color: black;
    display: flex;
}
.continue-watching-movie{
    margin-left: 50px;
    width: 550px;
    height: 350px;
    border-radius: 50px;
    background-size: cover;
    color: white;
    font-weight: bold;
    display: flex;
    transition: 0.4s;
}

.video-overlay {
    width: 630px;
    height: 380px;
    opacity: 0;
    transition: opacity 0.3s ease;
    overflow: hidden;
    display: none;
    border-radius: 50px;
    
  }

/* .first-movie:hover::after{
    transform: scale(0.9);
    transition: 0.4s;
} */
.movie-title{
    width: 60%;
    font-weight: 800;
    margin-top: 250px;
    margin-left: 25px;
    padding-right: 5px;
    color: white;
}
main .first-row .continue-watching-movie .movie-title h1{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.play-button{
    padding-top: 8px;
    width: 70px;
    height: 62px;
    margin-top: 230px;
    margin-right: 20px;
    margin-left: 20px;
}
.play-button:hover{
cursor: pointer;
}
.play-button svg{
    margin-left: 15px;
    width: 40px;
    height: 40px;
    padding: 18px;
    background-color: rgba(159, 159, 159, 0.235);
    border-radius: 100%;
    opacity: 1;
    transition: all ease 0.4s;
}
.loading-movie{
    margin-left: 10px;
    min-width: 250px;
    height: 380px;
    border-radius: 30px;
    background-color: transparent;
    background-size: cover;
    /* cursor: pointer; */
    color: white;
    font-weight: bold;
    display: flex;
    text-align: center;
}

.third-row1{
/* --content-width: calc(var(--column-count) * var(--tile-size) + 1px); */
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    /* calc(var(--row-count) * var(--tile-size)) */
    margin-bottom: 8px;
    opacity: 1;
    /* overflow: hidden; */
    padding: 2px;
    transition: opacity .3s ease-in-out;
    width: 100%;
    gap:0px;
    margin-top: 7%;
    transition: 0.4s all ease;
    justify-content: center;
}
.third-row1 div:hover .playBB svg{
    opacity: 1;
    transform: translateY(-20px);
}
.playBB{
    display: none;
}
.third-row1 div{
    color: black;
    width: 200px;
    height: 300px;
    padding: 20px 20px 90px 20px;
    border-radius: 25px;
    margin-top: 10px;
    margin-left: 20px;
    background-color: rgba(170, 170, 170, 0.142);
    margin-bottom: 3%;
    transition: 0.5s all ease;

}
.third-row1 img{
    width: 200px;
    height: 300px;
    border-radius: 15px;
}
.third-row1 div:hover{
    background-color: rgba(187, 184, 184, 0.489);

}
.search__button_mobile img{
    display: none;
}
.third-row1 div h1{
    margin-top: 3%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 25px;
    padding: 0 1rem;
}
.year{
    font-size: 15px;
    margin-top: 5%;
    color: #5f5f5f;
}
.third-row1::-webkit-scrollbar{
    width: 0;
}
.menu__bottom_button{
    position: fixed;
    bottom: 35px;
    right: 35px;

}
.menu__bottom_button svg{
    fill: black;
    width: 35px;
    height: auto;
}
.menu__bottom_button_main{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-shadow: 30px 30px 3000px black;
}
.first__main_btn{
    transition: .4s all ease;
}
.first__main_btn:active{
    transform: scale(1.3);
}
.second__main_btn{
    background-color: white;
    margin-bottom: 10px;
}
.second__main_btn svg{
    fill: black;
}
@media (max-width:2600px) {
    /* .cursor-dot{
        display: none;
    }
    .cursor-outline{
        display: none;
    } */
}
@media (max-width:1024px){
    *{
        cursor: default;
    }
    #offline-message{
        display: none;
    }
    .logo{
        margin-left: 0px !important;
        margin-right: 5%;

    }
    .cursor-dot{
        display: none;
    }
    filter-catergories{
        margin-top: 2%;
    }
}
@media (max-width:800px) {
    #offline-message{
        display: none;
    }
    .qrCode{
        display: none;
    }
    .cursor-dot{
        display: none;
    }
    .cursor-outline{
        display: none;
    }
    .logo{
        display: none;
    }
    .search svg{
        min-width: 15px;
        min-height: 15px;
    }
    .logo-text{
        display: flex;
        font-family: sans-serif;
        color: black;
    }
    .logo-text *{
        font-family: 'Logo';
        letter-spacing: 3px;
        font-size: 35px;
    }
    .search{
        width: 50%;
        margin-left: 0;
        margin-right: 0;
    }
    .playlist{
        display: none;
    }
    filter-catergories{
        padding-bottom: 3%;
    }
    main{
        margin-left: 0%;
        margin-top: 15%;
    }
    .third-row1 div{
        width: 150px;
        height: 230px;
        border-radius: 15px;
    }
    .third-row1 div img{
        width: 170px;
        height: 250px;
        border-radius: 15px;
    }
    
}
@media (max-width:500px) {
    .logo{
        display: flex;
        padding-top: 2%;
        width: 100%;
        height: auto;
        align-items: center;
        justify-content: start;
    }
    .logo-nav{
        display: none;
    }
    .side-bar {
    width: 50px;
    height: 450px;
    border-radius:10px;
    position: fixed;
    background-color: white;
    margin-left: 80%;
    box-shadow: 30px 30px 3000px rgba(187, 184, 184, 0.489);
    }

    header{
        position: fixed;
        width: 100%;
        padding: 5px;
        font-family: 'Blocks';
    }
    html{
        overflow-x: hidden;
        overscroll-behavior-x: none;
        width: 100%;
        margin-right: 0;
    }
    .cursor-dot{
        display: none;
    }
    .logo svg{
        display: none;
    }
    .logo-text img{
        width: 150px;
        height: auto;
    }
   .item{
        min-width: 150px ;
        height: 50%;
        
    }
    .search{
        display: none;
    }

    .playlist{
        display: none;
    }
    .cursor-outline{
        display: none;
    }
    top-nav{
        width: 100%;
        display: flex;
        flex-direction: row;
        height: auto;
        align-items: center;
        justify-content: center;
        padding: 4%;
    }
    filter-catergories{
        width: 100%;
        height: auto;
        gap: 7px;
    }

    .home{
        margin-left: 0 !important;
        margin-bottom: 5px;
        padding-right: 20px;
       padding-bottom: 5px;
       border-radius: 10px;
       overflow: hidden;
       background-color: transparent;
       width: 40px;
       height: 40px;
    }
    .home:hover{
        background-color: transparent;
    }
    .home svg{
       width: 30px !important;
       height: 30px !important;
        overflow: hidden;
    }
    .search-nav{
        margin-left: 0 !important;
        margin-bottom: 5px;
        padding-right: 20px;
       padding-bottom: 5px;
       border-radius: 10px;
       overflow: hidden;
       background-color: transparent;
       width: 40px;
       height: 40px;
       display: block;
    }
    .search-nav:hover{
        background-color: transparent;
    }
    .search-nav svg{
       width: 30px !important;
       height: 30px !important;
        overflow: hidden;
    }
    .shop{
        margin-left: 0 !important;
        margin-bottom: 5px;
        padding-right: 20px;
       padding-bottom: 5px;
       border-radius: 10px;
       overflow: hidden;
       margin-top: 0;
       padding-top: 10%;
       background-color: transparent;
       width: 40px;
       height: 40px;
    }
    .shop:hover{
        background-color: transparent;
    }
    .shop img{
        width: 40px !important;
        height: 40px !important;
        overflow: hidden;
    }
    .messages{
        margin-left: 0 !important;
        margin-bottom: 5px;
        padding-right: 20px;
       padding-bottom: 5px;
       border-radius: 10px;
       overflow: hidden;
       background-color: transparent;
       width: 40px;
       height: 40px;
    }
    .messages:hover{
        background-color: transparent;
    }
    .messages svg{
        width: 35px !important;
        height: 35px !important;
        overflow: hidden;
    }
    .hashtags{
        display: none;
    }
    .trending{
        display: none;
    }
    .left-tab{
    /* margin-top: 100vh; */
    scroll-behavior: none;
    margin-left: 0px !important;
    position: fixed;
    display: none;
    width: 100%;
    gap: 3%;
    height: auto;
    border-radius: 0px;
    box-shadow: 30px 30px 3000px rgba(187, 184, 184, 0.489);
    background-color: white;
    bottom: 0;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    }
    .menu__bottom_button{
        position: fixed;
        bottom: 35px;
        right: 35px;

    }
    .menu__bottom_button svg{
        fill: black;
        width: 35px;
        height: auto;
    }
    .menu__bottom_button_main{
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background-color: white;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        box-shadow: 30px 30px 3000px black;
    }
    .first__main_btn{
        transition: .4s all ease;
    }
    .first__main_btn:active{
        transform: scale(1.3);
    }
    .second__main_btn{
        background-color: white;
        margin-bottom: 10px;
    }
    .second__main_btn svg{
        fill: black;
    }
    main{
        overflow: hidden;
        margin-left: 0px;
        max-width: 100%;
        margin-top: 0%;
        border: none;
        padding-top: 0%;
    }
    .spacing{
        height: 60px;
    }

    .category{
        height: 20px;
        border-radius: 7px;
        padding-left: 10px;

    }
    .category p{
        font-size: 13px;
    }
    .category span{
        font-size: 13px;

    }
    .category svg{
        width: 13px;
        height: 13px;
    }
    .category img{
        width: auto;
        height: 13px;
    }
    .first-row{
        margin-bottom: 0%;
        display: flex;
        padding-bottom: 0%;
        flex-wrap: nowrap;
        margin-left: 0%;
        height: 5%;
        width: 100%;
        margin-top: 3%;
    }
    .play-button{
        margin-top: 40%;
        margin-left: 5%;
        margin-right: 0;
        width: 40px;
        height: auto;
        background-color: transparent;
        padding-right: 15px;
        overflow: hidden;
    }
    .play-button svg{
        margin-left: 0px;
        margin-top: 0px;
        padding: 10px;
        width: 20px;
        height: 20px;
        background-color: rgba(177, 177, 177, 0.374);
        border-radius: 100%;
        opacity: 1;
        transition: all ease 0.4s;
    }
    .movie-title{
    width: 60%;
    font-weight: 500;
    margin-top: 45%;
    margin-left: 0%;
    padding-right: 0px;
    font-size: 13px;
    padding: 5px;
    color: white;
    overflow: hidden;
    }
    .movie-title h1{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .continue-watching-text-wrap{
        font-size: 30px;
        margin-bottom: 10px;
        margin-left: 5%;
        margin-top: 10%;
        color: black;
        display: block;
        font-weight: 600;
    }
    .text-latest{
        margin-top: 30%;
    }
    .continue-watching-movie{
        max-width: 300px;
        height: 200px;
        border-radius: 25px;
        background-size: cover;
        color: white;
        font-weight: bold;
        display: flex;
        transition: 0.4s;
        word-wrap: normal;
        text-overflow: ellipsis;
        margin: 0% 5% !important;
        margin-right: 40px !important;
    }
    .continue-watching-movie:hover{
        width: 300px;
        height: 200px;
    }


    .preview{
        display: none;
    }
    h1{
        font-size: 1.5em;
    }
    #customContextMenu{
        visibility: hidden;
    }
    .third-row1{
        margin-left: 0%;
        align-items: center;
        justify-content: center;
    }
    .third-row1 div{
        color: black;
        width: 35%;
        height: 230px;
        padding: 10px 10px 40px 10px;
        border-radius: 13px;
        margin-top: 2px;
        margin-left: 3%;
        background-color: rgba(170, 170, 170, 0.142);
        margin-bottom: 3%;
        transition: 0.5s all ease;
        overflow: hidden;
    }
    .third-row1 div:hover{
        width: 35%;
        height: 230px;
        background-color: rgba(170, 170, 170, 0.142);
    }
    .third-row1 div h1{
        font-size: 17px;
        padding: 0 5px;
    }
    .year{
        /* display: none; */
    }
    .third-row1 div img{
        width: 100%;
        max-height: 200px;
        border: none;
        border-radius: 10px;
    }
    .search__button_mobile{
        position: fixed;
        top: 20px;
        right: 30px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: rgba(170, 170, 170, 0.142);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .search__button_mobile:active{
        transform: scale(1.0);
    }
    .search__button_mobile img{
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
    }
    
}
@media (width:280px) {
    .left-tab{
        gap: 1%;padding-left: 0;
    }
    .continue-watching-movie{
        width: 100px;
        height: 150px;
        margin-left: 10%;
        border-radius: 10px;
    }
}