* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body{
    font-family: "Poppins", sans-serif;
    height: 100%;
}

/* Header */
header{
    background-color: #96C291;
    height: 100vh;
}

/* Navbar */

.navbar{
    position: fixed;
    width: 100%;
    z-index: 500;
}

.navbar-container{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 64px;
}

.menu-items{
    display: flex;
}

.menu-items li {
    list-style: none;
    padding: 1rem;
}

.menu-items a {
    text-decoration: none;
    color: #f0f0e6;
    font-size: 1.2rem;
    padding: 0.3rem;
}

.menu-items a:hover {
    border-bottom: 2px solid #f0f0e6;
}

/* Home Content */

.home-content .name{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.home-content .name h1{
    font-size: 2.2rem;
    color: #4F709C;
}

.home-content .name p{
    font-size: 1.5rem;
    color: #f0f0e6;
}

.down-blue{
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #4F709C;
    border-radius: 50%;
    height: 50px;
}

/*  About Me  */

@media screen and (min-width: 320px) {
    .about-me{
        background-color: #4F709C;
        padding: 20px;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .container{
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .about-content{
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        text-align: center;
    }

    .left-content{
        text-align: center;
        display: block;
        margin-bottom: 2rem;
    }

    .about-me .about-heading{
        font-size: 2.2rem;
        font-weight: 700;
        color: #96C291;
        text-align: center;
        margin: 3rem 0;
    }

    .about-content img{
        height: 200px;
        width: 150px;
        object-fit: cover;
        border-radius: 50%;
    }

    .about-content p{
        font-size: 1.2rem;
        color: #f0f0e6;
        padding: 0 2.3rem;
        text-align: center;
        margin: 1rem 0;
    }

    .work-arrow {
        margin: 1rem 0;
    }
    
    .work-arrow a {
        font-size: 1rem;
        text-decoration: none;
        color: #96C291;
    }
    
    .work-arrow a:hover{
        text-decoration: underline;
    }
    
    .about .down-container{
        height: 60px;
        position: relative;
        margin-top: 2rem;
    }
    
    .down-green{
        position: relative;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 3px solid #96C291;
        border-radius: 50%;
        height: 50px;
    }
}

@media screen and (min-width: 1000px) {
    .about-me {
        background-color: #4F709C;
        padding: 4rem 0;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: hidden;
    }

    .container{
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        margin: auto;
        max-width: 1200px;
        gap: 3rem;
    }

    .about-content{
        flex: 1;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        height: 100%;
    }

    .left-content{
        flex-basis: 100%;
        text-align: center;
        display: block;
        height: 100%;
    }

    .about-me .about-heading {
        font-size: 2.2rem;
        font-weight: 700;
        color: #96C291;
        text-align: center;
        margin: 4rem 0 2rem 0;
    }

    .about-content img {
        height: 200px;
        width: 150px;
        object-fit: cover;
        border-radius: 50%;
    }

    .about-content p {
        font-size: 1.2rem;
        color: #f0f0e6;
        padding: 0 2.3rem;
        text-align: center;
        margin: 3rem 0;
    }

    .work-arrow {
        margin: 2rem 0;
    }

    .work-arrow a {
        font-size: 1rem;
        text-decoration: none;
        color: #96C291;
    }

    .work-arrow a:hover{
        text-decoration: underline;
    }

    .about-me .down-container{
        height: 60px;
        position: relative;
        margin-top: 2rem;
    }

    .down-green{
        position: relative;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 3px solid #96C291;
        border-radius: 50%;
        height: 50px;
    }
}

/* My skills */
@media screen and (min-width: 320px){
    .skills{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 500px;
    }
    
    .skills-heading {
        font-size: 2.2rem;
        font-weight: 700;
        color: #96C291;
        text-align: center;
        margin: 1rem 0;
    }
    
    
    /*  Skill Bar  */
    
    .skills-bar{
        padding: 15px 10px;
        width: 100%;
    }
    
    .skills-bar .bar{
        margin: 15px 0;
    }
    
    .skills-bar .bar .info span {
        font-size: 1rem;
        font-weight: 500;
    }
    
    .skills-bar .bar .info {
        margin-bottom: 8px;
        color: #f0f0e6;
    }
    
    .skills-bar .bar .progress-line {
        height: 15px;
        width: 300px;
        background: #f0f0e6;
        border-radius: 10px;
        transform: scaleX(0);
        transform-origin: left;
        animation: animate 1s cubic-bezier(1, 0, 0.5, 1) forwards;
    }
    
    .bar .progress-line span {
        position: absolute;
        background: #96C291;
        height: 100%;
        border-radius: 10px;
        transform: scaleX(0);
        transform-origin: left;
    }
    
    .progress-line-animate {
        animation: animate 0.5s 0.5s cubic-bezier(1, 0, 0.5, 1) forwards;
    }
    
    @keyframes animate {
        100% {
            transform: scaleX(1);
        }
    }
    
    .progress-line .react {
        width: 80%;
    }
    
    .progress-line .nextjs{
        width: 50%;
    }
    
    .progress-line .nodejs {
        width: 80%;
    }
    
    .progress-line .express {
        width: 60%;
    }
    
    .progress-line .mongodb {
        width: 80%;
    }
    
    .progress-line .typescript {
        width: 80%;
    }
    
    .progress-line .tailwindcss {
        width: 80%;
    }
    
    .progress-line .awsec2 {
        width: 20%;
    }
    
    .progress-line .git {
        width: 60%;
    }
    
    .progress-line .restful {
        width: 80%;
    }
    
    .bar .progress-line span::before {
        border-top-style: #f0f0f0;
        border-top-color: #f0f0f0;
    }
    
    .bar .progress-line span::after {
        position: absolute;
        right: 0;
        top: -28px;
        color: #4F709C;
        font-size: 12px;
        font-weight: 700;
        background: #f0f0f0;
        padding: 1px 8px;
        border-radius: 3px;
    }
    
    .progress-line .react::after {
        content: "80%";
    }
    
    .progress-line .nextjs::after {
        content: "50%";
    }
    
    .progress-line .nodejs::after {
        content: "80%";
    }
    
    .progress-line .express::after {
        content: "60%";
    }
    
    .progress-line .mongodb::after {
        content: "80%";
    }
    
    .progress-line .typescript::after {
        content: "80%";
    }
    
    .progress-line .tailwindcss::after {
        content: "80%";
    }
    
    .progress-line .awsec2::after {
        content: "20%";
    }
    
    .progress-line .git::after {
        content: "60%";
    }
    
    .progress-line .restful::after {
        content: "80%";
    }
    
}

@media screen and (min-width: 1000px){
    .skills{
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex: 1;
        padding: 0;
        margin: 0;
        height: 100%;
    }

    .right-content{
        flex-basis: 100%;
        width: 100%;
        height: 100%;
    }

    .skills-heading {
        font-size: 2.2rem;
        font-weight: 700;
        color: #96C291;
        text-align: center;
        margin: 4rem 0 2rem 0;
    }

    /*  Skill Bar  */

    .skills-bar{
        padding: 0;
        width: 100%;
    }

    .skills-bar .bar{
        margin: 15px 0;
    }

    .skills-bar .bar .info span {
        font-size: 1rem;
        font-weight: 500;
    }

    .skills-bar .bar .info {
        margin-bottom: 8px;
        color: #f0f0e6;
    }

    .skills-bar .bar .progress-line {
        position: relative;
        height: 10px;
        width: 100%;
        max-width: 450px;
        background: #f0f0e6;
        border-radius: 10px;
        transform: scaleX(0);
        transform-origin: left;
        animation: animate 1s cubic-bezier(1, 0, 0.5, 1) forwards;
    }

    .bar .progress-line span {
        position: absolute;
        background: #96C291;
        height: 100%;
        border-radius: 10px;
        transform: scaleX(0);
        transform-origin: left;
    }

    .progress-line-animate {
        animation: animate 0.5s 0.5s cubic-bezier(1, 0, 0.5, 1) forwards;
    }

    @keyframes animate {
        100% {
            transform: scaleX(1);
        }
    }

    .progress-line .react {
        width: 80%;
    }

    .progress-line .nextjs{
        width: 50%;
    }

    .progress-line .nodejs {
        width: 80%;
    }

    .progress-line .express {
        width: 60%;
    }

    .progress-line .mongodb {
        width: 80%;
    }

    .progress-line .typescript {
        width: 80%;
    }

    .progress-line .tailwindcss {
        width: 80%;
    }

    .progress-line .awsec2 {
        width: 20%;
    }

    .progress-line .git {
        width: 60%;
    }

    .progress-line .restful {
        width: 80%;
    }

    .bar .progress-line span::before {
        position: absolute;
        content: "";
        height: 0;
        right: 0;
        top: -12px;
        width: 0;
        border: 7px solid transparent;
        border-bottom-width: 0px;
        border-right-width: 0px;
        border-top-style: #f0f0f0;
        border-top-color: #f0f0f0;
    }

    .bar .progress-line span::after {
        position: absolute;
        right: 0;
        top: -28px;
        color: #4F709C;
        font-size: 12px;
        font-weight: 700;
        background: #f0f0f0;
        padding: 1px 8px;
        border-radius: 3px;
    }

    .progress-line .react::after {
        content: "80%";
    }

    .progress-line .nextjs::after {
        content: "50%";
    }

    .progress-line .nodejs::after {
        content: "80%";
    }

    .progress-line .express::after {
        content: "60%";
    }

    .progress-line .mongodb::after {
        content: "80%";
    }

    .progress-line .typescript::after {
        content: "80%";
    }

    .progress-line .tailwindcss::after {
        content: "80%";
    }

    .progress-line .awsec2::after {
        content: "20%";
    }

    .progress-line .git::after {
        content: "60%";
    }

    .progress-line .restful::after {
        content: "80%";
    }
}

/* --------------------------------------------------------------------------------------- */
/* My works */

/* @media screen and (min-width: 320px) {
    .my-works{
        background-color: #96C291;
        padding: 6rem 0;
        height: 100vh;
    }
}

/*  Portfolio  */

/* @media screen and (min-width: 320px) {
    /* Portfolio header */
    /* .proj-heading h1 {
        text-align: center;
        color: #4F709C;
        font-size: 2.2rem;
        font-weight: 700;
        margin: 3rem 0;
    } */

    /* Container of the projects */
    /* .carousel-container{
        overflow: hidden;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

    .carousel-track{
        display: flex;
        transition: transform 0.5s ease-in-out;
    }

    .prev-container{
        margin: 5vh;
    }

    .next-container{
        margin: 5vh;
    } */
/* } */

/* @media screen and (min-width: 1390px) {
    .portfolio-content{ */
        /* display: flex; */
        /* flex-wrap: wrap; */
        /* justify-content: space-between; */
        /* height: 600px; */
        /* margin: 0px 70px; */
    /* }
} */

/* Project */

/* @media screen and (min-width: 320px) {
    .project{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; */
        /* flex-wrap: wrap; */
        /* margin: 1rem; */

        /* position: absolute; */
        /* top: 50%; */
        /* transform: translateY(-50%); */

        /* opacity: 0; */
        /* transition: opacity 1s ease; */
    /* } */

    /* .project img{
        display: flex;
        justify-content: center;
        align-items: center; */

        /* height: 50vh; */
        /* width: 100vh; */
        /* object-fit: cover; */
        /* border-radius: 50%;
        box-shadow: 0 20px 10px -10px rgb(37 41 52 / 31%); */
        /* margin-bottom: 1rem; */
        /* width: 60%; */
        /* height: auto; */
    /* } */

    /* .prev, .next {
        cursor: pointer;
        background-color: #4F709C;
        color: #fff;
        padding: 10px 20px;
        margin-top: 40%; */
        /* position: absolute; */
        /* top: 50%; */
        /* transform: translateY(-50%); */
        /* text-decoration: none; */
    /* } */

    /* .prev {
        left: 0;
    } */

    /* .next {
        right: 0;
    } */

    /* .project-details{
        margin: 5rem;
    } */

    /* .project .project-details h2 {
        font-size: 1.8rem;
        color: #4F709C;
    }
    
    .project .project-details p {
        font-size: 1.2rem;
        color: #4F709C;
        font-weight: 600;
    }

    .project .project-details button {
        background-color: #f0f0e6;
        padding: 0.5rem;
        margin-top: 0.5rem;
        width: 150px;
        border: none;
        border-bottom: 2px solid #4F709C;
    }
    
    .project .project-details button a {
        text-decoration: none;
        color: #4F709C;
        font-size: 1.1rem;
        text-align: center;
        transition: 0.3s ease-in-out;
    }

    .project .project-details button:hover {
        background-color: #4F709C;
    }
    
    .project .project-details button:hover a {
        color: #f0f0e6;
    }
}

@media screen and (min-width: 1000px) {
    .project{ */
        /* margin: 1rem; */
        /* display: block; */
    /* }
} */

/* --------------------------------------------------------------------------------------- */
/* ---------- Portfolio Section ---------- */

.my-works {
    background-color: #96C291;
    /* padding: 6rem 0; */
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-bottom: 80px;
}
  
.proj-heading h1 {
    text-align: center;
    color: #4F709C;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 2rem 0;
}
  
/* Controls: arrows + carousel side-by-side */
.portfolio-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 1rem 0;
}
  
/* Arrows */
.prev, .next {
    background-color: #4F709C;
    color: #fff;
    font-size: 2rem;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    flex-shrink: 0;
}
  
.prev:hover, .next:hover {
    background-color: #355577;
}
  
/* Responsive flex-based sliding carousel met iets minder brede container */
.carousel-container {
  width: 1080px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.carousel-track {
  display: flex;
  gap: 32px;
  transition: transform 0.6s cubic-bezier(0.4,0,0.2,1);
}
.project {
  width: 240px;
  min-width: 240px;
  max-width: 240px;
  box-sizing: border-box;
  padding: 0.3rem 0.6rem 0.3rem 0.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.project img {
  width: 100%;
  height: 140px;
  max-width: 220px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 0.3rem;
}
.project h2 {
  font-size: 0.64rem;
  margin: 0.15rem 0 0.08rem 0;
}
.project h3 {
  font-size: 0.45rem;
  margin: 0.1rem 0 0.3rem 0;
}
.project p {
  font-size: 0.22rem;
  margin: 0.08rem 0 0.08rem 0;
}
.project a, .project li, .project span {
  font-size: 0.35rem;
}
.project-details {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.project-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: center;
  margin-top: 0;
}
.project-details button {
  background-color: #f0f0e6;
  padding: 0.18rem;
  margin: 0.1rem 0 0 0;
  width: auto;
  min-width: 80px;
  border: none;
  border-bottom: 2px solid #4F709C;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.7rem;
  text-align: center;
}
.project-details button a {
  text-decoration: none;
  color: #4F709C;
  font-size: 0.7rem;
  display: block;
  transition: 0.3s ease-in-out;
}

@media (max-width: 1200px) {
  .carousel-container { width: 800px; }
  .project { width: 186px; min-width: 186px; max-width: 186px; }
  .project img { max-width: 160px; height: 130px; }
  .project h2 { font-size: 0.44rem; }
  .project h3 { font-size: 0.3rem; }
  .project p { font-size: 0.10rem; }
  .project a, .project li, .project span { font-size: 0.2rem; }
  .project-details button, .project-details button a { font-size: 0.5rem; width: 80px; }
}
@media (max-width: 900px) {
  .carousel-container { width: 360px; }
  .project { width: 116px; min-width: 116px; max-width: 116px; }
  .project img { max-width: 110px; height: 90px; }
  .project h2 { font-size: 0.24rem; }
  .project h3 { font-size: 0.18rem; }
  .project p { font-size: 0.05rem; }
  .project a, .project li, .project span { font-size: 0.12rem; }
  .project-details button, .project-details button a { font-size: 0.3rem; width: 50px; }
}
@media (max-width: 600px) {
  .carousel-container { width: 160px; }
  .project { width: 58px; min-width: 58px; max-width: 58px; }
  .project img { max-width: 60px; height: 50px; }
  .project h2 { font-size: 0.096rem; }
  .project h3 { font-size: 0.08rem; }
  .project p { font-size: 0.01rem; }
  .project a, .project li, .project span { font-size: 0.05rem; }
  .project-details button, .project-details button a { font-size: 0.12rem; width: 30px; }
}

.project:hover {
  transform: scale(1.03);
}
  
.project-details {
  margin: 1.5rem 0; /* Reduced from 2rem */
  text-align: center;
  width: 100%;
}
  
.project .project-details h2 {
  font-size: 1.8rem;
  color: #4F709C;
  margin-bottom: 0.5rem;
}
  
.project .project-details p {
  font-size: 1.2rem;
  color: #4F709C;
  font-weight: 600;
  margin-bottom: 1rem;
}
  
.project .project-details button {
  background-color: #f0f0e6;
  padding: 0.5rem;
  margin: 0.5rem;
  width: 150px;
  border: none;
  border-bottom: 2px solid #4F709C;
  cursor: pointer;
  transition: all 0.3s ease;
}
  
.project .project-details button a {
  text-decoration: none;
  color: #4F709C;
  font-size: 1.1rem;
  display: block;
  transition: 0.3s ease-in-out;
}
  
.project .project-details button:hover {
  background-color: #4F709C;
}
  
.project .project-details button:hover a {
  color: #f0f0e6;
}

/* --------------------------------------------------------------------------------------- */

/* More */

@media screen and (min-width: 320px) {
    .more-work {
        display: flex;
        justify-content: flex-end;
        padding-right: 5%;
        padding-top: 10%;
    }
    
    .more-work a {
        text-decoration: none;
        color: #4F709C;
        font-size: 1.6rem;
        font-weight: 500;
    }
    
    .more-work a:hover {
        border-bottom: 2px solid #4F709C;
    }
    
    .down-blue-2{
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 3px solid #4F709C;
        border-radius: 50%;
        height: 50px;
        cursor: pointer;
        transition: transform 0.3s ease;
    }
    
    .down-blue-2:hover {
        transform: translate(-50%, -50%) scale(1.1);
    }
}

@media screen and (min-width: 1390px){
    .more-work {
        display: flex;
        justify-content: flex-end;
        padding-right: 5%;
    }

    .more-work a {
        text-decoration: none;
        color: #4F709C;
        font-size: 1.6rem;
        font-weight: 500;
    }

    .more-work a:hover {
        border-bottom: 2px solid #4F709C;
    }

    .down-blue-2{
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 3px solid #4F709C;
        border-radius: 50%;
        height: 50px;
        cursor: pointer;
        transition: transform 0.3s ease;
    }
    
    .down-blue-2:hover {
        transform: translate(-50%, -50%) scale(1.1);
    }
}

/*  Contact */

.contact {
    background: #4F709C;
    position: relative;
    /* height: 966px; */
    height: 100vh;
}

.contact-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.contact-content h2 {
    font-size: 2.5rem;
    font-weight: 400;
    color: #96C291;
    padding-bottom: 0.5rem;
}

.contact-content .mail {
    color: #f0f0e6;
    padding-bottom: 0.2rem;
    font-size: 1rem;
}

.contact-content .links {
    color: #96C291;
    padding: 0.5rem;
    padding-bottom: 1.8rem;
    font-size: 1rem;
}

.contact-content a {
    text-decoration: none;
    color: #96C291;
    padding: 0.5rem;
    transition: 0.3s ease-in-out;
}

.contact-content a:hover {
    color: #f0f0e6;
}

#topBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    border: none;
    background-color: #4F709C;
    color: #f0f0e6;
    padding: 15px 20px;
    font-size: 16px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    font-weight: 600;
}

#topBtn:hover {
    background-color: #355577;
    color: #f0f0e6;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

/* Responsive adjustments for carousel */
@media screen and (max-width: 768px) {
  .portfolio-controls {
    flex-direction: column;
    gap: 1.5rem;
    padding: 1rem;
  }
  
  .carousel-container {
    width: 320px;
    max-width: 100%;
  }
  
  .project {
    min-width: 300px;
    max-width: 300px;
    padding: 0.8rem; /* Reduced padding */
  }
  
  .project img {
    max-height: 150px; /* Reduced height */
  }
  
  .project .project-details h2 {
    font-size: 1.5rem;
  }
  
  .project .project-details p {
    font-size: 1rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .carousel-container {
    width: 800px;
  }
  
  .project {
    min-width: 380px;
    max-width: 380px;
    padding: 1rem; /* Reduced padding */
  }
  
  .project img {
    max-height: 160px; /* Reduced height */
  }
}

@media screen and (max-width: 480px) {
  .carousel-container {
    width: 300px;
  }
  
  .project {
    min-width: 280px;
    max-width: 280px;
    padding: 0.6rem; /* Reduced padding */
  }
  
  .project img {
    max-height: 120px; /* Reduced height */
  }
  
  .project .project-details button {
    width: 120px;
    font-size: 0.9rem;
  }
}

.prev.disabled, .next.disabled {
  pointer-events: none;
}

@keyframes slideLeft {
  0% { transform: translateX(60px); opacity: 0.7; }
  100% { transform: translateX(0); opacity: 1; }
}
@keyframes slideRight {
  0% { transform: translateX(-60px); opacity: 0.7; }
  100% { transform: translateX(0); opacity: 1; }
}
.carousel-track.slide-left {
  animation: slideLeft 0.4s cubic-bezier(0.4,0,0.2,1);
}
.carousel-track.slide-right {
  animation: slideRight 0.4s cubic-bezier(0.4,0,0.2,1);
}

.carousel-track.animated-next {
  transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
  transform: translateX(-60px);
}
.carousel-track.animated-prev {
  transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
  transform: translateX(60px);
}
