.contentWrapper1 {
    position: relative;
    margin-top: 200px;
    width: 1066px;
    left: 50%;
    transform: translateX(-50%);
}
.contentWrapper1 .loader {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-130px, -40px);
    opacity: 0;
    transition-duration: .6s;
}
.contentWrapper1.active .loader {
    transition-delay: .7s;
    opacity: 1;
    transform: translate(-170px, -40px);
}
.contentWrapper1 h1 {
    font-size: 67px;
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 50px;
    opacity: 0;
    transform: translateX(40px);
    transition-duration: .6s;
}
.contentWrapper1.active h1 {
    transition-delay: .3s;
    opacity: 1;
    transform: translateX(0px);
}
.contentWrapper1>p {
    font-size: 17px;
    font-weight: 300;
    color: #7c7c7c;
    line-height: 32px;
    opacity: 0;
    transform: translateX(40px);
    transition-duration: .6s;
}
.contentWrapper1.active>p {
    transition-delay: .5s;
    opacity: 1;
    transform: translateX(0px);
}
.contentWrapper1 .flexPart {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 110px 0;
}
.contentWrapper1 .flexPart .box {
    text-align: center;
    transition-duration: .6s;
    opacity: 0;
    transform: translateY(40px);
}
.contentWrapper1.active .flexPart .box {
    opacity: 1;
    transform: translateY(0px);
}
.contentWrapper1.active .flexPart .box:nth-child(1) {
    transition-delay: .9s;
}
.contentWrapper1.active .flexPart .box:nth-child(2) {
    transition-delay: 1.1s;
}
.contentWrapper1.active .flexPart .box:nth-child(3) {
    transition-delay: 1s;
}
.contentWrapper1.active .flexPart .box:nth-child(4) {
    transition-delay: 1.2s;
}
.contentWrapper1 .flexPart .box:nth-child(1) img {
    width: 119px;
}
.contentWrapper1 .flexPart .box:nth-child(2) img {
    width: 109px;
}
.contentWrapper1 .flexPart .box:nth-child(3) img {
    width: 102px;
    position: relative;
    top: 7px;
}
.contentWrapper1 .flexPart .box:nth-child(4) img {
    width: 103px;
}
.contentWrapper1 .flexPart .box:nth-child(1) p {
    top: 1px;
}
.contentWrapper1 .flexPart .box:nth-child(2) p {
    top: 11px;
}
.contentWrapper1 .flexPart .box:nth-child(3) p {
    top: 16px;
}
.contentWrapper1 .flexPart .box:nth-child(4) p {
    line-height: 28px;
}
.contentWrapper1 .flexPart .box {
    padding: 0 45px;
    height: 190px;
}
.contentWrapper1 .flexPart .box:nth-child(odd) {
    border-bottom: 1px solid #21aac1;
}
.contentWrapper1 .flexPart .box:nth-child(even) {
    border-bottom: 1px solid #e2e3e4;
}
.contentWrapper1 .flexPart .box p {
    font-size: 17px;
    color: #000000;
    padding: 15px;
    position: relative;
    font-weight: 500;
}

.backgroundImg {
    position: relative;
    width: 100%;
    height: 335px;
    background-image: url(https://hktechco.com/images/SidePage/1_2/image1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
}

.contentWrapper2 {
    position: relative;
    width: 1066px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 200px;
}
.contentWrapper2>h1 {
    font-size: 61px;
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 50px;
    transition-duration: .6s;
    opacity: 0;
    transform: translateX(40px);
}
.contentWrapper2.active>h1 {
    transition-delay: .3s;
    opacity: 1;
    transform: translateX(0px);
}
.contentWrapper2 .flexPart {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contentWrapper2 .flexPart .imgPart {
    position: relative;
    width: 480px;
    height: 571px;
    overflow: hidden;
    border-radius: 20px;
}
.contentWrapper2 .flexPart img {
    position: absolute;
    width: 450px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.contentWrapper2.active .flexPart img {
    animation: fade 6s infinite;
}
.contentWrapper2.active .flexPart img:nth-child(1) {
    animation-delay: .6s;
}
.contentWrapper2.active .flexPart img:nth-child(2) {
    animation-delay: 3.6s;
}
.contentWrapper2 .flexPart .textPart {
    position: relative;
    width: 650px;
    padding-left: 65px;
    bottom: 5px;
}
.contentWrapper2 .flexPart .textPart h1 {
    font-size: 50px;
    color: #cdcfd0;
    font-weight: 700;
    padding-bottom: 50px;
    transition-duration: .6s;
    opacity: 0;
    transform: translateX(40px);
}
.contentWrapper2.active .flexPart .textPart h1 {
    transition-delay: .6s;
    opacity: 1;
    transform: translateX(0px);
}
.contentWrapper2 .flexPart .textPart h1 .smallFont {
    font-size: 31px;
}
.contentWrapper2 .flexPart .textPart p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    display: block;
    width: 100%;
    border-bottom: 1px solid #cdcdcd;
    line-height: 30px;
    padding-bottom: 10px;
    margin-bottom: 50px;
    transition-duration: .6s;
    opacity: 0;
    transform: translateX(40px);
}
.contentWrapper2.active .flexPart .textPart p {
    opacity: 1;
    transform: translateX(0px);
}
.contentWrapper2.active .flexPart .textPart p:nth-child(2) {
    transition-delay: .7s;
}
.contentWrapper2.active .flexPart .textPart p:nth-child(3) {
    transition-delay: .8s;
}
.contentWrapper2.active .flexPart .textPart p:nth-child(4) {
    transition-delay: .9s;
}
.contentWrapper2.active .flexPart .textPart p:nth-child(5) {
    transition-delay: 1s;
}
.contentWrapper2.active .flexPart .textPart p:nth-child(6) {
    transition-delay: 1.1s;
}
.contentWrapper2 .flexPart .textPart p:last-child {
    margin-bottom: 0px;
}
.blockquote {
    position: relative;
    padding-left: 0.8em;
    text-indent: -0.91em;
}

/**** 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(25px, -40px);
    }
    .contentWrapper1.active .loader {
        transform: translate(-15px, -40px);
    }

    .contentWrapper1 {
        width: 768px;
        margin-top: 120px;
    }
    .contentWrapper1 h1 {
        padding: 0 13px;
    }
    .contentWrapper1>p {
        padding: 0 13px;
    }
    .contentWrapper1 .flexPart {
        margin: 80px 0;
    }
    .contentWrapper1 .flexPart .box {
        padding: 0 20px;
        height: 180px;
    }
    .contentWrapper1 .flexPart .box p {
        font-size: 16px;
        padding: 10px;
    }
    .backgroundImg {
        height: 250px;
    }

    .contentWrapper2 {
        margin-top: 150px;
        width: 768px;
        padding: 0 13px;
    }
    .contentWrapper2>h1 {
        font-size: 48px;
    }
    .contentWrapper2 .flexPart .imgPart {
        width: 300px;
        height: 490px;
    }
    .contentWrapper2 .flexPart .textPart {
        padding-left: 40px;
    }
    .contentWrapper2 .flexPart .textPart h1 {
        font-size: 38px;
        margin-top: 17px;
        padding-bottom: 35px;
    }
    .contentWrapper2 .flexPart .textPart p {
        font-size: 17px;
        margin-bottom: 39px;
    }

}