body,
html {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  background: #000;
  overflow-x: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sec-nav {
  height: 80px;
  background-color: rgb(191, 225, 245);
}

.desktop-nav ul {
  list-style: none;
  display: flex;
  gap: 96px;
  position: absolute;
  top: 30px;
  right: 40px;
  margin: 0;
  padding: 0;
  z-index: 10;
  letter-spacing: 0.05em;
  font-family: helvetica-w01-light, sans-serif;
}

.desktop-nav ul li a {
  color: #271b50;
  font-size: 1.5rem;
  text-decoration: none;
  transition: color 0.3s;
  font-family: "Playfair Display", serif;
}

.desktop-nav ul li a:hover {
  color: #abd6ef;
}

.about-img img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin-left: 60px;
  margin-top: 120px
}

.first {
  height: 92vh;
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  background: url('tazawako.jpeg') center/cover no-repeat;

}


.about-text h3 {
  font-size: 3.8rem;
  margin-bottom: 10px;
}

.about-text p {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .about-text {
    width: 600px;
    height: 600px;
    margin-left: 40px;
    text-align: left;
    font-family: "Playfair Display", serif;
    margin-top: 100px
  }
}


/* .second {
  height: 100vh;
  background: url('t') center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  top: 0;
  left: 0;
  height: 30vh;
  z-index: 1;
  overflow: hidden;
} */

.profile {
  font-weight: normal;
  color: rgb(255, 255, 255);
  display: block;
  font-size: 52px;
  font-family: "Playfair Display", serif;
  background-position: center;
  background-size: cover;
  padding: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}


.timeline-container {
  position: relative;
  max-width: 1000px;
  margin: auto;
  padding: 50px 0;
}

.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #b5bff3;
  transform: translateX(-50%);
  z-index: 0;
}

.timeline-item {
  position: relative;
  width: 50%;
  padding: 20px 40px;
  box-sizing: border-box;
}

.timeline-item.left {
  left: 0;
  text-align: right;
}

.timeline-item.right {
  left: 50%;
  text-align: left;
}

.timeline-dot {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 12px;
  height: 12px;
  background-color: #161b38;
  border-radius: 50%;
  z-index: 1;
  transform: translateX(-50%);
}

.timeline-content {
  color: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  backdrop-filter: blur(2px);
}

.third {
  background-color: #cdcbc9;
}
.skill-section {
  padding: 50px 20px;
  background-color: #f8f8f8;
  text-align: center;
}

.skill-container h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.skill-container ul {
  list-style: none;
  padding: 0;
}

.skill-container ul li {
  font-size: 18px;
  margin-bottom: 10px;
}

.skill-bg{
  height: 500px;
  width: 1000px;
  text-align: left;
  margin-left: 750px;
  border: #000;
}

.text{
  margin-left: 500px;
}