header{width:100%;height:80px;display:flex;align-items:center;justify-content:center;box-shadow:0 9px 35px #00000009;position:sticky;top:0;z-index:100;background-color:#fff}nav{width:100%;height:100%;max-width:1650px;padding-inline:3rem;display:flex;align-items:center;justify-content:space-between}nav a{color:var(--dark-blue);font-size:19px;transition:all .3s ease-in-out}nav a:hover{color:var(--orange)}.right{display:flex;gap:3rem}.hamburger{display:flex;align-items:center;justify-content:center;display:none}.hamburger-button{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;cursor:pointer}.icon-bar{background-color:var(--dark-blue);transition:all .3s linear;display:block;width:22px;height:2px}.icon-bar+.icon-bar{margin-top:5px}.hamburger-button.open .icon-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger-button.open .icon-bar:nth-child(2){opacity:0}.hamburger-button.open .icon-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:800px){.hamburger{display:block}.right{position:fixed;top:80px;right:0;width:250px;background:#fff;flex-direction:column;padding:2rem;gap:1.5rem;transform:translate(100%);transition:transform .4s ease-in-out;box-shadow:-10px 0 25px #0000001a;text-align:center;border-radius:5px}.right.active{transform:translate(0)}}footer{width:100%}.footer-section{width:100%;min-height:500px;padding:5rem 20px;background-image:url(/assets/footer_bg_1.png);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}.footer-first-row{width:100%;max-width:1400px;display:flex;justify-content:space-between;gap:4rem;padding-bottom:3rem;border-bottom:1px solid #1E242F}.footer-one{flex:1;display:flex;flex-direction:column;gap:2rem}.footer-top-top h1{font-size:2rem;font-weight:600;color:#fff}.footer-top-top img{max-width:180px}.footer-top-bottom{display:flex;flex-direction:column;gap:1.2rem}.footer-top-bottom p{font-size:1.1rem;line-height:1.6;color:#cecccc}.footer-top-bottom a{color:#cecccc;text-decoration:none;font-size:1rem;transition:color .3s ease,transform .3s ease}.footer-top-bottom a:hover{color:#fff;transform:translate(6px);color:#ff7070}.footer-second-row{width:100%;max-width:1400px;margin-top:1.5rem;display:flex;align-items:center;justify-content:space-between}.footer-second-row p{font-size:.95rem;color:#b4b4b4}.social-icons{display:flex;gap:1.5rem}.social-icons a{display:flex;align-items:center;justify-content:center}.social-icons i{font-size:22px;color:#fff;cursor:pointer;transition:color .3s ease,transform .3s ease}.social-icons i:hover{color:#ff7070;transform:translateY(-3px)}@media(max-width:900px){.footer-first-row{flex-wrap:wrap;gap:3rem}.footer-one{flex:1 1 45%}.footer-top-top h1{font-size:1.6rem}.footer-top-top img{max-width:160px}}@media(max-width:500px){.footer-section{padding:4rem 15px;text-align:center}.footer-first-row{flex-direction:column;align-items:center;gap:3rem}.footer-one{width:100%;align-items:center}.footer-top-bottom{align-items:center}.footer-second-row{flex-direction:column;gap:1.5rem}.footer-top-bottom a:hover{transform:none}}.loader-wrapper{position:fixed;inset:0;background-color:#000;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999;opacity:1;transition:opacity .6s ease}.loader-wrapper.fade-out{opacity:0;pointer-events:none}.loader-line-container{width:320px;height:2px;background-color:#fff3;overflow:hidden}.loader-line{height:100%;background-color:#fff;transition:width .3s ease-out}.loader-percent{margin-top:18px;font-size:1rem;color:#fff;letter-spacing:2px;font-family:Arial,Helvetica,sans-serif}main{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.hero-page{margin-top:10px;width:100%;max-width:var(--max-width);display:flex;align-items:center;justify-content:center}.hero-left{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;gap:2rem}.hero-left h1{font-size:4rem;line-height:4.5rem;text-align:center;font-weight:600}.hero-first-icon-container,.hero-second-icon-container,.hero-third-icon-container{will-change:transform;transition:transform .4s ease-out}.hero-first-icon-container{position:absolute;top:-60px;left:0;width:100%;max-width:200px;z-index:1}.hero-first-icon-container img{width:100%}.hero-second-icon-container{position:absolute;left:100px;bottom:-150px;width:100%;max-width:140px}.hero-second-icon-container img{width:100%}.hero-left p{font-size:1.6rem}.hero-left a:before{content:"";position:absolute;top:-1px;left:-1px;width:20px;height:20px;border-top:1px solid var(--dark-blue);border-left:1px solid var(--dark-blue);transition:.3s ease}.hero-left a{position:relative;padding:18px 40px;border:1px solid #ebebeb;line-height:18px;font-size:15px;transition:.3s}.hero-left a:after{content:"";position:absolute;bottom:-1px;right:-1px;width:20px;height:20px;border-bottom:1px solid var(--dark-blue);border-right:1px solid var(--dark-blue);transition:.3s ease}.hero-left a:hover:before,.hero-left a:hover:after{width:100%;height:100%}.hero-right{width:100%;display:flex;justify-content:center}.hero-image-container{width:90%;position:relative}.hero-image-container img{width:100%}.hero-third-icon-container{max-width:200px;position:absolute;bottom:10px}.second-section{width:100%;height:300px;display:flex;align-items:center;justify-content:center}.arrow-container{width:30px;height:30px;cursor:pointer}.arrow-container img{width:100%;height:100%}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-20px)}60%{transform:translateY(-10px)}}.bounce{animation:bounce 2s infinite}.third-section{width:100%;max-width:var(--max-width);display:grid;grid-template-columns:repeat(3,1fr);gap:20px;justify-items:center;align-items:center;padding:20px}.portfolio-container-outer-container{width:100%;height:100%;background-color:#66339980}.portfolio-container{position:relative;width:100%;height:100%;overflow:hidden}.overlay{position:absolute;inset:0;background-color:#00000059;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;gap:.4rem;padding:0 2rem 2rem;opacity:0;transition:opacity .3s ease}.overlay h1{overflow:hidden;color:#fff}.overlay p{letter-spacing:1px;overflow:hidden}.overlay h1 span,.overlay p span{display:block;transform:translateY(120%)}.portfolio-container:hover .overlay{opacity:1}.portfolio-container:hover .overlay h1 span{animation:textUp .5s ease forwards}.portfolio-container:hover .overlay p span{animation:textUp .5s ease forwards .1s}@keyframes textUp{0%{transform:translateY(120%)}to{transform:translateY(0)}}.portfolio-container img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.portfolio-container:hover img{transform:scale(1.1)}.fourth-section{width:100%;display:flex;align-items:center;justify-content:center;padding:5rem 20px}.fourth-section-container{width:100%;max-width:1200px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;gap:2rem}.fourth-section-container h1{font-size:3rem}.fourth-section-container p{color:#7d7d7d;line-height:1.5rem;font-size:18px}.fourth-section-container a{display:flex;gap:15px;padding:17px 26px;background-color:#ff7070;border:none;color:#fff;line-height:18px;-webkit-transition:.3s;transition:.3s;border:1px solid #ff7070;cursor:pointer}.fourth-section-container a:hover{background-color:transparent;color:#ff7070}.fourth-section-container a span{font-size:1rem;font-weight:600;letter-spacing:1px}.section-four-arrow-container span{padding:10px}.fifth-section{width:100%;display:flex;align-items:center;justify-content:center;padding:8rem 20px;background-color:#051441;color:#fff;position:relative}.fifth-section-container{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:3rem}.fifth-section-container h1{color:#fff;font-size:3rem}.fifth-section-container p{font-size:18px;letter-spacing:.5px}.fifth-section-container a:before{opacity:0;-webkit-transition-duration:.6s;transition-duration:.6s;-webkit-transition-delay:.2s;transition-delay:.2s;-webkit-transition-property:opacity;transition-property:opacity;z-index:-1}.fifth-section-container a{position:relative;overflow:hidden;background-color:#fff;color:var(--dark-blue);padding:18px 47px;border:none;cursor:pointer;font-size:1rem;font-weight:600;transition:color .3s ease;z-index:1;letter-spacing:1px}.fifth-section-container a:after{content:"";position:absolute;inset:0;background-color:#ff7070;transform:scaleX(0);transform-origin:right;transition:transform .4s cubic-bezier(.075,.82,.165,1);z-index:-1}.fifth-section-container a:hover{color:#fff}.fifth-section-container a:hover:after{transform:scaleX(1);transform-origin:left}.demo-image-1,.demo-image-2{will-change:transform;transition:none}.demo-image-1{position:absolute;left:0}.demo-image-2{position:absolute;right:0}.sixth-section{width:100%;max-width:var(--max-width);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8rem 20px}.sixth-section-first-row{display:flex;flex-direction:column;gap:1.5rem;height:150px}.sixth-section-first-row p{text-transform:uppercase;font-size:1.2rem;color:#ff7070;text-align:center;font-family:Courier New,Courier,monospace;font-weight:500;letter-spacing:2px}.sixth-section-first-row h1{font-size:3.5rem;letter-spacing:2px;font-family:Times New Roman,Times,serif}.sixth-section-second-row{width:100%;max-width:1200px;display:flex;justify-content:space-between;align-items:center;padding:1.2rem 0;font-family:Times New Roman,Times,serif;border-bottom:1.5px solid #d4d3d3}.sixth-section-inner-first{display:flex;align-items:center;gap:2rem}.sixth-text-container{display:flex;flex-direction:column;gap:.8rem}.sixth-text-container p{font-size:.9rem;text-transform:uppercase;font-family:Futura}.sixth-text-container h2{font-weight:500;color:#051441}.sixth-image-container{width:100%;max-width:80px}.sixth-image-container img{width:100%;height:100%}.sixth-section-inner-second button{display:flex;align-items:center;gap:1rem;font-size:14px;cursor:pointer;border:none;background-color:transparent;color:#7d7d7d;text-transform:uppercase;font-weight:600;letter-spacing:.5px}.sixth-section-inner-second button:hover{color:#ff7070}.sixth-section-inner-second button span+span{font-size:20px;margin-bottom:2px}.six-one p{color:#5961ff}.six-two p{color:#58cf61}.six-three p{color:#ff3232}.six-four p{color:#ffaa3b}.six-five p{color:#58cf61}.six-six p{color:#5961ff}.seventh-section{width:100%;height:400px;background-image:url(/assets/blog_breadcrumg_1.png);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;color:#051441}.seventh-inner{display:flex;align-items:center;flex-direction:column;gap:1rem}.seventh-inner h1{text-align:center;line-height:5rem;font-size:75px}.seventh-inner p{font-size:18px}.eight-section{width:100%;padding:3rem 20px 10rem;display:flex;align-items:center;justify-content:center}.eight-section-inner{width:100%;max-width:1250px;display:grid;grid-template-columns:repeat(3,1fr);justify-items:center;align-items:center;color:#051441}.eight-inner-card:before{position:absolute;content:"25\aMar";width:75px;height:70px;font-size:1.5rem;background-color:#ff7070;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;white-space:pre;inset:20px 0 0 20px;border-radius:10px}.eight-inner-card{position:relative;display:flex;flex-direction:column;gap:1rem;width:100%;max-width:350px;margin-top:5rem}.eight-image-container{width:100%;overflow:hidden;border-radius:10px}.eight-image-container img{width:100%;height:100%;border-radius:10px;transition:transform .5s ease}.eight-image-container:hover img{transform:scale(1.1)}.eight-card-likes{display:flex;gap:3rem}.eight-card-text{width:100%;height:100%}.eight-card-text h2{font-weight:600;transition:all .3s ease-in;cursor:pointer}.eight-card-text h2:hover{color:#ff7070}.nine-section{width:100%;height:400px;background-image:url(/assets/getstarted.png);background-size:cover;background-position:center;background-repeat:no-repeat}.inner-nine-section{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:3rem}.inner-nine-section p{font-size:1rem;text-transform:uppercase;color:#ff7070;letter-spacing:1px}.inner-nine-section h1{font-size:3rem;color:#fff}.inner-nine-section h1 span{font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif}.inner-nine-section a:before{content:"";opacity:0;-webkit-transition-duration:.6s;transition-duration:.6s;-webkit-transition-delay:.2s;transition-delay:.2s;-webkit-transition-property:opacity;transition-property:opacity;z-index:-1}.inner-nine-section a{position:relative;overflow:hidden;background-color:#ff7070;color:#fff;padding:20px 60px;border:none;cursor:pointer;font-size:1.1rem;letter-spacing:1px;z-index:1;transition:color .3s ease}.inner-nine-section a:after{content:"";position:absolute;inset:0;background-color:#fff;transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.075,.82,.165,1);z-index:-1}.inner-nine-section a:hover:after{transform:scaleX(1);transform-origin:left}.inner-nine-section a:after{transform-origin:right}.inner-nine-section a:hover{color:#ff7070}@media(max-width:1024px){.hero-page{padding:0 20px}.hero-left h1{font-size:3.5rem;line-height:4rem}.third-section{grid-template-columns:repeat(2,1fr)}.sixth-section-first-row h1{font-size:3rem}.seventh-inner h1{font-size:3.5rem;line-height:4rem}}@media(max-width:900px){.hero-page{flex-direction:column;padding:3rem 1.5rem}.hero-left,.hero-right{width:100%;text-align:center}.hero-left{padding-top:3rem}.hero-left h1{font-size:3rem;line-height:3.3rem}.hero-left a{margin:0 auto}.hero-right{margin-top:3rem}.hero-first-icon-container{top:-30px;left:40px;max-width:130px}.hero-second-icon-container{bottom:-80px;left:30px;max-width:100px}.hero-third-icon-container{max-width:120px;bottom:-10px}.third-section{grid-template-columns:repeat(2,1fr);gap:16px}.fifth-section{padding:6rem 20px}.demo-image-1,.demo-image-2{display:none}.sixth-section-second-row{flex-direction:column;align-items:flex-start;gap:1.2rem}.eight-section-inner{grid-template-columns:repeat(2,1fr);gap:2rem}.nine-section{height:auto;padding:5rem 20px}.inner-nine-section h1{font-size:2.5rem;text-align:center}}@media(max-width:600px){.hero-left h1{font-size:2.5rem;line-height:3rem}.hero-left p{font-size:1.3rem}.hero-left a{padding:15px 25px}.hero-first-icon-container,.hero-second-icon-container{display:none}.hero-third-icon-container{max-width:90px;right:0}.second-section{height:200px}.third-section{grid-template-columns:1fr}.fourth-section-container h1{font-size:2.3rem}.fourth-section-container p{font-size:16px}.sixth-section-first-row h1{font-size:2.4rem;text-align:center}.sixth-section-second-row{padding:1rem 0}.seventh-inner h1{font-size:2.4rem;line-height:3rem}.eight-section-inner{grid-template-columns:1fr}.inner-nine-section h1{font-size:2rem}.inner-nine-section button{padding:16px 40px}}@media(max-width:400px){.hero-left h1{font-size:2.1rem;line-height:2.6rem}.hero-left p{font-size:1.2rem}.hero-left a{padding:14px 20px}.seventh-inner h1{font-size:2rem}.eight-card-likes{font-size:.85rem}.eight-inner-card:before{width:55px;height:55px;font-size:1.1rem}}.about{width:100%;overflow-x:hidden}.about-first-section{width:100%;max-width:1400px;min-height:750px;margin-inline:auto;padding:3rem 2rem;display:flex;align-items:flex-start;gap:3rem}.about-section-column-one{flex:1;position:relative;display:flex;justify-content:center}.about-section-column-one img{max-width:100%;height:auto;display:block}.about-image-two-container{position:absolute;top:160px;right:20px}.about-image-three-container{position:absolute;top:380px;left:80px;z-index:-10;opacity:.9}.section-first-column-two{flex:1;display:flex;flex-direction:column;justify-content:center;gap:2.5rem}.section-first-column-two .about-us-one{font-size:16px;color:#ff7070;font-weight:600;text-transform:uppercase}.section-first-column-two h1{font-size:3rem;line-height:4rem}.section-first-column-two p{font-size:1rem;line-height:1.6rem;color:#7d7d7d}.section-first-column-two a{width:fit-content;padding:16px 32px;text-transform:uppercase;border:1px solid rgba(5,20,65,.2);transition:.4s ease}.section-first-column-two a:hover{background-color:#ff7070;color:#fff}.about-second-wrapper{position:relative;max-width:1400px;margin:6rem auto 0;padding-inline:2rem}.about-second-section{background-color:#ffeaea;border-radius:6px;padding:85px 75px;display:flex;align-items:center;gap:4rem}.about-second-section-first{flex:1;display:flex;flex-direction:column;gap:2rem}.about-second-first-text{font-size:16px;text-transform:uppercase;letter-spacing:2px;font-weight:600;color:#ff7070}.about-second-section-first h2{font-size:2.2rem;color:var(--dark-blue);font-family:Arial,Helvetica,sans-serif}.about-second-first-text-two{color:#7d7d7d;line-height:1.6rem}.about-second-section-first a:before{opacity:0;-webkit-transition-duration:.6s;transition-duration:.6s;-webkit-transition-delay:.2s;transition-delay:.2s;-webkit-transition-property:opacity;transition-property:opacity;z-index:-1}.about-second-section-first a{position:relative;overflow:hidden;background-color:#ff7070;color:#fff;padding:16px 25px;border:none;cursor:pointer;font-size:15px;font-weight:600;transition:color .3s ease;z-index:1;width:180px;letter-spacing:1px}.about-second-section-first a:after{content:"";position:absolute;inset:0;background-color:#fff;transform:scaleX(0);transform-origin:right;transition:transform .4s cubic-bezier(.075,.82,.165,1);z-index:-1;border:1px solid #ff7070b4}.about-second-section-first a:hover{color:#ff7070}.about-second-section-first a:hover:after{transform:scaleX(1);transform-origin:left}.about-second-section-second{flex:1}.about-second-section-second img{max-width:100%;height:auto;display:block}.second-section-outer-image{position:absolute;right:-120px;bottom:-120px;width:260px;height:260px;pointer-events:none;z-index:-10}.second-section-outer-image img{width:100%;height:100%}.about-third-section{width:100%;padding:160px 2rem;display:flex;justify-content:center;overflow:hidden}.about-third-inner{position:relative;width:100%;max-width:920px}.about-third-shape{position:absolute;top:-70px;left:-40px;z-index:-1;max-width:160px}.about-video-box{position:relative;border-radius:8px;overflow:hidden}.about-video-box img{width:100%;display:block;border-radius:8px}.video-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:#fff;color:#ff7070;font-size:26px;border-radius:50%;text-decoration:none;box-shadow:0 15px 40px #01103a40;z-index:2;transition:all .4s ease-in}.video-play-btn:after{content:"";position:absolute;inset:-5px;border-radius:50%;background:#ffffff9d;animation:whiteRipple 2.2s ease-out infinite;z-index:-1}.about-video-circle{position:absolute;right:-120px;bottom:-80px;width:280px;height:280px;background:#acf2f0;z-index:-1;border-radius:50%;animation:floatMorph 12s ease-in-out infinite,rotateSlow 20s linear infinite;will-change:transform,border-radius}@keyframes floatMorph{0%{transform:translate(0) scale(1);border-radius:50%}25%{transform:translate(-40px,-30px) scale(1.1);border-radius:60% 40% 55% 45%/50% 60% 40% 50%}50%{transform:translate(30px,-60px) scale(.95);border-radius:40% 60% 35% 65%/60% 40%}75%{transform:translate(-20px,20px) scale(1.08);border-radius:65% 35% 60% 40%/45% 55% 50% 50%}to{transform:translate(0) scale(1);border-radius:50%}}@keyframes rotateSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.video-play-btn:hover{color:#fff;background-color:#ff7070}@keyframes whiteRipple{0%{transform:scale(.4);opacity:.7}70%{opacity:.2}to{transform:scale(1.4);opacity:0}}@keyframes rotateCircle{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:1024px){.about-first-section,.about-second-section{flex-direction:column;align-items:center}.about-image-two-container{display:none}.second-section-outer-image{right:-60px;bottom:-60px;width:180px;height:180px}.about-third-section{padding:120px 1.5rem}.video-play-btn{width:70px;height:70px;font-size:22px}.about-video-circle{width:220px;height:220px;right:-80px;bottom:-60px}}@media(max-width:768px){.about-video-circle{width:200px;height:200px;right:-70px;bottom:-50px}}@media(max-width:600px){.about-second-section{padding:50px 30px}.second-section-outer-image{display:none}.about-third-section{padding:90px 1rem}.video-play-btn{width:60px;height:60px;font-size:20px}.video-play-btn:after{inset:-25px}.about-video-circle{width:180px;height:180px;right:-60px;bottom:-40px}.about-third-shape{max-width:110px;top:-40px;left:-20px}}@media(max-width:480px){.about-video-circle{width:160px;height:160px;right:-40px;bottom:-30px}}.services{width:100%;overflow:hidden}.services-first-section{position:relative;width:100%;min-height:520px;background-color:#ffe9cc;display:flex;align-items:center;justify-content:center;padding:0;margin:0;overflow:hidden}.services-first-section h1{text-align:center;font-size:4rem;line-height:1.2;max-width:800px;z-index:2}.first-section-image-container-one{position:absolute;bottom:-1.5px;left:0;max-width:420px;z-index:1}.first-section-image-container-two{position:absolute;bottom:-12px;right:0;max-width:420px;z-index:1}.first-section-image-container-one img,.first-section-image-container-two img{width:100%;height:auto;display:block}.services-second-section{width:100%;max-width:1200px;margin-inline:auto}.second-section-row-one{padding:5rem 0;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem}.second-section-row-one p{text-transform:uppercase;letter-spacing:1px;font-weight:600;color:#ff7070}.second-section-row-one h1{font-size:3rem}.second-section-row-two{width:100%;max-width:1200px;display:grid;grid-template-columns:repeat(3,1fr);align-items:center;justify-content:center;padding-bottom:5rem;gap:5rem}.section-section-card{width:100%;max-width:400px;display:flex;align-items:center;flex-direction:column;gap:1rem}.card-image-container{width:100%;max-width:100px;height:auto}.card-image-container img{width:100%;height:100%}.section-section-card h2{font-size:1.5rem;font-weight:600;color:#051441;text-align:center;font-family:Futura;transition:all .3s ease;cursor:pointer}.section-section-card h2:hover{color:#ff7070}.section-section-card p{text-align:center;font-size:18px;color:#7d7d7d;letter-spacing:.5px}.services-third-wrapper{position:relative;max-width:1200px;margin:6rem auto 0;padding:4rem 2rem}.services-third-section{background-color:#ffeaea;border-radius:6px;padding:85px 75px;display:flex;align-items:center;gap:4rem}.services-third-section-first{flex:1;display:flex;flex-direction:column;gap:2rem}.services-third-first-text{font-size:16px;text-transform:uppercase;letter-spacing:2px;font-weight:600;color:#ff7070}.services-third-section-first h2{font-size:2rem;color:var(--dark-blue);font-family:Arial,Helvetica,sans-serif}.services-third-first-text-two{color:#7d7d7d;line-height:1.5rem}.services-third-section-first a:before{opacity:0;-webkit-transition-duration:.6s;transition-duration:.6s;-webkit-transition-delay:.2s;transition-delay:.2s;-webkit-transition-property:opacity;transition-property:opacity;z-index:-1}.services-third-section-first a{position:relative;overflow:hidden;background-color:#ff7070;color:#fff;padding:16px 25px;border:none;cursor:pointer;font-size:16px;letter-spacing:1px;font-weight:600;transition:color .3s ease;z-index:1;width:180px}.services-third-section-first a:after{content:"";position:absolute;inset:0;background-color:#fff;transform:scaleX(0);transform-origin:right;transition:transform .4s cubic-bezier(.075,.82,.165,1);z-index:-1;border:1px solid #ff7070b4}.services-third-section-first a:hover{color:#ff7070}.services-third-section-first a:hover:after{transform:scaleX(1);transform-origin:left}.services-third-section-second{flex:1}.services-third-section-image-container{width:100%;display:flex;justify-content:center}.services-third-section-second img{max-width:100%;height:auto;display:block}.third-section-outer-image{position:absolute;right:-120px;bottom:-120px;width:260px;height:260px;pointer-events:none;z-index:-10}.third-section-outer-image img{width:100%;height:100%}#box{position:relative;margin:80px auto;width:80vw;max-width:41em;min-height:26em}.img-con{position:absolute;visibility:hidden}.img-con img{height:1px;width:1px}.wrapper{background-color:#fff;position:relative;display:flex;align-items:center;border-radius:.6em;box-shadow:0 1.8em 3em #01112726}.testimonial-container{width:85%;margin:auto;padding:2em 1.5em;text-align:center}.testimonial-container p{color:#8c8c90;font-size:.95em;line-height:1.9em;letter-spacing:.05em;margin-bottom:1.5em}.testimonial-container img{display:block;margin:1.5em auto 1em;border-radius:50%;width:4.4em;height:4.4em;object-fit:cover}.testimonial-container h3{color:#2d3d67;font-size:1em;margin-bottom:.2em}.testimonial-container h6{color:#bcc4da;font-size:.85em;font-weight:400;letter-spacing:.03em}.wrapper button{font-size:1.6em;color:#0a69ed;height:2.2em;width:2.2em;position:absolute;top:50%;transform:translateY(-50%);background-color:#fff;border:none;border-radius:50%;box-shadow:0 0 1em #00000040;cursor:pointer;transition:transform .2s ease}.wrapper button:hover{transform:translateY(-50%) scale(1.1)}button#prev{left:-3em}button#next{right:-3em}@media(max-width:1200px){.services-first-section h1{font-size:3.2rem;max-width:700px}.first-section-image-container-one,.first-section-image-container-two{max-width:320px}.services-second-section{padding-inline:1.5rem}.second-section-row-two{gap:2.5rem;padding-bottom:4rem}.section-section-card{max-width:100%}.card-image-container{max-width:80px}.services-third-wrapper{padding:3rem 1.5rem}.services-third-section{padding:70px 60px}}@media(max-width:900px){.services-first-section{min-height:480px;padding-inline:1.5rem}.services-first-section h1{font-size:2.4rem;line-height:1.3}.first-section-image-container-one,.first-section-image-container-two{max-width:260px}.second-section-row-two{grid-template-columns:repeat(2,1fr);gap:2rem}.services-third-section{flex-direction:column;padding:60px 40px;gap:3rem}.services-third-section-second{order:1;width:100%}.services-third-section-first{order:2;align-items:center;text-align:center}.services-third-section-first button{margin-inline:auto}.third-section-outer-image{display:none}}@media(max-width:600px){.services-first-section{min-height:420px}.services-first-section h1{font-size:2rem;max-width:100%}.first-section-image-container-one,.first-section-image-container-two{max-width:180px}.second-section-row-one h1{font-size:2.2rem;text-align:center}.second-section-row-two{grid-template-columns:1fr;gap:2rem;padding-bottom:3rem}.section-section-card h2{font-size:1.4rem}.section-section-card p{font-size:16px}.services-third-section{padding:45px 25px}#box{width:90vw;margin:60px auto}.testimonial-container{width:90%;padding:1.5em 1em}.wrapper button{font-size:1.4em;height:2em;width:2em}button#prev{left:-.8em}button#next{right:-.8em}}@media(max-width:400px){.services-first-section h1{font-size:1.6rem;line-height:1.35}.first-section-image-container-one,.first-section-image-container-two{max-width:140px}.second-section-row-one h1{font-size:1.8rem}.services-third-section-first h1{font-size:1.6rem}.services-third-section-first button{width:160px;font-size:14px}}.contact{width:100%}.contact-first-section{width:100%;min-height:480px;background-image:url(/assets/contact_classic_bg.png);background-size:cover;background-position:center;background-repeat:no-repeat;object-fit:cover;display:flex;align-items:center;justify-content:center}.contact-first-section-inner{width:100%;max-width:600px;text-align:center}.contact-first-section-inner h1{font-size:5rem;line-height:7rem;font-weight:400}.contact-first-section-inner p{font-weight:100;font-size:18px;color:#051441;line-height:1.8rem}.contact-second-section{width:100%;max-width:1200px;padding:7rem 0;margin-inline:auto}.contact-second-section-row-one p{font-size:1.3rem;text-align:center;line-height:2rem;color:#051441}.contact-second-section-row-one p span{font-family:Arial,Helvetica,sans-serif}.contact-second-section-row-one p+p{font-size:3.2rem;line-height:3.5rem;margin-top:10px}.contact-second-section-row-two{width:100%;display:flex;padding-top:4rem;align-items:center;justify-content:center}.contact-second-section-row-two-card{width:100%;max-width:300px;display:flex;align-items:center;flex-direction:column;gap:1rem}.explore-image{width:100px;height:100px}.explore-image img{width:100%;height:100%}.contact-third-section{width:100%;background-color:#f7f7f7;padding:7rem}.contact-third-section-inner{width:100%;max-width:1000px;margin-inline:auto;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:5rem}.contact-third-section-row-one{display:flex;flex-direction:column;align-items:center;gap:1.5rem;color:#051441}.contact-third-section-row-one p{font-size:1.5rem}.contact-third-section-row-one p span{font-family:Arial,Helvetica,sans-serif}.contact-third-section-row-one h1{font-size:3rem;font-weight:500}.contact-third-section-row-two{width:100%;height:500px;display:flex;flex-direction:column;gap:2rem}.contact-form-row-one{width:100%;display:flex;gap:2rem}.contact-form-row-one input{width:100%;border:none;padding:15px;outline:none;font-size:1rem;background-color:#fff;color:#7d7d7d;font-family:inherit;transition:.3s}.contact-form-row-one input:focus{border:1px solid #ff7070}.contact-form-row-two{width:100%}.contact-form-row-two textarea{width:100%;min-height:300px;border:none;outline:none;font-size:1rem;padding:20px;resize:none;color:#7d7d7d;font-family:inherit;transition:.3s}.contact-form-row-two textarea:focus{border:1px solid #ff7070}.contact-form-row-three{width:100%}.contact-form-row-three a{display:inline-block;text-align:center;width:100%;font-size:1.1rem;font-family:inherit;padding-block:15px;border:none;background-color:#ff7070;color:#fff;transition:.3s}.contact-form-row-three a:hover{background-color:#fff;color:#ff7070;border:1px solid #ff7070}.contact-fourth-section{width:100%;padding:5rem 1rem}.contact-fourth-section-inner{width:100%;max-width:1200px;height:450px;margin-inline:auto}.contact-fourth-section-inner iframe{width:100%;height:100%;border:none}@media(min-width:1400px){.contact-first-section{min-height:520px}}@media(max-width:1024px){.contact-first-section{min-height:420px;background-size:cover;background-position:center}.contact-first-section-inner h1{font-size:3.8rem;line-height:4.8rem}.contact-second-section{padding:5rem 1rem}.contact-second-section-row-two{gap:2rem;flex-wrap:wrap}.contact-third-section{padding:5rem 2rem}.contact-form-row-one{flex-direction:column}}@media(max-width:768px){.contact-first-section{min-height:360px;background-size:cover;background-position:center top}.contact-first-section-inner h1{font-size:3rem;line-height:4rem}.contact-first-section-inner p{font-size:16px}.contact-second-section-row-one p{font-size:1.1rem}.contact-second-section-row-one p+p{font-size:2.2rem;line-height:2.8rem}.contact-third-section-row-one h1{font-size:2.5rem}.contact-third-section-row-two{height:auto}}@media(max-width:480px){.contact-first-section{min-height:300px;background-size:cover;background-position:center}.contact-first-section-inner h1{font-size:2.2rem;line-height:3rem}.contact-first-section-inner p{font-size:14px;line-height:1.5rem}.contact-second-section{padding:4rem 1rem}.contact-second-section-row-two{flex-direction:column}.contact-third-section{padding:4rem 1rem}.contact-third-section-row-one p{font-size:1.2rem}.contact-third-section-row-one h1{font-size:2rem}.contact-form-row-two textarea{min-height:200px}.contact-fourth-section-inner{height:300px}}:root{--dark-blue: #051441;--blue: #007bff;--indigo: #6610f2;--purple: #6f42c1;--pink: #e83e8c;--red: #dc3545;--orange: #fd7e14;--yellow: #ffc107;--green: #28a745;--teal: #20c997;--cyan: #17a2b8;--white: #fff;--gray: #6c757d;--gray-dark: #343a40;--primary: #007bff;--secondary: #6c757d;--success: #28a745;--info: #17a2b8;--warning: #ffc107;--danger: #dc3545;--light: #f8f9fa;--dark: #343a40;--breakpoint-xs: 0;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px;--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--max-width: 1600px }*{margin:0;padding:0;box-sizing:border-box}@font-face{font-family:Futura;src:url(/font/futura-pt/FuturaCyrillicMedium.ttf) format("truetype");font-style:normal;font-display:swap}body{width:100%;min-height:100vh;font-family:Futura,sans-serif}a{text-decoration:none;color:var(--dark-blue)}h1{line-height:2rem;color:var(--dark-blue)}::-webkit-scrollbar{width:7px}::-webkit-scrollbar-thumb{background-color:gray}
