@font-face {
  font-family: "RobotoSlab";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./../font/RobotoSlab/RobotoSlab-Regular.woff2") format("woff2"), url("./../font/RobotoSlab/RobotoSlab-Regular.woff") format("woff"), url("./../font/RobotoSlab/RobotoSlab-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "RobotoSlab";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./../font/RobotoSlab/RobotoSlab-Medium.woff2") format("woff2"), url("./../font/RobotoSlab/RobotoSlab-Medium.woff") format("woff"), url("./../font/RobotoSlab/RobotoSlab-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "RobotoSlab";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./../font/RobotoSlab/RobotoSlab-Bold.woff2") format("woff2"), url("./../font/RobotoSlab/RobotoSlab-Bold.woff2") format("woff"), url("./../font/RobotoSlab/RobotoSlab-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "RobotoSlab";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("./../font/RobotoSlab/RobotoSlab-ExtraBold.woff2") format("woff2"), url("./../font/RobotoSlab/RobotoSlab-ExtraBold.woff") format("woff"), url("./../font/RobotoSlab/RobotoSlab-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "RobotoSlab";
  font-weight: 900;
  font-display: swap;
  src: url("./../font/RobotoSlab/RobotoSlab-Black.woff2") format("woff2"), url("./../font/RobotoSlab/RobotoSlab-Black.woff") format("woff"), url("./../font/RobotoSlab/RobotoSlab-Black.ttf") format("truetype");
}
html,
body {
  color: #fff;
  font-family: "RobotoSlab", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  background-color: #191919;
}

.container {
  max-width: 1292px;
  margin: 0 auto;
  padding: 0 15px;
}

.none {
  display: none;
}

.no-scroll {
  overflow-y: hidden;
}

.header {
  background-image: url("./../img/background/bg-section1.png");
}
.header__navigation {
  padding: 30px 0;
}
.header__nav-button {
  display: none;
  position: fixed;
  z-index: 100;
  top: 70px;
  right: 50px;
}

.navigation {
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.logo {
  font-weight: 900;
  font-size: 20px;
}
.logo__link {
  height: 40px;
}
.logo:hover {
  animation: updown 2s timing-function delay iteration-count direction fill-mode;
  animation-name: updown;
  animation-duration: 0.9s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.nav__item {
  position: relative;
  display: inline-block;
  margin-right: 27px;
  font-size: 20px;
  font-weight: 900;
  transition: color 0.2s ease-in;
}
.nav__item:last-child {
  margin-right: 0;
}
.nav__item::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  content: "";
  width: 14px;
  height: 2px;
  background-color: #f4fa1a;
  transition: width 0.5s ease-in;
}
.nav__item:hover {
  color: #f4fa1a;
}
.nav__item:hover::after {
  width: 100%;
}

.nav_active {
  display: block;
}

.mobile-nav {
  position: fixed;
  z-index: 10;
  top: 0;
  right: -120%;
  height: 100%;
  width: 320px;
  background-color: rgba(30, 77, 103, 0.836);
  transition: right 0.8s ease-out;
}
.mobile-nav__list {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  height: 100%;
  padding: 70px 70px 50px 50px;
}
.mobile-nav__item {
  position: relative;
  display: inline-block;
  margin-right: 27px;
  font-size: 24px;
  font-weight: 900;
  margin: 0;
  transition: color 0.2s ease-in;
}
.mobile-nav__item:last-child {
  margin-right: 0;
}
.mobile-nav__item::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  content: "";
  width: 14px;
  height: 2px;
  background-color: #f4fa1a;
  transition: width 0.5s ease-in;
}
.mobile-nav__item:hover {
  color: #f4fa1a;
}
.mobile-nav__item:hover::after {
  width: 100%;
}

.mobile-nav_active {
  right: 0;
}

.presentation {
  display: flex;
  align-items: center;
  min-height: 550px;
}
.presentation__suptitle {
  font-size: 24px;
}
.presentation__title {
  font-size: 96px;
  font-weight: 800;
  line-height: 1;
}
.presentation__subtitle {
  font-size: 36px;
  margin-bottom: 23px;
}
.presentation__img {
  align-self: flex-end;
  right: 50px;
  width: 500px;
  filter: drop-shadow(23px 9px 12px black);
}

.aboutme {
  padding: 40px 0;
}
.aboutme__title {
  margin-bottom: 32px;
}
.aboutme__row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  max-height: 650px;
}
.aboutme__photo {
  position: relative;
  min-width: 480px;
  min-height: 380px;
  border: 5px solid #f4fa1a;
  border-radius: 20px;
}
.aboutme__img {
  position: absolute;
  left: 30px;
  top: -23px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom top;
     object-position: bottom top;
  background-color: #b6a99a;
  border-radius: 13px;
}
.aboutme__description {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 600px;
}
.aboutme__title-desc {
  margin-bottom: 60px;
}
.aboutme__text {
  margin-bottom: 40px;
}

.skills {
  padding-top: 80px;
  padding-bottom: 0px;
  background-image: url("./../img/background/bg-section4.png");
}
.skills__maintitle {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.skills__row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.skills__textbox {
  max-width: 600px;
}
.skills__title {
  margin-bottom: 60px;
}
.skills__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
}

.skillsbox {
  max-width: 620px;
}
.skillsbox__text {
  font-size: 20px;
  font-weight: 500;
}
.skillsbox__item {
  position: relative;
  margin-bottom: 20px;
}
.skillsbox__progress {
  width: 570px;
  height: 9px;
}
.skillsbox__progress::-webkit-progress-value {
  background-color: yellow;
}
.skillsbox__progress::-webkit-progress-bar {
  background-color: #bbb;
}
.skillsbox__number {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  font-weight: 400;
}

.contact-me {
  padding-top: 60px;
  padding-bottom: 300px;
}
.contact-me__title {
  margin-bottom: 60px;
}
.contact-me__row {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.copyright__inner {
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.copyright__text {
  font-size: 24px;
  font-weight: 700;
}
.copyright__span::after {
  display: inline-block;
  content: "";
  height: 30px;
  width: 3px;
  background-color: white;
  margin: 0 15px;
  transform: translate(-50%, 20%);
}

.fill_yellow {
  color: #f4fa1a;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  background-color: transparent;
  width: 275px;
  height: 66px;
  border: 1px solid #f4fa1a;
  border-radius: 15px;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.button__svg {
  width: 27px;
  height: 27px;
  fill: white;
  transition: fill 0.2s ease-in;
  transform: translate(0%, 10%);
}

.button.button_reverse {
  background-color: rgba(244, 250, 26, 0.8);
  color: black;
}
.button.button_reverse .button__svg {
  fill: black;
}

.button:hover {
  background-color: rgba(244, 250, 26, 0.8);
  color: black;
}
.button:hover .button__svg {
  fill: black;
}
.button:hover.button_reverse {
  background-color: transparent;
  color: white;
}
.button:hover.button_reverse .button__svg {
  fill: white;
}

.button_big-font {
  font-size: 36px;
  font-weight: 900;
}

.button__svg_big {
  width: 70px;
  height: auto;
}

.title_section {
  display: inline-block;
  font-size: 48px;
  font-weight: 700;
  position: relative;
}
.title_section::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  content: "";
  width: 40%;
  height: 2px;
  background-color: #f4fa1a;
}
.title_desc {
  font-size: 36px;
  font-weight: 500;
}
.title_skills {
  font-size: 30px;
  font-weight: 500;
}

@keyframes updown {
  from {
    transform: translateY(0%);
  }
  25% {
    transform: translateY(20%);
  }
  50% {
    transform: translateY(0%);
  }
  75% {
    transform: translateY(-20%);
  }
  to {
    transform: translateY(0%);
  }
}
.nav-button:focus,
.nav-button:active {
  outline: none;
}

.nav-button {
  padding-top: 10px;
  width: 42px;
  height: 20px;
}
.nav-button__icon {
  display: block;
  width: 42px;
  height: 5px;
  border: none;
  background-color: white;
  position: relative;
  transition: background-color 1s ease-in;
}

.nav-button__icon::before {
  content: "";
  display: block;
  width: 42px;
  height: 5px;
  background-color: white;
  position: absolute;
  left: 0;
  top: -10px;
  transition: transform 0.5s ease-in, top 0.5s ease-out;
}

.nav-button__icon::after {
  content: "";
  display: block;
  width: 42px;
  height: 5px;
  background-color: white;
  position: absolute;
  left: 0;
  top: 10px;
  transition: transform 0.5s ease-in, top 0.5s ease-out;
}

.nav-button_close .nav-button__icon {
  background-color: transparent;
}

.nav-button_close .nav-button__icon::before {
  transform: rotate(45deg);
  top: 0;
}

.nav-button_close .nav-button__icon::after {
  transform: rotate(-45deg);
  top: 0;
}

@media (max-width: 1300px) {
  .presentation {
    gap: 0px;
  }
  .presentation__suptitle {
    font-size: 20px;
  }
  .presentation__title {
    font-size: 82px;
    margin-bottom: 5px;
  }
  .presentation__subtitle {
    font-size: 26px;
  }
  .skillsbox__progress {
    width: 500px;
  }
}
@media (max-width: 1199.98px) {
  .presentation__suptitle {
    font-size: 20px;
  }
  .presentation__title {
    font-size: 68px;
    margin-bottom: 5px;
  }
  .presentation__subtitle {
    font-size: 24px;
  }
  .presentation__img {
    width: 440px;
  }
  .header__nav-button {
    display: block;
  }
  .header .nav {
    display: none;
  }
  .aboutme__title-desc {
    margin-bottom: 30px;
  }
  .aboutme__photo {
    min-width: 400px;
    min-height: 340px;
  }
  .aboutme__description {
    max-width: 485px;
  }
  .aboutme__text {
    font-size: 16px;
  }
  .skills__title {
    margin-bottom: 20px;
  }
  .skills__textbox {
    max-width: 500px;
  }
  .skillsbox__progress {
    width: 400px;
  }
}
@media (max-width: 991.98px) {
  .presentation {
    min-height: 350px;
  }
  .presentation__suptitle {
    font-size: 16px;
  }
  .presentation__title {
    font-size: 54px;
    margin-bottom: 5px;
  }
  .presentation__subtitle {
    font-size: 20px;
  }
  .presentation__img {
    width: 320px;
  }
  .button {
    width: 200px;
    height: 48px;
    font-size: 18px;
    gap: 10px;
  }
  .button__svg {
    width: 20px;
    height: 20px;
  }
  .aboutme__title-desc {
    margin-bottom: 20px;
  }
  .aboutme__photo {
    min-width: 285px;
    min-height: 226px;
  }
  .aboutme__description {
    max-width: 376px;
  }
  .aboutme__text {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .skills__title {
    margin-bottom: 20px;
  }
  .skills__textbox {
    max-width: 430px;
  }
  .skills__text {
    font-size: 14px;
  }
  .skillsbox__text {
    font-size: 16px;
  }
  .skillsbox__number {
    font-size: 16px;
  }
  .skillsbox__progress {
    width: 250px;
  }
}
@media (max-width: 767.98px) {
  .presentation {
    padding-top: 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }
  .presentation__img {
    width: 300px;
    align-self: center;
  }
  .aboutme__row {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .aboutme__photo {
    min-width: 310px;
    min-height: 246px;
  }
  .aboutme__description {
    max-width: 400px;
  }
  .aboutme__text {
    font-size: 12px;
  }
  .skills__title {
    margin-bottom: 20px;
  }
  .skills__row {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .skills__textbox {
    max-width: 430px;
  }
  .skills__text {
    font-size: 14px;
  }
  .skillsbox__text {
    font-size: 16px;
  }
  .skillsbox__number {
    font-size: 16px;
  }
  .skillsbox__progress {
    width: 350px;
  }
  .contact-me {
    padding-bottom: 100px;
  }
  .contact-me__row {
    flex-direction: column;
    gap: 30px;
  }
  .contact-me__row .button {
    width: 275px;
    height: 66px;
  }
  .copyright__text {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .logo {
    font-size: 14px;
  }
  .title_section {
    font-size: 30px;
  }
  .title_desc {
    font-size: 20px;
  }
  .presentation {
    min-height: 350px;
  }
  .presentation__suptitle {
    font-size: 12px;
  }
  .presentation__title {
    font-size: 34px;
    margin-bottom: 5px;
  }
  .presentation__subtitle {
    font-size: 15px;
  }
  .presentation__img {
    width: 200px;
  }
  .button {
    width: 150px;
    height: 36px;
    font-size: 14px;
    gap: 10px;
    border-radius: 10px;
  }
  .button__svg {
    width: 15px;
    height: 15px;
  }
  .aboutme {
    min-height: 810px;
  }
  .aboutme__title {
    margin-bottom: 50px;
  }
  .aboutme__title-desc {
    margin-bottom: 15px;
  }
  .aboutme__row {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 50px;
  }
  .aboutme__photo {
    min-width: 200px;
    min-height: 159px;
  }
  .aboutme__description {
    max-width: 270px;
  }
  .aboutme__text {
    font-size: 11px;
    margin-bottom: 10px;
  }
  .aboutme__button {
    margin-top: 15px;
  }
  .skills {
    padding-top: 30px;
  }
  .skills__maintitle {
    font-size: 24px;
  }
  .skills__title {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .skills__row {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .skills__textbox {
    max-width: 430px;
  }
  .skills__text {
    font-size: 14px;
  }
  .skillsbox__text {
    font-size: 16px;
  }
  .skillsbox__number {
    font-size: 16px;
  }
  .skillsbox__progress {
    width: 250px;
  }
  .contact-me__row {
    flex-direction: column;
    gap: 30px;
  }
  .contact-me__row .button {
    width: 200px;
    height: 48px;
  }
  .copyright__text {
    font-size: 11px;
  }
  .copyright__span::after {
    width: 2px;
    height: 20px;
  }
}/*# sourceMappingURL=main.css.map */eMappingURL=main.css.map */