* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  /* background-color: #f5f3ef; */
}

html,
body {
  height: 100%;
  width: 100%;
}

.container {
  height: 100%;
  width: 100%;
}

#nav {
  position: fixed;
  width: 100%;
  height: 10%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: transparent;
  padding: 30px 40px;
}

#nav h3 {
  background-color: black;
  color: white;
  padding: 15px 25px;
  margin-left: 20px;
  font-size: 25px;
  border-radius: 50px;
}

#intro {
  height: 55%;
  width: 100%;
  padding: 49px 60px;
}

#intro h1 {
  font-size: 150px;
  line-height: 165px;
  letter-spacing: -5px;
  font-weight: 600;
}

#place {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#place h3,
#place h4 {
  font-size: 40px;
  font-weight: 600;
}

#profile {
  background-image: url(assets/01.webp);
  object-fit: cover;
  object-position: center;
  background-size: cover;
  height: 87%;
}

#about {
  height: 55%;
  width: 100%;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#about h2 {
  height: 100%;
  padding: 20px;
  width: 66%;
  font-size: 70px;
  line-height: 84px;
  letter-spacing: -5px;
}

#about2 {
  height: 100%;
  width: 40%;
  padding: 0 30px;
  border-left: 2px solid black;
}

#about2 h3 {
  padding: 20px;
  width: 70%;
  height: 60%;
  font-size: 30px;
}

#icon {
  padding: 20px;
  height: 30%;
  font-size: 40px;
}

#work {
  height: 55%;
  width: 100%;
  border-top: 2px solid black;
  display: flex;
  padding: 40px;
}

#work1 {
  width: 30%;
  border-right: 2px solid black;
  height: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 38px;
}

#arrow {
  margin-right: 20px;
}
#work2 {
  width: 70%;
  height: 100%;
  padding: 0 40px;
}
.work2-part {
  height: 55%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 50px 0;
}

.work2-part:nth-child(1) {
  border-bottom: 2px solid black;
}

.work2-part .elem {
  width: 50%;
  height: 100%;
}

.elem {
  padding: 20px;
  font-size: 20px;
}

.elem h4 {
  font-weight: 600;
  margin: 10px 0;
  font-size: larger;
}
.elem1 {
  border-right: 2px solid black;
}

#camerapic {
  background-image: url(assets/02.webp);
  object-fit: cover;
  object-position: center;
  background-size: cover;
  height: 87%;
}

#camera {
  height: 30%;
  width: 100%;
  display: flex;
  font-size: 25px;
  padding: 40px;
  justify-content: space-between;
}

#camera #rcamera {
  width: 70%;
  font-weight: 600;
  font-size: 88px;
}
#camera #lcamera {
  color: gray;
}
#camera #lcamera button {
  background-color: black;
  color: white;
  padding: 15px 25px;
  font-size: 18px;
  border-radius: 50px;
}

#Noisepic {
  background-image: url(assets/03.webp);
  object-fit: cover;
  object-position: center;
  background-size: cover;
  height: 87%;
}

#Noise {
  height: 30%;
  width: 100%;
  display: flex;
  font-size: 25px;
  padding: 40px;
  justify-content: space-between;
}

#Noise #rNoise {
  width: 70%;
  font-weight: 600;
  font-size: 88px;
}
#Noise #lNoise {
  color: gray;
}
#Noise #lNoise button {
  background-color: black;
  color: white;
  padding: 15px 25px;
  font-size: 18px;
  border-radius: 50px;
}

#robotpic {
  background-image: url(assets/04.webp);
  object-fit: cover;
  object-position: center;
  background-size: cover;
  height: 87%;
}

#robot {
  height: 30%;
  width: 100%;
  display: flex;
  font-size: 25px;
  padding: 40px;
  justify-content: space-between;
}

#robot #rrobot {
  width: 70%;
  font-weight: 600;
  font-size: 88px;
}
#robot #lrobot {
  color: gray;
}
#robot #lrobot button {
  background-color: black;
  color: white;
  padding: 15px 25px;
  font-size: 18px;
  border-radius: 50px;
}

.profile-card {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}

.profile-photo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  margin-right: 10px;
}

.profile-info h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.profile-info p {
  margin: 0;
  font-size: 14px;
  color: #666;
}

.mfooter {
  height: 50%;
  padding: 8%;
  font-size: 40px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #1a1a1a;
}

.footer {
  background-color: #1a1a1a;
  color: #fff;
  padding: 50px 20px;
  display: flex;
  justify-content: center;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-section {
  flex: 1;
  min-width: 200px;
}

.footer-section h4 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}

.footer-section ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.footer-section ul li a:hover {
  text-decoration: underline;
}

.footer-button,
.footer-main-button {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #fff;
  color: #000;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.footer-button:hover,
.footer-main-button:hover {
  background-color: #ddd;
}

.footer-main {
  text-align: center;
  flex: 1;
  min-width: 200px;
}

.footer-main h4 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}

.footer-main h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}
