* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

body {
  font-family: "Poppins",sans-serif;
  background-color: #425b5e;
  color: #37474f;
  line-height: 1.5
}

.sections-title {
  display: block;
  text-align: center;
  padding: 10px 20px;
  margin: 20px auto;
  background-color: #37474f;
  box-shadow: 0 4px 20px rgba(0,0,0,.1);
  border-radius: 15px;
  max-width: 500px;
  width: 100%
}

.sections-title h2 {
  font-size: 2rem;
  color: #aed581;
  font-family: "Lora",serif;
  letter-spacing: 1px;
  margin: 0
}

.signature {
  font-family: "Moon Dance",cursive;
  font-size: 3rem!important;
  text-align: left;
  line-height: 0
}

header,nav {
  align-items: center
}

header {
  background-color: #263238;
  padding: 7px;
  display: flex;
  justify-content: space-between;
  position: sticky;
  top: 0;
  height: 64px;
  z-index: 9999
}

header h1 {
  color: #e0f7fa;
  font-size: 1.75rem;
  font-family: "Lora",serif;
  z-index: 9999;
  transform: translate(50px,-20px)
}

.favicon {
  width: 35px;
  height: 35px;
  z-index: 1001;
  transform: translate(5px,25px)
}

.hamburger-menu {
  display: none;
  background: 0 0;
  border: 0;
  font-size: 2rem;
  color: #e0f7fa;
  cursor: pointer;
  margin-left: 10px;
  z-index: 10001
}

nav {
  margin-left: auto
}

footer p,nav a {
  text-align: center
}

a:link,a:visited,footer a,nav a {
  text-decoration: none
}

.search-results li,nav a {
  border-radius: 5px;
  color: #e0f7fa
}

nav a {
  padding: 8px 12px;
  margin: 5px;
  transition: color .3s,background-color .3s
}

nav a.active,nav a:hover {
  color: #aed581;
  background-color: #37484a;
  font-weight: 700
}

.search-container {
  display: flex;
  z-index: 1
}

.search-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #425b5e;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  z-index: 9999
}

.search-container.active .search-overlay,nav {
  display: flex
}

.search-input {
  padding: 8px;
  font-size: 1.2rem;
  width: 50%;
  margin-top: 11px;
  border-radius: 5px;
  border: 1px solid #aed581
}

.search-input:hover {
  border-color: #aed581
}

.close-search,.search-icon {
  color: #e0f7fa;
  cursor: pointer
}

.search-icon {
  font-size: 1.2rem;
  margin-right: 20px;
  padding: 10px;
  transition: color .3s
}

.close-search:hover,.search-icon:hover,footer a:hover i {
  color: #aed581;
  transform: scale(1.1)
}

.close-search {
  background: #425b5e;
  border: 0;
  font-size: 3rem;
  position: absolute;
  margin-right: 15px;
  top: 5px;
  right: 20px
}

.search-results {
  margin-top: 30px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: #263238;
  color: #e0f7fa;
  font-size: 1.1rem;
  padding: 20px;
  border-radius: 10px
}

.search-results ul {
  list-style-type: none;
  padding-left: 0
}

.search-results li {
  background-color: #37474f;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 15px
}

.search-results mark {
  background-color: #aed581;
  color: #000;
  font-weight: 700
}

a:link,a:visited {
  color: #e0f7fa
}

a:active,a:hover,footer i {
  color: #fff
}

.home-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
  max-width: 1300px;
  margin: 20px auto;
  background-color: #37474f;
  border-radius: 15px
}

.home-text {
  width: 55%
}

.home-text p {
  font-size: 1.15rem;
  color: #e0f7fa;
  margin-bottom: 30px
}

.home-image {
  width: 35%
}

.home-image img {
  width: 100%;
  border-radius: 50%
}

.contact-section,.highlights-section,.resume-section {
  padding: 30px 40px;
  max-width: 1200px;
  margin: 20px auto;
  background-color: #37474f;
  border-radius: 15px;
  text-align: center
}

.contact-section h2,.resume-section h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #e0f7fa;
  font-family: "Lora",serif
}

.contact-section p,.resume-section p {
  font-size: 1.2rem;
  color: #e0f7fa;
  margin-bottom: 15px
}

.contact-section a,.resume-section a {
  color: #aed581;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px
}

.highlights-card {
  background-color: #425b5e;
  padding: 20px;
  margin: 20px 0;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,.1);
  transition: transform .3s
}

.highlights-card:hover {
  transform: translateY(-10px)
}

.card-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px
}

.card-text {
  flex: 1 1 55%
}

.card-text h3 {
  font-size: 1.5rem;
  color: #aed581;
  margin-bottom: 0
}

.card-text p {
  font-size: 1.1rem;
  margin-top: 30px;
  color: #e0f7fa
}

.card-image,footer {
  display: flex;
  flex-direction: column;
  align-items: center
}

.card-image {
  margin-top: 50px;
  flex: 1 1 35%;
  text-align: center
}

.card-image img {
  width: 100%;
  max-width: 300px;
  max-height: 200px;
  border-radius: 10px;
  object-fit: cover
}

.image-title {
  font-weight: 700;
  font-size: 1.1rem;
  color: #425b5e;
  margin-bottom: 8px
}

.image-caption {
  font-weight: 700;
  font-size: 1rem;
  color: #aed581;
  margin-top: 8px
}

footer {
  padding: 20px;
  background-color: #263238;
  color: #fff
}

footer a {
  margin: 0 15px
}

footer i {
  font-size: 20px;
  transition: color .3s ease,transform .3s ease
}

footer p {
  margin-top: 20px;
  font-size: 1rem
}

@media (max-width:768px) {
  .sections-title {
      padding: 10px 15px;
      margin: 15px auto
  }

  .sections-title h2 {
      font-size: 2rem
  }

  .signature {
      font-size: 2.2rem!important;
      text-align: center
  }

  header,nav {
      align-items: flex-start
  }

  header {
      flex-direction: column;
      padding: 10px 15px;
      gap: 10px;
      height: 60px;
      position: relative
  }

  header h1 {
      font-size: 1.5rem;
      transform: translate(70px,-45px) scale(1.2);
      margin: auto
  }

  .favicon {
      margin: 5px 10px;
      width: 30px;
      height: 30px;
      transform: scale(1.2)
  }

  .hamburger-menu {
      display: block;
      position: absolute;
      right: 15px
  }

  nav {
      display: none;
      width: 100%;
      background: #263238;
      position: absolute;
      left: 0;
      top: 60px;
      z-index: 10000;
      box-shadow: 0 4px 20px rgba(0,0,0,.15);
      border-radius: 0 0 12px 12px;
      padding-bottom: 15px
  }

  nav.mobile-visible {
      display: flex;
      padding: 0 0 5px 10px
  }

  nav a {
      padding: 5px;
      display: block;
      width: 100%;
      font-size: .8rem;
      text-align: center
  }

  .search-input {
      width: 100%;
      font-size: 1rem
  }

  .search-icon {
      font-size: 1.2rem;
      color: #fff;
      margin-right: 20px;
      padding: 5px;
      transition: color .3s;
      margin-top: 8px
  }

  .search-overlay {
      padding: 20px
  }

  .close-search {
      font-size: 2rem;
      top: 10px;
      right: 10px
  }

  .search-results {
      font-size: 1rem;
      padding: 15px
  }

  .home-section {
      flex-direction: column;
      padding: 25px 20px;
      text-align: center
  }

  .home-image,.home-text {
      width: 100%
  }

  .home-image {
      margin-top: 20px
  }

  .home-text p {
      font-size: .95rem;
      color: #e0f7fa;
      margin-bottom: 30px
  }

  .card-content {
      flex-direction: column;
      gap: 20px
  }

  .card-image,.card-text {
      flex: 1 1 100%;
      margin-top: 0;
      max-width: 100%
  }

  .card-image img {
      max-width: 100%;
      max-height: 180px
  }

  .search-results {
      -ms-overflow-style: none;
      scrollbar-width: none
  }

  .search-results::-webkit-scrollbar {
      display: none
  }
}