.img-zoom{overflow:hidden}.img-zoom img{-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;will-change:transform}.img-zoom img:hover{-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;-webkit-transform:scale(1.1);transform:scale(1.1);opacity:.6;filter:alpha(opacity=60);-ms-filter:alpha(opacity=60);-khtml-opacity:.6;-moz-opacity:.6}.transTrigger{opacity:0}.delay2{animation-delay:.2s}.delay4{animation-delay:.4s}.delay6{animation-delay:.6s}.delay8{animation-delay:.8s}.delay10{animation-delay:1s}.delay12{animation-delay:1.2s}.delay14{animation-delay:1.4s}.delay16{animation-delay:1.6s}.delay18{animation-delay:1.8s}.delay20{animation-delay:2s}.fadeIn{opacity:0;animation-name:fadeIn;animation-duration:1s;animation-fill-mode:forwards}.fadeInUp{opacity:0;transform:translateY(100px);animation-name:fadeIn;animation-duration:1s;animation-fill-mode:forwards}.fadeInDown{opacity:0;transform:translateY(-100px);animation-name:fadeIn;animation-duration:1s;animation-fill-mode:forwards}.fadeInLeft{opacity:0;transform:translateX(-100px);animation-name:fadeIn;animation-duration:1s;animation-fill-mode:forwards}.fadeInRight{opacity:0;transform:translateX(100px);animation-name:fadeIn;animation-duration:1s;animation-fill-mode:forwards}@keyframes fadeIn{100%{opacity:1;transform:translate(0)}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0;display:none;z-index:-1}}body.home .title-wrap{display:flex;align-items:center;gap:40px}body.home .title-wrap h2{font-size:3rem;font-weight:bold;color:var(--keycolor1)}body.home .title-wrap span{font-size:1.2rem}body.home section.process *{color:#FFF}body.home .strength-wrap .strength-point{gap:40px;justify-content:center}body.home .strength-wrap .strength-point .point{flex:1;background:var(--keycolor2);padding:2rem 4rem;font-size:2rem;font-weight:bold;color:#FFF;text-align:center;-webkit-border-radius:10px !important;border-radius:10px !important}body.home .features-wrap .category{display:flex;gap:30px;position:relative;overflow:hidden;margin-bottom:30px}@media (min-width: 576px){body.home .features-wrap .category{margin-bottom:60px}}body.home .features-wrap .category:nth-of-type(even){flex-direction:row-reverse}body.home .features-wrap .category img{position:absolute;z-index:0}body.home .features-wrap .category .box01{display:none;flex:1;z-index:1}@media (min-width: 576px){body.home .features-wrap .category .box01{display:block}}body.home .features-wrap .category .box02{flex:1;z-index:1;background:rgba(255,255,255,0.88);padding:50px;margin:15px}@media (min-width: 768px){body.home .features-wrap .category .box02{margin:50px}}
