/* ---BASE----- */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

p:last-child {
  margin-bottom: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: currentColor;
  text-decoration: none;
}

button {
  cursor: pointer;
  border: none;
}

img {
  display: block;
  /* max-width: 100%;
  height: auto; */
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
}

.body-bg-color {
  background-color: #1E1E1E;
  margin: 0;
}

.header-nav {
  position: relative;
}

.header-container {
  margin: 57px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 20;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin-bottom: 30px;
}

.header-list {
  display: flex;
  gap: 60px;
}

.header-list-items {
  display: flex;
}

.header-list-item-link {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.03em;
  text-align: justify;
  color: #959595;
  font-family: "Lato", sans-serif;
}

.header-button {
  display: flex;
}

.header-btn {
  font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.03em;
    text-align: justify;
    color: #fff;
  display: flex;
  border-radius: 8px;
  padding: 12px 40px;
  height: 43px;
  background: linear-gradient(129deg, #fd6f00 0%, #e46400 100%);
}

.hero-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 138px;
}

.hero-description {
  display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.hero-info {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.03em;
  color: #707070;
  font-family: "Lato", sans-serif;
 padding-bottom: 10px;
}

.hero-title-name {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.03em;
  color: #959595;
  font-family: "Lato", sans-serif;
  padding-bottom: 24px;
}

.hero-title {
  font-weight: 900;
  font-size: 70px;
  letter-spacing: 0.03em;
  background: linear-gradient(110deg, #984300 0%, #fd6f00 46.35%, #ca5900 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Lato", sans-serif;
  padding-bottom: 17px;
}

 .social-circkle {
border-radius: 100%;
  fill: rgba(255, 255, 255, 0.04);
  stroke-width: 0.70px;
  stroke: #575757;
  width: 50px;
  height: 50px;
}

.hero-socials {
  gap: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: row;
padding-bottom: 61px;
}

.hero-button {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  gap: 24px;
  width: 389px;
  height: 48px;
  padding-bottom: 80px;
}

.hero-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  width: 156px;
  height: 48px;
  background: linear-gradient(129deg, #fd6f00 0%, #e46400 100%);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.03em;
  text-align: justify;
  color: #fff;
}

.btn-cv {
  border: 2px solid #959595;
  width: 209px;
  background: none;
}

.hero-mark {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 30px;
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.04);
}

.hero-mark:last-child {
  margin-right: 0;
}
.mark-number {
  font-weight: 800;
  font-size: 24px;
  letter-spacing: 0.03em;
  text-align: justify;
  color: #fd6f00;
  font-family: "Lato", sans-serif;
  height: 29px;
  margin-bottom: 12px;
}

.mark-text {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.03em;
  text-align: justify;
  color: #dfdfdf;
  font-family: "Lato", sans-serif;
}
.stats-divider {
  width: 1px;
  height: 48px;
  background: rgba(255, 255, 255, 0.2);
}

.hero-image {
  border-radius: 244px;
  width: 520px;
  height: 781px;
}

.services-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding-top: 150px;
}

.services-name {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.03em;
  text-align: justify;
  color: #fefefe;
  font-family: "Lato", sans-serif;
  margin-bottom: 18px;
}

.services-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.03em;
  text-align: justify;
  color: #707070;
  font-family: "Lato", sans-serif;
  margin-bottom: 80px;
}

.services-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  grid-template-columns: repeat(auto-fill, minmax(calc((100% - 60px) / 3), 1fr));
}

.services-card {
  margin-bottom: 40px;
display: flex;
  padding: 34px 30px;
  border-radius: 16px;
  background-color: #1a1a1a;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
flex-direction: column;
width: 300px;
align-items: center;
  .services-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
  }
}

.services-content {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #ff8a00;
}

.services-content-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0.03em;
  text-align: justify;
  color: #fd6f00;
  font-family: "Lato", sans-serif;
}

.services-content-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.03em;
  text-align: center;
  color: #575757;
  font-family: "Lato", sans-serif;
  padding-top: 34px;
}
.about-me-title {
    font-weight: 500;
      font-size: 20px;
      line-height: 160%;
      letter-spacing: 0.03em;
      text-align: justify;
      color: #707070;
      font-family: "Lato", sans-serif;
      margin-bottom: 40px;
}
.about-container {
  display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 110px;
    /* margin-bottom: 150px; */
  padding-bottom: 150px;
}
.about-me-content {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
    gap: 101px;
}
.content-about {
  display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  
}

.about-me-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 190%;
  text-align: justify;
  color: #959595;
  font-family: "Lato", sans-serif;
  margin-bottom: 40px;
}

.about-btn {
  border-radius: 8px;
  padding: 12px 30px;
  width: 224px;
  height: 48px;
  background: linear-gradient(129deg, #fd6f00 0%, #e46400 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
}

.about-me-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  gap: 91px;
}

.about-me-item {

  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: 35px;
}

.benefits-icon {
  font-weight: 700;
  font-size: 30px;
  background: linear-gradient(129deg, #fd6f00 0%, #e46400 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  height: 100%;

}

.benefits-title {
  font-weight: 700;
  font-size: 30px;
  background: linear-gradient(129deg, #fd6f00 0%, #e46400 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Lato", sans-serif;
  margin-bottom: 8px;
}

.benefits-text {
  font-weight: 700;
  font-size: 24px;
  color: #959595;
  font-family: "Lato", sans-serif;
}

/* ---------- */

/* -----PORTFOLIO--------- */
.swiper-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  /* gap: 70px; */
  margin-bottom: 150px;
}

.portfolio-title {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.03em;
  text-align: justify;
  color: #fefefe;
  font-family: "Lato", sans-serif;
  margin-bottom: 40px;
}

.portfolio-filters {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 70px;}

.filter-btn {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 14px 40px;
  color: #c6c6c6;
}

.active {
  background: linear-gradient(129deg, #fd6f00 0%, #e46400 100%);
}

.portfolio-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 17px;
}

.card-info {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 0 0 16px 16px;
  padding: 16px;
  /* width: 415px;
  height: 58px; */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 10px;
}

span {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  text-align: justify;
  color: #c6c6c6;
  font-family: "Lato", sans-serif;
}