:root {
  --gradient: linear-gradient(217deg, rgba(252, 0, 113, 0.8), rgba(42, 6, 56, 0.411) 70.71%),
  	linear-gradient(127deg, rgba(2, 200, 250, 0.8), rgba(9, 146, 78, 0) 70.71%),
  	linear-gradient(336deg, rgb(255, 255, 7), rgba(230, 247, 0, 0) 70.71%);
}

:root {
  --gradient: linear-gradient(217deg, rgba(252, 0, 113, 0.8), rgba(42, 6, 56, 0.411) 70.71%),
  	linear-gradient(127deg, rgba(2, 200, 250, 0.8), rgba(9, 146, 78, 0) 70.71%),
  	linear-gradient(336deg, rgb(255, 255, 7), rgba(230, 247, 0, 0) 70.71%);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #1c1b1b;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: white;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding-bottom: 16px;
}
a sup {
  padding: 0.5em;
  color: #faca22;
  transition: all 0.3s linear;
}
a:hover sup {
  font-weight: bold;
  font-size: 18px;
}
a:hover {
  font-weight: bold;
}

ul {
  list-style-type: none;
}

.hidden {
  opacity: 0;
  filter: blur(5px);
  transition: all 1.4s;
  transform: translateY(-20%);
}

.show {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
}

button:hover {
  cursor: pointer;
}

button {
  background: transparent;
  outline: none;
  position: relative;
  border: 2px solid #1c1b1b;
  padding: 15px 50px;
  overflow: hidden;
  cursor: pointer;
}

/*button:before (attr data-hover)*/
button:hover:before {
  opacity: 1;
  transform: translate(0, 0);
}

button:before {
  content: attr(data-hover);
  position: absolute;
  top: 1.1em;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  color: #1c1b1b;
  letter-spacing: 3px;
  font-weight: 800;
  font-size: 0.8em;
  opacity: 0;
  transform: translate(-100%, 0);
  transition: all 0.3s ease-in-out;
}

/*button div (button text before hover)*/
button:hover div {
  opacity: 0;
  transform: translate(100%, 0);
  cursor: pointer;
}

button div {
  text-transform: uppercase;
  color: #1c1b1b;
  letter-spacing: 3px;
  font-weight: 800;
  font-size: 0.8em;
  transition: all 0.3s ease-in-out;
}

.main-up {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1;
}
.main-up .icon-circle-up {
  font-size: 32px;
  color: #faca22;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

@media all and (max-width: 992px) {
  a {
    font-size: 12px;
  }
}
/* montserrat-300 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../fonts/montserrat-v24-latin-300.woff2") format("woff2"), url("../fonts/montserrat-v24-latin-300.woff") format("woff"); /* Modern Browsers */
}
/* montserrat-regular - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/montserrat-v24-latin-regular.woff2") format("woff2"), url("../fonts/montserrat-v24-latin-regular.woff") format("woff"); /* Modern Browsers */
}
/* montserrat-500 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v24-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/montserrat-v24-latin-500.woff2") format("woff2"), url("../fonts/montserrat-v24-latin-500.woff") format("woff"); /* Modern Browsers */
}
/* montserrat-600 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../fonts/montserrat-v24-latin-600.woff2") format("woff2"), url("../fonts/montserrat-v24-latin-600.woff") format("woff"); /* Modern Browsers */
}
/* montserrat-700 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/montserrat-v24-latin-700.woff2") format("woff2"), url("../fonts/montserrat-v24-latin-700.woff") format("woff"); /* Modern Browsers */
}
.intro {
  background-image: url("/graphic/note.jpg");
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro .intro-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Montserrat;
}
.intro .intro-wrapper .intro-title {
  font-size: clamp(3rem, 1rem + 10vw, 9rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
  color: #1c1b1b;
  text-transform: uppercase;
  text-shadow: 0 20px 40px rgb(0, 0, 0);
}
.intro .intro-wrapper .intro-subtitle {
  color: #ffffff;
  background-color: #faca22;
  padding: 16px 32px;
  font-size: clamp(1rem, 3vw, 2rem);
  font-weight: 400;
  transform: rotate(-4deg);
}
.intro .intro-wrapper .intro-date {
  color: #1c1b1b;
  font-size: clamp(1rem, 3vw, 2rem);
  font-weight: 400;
  padding: 16px 32px;
}

header {
  height: 100vh;
  background-image: url("../graphic/125_FP4_0023_LR.jpg");
  background-size: cover;
  background-position: center;
}
header .main-container .main-description {
  color: #ffffff;
  position: absolute;
  top: 38%;
  left: 10%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-shadow: 0 20px 40px rgb(0, 0, 0);
  line-height: 1.3;
}
header .main-container .main-description .description-hi {
  background-color: #faca22;
  font-size: clamp(24px, 5vw, 64px);
  color: #ffffff;
  transform: rotate(-3deg);
  margin-bottom: 16px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
header .main-container .main-description .description-first {
  font-size: clamp(24px, 5vw, 64px);
  font-weight: 400;
}
header .main-container .main-description .description-proffesions {
  border-left: 2px solid #faca22;
  font-size: clamp(12px, 3vw, 32px);
  padding-left: 8px;
}
header .main-container .main-description .description-proffesions:hover {
  border-left: 10px solid #faca22;
  transition: all 0.3s linear;
  color: #faca22;
}

@media all and (max-width: 992px) {
  header .main-container .main-title_wrapper {
    top: 40%;
  }
  header .main-container .main-title_wrapper .main-description {
    top: 95%;
  }
}
.fadeOutAnimation {
  opacity: 0;
  transition: opacity 0.5s linear;
}

.visibleElements {
  visibility: visible;
}

.hideElements {
  display: none;
}

.fadeInAnimation {
  animation: fadeIn 2s linear;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#about {
  display: flex;
  flex-direction: column;
  padding: 64px;
  position: relative;
  background-color: #b0b0b0;
}
#about .about-page-title {
  font-size: clamp(32px, 5vw, 300px);
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
  line-height: 0.7;
  color: #1c1b1b;
  text-shadow: 0 20px 40px rgb(0, 0, 0);
}
#about .about-page-question {
  font-size: clamp(24px, 5vw, 60px);
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px 0 16px;
  color: #ffffff;
}
#about .about-page-question::before {
  background-color: #faca22;
  content: "";
  position: absolute;
  width: 95%;
  height: 70%;
  left: 20px;
  bottom: 0;
  z-index: -1;
  transform: rotate(-3deg);
}
#about .about-page-content {
  padding: 32px;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.2068;
  display: flex;
  color: #1c1b1b;
}
#about .about-page-content .about-proffesion {
  margin-right: 16px;
  flex: 1 1 33%;
  display: flex;
  flex-direction: column;
}
#about .about-page-content .about-proffesion .description-number {
  color: #faca22;
  font-size: 18px;
  padding: 8px 0;
}
#about .about-page-content .about-proffesion .description-tools {
  color: #1c1b1b;
  padding-bottom: 8px;
  height: 56px;
}
#about .about-page-content .about-proffesion .description {
  border-top: 2px solid #faca22;
  padding-top: 16px;
  color: white;
  flex: 1 1 50px;
}
#about .about-page-content .about-proffesion .proffesion {
  font-weight: 600;
  font-size: 48px;
  font-size: clamp(20px, 5vw, 48px);
}
#about .about-page-content .about-proffesion .proffesion-date {
  color: #faca22;
  font-size: 18px;
}
#about .about-page-content .about-proffesion .description-number,
#about .about-page-content .about-proffesion .proffesion-date,
#about .about-page-content .about-proffesion .description {
  transition: all 0.3s linear;
}

@media all and (max-width: 992px) {
  #about {
    flex-direction: column;
    padding: 64px 32px;
  }
  #about .about-page-title {
    writing-mode: horizontal-tb;
    padding-left: 0;
  }
  #about .about-page-content {
    flex-direction: column;
    padding-left: 16px;
  }
  #about .about-page-content .about-proffesion {
    padding-top: 32px;
  }
  #about .about-page-content .about-proffesion .proffesion {
    padding: 8px 0 8px;
  }
  #about .about-page-content .about-proffesion .description-tools {
    height: 40px;
  }
  #about .about-page-content .about-page-question {
    padding-bottom: 24px;
  }
}
#works {
  display: flex;
  flex-direction: column;
  padding: 64px;
  position: relative;
  background-color: #1c1b1b;
}
#works .works-page-title {
  font-size: clamp(32px, 5vw, 300px);
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
  line-height: 0.7;
  color: #1c1b1b;
  text-shadow: 0 20px 40px rgb(0, 0, 0);
  color: #ffffff;
}
#works .works-page-question {
  font-size: clamp(24px, 5vw, 60px);
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px 0 16px;
  color: #b0b0b0;
}
#works .works-page-question::before {
  background-color: #faca22;
  content: "";
  position: absolute;
  width: 95%;
  height: 70%;
  left: 20px;
  bottom: 0;
  z-index: -1;
  transform: rotate(-3deg);
}
#works .works-page-content {
  padding: 32px;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.2068;
  color: #b0b0b0;
}

@media all and (max-width: 992px) {
  #works {
    padding: 64px 32px;
  }
  #works .works-page-content {
    padding-left: 16px;
  }
}
#contact {
  display: flex;
  flex-direction: column;
  padding: 64px;
  position: relative;
  background-color: #b0b0b0;
}
#contact .contact-page-title {
  font-size: clamp(32px, 5vw, 300px);
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
  line-height: 0.7;
  color: #1c1b1b;
  text-shadow: 0 20px 40px rgb(0, 0, 0);
}
#contact .contact-page-question {
  font-size: clamp(24px, 5vw, 60px);
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px 0 16px;
}
#contact .contact-page-question::before {
  background-color: #faca22;
  content: "";
  position: absolute;
  width: 95%;
  height: 70%;
  left: 20px;
  bottom: 0;
  z-index: -1;
  transform: rotate(-3deg);
}
#contact .contact-page-content {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
}

@media all and (max-width: 992px) {
  #contact {
    padding: 64px 32px;
  }
  #contact .contact-page-content {
    flex-direction: column;
  }
  #contact .contact-page-content .contact-page-question {
    padding-bottom: 24px;
  }
}
.main-navigation-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  transition: 0.4s;
}
.main-navigation-wrapper .main-navigation {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  transition: 0.4s;
  padding: 1em 2em;
}
.main-navigation-wrapper .main-navigation .hamburger {
  display: none;
}
.main-navigation-wrapper .main-navigation .main-logo,
.main-navigation-wrapper .main-navigation .nav-list {
  flex-direction: column;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: all 0.5s linear;
}
.main-navigation-wrapper .main-navigation .main-logo {
  display: flex;
  align-items: end;
}
.main-navigation-wrapper .main-navigation .main-logo a {
  font-size: 16px;
  padding-right: 16px;
  border-right: 1px solid #faca22;
  color: white;
}
.main-navigation-wrapper .main-navigation .nav-list {
  display: flex;
  align-items: end;
}
.main-navigation-wrapper .main-navigation .nav-list-item {
  text-align: end;
  padding-top: 16px;
}
.main-navigation-wrapper .main-navigation .nav-list-item a {
  color: white;
  cursor: pointer;
}
.main-navigation-wrapper .main-navigation .nav-list-item sup {
  padding: 0.5em;
  color: #faca22;
  transition: all 0.3s linear;
}
.main-navigation-wrapper .main-navigation .nav-list-item:hover sup {
  font-weight: bold;
  font-size: 18px;
}
.main-navigation-wrapper .main-navigation .nav-list-item:hover {
  font-weight: bold;
}

@media all and (max-width: 992px) {
  .main-logo-mobile {
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 1;
    visibility: hidden;
  }
  .main-logo-mobile .icon-circle-up {
    font-size: 24px;
    color: #1c1b1b;
    text-align: center;
    color: #faca22;
    cursor: pointer;
    visibility: hidden;
  }
  .main-navigation-wrapper {
    width: 100%;
    z-index: 10;
  }
  .main-navigation-wrapper .main-navigation {
    flex-wrap: wrap;
    height: 40px;
    background: transparent;
  }
  .main-navigation-wrapper .main-navigation .main-logo {
    display: none;
  }
  .main-navigation-wrapper .main-navigation .hamburger {
    display: flex;
    flex-direction: column;
    align-self: end;
  }
  .main-navigation-wrapper .main-navigation .hamburger input {
    width: 40px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */
    -webkit-touch-callout: none;
  }
  .main-navigation-wrapper .main-navigation .hamburger input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-5px, -18px);
    background: #faca22;
  }
  .main-navigation-wrapper .main-navigation .hamburger input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  .main-navigation-wrapper .main-navigation .hamburger input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(-1px, 15px);
  }
  .main-navigation-wrapper .main-navigation .hamburger span {
    display: block;
    width: 33px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #faca22;
    border-radius: 4px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }
  .main-navigation-wrapper .main-navigation .hamburger span:first-child {
    transform-origin: 0% 0%;
  }
  .main-navigation-wrapper .main-navigation .hamburger span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }
  .main-navigation-wrapper .main-navigation .nav-list {
    display: none;
  }
  .main-navigation-wrapper .main-navigation .nav-list .nav-list-item {
    text-align: end;
    font-size: 12px;
    width: 100%;
  }
  .main-navigation-wrapper .main-navigation .nav-list .nav-list-item:hover sup {
    font-size: 12px;
  }
  .main-navigation-wrapper .main-navigation .nav-list.navChecked {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    padding: 32px;
    background: black;
    transition: 0.5s;
    top: -16px;
    right: 0;
  }
}
#experience {
  display: flex;
  flex-direction: column;
  padding: 64px;
  position: relative;
  background-color: #e1e1e1;
  /*button:before (attr data-hover)*/
  /*button div (button text before hover)*/
}
#experience .experience-page-title {
  font-size: clamp(32px, 5vw, 300px);
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
  line-height: 0.7;
  color: #1c1b1b;
  text-shadow: 0 20px 40px rgb(0, 0, 0);
  color: #1c1b1b;
}
#experience .experience-page-question {
  font-size: clamp(24px, 5vw, 60px);
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px 0 16px;
}
#experience .experience-page-question::before {
  background-color: #faca22;
  content: "";
  position: absolute;
  width: 95%;
  height: 70%;
  left: 20px;
  bottom: 0;
  z-index: -1;
  transform: rotate(-3deg);
}
#experience .experience-page-content {
  padding: 32px;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.2068;
  color: #1c1b1b;
}
#experience .experience-page-content .description-info {
  padding-bottom: 16px;
}
#experience .experience-page-content .description-info .description-details {
  font-weight: bold;
  color: black;
}
#experience .experience-panel-title {
  color: #1c1b1b;
  font-size: clamp(20px, 5vw, 32px);
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 16px;
}
#experience .experience-panel-title::before {
  background-color: #faca22;
  content: "";
  position: absolute;
  width: 95%;
  height: 70%;
  left: 20px;
  bottom: 0;
  z-index: -1;
  transform: rotate(-3deg);
}
#experience button:hover {
  cursor: pointer;
}
#experience button {
  background: transparent;
  outline: none;
  position: relative;
  border: 2px solid #1c1b1b;
  padding: 15px 50px;
  overflow: hidden;
}
#experience button:hover:before {
  opacity: 1;
  transform: translate(0, 0);
}
#experience button:before {
  content: attr(data-hover);
  position: absolute;
  top: 1.1em;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 800;
  font-size: 0.8em;
  opacity: 0;
  transform: translate(-100%, 0);
  transition: all 0.3s ease-in-out;
}
#experience button:hover div {
  opacity: 0;
  transform: translate(100%, 0);
}
#experience button div {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 800;
  font-size: 0.8em;
  transition: all 0.3s ease-in-out;
}

@media all and (max-width: 992px) {
  #experience {
    padding: 64px 32px;
  }
  #experience .experience-page-content {
    padding-left: 16px;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?rkidbq");
  src: url("../fonts/icomoon.woff?rkidbq") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-circle-up:before {
  content: "\ea41";
}

.footer {
  display: flex;
  justify-content: center;
  background-color: #1c1b1b;
}
.footer .footer-info {
  color: white;
  font-size: 14px;
  padding: 16px;
}

#introduction {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #1c1b1b;
}
#introduction .introduction-title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#introduction .introduction-title .introduction-title-header {
  font-size: clamp(2rem, 5vw, 4rem);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  letter-spacing: 3px;
  position: relative;
  padding: 32px;
}
#introduction .introduction-title .introduction-title-header:after, #introduction .introduction-title .introduction-title-header:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 30%;
  border: 1px solid;
  transition: all 0.6s ease;
  border-width: 10px;
}
#introduction .introduction-title .introduction-title-header:after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: black;
  border-right-color: #faca22;
}
#introduction .introduction-title .introduction-title-header:before {
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: black;
  border-left-color: #faca22;
}
#introduction .introduction-title .introduction-title-header:hover:after, #introduction .introduction-title .introduction-title-header:hover:before {
  width: 115%;
  height: 110%;
}

#certificate {
  display: flex;
  flex-direction: column;
  padding: 64px;
  position: relative;
  background-color: #b0b0b0;
}
#certificate .certificate-page-title {
  font-size: clamp(32px, 5vw, 300px);
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
  line-height: 0.7;
  color: #1c1b1b;
  text-shadow: 0 20px 40px rgb(0, 0, 0);
  color: #1c1b1b;
}
#certificate .certificate-page-question {
  font-size: clamp(24px, 5vw, 60px);
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px 0 16px;
}
#certificate .certificate-page-question::before {
  background-color: #faca22;
  content: "";
  position: absolute;
  width: 95%;
  height: 70%;
  left: 20px;
  bottom: 0;
  z-index: -1;
  transform: rotate(-3deg);
}
#certificate .certificate-page-content {
  padding: 32px;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.2068;
  color: #1c1b1b;
}

@media all and (max-width: 992px) {
  #certificate {
    padding: 64px 32px;
  }
  #certificate .certificate-page-content {
    padding-left: 16px;
  }
}/*# sourceMappingURL=style.css.map */