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

.bulbPart {
    position: relative;
    height: 963px;
    width: 100%;
    background-image: url(https://hktechco.com/images/SidePage/3_1/img2.jpg);
    background-position: center center;
    text-align: center;
    background-repeat: no-repeat;
}
.bulbPart video {
    width: 1076px;
    height: auto;
    position: relative;
    top: 170px;
    opacity: 0;
    transition-duration: .6s;
}
.bulbPart.active video {
	border: 27px solid white;
	box-shadow: 0 10px 6px -6px #2c2c2c;
    transition-delay: .3s;
    opacity: 1;
}