/* bright */
/* :root{
  --bg-color: white;
  --bg1-color: white;
  --color: rgb(20, 20, 20);
  --highlight-color: #f2f2f2;
  --border-color: solid;
  --shadow: 0 1px 3px 1px rgba(60, 64, 67, 0.15),
  0 1px 2px 0 rgba(60, 64, 67, 0.3);
  --header-color: #7BE4D5;
  --link-color: #ff487a;
} */
/* dark */
/* :root{
  --bg-color: #1e1e1e;
  --bg1-color: #252526;
  --color: #adadad;
  --highlight-color: #37373d;
  --border: none;
  --shadow: 0 1px 3px 1px rgba(60, 64, 67, 0.15),
  0 1px 2px 0 rgba(60, 64, 67, 0.3);
} */
@font-face {
    font-family: Roobert-Medium;
    src: url(../assets/fonts/Roobert-Medium.otf);
}
@font-face {
    font-family: Roobert-Bold;
    src: url(../assets/fonts/Roobert-Bold.otf);
}
@font-face {
    font-family: notshekhar;
    src: url(../assets/notshekhar.ttf);
}
@font-face {
    font-family: log;
    src: url(../assets/Lob.ttf);
}
body {
    font-family: Roobert-Medium, "sans-serif";
    background: var(--bg-color);
}
.bod {
    position: fixed;
    display: none;
    width: min(100%, 1240px);
    height: 100vh;
    left: 50%;
    top: 0px;
    transform: translate(-50%);
    overflow-y: scroll;
}
#donate {
    background: white;
    border: solid;
    border-color: rgb(255, 196, 4);
    border-radius: 300px;
    height: 21px;
    width: 100px;
    margin-bottom: 5px;
    border-width: 1.5px;
    color: rgb(255, 196, 4);
    outline: none;
}
#donate:hover {
    color: white;
    background: rgb(255, 196, 4);
}
.projectperyear {
    position: absolute;
    left: 80px;
    width: 200px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: inline-block;
    padding: 3px;
    height: 20px;
    color: white;
    background: black;
    border-radius: 4px;
    display: none;
    transition: all 500ms;
}
.project::before {
    content: "";
}
.year:hover + .projectperyear {
    display: block;
    /* width: max-content; */
}
#total {
    color: var(--color);
    margin-left: 1000px;
    opacity: 0;
    animation: vlavla 1s forwards;
}
@keyframes vlavla {
    100% {
        margin-left: 10px;
        opacity: 1;
    }
}
.spinner {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-image: url(../assets/loading.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-size: 60px;
    fill: var(--bg-color);
    z-index: 3;
}

.spacer {
    position: relative;
    width: 100%;
    height: 0px;
}
.title {
    position: relative;
    margin-top: -20px;
    margin-left: 20px;
    font-size: 40px;
    font-weight: 600px;
    font-family: log;
    display: inline-block;
    background-image: linear-gradient(
        90deg,
        #f79533 0%,
        #f37055 15%,
        #ef4e7b 30%,
        #a166ab 44%,
        #5073b8 58%,
        #1098ad 72%,
        #07b39b 86%,
        #6dba82 100%
    );
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    animation: klakla 1.2s forwards;
    opacity: 0;
}
@keyframes klakla {
    100% {
        opacity: 1;
        margin-top: 20px;
    }
}
.tabs {
    position: sticky;
    top: 25px;
    margin-top: 30px;
    margin-left: 15px;
    width: calc(100% - 30px);
    height: 0px;
    display: flex;
    border: none;
    border-radius: 21px;
    opacity: 0;
    z-index: 3;
    background-color: var(--bg1-color);
    border: 0.1px solid var(--highlight-color);
    animation: glagla 1s forwards;
}
/* .tab_fixed {
    position: fixed;
    top: 0px;
    margin-top: 8px;
    width: calc(100% - 325px);
} */
.tab_fixed_for_mobile {
    position: fixed;
    top: 0px;
    left: 0px;
    margin-top: 8px;
    box-shadow: var(--shadow);
}
#nightmode {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    border: none;
    background: var(--link-color);
    outline: none;
    overflow: hidden;
    border-radius: 8px;
    transition: all 200ms;
    display: flex;
    align-items: center;
    justify-content: center;
}
#nightmode svg {
    transition: all 200ms;
    fill: var(--bg-color);
    /* stroke: var(--bg-color); */
    /* background: var(--color); */
}
#mode {
    display: none;
    position: absolute;
    top: 23px;
    right: 60px;
    padding: 3px 12px 3px 12px;
    background: var(--color);
    color: var(--bg1-color);
    z-index: 3;
    border-radius: 5px;
    padding: 3px 10px;
    opacity: 0.8;
}
#nightmode:hover + #mode {
    display: block;
}

@keyframes glagla {
    100% {
        height: 60px;
        opacity: 1;
    }
}
.tab {
    font-family: Roobert-Bold;
    font-size: 14px;
    background: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    color: var(--color);
    opacity: 1;
    padding: 0px 25px;
    border-bottom-color: transparent;
    transition: all 250ms;
}
.tab:hover {
    color: var(--link-color);
    /* border-bottom: solid; */
    transform: scale(0.96);
    outline: none;
}
.highlight {
    position: relative;
    color: var(--link-color);
}
/* .highlight:hover {
    border: none;
} */
.highlight::after {
    content: "";
    position: absolute;
    background-color: var(--bg-color);
    top: calc(50% - 42.5%);
    left: calc(50% - 42.5%);
    width: 85%;
    height: 85%;
    z-index: -10;
    border-radius: 21px;
    transition: all 300ms;
}
#header {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 8px;
    width: 100%;
    background: var(--header-color);
    z-index: 1;
    box-shadow: var(--shadow);
}
#profile {
    position: fixed;
    top: 25px;
    left: -300px;
    opacity: 0;
    width: 300px;
    height: calc(100% - 50px);
    min-height: 500px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: var(--bg1-color);
    animation: alala 1s forwards;
    transition: all 200ms;
    border-radius: 21px;
}
@keyframes alala {
    0% {
        opacity: 0;
        left: -300px;
    }
    100% {
        opacity: 1;
        left: 25px;
    }
}
.topTabs {
    position: relative;
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* height: 130px; */
}

.toptab {
    background: var(--bg1-color);
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 40px;
    outline: none;
    color: var(--color);
    transition: all 200ms;
    width: 75%;
    border: none;
    border-radius: 11px;
    height: 45px;
    margin-bottom: 10px;
    font-family: Roobert-Bold, "sans-serif";
    font-size: 16px;
    font-weight: 600;
    color: var(--color);
}
.toptab:hover {
    margin-left: 21px;
    /* transform: scale(1.01); */
    background: var(--highlight-color);
}
.h {
    /* margin-left: 51px; */
    background-color: var(--highlight-color);
}
.h::after {
    content: "";
    position: absolute;
    right: 0px;
    height: 20px;
    width: 5px;
    border-radius: 10px;
    background: var(--link-color);
}
.toptab > * > * {
    margin-right: 5px;
}
.card:first-child {
    margin-top: 5px;
}
.card {
    position: relative;
    display: flex;
    flex-direction: row;
    border-radius: 16px;
    padding: 20px;
    /* box-shadow: var(--shadow); */
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    background: var(--bg1-color);
    transition: all 400ms;
}
/* .show {
    display: flex;
} */
.timedate {
    color: var(--color);
    display: flex;
    width: 100px;
    font-size: 14px;
    font-family: Roobert-Medium;
}
.card_body {
    position: relative;
    padding-right: 21px;
    width: calc(100% - 100px);
}
.card_body_title {
    position: relative;
    font-size: 16px;
    font-family: Roobert-Bold;
}
.demo {
    position: relative;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 800;
    display: flex;
    align-items: center;
    padding-left: 10px;
    gap: 5px;
    font-family: Roobert-Bold;
    font-size: 16px;
}
.techs_body {
    position: relative;
    margin-top: 10px;
    width: 100%;
    line-height: 35px;
}
.techs_used {
    position: relative;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 1.2px;
    color: var(--color);
    padding: 6px 8px 6px 8px;
    background-color: var(--highlight-color);
    border-radius: 5px;
    margin-right: 10px;
    font-family: notshekhar, "sans-serif";
    transition: all 300ms;
    /* border: solid;
    border-width: 0.5px;
    border-color: var(--color); */
}
.tech_used_title {
    position: relative;
    font-style: italic;
    font-weight: 600;
    color: var(--color);
    font-size: 14px !important;
    letter-spacing: 1.2px;
    background-color: transparent !important;
}
.card:hover {
    /* background: var(--highlight-color); */
    box-shadow: none;
    transform: scale(0.99);
}
/* .card:hover .techs_used {
    background-color: var(--bg1-color);
} */
#ppimg {
    width: 150px;
    height: 150px;
    border-radius: 30px;
    position: relative;
    margin-top: 40px;
    left: 50%;
    margin-left: -75px;
    transition: all 400ms;
}
#ppimg:hover {
    /* border-radius: 20%; */
    transform: scale(1.05);
}
.actions {
    margin: 20px;
}
.actions > * {
    padding: 10px 20px;
    margin-right: 10px;
    border-radius: 11px;
    background-color: var(--link-color);
    /* background: rgba(0, 0, 0, 0.2); */
}
.container {
    position: fixed;
    left: 100%;
    opacity: 0;
    top: 0px;
    height: 100%;
    right: 0px;
    width: calc(100% - 325px);
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
    background-color: var(--bg-color);
    animation: blabla 1s forwards;
}
@keyframes blabla {
    0% {
        opacity: 0;
        left: 100%;
    }
    100% {
        opacity: 1;
        left: 325px;
    }
}
.aboutme {
    position: absolute;
    margin-left: 20px;
    width: calc(100% - 40px);
    top: 100%;
    opacity: 0;
    animation: mana 1s forwards;
}
@keyframes mana {
    100% {
        top: 70px;
        opacity: 1;
    }
}
*::-webkit-scrollbar {
    width: 4px;
}
*::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background: var(--link-color);
}
.container::-webkit-scrollbar {
    width: 4px;
}
.container::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background: var(--link-color);
}
#projects {
    position: absolute;
    width: calc(100% - 10px);
    margin-top: 100%;
    margin-left: 10px;
    opacity: 0;
    transition: all 200ms;
    animation: slasla 1.2s forwards;
}
@keyframes slasla {
    100% {
        opacity: 1;
        margin-top: 20px;
    }
}
.year {
    position: absolute;
    font-size: 20px;
    left: 20px;
    font-family: notshekhar, "sans-serif";
    display: inline-block;
    background-image: linear-gradient(
        90deg,
        #f79533 0%,
        #f37055 15%,
        #ef4e7b 30%,
        #a166ab 44%,
        #5073b8 58%,
        #1098ad 72%,
        #07b39b 86%,
        #6dba82 100%
    );
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.wrap {
    position: absolute;
    display: flex;
}
.wrap i {
    flex: 1;
    width: 8px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: var(--link-color);
}
li {
    text-decoration: none;
    list-style: none;
    margin-bottom: 10px;
}
.body {
    transition: all 400ms;
    display: none;
}
a:hover {
    color: var(--link-color);
}
.list {
    display: flex;
    color: var(--color);
}

.date {
    flex: 1;
    font-weight: 400px;
    font-size: 2px;
}

a {
    text-decoration: none;
    color: var(--color);
    transition: all 200ms;
}
#follow {
    position: relative;
    /* top: 200px; */
    display: flex;
    left: 50%;
    width: 200px;
    height: 20px;
    margin-left: -100px;
}
.lin {
    flex: 1;
    position: relative;
}
.fol {
    position: absolute;
    width: 18px;
    height: 18px;
    /* border-radius: 50%; */
    border-radius: 8px;
    margin-right: 3px;
    transition: all 500ms;
    border: solid;
    border-color: var(--highlight-color);
    border-width: 2px;
}
/* temp changes */
.fol:hover {
    z-index: 2;
    transform: scale(1.5);
}
.foltitle {
    position: absolute;
    top: -30px;
    min-width: 100px;
    padding: 3px;
    left: calc(50% - 50px);
    display: none;
    color: var(--bg1-color);
    background: var(--color);
    border-radius: 100px;
    z-index: 3;
    opacity: 0.8;
}
.fol:hover + .foltitle {
    display: flex;
    justify-content: center;
}
#followButtons > span:host(.widget) {
    width: 100px;
}
#followButtons {
    position: relative;
    left: 50%;
    width: 136px;
    margin-left: -68px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    animation: xlaxla 4s forwards;
}
@keyframes xlaxla {
    100% {
        opacity: 1;
    }
}
.f {
    flex: 1;
}
.click {
    color: var(--link-color);
    cursor: pointer;
}
.click:hover {
    text-decoration: underline;
}
p {
    font-family: notshekhar, "sans-serif";
    font-size: 18px;
    color: var(--color);
    line-height: 26px;
    /* word-spacing: 4px; */
}

.y {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    font-family: notshekhar, "sans-serif";
    display: inline-block;
    background-image: linear-gradient(
        90deg,
        #f79533 0%,
        #f37055 15%,
        #ef4e7b 30%,
        #a166ab 44%,
        #5073b8 58%,
        #1098ad 72%,
        #07b39b 86%,
        #6dba82 100%
    );
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    /* letter-spacing: 3px; */
    word-spacing: 8px;
}
.talkbody {
    position: absolute;
    left: 10px;
    width: calc(100% - 10px);
    top: 100%;
    opacity: 0;
    animation: saga 1s forwards;
}
@keyframes saga {
    100% {
        opacity: 1;
        top: 70px;
    }
}

@media (max-width: 700px) {
    #profile {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        border-radius: 0px;
    }
    @keyframes alala {
        0% {
            opacity: 0;
            left: -300px;
        }
        100% {
            opacity: 1;
            left: 0px;
        }
    }
    #profile > .topTabs {
        margin-top: 30px;
    }
    .toptab {
        margin-bottom: 5px;
    }
    .container {
        position: absolute;
        left: 0px;
        top: calc(100%);
        width: 100%;
        height: auto;
        opacity: 1;
        overflow: visible;
        animation: none;
    }
    .tabs {
        border-radius: 0px;
        margin-left: 0px;
        width: 100%;
        border: none;
    }
    .highlight::after {
        border-radius: 0px;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }
    #title {
        position: relative;
        font-size: 30px;
        width: auto;
        height: auto;
    }
    .tabs {
        left: 0px;
        top: 0px;
        width: 100%;
    }
}
@media (max-height: 500px) {
    .container {
        top: 500px;
    }
}
