* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "SUSE", sans-serif;
  background: #f5f5f5;
  color: #333;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  background: white;
  min-height: 100vh;
}

.header {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  padding: 60px 40px;
  align-items: center;
}

.profile-image {
  background: #3f51b5;
  aspect-ratio: 3/4;
  border-radius: 8px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: white;
  font-size: 16px;
  padding: 20px;
  background-image: url("../img/01-port.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.header-content {
  font-family: "Raleway", sans-serif;
}
.header-content h1 {
  font-size: 85px;
  font-weight: 300;
  margin-bottom: 10px;
  letter-spacing: 7px;
}
.header-content h1 span {
  display: block;
}
.header-content h1 .first {
  text-transform: lowercase;
  transform: translate(0, 15px);
}
.header-content .title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  color: #666;
}
.header-content .description {
  line-height: 1.8;
  color: #455A64;
  font-size: 14px;
  margin-top: 30px;
}

.badge {
  display: block;
  color: #757575;
  margin-bottom: 10px;
}
.badge .exyears {
  font-size: 116px;
  display: flex;
  font-weight: 100;
  line-height: 1;
  margin-bottom: 10px;
}
.badge .exyears .sup {
  font-weight: 400;
  color: #3f51b5;
  font-size: 48px;
}
.badge p {
  font-size: 14px;
  letter-spacing: 2px;
}

.main {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 60px;
  padding: 60px 40px;
}

.sidebar h3 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 700;
}
.sidebar h3:first-child {
  margin-top: 0;
}
.sidebar ul {
  list-style: none;
}
.sidebar li {
  font-size: 13px;
  margin-bottom: 8px;
  line-height: 1.6;
}
.sidebar .contact-info li {
  font-size: 16px;
}
.sidebar .info-item {
  margin-bottom: 20px;
}
.sidebar .info-item h3 {
  text-transform: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.sidebar .info-item p {
  font-size: 14px;
  color: #666;
  font-weight: 300;
}
.sidebar .info-item span {
  font-size: 14px;
  color: #757575;
  font-size: 14px;
  font-weight: 200;
}

.content h2 {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-bottom: 30px;
  font-weight: 700;
  display: inline-block;
  margin-right: 40px;
}

.tech-icons {
  list-style: none;
  display: flex;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 0;
  flex-wrap: wrap;
}
.tech-icons li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.icon {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
  filter: grayscale(1);
  opacity: 0.5;
  transition: all 0.3s ease;
}
.icon.apache {
  background-image: url("../img/ico-apache.png");
}
.icon.js {
  background-image: url("../img/ico-js.png");
}
.icon.sql {
  background-image: url("../img/ico-mysql.png");
}
.icon.php {
  background-image: url("../img/ico-php.png");
}
.icon.python {
  background-image: url("../img/ico-python.png");
}
.icon.react {
  background-image: url("../img/ico-react.png");
}
.icon.sass {
  background-image: url("../img/ico-sass.png");
}
.icon.html {
  background-image: url("../img/ico-html.png");
}
.icon.css {
  background-image: url("../img/ico-css.png");
}
.icon.photoshop {
  background-image: url("../img/ico-photoshop.png");
}
.icon.illustrator {
  background-image: url("../img/ico-illustrator.png");
}
.icon.wordpress {
  background-image: url("../img/ico-wordpress.png");
}
.icon.woocommerce {
  background-image: url("../img/ico-woocommerce.png");
}
.icon.vmware {
  background-image: url("../img/ico-vmware.png");
}
.icon.nginx {
  background-image: url("../img/ico-nginx.png");
}
.icon.magento {
  background-image: url("../img/ico-magento.png");
}
.icon.salesforce {
  background-image: url("../img/ico-salesforce.png");
}
.icon.git {
  background-image: url("../img/ico-git.png");
}
.icon.jira {
  background-image: url("../img/ico-jira.png");
}
.icon.figma {
  background-image: url("../img/ico-figma.png");
}

.content-section {
  margin-bottom: 50px;
}

.intro p {
  font-size: 18px;
  line-height: 1.8;
}
.intro {
  margin-bottom: 60px;
}

.skills .tech-icons {
  margin: 30px 0;
}
.skills .tech-icons .icon {
  width: 44px;
  height: 44px;
  margin-right: 24px;
  margin-bottom: 24px;
  filter: grayscale(0.5);
  opacity: 1;
}
.skills .tech-icons .icon:hover {
  transform: translateY(-2px);
  filter: grayscale(0);
}

.skills .content-section,
.clients .content-section {
  border-left: 2px solid #ddd;
  padding-left: 20px;
}
.skills h2,
.clients h2 {
  margin-bottom: 20px;
}

.job-item {
  padding-bottom: 10px;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
.job-item:hover .icon {
  filter: none;
  opacity: 1;
}
.job-item:hover:after {
  border-color: #333;
}
.job-item:hover .job-meta {
  color: #333;
}
.job-item:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #3f51b5;
  left: -4px;
  top: 5px;
}
.job-item:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: -2px;
  top: 18px;
  border-left: 2px solid #ddd;
  height: 100%;
}
.job-item h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.job-item p {
  font-size: 13px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 10px;
}
.job-item ul {
  list-style: none;
  margin-left: 0;
  font-size: 13px;
  line-height: 1.6;
}
.job-item li {
  margin-bottom: 8px;
  color: #555;
}
.job-item .job-meta {
  font-size: 13px;
  color: #757575;
  margin-bottom: 14px;
  letter-spacing: 0.2px;
}

.worked-with {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 15px;
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 0;
}
.worked-with li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transition: all 0.3s ease;
}
.worked-with li:hover {
  transform: translateY(-2px);
}
.worked-with li img {
  max-height: 80px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(0.5);
  transition: filter 0.3s ease;
}
.worked-with li:hover img {
  filter: grayscale(0);
}

@media (max-width: 768px) {
  .header {
    display: block;
    padding: 40px 20px;
  }
  .main {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 20px;
  }
  .profile-image {
    margin-bottom: 20px;
  }
  .header-content {
    text-align: center;
  }
  .header-content h1 {
    text-align: center;
    font-size: 36px;
  }
  .header-content h1 .first {
    transform: translate(0, 10px);
  }
  .badge .exyears {
    justify-content: center;
  }
  .content {
    order: 1;
  }
  .content h2 {
    display: block;
    margin-bottom: 20px;
  }
  .sidebar {
    order: 2;
  }
}/*# sourceMappingURL=style.css.map */