
/* Main stuff */

html, body{
    margin:0;
    padding:0;
    display: flex;
    z-index: 0;
    width: 100%;
    height:100vh;
    background-color: #FFFFFF;
    color: #2b2b2b;
    visibility: hidden;
}

@media (prefers-color-scheme: dark) {

    html, body{
        background-color: #2b2b2b;
        color: #FFFFFF;
    }
}

  /* Remove scrollbars */

.container {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}

.container::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
  
::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}

/* Disable selection / dragging */

::selection {
    background: #F1f1f1; /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: #F1f1f1; /* Gecko Browsers */
}

.disable-select {
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
}

.disable-drag {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

#time-widget img {
    max-width: 20px !important;
}

#live-clock {
    font-size: 0.9rem;
    font-family: "Inter", monospace !important;
    font-optical-sizing: auto;
    font-weight: 500 !important;
    font-style: normal;
    font-feature-settings: 'frac';
    color: var(--text-color);
}

@media (prefers-color-scheme: dark) {

    ::selection {
        background: #363636; /* WebKit/Blink Browsers */
    }
    
    ::-moz-selection {
        background: #363636; /* Gecko Browsers */
    }
}

/* Links */

.header-title a, #nft-badge-widget a {
    text-decoration: none !important;
}

#nft-badge-widget h7:hover, .header-widget h4:hover {
    color: #8000ff !important;
}

a {
    color: #2b2b2b;
    text-decoration: #AEAEB2 wavy underline;
    -webkit-text-decoration: #AEAEB2 wavy underline;
    text-underline-offset: 4px;
    transition: color 0.2s ease-out, text-decoration 0.25s ease-out;
}

a:hover {
    color: #AEAEB2;
    text-decoration: #ffffff00 wavy underline;
    -webkit-text-decoration: #ffffff00 wavy underline;
    text-underline-offset: 4px;
}

.footer-stuff a {
    color: #AEAEB2;
}

a.gallery:hover {
    color: #2b2b2b !important;
}

a.yc:hover {
    color: #F39937;
}

a.loobot {
    background-image: linear-gradient(120deg, #2b2b2b, #2b2b2b);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

a.loobot:hover {
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(120deg, #EE4E3D, #EE4E3D, #287CF6, #287CF6);
    color: transparent;
}

a.loobot::selection {
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(120deg, #EE4E3D, #EE4E3D, #287CF6, #287CF6);
    color: #2b2b2b;
}

a.chameleon:hover {
    color: #34c759;
}

a.linkedin:hover {
    color: #0072b1;
}

a.farcaster:hover {
    color: #7157B8;
}

a.twitter:hover {
    color: #00acee;
}

@media (prefers-color-scheme: dark) {

    a {
        color: #FFFFFF;
        text-decoration: #636366 wavy underline;
        -webkit-text-decoration: #636366 wavy underline;
    }
    
    a:hover {
        color: #48484A;
        text-decoration: #2b2b2b00 wavy underline;
        -webkit-text-decoration: #2b2b2b00 wavy underline;
        text-underline-offset: 4px;
    }

    .footer-stuff a {
        color: #636366;
    }
    
    a.gallery:hover {
        color: #FFFFFF !important;
    }
    
    a.loobot::selection {
        -webkit-background-clip: text;
        background-clip: text;
        background-image: linear-gradient(120deg, #EE4E3D, #EE4E3D, #287CF6, #287CF6);
        color: #FFFFFF;
    }

    a.nft-link:hover {
        color: #F4A23C !important;
    }
    
    a.yc:hover {
        color: #F4A23C;
    }
    
    a.loobot {
        background-image: linear-gradient(120deg, #FFFFFF, #FFFFFF);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
    }
    
    a.loobot:hover {
        -webkit-background-clip: text;
        background-clip: text;
        background-image: linear-gradient(120deg, #EE5545, #EE5545, #3086F7, #3086F7);
        color: transparent;
    }
    
    a.chameleon:hover {
        color: #66CD67;
    }
    
    a.linkedin:hover {
        color: #0072b1;
    }
    
    a.farcaster:hover {
        color: #7157B8;
    }
    
    a.twitter:hover {
        color: #00acee;
    }

    #nft-badge-widget h7:hover, .header-widget h4:hover {
        color: #FAD74A !important;
    }
}


/* Navigation */

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar {
    letter-spacing: 0.5px;
    min-height: 50px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1rem !important;
    z-index:100;
    font-family: "Inter", monospace !important;
    font-optical-sizing: auto;
    font-weight: 600 !important;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

.nav-item {
    padding-left: 40px !important;
    padding-right: 0px !important;
    min-height: 50px;
    vertical-align: middle !important;
}

.nav-link {
    min-height: 50px;
    color: #AEAEB2;
}

.navbar .current {
    color: #2b2b2b !important;
}

.navbar-text {
    min-height: 50px;
    color: #2b2b2b !important;
    text-decoration: none;
    padding-top: 0px;
    padding-bottom: 0px;
}

.nav-font-size {
    font-size: 1rem;
    vertical-align: bottom;
}

@media (prefers-color-scheme: dark) {

    .navbar .current {
        color: #FFFFFF !important;
    }

    .nav-link {
        color: #636366 !important;
    }
    
    .navbar-text {
        color: #FFFFFF !important;
    }
}

/* Placeholder widgets */

.placeholder-image {
    height: 24px;
    width: 24px;
    background-image: linear-gradient(0deg, #E5E5EA, #E5E5EA);
    background-size: 24px 24px;
    border-radius: 20px;
    animation: loading 1s infinite alternate-reverse;
    opacity: 0.75;
}

.placeholder-text {
    height: 16px;
    width: 200px;
    background-image: linear-gradient(0deg, #E5E5EA, #E5E5EA);
    background-size: 200px 16px;
    border-radius: 6px;
    animation: loading 1s infinite alternate-reverse;
    opacity: 0.75;
}

.floating-widget {
    background-color: #FFFFFF;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 200px;
    /* box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.2); */
    min-height: 40px;
    min-width: -webkit-fit-content;
}

#placeholder-widget {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: center;
    background-color: #FFFFFF;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 200px;
    /* box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.2); */
    gap: 10px;
    min-height: 40px;
    margin-left: 40px;
    margin-top: 40px;
    min-width: -webkit-fit-content;
}

@media (prefers-color-scheme: dark) {

    .placeholder-image {
        background-image: linear-gradient(0deg, #48484A, #48484A);
    }
    
    .placeholder-text {
        background-image: linear-gradient(0deg, #48484A, #48484A);
    }
    
    .floating-widget {
        background-color: #363636;
        /* box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.2); */
    }
    
    #placeholder-widget {
        background-color: #363636;
        /* box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.2); */
    }

    #placeholder-widget-2 {
        background-color: #363636;
        /* box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.2); */
    }
}

/* Weather widget */

.blink-colon {
    transition: opacity 0.5s ease-in-out;
  }
  
  .opacity-full {
    opacity: 1;
  }
  
  .opacity-half {
    opacity: 1;
  }

#weather-widget {
    transform-origin: center bottom;
    z-index: 1;
    position: absolute;
    visibility: hidden;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    gap: 5px;
    margin-left: 40px;
    margin-top: 40px;
    max-height: 40px;
}

#time-widget {
    transform-origin: center bottom;
    z-index: 1;
    position: absolute;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    gap: 5px;
    margin-right: 24px;
    margin-top: 24px;
    font-kerning: none;
    letter-spacing: 1px;
}

#weather-conditions, #clock-icon {
    max-height: 30px;
}

.right-align {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

/* Main Content */

.centered {
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    padding-top: 30px;
    padding-left: 32vw;
    padding-right: 28vw;
    justify-content: center;
    align-items: stretch;
    align-content: space-around;
    gap: 30px;
    z-index: 3;
}

/* Header stuff */

.header {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    text-align: center;
    vertical-align: left;
    flex-wrap: wrap;
}

.profile-circle {
    position: relative;
    width: 50px;  /* Set the width to the desired size */
    height: 50px; /* Set the height to the same as width to keep it a circle */
    border-radius: 50%; /* This makes the div round */
    overflow: hidden; /* This ensures the image does not spill outside the boundary */
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-circle img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover; /* This will cover the area with the image, cropping if necessary */
    transition: opacity 0.3s ease-in-out;
}

.profile-circle img.hover-img {
    opacity: 0;
}

.profile-circle:hover img.default-img {
    opacity: 0;
}

.profile-circle:hover img.hover-img {
    opacity: 1;
}

.header-widget {
    background-color: #e9e9f0;
    border-radius: 200px;
    margin-top: 2px;
}

.header-widget h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 8px;
    padding-right: 8px;
    letter-spacing: 1.0px;
    font-size: 0.8rem !important;
    line-height: 1.4rem !important;
    color: #848484 !important;
    font-family: "Inter", monospace !important;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

.header-title {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    text-align: center;
    vertical-align: left;
}

.header-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
    vertical-align: left;
    justify-content: center;
    margin-top:0px;
    gap: 2px;
}

#nft-badge-widget {
    position: absolute;
    background-color: #e9e9f0;
    border-radius: 4px;
    margin-top: 41px;
    margin-left: 28px;
    padding-left: 3px;
    padding-right: 3px;
    z-index: 8;
    line-height: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: #FFFFFF;
}

@media (prefers-color-scheme: dark) {

    .header-widget {
        background-color: #363636;
        box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.2);
    }

    .header-widget h4 {
        color: #636366 !important;
    }

    #nft-badge-widget {
        background-color: #363636;
        border-color: #2b2b2b;
    }
}

/* Footer */

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 50px;
    min-height: 66px;
}

.footer-text {
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 40px;
    font-feature-settings: 'tnum', 'frac';
}

/* Experience section */

ul {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 100px;
    padding-left: 0px;
    list-style-type: none; /* Removes default list bullet styling */
}

.experience-item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 0px;
}
  
  .job-title {
    letter-spacing: 0.5px;
    flex-grow: 1;
    text-align: left;
    font-family: "Inter", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    font-style: normal;
    font-variation-settings: "slnt" 0;
  }
  
  .job-date {
    width: 100px; /* This should be the width of the widest date range */
    text-align: left; /* Align the text to the left within this container */
    white-space: nowrap; /* Prevents the date from wrapping */
    color: #AEAEB2 !important;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    margin-bottom: 0rem;
    font-family: "Inter", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    font-style: normal;
    font-variation-settings: "slnt" 0;
    font-feature-settings: 'tnum', 'frac';
}

/* Text */

/* Main stuff */
:root {
    --text-color: #2b2b2b; /* Light mode text color */
    --background-color: #FFFFFF; /* Light mode background color */
  }
  
  @media (prefers-color-scheme: dark) {
    :root {
      --text-color: #FFFFFF; /* Dark mode text color */
      --background-color: #2b2b2b; /* Dark mode background color */
    }
}

h1 {
    color: #2b2b2b !important;
    font-size: 1.6rem;
    letter-spacing: 0.5px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: "Inter", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 500 !important;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

.header h1 {
    text-align: left !important;
}

h2 {
    color: #AEAEB2 !important;
    font-size: 1rem;
    letter-spacing: 0.5px;
    margin-bottom: 0rem;
    font-family: "Inter", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

h3 {
    color: #AEAEB2 !important;
    font-size: 0.7rem;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    font-family: "Inter", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 600 !important;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

h4 {
    color: #2B2B2B !important;
    font-size: 1rem;
    letter-spacing: 0.5px;
    line-height: 1.6rem !important;
    margin-bottom: 0rem;
    font-family: "Inter", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

li h4, li h5 {
    margin-bottom: 0rem;
}

h5 {
    color: #AEAEB2 !important;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    text-align: left;
    margin-bottom: 0rem;
    font-family: "Inter", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 600 !important;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

h6 {
    color: #AEAEB2 !important;
    font-size: 0.7rem;
    letter-spacing: 0.5px;
    margin-bottom: 0rem;
    font-family: "Inter", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

h7 {
    color: #848484;
    font-size: 0.35rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: italic;
    vertical-align: top;
    font-family: "Inter", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 600 !important;
    font-style: normal;
    font-variation-settings: "slnt" -10;
}

@media (prefers-color-scheme: dark) {

    h1 {
        color: #FFFFFF !important;
    }
    
    h2 {
        color: #636366 !important;
    }
    
    h3 {
        color: #636366 !important;
    }
    
    h4 {
        color: #FFFFFF !important;
    }
    
    h5 {
        color: #636366 !important;
    }
    
    h6 {
        color: #636366 !important;
    }

    h7 {
        color: #636366;
    }
}

/* Projects */

.projects {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.projects img {
    object-fit: contain;
    width: 80px;
    height: 60px;
    background-color: #F1F1F1;
    border-radius: 10px;
    /* box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1); */
}
/* Animations */

.hide-at-start {
    opacity: 0;
}

@keyframes loading {
    from {
        opacity: 0.75;
    }
    to {
        opacity: 0.35;
    }
}

.animate__animated.animate__fadeOutDown {
    --animate-duration: 0.5s;
}

.animate__animated.animate__fadeInUp {
    --animate-duration: 0.4s;
}

.animate__animated.animate__hinge {
    --animate-duration: 0.8s;
}

/* Mobile */

@media screen and (max-width:1200px) {

    .centered {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        gap: 30px;
        justify-content: flex-start !important;
    }

    .navbar, .container-fluid, #weather-widget {
        visibility: hidden !important;
    }

    h4 {
        font-size: 0.95rem;
        letter-spacing: 0.5px;
        line-height: 1.7rem !important;
    }

    h5 {
        flex-shrink: 0;
    }

    ul {
        margin-right: 0px;
    }

    .floating-widget {
        background-color: #FFFFFF;
        padding-left: 7px;
        padding-right: 7px;
        min-height: 30px;
        min-width: -webkit-fit-content;
    }

    li {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0px;
        flex-direction: row;
        align-content: center;
        align-items: baseline;
    }

    #placeholder-widget {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
        border-radius: 200px;
        /* box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.2); */
        min-height: 30px;
        margin-left: 20px;
        margin-top: 30px;
        min-width: -webkit-fit-content;
        gap: 5px;
    }
    
    .placeholder-image {
        height: 16px;
        width: 16px;
        background-image: linear-gradient(0deg, #E5E5EA, #E5E5EA);
        background-size: 16px 16px;
        border-radius: 20px;
        animation: loading 1s infinite alternate-reverse;
        opacity: 0.75;
    }

    .placeholder-text {
        height: 14px;
        width: 30px;
        background-image: linear-gradient(0deg, #E5E5EA, #E5E5EA);
        background-size: 30px 14px;
        border-radius: 8px;
        animation: loading 1s infinite alternate-reverse;
        opacity: 0.75;
    }

    #weather-widget {
        margin-left: 20px;
        margin-top: 30px;
    }

    #time-widget {
        margin-right: 20px;
        margin-top: 30px;
    }

    #weather-widget img, #time-widget img {
        max-width: 16px !important;
    }

    .navbar {
        letter-spacing: 0.5px;
        font-size: 0.75rem !important;
        font-family: "Inter", sans-serif !important;
        font-optical-sizing: auto;
        font-weight: 400 !important;
        font-style: normal;
        font-variation-settings: "slnt" 0;
    }
}

@media screen and (max-width: 360px) {

    .centered {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        gap: 30px;
    }

    h4 {
        font-size: 0.8rem;
        letter-spacing: 0.5px;
        line-height: 1.55rem !important;
    }
}