@font-face {
    font-family: "Agraham";
    src: url(agraham/Agraham.otf);

    font-family: "Antic";
    src: url(Antic/Antic-Regular.ttf);
    font-size: large;

    font-family: "ElaineKinandhita";
    src: url(elainekinandhita/ElaineKinandhita.ttf);

    font-family: "The Seasons";
    src: url(The\ Seasons\ Font/)
}

.julius-sans-one-regular {
    font-family: "Julius Sans One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.antic-regular {
    font-family: "Antic", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.livvic-thin {
    font-family: "Livvic", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.livvic-extralight {
    font-family: "Livvic", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.livvic-light {
    font-family: "Livvic", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.livvic-regular {
    font-family: "Livvic", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.livvic-medium {
    font-family: "Livvic", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.livvic-semibold {
    font-family: "Livvic", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.livvic-bold {
    font-family: "Livvic", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.livvic-black {
    font-family: "Livvic", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.livvic-thin-italic {
    font-family: "Livvic", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.livvic-extralight-italic {
    font-family: "Livvic", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.livvic-light-italic {
    font-family: "Livvic", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.livvic-regular-italic {
    font-family: "Livvic", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.livvic-medium-italic {
    font-family: "Livvic", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.livvic-semibold-italic {
    font-family: "Livvic", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.livvic-bold-italic {
    font-family: "Livvic", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.livvic-black-italic {
    font-family: "Livvic", sans-serif;
    font-weight: 900;
    font-style: italic;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    size: 100%;
    font-family: "Antic";
    background-color: #FFE7D4;
    color: #4d2e1d;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
}

header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-image: linear-gradient(to right, #FFE7D4, #FFCBA3);
    background-repeat: no-repeat;
    opacity: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 5%;
    margin: 2% 10%;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.logo {
    margin-top: 5px;
}

nav a {
    margin: 0 15px;
    padding: 10px 15px;
    border-radius: 10px;
    background: #4d2e1d;
    color: #fff;
    font-family: "Livvic";
    font-weight: 200;
    font-size: 18px;
    font-weight: light;
    opacity: 100%;
    display: inline-block;
    transition: all 0.3s ease;
}

nav a:hover {
    transform: translateY(-5%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-btn {
    background: #F8B9B1;
    color: #4d2e1d;
    margin: 0 15px;
    padding: 10px 15px;
    border-radius: 10px;
    font-family: "Livvic";
    font-weight: 200;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.contact-btn:hover { 
    transform: translateY(-5%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.projects {
    padding: 60px 5%;
    text-align: center;
    position: relative;
    overflow: hidden;
    animation: fadeInUp 1s ease forwards;
}

.projects-header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 60px;
}

.leftbranch, .rightbranch {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 500px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.leftbranch {
    left: 0;
    background-image: url(Group\ 1.png);
}

.rightbranch {
    right: 0;
    background-image: url(Group\ 37.png);
}

.projects h2 {
    font-size: 40px;
    font-family: "Agraham";
    font-weight: 400;
    color: #4d2e1d;
    margin: 0;
    padding: 30px;
    z-index: 2;
    position: relative;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
    gap: 40px;
}

.section.reverse {
    flex-direction: row-reverse;
}

.carousel-container {
    flex: 1;
    position: relative;
    max-width: 500px;
    height: 300px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.carousel {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-slide.active {
    opacity: 1;
}

.slide1 {
    background-image: url(Kartu\ Nama\ Mockup.png);
}

.slide2 {
    background-image: url(Free\ Food\ Tray\ Packaging\ Mockup.png);
}

.slide3 {
    background-image: url(Screenshot\ 2025-06-26\ 224911.png);
}

.slide4 {
    background-image: url(brosurr.png);
}

.nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: #4d2e1d;
    transition: all 0.3s ease;
    z-index: 10;
}

.nav-button:hover {
    background: rgba(255, 255, 255, 1);
    transform: translateY(-50%) scale(1.1);
}

.nav-button.left {
    left: 10px;
}

.nav-button.left::before {
    content: '◀';
}

.nav-button.right {
    right: 10px;
}

.nav-button.right::before {
    content: '▶';
}

.carousel-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: white;
    transform: scale(1.2);
}

.content {
    flex: 1;
    text-align: left;
    padding: 20px;
}

.content h2 {
    font-size: 40px;
    font-family: "Livvic";
    font-weight: 600;
    margin-bottom: 20px;
    color: #4d2e1d;
}

.content p {
    font-family: "Antic";
    font-size: 16px;
    line-height: 1.6;
    color: #4d2e1d;
}

footer {
    background: #4d2e1d;
    color: white;
    text-align: center;
    padding: 30px 10px;
    font-family: "Antic";
}

.footer p {
    margin: 5px;
}

footer .social-icons a img {
    margin: 10px;
}

.social-icons a img {
    width: 25px;
    height: 25px;
    transition: transform 0.3s ease;
}

.social-icons a:hover img {
    transform: scale(1.1);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    }
}


@media (max-width: 800px) {
    .section {
    flex-direction: column;
    text-align: center;
    }

    .section.reverse {
    flex-direction: column;
    }

    .content {
    text-align: center;
    }

    .carousel-container {
    max-width: 100%;
    }

    header {
    flex-direction: column;
    text-align: center;
    padding: 30px;
    }

    nav {
    margin-top: 10px;
    }

    nav a {
    padding: 10px 20px;
    margin: 0 30px;
    font-size: 20px;
    }

    .projects h2 {
    font-size: 25px;
    }
}

@media screen and (max-width: 400px) {
    body {
    font-size: 15px;
    padding: 0;
    margin: 0;
    width: 100%;
    }

    header {
    width: 100%;
    flex-direction: column;
    padding: 15px;
    text-align: center;
    }

    nav a {
    display: block;
    margin: 10px 0;
    }

    .projects {
    padding: 40px 20px;
    }
    
    .rightbranch, .leftbranch {
    display: none;
    }

    footer {
    padding: 20px 10px;
    }
}