
.site-wraper {
  margin-top: 41px;
  margin-left: 177px;
  margin-right: 230px;
}

.navbar-menu {
  font-size: 20px;
  font-family: DM Sans;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: center;
}

.navbar-icons {
  margin-left: 51px;
}


.links {
  margin: auto 0;
}

.about-me {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 220px;
}


.photo-size {
  width: 349px;
  height: 349px;
  overflow: hidden;
  position: relative;
  border-radius: 175px;
  border: 3px solid gray;
}

.photo-size img { 
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
} 

.content {
width: 50%;
font-size: 58px;
line-height: 70px;
color: #42446e;
font-weight: 700;
font-family: "Poppins";
letter-spacing: -1px;
}


.image-photo {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.tech-stack {
  margin-top: 348px;
}

.sub-title {
  font-size: 48px;
  line-height: 26px;
  color: #42446e;
  font-weight: 700;
  font-family: "Poppins";
  text-align: center;
}

.desr {
  margin-top: 49px;
  font-size: 32px;
  line-height: 26px;
  color: #666666;
  font-weight: 400;
  font-family: "Poppins";
  text-align: center;
}

.technology {
  margin-top: 140px;
}

.technology .columns.is-multiline .column:nth-child(n+7) {
  margin-top: 67px;
}

.projects {
  margin-top: 214px;
}

.project-title{
  font-size: 28px;
  color: #000000;
  font-weight: 500;
  font-family: "Poppins";
  text-align: center;
}

.project-descr {
  font-size: 18px;
  color: #666666;
  font-weight: 300;
  font-family: "Poppins";
}

.project-tech-stack{
  font-size: 16px;
  line-height: 26px;
  color: #42446e;
  font-weight: 400;
  font-family: "Poppins";
}

span.preview {
  font-size: 16px;
  text-decoration: underline;
  font-weight: 400;
  font-family: "Poppins";
}

.my-projects {
  margin-top: 96px;
}

.my-projects .columns.is-multiline .column:nth-child(n+4) {
  margin-top: 62px;
}


.contact  {
  margin-top: 203px;
}

.contact-data {
  font-size: 18px;
  color: #42446e;
  font-weight: 400;
  font-family: "DM Sans";
  }

.menu {
  margin-top: 59px;
  font-size: 18px;
  color: #42446e;
  font-weight: 400;
  font-family: "DM Sans";
}

/* Мобильная адаптация */
@media (max-width: 768px) {
  .site-wraper {
    margin: 20px;
  }

  .navbar-menu {
    font-size: 16px;
    text-align: left;
  }

  .navbar-icons {
    margin-left: 0;
    margin-top: 10px;
  }

  .about-me {
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
    text-align: center;
  }

  .content {
    width: 100%;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 30px;
  }

  .photo-size {
    width: 200px;
    height: 200px;
    border-radius: 100px;
  }

  .tech-stack {
    margin-top: 150px;
  }

  .sub-title {
    font-size: 32px;
  }

  .desr {
    font-size: 20px;
    margin-top: 20px;
  }

  .technology {
    margin-top: 60px;
  }

  .technology .columns.is-multiline .column {
    width: 33.33%;
    margin-top: 20px !important;
  }

  .projects {
    margin-top: 100px;
  }

  .my-projects {
    margin-top: 60px;
  }

  .my-projects .columns.is-multiline .column {
    width: 100%;
    margin-top: 30px !important;
  }

  .project-title {
    font-size: 22px;
  }

  .project-descr {
    font-size: 16px;
  }

  .project-tech-stack {
    font-size: 14px;
  }

  span.preview {
    font-size: 14px;
  }

  .contact {
    margin-top: 100px;
    text-align: center;
  }

  .contact-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .contact-logo {
    margin-bottom: 20px;
  }

  .contact-data {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .menu {
    flex-direction: column;
    text-align: center;
  }

  .menu .columns {
    flex-direction: column;
    align-items: center;
  }

  .menu .column {
    width: 100%;
    margin-bottom: 10px;
  }

  .navbar-icons .column {
    width: auto !important;
  }
}
