.latest-work{margin-top:100px;width:100%}.latest-work .slider{display:flex;align-items:center;justify-content:center;gap:1rem;margin:auto}.latest-work .latest-work-info{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-around;gap:1rem;height:100%;min-height:350px;padding-left:2rem}.latest-work .latest-work-info .spinner-heading{display:flex;gap:8px;align-items:center;justify-content:center}.latest-work .latest-work-info .spinner-heading h2{font-size:1.5rem;font-weight:700;color:var(--primaryColor)}.latest-work .latest-work-info .spinner-heading i{font-size:5rem;color:var(--primaryHoverColor)}.latest-work .latest-work-info .description{display:flex;flex-direction:column;gap:1rem}.latest-work .latest-work-info .description h1{color:var(--textColor);font-size:1.5rem}.latest-work .latest-work-info .description p{color:var(--textLight);font-size:1rem;line-height:1.5rem;text-align:justify}.latest-work .latest-work-info a{text-transform:none;padding:12px 24px;margin-right:20px;font-size:1rem;color:#fff;text-align:start;border-radius:6px;display:inline-block;white-space:nowrap;font-weight:500;background:var(--primaryColor);transition:all .35s ease}.latest-work .latest-work-info a:hover{background:var(--primaryHoverColor)}.latest-work .latest-work-card{position:relative;width:225px;height:354px;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:1rem}.latest-work .latest-work-card .img-box{position:relative;width:100%;height:204px;background:#5c799c;border-radius:17px 17px 0 0}.latest-work .latest-work-card .img-box:before{content:"";position:absolute;bottom:0;left:50%;width:20px;height:20px;background:transparent;border-radius:50%;box-shadow:-10px 10px 0 var(--bgBody)}.latest-work .latest-work-card .img-box img{-o-object-fit:cover;object-fit:cover;width:100%;height:204px;border-radius:16px 16px 0 0}.latest-work .latest-work-card .content{position:relative;width:100%;height:146.5px;background:#2e3d4f;border-radius:0 0 16px 16px}.latest-work .latest-work-card .content .date{position:absolute;top:-55px;height:55px;width:50%;background:#2e3d4f;border-top:3.5px solid var(--bgBody);border-right:3.5px solid var(--bgBody);border-top-right-radius:25px}.latest-work .latest-work-card .content .date:after{content:"";position:absolute;bottom:0;right:-25px;width:25px;height:25px;background:transparent;border-radius:50%;box-shadow:-10px 10px 0 #2e3d4f}.latest-work .latest-work-card .content .date small{position:relative;color:hsla(0,0%,100%,.75);margin:1rem;display:block;font-weight:500;font-size:13px;text-decoration:none}.latest-work .latest-work-card .content .detail{display:flex;height:100%;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:8px}.latest-work .latest-work-card .content .detail h3{color:var(--bgBody);padding:0 1rem;font-size:1rem;margin-top:12px;font-weight:500}.latest-work .latest-work-card .content .detail p{color:hsla(0,0%,100%,.75);padding:0 1rem;font-size:14px;font-weight:400;line-height:1.25rem;text-align:justify}.latest-work .latest-work-card .content .detail .button{margin:.5rem 1rem 1rem}.latest-work .latest-work-card .content .detail .button a{text-decoration:none;padding:7px 12px;background:hsla(0,0%,100%,.75);color:var(--textColor);border:none;border-radius:6px;font-weight:600;font-size:13px;display:inline-flex;gap:4px;align-items:center;justify-content:center;transition:all .3s ease-in}.latest-work .latest-work-card .content .detail .button a:hover{background:#fff}.latest-work .latest-work-card .content .detail .button a .icon{font-size:14px}@media (max-width:1400px){.latest-work .latest-work-card{width:210px}}@media (max-width:1200px){.latest-work .latest-work-card{width:225px}.latest-work .latest-work-info .spinner-heading h2{font-size:1.25rem}.latest-work .latest-work-info .spinner-heading i{font-size:4rem}}@media (max-width:992px){.latest-work{margin-top:50px}.latest-work .latest-work-info{padding-left:0;margin-bottom:2rem}.latest-work .latest-work-card{width:215px}.latest-work .latest-work-info .spinner-heading h2{font-size:1.5rem}.latest-work .latest-work-info .spinner-heading i{font-size:5rem}}@media (max-width:768px){.latest-work{margin-top:20px}}@media (max-width:767px){.latest-work .latest-work-card{width:225px}}@media (max-width:546px){.latest-work .latest-work-card{width:220px}}@media (max-width:500px){.latest-work .latest-work-card{width:210px}}@media (max-width:488px){.latest-work{margin-top:10px}}@media (max-width:475px){.latest-work .latest-work-card{width:100%;padding:0 2rem;height:494px}.latest-work .latest-work-card .img-box,.latest-work .latest-work-card .img-box img{height:304px}.latest-work .latest-work-card .content{height:186.5px}}@media (max-width:400px){.latest-work .latest-work-card{height:394px;padding:0 1rem}.latest-work .latest-work-card .img-box,.latest-work .latest-work-card .img-box img{height:244px}.latest-work .latest-work-card .content{height:146.5px}.latest-work .latest-work-info .spinner-heading h2{font-size:1.25rem}.latest-work .latest-work-info .spinner-heading i{font-size:4rem}}@media (max-width:340px){.latest-work .latest-work-card{height:394px;padding:0}.latest-work .latest-work-info .spinner-heading h2{display:none}.latest-work .latest-work-info .spinner-heading i{font-size:7rem}}.explore-tech{margin-top:100px}.explore-tech .tech-slider{margin:2rem 0}.explore-tech .tech-slider .tech-btn{padding:12px 16px;font-size:1rem;min-width:130px;font-weight:500;color:var(--textLight);background:#ddd;border-radius:6px;border:none;transition:all .3s ease;cursor:pointer}.explore-tech .tech-slider .tech-btn:hover{background:#ccc;color:var(--textColor)}.explore-tech .tech-slider .tech-btn.active{background:var(--primaryColor);color:#fff;font-weight:700}.explore-tech .tech-list{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;align-items:center;justify-content:space-between;gap:2rem;margin-top:5rem}.explore-tech .tech-item{width:220px;height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background:var(--bgLight);border:1px solid var(--borderColor);position:relative;border-radius:50px;padding-top:35px;margin-bottom:2rem;box-shadow:var(--materialShadowBottom)}.explore-tech .tech-item .tech-image{width:70px;height:70px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid var(--borderColor);box-shadow:var(--shadowAllLight)}.explore-tech .tech-item .tech-image img{width:60px;border-radius:50%}.explore-tech .tech-item h2{font-size:1rem;text-wrap:wrap;color:var(--primaryHoverColor)}.explore-tech .tech-item a{font-size:1rem;font-weight:600;color:var(--primaryColor);transition:all .3s ease}.explore-tech .tech-item a:hover{color:var(--primaryHoverColor);transform:scale(.9)}.explore-tech .num-graphic{position:absolute;content:"";background:var(--secondaryColor);background:#85a2c5;width:200px;height:60px;top:-16px;left:0;border-radius:100px 0 100px 0}.explore-tech .circle{position:absolute;content:"";width:80px;height:40px;top:44px;left:0;background:#7f9abc;border-radius:0 0 100px}.explore-tech .number{position:absolute;width:60px;height:60px;top:-16px;right:50px;display:inline-flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#fff}@media (max-width:668px){.explore-tech .tech-list{justify-content:space-evenly}}