@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
}

section {
  padding: 60px 200px;
}

.main {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: #101820;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.main .content {
  max-width: 800px;
}

.main .content h2 {
  color: #fff;
  font-size: 1.4em;
  font-weight: 300;
}

.main .content h2 span {
  font-size: 2em;
  font-weight: 400;
}

.main .content h3 {
  color: #fff;
  font-size: 1.2em;
  font-weight: 400;
}

.main .content h3 span {
  font-size: 1.6em;
  font-weight: 400;
}

.profile-container {
  text-align: center;
  position: relative;
  flex: 0 0 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 100px;
}

.profile-picture {
  width: 450px;
    height: 450px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.btn {
  color: #1a1b30;
  background: #fff;
  font-size: 1em;
  font-weight: 600;
  display: inline-block;
  padding: 10px 20px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 2px;
  margin-top: 30px;
  transition: 0.5s ease;
}

.btn:hover {
  background: #7f7f7f;
}

.nav-btn {
  text-decoration: none;
  padding: 10px 20px;
  border: none;
    background-color: #101820;
    color: white;
    border-radius: 5px;
    transition: background-color 0.3s;
    border: 1px solid #5a5b65;
}

.nav-btn:hover {
    background: #5a5b65;
}

.media-icons {
  margin-top: 50px;
}

.media-icons a {
  color: #fff;
  font-size: 25px;
  margin-right: 30px;
  opacity: 1;
  transition: 0.5s ease;
  }
  
  .media-icons a:hover {
    color: #fff;
    opacity: 0.5;
}

header {
  z-index: 999;
  position: fixed;
  background: #101820;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s ease;
}

header .brand {
  color: hwb(0 100% 0%);
  font-size: 1.6em;
    font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
    align-items: center;
  }
  
  header .logo {
    width: 50px;
    height: 50px;
    margin-right: 2px;
}

header .navigation {
  position: relative;
}

header .navigation a {
  color: #fff;
  font-size: 1em;
  font-weight: 400;
    text-transform: uppercase;
  text-decoration: none;
  margin-left: 30px;
}

header .navigation .nav-btn {
  text-transform: uppercase;
  border-radius: 5px;
    transition: background-color 0.3s;
}

header .navigation a:not(.nav-btn):hover {
  border-bottom: 2px solid #fff;
}

header .navigation .language-switcher {
  text-transform: uppercase;
  margin-left: auto;
  padding: 5px 10px;
  margin-left: 25px;
  cursor: pointer;
  border: none;
  background-color: #101820;
  color: white;
  border-radius: 5px;
  transition: background-color 0.3s;
  border: 1px solid #5a5b65;
}

header .navigation .language-switcher:hover {
  background: #5a5b65;
}
header.sticky {
  background: #101820;
  color: #fff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}

body {
  min-height: 110vh;
}

.title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.section-title {
  position: relative;
  color: #101820;
  font-size: 2.2em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 60px;
}

.section-title-white {
  position: relative;
  color: #fff;
  font-size: 2.2em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 60px;
}

.skills {
  background: #101820;
}

.skills .content {
  position: relative;
  width: 85%;
  display: flex;
  justify-content: space-between;
  color: #101820;
  margin: 20px auto 0 auto;
}

.skills .content .col-left {
  position: relative;
  width: 45%;
  border-radius: 10px;
  color: #fff;
    padding: 20px;
}

.skills .content .col-left::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: transparent;
  border-radius: 15px;
  z-index: -1;
}
.skills .content .col-left .content-title {
  margin-bottom: 40px;
}

.skills .content .col-right {
  position: relative;
  width: 45%;
  border-radius: 10px;
    color: #fff;
      padding: 20px;
}

.skills .content .col-right::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: transparent;
  border-radius: 15px;
  z-index: -1;
}

.skills .content .col-right .content-title {
  margin-bottom: 40px;
}

.skills-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  color: #101820;
}

.skill-item {
  background-color: #fff;
  padding: 20px;
    text-align: center;
    font-weight: 600;
    border-radius: 10px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15),
          0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
      position: relative;
      display: inline;
}

.skill-item .sub-text {
  font-weight: normal;
  color: #666;
  display: inline;
    visibility: visible;
}

.title p {
  font-size: 1em;
  width: 80%;
}

.services {
  background: #fff;
}

.services .content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  flex-direction: row;
}

.services .content .card {
  position: relative;
  background: #fff;
    width: 340px;
      margin: 10px;
      padding: 25px;
        display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
        border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
    overflow: hidden;
  }
  
  .services .content .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.95);
}

.services .content .card .service-icon {
  color: #101820;
  font-size: 5em;
  text-align: center;
  margin-bottom: 15px;
}

.services .content .card .info {
  text-align: center;
  flex-grow: 1;
}

.services .content .card .info h3 {
  color: #101820;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 10px 0;
}

.services .content .card .info p {
  color: #666;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  
  h2 {
    font-weight: 600;
  }
  
  .about {
    background: #101820;
  }
  
  .about .content {
    position: relative;
    width: 80%;
    display: flex;
    justify-content: space-between;
    color: #fff;
    margin: 20px auto 0 auto;
  }
  
  .about .content .col-left {
    position: relative;
    width: 45%;
    border-radius: 10px;
  }
.about .content .col-left::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: transparent;
  border-radius: 15px;
  z-index: -1;
}
  
  .about .content .col-left p a {
    color: #101820;
    text-decoration: none;
  }
  
  .about .content .col-left p a:hover {
    text-decoration: underline;
  }
  
  .about .content .col-left .content-title {
    margin-bottom: 20px;
  }
  
  .about .content .col-right {
    position: relative;
    width: 45%;
    border-radius: 10px;
}
.about .content .col-right::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: transparent;
  border-radius: 15px;
  z-index: -1;
}

  .about .content .col-right .content-title {
    margin-bottom: 20px;
}

.work {
  background: #101820;
}

.work .content {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 20px;
}

.work .content .card {
  width: 340px;
  margin: 15px;
}

.work .content .card .card-img {
  position: relative;
  width: 50%;
  left: 25%;
  height: 100px;
  overflow: hidden;
  border-radius: 10px;
}

.work .content .card .card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: 0.5s ease;
}

.articles {
  background: #fff;
}

.articles .content {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}

.articles .content .card {
  position: relative;
  background: #fff;
  width: 340px;
  margin: 10px;
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
  overflow: hidden;
}

.articles .content .card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.95);
}

.articles .content .card .card-header img {
  width: 100px;
  height: auto;
}

.articles .content .card h2 {
  color: #101820;
  font-size: 1.5em;
  font-weight: 600;
  margin: 10px 0;
}

.articles .content .card p {
  font-size: 1em;
  color: #666;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 20px;
}


.articles .content .card a {
  color: #fff;
    background: #1a1b30;
    font-size: 1em;
  font-weight: 600;
  display: inline-block;
    text-align: center;
    padding: 10px 20px;
    text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
    border-radius: 2px;
    margin-top: 30px;
    transition: 0.5s ease;
}

.articles .content .card a:hover {
  background: #5a5b65;
}
.footer {
  background: #101820;
  color: #fff;
  text-align: center;
  padding: 2em;
}

.map-container {
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.map-image {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.footer-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  color: #fff;
  margin-bottom: 30px;
}

.footer-item {
  background-color: #101820;
  padding: 10px;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
}

.footer-item a {
  color: inherit;
  text-decoration: none;
  opacity: 1;
  transition: 0.5s ease;
  }
  
  .footer-item a:hover {
    color: #fff;
    opacity: 0.5;
}

.footer .footer-title {
  font-size: 20px;
  font-weight: 600;
}

.footer p {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 1040px) {
  header {
    padding: 12px 20px;
  }

  .about .content .col-left .img-card img {
    object-fit: scale-down;
  }

.articles .content .card .card-header img {
  width: 75px;
}
  header.sticky {
    padding: 10px 20px;
  }

  header .navigation {
    display: none;
  }

  header .navigation.active {
    z-index: 888;
    position: fixed;
    background: #101820;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

header .navigation a {
    color: #fff;
    font-size: 1.2em;
    margin: 10px;
    padding: 5 20px;
    border-radius: 20px;
}

header .navigation a:not(.nav-btn):hover {
  border-bottom: 0;
}

.nav-btn {
  padding: 8px 15px;
}

.nav-btn a {
  color: #101820;
}
header .navigation .language-switcher {
  margin: 0 auto;
  margin-top: 20px;
}
  .menu-btn {
    position: absolute;
    background: url(../images/menu.png)no-repeat;
    background-size: 30px;
    background-position: center;
    width: 40px;
    height: 40px;
    right: 0;
    margin: 0 20px;
    cursor: pointer;
    transition: 0.3s ease;
  }

  .menu-btn.active {
    z-index: 999;
    background: url(../images/close.png)no-repeat;
    background-size: 25px;
    background-position: center;
    transition: 0.3s ease;
  }

  section {
    padding: 80px 20px;
  }

  .main {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .main .content {
    justify-content: center;
  }

  .main {
    align-items: center;
  }

  .main .content {
    text-align: center;
  }

  .main .content h2 {
    font-size: 1em;
  }

  .main .content h2 span {
    font-size: 1.4em;
  }

  .main .content h3 {
    font-size: 1em;
  }

  .main .content h3 span {
    font-size: 1.2em;
  }

  .profile-container {
    flex: 0 0 100%;
    margin: 0 auto;
  }

.services .content .card .info h3 {
  font-size: 1.1em;
  font-weight: 600;
}

.articles .content .card h2 {
  font-size: 1.2em;
  font-weight: 600;
}
  .profile-picture {
    width: 250px;
    height: 250px;
    margin-top: 20%;
  }

  .btn {
    font-size: 0.8em;
    padding: 10px 20px;
    margin-top: 10px;
  }

.articles .content .card a {
  font-size: 0.8em;
  padding: 10px 20px;
  margin-top: 10px;
}
  .media-icons {
    margin-top: 20px;
      text-align: center;
  }

  .media-icons a {
    margin: 10px;
    flex: none;
  }

  .section-title {
    font-size: 1.6em;
  }

.section-title-white {
  font-size: 1.6em;
}
.services .content .card {
  width: 80%;
}

  .services .content .card .service-icon {
    font-size: 4em;
  }

 .articles .content .card {
   width: 80%;
 }

 .articles .content .card .service-icon {
   font-size: 4em;
 }
  .about .content {
    flex-direction: column;
  }

  .about .content .column {
    position: relative;
    width: 100%;
  }

  .about .content .col-right {
    margin-top: 40px;
  }

  .skills .content {
    flex-direction: column;
  }

  .skills .content .column {
    position: relative;
    width: 100%;
  }

  .skills .content .col-right {
    margin-top: 40px;
  }

  .work .content .card .card-img {
    width: 50%;
    left: 25%;
  }
h2 {
  font-size: 1.2em;
  font-weight: 600;
}
}

.scrollToTop-btn {
  z-index: 999;
  position: fixed;
  background: #fff;
  color: #101820;
  width: 45px;
  height: 45px;
  right: 0;
  bottom: 10px;
  font-size: 22px;
  text-align: center;
  line-height: 45px;
  border-radius: 3px;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3),
      inset 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.scrollToTop-btn:hover {
  background: #a5a5ac;
}

.scrollToTop-btn.active {
  right: 20px;
  opacity: 1;
  pointer-events: auto;
}

.reveal {
  position: relative;
  transform: translateY(50px);
  opacity: 1;
  transition: all 1.5s ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.footer-grid {
  object-fit: scale-down;
}
@media (max-width: 500px) {
  .scrollToTop-btn {
    display: none;
  }
.btn {
  display: none;
}

.reveal {
  transform: none;
}

.media-icons {
  text-align: center;
  margin-bottom: 20px;
}
}