/* self-intro */
.favquote {
  padding-top: 50px;
  text-align: center;
}

.favquote h3 {
  font-size: 25px;
  text-transform: uppercase;
}

.favquote .quote {
  margin: 20px 0;
  font-size: 18px;
}

.favquote .author {
  display: block;
  color: #606060;
  font-size: 14px;
}
.self-intro-about {
  max-width: 1200px;
  margin: 0 auto;
}

.self-intro-about .txt {
  position: relative;
  /* width: 90%; */
  text-align: center;
  margin: -5% auto 0 auto;
  padding: 50px;
  box-shadow: 8px 8px 0px #986d8e;
  background: rgb(255 255 255/95%);

  border-radius: 5px;
}
.self-intro-about .txt p {
  font-size: 20px;
}

.self-intro-about .txt a {
  color: #986d8e;
  font-weight: 700;
}
.self-intro-img {
  width: 100%;
  border-radius: 5px;
}

.procreate {
  text-align: center;
  margin-top: 30px;
}
.procreate .btn {
  margin-top: 20px;
}
.procreate .btn a {
  background: #d7c8d4;
  border: 1px solid transparent;
}
.procreate .btn a:hover {
  background: #d7c8d4;
  box-shadow: 6px 6px 0px #986d8e;
}
.procreate .btn a img {
  width: 150px;
  border-radius: 0;
}

/* skills */
.skills {
  background: #fff;
  padding-bottom: 100px;
}
.skills .subttl {
  font-weight: 500;
  color: #020b15;
  position: relative;
  text-align: center;
}

.skills .block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px 0 80px 0;
}
.skills .block li {
  margin: 0 20px;
}
.skills .block:last-child {
  margin-bottom: 0;
}

.skills .block img {
  display: block;
  width: 120px;
  height: auto;
  margin: 0 auto;
  padding: 10px;
}

.skills .block .content {
  position: relative;
  width: 50%;
  padding: 50px;
  background: #986d8e;
  min-height: 220px;
}

.skills .block .content:before {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0px;
  height: 0px;
  border: 35px solid #ffffff;
  content: "";
  transform: translateY(-50%);
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.skills .block .content h3 {
  margin: 50px 0;
  color: #ffffff;
  text-align: center;
}

/* experience */
.experience {
  padding-bottom: 100px;
}
.experience .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.experience .block {
  width: 55%;
}

.experience .block .years,
.experience .block .projects {
  color: #986d8e;
  font-size: 35px;
  font-weight: 700;
}

.experience .block .projects {
  font-size: 20px;
}

.experience img {
  width: 40%;
  /*max-width: 300px;*/
  box-shadow: 8px 8px 0px #986d8e;
  border-radius: 5px;
  transition: all 0.3s;
}
.experience .content:hover img {
  box-shadow: -8px 8px 0px #ff1361;
}
.experience .txt {
  line-height: 2.2;
}

.experience .companies {
  margin: 20px 0;
  color: #020b15;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
}

.co-list li {
  position: relative;
  margin-bottom: 10px;
}

.co-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #f9bacc;
  content: "";
}

.co-list .txt {
  line-height: 1.2;
  padding: 20px;
  background: #f7e6eb;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #986d8e;
}

.co-list .current::before {
  background: #d15a7c;
}

.co-list .current .txt {
  background: #ffffff;
  color: #d15a7c;
}

.co-list .position {
  display: block;
  padding-top: 5px;
  color: #986d8e;
  font-weight: 400;
  text-transform: none;
}
.co-list .current .position {
  color: #d15a7c;
  font-weight: 700;
}

.co-list .time {
  text-transform: initial;
  padding-left: 10px;
  font-weight: 400;
}
.co-list .current .time {
  font-weight: 700;
}

/* history */
.history {
  padding-bottom: 100px;
  background: #03172d;
  margin-top: 100px;
}
.history .inner {
  width: 100%;
  max-width: 100%;
}
.history .gallery li img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 5px;
}

.history .slide .slick-prev,
.history .slide .slick-next {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.history .slide .slick-next {
  right: 0;
  left: auto;
}

.history .slide .slick-dots {
  display: flex;
  justify-content: center;
}

.history .slide .slick-dots {
  display: block;
  width: 100%;
  list-style: none;
  margin-top: 15px;
  padding: 0;
  text-align: center;
}

.history .slide .slick-dots li {
  display: inline-block;
  position: relative;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.history .slide .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  line-height: 0;
  padding: 5px;
  border: 0;
  background: #000;
  color: #ffffff;
  font-size: 0;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
}

.history .slide .slick-dots li.slick-active button {
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .history {
    padding-bottom: 80px;
    margin-top: 80px;
  }
  .self-intro-about .txt {
    padding: 30px 20px 40px 20px;
    font-size: 16px;
    width: 90%;
    text-align: left;
  }
  .procreate .btn a {
    background: #d7c8d4;
    box-shadow: 6px 6px 0px #986d8e;
  }
  .skills {
    padding-bottom: 80px;
  }
  .skills .block {
    margin: 20px auto 60px auto;
  }
  .skills .block li {
    margin: 20px 10px;
    width: 25%;
  }
  .skills .block .content {
    width: 100%;
    margin-top: 10px;
    padding: 10px 20px;
    border-radius: 8px;
    min-height: auto;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }

  .skills .block img {
    width: 80%;
  }

  .skills .block .content h3 {
    margin: 20px 0;
  }
  .experience {
    padding-bottom: 80px;
  }
  .experience .content {
    display: block;
  }

  .experience img {
    display: block;
    width: 82%;
    margin: 0 auto;
    box-shadow: 12px 12px 0px #986d8e;
  }
  .experience .content:hover img {
    box-shadow: -12px 12px 0px #ff1361;
  }
  .experience .block {
    width: 90%;
    margin: 50px auto 0 auto;
  }

  .experience .txt {
    line-height: 2;
  }

  .experience .block .years {
    font-size: 40px;
  }

  .co-list .txt {
    line-height: 1.6;
    margin-bottom: 20px;
    padding: 10px 20px;
    font-size: 14px;
  }

  .co-list .position {
    position: relative;
    left: 0;
  }
  .co-list .time {
    padding-left: 0;
  }
  .co-list li::before {
    width: 5px;
  }

  .history .gallery li img {
    width: 100%;
    height: auto;
  }

  .workingstyle ul {
    width: 90%;
    margin: 0 auto;
  }

  .workingstyle li p {
    line-height: 1.3;
  }

  .self-confidence li {
    width: 80%;
  }

  .artworks .artworks-block ul li {
    width: 50%;
  }
}
