body {
  background: #191919 !important;
}
.bold {
  font-weight: 500;
  color: #231f20;
}

.contentWrapper1 {
    position: relative;
    width: 1066px;
    left: 50%;
    transform: translateX(-50%);
}
.contentWrapper1 .loader {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(300px, -40px);
    opacity: 0;
    transition-duration: .6s;
}
.contentWrapper1.active .loader {
    transition-delay: 1.1s;
    opacity: 1;
    transform: translate(260px, -40px);
}
.contentWrapper1 h1 {
    font-size: 67px;
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 50px;
    transition-duration: .6s;
    opacity: 0;
    transform: translateX(40px);
}
.contentWrapper1.active h1 {
    transition-delay: .3s;
    opacity: 1;
    transform: translateX(0px);
}
.contentWrapper1 h1 span {
  display: none;
}
.contentWrapper1 p:nth-child(3) {
    font-size: 26px;
    font-weight: 400;
    color: #ffffff;
    line-height: 32px;
    transition-duration: .6s;
    opacity: 0;
    transform: translateX(40px);
}
.contentWrapper1.active p:nth-child(3) {
    transition-delay: .5s;
    opacity: 1;
    transform: translateX(0px);
    margin-bottom: 5px;
}
.contentWrapper1 p:nth-child(4) {
    font-size: 17px;
    font-weight: 300;
    text-align: justify;
    color: #b8babc;
    line-height: 32px;
    transition-duration: .6s;
    opacity: 0;
    transform: translateX(40px);
}
.contentWrapper1.active p:nth-child(4) {
    transition-delay: .7s;
    opacity: 1;
    transform: translateX(0px);
}
.bold {
  font-weight: 500;
  color: #231f20;
}
.contentWrapper1 img {
    width: 1066px;
    padding: 70px 0 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    transition-duration: .6s;
    opacity: 0;
}
.contentWrapper1.active img {
    transition-delay: .9s;
    opacity: 1;
}



.wiperPart {
  width: 1066px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.wiperPart img.line {
  width: 373px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 50px 0;
  transition-duration: .6s;
  opacity: 0;
}
.wiperPart.active img.line {
  transition-delay: .3s;
  opacity: 1;
}
.wiperPart .flexWrap {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  right: 90px;
  margin-bottom: 40px;
}
.wiperPart .flexWrap>img {
  width: 464px;
  height: auto;
  margin-right: 50px;
  transition-duration: 1s;
  opacity: 0;
  transform: translateX(-40px);
}
.wiperPart.active .flexWrap>img {
  transition-delay: .6s;
  opacity: 1;
  transform: translateX(0px);
}
.wiperPart .textPart h1 {
  font-size: 29px;
  color: var(--main-color);
  font-weight: 400;
  transition-duration: .6s;
  opacity: 0;
  transform: translateX(40px);
}
.wiperPart.active .textPart h1 {
  transition-delay: .6s;
  opacity: 1;
  transform: translateX(0px);
}
.wiperPart .textPart img:nth-child(2) {
  width: 565px;
  height: auto;
  padding: 54px 0 79px;
  transition-duration: .6s;
  opacity: 0;
  transform: translateX(40px);
}
.wiperPart.active .textPart img:nth-child(2) {
  transition-delay: .8s;
  opacity: 1;
  transform: translateX(0px);
}
.wiperPart .textPart p {
  font-size: 26px;
  color: #ffffff;
  font-weight: 400;
  transition-duration: .6s;
  opacity: 0;
  transform: translateX(40px);
}
.wiperPart.active .textPart p {
  transition-delay: 1s;
  opacity: 1;
  transform: translateX(0px);
}
.wiperPart .textPart img:nth-child(4) {
  width: 565px;
  height: auto;
  padding: 45px 0 55px;
  transition-duration: .6s;
  opacity: 0;
  transform: translateX(40px);
}
.wiperPart.active .textPart img:nth-child(4) {
  transition-delay: 1.2s;
  opacity: 1;
  transform: translateX(0px);
}
.wiperPart .textPart img:nth-child(5) {
  width: 565px;
  height: auto;
  transition-duration: .6s;
  opacity: 0;
  transform: translateX(40px);
}
.wiperPart.active .textPart img:nth-child(5) {
  transition-delay: 1.4s;
  opacity: 1;
  transform: translateX(0px);
}

.imgPart {
  width: 1066px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.imgPart img {
  width: 580px;
  height: 386px;
  transition-duration: .6s;
  opacity: 0;
}
.imgPart.active img {
  transition-delay: .3s;
  opacity: 1;
}

/**** Responsive CSS Code ****/
/* 0~767 768~1279 1280~1980*/

/** 0~768 **/
@media (max-width: 768px) {

}
/** 768~1280 **/
@media (min-width: 768px) and (max-width: 1279px) {

    .contentWrapper1 .loader {
        transform: translate(65px, -40px);
    }
    .contentWrapper1.active .loader {
        transform: translate(25px, -40px);
    }
    .contentWrapper1 {
        width: 768px;
        margin-top: 120px;
        padding: 0 13px;
    }
    .contentWrapper1 img {
      width: 744px;
      padding: 50px 0;
    }
    .contentWrapper1 h1 {
      line-height: 35px;
    }
    .contentWrapper1 h1 span {
      display: block;
    }
    .wiperPart {
      width: 768px;
      padding: 0 13px;
    }
    .wiperPart .flexWrap {
      width: 788px;
      right: 36px;
    }
    .wiperPart .flexWrap>img {
      width: 250px;
      height: 550px;
      margin-right: 25px;
    }
    .wiperPart .textPart img:nth-child(2) {
      width: 530px;
    }
    .wiperPart .textPart img:nth-child(4) {
      width: 529px;
    }
    .wiperPart .textPart img:nth-child(5) {
      width: 529px;
    }
    .imgPart {
      width: 746px;
      height: 348px;
    }
    .imgPart img {
      position: absolute;
      width: 522px;
      height: 348px;
      right: 0px;
    }

}