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

.contentWrapper1 {
    position: relative;
    width: 1066px;
    left: 50%;
    transform: translateX(-50%);
}
.contentWrapper1 .loader {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(340px, -40px);
    opacity: 0;
    transition-duration: .6s;
}
.contentWrapper1.active .loader {
    transition-delay: 1.1s;
    opacity: 1;
    transform: translate(300px, -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 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;
}

.inBox {
  width: 1066px;
  text-align: left;
  transition-duration: .9s;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.inBox>img {
  width: 373px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 50px 0;
  transition-duration: .6s;
  opacity: 0;
}
.inBox.active>img {
  transition-delay: .3s;
  opacity: 1;
}
.inBox .flexBox {
  display: flex;
  padding-bottom: 40px;
}
.inBox .textBox {
  transition-duration: .6s;
  opacity: 0;
  transform: translateX(40px);
}
.inBox.active .textBox {
  opacity: 1;
  transform: translateX(0px);
}
.inBox.active .textBox:nth-child(2) {
  transition-delay: .7s;
}
.inBox.active .textBox:nth-child(3) {
  transition-delay: .8s;
}
.inBox.active .textBox:nth-child(4) {
  transition-delay: .9s;
}
.inBox.active .textBox:nth-child(5) {
  transition-delay: 1s;
}
.inBox.active .textBox:nth-child(6) {
  transition-delay: 1.1s;
}
.inBox.active .textBox:nth-child(7) {
  transition-delay: 1.2s;
}
.inBox.active .textBox:nth-child(8) {
  transition-delay: 1.3s;
}
.inBox .textBox:nth-child(1) {
  padding-right: 70px;
  width: 320px;
}
.inBox .textBox h1 {
  font-size: 18px;
  font-weight: 400;
  color: var(--main-color);
  margin-bottom: 7px;
}
.inBox .textBox p {
  font-size: 17px;
  font-weight: 300;
  color: #b8babc;
  line-height: 24px;
}
.inBox .flexWrap {
  display: flex;
}
.inBox .textWrap {
  padding-left: 25px;
  position: relative;
  top: -23px;
}
.inBox .textWrap>h1 {
  font-weight: 400;
  color: var(--main-color);
  padding: 4px 0 13px;
  font-size: 32px;
  transition-duration: .6s;
  opacity: 0;
  transform: translateX(40px);
}
.inBox.active .textWrap>h1 {
  transition-delay: .6s;
  opacity: 1;
  transform: translateX(0px);
}
.inBox .textWrap .textBox {
  width: 740px;
  margin-bottom: 43px;
  padding-right: 0px;
}
.inBox .textWrap .textBox:nth-child(6) p {
  text-indent : -9px;
  padding-left: 9px;
}
.inBox .flexWrap .imgWrap img {
  width: 476px;
  height: auto;
  transition-duration: 1s;
  opacity: 0;
}
.inBox.active .flexWrap .imgWrap img {
  transition-delay: .6s;
  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: 100%;
      padding: 50px 0;
    }
    .contentWrapper1 .br {
      display: block;
    }
    .contentWrapper1 h1 {
      line-height: 62px;
    }
    .inBox {
      width: 768px;
      padding: 0 13px;
    }
    .inBox .textWrap .textBox {
      margin-bottom: 30px;
    }
    .inBox .flexWrap .imgWrap {
      position: relative;
      height: 796px;
      width: 227px;
      overflow: clip;
    }
    .inBox .flexWrap .imgWrap img {
      width: 299px;
      height: 796px;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
    }

}