*, ::after, ::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  min-height: 100vh;
  line-height: 1.6;
  background-color: grey !important;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

@media (max-width: 1024px) {
  .about__img {
    display: none;
  }
}
.navbar {
  padding: 20px;
  background-color: #333;
  color: white;
  border-bottom: solid 1px;
  height: auto;
  margin: 0 auto;
}
.navbar__menu {
  background-color: #333;
}
.navbar__logo {
  font-size: 2rem;
  font-weight: bold;
  background-color: #333;
}
.navbar__ul {
  list-style-type: none;
  display: flex;
  padding: 0;
  gap: 80px;
  transition: color 0.3s ease;
  background-color: #333;
}
.navbar__li {
  border-radius: 15px;
  text-decoration: none;
  border: 1px solid white;
  padding: 5px;
}
.navbar__link {
  text-decoration: none;
  color: white;
  font-size: 25px;
  transition: color 0.3s ease;
}
.navbar__link:hover {
  color: #00c6ff;
}

@media (max-width: 768px) {
  .navbar {
    flex-direction: column;
    padding: 10px;
    align-items: flex-start;
  }
  .navbar__ul {
    gap: 30px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .navbar__li {
    width: 100%;
    text-align: left;
  }
  .navbar__link {
    font-size: 20px;
    padding: 10px;
    width: 100%;
  }
  .navbar__logo {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .about__img {
    display: none;
  }
}
.about {
  display: flex;
  background-color: grey;
  padding-bottom: 20px;
  width: 100%;
  margin: 0 auto;
}
.about__me {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  height: auto;
  width: 100%;
}
.about__photo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.about__img {
  max-width: 80%;
  height: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.86);
}
.about__img:hover {
  border: 3px solid #3498db;
  transition: transform 0.5s ease-in, box-shadow 0.5s ease-out;
}
.about__type {
  padding-left: 20px;
  font-size: 5rem;
  color: white;
  text-shadow: 6px 4px 2px rgba(0, 0, 0, 0.86);
}
.about__front {
  font-size: 2.5rem;
  margin: 0 auto;
  text-shadow: 6px 4px 2px rgba(0, 0, 0, 0.86);
  color: #CCCCFF;
}

.info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: gray;
  width: 100%;
  margin: 0 auto;
}
.info__about {
  background-color: gray;
  font-size: 25px;
  font-weight: bold;
  padding: 10px;
  border: 2px solid black;
  border-radius: 15px;
  box-shadow: 6px 4px 2px rgba(0, 0, 0, 0.86);
}
.info__ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
}
.info__li {
  font-weight: 600;
  font-size: 20px;
  position: relative;
  padding-left: 25px;
  margin-top: 20px;
  transition: color 0.3s ease-in-out;
}
.info__li:hover {
  font-size: 22px;
  color: blue;
  cursor: pointer;
}
.info__pwl {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: bold;
  padding: 30px;
  border: 2px solid blue;
  border-radius: 15px;
}

@media (max-width: 768px) {
  .about__type {
    font-size: 18px;
  }
  .about__front {
    font-size: 15px;
  }
}
.skills {
  padding: 20px;
  background-color: gray;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.skills__about {
  padding: 10px;
  font-size: 25px;
  font-weight: bold;
  border: 2px solid black;
  border-radius: 15px;
  box-shadow: 6px 4px 2px rgba(0, 0, 0, 0.86);
}
.skills__type1 {
  display: flex;
  justify-content: start;
}
.skills__learning {
  display: flex;
  justify-content: flex-start;
}
.skills__other {
  display: flex;
  justify-content: start;
}

.skill {
  padding-top: 20px;
  background-color: gray;
  width: 100%;
}
.skill__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.skill__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.skill__lang {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
}
.skill__flags {
  border-radius: 15px;
}

.caption {
  display: flex;
  justify-content: center;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .skills {
    padding: 15px;
    flex-direction: column;
  }
  .skills__about {
    font-size: 18px;
    padding: 8px;
    margin-bottom: 15px;
  }
  .skills__type1,
  .skills__learning,
  .skills__other {
    padding-left: 20px;
    justify-content: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .skill {
    padding-top: 15px;
    width: 100%;
  }
  .skill__lang {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
  .caption {
    font-size: 18px;
    margin: 20px 0;
  }
  .skill__lang {
    gap: 40px;
  }
}
.portfolio {
  padding-top: 20px;
  background-color: gray;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 100%;
  margin: 0 auto;
}
.portfolio__header {
  font-size: 25px;
  font-weight: bold;
  padding: 10px;
  border: 2px solid black;
  border-radius: 15px;
  box-shadow: 6px 4px 2px rgba(0, 0, 0, 0.86);
}

.cards {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.cards__card {
  background-color: gray;
  padding: 20px;
  box-sizing: border-box;
}
.cards__img {
  display: flex;
  align-items: center;
  transition: 0.3s ease;
  border: 2px solid blue;
  padding: 30px;
  max-width: 80%;
  height: auto;
}
.cards__img:hover {
  opacity: 0.5;
}
.cards__text {
  color: white;
  text-shadow: 3px 2px 1px rgb(44, 39, 39);
}
.cards__link {
  text-decoration: none;
}

.site {
  color: blue;
  height: auto;
  max-width: 100%;
}

.contact {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: gray;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.contact__about {
  margin-bottom: 20px;
  padding: 10px;
  font-size: 25px;
  font-weight: bold;
  border: 2px solid black;
  border-radius: 15px;
  box-shadow: 6px 4px 2px rgba(0, 0, 0, 0.86);
}
.contact .btn {
  background-color: grey;
  font-size: 35px;
  color: black;
  border: 1px solid black;
  box-shadow: 6px 4px 2px rgba(0, 0, 0, 0.86);
}

.media {
  padding-left: 20px;
  flex-direction: column;
  background-color: grey;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
.media__email {
  font-size: 18px;
  font-weight: 600;
  color: black;
}
.media__tips {
  text-decoration: none;
}
.media__tips:hover {
  color: blue;
}

@media (max-width: 768px) {
  .media__email {
    font-size: 8px;
  }
}
.media__text {
  background-color: grey;
  display: flex;
  justify-content: center;
  font-size: 12px;
  color: black;
  padding-bottom: 20px;
  width: 100%;
  margin: 0 auto;
}

.djinni {
  background-color: grey;
  width: 100%;
  margin: 0 auto;
}
.djinni__contant {
  width: 150px;
}
.djinni__a {
  text-decoration: none;
}
.djinni__link {
  color: black;
  margin: 0;
  background-color: grey;
  text-decoration: none;
  padding-left: 20px;
  font-size: 12px;
  font-weight: 600;
}
.djinni__link:hover {
  color: blue;
}/*# sourceMappingURL=style.css.map */