@import url("reset.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&display=swap");
@import url("flex.css");
@import url("aos.css");
.tag:nth-child(5n + 1) {
  background: #c9b2de;
}

.tag:nth-child(5n + 2) {
  background: #c9b2de;
}

.tag:nth-child(5n + 3) {
  background: #c9b2de;
}

.tag:nth-child(5n + 4) {
  background: #deb7ba;
}

.tag:nth-child(5n + 5) {
  background: #c9b2de;
}

.tag:nth-child(5n + 6) {
  background: #deb7ba;
}

.tag:nth-child(5n + 7) {
  background: #e5cbbc;
}

.tag:nth-child(5n + 8) {
  background: #e5cbbc;
}

.tag:nth-child(5n + 9) {
  background: #bfe2e4;
}

.tag:nth-child(5n + 10) {
  background: #b5c5e1;
}

.tag:nth-child(5n + 11) {
  background: #bfe2e4;
}

.tag:nth-child(5n + 12) {
  background: #deb7ba;
}

.tag:nth-child(5n + 13) {
  background: #deb7ba;
}

.tag:nth-child(5n + 14) {
  background: #c9b2de;
}

.tag:nth-child(5n + 15) {
  background: #c9b2de;
}

.tag:nth-child(5n + 16) {
  background: #deb7ba;
}

.tag:nth-child(5n + 17) {
  background: #e5cbbc;
}

.tag:nth-child(5n + 18) {
  background: #c9b2de;
}

.tag:nth-child(5n + 19) {
  background: #deb7ba;
}

.tag:nth-child(5n + 20) {
  background: #deb7ba;
}

html,
body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: block;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #f9fcff;
  font-family: "Montserrat", sans-serif;
  color: #22223c;
  font-size: 32px;
}

.portfolio {
  cursor: url("http://laxoch.com/img/cursor.png"), auto;
}

h1 {
  font-size: 80px;
  font-weight: 700;
  position: relative;
  z-index: 3;
}

h2 {
  font-size: 40px;
}

p {
  font-size: 20px;
  line-height: 150%;
}

b {
  font-weight: 700;
}

a {
  text-decoration: none;
  color: #22223c;
  cursor: url("http://laxoch.com/img/cursor-pointer.png"), pointer;
}

a.link {
  text-decoration: none;
  color: #22223c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0 -4px 0 #22223c;
          box-shadow: inset 0 -4px 0 #22223c;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a.link:hover {
  -webkit-box-shadow: inset 0 -100px 0 #22223c;
          box-shadow: inset 0 -100px 0 #22223c;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.big {
  font-size: 120px;
}

.logo .square {
  background: url("../img/gradientbg.png") no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  border-radius: 20px 200px 49px 80px;
  -moz-border-radius: 20px 200px 49px 80px;
  -webkit-border-radius: 20px 200px 49px 80px;
  border: solid 0.5px #d6f4df;
}

.s2 {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.s4 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.s3 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

header {
  position: absolute;
  z-index: 3;
  width: 100%;
  padding: 60px;
}

section {
  width: 100%;
  padding: 120px 40px;
  display: block;
  position: relative;
}

.content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.sm a {
  width: 50px;
  height: 50px;
  padding: 12px 0 0;
  margin-bottom: 16px;
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 10px 30px 10px 20px;
  position: relative;
}

.sm a img {
  position: relative;
  z-index: 5;
}

.sm a span {
  position: absolute;
  right: 120%;
  top: 18px;
  font-size: 14px;
  width: 200px;
  word-wrap: none;
  text-align: right;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  opacity: 0;
  z-index: 1;
  font-weight: 700;
  pointer-events: none;
}

.sm a:hover {
  background: #22223c;
}

.sm a:hover img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.sm a:hover span {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
  width: 200px;
}

section.intro {
  min-height: 1150px;
}

.intro-text {
  padding-top: 200px;
}

.tooltip {
  font-size: 40px;
}

.intro-desc {
  max-width: 1000px;
  line-height: 200%;
}

.intro-img {
  width: 1250px;
  height: 1250px;
  background: url("../img/header.jpg") no-repeat center -150px;
  background-size: cover;
  top: 0;
  position: absolute;
}

.intro {
  position: relative;
  z-index: 2;
}

.experience {
  text-align: center;
}

.experience-list {
  margin-top: 40px;
  text-align: center;
  position: relative;
  z-index: 4;
}

.experience-list .color {
  color: #a391cb;
}

.circles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 120px;
  left: 0;
  overflow-x: hidden;
}

.circle-left {
  position: absolute;
  top: 0;
  left: -25%;
  border-radius: 100%;
  overflow: hidden;
}

.circle-right {
  position: absolute;
  top: 0;
  right: -25%;
  border-radius: 100%;
  overflow: hidden;
}

.circle-left img,
.circle-right img {
  max-width: 870px;
}

.circle-right img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.circle-right .year {
  right: auto;
  left: 40px;
}

[data-aos="rotate-anim"] {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

[data-aos="rotate-anim"].aos-animate {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  opacity: 1;
}

.skills {
  text-align: center;
}

.tag {
  border-radius: 40px 10px 30px 0px;
  color: #fff;
  padding: 12px 24px;
  margin: 4px 8px;
}

footer {
  background: #22223c;
  color: #fff;
  min-height: 580px;
  text-align: center;
}

footer a.link {
  text-decoration: none;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0 -4px 0 #fff;
          box-shadow: inset 0 -4px 0 #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

footer .sm li {
  margin: 8px 16px;
}

footer a.link:hover {
  -webkit-box-shadow: inset 0 -100px 0 #fff;
          box-shadow: inset 0 -100px 0 #fff;
  color: #22223c;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

footer .sm a {
  width: 64px;
  height: 64px;
  padding: 12px 0 0;
  margin: 16px 0;
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 10px 30px 10px 20px;
  border: solid 1px #fff;
}

footer .sm a img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  width: 40px;
}

footer .sm a span {
  top: -20px;
  width: 200px;
  text-align: center;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  color: #fff;
  right: 0;
  left: 50%;
  margin-left: -100px;
}

footer .sm a:hover {
  background: url("../img/gradientbg.png") no-repeat;
  background-size: cover;
}

footer .sm a:hover img {
  filter: brightness(1) invert(0);
  -webkit-filter: brightness(1) invert(0);
}

footer .sm a:hover span {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 1;
  width: 200px;
}

@media only screen and (max-width: 800px) {
  .logo {
    margin: 0 auto;
  }
  section {
    padding: 60px 40px;
    font-size: 24px;
    width: 100%;
  }
  h1 {
    font-size: 40px;
    font-weight: 700;
    z-index: 3;
    position: relative;
  }
  h1.big {
    font-size: 60px;
  }
  h2 {
    font-size: 32px;
  }
  p {
    font-size: 18px;
    line-height: 150%;
  }
  header .sm {
    display: none;
  }
  .intro-img {
    width: 100%;
  }
  .circles {
    display: none;
  }
  .intro-img {
    background: url("../img/header.jpg") no-repeat center -50px;
    background-size: cover;
  }
  .experience {
    margin-top: 160px;
    background: #c3abe1;
    background: linear-gradient(45deg, #c3abe1 0%, #e1bfc6 50%, #ebd8c6 100%);
  }
  .experience-list .color {
    color: #fff;
  }
  .tag {
    font-size: 16px;
    border-radius: 30px 5px 20px 0px;
    color: #fff;
    padding: 12px 24px;
    margin: 4px 8px;
  }
  footer {
    font-size: 24px;
    width: 100%;
    padding: 24px 40px;
    overflow-x: hidden;
    line-height: 150%;
  }
}
/*# sourceMappingURL=style.css.map */