body {
  margin: 0; /* Remove default margins */
  height: 100vh; /* Make the body cover the full viewport height */
  background-image: linear-gradient(0deg, #efe1dd 1px, transparent 1px),
    linear-gradient(90deg, #efe1dd 1px, transparent 1px);
  background-size: 30px 30px;
  background-color: white;
  background-color: #f2ebe1;
}

/* header {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  background-color: transparent;
  padding: 1rem 2rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); 
} 
/* .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
} */

/* .navbar-brand a {
  top: 6px;
  color: #175197;
  font-family: "Spicy Rice", serif;
  font-size: 1.5rem;
  text-decoration: none;
  padding: 10px 40px;
  background-color: #ffcc00; 
  border-radius: 10px; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); 
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
}


.navbar-brand a::before {
  content: "";
  position: absolute;
  top: -25px; 
  left: 40%;
  transform: rotate(45deg) translateX(-50%);
  width: 2px;
  height: 40px;
  background-color: #333; 
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); 
}


.navbar-brand a::after {
  content: "";
  position: absolute;
  top: -39px; 
  left: 50%;
  transform: rotate(135deg) translateY(-50%); 
  width: 2px;
  height: 40px;
  background-color: #333; 
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); 
}


.navbar-brand a:hover {
  transform: translateY(-3px); 
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5); 
}


.navbar-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar-menu li {
  margin-left: 10px;
}

.navbar-menu li a {
  color: #175197;
  text-decoration: none;
  
  font-family: "Spicy Rice", serif;
  font-size: 1.5rem;
  
  transition: color 0.3s, transform 0.2s;
}

.navbar-menu li a:hover {
  color: #0db4b9;
  transform: scale(1.1);
}

.navbar-menu li a:active {
  color: #ff5a5f;
} */

/* Hero Section */
#hero {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  /* background-color: #f2ebe1; */
  color: #fff;
  position: relative;
  text-align: center;
  overflow: hidden;
  background-position: top left;
}

#hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  /* background-image: linear-gradient(0deg, #efe1dd 1px, transparent 1px),
    linear-gradient(90deg, #efe1dd 1px, transparent 1px);
  background-size: 30px 30px; */
  z-index: 0;
}

.hero-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

/* .hero-content h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #175197;
} */

/* .portfolio {
  width: 500px;
  height: 500px;
} */

#text-container {
  font-size: 32px;
  font-weight: 700;
  position: absolute;
  top: 167px;
  right: 73px;
  color: #a663cc;
  font-family: "Montserrat", serif;
}

.h1-top {
  font-size: 12rem;
  /* text-align: start; */
  /* width: 500px; */
  font-family: "Spicy Rice", serif;
  /* font-style: normal; */
  font-family: "Caprasimo", serif;
  font-family: "Courier Prime", serif;
  /* font-weight: 400;
  font-style: normal; */
  color: #175197;
  position: relative;
  top: -110px;
  left: 80px;
  letter-spacing: -8px;
  /* z-index: 2; */
}

.h1-bottom {
  position: relative;
  top: 50px;
  right: 80px;
  font-size: 12rem;
  color: #175197;
  font-family: "Caprasimo", serif;
  font-family: "Courier Prime", serif;
  margin-top: 100px;
  z-index: 1;
  letter-spacing: -8px;
  /* text-align: start; */
  /* width: 500px; */
  /* font-family: "Spicy Rice", serif; */
  /* font-family: "Outfit", serif; */
  /* max-width: 600px; */
  /* margin: 50px auto; */
}

.petal {
  animation: spin 5s linear infinite;
  transform-origin: center;
}

/* @keyframes rotateFlower {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
} */

.circle {
  background: #edc442;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.triangle {
  margin-top: -10px;
  width: 0;
  height: 0;
  border-top: 40px solid #edc442;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
}

.petal {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform-origin: center 60px;
  /* margin-bottom: 80px; */
}

.petal:nth-child(1) {
  transform: rotate(45deg);
}

.petal:nth-child(2) {
  transform: rotate(65deg);
}

.petal:nth-child(2) {
  transform: rotate(90deg);
}

.petal:nth-child(3) {
  transform: rotate(135deg);
}

.petal:nth-child(5) {
  transform: rotate(180deg);
}

.petal:nth-child(6) {
  transform: rotate(225deg);
}

.petal:nth-child(7) {
  transform: rotate(270deg);
}

.petal:nth-child(8) {
  transform: rotate(315deg);
}

.petal:nth-child(9) {
  transform: rotate(360deg);
}

#top-flower-container .circle {
  background: #f28db2; /* Light pink color */
}

#top-flower-container .triangle {
  border-top-color: #f28db2; /* Light pink color for triangle */
}

#top-flower-container {
  position: absolute;
  top: 70px;
  left: 235px;
}

#bottom-flower-container {
  position: absolute;
  top: 200px;
  right: 148px;
}

.stamp {
  position: absolute;
  width: 100px;
  top: 130px;
  left: -1px;
  transform: rotate(-15deg);
}

span {
  opacity: 0;
}

@media (max-width: 600px) {
  body {
    background-size: 15px 15px;
  }

  .hero-content {
    transform: scale(1);
    left: -10px;
  }

  .h1-top {
    /* font-size: 6rem;
    top: -142px;
    left: 42px; */
    font-size: 8rem;
    left: 189px;
  }

  .h1-bottom {
    /* font-size: 6rem;
    top: -88px;
    right: 35px; */
    font-size: 8rem;
    top: 7px;
    right: 111px;
  }

  #text-container {
    /* font-size: 16px;
    top: 6px;
    right: 17px; */
    font-size: 18px;
    top: 230px;
    right: 189px;
  }

  #top-flower-container {
    /* top: -24px;
    left: 116px; */
    top: 37px;
    left: 289px;
  }

  #bottom-flower-container {
    /* top: 40px;
    right: 64px; */
    top: 143px;
    right: 156px;
  }

  .stamp {
    /* width: 50px;
    top: -10px;
    left: 2px; */
    width: 60px;
    top: 55px;
    left: 141px;
  }

  #projects .card-grid {
    position: relative;
    z-index: 1;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }

  #projects .card {
    width: 150px;
    height: 150px;
  }

  #projects .card.angle1,
  #projects .card.angle3,
  #projects .card.angle6,
  #projects .card.angle8 {
    font-size: 22px;
  }

  #projects .card.angle1 h3,
  #projects .card.angle3 h3,
  #projects .card.angle6 h3,
  #projects .card.angle8 h3 {
    padding-right: 40px;
  }
}

/* media query for flowers */

@media screen and (max-width: 768px) {
  .circle {
    width: 18px;
    height: 18px;
  }

  .triangle {
    margin-top: -5px;
    border-top: 22px solid #edc442;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }

  .petal {
    transform-origin: center 34px;
  }
}

/* #projects {
  margin: 2rem;
  padding: 2rem;
}

.projects-container {
  background-color: pink;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
} */

/*.project-card {
   position: absolute; 
  remove later down one 
  position: relative; 
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: grab;
  width: 250px;
  height: 350px;
  background-color: white;
  border: 2px solid black;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  text-align: center;
  font-family: "Spicy Rice", serif;
  color: #175197;
  letter-spacing: 2px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#card-1 {
  transform: rotate(-5deg);
  top: 10px;
  left: 10px;
}

#card-2 {
  transform: rotate(15deg);
  top: 10px;
  left: 10px;
}

#card-3 {
  transform: rotate(-15deg);
  top: 20px;
  left: 20px;
}

.project-1 {
  /* position: relative; 
  /* position: absolute; remove later
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  background-color: #ebe5c9;
  font-family: "Pangolin", cursive;
  font-weight: 400;
  font-style: normal;
}

.project-1:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  background: radial-gradient(#575450 6px, transparent 7px) repeat-y;
  background-size: 30px 30px;
  border-right: 3px solid #a9241b;
  box-sizing: border-box;
  z-index: 2;
}

.list-content {
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 30px;
  left: 0;
  background: linear-gradient(transparent, transparent 28px, #c0b490 28px);
  background-size: 30px 30px;
}

.list-content .text {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  line-height: 30px;
  padding: 6px 38px;
  text-align: left;
  border: 0;
  outline: 0;
  background: transparent;
  font-weight: lighter;
  font-size: 16px;
  box-sizing: border-box;
  z-index: 1;
} 

/* .project-2 {
  background-color: whitesmoke;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.project-2 .card-image {
  width: 200px;
  height: 200px;
  border: 2px solid black;
  border-radius: 5px;
  background-image: url(music-player.png);
  background-size: contain;
  background-position: center;
}

.heart-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 200px;
}

h3 {
  margin: 0;
  padding: 0;
  font-size: medium;
}

.heart {
  margin-top: 3px;
}

.player-icons {
  position: relative;
  width: 200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.player-icons::before {
  content: "";
  position: absolute;
  top: -80%;
  width: 200px;
  height: 2px;
  background-color: black;
}

.player-icons::after {
  content: "";
  position: absolute;
  top: -91%;
  left: 20%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: black;
}

.project-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.project-3 .card-image {
  width: 200px;
  height: 200px;
  border: 2px solid black;
  border-radius: 5px;
}

.project-3 h3 {
  margin-top: 20px;
} */

.grid-container {
  margin: 0;
  padding: 0;
}

#projects {
  /* background-color: #f8f5f1;
  background-color: #f0aeb5; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* height: 100vh; */
  padding-bottom: 70px;
  min-height: 70%;
  /* margin: 20px; */
  /* border-radius: 20px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.06); */
}

#projects h2 {
  font-family: "Courier New", Courier, monospace;
  font-size: 42px;
  font-size: 4em;
  font-weight: 700;
  color: #175197;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
}

.card {
  width: 200px;
  height: 200px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-align: center;
  transform-origin: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.card.angle1 {
  font-family: "Montserrat", serif;
  /* font-family: "Fraunces", serif; */
  font-size: x-large;
  background-color: #cbdce9;
  background-color: #638ec3;
  background-color: #9dadcb;
  color: whitesmoke;
}

.card.angle1 h3 {
  line-height: 25px;
  padding-right: 60px;
  width: 100px;
  text-align: left;
}

.card.angle2 {
  font-family: "Lora", serif;
  font-family: "Roboto Condensed", serif;
  text-transform: uppercase;
  font-weight: 100;
  font-size: small;
  background-color: #fcc38e;
  color: #fbf9ed;
}

.card.angle2 h3 {
  text-align: center;
}

.card.angle3 {
  font-family: "Montserrat", serif;
  /* font-family: "Fraunces", serif; */
  font-size: x-large;
  font-size: 24px;
  background-color: #f9cccc;
  background-color: #e2b5b6;
  color: #971723;
  color: #df664a;
}

.card.angle3 h3 {
  line-height: 25px;
  padding-right: 60px;
  width: 100px;
  text-align: left;
}

.card.angle4 {
  font-family: "Lora", serif;
  font-family: "Roboto Condensed", serif;
  text-transform: uppercase;
  background-color: #b5664e;
  color: #f5f1ee;
  font-size: small;
}

.card.angle4 h3 {
  text-align: center;
}

.card.angle5 {
  font-family: "Lora", serif;
  font-family: "Roboto Condensed", serif;
  text-transform: uppercase;
  background-color: #afb27a;
  color: #e3dcd7;
  font-size: small;
}

.card.angle5 h3 {
  text-align: center;
}

.card.angle6 {
  font-family: "Montserrat", serif;
  /* font-family: "Fraunces", serif; */
  background-color: #d4ccd4;
  background-color: #d9cadf;
  color: #fbf3e4;
  color: #746c74;
  color: #bbaa59;
  font-size: x-large;
}

.card.angle6 h3 {
  line-height: 25px;
  padding-right: 60px;
  width: 100px;
  text-align: left;
}

.card.angle7 {
  font-family: "Lora", serif;
  font-family: "Roboto Condensed", serif;
  text-transform: uppercase;
  background-color: #d4ccbc;
  columns: #5d744f;
  font-size: small;
}

.card.angle7 h3 {
  text-align: center;
}
.card.angle8 {
  font-family: "Montserrat", serif;
  /* font-family: "Fraunces", serif; */
  background-color: #9dadcb;
  color: whitesmoke;
  font-size: x-large;
}

.card.angle8 h3 {
  line-height: 25px;
  padding-right: 60px;
  width: 100px;
  text-align: left;
}

.card.angle1 a {
  color: whitesmoke;
}

.card.angle3 a {
  color: #df664a;
}

.card.angle8 a {
  color: whitesmoke;
}

@media (max-width: 768px) {
  /* #projects {
    transform: scale(0.9);
  } */

  #projects h2 {
    width: 550px;
    transform: scale(0.7);
    font-size: 2.2em;
  }
}

#projects {
  background-color: #f0aeb5;
  position: relative;
  opacity: 1;
  /* transform: translateY(50px); */
  /* transition: opacity 0.8s ease, transform 0.8s ease; */
}

/* #projects.visible {
  opacity: 1;
  transform: translateY(0);
} */

#projects.card {
  opacity: 0;
  /* transform: rotate(0deg) translateY(50px); */
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition-delay: 0s;
}

#projects .card:hover {
  transform: rotate(0deg) scale(1.1);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2), 0px 5px 10px rgba(0, 0, 0, 0.15);
}

/* #projects.card.visible {
  opacity: 1;
  transform: translateY(0);
} */

#projects .card.visible.angle1 {
  opacity: 1;
  transform: rotate(-5deg);
  transition-delay: 0.2s;
}
#projects .card.visible.angle2 {
  opacity: 1;
  transform: rotate(8deg);
  transition-delay: 0.4s;
}
#projects .card.visible.angle3 {
  opacity: 1;
  transform: rotate(-12deg);
  transition-delay: 0.6s;
}
#projects .card.visible.angle4 {
  opacity: 1;
  transform: rotate(6deg);
  transition-delay: 0.8s;
}
#projects .card.visible.angle5 {
  opacity: 1;
  transform: rotate(0deg);
  transition-delay: 1s;
}
#projects .card.visible.angle6 {
  opacity: 1;
  transform: rotate(-7deg);
  transition-delay: 1.2s;
}
#projects .card.visible.angle7 {
  opacity: 1;
  transform: rotate(10deg);
  transition-delay: 1.4s;
}
#projects .card.visible.angle8 {
  opacity: 1;
  transform: rotate(-9deg);
  transition-delay: 1.6s;
}
#projects .card.visible.angle9 {
  opacity: 1;
  transform: rotate(4deg);
  transition-delay: 1.8s;
}

/* .card:nth-child(1) {
  transition-delay: 0.2s;
}
.card:nth-child(2) {
  transition-delay: 0.4s;
}
.card:nth-child(3) {
  transition-delay: 0.6s;
}
.card:nth-child(4) {
  transition-delay: 0.8s;
}
.card:nth-child(5) {
  transition-delay: 1s;
}
.card:nth-child(6) {
  transition-delay: 1.2s;
}
.card:nth-child(7) {
  transition-delay: 1.4s;
}
.card:nth-child(8) {
  transition-delay: 1.6s;
} */

/* #projects {
  padding: 40px 0;
  background-color: #f0aeb5;

  background-color: #d8e2dc;
}

.project-header {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  color: #333333;
  color: #4f3b47;
  color: #9d8189;
   color: #175197; 
   color: #d4a1c2; 
  margin-bottom: 40px;
  margin-top: 0px;
}

.project-cards {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  gap: 60px;
  margin-bottom: 60px;
  padding: 0;
  color: #9d8189;
}

.card {
  width: 15%;
  height: 200px;
  padding: 15px;
  margin: 10px;
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
  background-color: #f6e6d7;
  background-color: #ffe5d9;
  background-color: #cdb4db;
  background-color: #f9c8d2;
  background-color: #d8e2dc;
  background-color: #efe1dd;
  color: #333333;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.card:hover {
  transform: translateY(-10px) scale(1.05); 
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15); 
}

.project-title {
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  margin-bottom: 8px;
  color: #5f4b66;
  color: #f4acb7;
  color: #9d8189;
}

.project-description {
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #555;
  color: #8e7e8e;
  color: #7f8c8d;
  color: #9d8189;
} */

/* .receipt-container {
  display: inline-block;
} */

#projects .grid-container-one {
  height: 30px;
  background-color: #f2ebe1;
  background-image: linear-gradient(0deg, #efe1dd 1px, transparent 1px),
    linear-gradient(90deg, #efe1dd 1px, transparent 1px);
  background-size: 30px 30px;
}
.box.one {
  margin: 0;
  padding: 0;
  --size: 10px;
  height: 30px;

  background: radial-gradient(var(--size) at 50% 0px, #0000 99%, #f0aeb5 101%)
    50% var(--size) / calc(2 * var(--size)) 100% no-repeat;
}

.box.one {
  background-repeat: repeat-x;
}

.grid-container-second {
  height: 30px;
  background-color: #f0aeb5;
  background-image: linear-gradient(0deg, #efe1dd 1px, transparent 1px);
  /* linear-gradient(90deg, #efe1dd 1px, transparent 1px); */
  background-size: 30px 30px;
}
.box.two {
  margin: 0;
  padding: 0;
  --size: 10px;
  height: 32px;

  background: radial-gradient(var(--size) at 50% 0px, #0000 99%, #ade8f4 101%)
    50% var(--size) / calc(2 * var(--size)) 100% no-repeat;
}

.box.two {
  background-repeat: repeat-x;
}

.paper-clip {
  position: absolute;
  left: 40%;
  top: -32px;
  width: 60px;
  height: 60px;
  z-index: 1;
}

#skills {
  background-color: lightblue;
  background-color: #ade8f4;
  /* background-color: #caf0f8; */
  position: relative;
  z-index: 0;
  opacity: 0;
  transform: translateY(100px);
  padding-bottom: 30px;
  transition: opacity 1s ease, transform 1s ease;
  /* height: 100vh; */
}

#skills.visible {
  opacity: 1;
  transform: translateY(0);
}

.skills-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  gap: 20px;
  padding: 60px 20px;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.skills-content {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 700px;
  /* height: 500px; */
  height: 350px;
  margin: 0px;
  padding: 0px;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
/* .skills-content.visible {
  opacity: 1;
  transform: translateY(0);
} */

.skills-header {
  color: #f8f5f1;
  color: #175197;

  /* line-height: 1.5; */
  font-size: 4em;
  text-align: left;
  margin: 0px;
  padding-right: 40px;
  font-weight: 700;
  /* border: 2px solid black;  */
  font-family: "Montserrat", serif;
  font-family: "Courier Prime", serif;
}

.skills-message {
  color: #f8f5f1;
  color: #175197;

  line-height: 1.5;
  font-size: 1.5em;
  text-align: left;
  font-weight: 700;
  /* border: 2px solid black; */
  font-family: "Courier Prime", serif;
  font-family: "Montserrat", serif;
}

.skills-message a {
  color: #175197;
}

.logo {
  display: flex;
  justify-content: center;
  gap: 40px;
  /* padding: 10px; */
  /* padding-right: 510px; */
}

.logo i {
  font-size: 40px;
  color: #175197;
}

.logo i:hover {
  color: #0077b5;
  transform: scale(1.2);
}

.skills {
  position: relative;
  top: 0;
  left: 200px;
  width: 300px;
  height: 500px;
  font-family: "Courier Prime", serif;
  background-color: #f7f7f7;
  /* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1), 0 -4px 8px rgba(0, 0, 0, 0.05);
  margin: 0;
}

.skills h2 {
  font-weight: 700;
  font-style: normal;
  text-align: center;
  padding: 30px;
  padding-bottom: 0px;
  margin-bottom: 0;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.skills p {
  font-weight: 700;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 0.9rem;
}

.skills p:nth-of-type(2) {
  text-align: left;
  font-weight: 700;
  font-size: x-small;
  padding-left: 20px;
  margin-bottom: 0px;
}

.skills p:nth-of-type(3) {
  text-align: left;
  font-weight: 700;
  font-size: x-small;
  padding-left: 20px;
  margin-bottom: 0px;
}

.divider {
  border-top: 1px dashed #ccc;
  margin: 10px 20px;
}

.receipt-top-divider-content {
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  text-align: left;
  font-weight: 700;
  font-style: normal;
  font-size: small;
  text-transform: uppercase;
}

.receipt-top-divider-content div:nth-child(3) {
  margin-left: auto; /* Push AMT to the far right */
  padding-right: 35px;
}

.receipt-items > div {
  padding-left: 20px;
  display: flex;
  flex-direction: row;
  /* flex direction - new addition */
  justify-content: space-between;
  gap: 30px;
  text-align: left;
  font-weight: 700;
  font-style: normal;
  font-size: small;
  text-transform: uppercase;
}

.receipt-items span {
  display: block;
  margin: 0;
  padding: 0;
  flex: 1;
  opacity: 1;
}

.receipt-items span:nth-child(1) {
  text-align: left;
  max-width: 20px; /* QTY alignment */
}

.receipt-items span:nth-child(2) {
  text-align: left; /* ITEM alignment */
}

.receipt-items span:nth-child(3) {
  text-align: right; /* AMT alignment */
  max-width: 20px;
  padding-right: 40px;
}
.receipt-summary {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: 700;
  font-size: small;
  margin-top: 10px;
  padding-left: 20px;
}

.receipt-summary div {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.receipt-summary span {
  opacity: 1;
  text-align: right;
  margin-right: 20px;
}

.recipient-details {
  font-weight: 700;
  font-size: x-small;
  margin-top: 10px;
  padding-left: 20px;
  text-transform: uppercase;
}

.qr-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  font-weight: 700;
  font-size: x-small;
  margin-top: 20px;

  text-transform: uppercase;
}

.qr-code {
  width: 80px;
  margin-top: 10px;
}

.receipt-top {
  position: absolute;
  top: -27px;
  width: 300px;
  height: 30px;
  margin-bottom: 100px;
  background: linear-gradient(-45deg, #f7f7f7 12px, transparent 5%),
    linear-gradient(45deg, #f7f7f7 12px, transparent 0%);
  background-size: 24px;
  margin: 0;
}

.receipt-bottom {
  position: absolute;
  bottom: -27px;
  width: 300px;
  height: 30px;
  background: linear-gradient(-135deg, #f7f7f7 12px, transparent 5%),
    linear-gradient(135deg, #f7f7f7 12px, transparent 0%);
  background-size: 24px;
  margin: 0;
}

.skills::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  top: -15px;
  left: -15px;
  background-color: #fde26b;
  background-image: linear-gradient(0deg, #f8b157 1px, transparent 1px),
    linear-gradient(90deg, #f8b157 1px, transparent 1px);
  background-size: 20px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: -1;
}

.skills::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 200px;
  top: 15px;
  left: -10px;
  background-color: #f8b9c4;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: -2;
}

@media (max-width: 600px) {
  .skills-wrapper {
    /* transform: scale(0.7); */
    flex-direction: column;
    padding-top: 100px;
    gap: 0px;
  }
  .skills {
    left: 0%;
    top: 0;
  }
  .skills-content {
    transform: scale(0.5);
  }

  .logo i {
    font-size: 60px;
  }

  /* .skills-header {
    transform: scale(0.6);
  } */
}

/* .skills::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background: linear-gradient(-135deg, white 12px, transparent 5%),
    linear-gradient(135deg, white 12px, transparent 0%);
  background-size: 24px;
}

.skills::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background: linear-gradient(-45deg, white 12px, transparent 0%),
    linear-gradient(45deg, white 12px, transparent 0%);
  background-size: 24px;
} */

/* .sticker {
  width: 500px; 
   position: absolute;
  margin-top: -150px;
  align-self: center;
  z-index: 2;
} */

/* #projects h2 {
  padding: 30px;
  margin-bottom: 30px;
  font-family: "Spicy Rice", serif;
  font-size: 1.5rem;
  color: #175197;
  text-align: center;
  z-index: 2;
} */

/* .project-2 {
  width: 300px;
  height: 260px;
  border: none;
  background-image: linear-gradient(
    0deg,
    rgba(247, 247, 247, 1) 23.8%,
    rgba(252, 221, 221, 1) 92%
  );
  color: #4e7dc0;
} */

/* .project-2 .card-image {
  margin: 0;
  position: relative;

  width: 260px;
  height: 130px;
  border: 2px solid white;
  border-radius: 8px;
  overflow: hidden;
}  */

/* .card-image .music-player {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

/* .project-2 .card-title {
  margin-top: 10px;
  padding: 0;
}

/* .project-card::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 5%;
  transform: rotate(45deg) translateX(-50%);
  width: 20px;
  height: 80px;
  background-color: #333;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.project-card::after {
  content: "";
  position: absolute;
  top: -18px;
  right: 5%;
  transform: rotate(135deg) translateX(-50%);
  width: 20px;
  height: 80px;
  background-color: #333;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
} */

/* .project-1 {
  background-color: #ddecc5;
  border: 2px solid #ddecc5;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
} */

/* .project-card::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #b4d3ff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  transform: translateX(-50%);
  z-index: 1;
} */

/*
.project-card:hover {
  transform: translate(-5px, -5px);
  box-shadow: 8px 8px 0 #000;
}

.to-do-list {
  position: relative;
  width: 300px;
  height: 450px;
  box-shadow: -8px -8px 0 #f8cb44, -8px -8px 0px 2px black,
    -16px -16px 0 #f37777, -16px -16px 0 2px black, -24px -24px 0 #7ea5ec,
    -24px -24px 0 2px black, inset 3px 3px 6px rgba(255, 255, 255, 0.5);
  background-color: white;
  border-radius: 15px;
}

.to-do-list-image {
  position: absolute;
  top: 20px;
  left: 22px;
  width: 250px;
  height: 200px;
  border: 2px solid black;
  border-radius: 15px;
}

.application {
  width: 500px;
  height: 300px;
  background-color: white;
}

.notes {
  background-color: #f9f7c4;
}

.my-project {
  background-color: #ffddd2;
}

.good-luck {
  background-color: #ffd700;
} */

/* #skills {
  background-color: pink;
} */
