:root{
    --bg: #0C0C0C;
    --primary-color: #F2613F;
    --secondary-color: #481E14;
    --text-color: #9B3922;
    --font-family: 'Poppins', sans-serif;
    --glass-bg: rgba(255, 255, 255, 0.075);
    --glass-bg-hover: rgba(255, 255, 255, 0.1);
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body{
    font-family: 'Poppins', sans-serif;
    background-color: var(--bg);
    color: var(--text-color);
}

canvas {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;   
}

::-webkit-scrollbar {
	--scroll: rgb(255 255 255 / 80%);
	--scrollbar-top-btn: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6.102 16.981c-1.074 0-1.648-1.265-.941-2.073l5.522-6.311a1.75 1.75 0 0 1 2.634 0l5.522 6.311c.707.808.133 2.073-.941 2.073H6.102z' fill='rgb(0 0 0 / 50%)'/%3E%3C/svg%3E");
	--scrollbar-right-btn: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 17.898c0 1.074 1.265 1.648 2.073.941l6.311-5.522a1.75 1.75 0 0 0 0-2.634l-6.311-5.522C10.265 4.454 9 5.028 9 6.102v11.796z' fill='rgb(0 0 0 / 50%)'/%3E%3C/svg%3E");
	--scrollbar-bottom-btn: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6.102 8c-1.074 0-1.648 1.265-.941 2.073l5.522 6.311a1.75 1.75 0 0 0 2.634 0l5.522-6.311c.707-.808.133-2.073-.941-2.073H6.102z' fill='rgb(0 0 0 / 50%)'/%3E%3C/svg%3E");
	--scrollbar-left-btn: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15 17.898c0 1.074-1.265 1.648-2.073.941l-6.311-5.522a1.75 1.75 0 0 1 0-2.634l6.311-5.522c.808-.707 2.073-.133 2.073.941v11.796z' fill='rgb(0 0 0 / 50%)'/%3E%3C/svg%3E");
	width: 14px;
	height: 14px;
	border-radius: 7px;
	transition: all 0.3s;
  }
  ::-webkit-scrollbar:vertical:hover {
	background: var(--scrollbar-bottom-btn) 0% calc(100% - 3px) / contain
		no-repeat,
	  var(--scrollbar-top-btn) 0% calc(0% + 3px) / contain no-repeat,
	  var(--scroll);
  }
  ::-webkit-scrollbar:horizontal:hover {
	background: var(--scrollbar-right-btn) calc(100% - 3px) 0% / contain no-repeat,
	  var(--scrollbar-left-btn) calc(0% + 3px) 0% / contain no-repeat,
	  var(--scroll);
  }
  ::-webkit-scrollbar-thumb {
	display: none;
	background: rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	border: 6px solid transparent;
	border-radius: 14px;
	transition: all 0.3s;
  }
  ::-webkit-scrollbar-thumb:hover {
	border: 4px solid transparent;
  }
  ::-webkit-scrollbar-button:single-button {
	height: 14px;
  }
  :hover::-webkit-scrollbar-thumb {
	display: block;
  }
  ::-webkit-scrollbar,
  ::-webkit-scrollbar {
	--scroll: rgb(44 44 44 / 25%);
	--scrollbar-top-btn: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6.102 16.981c-1.074 0-1.648-1.265-.941-2.073l5.522-6.311a1.75 1.75 0 0 1 2.634 0l5.522 6.311c.707.808.133 2.073-.941 2.073H6.102z' fill='rgb(255 255 255 / 50%)'/%3E%3C/svg%3E");
	--scrollbar-right-btn: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 17.898c0 1.074 1.265 1.648 2.073.941l6.311-5.522a1.75 1.75 0 0 0 0-2.634l-6.311-5.522C10.265 4.454 9 5.028 9 6.102v11.796z' fill='rgb(255 255 255 / 50%)'/%3E%3C/svg%3E");
	--scrollbar-bottom-btn: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6.102 8c-1.074 0-1.648 1.265-.941 2.073l5.522 6.311a1.75 1.75 0 0 0 2.634 0l5.522-6.311c.707-.808.133-2.073-.941-2.073H6.102z' fill='rgb(255 255 255 / 50%)'/%3E%3C/svg%3E");
	--scrollbar-left-btn: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15 17.898c0 1.074-1.265 1.648-2.073.941l-6.311-5.522a1.75 1.75 0 0 1 0-2.634l6.311-5.522c.808-.707 2.073-.133 2.073.941v11.796z' fill='rgb(255 255 255 / 50%)'/%3E%3C/svg%3E");
  }
  ::-webkit-scrollbar-thumb,
  ::-webkit-scrollbar-thumb {
	background: var(--accent-color);
	background-clip: padding-box;
  }

.blob{
    position: fixed;
    background: var(--primary-color);
    border-radius: 50%;
    filter: blur(100px);
    z-index: 0;
    pointer-events: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60rem;
    height: 30rem;
    opacity: 0.1;

}

#navbar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    backdrop-filter: blur(20px) contrast(125%);
    background-color: rgba(68, 68, 68, 0.05);
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: space-between;
    padding: 20px 30px;
    border: 1.5px solid transparent;
    border-bottom: 1.5px solid var(--glass-bg);
    box-shadow: 0 0px 20px rgb(0, 0, 0);
    z-index: 10;
    transition: all 1.5s ease;
}

#navbar.navbar-floating {
    width: 97%;
    top: 10px;
    left: calc(100% - 97% - 1.5rem);
    padding: 1rem 2rem;
    border-radius: 1rem;
    background-color: rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.75);
    border: 1.5px solid #cccccc15;
}

#navbar #logo{padding: .5rem;}
#navbar #logo img{width: 7rem; transition: all 0.5s ease;}
#navbar #logo img:hover{transform: scale(0.95); }

#navbar a{
    text-decoration: none;
    color: #ccc;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    transition: all 0.3s ease;
}
#navbar a:hover{
    color: var(--text-color);
}
#navbar a.active{
    background-color: var(--primary-color);
    color: var(--bg);
}

#navbar #menu, #navbar #socials{
    display: flex;
    align-items: center;
    gap: 1rem;
}

#navbar #socials a{
    background-color: var(--glass-bg);
    padding: 1.15rem;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--glass-bg);
    border-radius: 50%;
}

#navbar #socials a:hover{
    background-color: var(--glass-bg-hover);
    border: 1px solid var(--primary-color);
}

#navbar #socials a img{
    width: 1rem;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}

#navbar #socials a:hover img{
    transform: scale(0.9);
}

#hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 30px;
    width: 100%;
    position: relative;
}

#hero-content {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    animation: fadeIn 1s ease;
}

 h1 {
    font-size: 3.5rem;
    color: #ccc;
    font-weight: 900;
}

#hero-content h1 span {
    color: var(--primary-color);
}

#work h1{text-align: center; margin-bottom: 1rem;}
#work #subtitle{
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: var(--text-color);
}

#work h1, #work #subtitle {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1.5s ease;
}

#work h1.visible, #work #subtitle.visible {
    opacity: 1;
    transform: translateY(0);
}

#hero-content h1{
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    border-right: .15em solid var(--primary-color); /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    animation: 
      typing 3.5s steps(30, end),
      blink-caret .5s step-end infinite;
  }
  
  /* The typing effect */
  @keyframes typing {
    0% { width: 0 }
    90% { width: 77.5% }
    100% { width: auto }
  }
  
  /* The typewriter cursor effect */
  @keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: var(--primary-color); }
  }

#hero-content p {
    color: var(--text-color);
    font-weight: 500;
    max-width: 80%;
    margin: auto;
    font-size: 1.2rem;
}

.cta-button {
    display: inline-block;
    padding: 1rem 2rem;
    background: var(--primary-color);
    color: var(--bg);
    text-decoration: none;
    border-radius: 30px;
    border: 1px solid transparent;
    font-weight: 700;
    transition: all 0.3s ease;
    width: fit-content;
    margin: auto;
    margin-top: 1rem;
}

.cta-button:hover {
    transform: translateY(-3px);
    background: #00000014 !important;
    color: #ccc;
    box-shadow: 0 10px 20px rgba(242, 97, 63, 0.2);
    border: 1px solid var(--glass-bg);
    padding: 1rem 2.5rem;
}

.scroll-indicator {
    position: absolute;
    bottom: 5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #fff;
    z-index: 1;
    transition: all 0.3s ease;
}

.scroll-indicator .mouse {
    width: 30px;
    height: 50px;
    border: 2px solid var(--primary-color);
    border-radius: 20px;
    position: relative;
}

.scroll-indicator .mouse::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background: var(--primary-color);
    border-radius: 50%;
    animation: scroll 1.5s infinite;
}

@keyframes scroll {
    0% { transform: translate(-50%, 0); opacity: 1; }
    100% { transform: translate(-50%, 20px); opacity: 0; }
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

#about-content {
    text-align: center;
    padding: 50px;
    overflow: hidden;
}

.animated-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
    animation: fadeInDown 1s ease-in-out;
    margin: 0 auto;
    margin-bottom: 1.5rem;
    opacity: 0;
    visibility: hidden;
    transition: all 2s cubic-bezier(0.17, 0.85, 0.438, 0.99);
    will-change: transform, opacity;
}

.animated-text {
    font-size: 1.2rem;
    margin-bottom: 40px;
    animation: fadeInUp 1s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transition: all 2s cubic-bezier(0.17, 0.85, 0.438, 0.99);
    will-change: transform, opacity;
}

.animated-cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 2s cubic-bezier(0.17, 0.85, 0.438, 0.99);
    will-change: transform, opacity;
}

.card {
    background: #6969690e;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid var(--glass-bg);
    backdrop-filter: blur(10px);
    animation: zoomIn 1s ease-in-out;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.card:hover {
    background: #69696913;
    transform: scale(0.95);
}

.card h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.card-cont{
    flex: 1;
    background-color: #6969690e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.card-cont p {
    font-size: 1rem;
    line-height: 1.5;
    margin: 1rem;
    color: #ccc;
}

.animated-title, .animated-text, .animated-cards {
    opacity: 0;
    visibility: hidden;
    transition: all 2s cubic-bezier(0.17, 0.85, 0.438, 0.99);
    will-change: transform, opacity;
}

.animated-title {
    transform: translateY(-20px);
}

.animated-text {
    transform: translateY(20px);
}

.animated-cards {
    transform: scale(0.8);
}

.animated-title.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.animated-text.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.animated-cards.visible {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

.column {
    flex: 33.33%;
    max-width: 33.33%;
    padding: 0 4px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.image-container {
    position: relative;
    margin: 8px;
    overflow: hidden;
    border-radius: 10px;
    border: 2px solid var(--glass-bg);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: all 1s cubic-bezier(0.17, 0.85, 0.438, 0.99);
    will-change: transform, opacity;
    animation: load 1s ease;
}

@keyframes load {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.image-container img {
    width: 100%;
    display: block;
    transition: transform 1s ease;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.image-container:hover{
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.image-container:active{
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    transform: scale(0.95);
}

.image-container:hover img {
    transform: scale(1.05);
}

.image-container:active img{
    transform: scale(1);
}

.caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    color: white;
    padding: 25px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.caption p{opacity: 0.5; font-size: 16px; margin-top: 5px;}

.image-container:hover .caption {
    transform: translateY(0);
}

.toggle-caption {
    position: absolute;
    top: 20px;
    right: 70px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--glass-bg);
    border-radius: 50%;
    border: 1px solid var(--glass-bg-hover);
    transition: all 0.3s ease;
}

.toggle-caption:hover {
    background: var(--glass-bg-hover);
    border-color: var(--primary-color);
    transform: scale(1.1);
}

.lightbox-caption.hidden {
    display: none;
}

@media screen and (max-width: 800px) {
    .column {
        flex: 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .column {
        flex: 100%;
        max-width: 100%;
    }
}

footer {
    backdrop-filter: blur(10px) contrast(105%);
    background-color: rgba(68, 68, 68, 0.01);
    border-top: 1.5px solid var(--glass-bg);
    padding: 2rem;
    margin-top: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

#footer-content {
    text-align: center;
}

#footer-links {
    display: flex;
    gap: 1rem;
}

#footer-links a {
    background-color: var(--glass-bg);
    padding: 1.15rem;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--glass-bg);
    border-radius: 50%;
    transition: all 0.3s ease;
}

#footer-links a:hover {
    background-color: var(--glass-bg-hover);
    border: 1px solid var(--primary-color);
}

#footer-links img {
    width: 1rem;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}

#footer-links a:hover img {
    transform: scale(0.9);
}

#footer-developer {
    text-align: center;
}

#footer-developer a {
    color: var(--text-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

#footer-developer a:hover {
    color: var(--primary-color);
}

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.lightbox.active {
    opacity: 1;
    visibility: visible;
}

.lightbox .close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2rem;
    color: var(--primary-color);
    
    transition: transform 0.3s ease, color 0.3s ease;
}

.lightbox .close:hover {
    transform: scale(1.2);
    color: var(--text-color);
}

.lightbox-image {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transform-origin: center;
    transform-style: preserve-3d;
    min-width: auto;
    min-height: calc(100% - 2rem);
    max-width: 100%;
    max-height: 80vh;
    transform: translateX(0);
    opacity: 1;
    transition: transform 0.4s ease-out;
    will-change: transform;
    margin-top: 1rem;
    margin-left: 1rem;
}

.lightbox-image:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.7);
}

.lightbox-image.sliding-prev {
    transform: translateX(100%);
}

.lightbox-image.sliding-next {
    transform: translateX(-100%);
}

.lightbox-caption {
    margin-top: 20px;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    animation: fadeInUp 0.5s ease;    flex: 1;
    max-width: calc(100% / 3);
    background: var(--glass-bg);
    border: 1px solid var(--glass-bg-hover);
    border-radius: 10px;
    padding: 20px;
    width: 300px;
    backdrop-filter: blur(10px);
}

.caption-header {
    border-bottom: 1px solid var(--glass-bg-hover);
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.caption-title {
    font-size: 1.4rem;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.exif-data {
    display: grid;
    gap: 10px;
}

.exif-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ccc;
}

.exif-icon {
    width: 20px;
    height: 20px;
    filter: invert(1);
    opacity: 0.7;
}

.scroll-to-top {
    width: 140px;
    height: 56px;
    overflow: hidden;
    border: none;
    color: #fff;
    background: none;
    position: fixed;
    bottom: -1rem;
    right: 2rem;
    opacity: 0;
    transition: all 0s ease;
}

.scroll-to-top.scroll_up{
    bottom: 2rem;
    opacity: 1;
}

.scroll-to-top.near_footer{
    bottom: 7.5rem;
    transition: all 0s ease;
}

.scroll-to-top > div,
.scroll-to-top > svg {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
}

.scroll-to-top:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: scaleX(0);
    transform-origin: bottom right;
    background: currentColor;
    transition: transform 0.25s ease-out;
}

.scroll-to-top:hover:before {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.scroll-to-top .clone > *,
.scroll-to-top .text > * {
    opacity: 1;
    font-size: 1.3rem;
    transition: 0.2s;
    margin-left: 4px;
}

.scroll-to-top .clone > * {
    transform: translateY(60px);
}

.scroll-to-top:hover .clone > * {
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scroll-to-top:hover .text > * {
    opacity: 1;
    transform: translateY(-60px);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scroll-to-top:hover .clone > :nth-child(1) {
    transition-delay: 0.15s;
}

.scroll-to-top:hover .clone > :nth-child(2) {
    transition-delay: 0.2s;
}

.scroll-to-top:hover .clone > :nth-child(3) {
    transition-delay: 0.25s;
}

.scroll-to-top:hover .clone > :nth-child(4) {
    transition-delay: 0.3s;
}

/* icon style and hover */
.scroll-to-top svg {
    width: 20px;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-50deg);
    transition: 0.2s ease-out;
}

.scroll-to-top:hover svg {
    transform: translateY(-50%) rotate(-90deg);
}

.uiverse {
  --duration: 7s;
  --easing: linear;
  --c-color-1: rgba(255, 163, 26, 0.7);
  --c-color-2: #1a23ff;
  --c-color-3: #e21bda;
  --c-color-4: rgba(255, 232, 26, 0.7);
  --c-shadow: rgba(255, 223, 87, 0.5);
  --c-shadow-inset-top: rgba(255, 223, 52, 0.9);
  --c-shadow-inset-bottom: rgba(255, 250, 215, 0.8);
  --c-radial-inner: #ffd215;
  --c-radial-outer: #fff172;
  --c-color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  outline: none;
  position: relative;
  
  border: none;
  display: table;
  border-radius: 24px;
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: var(--c-color);
  background: radial-gradient(
    circle,
    var(--c-radial-inner),
    var(--c-radial-outer) 80%
  );
  box-shadow: 0 0 14px var(--c-shadow);
}

.uiverse:before {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  box-shadow:
    inset 0 3px 12px var(--c-shadow-inset-top),
    inset 0 -3px 4px var(--c-shadow-inset-bottom);
}

.uiverse .wrapper {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  overflow: hidden;
  border-radius: 24px;
  min-width: 132px;
  padding: 12px 0;
}

.uiverse .wrapper span {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.uiverse:hover {
  --duration: 1400ms;
}

.uiverse .wrapper .circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  filter: blur(var(--blur, 8px));
  background: var(--background, transparent);
  transform: translate(var(--x, 0), var(--y, 0)) translateZ(0);
  animation: var(--animation, none) var(--duration) var(--easing) infinite;
}

.uiverse .wrapper .circle.circle-1,
.uiverse .wrapper .circle.circle-9,
.uiverse .wrapper .circle.circle-10 {
  --background: var(--c-color-4);
}

.uiverse .wrapper .circle.circle-3,
.uiverse .wrapper .circle.circle-4 {
  --background: var(--c-color-2);
  --blur: 14px;
}

.uiverse .wrapper .circle.circle-5,
.uiverse .wrapper .circle.circle-6 {
  --background: var(--c-color-3);
  --blur: 16px;
}

.uiverse .wrapper .circle.circle-2,
.uiverse .wrapper .circle.circle-7,
.uiverse .wrapper .circle.circle-8,
.uiverse .wrapper .circle.circle-11,
.uiverse .wrapper .circle.circle-12 {
  --background: var(--c-color-1);
  --blur: 12px;
}

.uiverse .wrapper .circle.circle-1 {
  --x: 0;
  --y: -40px;
  --animation: circle-1;
}

.uiverse .wrapper .circle.circle-2 {
  --x: 92px;
  --y: 8px;
  --animation: circle-2;
}

.uiverse .wrapper .circle.circle-3 {
  --x: -12px;
  --y: -12px;
  --animation: circle-3;
}

.uiverse .wrapper .circle.circle-4 {
  --x: 80px;
  --y: -12px;
  --animation: circle-4;
}

.uiverse .wrapper .circle.circle-5 {
  --x: 12px;
  --y: -4px;
  --animation: circle-5;
}

.uiverse .wrapper .circle.circle-6 {
  --x: 56px;
  --y: 16px;
  --animation: circle-6;
}

.uiverse .wrapper .circle.circle-7 {
  --x: 8px;
  --y: 28px;
  --animation: circle-7;
}

.uiverse .wrapper .circle.circle-8 {
  --x: 28px;
  --y: -4px;
  --animation: circle-8;
}

.uiverse .wrapper .circle.circle-9 {
  --x: 20px;
  --y: -12px;
  --animation: circle-9;
}

.uiverse .wrapper .circle.circle-10 {
  --x: 64px;
  --y: 16px;
  --animation: circle-10;
}

.uiverse .wrapper .circle.circle-11 {
  --x: 4px;
  --y: 4px;
  --animation: circle-11;
}

.uiverse .wrapper .circle.circle-12 {
  --blur: 14px;
  --x: 52px;
  --y: 4px;
  --animation: circle-12;
}

@keyframes circle-1 {
  33% {
    transform: translate(0px, 16px) translateZ(0);
  }

  66% {
    transform: translate(12px, 64px) translateZ(0);
  }
}

@keyframes circle-2 {
  33% {
    transform: translate(80px, -10px) translateZ(0);
  }

  66% {
    transform: translate(72px, -48px) translateZ(0);
  }
}

@keyframes circle-3 {
  33% {
    transform: translate(20px, 12px) translateZ(0);
  }

  66% {
    transform: translate(12px, 4px) translateZ(0);
  }
}

@keyframes circle-4 {
  33% {
    transform: translate(76px, -12px) translateZ(0);
  }

  66% {
    transform: translate(112px, -8px) translateZ(0);
  }
}

@keyframes circle-5 {
  33% {
    transform: translate(84px, 28px) translateZ(0);
  }

  66% {
    transform: translate(40px, -32px) translateZ(0);
  }
}

@keyframes circle-6 {
  33% {
    transform: translate(28px, -16px) translateZ(0);
  }

  66% {
    transform: translate(76px, -56px) translateZ(0);
  }
}

@keyframes circle-7 {
  33% {
    transform: translate(8px, 28px) translateZ(0);
  }

  66% {
    transform: translate(20px, -60px) translateZ(0);
  }
}

@keyframes circle-8 {
  33% {
    transform: translate(32px, -4px) translateZ(0);
  }

  66% {
    transform: translate(56px, -20px) translateZ(0);
  }
}

@keyframes circle-9 {
  33% {
    transform: translate(20px, -12px) translateZ(0);
  }

  66% {
    transform: translate(80px, -8px) translateZ(0);
  }
}

@keyframes circle-10 {
  33% {
    transform: translate(68px, 20px) translateZ(0);
  }

  66% {
    transform: translate(100px, 28px) translateZ(0);
  }
}

@keyframes circle-11 {
  33% {
    transform: translate(4px, 4px) translateZ(0);
  }

  66% {
    transform: translate(68px, 20px) translateZ(0);
  }
}

@keyframes circle-12 {
  33% {
    transform: translate(56px, 0px) translateZ(0);
  }

  66% {
    transform: translate(60px, -32px) translateZ(0);
  }
}

.filmstrip {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--glass-bg-hover);
    border-top: 1.5px solid var(--glass-bg);
}

.filmstrip-container {
    display: flex;
    gap: 10px;
    padding: 0 10px;
}

.filmstrip img {
    height: 80px;
    width: auto;
    
    opacity: 0.6;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.filmstrip img:hover {
    opacity: 1;
    transform: scale(1.1);
}

.filmstrip img.active {
    opacity: 1;
    border: 2px solid var(--primary-color);
    filter: drop-shadow(0 0 5px black);
}

.navBtns{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0 2rem;
    z-index: 1000;
}

/* Navigation Arrows */
.nav-arrow {
    transform: translateY(-50%);
    background: var(--glass-bg);
    border: 1px solid var(--glass-bg-hover);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    
    transition: all 0.3s ease;
    z-index: 1001;
    backdrop-filter: blur(10px);
}

.nav-arrow:hover {
    background: var(--glass-bg-hover);
    border-color: var(--primary-color);
}

.nav-arrow.prev {
    left: 20px;
}

.nav-arrow.next {
    right: 20px;
}

.work-section{display: none;}
.work-section.active{display: block;}

.dock{
    position: fixed;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%) scale(1);
    width: auto;
    height: 20px;
    background: var(--glass-bg);
    backdrop-filter: blur(20px) contrast(125%);
    border: 1.5px solid var(--glass-bg-hover);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    gap: 0.5rem;
    transition: all 0.5s ease;
    visibility: visible;
}

.dock .dock-item{
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #ccc;
    border-radius: 10px;
    overflow: hidden;
    width: max-content;
    transition: all 0.5s ease;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 10px 15px;
}

.dock .dock-item:first-child{
    margin-left: 0;
}

.dock .dock-item:last-child{
    margin-right: 0;
}

.dock .dock-item:hover{
    background: var(--glass-bg-hover);
    color: var(--primary-color);
    margin: 0 1rem;
    border: 1px solid var(--glass-bg-hover);
}

.dock .dock-item:active{
    background: var(--glass-bg-hover);
    color: var(--primary-color);
    transform: scale(1.1);
    margin: 0 0.75rem;
    border: 1px solid var(--primary-color);
}

.dock .dock-item.active{
    background: var(--glass-bg-hover);
    color: var(--primary-color);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border: 1px solid var(--glass-bg-hover);
}

.sup{
  width: 1.5px;
  height: 30px;
  background: var(--glass-bg-hover);
  transition: all 0.5s ease;
}

.sup:hover{
    margin: 0 1rem;
}

/* About Section Improvements */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 2rem;
    margin: 2rem 0;
}

.about-image img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.about-image img:hover {
    transform: scale(1.02);
}

.skills-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.skill-card {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 1.5rem;
    transition: all 0.3s ease;
}

.skill-card:hover {
    transform: translateY(-5px);
    background: rgba(255,255,255,0.1);
}

/* About Section Styles */
.about-grid {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.about-image-container {
    text-align: center;
}

.about-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-bottom: 1.5rem;
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.social-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: transform 0.3s ease;
}

.social-btn:hover {
    transform: translateY(-3px);
}

.about-info {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.about-header h2 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.role {
    color: var(--primary-color);
    font-size: 1.2rem;
}

.about-description {
    line-height: 1.8;
}

.expertise-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-top: 1rem;
}

.expertise-card {
    padding: 1.5rem;
    border-radius: 15px;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
}

.expertise-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.expertise-card h3 {
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.expertise-card ul {
    list-style: none;
    padding: 0;
}

.expertise-card li {
    margin: 0.5rem 0;
    font-size: 0.9rem;
}

/* Dock visibility transition */
#mydock {
    transition: opacity 0.3s ease-in-out;
}

@media (max-width: 768px) {
    .about-grid {
        grid-template-columns: 1fr;
    }
    
    .about-image {
        height: 250px;
    }
}

/* Contact Section Styles */
#contact {
    padding: 4rem 2rem;
}

.section-subtitle {
    text-align: center;
    font-size: 1.2rem;
    color: var(--text-secondary);
    margin-bottom: 3rem;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 4rem;
    align-items: start;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-card {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 1.5rem;
    border-radius: 15px;
    text-align: center;
    transition: transform 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
}

.contact-card .material-icons {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.contact-card h3 {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

.contact-form {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 2rem;
    border-radius: 20px;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.8rem;
    border-radius: 8px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: var(--text-primary);
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
}

.form-group textarea {
    height: 150px;
    resize: vertical;
}

.submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 1rem;
    border: none;
    border-radius: 8px;
    background: var(--primary-color);
    color: white;
    font-size: 1rem;
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.submit-btn:hover {
    transform: translateY(-2px);
    background: var(--primary-color-dark);
}

.submit-btn .material-icons {
    font-size: 1.2rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-container {
        grid-template-columns: 1fr;
    }
    
    .contact-info {
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .contact-card {
        flex: 1;
        min-width: 250px;
    }
}



.stage, .ring, .img {
  width:100%;
  height: 100%;
  transform-style: preserve-3d;
  user-select:none;
  overflow: visible;
}

.stage {
  overflow:hidden;
}

.img{
    border-radius: 10px;
    width: calc(100%);
    box-shadow: 0px 0px 10px black;
    background-size: cover;
        background-position: center;
  }

.stage div{position: absolute;}

.container {
  perspective: 800px;
  width: 300px;
  height: 400px;  
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}
