.index-maker {
  padding: 10% 0 10% 0;
  overflow-x: hidden;
}

.index-maker-animation01 {
  z-index: 2;
}

.index-maker-animation {
  position: absolute;
  top: 0;
  display: flex;
  width: 100%;
  z-index: 1;
}

.swiper-index-charge .swiper-slide img {
  margin-bottom: 10px;
}

.index-maker-animation-left, .index-maker-animation-right {
  width: 50%;
}

.index-maker-animation-left h3 {
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
  font-size: 5rem;
  color: #eee;
}

.index-maker-animation-right {
  text-align: right;
  overflow-x: hidden;
}

.index-maker-animation-right svg {
  width: 800px;
  position: relative;
  right: -300px;
}

.index-maker-animation-right svg path.st0 {
  fill: #eee;
}

.index-about {
  padding: 10% 0 !important;
  position: relative;
  overflow: hidden;
}

.index-about-grid {
  display: flex;
  width: 50%;
  transform: rotateX(61deg) rotateZ(-50deg);
  position: absolute;
  top: 39%;
  right: 0;
  z-index: 1;
}

.box {
  position: relative;
  width: 100%;
  margin-right: 15px;
}

.box img {
  width: 100%;
  margin-right: 15px;
  position: absolute;
  transition: .5s;
  box-shadow: -37px 33px 14px #00000021;
}

.box:hover img:nth-child(2) {
  transform: translate(80px, -80px);
  opacity: 0.6;
}

.box:hover img:nth-child(1) {
  transform: translate(40px, -40px);
  opacity: 0.4;
}

.box-1 {
  z-index: 3;
}

.box-2 {
  z-index: 2;
}

.filters {
  margin: 1%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  border-bottom: solid 1px #dedcdc;
  padding: 6px 0 0 0;
}

.filters li {
  padding: 5px 20px;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  border-bottom: solid 3px #FFf;
  cursor: pointer;
}

.filters li.active, .filters li:hover {
  border-bottom: solid 3px #FFC107;
}

.portfoliolist {
  display: flex;
  flex-wrap: wrap;
}

.portfoliolist .portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 33%;
  padding: 5px;
  display: none;
  overflow: hidden;
}

.portfolio-wrapper {
  position: relative !important;
  cursor: pointer;
  background: #fff;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  transition: box-shadow .2s ease-in-out;
  border-radius: 5px;
  overflow: hidden;
}

.portfolio img {
  max-width: 100%;
  position: relative;
}

.portfolio .label {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: -40px;
  left: 0;
}

.portfolio .label-bg {
  background: #0866aa;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.portfolio .label-text {
  color: #fff;
  position: relative;
  z-index: 500;
  padding: 5px 8px;
}

.portfolio .text-category {
  display: block;
  font-size: 9px;
}

.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.row:before, .row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
}

.index-charge-img {
  height: 320px;
}

.index-charge-img-computer {
  position: absolute;
  bottom: -20px;
  z-index: 1;
}

.index-charge-img-phone {
  position: absolute;
  bottom: -20px;
  z-index: 1;
  width: 50%;
  right: 33px;
  bottom: -120px;
}

.index-charge-img-bg {
  position: relative;
  top: 0;
  width: 107%;
}

.index-charge-img-computer {
  transform: translateY(30px);
}

.swiper-index-charge {
  width: 100%;
  height: 100%;
  margin-top: 30px;
}

.swiper-index-charge .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 80%;
  display: block;
  width: 20% !important;
}

@media screen and (max-width: 1024px) {
  .index-maker-animation-right svg {
    width: 400px;
    right: -150px;
  }
  .index-maker-animation-left h3 {
    font-size: 3rem;
  }
  .index-maker {
    padding: 0% 0 12% 0;
  }
  .index-maker-animation {
    display: none;
  }
  .index-about-grid {
    width: 52%;
    top: 50%;
  }
}

@media screen and (max-width: 991px) {
  .index-charge-img {
    display: none;
  }
}

@media screen and (max-width: 667px) {
  .index-about {
    overflow: initial;
    padding: 0 15px !important;
  }
  .index-about-grid {
    position: initial;
    margin: 0 auto;
    transform: rotateX(0deg) rotateZ(0deg);
    width: 80%;
    height: 150px;
    margin-top: 20px;
  }
  .box img {
    box-shadow: -6px 5px 7px #00000014;
  }
  .box:nth-child(2), .box:nth-child(1) {
    transform: none;
  }
  .portfoliolist .portfolio {
    width: 50%;
    margin: 10px 0px !important;
    padding: 0 5px !important;
  }
  .filters {
    padding: 7px 0;
    margin: 30px 0 10px 0 !important;
    text-align: center;
  }
  .filters li {
    padding: 0px;
    font-size: 16px;
    width: calc(33.33% - 10px);
    margin: 7px 28px !important;
  }
  .swiper-index-charge .swiper-slide {
    width: 33.33% !important;
  }
}

.light-blue {
  color: #14bbe7;
}
/*# sourceMappingURL=index.css.map */