@import url('https://fonts.googleapis.com/css2?family=Space+Mono&display=swap');
@font-face {font-family: "Acumin Wide"; src: url(fonts/acuminprowide-regular.woff2); font-display: swap}
@font-face {font-family: "Agrandir Tight"; src: url(fonts/agrandir-tight.woff2); font-display: swap}
@font-face {font-family: "Editorial New"; src: url(fonts/editorialnew-ultralight.woff2); font-display: swap}

html{
    background-color:#000;
    color:#fff;
    font-family: "Acumin Wide", sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body{
    padding:0;
    margin:0;
    overflow-x:hidden;
}
a{
    color:#fff;
}
p{
    margin:0;
    padding:0;
    line-height:150%;
    font-size:16px;
}
h1, h2, h3, h4{
    font-weight:500;
    padding:0;
    margin:0;
}
/* text styles */
.bigTitle{
    font-size:80px;
    font-family: 'Agrandir Tight', sans-serif;
    letter-spacing:-1%;
    line-height:110%;
    margin-top:-5px;
}
.tileName{
    font-family: 'Agrandir Tight', sans-serif;
    font-size:45px;
    line-height:110%;
    letter-spacing:-1%;
}
.body100{
    font-family: 'Acumin Wide', sans-serif;
    font-size:16px;
    line-height:100%;
    letter-spacing:-2%;
}
.body150{
    font-family: 'Acumin Wide', sans-serif;
    font-size:16px;
    line-height:150%;
    letter-spacing:-2%;
}
.thoughtTileName{
    font-family: 'Editorial New', serif;
    font-size:45px;
    line-height:100%;
}
.serifSubtitle{
    font-family: 'Editorial New', serif;
    font-size:28px;
    line-height:110%;
}
.tileSubtitle{
    font-family: 'Agrandir Tight', sans-serif;
    font-size:28px;
    line-height:110%;
}
.subtitleMono{
    font-family: 'Space Mono', monospace;
    font-size:24px;
    line-height:110%;
}
.bodyMono{
    font-family: 'Space Mono', monospace;
    font-size:16px;
    letter-spacing:-2%;
}
.bodySmall{
    font-family: 'Acumin Wide', sans-serif;
    font-size:14px;
    line-height:150%;
    letter-spacing:-2%;
}
.bodyXSmall{
    font-family: 'Acumin Wide', sans-serif;
    font-size:12px;
    line-height:150%;
    letter-spacing:-2%;
}
/* text styles */

.project-body>p{
    max-width:680px;
}
.selected-projects{
    background-color:#0C0C0C;
    border-radius:60px;
    padding:6px 12px;
    position:absolute;
    left:50%;
    top:8;
    width:auto;
    transform:translateX(-50%) translateY(-50%);
}
a{
    text-decoration:none;
}
.entry a{
    border-bottom:1px solid rgba(255,255,255,0.5);
    transition:all 0.2s ease-in-out;
}
.entry a:hover{
    border-bottom:1px solid rgba(255,255,255,1);
}
.entry a::after{
    content: '';
    display:inline-block;
    background-image:url(small-arrow.svg);
    background-repeat:no-repeat;
    width:10px;
    height:8px;
    margin-left:2px;
}
.border10{
    border-radius:10px;
}
.border30{
    border-radius:30px;
}
.padding4{
    padding:4px;
}
.padding0{
    padding:0;
}
.iframe{
    outline:none;
    border:none;
    overflow:hidden;
    width:100%;
    height:100%;
}
.button{
    display: inline-flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    background: #313131;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
    transition: all 0.2s ease-in-out;
    line-height:90%;
}
.button:hover{
    background: #3d3d3d;
}
.grey-text{
    color:#BEBEBE;
}
.link{
    border-bottom:1px solid rgba(255,255,255,0.5);
    transition:all 0.2s ease-in-out;
    opacity:0.5;
}
.link:hover{
    border-bottom:1px solid rgba(255,255,255,1);
    opacity:1;
}
.link::after{
    content: '';
    display:inline-block;
    background-image:url(small-arrow.svg);
    background-repeat:no-repeat;
    width:10px;
    height:8px;
    margin-left:2px;
}

/* @keyframes reactionSlideBottom {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}
@keyframes reactionSlideOutBottom {
    from {
            transform: translateY(0%);
    }
    to {
        transform: translateY(150%);
        opacity:0;
    }
}
@keyframes reactionSlideTop {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
@keyframes reactionSlideOutTop {
    from {
        transform: translateY(0%);
    }
    to {
        transform: translateY(-150%);
        opacity:0;
    }
    } */
.visible{
    display:flex !important;
    animation: reactionSlideBottom 0.2s cubic-bezier(.65,.65,.27,1.39);
}
.visibleTop{
    display:flex !important;
    animation: reactionSlideTop 0.2s cubic-bezier(.65,.65,.27,1.39);
}
.reactionsOut{
    animation: reactionSlideOutBottom 0.3s ease-in-out;
}
.reactionsOutTop{
    animation: reactionSlideOutTop 0.3s ease-in-out;
}
.notVisible{
    display:none !important;
}
.max-width600{
    max-width:600px;
}
.overflow{
    overflow:visible;
}

@media (max-width: 1400px) {
p{
    font-size:14px;
}
/* text styles */
.bigTitle{
    font-size:54px;
    font-family: 'Agrandir Tight', sans-serif;
    letter-spacing:-1%;
    line-height:110%;
    margin-top:-5px;
}
.tileName{
    font-family: 'Agrandir Tight', sans-serif;
    font-size:40px;
    line-height:110%;
    letter-spacing:-1%;
}
.body100{
    font-family: 'Acumin Wide', sans-serif;
    font-size:14px;
    line-height:100%;
    letter-spacing:-2%;
}
.body150{
    font-family: 'Acumin Wide', sans-serif;
    font-size:14px;
    line-height:150%;
    letter-spacing:-2%;
}
.thoughtTileName{
    font-family: 'Editorial New', serif;
    font-size:40px;
    line-height:100%;
}
.tileSubtitle{
    font-family: 'Agrandir Tight', sans-serif;
    font-size:25px;
    line-height:110%;
}
.serifSubtitle{
    font-size:25px;
}
.subtitleMono{
    font-family: 'Space Mono', monospace;
    font-size:21px;
    line-height:110%;
}
.bodyMono{
    font-family: 'Space Mono', monospace;
    font-size:14px;
    letter-spacing:-2%;
}
.bodySmall{
    font-family: 'Acumin Wide', sans-serif;
    font-size:12px;
    line-height:150%;
    letter-spacing:-2%;
}
/* text styles */
.project-body>p{
    width:auto;
}
}
.email-flex {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
  }
  
  .key {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background-size: cover;
    font-size: 14px;
    font-weight: bold;
    color: white;
    text-shadow: 0 0 3px rgba(0,0,0,0.5);
    cursor: pointer;
  }
  
  .blur {
    filter: blur(6px);
    opacity: 0.5;
    pointer-events: none;
    user-select: none;
    transition: filter 0.3s ease, opacity 0.3s ease;
  }
  
  #email-link {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  
  .copied {
    position: absolute;
    left: 110%;
    background: #333;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    animation: fadeOut 1.5s forwards;
  }
  
  @keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
  }

 /* Footer Styles */
		.footer {
			background: rgba(255, 255, 255, 0.03);
			border-top: 1px solid rgba(255, 255, 255, 0.08);
			padding: 40px 32px;
		}

		.footer-content {
			max-width: 1200px;
			margin: 0 auto;
			display: flex;
			justify-content: space-between;
			align-items: center;
			flex-wrap: wrap;
			gap: 20px;
		}

		.footer-text {
			color: rgba(255, 255, 255, 0.5);
			font-size: 14px;
		}

		.footer-socials {
			display: flex;
			gap: 20px;
			align-items: center;
		}

		.footer-social-link {
			opacity: 0.5;
			transition: all 0.3s ease;
			display: flex;
			align-items: center;
			justify-content: center;
		}

		.footer-social-link:hover {
			opacity: 1;
			transform: translateY(-2px);
		}

		.footer-social-link img {
			width: 24px;
			height: 24px;
		}

		@media (max-width: 600px) {
			.footer {
				padding: 30px 24px;
			}

			.footer-content {
				flex-direction: column;
				align-items: flex-start;
			}
		}
        body {
          -webkit-user-select: none; /* Safari */
          -moz-user-select: none;    /* Firefox */
          -ms-user-select: none;     /* IE10+ */
          user-select: none;         /* Standard */
        }
  
        .skills-slider .skill-item:nth-child(1) {
            color: #FF6B6B;
          }
          .skills-slider .skill-item:nth-child(2) {
            color: #FFD93D;
          }
          .skills-slider .skill-item:nth-child(3) {
            color: #6BCB77;
          }
          .skills-slider .skill-item:nth-child(4) {
            color: #4D96FF;
          }
          .skills-slider .skill-item:nth-child(5) {
            color: #C77DFF;
          }
          .skills-slider .skill-item:nth-child(6) {
            color: #FFB6B9;
          }
          .skills-slider .skill-item:nth-child(7) {
            color: #FFA41B;
          }
          .skills-slider .skill-item:nth-child(8) {
            color: #00C2CB;
          }
          .skills-slider .skill-item:nth-child(9) {
            color: #F85F73;
          }
          .skills-slider .skill-item:nth-child(10) {
            color: #fff;
          }
      
          /* duplicated items for seamless scroll */
          .skills-slider .skill-item:nth-child(n+13):nth-child(-n+22) {
            opacity: 0.6;
          }