.hero{min-height:100vh;width:100%;background-image:url(/images/bg.jpeg);background-size:cover;background-position:center;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;position:relative;overflow:hidden;padding:0 clamp(10px,5vw,50px);box-sizing:border-box}.hero img{width:clamp(200px,60%,500px);height:auto;position:relative;margin-top:clamp(10vh,25vh,25vh);z-index:2;opacity:0;transform:translateY(clamp(10px,5vw,50px));animation:fadeInUp 1s forwards;animation-delay:.3s}.bigText{font-family:Arial,Helvetica,sans-serif;text-transform:uppercase;text-align:center;line-height:1;position:absolute;top:clamp(10%,20%,25%);width:90%;z-index:1;pointer-events:none;opacity:0;transform:translateY(clamp(10px,5vw,50px));animation:fadeInUp 1s forwards;animation-delay:.6s}.bigText h1{font-size:clamp(3rem,12vw,15rem);margin:0;letter-spacing:8px}.buttons{opacity:0;transform:translateY(50px);animation:fadeInUp 1s forwards;animation-delay:.9s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.header{position:absolute;top:20px;left:50%;transform:translate(-50%);width:90%;max-width:1200px;display:flex;justify-content:space-between;align-items:center;z-index:3}.logo h1{margin:0;font-size:28px;font-weight:700}.logo p{margin:0;font-size:14px;color:#ddd}.btn{padding:10px 20px;border-radius:50px;font-weight:700;cursor:pointer}.vizart{display:flex;align-items:center;justify-content:center;position:relative;gap:40px;padding:50px 20px;background-color:#fff}.vizart:before{content:"";position:absolute;top:-60px;left:50%;transform:translate(-50%);width:100%;height:130px;background:#fff;filter:blur(25px);opacity:1;z-index:3}.side-img{width:150px;opacity:.2;object-fit:cover;border-radius:15px;transition:transform .3s}.side-img:hover{transform:scale(1.05)}.center-row{display:flex;gap:0px;justify-content:center;align-items:center}.center-img{width:60px;height:60px;object-fit:cover;border-radius:50%;border:3px solid #fff;box-shadow:0 4px 15px #00000040;transition:transform .3s}.man{width:100px;height:100px;object-fit:cover;border-radius:50%;border:3px solid #fff;box-shadow:0 4px 15px #00000040;transition:transform .3s}.center-img:hover{transform:scale(1.1)}.stars{width:100%;display:flex;justify-content:center;gap:0px;margin-top:20px}.text{text-align:center;max-width:500px;margin-top:20px}.text h2{font-size:1.5rem;font-weight:600;margin-bottom:10px}.text p{font-size:1rem;color:#555;line-height:1.5}@media(max-width:768px){.vizart{flex-direction:column;gap:20px}.side-img{width:100px;height:100px}.center-img{width:120px;height:120px}.text h2{font-size:1.3rem}}@media(max-width:768px){.vizart{gap:20px;padding:40px 5px;flex-direction:row}.side-img{width:90px}.center-img{width:50px;height:50px}.man{width:75px;height:75px}.text h2{font-size:1.2rem;margin-top:0}.text p{font-size:.9rem;margin-top:0}}.navbar-wrapper{position:fixed;bottom:20px;left:50%;transform:translate(-50%);z-index:10;display:flex;align-items:flex-end;gap:100px}.list{background:#000;color:#fff;display:flex;align-items:center;gap:25px;padding:15px 30px;border-radius:40px;list-style:none}.list li{cursor:pointer;font-size:14px}.btns{display:flex;flex-direction:column;gap:15px}.btn{padding:12px 20px;border-radius:30px;border:none;font-size:14px;cursor:pointer;box-shadow:0 8px 20px #00000026}.btnBlack{background:#000;color:#fff}.btnWhite{background:#fff;color:#000}.flexImg{display:flex;flex-direction:column;gap:120px;align-items:center;justify-content:center}.first-row,.third-row{display:flex;justify-content:center;gap:120px}.second-row{display:flex;justify-content:center}.bigImg{width:90%;max-width:600px;height:auto;margin:50px auto;opacity:0;transform:translateY(50px);animation:slideUp 1s forwards}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.first-row .bigImg:nth-child(1){animation-delay:.3s}.first-row .bigImg:nth-child(2){animation-delay:.6s}.second-row .bigImg{animation-delay:.9s}.third-row .bigImg:nth-child(1){animation-delay:1.2s}.third-row .bigImg:nth-child(2){animation-delay:1.5s}.bigImg:last-child{animation-delay:1.8s}@media(max-width:1200px){.navbar-wrapper,.first-row,.third-row{gap:60px}}@media(max-width:768px){.navbar-wrapper{flex-direction:column;align-items:center;gap:20px}.list{padding:12px 20px;gap:15px}.btn{padding:10px 16px;font-size:13px}.flexImg{gap:60px}.first-row,.third-row{flex-direction:column;gap:40px}.bigImg{width:100%;margin:20px auto}}@media(max-width:480px){.navbar-wrapper{bottom:10px}.list li{font-size:12px}.bigImg{width:100%}}.services-section{padding:80px 8%;background:#fff;width:100%}.services-container{display:flex;flex-wrap:wrap;justify-content:center;margin-left:-50px;gap:20px}.services-left{flex:1 1 200px}.services-left h1{font-size:clamp(32px,5vw,52px);margin:20px 0}.description{color:#555;line-height:1.7;max-width:480px}.includes{margin-top:30px}.includes-title{font-weight:600;margin-bottom:15px}.include-item{display:flex;align-items:center;gap:10px;margin-bottom:12px;color:#333}.blackBtn{margin-top:30px;background:#000;color:#fff;border-radius:30px;padding:12px 25px;border:none;cursor:pointer}.services-right{flex:1 1 300px;display:flex;flex-direction:column;gap:25px}.service-card{display:flex;align-items:center;gap:20px;background:#eaeaea;padding:10px;border-radius:14px;transition:.3s ease;opacity:0;max-width:600px;width:100%;transform:translateY(60px);animation-name:fadeUp;animation-duration:.8s;animation-fill-mode:forwards;animation-timing-function:ease}@keyframes fadeUp{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}.services-right .service-card:nth-child(1){animation-delay:.3s}.services-right .service-card:nth-child(2){animation-delay:.6s}.services-right .service-card:nth-child(3){animation-delay:.9s}.service-card:hover{transform:translateY(-5px);background:#e0e0e0}.service-card img{width:90px;height:90px;border-radius:10px;object-fit:cover}.service-card h3{margin-bottom:6px;margin-top:10px}.service-card p{color:#555;font-size:14px;margin-top:2px}@media(max-width:1024px){.services-section{padding:60px 5%}.services-container{margin-left:0;gap:15px;justify-content:flex-start}.services-left h1{font-size:clamp(28px,6vw,42px)}.description{max-width:100%;font-size:16px}.services-right{gap:20px}.service-card{max-width:100%;flex-direction:row;gap:15px;padding:8px}.service-card img{width:70px;height:70px}.service-card h3{font-size:16px;margin-top:6px;margin-bottom:4px}.service-card p{font-size:13px}.blackBtn{padding:10px 22px}}.section{padding:80px 5%}.grid-image{display:grid;gap:25px}.first-row{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.row2{display:grid;grid-template-columns:1fr 2fr;gap:25px}.card{background:#f2f2f2;border-radius:24px;padding:30px 30px 0;overflow:hidden;position:relative;box-shadow:0 15px 35px #0000000f}.camera img{width:80%;margin-top:15px}.flex-grid{display:flex;flex-direction:column;gap:0px;margin-bottom:20px}.grid1,.grid2{display:flex;gap:12px}.img{width:100%;height:auto;border-radius:10px}.imgs{height:150px;width:auto;border-radius:10px;margin-left:-20px;margin-bottom:-20px}.imgs1{height:150px;width:auto;border-radius:10px;margin-right:-20px}.imgs2{height:150px;width:auto;border-radius:10px;margin-left:-20px}.img12{transform:rotate(-18deg);padding:5px 0 10px}.img22{transform:rotate(5deg);padding:5px 0 10px}.img32{transform:rotate(12deg);padding:5px 0 10px}.img42{transform:rotate(15deg);padding:5px 0 10px}.img52{transform:rotate(-8deg);padding:5px 0 10px}.stats h2{font-size:48px;margin:10px 0 0}.turnaround img{width:80px}.card.seamless{position:relative;overflow:hidden}.card.seamless .img-container{position:relative;height:300px}.card.seamless .img-left,.card.seamless .img-right{position:absolute;top:50%;transform:translateY(-50%);width:45%;opacity:0;transition:all 1s ease}.card.seamless .img-left{left:-60%}.card.seamless .img-right{right:-60%}.card.seamless .img-left.visible{left:5%;opacity:1}.card.seamless .img-right.visible{right:5%;opacity:1}@media(max-width:1024px){.card.tailored{background-size:cover;background-position:center;min-height:250px}.card.tailored .ovarly{width:160px!important}.card.tailored h3{font-size:18px}.turnaround{margin:0 auto;padding:20px 60px}.statsCard h2{font-size:48px!important;margin-left:0!important}.statsCard p{font-size:18px!important;margin-left:0!important}.imgRound img{width:45px}.card.seamless .img-container{height:220px}.card.seamless .img-left,.card.seamless .img-right{width:48%}}@media(max-width:767px){.first-row,.row2{grid-template-columns:1fr;gap:15px}.flex-grid{flex-direction:column;align-items:center}.grid1,.grid2{flex-direction:column;gap:10px}.img-left,.img-right{width:80%}.stats h2{font-size:36px;text-align:center;margin-left:0}.stats p{font-size:16px;text-align:center;margin-left:0}.turnaround img{width:60px}.camera img{width:90%}.card h3{font-size:16px;text-align:center}.years h3{margin-top:50px!important}.card.seamless .img-container .img-right{right:0;width:48%}}@media(max-width:767px){.flex-grid{position:relative;width:280px;height:380px;margin:0 auto}.grid1>div,.grid2>div{position:absolute;top:50%;left:50%;transform-origin:center center}.img42{width:150px;height:100px;transform:translate(-50%,-50%) rotate(0);z-index:3}.img12{width:200px;height:250px;transform:translate(-70%,-70%) rotate(-10deg);z-index:2}.img22{width:200px;height:250px;transform:translate(20%,-70%) rotate(10deg);z-index:2}.img32{width:200px;height:250px;transform:translate(-70%,20%) rotate(10deg);z-index:1}.img52{width:150px;height:250px;transform:translate(20%,20%) rotate(-10deg);z-index:1}.imgs,.imgs1,.imgs2,.img{border-radius:10px;object-fit:cover}h3{text-align:center;font-size:20px}}.matn{width:40%;text-align:center;margin:0 auto 50px}.matn h1{font-size:48px}.matn p{font-size:18px}h3{font-size:40px;font-family:Arial,Helvetica,sans-serif}@media(max-width:767px){.matn{width:90%;margin-bottom:30px;margin-top:0}.matn h1{font-size:28px}.matn p{font-size:15px}h3{font-size:24px}}@media(max-width:1024px){.matn{width:60%;margin-bottom:40px}.matn h1{font-size:36px}.matn p{font-size:16px}h3{font-size:32px}}.statsCard{display:flex;justify-content:space-between;align-items:center;padding:10px}.leftContent{display:flex;flex-direction:column;gap:5px;justify-content:flex-start}.imgRound{display:flex}.imgRound img{width:60px;height:60px;border-radius:50%;object-fit:cover;margin-left:-15px;border:3px solid white}.turnaround{width:300px;height:200px}.layoutGrid{display:grid;gap:20px}.cardsGrid{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(max-width:768px){.first-row,.second-row,.cardsGrid{grid-template-columns:1fr}}.ovarly{position:relative;display:flex;align-items:center;justify-content:center;z-index:1;padding:20px}.ovarly:before{content:"";position:absolute;top:50%;left:50%;width:250%;height:250%;background:radial-gradient(circle,#ffffff80,#fff0 70%);transform:translate(-50%,-50%);filter:blur(50px);z-index:-1}.portfolio-text{text-align:center;padding:100px 20px;display:flex;flex-direction:column;align-items:center;gap:20px}.portfolio-text h1{font-size:42px;font-weight:600}.portfolio-text p{max-width:600px;color:#666;line-height:1.6}.featured{margin-top:20px;font-weight:500;text-transform:uppercase;letter-spacing:2px;font-size:14px;color:#999}.moving-words{width:30%;overflow:hidden;margin-top:20px;white-space:nowrap}.words-track{display:inline-flex;gap:80px;animation:scrollWords 20s linear infinite}.words-track span{font-weight:700;font-size:22px;color:#111;letter-spacing:2px}@keyframes scrollWords{0%{transform:translate(0)}to{transform:translate(-50%)}}.cardsSection{position:relative;padding:120px 80px;height:200vh}.cardsWrapper{position:relative}.row{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-bottom:40px}.rowSticky{position:sticky;top:120px;z-index:1}.cardImg{position:relative;height:500px;border-radius:28px;overflow:hidden}.cardImg img{width:100%;height:100%;object-fit:cover}.cardContent{position:absolute;bottom:20px;left:20px;color:#fff}.testimonialWrapper{overflow:hidden;width:100%;padding:20px 0;background:#fff;position:relative}.testimonialTrack{display:flex;gap:30px;width:max-content;animation:scrollLeft 25s linear infinite}@media(max-width:1024px){.cardsSection{padding:80px 40px;height:auto}.row{grid-template-columns:1fr 1fr;gap:25px}.rowSticky{top:80px}.cardImg{height:380px}.cardContent{bottom:15px;left:15px}.testimonialTrack{gap:20px;animation:scrollLeft 30s linear infinite}}@media(max-width:767px){.cardsSection{padding:60px 20px;height:auto}.row{grid-template-columns:1fr;gap:20px}.rowSticky{position:relative;top:auto}.cardImg{height:280px;border-radius:20px}.cardContent{bottom:12px;left:12px;font-size:14px}.testimonialWrapper{padding:15px 0}.testimonialTrack{gap:15px;animation:scrollLeft 35s linear infinite}}.cardTestimonial{width:400px;background:#ebe9e9;padding:10px 25px;border-radius:24px;box-shadow:0 10px 30px #00000014;display:flex;flex-direction:column;align-items:flex-start;text-align:left;transition:.4s ease}.cardTestimonial:hover{transform:translateY(-10px);box-shadow:0 15px 40px #0000001f}.cardTestimonial img{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:15px}.cardTestimonial p{font-size:18px;color:#555;line-height:1.6;margin-bottom:10px}.cardTestimonial h2{font-size:16px;font-weight:600;margin-bottom:5px}.cardTestimonial p:last-child{font-size:13px;color:#888}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}.section-blog{display:flex;justify-content:space-between;align-items:center;padding:80px 100px;gap:40px}.section-blog .left{max-width:450px}.section-blog .left h1{font-size:48px;margin:20px 0;font-weight:600;line-height:1.2}.section-blog .left p{font-size:18px;color:#555;line-height:1.6}.section-blog .right{display:flex;align-items:center}@media(max-width:767px){.cardTestimonial{width:260px;padding:10px 18px}.cardTestimonial img{width:60px;height:60px}.cardTestimonial p{font-size:15px}.cardTestimonial h2{font-size:14px}.section-blog{flex-direction:column;padding:50px 20px;gap:25px;text-align:center}.section-blog .left{max-width:100%}.section-blog .left h1{font-size:28px}.section-blog .left p{font-size:15px}.section-blog .right{justify-content:center;width:100%}}.blackBtn:hover{background:#333;transform:translateY(-2px)}@media(max-width:768px){.section-blog{flex-direction:column;align-items:flex-start;padding:60px 30px}.section-blog .right{margin-top:20px}.section-blog .left h1{font-size:34px}}.photo{background:#f4f4f4;padding:20px;border-radius:10px}.mirrorSection{display:flex;align-items:center;justify-content:space-between;gap:70px}.imgBar{flex:1}.imgBar img{width:100%;height:500px;object-fit:cover;border-radius:24px}.mirText{flex:1;max-width:550px}.mirText h1{font-size:42px;line-height:1.3;margin:20px 0;font-weight:600}.mirText p{font-size:17px;color:#555;line-height:1.8}.copy{margin-top:30px;display:flex;align-items:center;gap:100px;justify-content:space-between}.copy p{font-size:14px;color:#777}.brown{background:#f39d42;color:#fff;border:none;padding:6px 16px;border-radius:20px;font-size:13px;cursor:pointer;transition:.3s ease}.brown:hover{background:#b58e67}.grid-row{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding:20px;width:95%}.first-card{background:#fff;border-radius:20px;width:100%;padding:0 20px;overflow:hidden;transition:.3s ease;cursor:pointer;box-shadow:0 8px 25px #0000000d}.first-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #00000014}.first-card img{width:100%;height:230px;object-fit:cover;border-radius:20px}.lightnig-flex{padding:25px;display:flex;justify-content:space-between;align-items:center;gap:15px}.lightnig-flex p{font-size:18px;font-weight:500;line-height:1.4;color:#222;flex:1}.btn-green,.btn-gold,.btn-blue{border:none;padding:6px 14px;border-radius:18px;font-size:13px;color:#fff;cursor:pointer;transition:.3s ease}.btn-green{background:#2e7d32}.btn-gold{background:#c8a24d}.btn-blue{background:#2c6ed5}.btn-green:hover,.btn-gold:hover,.btn-blue:hover{opacity:.85}@media(max-width:900px){.grid-row{grid-template-columns:1fr;padding:60px 30px}}@media(max-width:1024px){.mirrorSection{gap:40px}.imgBar img{height:400px}.mirText h1{font-size:34px}.mirText p{font-size:16px}.copy{gap:40px}.grid-row{grid-template-columns:repeat(2,1fr);gap:25px}.first-card img{height:200px}}@media(max-width:767px){.mirrorSection{flex-direction:column;gap:30px;text-align:center}.imgBar img{height:300px}.mirText{max-width:100%}.mirText h1{font-size:26px}.mirText p{font-size:15px}.copy{flex-direction:column;gap:15px;align-items:center}.grid-row{grid-template-columns:1fr;gap:20px;padding:40px 20px}.first-card img{height:180px}.lightnig-flex{flex-direction:column;align-items:flex-start;gap:10px}}.faq-section{display:flex;justify-content:space-between;gap:80px;padding:100px 120px;background:#fff}.faq-left{flex:1;max-width:550px}.faq-badge{background:#f2f2f2;padding:6px 14px;border-radius:20px;font-size:13px;color:#555}.faq-left h1{font-size:56px;margin:20px 0;font-weight:600}.faq-left p{color:#666;line-height:1.7;font-size:17px}.faq-video{margin-top:0;border-radius:20px;overflow:hidden;position:relative}.faq-video video{width:100%;height:220px;object-fit:cover;display:block;filter:brightness(.9)}.faq-right{flex:1;display:flex;flex-direction:column;gap:20px}.faq-item{background:#f4f4f4;padding:22px 25px;border-radius:18px;cursor:pointer;transition:.3s ease}.faq-item:hover{background:#ececec}.faq-question{display:flex;justify-content:space-between;align-items:center;font-size:17px;font-weight:500}.faq-answer{margin-top:15px;font-size:15px;color:#666;line-height:1.6}@media(max-width:767px){.faq-section{flex-direction:column;padding:60px 20px;gap:40px}.faq-left{max-width:100%}.faq-left h1{font-size:30px}.faq-left p{font-size:15px}.faq-video video{height:180px}.faq-right{gap:15px}.faq-item{padding:18px}.faq-question{font-size:15px}.faq-answer{font-size:14px}}.apCorner{position:absolute;width:22px;height:22px;border:2px solid white;opacity:0;transition:.4s ease}.apStackWrapper.left .apLeft .apCorner,.apStackWrapper.center .apCenter .apCorner,.apStackWrapper.right .apRight .apCorner{opacity:1}.tl{top:18px;left:18px;border-right:none;border-bottom:none}.tr{top:18px;right:18px;border-left:none;border-bottom:none}.bl{bottom:18px;left:18px;border-right:none;border-top:none}.br{bottom:18px;right:18px;border-left:none;border-top:none}.apStackSection{height:70vh;display:flex;margin-left:40%;align-items:center;justify-content:center;background:#fff}.apStackWrapper{position:relative;width:800px;height:500px}.apStackItem{position:absolute;width:280px;height:420px;border-radius:24px;overflow:hidden;transition:all .6s ease;cursor:pointer}.apStackItem img{width:100%;height:100%;object-fit:cover}.apLeft{transform:rotate(-12deg) translate(-220px);z-index:1}.apCenter{transform:scale(1.05);z-index:3}.apRight{transform:rotate(12deg) translate(220px);z-index:1}.apStackWrapper.right .apRight{transform:scale(1.05);z-index:3}.apStackWrapper.right .apCenter{transform:rotate(-8deg) translate(-120px) scale(.9);filter:blur(4px);z-index:1}.apStackWrapper.right .apLeft{opacity:0;pointer-events:none}.apStackWrapper.left .apLeft{transform:scale(1.05);z-index:3}.apStackWrapper.left .apCenter{transform:rotate(8deg) translate(120px) scale(.9);filter:blur(4px);z-index:1}.apStackWrapper.left .apRight{opacity:0;pointer-events:none}.apStackWrapper.center .apLeft{transform:rotate(-12deg) translate(-220px);opacity:1;filter:none}.apStackWrapper.center .apCenter{transform:scale(1.05);filter:none}.apStackWrapper.center .apRight{transform:rotate(12deg) translate(220px);opacity:1;filter:none}.apSocialLinks{display:flex;gap:40px;justify-content:center;margin-top:40px}.apSocialItem{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:#000;font-size:16px;font-weight:500;transition:.3s ease}.apIcon{transition:.3s ease;transform:rotate(-20deg)}.apSocialItem:hover .apIcon{transform:rotate(0)}.apSocialItem:hover{letter-spacing:1px}@media(max-width:1024px){.apStackSection{margin-left:0;height:auto;padding:40px 20px}.apStackWrapper{width:90%;max-width:600px;height:420px;margin:0 auto}.apStackItem{width:220px;height:340px}.apLeft{transform:rotate(-10deg) translate(-25%)}.apRight{transform:rotate(10deg) translate(25%)}.apStackWrapper.center .apLeft{transform:rotate(-10deg) translate(-25%)}.apStackWrapper.center .apRight{transform:rotate(10deg) translate(25%)}.apSocialLinks{gap:25px;justify-content:center}}@media(max-width:767px){.apStackSection{margin-left:30%;height:auto;padding:20px 15px}.apStackWrapper{width:100%;max-width:100%;height:360px}.apStackItem{width:180px;height:280px}.apLeft{transform:rotate(-8deg) translate(-20%)}.apRight{transform:rotate(8deg) translate(20%)}.apStackWrapper.center .apLeft{transform:rotate(-8deg) translate(-20%)}.apStackWrapper.center .apRight{transform:rotate(8deg) translate(20%)}.apSocialLinks{flex-direction:column;gap:15px;align-items:center}.apSocialItem{font-size:14px}}.footer{display:flex;justify-content:space-between;flex-wrap:wrap;padding:60px 40px;font-family:Arial,sans-serif}.footer-left{flex:1;min-width:250px}.footer-left h1{font-size:42px;margin-bottom:0}.footer-left p{font-size:16px;line-height:1.6;margin-bottom:20px;color:#24232391}.footer-left span{font-size:14px;color:#888686c0}.footer-right{display:flex;flex:0 0 auto;gap:60px;min-width:250px}.footer-column h2{font-size:20px;margin-bottom:15px}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column li{font-size:16px;margin-bottom:10px;color:#838080;cursor:pointer;transition:color .2s}.footer-column li:hover{color:#fff;font-weight:500}@media(max-width:768px){.footer{flex-direction:column;align-items:flex-start}.footer-right{flex-direction:row;gap:40px;margin-top:30px;flex-wrap:wrap}.footer-column{min-width:120px;margin-bottom:20px}}.titleFrame{position:relative;display:inline-block;padding:10px 20px;font-size:60px;font-weight:700}.titleCorner{position:absolute;width:15px;height:15px;border:2px solid black;pointer-events:none}.cornerTopLeft{top:0;left:0;border-right:none;border-bottom:none}.cornerTopRight{top:0;right:0;border-left:none;border-bottom:none}.cornerBottomLeft{bottom:0;left:0;border-right:none;border-top:none}.cornerBottomRight{bottom:0;right:0;border-left:none;border-top:none}@media(max-width:768px){.footer{padding:20px 60px;text-align:center}.footer-left h1{font-size:28px}.footer-left p{font-size:14px}.footer-left span{font-size:13px}.footer-right{gap:30px;margin-top:25px}.footer-column h2{font-size:16px}.footer-column li{font-size:14px}.titleFrame{font-size:32px;padding:6px 14px}.titleCorner{width:10px;height:10px}}@media(max-width:1024px){.footer{padding:50px 30px}.footer-left h1{font-size:34px}.footer-left p{font-size:15px}.footer-right{gap:40px}.footer-column h2{font-size:18px}.footer-column li{font-size:15px}.titleFrame{font-size:46px}}body{overflow-x:hidden}.preloader{position:fixed;inset:0;height:100vh;background:#f3f3f3;display:flex;justify-content:center;align-items:center;z-index:9999}.flex{display:flex;justify-content:space-between;align-items:center;min-height:100vh;padding:120px 60px;gap:120px;flex-direction:column;background:#f3f3f3}.flex1,.flex2{display:flex;gap:100px}.Img1,.Img2,.Img3,.Img4,.Img5{background:#fff;padding:5px 5px 15px;border-radius:14px;box-shadow:0 25px 40px #00000026;width:220px;transition:.4s ease;opacity:0;transform:translateY(100vh) rotate(var(--rotate));animation:slideUp 1.3s cubic-bezier(.22,1,.36,1) forwards}@keyframes slideUp{to{opacity:1;transform:translateY(0) rotate(var(--rotate))}}.Img{width:100%;border-radius:10px}.Img1{--rotate: -18deg}.Img2{--rotate: 5deg}.Img3{--rotate: 12deg}.Img4{--rotate: 15deg}.Img5{--rotate: -8deg}@media(max-width:1200px){.flex1,.flex2{flex-wrap:wrap;justify-content:center}}@media(max-width:768px){.flex{padding:80px 20px;gap:80px}.flex1,.flex2{gap:50px}.Img1,.Img2,.Img3,.Img4,.Img5{width:180px}}@media(max-width:480px){.flex1,.flex2{flex-direction:column;align-items:center}.Img1,.Img2,.Img3,.Img4,.Img5{width:85%}}
