@charset "UTF-8";
@import '~node_modules/modern-normalize/modern-normalize.css';
html,
body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  width: 100%;
  padding: 0;
}

main {
  width: 100%;
  min-width: 0;
}

body.modal-open {
  overflow: hidden;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

.section {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 480px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    width: 768px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .container {
    width: 1280px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

img {
  display: block;
  max-width: 100%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.header {
  position: fixed;
  z-index: 5;
  width: 100%;
  height: 100px;
  background: #0056b3;
  opacity: 0.7;
  box-shadow: 0px 4px 24px rgba(105, 105, 105, 0.1);
}

.header-wrap {
  display: flex;
  align-items: baseline;
}

.logo-header {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05rem;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .logo-header {
    font-size: 16px;
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .logo-header {
    font-size: 18px;
    margin-right: 140px;
    margin-left: 40px;
  }
}

.navigation {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1280px) {
  .navigation {
    margin-right: 40px;
  }
}

.navigation_list {
  list-style: none;
  margin-top: 24px;
}

.navigation_item {
  display: none;
}
@media screen and (min-width: 768px) {
  .navigation_item {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .navigation_link {
    display: inline-block;
    padding: 6px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.05rem;
    font-size: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .navigation_link {
    font-size: 16px;
    padding: 12px;
  }
}

.navigation_link:hover {
  color: #111;
}

.current {
  color: #FF005B;
}

.mobile-menu-btn {
  display: block;
  margin-left: auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: #fff;
  color: #000;
}
@media screen and (min-width: 768px) {
  .mobile-menu-btn {
    display: none;
  }
}

.mobile-menu-btn:hover .mobile-menu-icon {
  fill: #0056b3;
}

.mobile-menu-btn:focus .mobile-menu-icon {
  fill: #0056b3;
}

.mobile-menu-icon {
  fill: currentColor;
  transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu {
  position: fixed;
  width: 70%;
  height: 100%;
  z-index: 100;
  top: 0;
  right: 0;
  background-color: #000;
  transform: translateX(100%);
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu.is-open {
  transform: translateX(0);
}

.mobile-menu-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  position: relative;
  padding: 118px 40px 200px 20px;
}

.mobile-menu-close-bnt {
  position: absolute;
  top: 30px;
  right: 100px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  color: #000;
}

.mobile-menu-close-bnt:hover .menu-modal-button-icon {
  fill: #0056b3;
}

.mobile-menu-close-bnt:focus .menu-modal-button-icon {
  fill: #0056b3;
}

.menu-modal-button-icon {
  fill: currentColor;
  transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-header-menu {
  display: block;
  margin-bottom: 64px;
}

.menu-item:not(:last-child) {
  margin-bottom: 24px;
}

.menu-link {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05rem;
}

.menu-link:hover,
.menu-link:focus {
  color: #0056b3;
}

.hero {
  position: relative;
  top: 100px;
  width: 100%;
  /* height: 100vh; */
  background-image: linear-gradient(rgba(20, 40, 60, 0.5), rgba(20, 40, 60, 0.5)), url("../images/hero-2.jpg");
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .hero {
    top: 0px;
  }
}

.hero-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .hero-wrap {
    margin-left: 250px;
  }
}
@media screen and (min-width: 1278px) {
  .hero-wrap {
    margin-left: 500px;
  }
}

.hero-title {
  margin-top: 40px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .hero-title {
    font-size: 40px;
    margin-top: 300px;
  }
}
@media screen and (min-width: 1278px) {
  .hero-title {
    font-weight: 800;
    font-size: 52px;
    margin-top: 400px;
  }
}

.hero-description {
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.2em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .hero-description {
    font-size: 22px;
  }
}
@media screen and (min-width: 1278px) {
  .hero-description {
    display: block;
    font-size: 24px;
  }
}

#about {
  background-color: #F5F5F5;
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  #about {
    margin-top: 0px;
  }
}

.about-title {
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .about-title {
    font-size: 40px;
  }
}
@media screen and (min-width: 1278px) {
  .about-title {
    font-weight: 800;
    font-size: 52px;
  }
}

.about {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
  color: #333;
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media screen and (min-width: 768px) {
  .about {
    font-size: 20px;
  }
}
@media screen and (min-width: 1278px) {
  .about {
    font-size: 22px;
  }
}

.about,
.about-title {
  color: #0056b3;
}

.about p {
  margin-bottom: 15px;
}

.achievements-title {
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  color: #0056b3;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .achievements-title {
    font-size: 40px;
  }
}
@media screen and (min-width: 1278px) {
  .achievements-title {
    font-weight: 800;
    font-size: 52px;
  }
}

.achievements-item {
  margin: 20px 0;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media screen and (min-width: 768px) {
  .achievements-item {
    font-size: 20px;
  }
}
@media screen and (min-width: 1278px) {
  .achievements-item {
    font-size: 22px;
  }
}

.achievements-item.visible {
  opacity: 1;
  transform: translateY(0);
}

.achievements-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
  color: #0056b3;
}

.pre-strengths {
  font-weight: bold;
  font-size: 1.2rem;
  color: #0056b3;
  min-width: 200px;
  max-width: 200px;
  text-align: left;
  margin-right: 20px;
  flex-shrink: 0;
}

.strengths {
  text-align: center;
}

.strengths-title {
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
  color: #0056b3;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .strengths-title {
    font-size: 40px;
  }
}
@media screen and (min-width: 1278px) {
  .strengths-title {
    font-weight: 800;
    font-size: 52px;
  }
}

.description {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.strengths-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.strengths-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #fff;
  color: #0056b3;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  gap: 15px;
  transition: all 0.3s ease;
}

.strengths-item:hover {
  color: #3369cc;
  transform: translateY(-10px);
}

.strengths-item:hover .pre-strengths {
  color: #3369cc;
}

.strengths-item p {
  font-size: 1rem;
  line-height: 1.6;
  color: #0056b3;
  flex: 1;
}

/* Мобільна адаптація */
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }
  .strengths-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .pre-strengths {
    margin-bottom: 10px;
  }
}
#skils {
  background-color: #F5F5F5;
}

.container.skils {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.skils-title {
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  color: #0056b3;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .skils-title {
    font-size: 40px;
  }
}
@media screen and (min-width: 1278px) {
  .skils-title {
    font-weight: 800;
    font-size: 52px;
  }
}

@media screen and (min-width: 768px) {
  .skils-category {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
  }
}

.skils-category-title {
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
  color: #0056b3;
}

.skils-icon {
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: repeat(5, minmax(45px, 1fr));
  border: 1px solid #0056b3;
  background-color: #fff;
  border-radius: 10px;
  padding: 8px;
}
@media screen and (min-width: 768px) {
  .skils-icon {
    grid-template-columns: repeat(4, minmax(45px, 1fr));
  }
}
@media screen and (min-width: 1278px) {
  .skils-icon {
    grid-template-columns: repeat(5, minmax(45px, 1fr));
  }
}

.codewars-title {
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  color: #0056b3;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .codewars-title {
    font-size: 40px;
  }
}
@media screen and (min-width: 1278px) {
  .codewars-title {
    font-weight: 800;
    font-size: 52px;
  }
}

.codewars-badge {
  margin-left: auto;
  margin-right: auto;
  width: 350px;
  height: auto;
}

.container.gitHub {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#github-profile {
  background-color: #F5F5F5;
}

.gitHub-title {
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
  color: #0056b3;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .gitHub-title {
    font-size: 40px;
  }
}
@media screen and (min-width: 1278px) {
  .gitHub-title {
    font-weight: 800;
    font-size: 52px;
  }
}

#github-profile img {
  display: block;
  margin-bottom: 10px;
}

#github-profile p {
  margin: 5px 0;
}

#github-profile a {
  color: #0366d6;
  text-decoration: none;
}

#github-profile a:hover {
  text-decoration: underline;
}

#github-contributions div {
  display: inline-block;
  border: 1px solid #e1e4e8;
}

#github-contributions {
  margin-top: 20px;
}

#contributions-calendar {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

#contributions-calendar > div {
  display: flex;
  gap: 2px;
}

.faq-wrapper {
  padding: 18px 0;
  background-color: var(--main-bg);
}

.faq-title {
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  color: #0056b3;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .faq-title {
    font-size: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .faq-title {
    font-weight: 800;
    font-size: 52px;
  }
}

.faq-list {
  margin-bottom: 36px;
  list-style: none;
  padding: 0;
}

.faq-item {
  padding: 16px 0;
  border-top: 1px solid #0056b3;
}

.faq-item:last-child {
  padding-bottom: 0;
}

.faq-button {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.faq-icon-wrapper {
  flex-shrink: 0;
}

.faq-question {
  text-align: justify;
  font-family: "Fira Sans";
  text-transform: uppercase;
  font-size: 20px;
  color: #0056b3;
}
@media screen and (min-width: 1280px) {
  .faq-question {
    font-size: 28px;
    letter-spacing: -0.96px;
  }
}

.faq-answer {
  display: none;
  margin-top: 16px;
}

.faq-answer.show {
  display: block;
}

.hidden {
  display: none;
}

.answer {
  display: none;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 16px;
  color: #0056b3;
  text-align: justify;
  font-family: "Fira Sans";
}
@media screen and (min-width: 1280px) {
  .answer {
    font-size: 20px;
    margin-bottom: 24px;
  }
}

.answer.show {
  display: block;
}

.answer:last-child {
  margin-bottom: 0;
}

#portfolio {
  background-color: #F5F5F5;
}

.portfolio-title {
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  color: #0056b3;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .portfolio-title {
    font-size: 40px;
  }
}
@media screen and (min-width: 1278px) {
  .portfolio-title {
    font-weight: 800;
    font-size: 52px;
  }
}

.portfolio {
  display: block;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .portfolio {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    max-width: 768px;
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  .portfolio {
    max-width: 1024px;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .portfolio {
    max-width: 1200px;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.face.face1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transform: translateY(100px);
  margin: 10px 0 0;
  padding: 0;
  color: #fff;
  background: #333;
  text-align: center;
  font-size: 1em;
}

.face.face2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  background: #333;
  color: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
  transform: translateY(-200px);
}

.card {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .card {
    width: 100%;
    max-width: none;
  }
}
@media screen and (min-width: 1024px) {
  .card {
    width: 340px;
  }
}
@media screen and (min-width: 1280px) {
  .card {
    width: 365px;
  }
}

.card:hover .face.face1 {
  transform: translateY(0);
  transition: 500ms;
}

.card:hover .face.face2 {
  transform: translateY(0);
  transition: 500ms;
}

.content__title {
  margin-bottom: 5px;
  text-decoration: none;
}

.descr {
  font-weight: 400;
  line-height: 1.4166666667;
  font-size: 12px;
  margin-bottom: 10px;
  text-decoration: none;
}

.portfolioImage {
  top: 0;
  -o-object-fit: fill;
     object-fit: fill;
  height: 300px;
}

.footer-content {
  padding-top: 30px;
  padding-bottom: 30px;
  background: rgba(90, 180, 139, 0.5);
}
@media screen and (min-width: 768px) {
  .footer-content {
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .footer-social {
    margin-left: 100px;
  }
}
.footer-social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .footer-contacts {
    margin-right: 100px;
  }
}

.footer-contacts-title {
  text-align: center;
  margin-bottom: 10px;
}

.footer-mail {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-mail-icon {
  margin-right: 10px;
}/*# sourceMappingURL=index.css.map */