@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";.navbar{display:flex;justify-content:space-between;align-items:center;height:10vh;border-bottom:1px solid rgb(29,29,29)}.navbar-center{display:flex;align-items:center;gap:1rem}.navbar-center span{transition:all ease .25s;cursor:pointer}.navbar-center span:hover{color:#fff}.navbar-center span{font-size:var(--big-h6);color:var(--branding-gray)}@media screen and (max-width:650px){.navbar-center{display:none}}.g-p-btn{cursor:pointer;position:relative;overflow:hidden;border-radius:1vh;background-color:var(--primary)}.g-p-btn:before{content:"";width:100%;height:100%;background-color:var(--branding-button);position:absolute;top:100%;left:0;border-radius:50%;transition:all .25s ease-out}.g-p-btn:hover:before{top:0;border-radius:0}.g-p-btn-div{display:flex;align-items:center;justify-content:space-between;position:relative}.rotate-arrow{rotate:45deg}.g-s-btn{cursor:pointer;position:relative;overflow:hidden;border-radius:1vh;background-color:transparent;border:2px solid var(--primary)}.g-s-btn:before{content:"";width:100%;height:100%;background-color:var(--branding-button);position:absolute;top:100%;left:0;border-radius:50%;transition:all .25s ease-out}.g-s-btn:hover:before{top:0;border-radius:0}.g-s-btn-div{display:flex;align-items:center;justify-content:space-between;position:relative}.hero-section{width:100%;margin-top:7vh;display:flex;flex-direction:column;align-items:center;gap:2vw}.hero-text-content{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3vh}.hero-text-content h1{width:60%;text-align:center}.hero-text-content p{width:45%;text-align:center;color:var(--branding-gray);line-height:150%}.hero-video-div{width:100%;height:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}.hero-video-div iframe{border-radius:1rem;height:45vw;width:100%}.hero-button-div{display:flex;gap:1vw}@media screen and (max-width:1280px){.hero-section{gap:3vh}.hero-text-content{gap:1.5vh}.hero-text-content h1{width:80%}.hero-text-content p{width:70%}.hero-video-div img{width:90%}.hero-button-div{display:flex;gap:3vw}}@media screen and (max-width:650px){.hero-section{gap:3vh}.hero-text-content{gap:1.5vh}.hero-text-content h1,.hero-text-content p{width:80%}.hero-video-div img{width:90%}.hero-button-div{display:flex;gap:3vw;flex-direction:column}.hero-video-div iframe{height:50vw}}.landing-wrapper{width:80%;margin:0 auto}@media screen and (max-width:650px){.landing-wrapper{width:90%}}.service-section{width:100%;min-height:100vh;margin-top:10vh;position:relative}.service-back-circle{position:absolute;width:40vw;height:40vw;background-color:var(--branding-darkpurple);filter:blur(100px);border-radius:50%;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%);opacity:7%}.service-text-div{display:flex;flex-direction:column;gap:1vh;position:relative;z-index:3}.service-text-div h6{letter-spacing:.5rem;color:var(--branding-purple)}.service-text-div-below{display:flex;flex-direction:column;gap:.4vw}.service-text-div-below p{color:var(--branding-gray);width:40%;line-height:160%}.service-cards-div{height:100%;margin-top:5vh;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:3vh;position:relative;z-index:3}@media screen and (max-width:1280px){.service-cards-div{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);gap:4vh}.service-text-div-below p{width:60%}}@media screen and (max-width:650px){.service-cards-div{grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(6,1fr);gap:4vh}.service-text-div-below p{width:70%}}.service-card{width:100%;height:100%;background-color:#6048ff05;height:50vh;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-evenly;padding:1.5rem;border-radius:1vh;border:1px solid #333}@media screen and (max-width:650px){.service-card{height:45vh}}.service-card-img-div{padding:1rem;background-color:#fff;border-radius:1vh;display:flex;justify-content:center;align-items:center}.service-card-img-div img{width:40px}.service-card-text-div{display:flex;flex-direction:column;gap:1vh}.service-card-text-div h5{font-weight:600}.service-card-text-div p{color:var(--branding-gray);line-height:150%}.service-card-arrow-div{padding:1rem;border:"1px solid white";border-radius:1vh;display:flex;justify-content:center;align-items:center;cursor:pointer}.service-card-arrow-itself{transition:all ease .3s}.service-card-arrow-div:hover .service-card-arrow-itself{color:#000}.section-info-div{display:flex;flex-direction:column;gap:1vh}.section-info-div h6{letter-spacing:.5rem;color:var(--branding-purple)}.section-info-div-below{display:flex;flex-direction:column;gap:.4vw}.section-info-div-below p{color:var(--branding-gray);width:40%;line-height:160%}.section-info-div-below h2{width:35%;line-height:120%}@media screen and (max-width:1280px){.section-info-div-below p{width:65%}.section-info-div-below h2{width:55%}}@media screen and (max-width:650px){.section-info-div-below p{width:75%}.section-info-div-below h2{width:65%}}.portfolio-section{width:100%;min-height:100vh;margin-top:10vh}.portfolio-text-div{display:flex;flex-direction:column;gap:1vh}.portfolio-text-div h6{letter-spacing:.5rem;color:var(--branding-purple)}.portfolio-text-div-below{display:flex;flex-direction:column;gap:.4vw}.portfolio-text-div-below p{color:var(--branding-gray);width:40%;line-height:160%}.portfolio-cards-div{height:100%;margin-top:5vh;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:3vh}@media screen and (max-width:1280px){.portfolio-cards-div{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);gap:4vh}.portfolio-text-div-below p{width:60%}}@media screen and (max-width:650px){.portfolio-cards-div{grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(6,1fr);gap:4vh}.portfolio-text-div-below p{width:70%}}.portfolio-card{width:100%;height:100%;height:50vh;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-around;border-radius:1vh;border:1px solid #333;overflow:hidden;position:relative;cursor:pointer}.portfolio-black-overlay{width:100%;height:100%;background-color:#00000028;position:absolute;z-index:2}@media screen and (max-width:650px){.portfolio-card{height:30vh}}.portfolio-background-image{width:100%;height:100%;position:absolute;z-index:1}.portfolio-background-image img{width:100%;height:100%;object-fit:cover}.portfolio-forward-information{width:100%;height:100%;position:relative;z-index:2;display:flex;justify-content:center;align-items:center}.portfolio-forward-information h5{display:flex;align-items:center;justify-content:center;gap:2vh}.skill-title{position:absolute;z-index:3;top:5%;right:5%;border:1px solid var(--branding-gray);padding:.5rem 1rem;border-radius:2rem;background-color:#000}.pricing-section{width:100%;min-height:100vh;margin-top:10vh}.pricing-text-div{display:flex;flex-direction:column;gap:1vh}.pricing-text-div h6{letter-spacing:.5rem;color:var(--branding-purple)}.pricing-text-div-below{display:flex;flex-direction:column;gap:.4vw}.pricing-text-div-below p{color:var(--branding-gray);width:40%;line-height:160%}.pricing-cards-div{height:100%;margin-top:10vh;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(1,1fr);gap:3vh}.pricing-card-single{flex:1;width:100%;height:100%}.pricing-card-single:nth-child(2){margin-top:-5vh}@media screen and (max-width:1280px){.pricing-cards-div{grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(3,1fr);gap:3vh}.pricing-card-single:nth-child(2){margin-top:0vh}.pricing-text-div-below p{width:60%}}@media screen and (max-width:650px){.pricing-text-div-below p{width:60%}}.pricing-card{width:100%;height:100%;background-color:#6048ff05;padding:1.5rem;border-radius:1vh;border:1px solid #333;display:flex;flex-direction:column;align-items:flex-start;gap:3vh;position:relative}.most-sold{position:absolute;background-color:#ff9100;padding:.5rem 1rem;border-radius:50px;right:10px;top:10px;animation-name:most-sold-animation;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate-reverse}@keyframes most-sold-animation{0%{background:linear-gradient(90deg,#020024,#f77f00 0%,#fba624);rotate:2deg}to{background:linear-gradient(90deg,#020024,#fba624 0%,#f77f00);rotate:-2deg}}.pricing-card-top{display:flex;flex-direction:column;gap:1vh}.pricing-card-top h6,.pricing-card-top p{color:var(--branding-gray)}.pricing-card-center{display:flex;flex-direction:column;gap:1.25vh}.pricing-card-bottom{display:flex;justify-content:center;width:100%}.pricing-functionality-tick{display:flex;align-items:center;justify-content:start;gap:1vh}.testimonial-section{width:100%;margin-top:10vh;position:relative}.testimonial-text-div{display:flex;flex-direction:column;gap:1vh;position:relative;z-index:3}.testimonial-text-div h6{letter-spacing:.5rem;color:var(--branding-purple)}.testimonial-text-div-below{display:flex;flex-direction:column;gap:.4vw}.testimonial-text-div-below p{color:var(--branding-gray);width:40%;line-height:160%}.testimonial-cards-div{height:100%;width:100%}@media screen and (max-width:1280px){.testimonial-text-div-below p{width:60%}}@media screen and (max-width:650px){.testimonial-text-div-below p{width:60%}}.swiper{width:100%;height:100%}.swiper-slide{text-align:center;font-size:18px}.swiper-slide img{display:block;width:100%;height:100%;object-fit:cover}.autoplay-progress{position:absolute;right:16px;bottom:16px;z-index:10;width:48px;height:48px;display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--swiper-theme-color)}.autoplay-progress svg{--progress: 0;position:absolute;left:0;top:0;z-index:10;width:100%;height:100%;stroke-width:4px;stroke:var(--swiper-theme-color);fill:none;stroke-dashoffset:calc(125.6px * (1 - var(--progress)));stroke-dasharray:125.6;transform:rotate(-90deg)}@media screen and (max-width:650px){.autoplay-progress{right:12px;bottom:48px;width:48px;height:48px}}.testimonials-div-internal{width:100%;height:100%}.testimonial-card-div{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:5vw 10vw}.main-testimonial{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5vh;background-color:#6048ff05;padding:10vh 20vh}.testimonial-card-text-div h6{line-height:180%;color:var(--branding-silver)}.testimonial-card-client-div{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2vh}.testimonial-card-client-div img{width:3vw;height:3vw;border-radius:50%;object-fit:cover;object-position:center}.testimonial-card-client-name-div p{color:var(--branding-gray)}@media screen and (max-width:1480px){.testimonial-card-div{padding:5vw 0}.main-testimonial{padding:8vh;gap:3vh}.testimonial-card-client-div{gap:1.5vh}.testimonial-card-client-div img{width:6vw;height:6vw}}@media screen and (max-width:650px){.testimonial-card-div{padding:10vw 0}.main-testimonial{padding:2vh;gap:3vh}.testimonial-card-client-div{gap:1.5vh}.testimonial-card-client-div img{width:8vw;height:8vw}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.landing-page-footer{width:100%;padding:5vh 0;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(1,1fr);align-items:flex-start;border-top:1px solid rgb(29,29,29);margin-top:5vh}.f1{justify-self:center}.f2{display:flex;flex-direction:column;gap:2vh;justify-self:center}.footer-links-div{display:flex;flex-direction:column;gap:.5vh}.f3{display:flex;flex-direction:column;gap:2vh;justify-self:center}.footer-links-div p{transition:all ease .2s;cursor:pointer}.footer-links-div p:hover{color:#fff}.footer-page-p{color:var(--branding-gray)}.f4{display:flex;flex-direction:column;gap:2vh;justify-self:center}.footer-follow-div{display:flex;justify-content:flex-start;align-items:center;gap:1vh}.footer-contact-link{display:flex;gap:1vh;align-items:center;cursor:pointer}.footer-contact-link span{color:var(--branding-gray);transition:all ease .25s}.rotate-arrow{rotate:45deg;color:var(--branding-gray);transition:all ease .25s}.footer-contact-link:hover span,.footer-contact-link:hover .rotate-arrow{color:var(--branding-white)}@media screen and (max-width:650px){.landing-page-footer{grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(4,1fr);padding:0vh;margin-top:5vh;align-items:center}.f2{justify-content:center;align-items:center;gap:1vh}.footer-links-div{display:flex;flex-direction:column;gap:.2vh;justify-content:center;align-items:center}.f3{justify-content:center;align-items:center;gap:1vh;margin-top:2vh}.f4{justify-content:center;align-items:center;gap:1vh}}.top-head{width:100%;padding:1vh 0;background-color:#111;white-space:nowrap;overflow:hidden}.top-head p{display:inline-block;margin-right:1vh;animation-name:move;animation-duration:10s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes move{0%{transform:translate(0)}to{transform:translate(-50%)}}*{padding:0;margin:0;box-sizing:border-box;font-family:Poppins,sans-serif;--regular: 400;--medium: 500;--semibold:600;--bold:700;--primary: #5c45fd;--branding-black: #161616;--branding-purple: #a89bff;--branding-gray: #969799;--branding-silver: #f5f5f5;--branding-white: #fff;--branding-darkpurple: #6048FF;--branding-button: #5036fc;--big-h1: 5rem;--big-h2: 2.5rem;--big-h3: 2rem;--big-h4: 1.75rem;--big-h5: 1.5rem;--big-h6: 1.25rem;--big-body: 1rem}body{background-color:var(--branding-black);color:var(--branding-white)}@media (max-width: 1280px){*{--big-h1: 4rem;--big-h2: 2rem;--big-h3: 1.75rem;--big-h4: 1.5rem;--big-h5: 1.25rem;--big-h6: 1.125rem;--big-body: .9375rem }}@media (max-width: 650px){*{--big-h1: 2.5rem;--big-h2: 1.75rem;--big-h3: 1.5rem;--big-h4: 1.25rem;--big-h5: 1.125rem;--big-h6: 1rem;--big-body: .875rem}}p{font-size:var(--big-body);font-weight:var(--regular);line-height:calc(var(--big-body)*1.3)}h1{font-size:var(--big-h1);font-weight:var(--bold);line-height:calc(var(--big-h1)*1.3)}h2{font-size:var(--big-h2);font-weight:var(--semibold)}h3{font-size:var(--big-h3);font-weight:var(--medium)}h4{font-size:var(--big-h4);font-weight:var(--medium)}h5{font-size:var(--big-h5);font-weight:var(--regular)}h6{font-size:var(--big-h6);font-weight:var(--regular)}a{text-decoration:none;color:inherit;font-size:var(--regular)}button{color:inherit;font-size:var(--big-h6);border:none}.circle{width:500px;height:500px;position:absolute;top:20%;left:40%;z-index:10;background-color:var(--branding-darkpurple);border-radius:100%;opacity:20%;filter:blur(5rem)}.whyme{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2vh}.whyme iframe{border-radius:1rem;height:80vh;width:70%}.back-arrow-div{position:absolute;top:5%;left:5%;cursor:pointer}@media screen and (max-width:1280px){.whyme iframe{height:50vh;width:80%}}@media screen and (max-width:650px){.whyme iframe{height:30vh;width:90%}}
