.bold {
  font-weight: 500;
  color: #231f20;
}
.br {
  display: inline-block;
}
.contentWrapper1 {
    position: relative;
    width: 1066px;
    left: 50%;
    transform: translateX(-50%);
}
.contentWrapper1 .loader {
    position: absolute;
    left: 83%;
    top: 0%;
    transform: translate(-145px, -40px);
    opacity: 0;
    transition-duration: .6s;
}
.contentWrapper1.active .loader {
    transition-delay: 1.1s;
    opacity: 1;
    transform: translate(-185px, -40px);
}
.contentWrapper1 h1 {
    font-size: 67px;
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 50px;
    transition-duration: .6s;
    opacity: 0;
    transform: translateX(40px);
    line-height: 67px;
}
.contentWrapper1.active h1 {
    transition-delay: .3s;
    opacity: 1;
    transform: translateX(0px);
}
.contentWrapper1 p:nth-child(3) {
    font-size: 26px;
    font-weight: 400;
    color: #000000;
    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: #7c7c7c;
    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);
}
.contentWrapper1 img {
    width: 1120px;
    padding: 70px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    transition-duration: .6s;
    opacity: 0;
}
.contentWrapper1.active img {
    transition-delay: .9s;
    opacity: 1;
}

.imgPart {
  background-color: #110d0f;
  width: 100%;
  height: fit-content;
  text-align: center;
  padding: 60px 0 70px 0;
}
.imgPart img:nth-child(1) {
  width: 1066px;
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 10px;
  transition-duration: .6s;
  opacity: 0;
}
.imgPart.active img:nth-child(1) {
  transition-delay: .3s;
  opacity: 1;
}
.imgPart img:nth-child(2) {
  width: 373px;
  transition-duration: .6s;
  opacity: 0;
  transform: translateY(30px);
}
.imgPart.active img:nth-child(2) {
  transition-delay: .6s;
  opacity: 1;
  transform: translateY(0px);
}

.bulbPart{
  width: 1066px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 70px 0;
}
.bulbPart .textBox:nth-child(1) {
  padding-right: 70px;
  width: 320px;
}
.bulbPart .textBox h1 {
  font-size: 18px;
  font-weight: 400;
  color: var(--main-color);
  margin-bottom: 7px;
  transition-duration: .6s;
  opacity: 0;
  transform: translateX(30px);
}
.bulbPart .textBox p {
  font-size: 17px;
  font-weight: 300;
  color: #7e8083;
  line-height: 24px;
  text-indent : -9px;
  padding-left: 9px;
  transition-duration: .6s;
  opacity: 0;
  transform: translateX(30px);
}
.bulbPart.active .textBox h1 {
  opacity: 1;
  transform: translateX(0px);
}
.bulbPart.active .textBox p {
  opacity: 1;
  transform: translateX(0px);
}
.bulbPart .flexWrap {
  display: flex;
}
.bulbPart .textWrap {
  padding-left: 25px;
  position: relative;
  top: -23px;
}
.bulbPart .textWrap .textBox {
  width: 600px;
  padding-right: 0px;
  padding-top: 80px;
}
.bulbPart .textWrap .textBox:nth-child(1) {
  padding-top: 30px;
}
.bulbPart .textWrap>p {
  font-size: 17px;
  color: #ffffff;
  position: relative;
  top: 39px;
}
.bulbPart .flexWrap img:nth-child(1) {
  width: 400px;
  height: 812px;
  transition-duration: 1.2s;
  opacity: 0;
  transform: translateX(-40px);
}
.bulbPart.active .flexWrap img:nth-child(1) {
  transition-delay: .3s;
  opacity: 1;
  transform: translateX(0px);
}

.bulbPart.active .textBox:nth-child(1) h1 {
  transition-delay: .3s;
}
.bulbPart.active .textBox:nth-child(2) h1 {
  transition-delay: .7s;
}
.bulbPart.active .textBox:nth-child(3) h1 {
  transition-delay: 1.1s;
}
.bulbPart.active .textBox:nth-child(1) p:nth-child(2) {
  transition-delay: .4s;
}
.bulbPart.active .textBox:nth-child(1) p:nth-child(3) {
  transition-delay: .5s;
}
.bulbPart.active .textBox:nth-child(1) p:nth-child(4) {
  transition-delay: .6s;
}
.bulbPart.active .textBox:nth-child(2) p:nth-child(2) {
  transition-delay: .8s;
}
.bulbPart.active .textBox:nth-child(2) p:nth-child(3) {
  transition-delay: .9s;
}
.bulbPart.active .textBox:nth-child(2) p:nth-child(4) {
  transition-delay: 1s;
}
.bulbPart.active .textBox:nth-child(3) p:nth-child(2) {
  transition-delay: 1.2s;
}
.bulbPart.active .textBox:nth-child(3) p:nth-child(3) {
  transition-delay: 1.3s;
}
.bulbPart.active .textBox:nth-child(3) p:nth-child(4) {
  transition-delay: 1.4s;
}
.bulbPart.active .textBox:nth-child(3) p:nth-child(5) {
  transition-delay: 1.5s;
}

.processPart {
  padding: 70px 0 50px;
  background-color: #f3f4f4;
  width: 100%;
  height: fit-content;
  text-align: center;
}
.processPart p:nth-child(1) {
  font-size: 19px;
  margin-bottom: 30px;
  color: #231f20;
  font-weight: 500;
}
.processPart p {
  transition-duration: .6s;
  opacity: 0;
  transform: translateY(-30px);
}
.processPart.active p {
  opacity: 1;
  transform: translateY(0px);
}
.processPart.active p:nth-child(1) {
  transition-delay: .3s;
}
.processPart img {
  width: 1066px;
  transition-duration: .6s;
  opacity: 0;
  transform: translateY(30px);
}
.processPart.active img {
  transition-delay: .6s;
  opacity: 1;
  transform: translateY(0px);
}
.processPart p:nth-child(3) {
  font-size: 16px;
  margin-top: 20px;
  color: #888888;
  font-weight: 500;
}
.processPart.active p:nth-child(3) {
  transition-delay: .9s;
}

/**** 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) {

    .br {
      display: none;
    }

    .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: 130%;
      padding: 50px 0;
    }
    .imgPart img:nth-child(1) {
      width: 915px;
    }
    .bulbPart {
      width: 768px;
      padding: 40px 13px 40px 0px;
    }
    .bulbPart .flexWrap {
      align-items: center;
    }
    .bulbPart .textWrap {
      padding-left: 15px;
    }
    .bulbPart .flexWrap img:nth-child(1) {
      width: 250px;
      height: 507px;
    }
    .bulbPart .textWrap .textBox {
      padding-top: 15px;
      width: auto;
    }
    .bulbPart .textBox:nth-child(1) {
      width: auto;
    }
    .processPart img {
      width: 750px;
    }

}