@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 {
  width: 100%;
  font-family: "Antic";
  background-color: #FFE7D4;
  color: #4d2e1d;
  line-height: 1.6;
  overflow-x: hidden;
  word-wrap: break-word;
}

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;
}

.logo img {
max-width: 100%;
height: auto;
}

nav {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 10px;
}

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;
white-space: nowrap;
}

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;
white-space: nowrap;
}

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

.hero {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 60px 10%;
  background: url('flowers.png') no-repeat center right;
  background-size: 40px contain;
  width: 100%;
}

.chibi {
  max-width: 600px;
  height: auto;
  animation: fadeInUp 1s ease forwards;
}

.welcome {
  margin-top: 200px;
  animation: fadeInUp 1s ease forwards;
}

.welcome img {
  max-width: 100%;
  height: auto;
}

.about {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 10%;
  gap: 40px;
  align-items: center;
  width: 100%;
}

.about .text {
  flex: 1;
  min-width: 280px;
  font-family: "Antic";
}

.about h3 {
  font-family: "Livvic";
  font-weight: 400;
  font-size: 40px;
}

.about h2 {
  font-size: 40px;
  font-family: "Agraham";
  margin-bottom: 5px;
  font-weight: lighter;
  word-wrap: break-word;
}

.about .flower-icon {
  float: left;
  position: relative;
  padding-top: 10px;
  padding-right: 10px;
}

.about .flower-icon img {
  width: 30px;
  height: auto;
}

.about .subtitle {
  color: #d78e7e;
  font-family: "Livvic";
  font-size: 30px;
  margin-bottom: 5px;
}

.about p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
}

.about .buttons {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.about .buttons a:hover {
  transition: all 0.3s ease;
  transform: scale(1.05);
}

.btn {
  background: #4d2e1d;
  color: white;
  padding: 10px 20px;
  border-radius: 20px;
  display: inline-block;
  white-space: nowrap;
}

.btn.outline {
  background: #F8B9B1;
  color: #4d2e1d;
}

.photo {
  flex: 1;
  min-width: 280px;
  text-align: center;
}

.photo img {
  max-width: 500px;
  width: 100%;
  height: auto;
  border-radius: 30px;
}

.projects {
  padding: 60px 5%;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.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;
}

.project-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.card {
  background: #4d2e1d;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  overflow: hidden;
  width: 350px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.preview1 {
  width: 100%;
  height: 200px;
  background-image: url(Kartu\ Nama\ Mockup.png);
  background-color: #FFE7D4;
  opacity: 50%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: white;
  font-weight: bold;
}

.preview2 {
  width: 100%;
  height: 200px;
  background-image: url(2.png);
  background-color: #FFE7D4;
  opacity: 50%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: white;
  font-weight: bold;
}

.preview3 {
  width: 100%;
  height: 200px;
  background-image: url(ilus3copy.png);
  background-color: #FFE7D4;
  opacity: 50%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: white;
  font-weight: bold;
}

.card h3 {
  position: relative;
  font-size: 22px;
  margin-bottom: 40px;
  margin-top: -50px;
  color:white;
  font-family: "Agraham";
  font-weight: 100;
  padding: 0 20px;
}

.card-btn {
  display: inline-block;
  margin: 0 20px 20px 20px;
  padding: 10px 20px;
  background-color: #FFE7D4;
  color: #4d2e1d;
  text-decoration: none;
  border-radius: 15px;
  transition: all 0.3s ease;
  font-size: 20px;
}

.card-btn:hover {
  transform: scale(1.05);
}

.card-btn::after {
  content: " ▶";
  font-size: 12px;
}

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

footer p {
  margin: 5px;
  word-wrap: break-word;
}

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

.social-icons a img {
  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);
  }
}

/* Tablet Styles */
@media (max-width: 1024px) {
  .leftbranch, .rightbranch {
    width: 300px;
    height: 60px;
  }
  
  .hero {
    padding: 40px 5%;
  }
  
  .about {
    padding: 40px 5%;
  }
  
  .about h2 {
    font-size: 36px;
  }
  
  .about h3 {
    font-size: 32px;
  }
  
  .about .subtitle {
    font-size: 26px;
  }
}

/* Mobile Styles */
@media (max-width: 768px) {
  body {
    font-size: 15px;
    padding: 0;
    margin: 0;
    width: 100%;
    overflow-x: hidden;
  }

  header {
    width: calc(100% - 20px);
    margin: 10px;
    padding: 15px;
    flex-direction: column;
    text-align: center;
    border-radius: 20px;
    gap: 15px;
  }

  .logo img {
    width: 120px;
    max-width: 120px;
  }

  nav {
    justify-content: center;
    width: 100%;
  }

  nav a {
    padding: 8px 12px;
    font-size: 14px;
    margin: 0 2px;
  }

  .contact-btn {
    padding: 8px 12px;
    font-size: 14px;
    margin: 0 2px;
  }

  .hero {
    padding: 40px 20px;
    background: none;
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .chibi {
    max-width: 100%;
    width: 90%;
  }

  .welcome {
    margin-top: 20px;
    width: 100%;
  }

  .welcome img {
    max-width: 100%;
    width: 90%;
  }

  .about {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
    gap: 30px;
  }

  .about .text {
    min-width: auto;
    width: 100%;
  }

  .about h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  .about h3 {
    font-size: 22px;
  }

  .about .subtitle {
    font-size: 20px;
  }

  .about p {
    font-size: 15px;
    text-align: left;
  }

  .about .buttons {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .btn {
    padding: 12px 20px;
    font-size: 14px;
    text-align: center;
    min-width: 150px;
  }

  .photo {
    min-width: auto;
    width: 100%;
  }

  .photo img {
    max-width: 100%;
    width: 80%;
  }

  .projects {
    padding: 40px 20px;
  }

  .projects h2 {
    font-size: 28px;
    padding: 20px 0;
  }

  .leftbranch, .rightbranch {
    display: none;
  }

  .card {
    width: 100%;
    max-width: 320px;
  }

  .project-cards {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .card h3 {
    font-size: 20px;
    padding: 0 15px;
  }

  .card-btn {
    font-size: 18px;
    padding: 8px 16px;
    margin: 0 15px 15px 15px;
  }

  footer {
    padding: 20px 15px;
    font-size: 13px;
  }

  footer p {
    line-height: 1.4;
    margin: 8px 0;
  }
}

/* Very Small Mobile Styles */
@media screen and (max-width: 480px) {
  header {
    align-content: center;
    margin: 5px;
    padding: 12px;
  }

  .logo img {
    width: 120px;
  }

  nav a, .contact-btn {
    width: 100%;
    max-width: 200px;
    padding: 8px 10px;
    font-size: 14px;
    border-radius: 12px;
  }

  .hero {
    padding: 20px 15px;
  }

  .chibi {
    width: 95%;
  }

  .welcome img {
    width: 95%;
  }

  .about {
    padding: 30px 15px;
  }

  .about h2 {
    font-size: 24px;
    line-height: 1.1;
  }

  .about h3 {
    font-size: 18px;
  }

  .about .subtitle {
    font-size: 18px;
  }

  .about p {
    font-size: 14px;
  }

  .btn {
    padding: 10px 16px;
    font-size: 13px;
    min-width: 140px;
  }

  .photo img {
    width: 90%;
  }

  .projects {
    padding: 30px 15px;
  }

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

  .card {
    max-width: 280px;
  }

  .card h3 {
    font-size: 18px;
  }

  .card-btn {
    font-size: 16px;
    padding: 8px 14px;
  }

  footer {
    padding: 15px 10px;
    font-size: 12px;
  }

  footer p {
    font-size: 11px;
    line-height: 1.3;
  }
}