@font-face {
    font-family: 'Hemingnit';
    src: url(/fonts/Hemingnit-Sans-Regular3.ttf);
}
@font-face {
    font-family: 'Hemingnit-Logo';
    src: url(/fonts/Hemingnit-Sans-Logo.ttf);
}
@media (prefers-color-scheme: dark) {
    body {
      background-color: var(--black-color);
      color: var(--white-color);
    }
}
.synced{
    background-color: var(--transparent-color) !important;
    color: var(--black-color) !important;
}
#refreshButton{
    width: auto;
    height: auto;
    padding: 10px 20px 10px 20px;
    font-size: 20px;
    border-radius: 10px;
    border: none;
    background-color: white;
}
#refreshButton:hover{
    background-color: whitesmoke;
}
#offline-message{
    display: flex;
}
#offline-message svg{
    width: 3%;height: auto;margin-left: 2%;
}
.spacing{
    width: 100%;
     height: 10px;
     margin-bottom: 10%; 
     background-color: var(--white-color);
}
*{
    padding: 0;
    margin: 0;
    font-family: 'Hemingnit';
    cursor: none !important;
}
body{
    background-color: var(--white-color) !important;
    font-family: sans-serif;
    overflow-x: hidden;
}
.none{
    visibility: hidden;
}
:root{
    --black-color: black;
    --white-color: white;
    --transparent-color: rgba(123, 123, 123, 0.142);
    --box-shadow-color: rgba(61, 60, 60, 0.299);
    
}
.dark-theme{
    --black-color: white;
    --white-color: black;
    --transparent-color: rgba(110, 110, 110, 0.253);
    --box-shadow-color: rgba(209, 207, 207, 0.187);
}


::selection {
    background-color: transparent;
    color: var(--black-color);
}

::-moz-selection {
    background-color: transparent; /* For Firefox */
    color: var(--black-color);
}
@media (max-width:800px) {
    .main-container{
        overflow: hidden;
    }
}

html::-webkit-scrollbar{
    max-width: 7px;
}
html::-webkit-scrollbar-thumb{
    background-color: rgb(0, 186, 124);
    border-radius: 6px;
}
html::-webkit-scrollbar-track{
    background-color: var(--transparent-color);
}
.cursor-dot{
    width: 20px;
    height: 20px;
    background-color: var(--black-color);
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
    border: none; 
}
.cursor-dot:active{
    transform: scale(1.2);
}
body{
    width: auto;
    cursor: none;
}

#preloader {
   width: 100%;
   height: 100%;
   background-color: var(--white-color);
   position: fixed;
} 
#loader{
    position: absolute;
   margin-left: 46%;
   margin-top: 25%;
   width: 70px;
  height: 70px;
  border: 10px solid transparent;
  border-top-color: var(--black-color);
  border-right-color: var(--black-color);
  border-radius: 50%;
  pointer-events: none;
  animation: rotateLoader 0.8s linear infinite ;
}
@keyframes rotateLoader{
    from{
        transform: rotate(0);
    }
    to{
        transform: rotate(360deg);
    }
}

a{
    text-decoration: none;
    color: var(--black-color);
}
body{
    margin: 0;
    padding: 0;
    background-color: var(--white-color);
    display: flex;
    flex-direction: row;
}
tag{
    color: rgb(0, 186, 124);
}
.filtered{
    display: none;
}
.active-tab{
    position: absolute;
    width: 10px;
    height: 70px;
    background-color: var(--black-color);
    border-radius: 10px;
}
 
.present{
    background-color: var(--transparent-color);
}
.present img{
    border: 2px solid var(--black-color);
}
.present svg{
    fill: var(--black-color) !important;
}

.home{
    display: flex;
    margin-bottom: 10px;
    padding-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
   padding-bottom: 10px;
   padding-right: 0px;
   border-radius: 20px;
}
.home svg{
    margin-left: 17px;
    width: 45px;
    height: 45px;
}
.sounds{
    display: flex;
    margin-bottom: 10px;
    padding-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
   padding-bottom: 10px;
   border-radius: 20px;
}
.sounds svg{
     margin-left: 20px;
    width: 40px;
    fill: #5f5f5f;
    height: 40px;
}
.notifications{
    display: flex;
    margin-bottom: 10px;
    padding-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
   padding-bottom: 10px;
   border-radius: 20px;
}
.notifications svg{
     margin-left: 20px;
    width: 40px;
    fill: #5f5f5f;
    height: 40px;
}
.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;
    width: 40px;
    fill: #5f5f5f;
    height:40px;
}
.shop{
    display: flex;
    margin-bottom: 10px;
    padding-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
   padding-bottom: 10px;
   border-radius: 20px;
}
.shop svg{
     margin-left: 20px;
     fill: #5f5f5f;
    width: 40px;
    height:40px;
}
.hashtags{
    display: flex;
    margin-bottom: 10px;
    padding-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
   padding-bottom: 10px;
   border-radius: 20px;
}
.hashtags svg{
    fill: #5f5f5f;
    margin-left: 20px;
    width: 40px;
    height:40px;
}
.user{
    display: flex;
    margin-bottom: 10px;
    padding-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
   padding-bottom: 10px;
   border-radius: 20px;
}
.user img{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-left: 10px;
}
.user:hover{
    background-color: var(--transparent-color) !important;
}
.button:hover{
    background-color: var(--transparent-color) !important;
}
.button svg{
    fill: #5f5f5f !important;
}
.present svg{
    fill: var(--black-color) !important;
}
.first__section{
    min-width: 10% !important;
    border: 2px solid var(--transparent-color);
    height: 100vh;
    /* overflow: hidden; */
    position: fixed;
    background-color: var(--white-color);
}
.second__section{
    left: 10% !important;
    width: 90% !important;
    height: auto;
    margin-top: 0%;
    overflow: hidden !important;
    background-color: var(--white-color);
    border: none;
}
.third__section{
    display: none;
}


.left-tab{
    display: flex;
    flex-direction: column;
    width: auto;
    height: 100%;
    background-color: var(--white-color);
    align-items: center;
    padding-top: 10%;
    /* justify-content: center; */

}
.left-tab div{
    padding-right: 10px;
}
main{
    display: flex;
    flex-direction: column;
    align-items: center;
}
button{
    transition: 0.4s ease all;
}
button:active{
    transform: scale(0.9);
}

.sorting__feed{
    width: 90%;
    /* max-width: 50%; */
    position: fixed;
    background-color: var(--white-color);
    display: flex;
    left: 10%;
    flex-direction: row;
    color: var(--black-color);
}
.foryou, .following{
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3% 0;
}
.foryou:hover, .following:hover{
    background-color: var(--transparent-color);
}
.foryou__bottom, .following__bottom{
    margin-top: 2%;
}
.foryou__bottom_indicator, .following__bottom_indicator{
    width: 50px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--black-color);
}
.foryou__top, .following__top{
    display: flex;
    flex-direction: row;
}
.bubble{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: rgb(0, 186, 124);
    margin-left: 5px;
}
.post{
    width: 450px;
    height: auto;
    align-items: end;
    padding: 20px;
    transition: 0.4s ease all;
    color: var(--black-color) !important;
    border-bottom: 2px solid var(--transparent-color);
    margin-bottom: 3%;
    transition: 0.4s ease all;
}
.profile__det{
    display: flex;
    align-items: center;
    gap: 4%;
    width: 250px;
    margin-bottom: 2%;
    flex-direction: row;
}
.profile__pic{
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
    overflow: hidden;
    border: 2px solid var(--black-color);
    border-radius: 50%;
}
.profile__pic img{
    width: 50px;
    height: auto;
    
}
.profile__username{
    display: flex;
    gap: 3%;
}
.profile__username svg{
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 30px;
    fill: #5f5f5f;
}
.profile__username_post_time{
    color: #5f5f5f;
    font-size: 20px;
    white-space: nowrap;
}
.verified{
    width: 20px;
    height: 20px;
    fill: rgb(0, 186, 124) !important;
}
.profile__username p{
    font-size: 20px;
    font-weight: 600;
}
.profile__post_tag p{
    font-size: 30px;
    font-weight: 600;
    margin: 5% 5% 5% 0%;
}
.profile__post{
    width: 400px;
    background-color: var(--transparent-color);
    min-height: 200px;
    max-height: 500px;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.4s ease all;
}
.profile__post img{
    width: 400px;    
    height: auto;
}
.profile__actions{
    margin: 5% 0 5% 0;
    display: flex;
    gap: 5%;
    width: 100%;
}
.profile__action{
    display: flex;
    gap: 0px;
    transition: 0.4s ease all;
}
.profile__action:active{
    transform: scale(0.9);
}
.liked{
    fill: red !important;
}
.bookmarked{
    fill: rgb(0, 186, 124) !important;
}
.commented{
    fill: skyblue !important;
}
.profile__action svg{
    width: 30px;
    height: auto;
    fill: var(--black-color);
}
.profile__action svg:active{
    transform: scale(0.9);
}
.comment{
    gap: 5%;
}
.comment input{
    width: 30vh;
    background-color: var(--transparent-color);
    border-radius: 10px;
    font-size: 20px;
    color: var(--black-color);
    padding: 10px;
    overflow: hidden;
    border: none;
    outline: none;
}
.comment input::placeholder{
    color: #5f5f5f;
}
header{
    width:100%;
    height: auto;
    padding-top: 2%;
    margin-top: 0%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
header h1{
    font-size: 70px;
    font-family: 'Hemingnit-Logo';
    letter-spacing: 3px;
    color: var(--black-color);
}
.search{
    display: flex;
    width: 100%;
    height: 50px;
    margin-top: 10px;
    padding: 0 12px;
    background: var(--transparent-color);
    color: var(--black-color);
    border: none;
    border-radius: 10px;
    font-weight: 500;
    font-size: large;
    line-height: 1;
}
.search svg{
    fill: #5f5f5f;
    padding-left: 3px;
    margin-top: 13px;
    padding-right: 2px;
    width: 20%;
    height: 20px;
}
.search input{
    padding-right: 50px;
    margin-right: 50px;
    border-radius: 50px;
    border: none;
    width: 80%;
    background-color: transparent;
    outline: none;
    font-size: large;
    color: var(--black-color);
}
.search input::placeholder{
    color: #5f5f5f;
    font-size: large;
    font-weight: lighter;
}
.highlight{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: var(--transparent-color);
    color: var(--black-color);
    padding: 15px;
    border-radius: 10px;
    margin: 5% 0;

}
.highlight p{
    font-size: 20px;
    font-weight: 600;
    color: var(--black-color);
}
.sync{
    width: auto;
    height: auto;
    padding: 10px 10px;
    font-size: 15px;
    color: var(--white-color);
    background-color: var(--black-color);
    border-radius: 10px;
    border: none;
    margin-top: 3%;
    font-weight: 500;
}
.who_to_follow{
    width: 100%;
    height: auto;
    background-color: var(--transparent-color);
    border-radius: 15px;
    color: var(--black-color) !important;
    padding: 15px;
    display: flex;
    flex-direction: column;
}
.who_to_follow_p{
    width: 100%;
    align-items: start;
    display: flex;
    flex-direction: column;
}
.who_to_follow_p p{
    font-size: 25px;
    font-weight: 600;
}
.who_to_follow_profile{
    display: flex;
    margin-top: 5%;
    gap: 3%;
    width: 100%;
    flex-direction: row;
    height: auto;
}
.who_to_follow_profile_pic{
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--box-shadow-color);
}
.who_to_follow_profile_pic img{
    width: 50px;
    height: 50px;
}
.who_to_follow_profile_det{
    display: flex;
    flex-direction: column;
    width: 55%;
    overflow: hidden;
}
.who_to_follow_profile_det svg{
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
    fill: rgb(0, 186, 124);
}
.who_to_follow_profile_det_name{
    display: flex;
    gap: 5px;
}
.who_to_follow_profile_det h3{
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.who_to_follow_profile_det p{
    color: #5f5f5f !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.who_to_follow_profile_button_follow button{
    width: auto;
    height: auto;
    padding: 10px 15px;
    font-size: 15px;
    border-radius: 10px;
    background-color: var(--black-color);
    color: var(--white-color);
    font-weight: 500;
    border: none;
}
footer{
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 20px;
    color: var(--black-color);
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media (max-width:930px) {
    .cursor-dot{
        display: none;
    }
    .cursor-outline{
        display: none;
    }
    .second__section{
        width: 85% !important;
        margin-left: 13% !important;
        border: none;
    }
    .third__section{
        display: none;
    }
    .spacing{
        margin-bottom: 15%;
    }
    .sorting__feed{
        width: 90%;
        padding-top: 3%;
    }
    .foryou:hover{
        background-color: transparent;
    }
    .following:hover{
        background-color: transparent;
    }
}
@media (max-width:500px) {
    #offline-message{
        display: none;
    }
    .stories{
        display: none;
    }
    .first__section{
        width: 100%;
        height: 80px;
        bottom: 0;
    }
    .spacing{
        margin-bottom: 20%;
    }
    .left-tab{
        display: flex;
        flex-direction: row;
        justify-content: center;
        bottom: 0;
        width: 100%;
        height: 80px;
        padding-top: 0;
        gap: 1%;
    }
    .second__section{
        width: 100% !important;
        margin-left: 0 !important;
        padding-left: 0;
        align-items: center;
    }
    .sorting__feed{
        left: 0%;
        width: 100% !important;
        margin-left: 0% !important;
        min-width: 100% !important;
    }
    .shop{
        display: none;
    }
    .hashtags{
        display: none;
    }
    .present{
        background-color: transparent !important;
    }
    .button:hover{
        background-color: transparent !important;
    }
    .button{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .button svg{
        width: 30px;
        height: auto;
    }
    .button:active{
        background-color: transparent !important;
    }
    .sorting__feed{
        padding-left: 0%;
    }
    .sorting__feed h1{
        font-size: 20px;
    }
    .user img{
        width: 35px !important;
        height: 35px !important;
    }
    .post{
        width: 300px;
        border-bottom: none;
    }
    .profile__username p{
        font-size: 20px;
    }
    .profile__username_post_time{
        font-size: 17px;
    }
    .profile__post{
        width: 250px;
        max-height: 300px;
    }
    .profile__post img{
        width: 250px;
    }
    .profile__post_tag p{
        font-size: 20px;
    }
    .comment input{
      display: none;
    }
}