*{padding:0;margin:0;box-sizing:border-box;border:none;transition:background-color .3s,color .3s}html{scroll-behavior:smooth}body,html{width:100vw}body{position:relative;top:0;left:0;overflow-x:hidden;background-color:#f9f9f9}body.dark{background-color:#1c1d1e}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background:rgba(87,86,86,.2);border-radius:50px;-webkit-transition:.25s;transition:.25s}.dark::-webkit-scrollbar-thumb{background:hsla(0,0%,74%,.2)}::-webkit-scrollbar-thumb:hover{background:rgba(87,86,86,.4)}::-webkit-scrollbar-track{background:#c13b3b00;margin-top:15px}button{cursor:pointer}[lang=ar] a,[lang=ar] h1,[lang=ar] h2,[lang=ar] h3,[lang=ar] h4,[lang=ar] h5,[lang=ar] h6,[lang=ar] p,[lang=ar] span{direction:rtl;font-family:cairo!important}nav{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;padding:1.5vw 3vw;opacity:0;transform:translateY(-100%);animation:show 1.2s cubic-bezier(0,.95,.3,.88) .4s forwards}nav .logo{cursor:pointer}.dark nav .logo{filter:grayscale(1) invert(1)}nav ul{list-style:none;display:flex;flex-direction:row;flex-wrap:nowrap;align-content:center;align-items:center;justify-content:space-between;width:-moz-fit-content;width:fit-content;gap:35px;color:#606060;margin-left:5%}nav ul li{position:relative;font-family:cairo;font-weight:600;font-size:17px;cursor:pointer}[lang=ar] nav ul li{direction:rtl}nav ul li.focus{color:#724fc1}.dark nav ul li.focus{color:#ddd}nav ul li.focus .point{background-color:#4c4383c2}.dark nav ul li.focus .point{background-color:#959595}.navSections{list-style:none;display:flex;flex-direction:row;flex-wrap:nowrap;align-content:center;align-items:center;justify-content:space-between;width:-moz-fit-content;width:fit-content;gap:35px;font-family:system-ui;font-weight:500;color:#606060;margin-left:5%}.dark .navSections{color:#b6b6b6}nav li a{position:absolute;left:0;top:0;width:100%;height:100%}nav .point{position:absolute;width:4px;height:4px;left:50%;transform:translateX(-50%);bottom:-2px;border-radius:50%;background-color:#d5d5d5;background-color:#575757}nav button{position:relative;width:210px;height:42px;background-color:#7e5ddb;border:none;border-radius:50px;color:#fff;font-family:cairo;font-size:15px;transition:background .3s}nav button:hover{background-color:#704cd5}.dark nav button{background-color:#716fd3}.dark nav button:hover{background-color:#5a57d5}.f-section{position:relative;width:100vw;height:-moz-fit-content;height:fit-content;overflow:hidden}.f-section .content{position:relative;display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;justify-content:center;margin-top:90px;z-index:2}.f-section .title{font-size:95px;text-align:center;line-height:.9;color:#1a1a1a;font-family:cairo;width:100vw}[lang=ar] .f-section .title{line-height:1;direction:ltr}.dark .f-section .title{color:#d3d6e1}.f-section .title span{position:relative}@property --firstMask{syntax:"<percentage>";initial-value:100%;inherits:false}@property --secondMask{syntax:"<percentage>";initial-value:125%;inherits:false}.f-section .title span:not(.special):not(.title-bottom){-webkit-mask-image:linear-gradient(to left,transparent var(--firstMask),#000 var(--secondMask));mask-image:linear-gradient(to left,transparent var(--firstMask),#000 var(--secondMask));will-change:var(--firstMask);will-change:var(--secondMask);animation:start-title 1s ease-in-out .3s forwards}@keyframes start-title{to{--firstMask:-25%;--secondMask:0%}}.f-section .title span.special{color:#6755aa}.dark .f-section .title span.special{color:#7984dd}.f-section .title span.special{transform:translateX(-30vw);position:relative;display:inline-block;opacity:0;transition:.75s;will-change:transform;animation:start 1s cubic-bezier(0,.95,.36,1) .3s forwards,opacity .25s ease-in-out .3s forwards}.f-section .title span.title-bottom span.special{transform:translateX(30vw)}@keyframes start{to{transform:translateX(0)}}.f-section .title span.title-bottom{font-size:90px;color:inherit}[lang=ar] .f-section .title span.title-bottom{font-size:.85em}.f-section h2{color:#4d4d4d;font-size:26px;font-family:cairo;margin-top:5px;opacity:0;transform:translateY(100%);animation:show .8s ease-in-out .6s forwards}[lang=ar] .f-section h2{direction:rtl}.dark .f-section h2{color:#858585}.f-section .description{color:grey;font-size:17px;text-align:center;font-family:cairo;font-weight:600;margin-top:5px;line-height:1.7;opacity:0;transform:translateY(80%);animation:show .8s ease-in-out .6s forwards}[lang=ar] .f-section .description{direction:rtl}.dark .f-section .description{color:#bbb}@keyframes show{to{opacity:1;transform:translateY(0)}}.f-section .description span{color:#b77e41}.dark .f-section .description span{color:#dee0eb}.f-section .description span.dark-color{color:#333}.dark .f-section .description span.dark-color{color:#dcdef1}.f-section button{position:relative;width:260px;height:50px;background-color:#ffb818;background-image:linear-gradient(135deg,#ffbc36,#ffb818);filter:opacity(.9) grayscale(.1);border:none;border-radius:50px;color:#1a1a1a;font-family:cairo;font-size:15px;font-weight:700;margin-top:25px;box-shadow:0 2px 15px #00000015;opacity:0;animation:opacity 1s ease-in-out 1.2s forwards;transition:filter .3s}.f-section button:hover{filter:opacity(1) grayscale(0)}.f-section .background{top:-90px;left:50%;transform:translateX(-50%);z-index:1}.f-section .background,.f-section .background .lines{position:relative;width:-moz-fit-content;width:fit-content}.f-section .background .lines{height:-moz-fit-content;height:fit-content}.f-section .background .lines .linesIMGContainer{position:relative}.f-section .background .lines img{display:none}@property --firstLineMask{syntax:"<percentage>";initial-value:45%;inherits:false}@property --secondLineMask{syntax:"<percentage>";initial-value:50%;inherits:false}@property --thirdLineMask{syntax:"<percentage>";initial-value:50%;inherits:false}@property --fourthLineMask{syntax:"<percentage>";initial-value:55%;inherits:false}.f-section .background .lines img.projects-lines{position:relative;display:block;width:1950px;opacity:1}.dark .f-section .background .lines img.projects-lines{filter:opacity(.4)}.f-section .background .lines .linesIMGContainer .leftAnimationLine,.f-section .background .lines .linesIMGContainer .rightAnimationLine{position:absolute;width:55%;height:100%;top:0;background-color:#f9f9f9;transform:translateX(0)}.f-section .background .lines .linesIMGContainer .leftAnimationLine{left:0;-webkit-mask-image:linear-gradient(90deg,#000 0,#000 95%,transparent);mask-image:linear-gradient(90deg,#000 0,#000 95%,transparent);animation:start-left 1s cubic-bezier(.55,.06,.68,.19) 1.7s forwards}.f-section .background .lines .linesIMGContainer .rightAnimationLine{right:0;-webkit-mask-image:linear-gradient(270deg,#000 0,#000 95%,transparent);mask-image:linear-gradient(270deg,#000 0,#000 95%,transparent);animation:start-right 1s cubic-bezier(.55,.06,.68,.19) 1.7s forwards}.dark .f-section .background .lines .linesIMGContainer .leftAnimationLine,.dark .f-section .background .lines .linesIMGContainer .rightAnimationLine{background-color:#1c1d1e}@keyframes start-left{to{transform:translateX(-100%)}}@keyframes start-right{to{transform:translateX(100%)}}.f-section .background .lines .f-line{position:absolute;width:100%;height:44%;left:inherit;transform:inherit;top:0}.f-section .background .lines .s-line{position:absolute;width:100%;height:22.8%;left:inherit;transform:inherit;top:31.5%}.f-section .background .lines .th-line{position:absolute;width:100%;height:23.2%;left:inherit;transform:inherit;top:62%}.f-section .background .lines .circles .circle{position:absolute;width:20px;height:20px;background-color:#f9f9f9;border-radius:50%;border:2.5px solid #e7e7e7;filter:opacity(0);transition:.7s}.dark .f-section .background .lines .circles .circle{background-color:#272727;border:2.5px solid #999}.f-section .background .lines .circles .circle.active{filter:opacity(1)}.f-section .background .lines .f-line .circles #fl-circle1{top:38%;left:9.8%}.f-section .background .lines .f-line .circles #fl-circle2{top:51%;left:21%}.f-section .background .lines .f-line .circles #fl-circle3{top:1%;right:11%}.f-section .background .lines .f-line .circles #fl-circle4{top:51.8%;right:22%}.f-section .background .lines .s-line .circles #sl-circle1{top:34%;left:8%}.f-section .background .lines .s-line .circles #sl-circle2{top:17%;left:19%}.f-section .background .lines .s-line .circles #sl-circle3{top:-6%;right:15%}.f-section .background .lines .s-line .circles #sl-circle4{top:58.8%;right:28%}.f-section .background .lines .th-line .circles #thl-circle1{top:54%;left:14%}.f-section .background .lines .th-line .circles #thl-circle2{top:-7.2%;left:29%}.f-section .background .lines .th-line .circles #thl-circle3{top:20%;right:19%}.f-section .background .lines .th-line .circles #thl-circle4{top:54.8%;right:36%}.f-section .background .lines .circles .project{width:180px;height:-moz-fit-content;height:fit-content;position:absolute;left:50%;transform:translate(-50%,20px) scale(0);transform-origin:bottom;top:unset;bottom:125%;transition:.7s;transition-timing-function:cubic-bezier(.43,.54,.51,1.1)}.f-section .background .lines .circles .circle.active .project{transform:translate(-50%) scale(1)}.f-section .background .lines .circles .project svg{width:inherit;height:auto;fill:#fff;filter:drop-shadow(1px 4px 6px rgb(0,0,0,10%));position:relative}.dark .f-section .background .lines .circles .project svg{fill:#fcfdff}.f-section .background .lines .circles .project img{position:absolute;display:block;width:93%;height:86%;left:50%;top:49%;transform:translate(-50%,-53%);object-fit:cover;border-radius:13px}.f-section .background .lines .f-line .circles #fl-circle1 .project{width:200px}.f-section .background .lines .f-line .circles #fl-circle2 .project{width:210px}.f-section .background .lines .f-line .circles #fl-circle3 .project{width:230px}.f-section .background .lines .f-line .circles #fl-circle4 .project{width:200px}.f-section .background .lines .s-line .circles #sl-circle2 .project{width:250px}.f-section .background .lines .s-line .circles #sl-circle3 .project{width:240px}.f-section .background .lines .th-line .circles #thl-circle1 .project{width:220px}.f-section .background .lines .th-line .circles #thl-circle2 .project{width:190px}.f-section .background .lines .th-line .circles #thl-circle3 .project{width:210px}:root{--second_padding:30px;--second_header_padding:30px;--branding_h:70px}.s-section{position:relative;overflow:hidden;width:100vw;height:-moz-fit-content;height:fit-content;padding:var(--second_padding) 0;padding-bottom:calc(var(--second_padding) + var(--branding_h));background-color:#f4f4f4;display:flex;flex-direction:column;flex-wrap:nowrap;align-content:center;align-items:center;justify-content:center}.dark .s-section{background-color:#171718}.s-section h2{position:relative;color:#414040;font-family:cairo;font-weight:600;margin-bottom:var(--second_header_padding);opacity:0;transform:translateY(100%);animation:fadeIn .4s ease-in-out forwards;animation-timeline:view();animation-range:15% 40%}.dark .s-section h2{color:#a3a3a3}.s-section h2:before{content:"";position:absolute;width:50px;height:50px;top:0;left:0;transform:translate(-30%,-9%);background-image:url(/_next/static/media/proudly_icon.f4d11488.png);background-repeat:no-repeat;opacity:0;animation:opacity .5s ease-in-out forwards;animation-timeline:view();animation-range:45% 55%}[lang=ar] .s-section h2:before{left:unset;right:0;transform:translate(30%,-9%) rotateY(180deg)}.dark .s-section h2:before{filter:contrast(0)}.s-section h2 span{color:#6755aa}.dark .s-section h2 span{color:#8d92d9}.s-section .brands{position:absolute;width:100vw;display:flex;flex-direction:row-reverse;align-items:center;width:-moz-fit-content;width:fit-content;min-width:55vw;overflow:hidden;height:var(--branding_h);left:0;top:0;transform:translate(-100%,calc(45px + var(--second_header_padding) + var(--second_padding)));gap:50px;padding-right:50px}.action .brands{animation:moving 30s linear infinite}.action .brands:nth-of-type(3){animation-delay:10s}.action .brands:nth-of-type(4){animation-delay:20s}.s-section .brands .brand-container{position:relative;width:-moz-fit-content;width:fit-content;height:var(--branding_h)}.s-section .brands img.brand{opacity:.3}.dark .s-section .brands img.brand{filter:opacity(1) grayscale(1) contrast(0) brightness(2)}.s-section .brands.action .brand-container,.s-section .brands.action img.brand{animation-play-state:running}@keyframes reverse_scaling{0%{transform:translate(-50%,-50%) scale(.5);opacity:.3}90%{transform:translate(-50%,-50%) scale(1);opacity:1}to{transform:translate(-50%,-50%) scale(1);opacity:1}}.s-section .brands img.brand.active{opacity:1}.th-section{position:relative;padding:100px 0 150px}.th-section .title{font-size:50px;font-family:assistant;text-align:center;font-weight:700;color:#1a1a1a;line-height:1.15;opacity:0;transform:translateY(100%)}.dark .th-section .title{color:#e8e8e8}.th-section.visible .title{animation:fadeIn .4s ease-in-out .2s forwards}.th-section .sub-title{text-align:center;font-family:assistant;color:#4d4d4d;font-weight:500;margin-top:10px;margin-bottom:15px;opacity:0;font-size:20px;transform:translateY(100%)}.dark .th-section .sub-title{color:#bfbfbf}.th-section.visible .sub-title{animation:fadeIn .4s ease-in-out .35s forwards}.th-section .counter{position:relative;margin:0 auto;width:-moz-fit-content;width:fit-content;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;opacity:0;transform:translateY(50%)}.th-section.visible .counter{animation:fadeIn 1s ease-in-out 0s forwards}.th-section .counter .counter-num{position:relative;width:170px;height:360px;overflow:hidden;z-index:1;-webkit-mask-image:linear-gradient(180deg,transparent 10%,#00000036 11%,#000 14%,#000 97%,#00000036 99%,transparent);mask-image:linear-gradient(180deg,transparent 10%,#00000036 11%,#000 14%,#000 97%,#00000036 99%,transparent)}@property --target{syntax:"<integer>";initial-value:0;inherits:false}.th-section .counter .counter-num .c-num-container{display:flex;flex-direction:column;position:absolute;width:100%;height:100%;align-items:center;flex-wrap:nowrap;top:0;height:max-content;transition:3s;transform:translateY(0);--target:0}.th-section.visible .counter .counter-num .c-num-container{transform:translateY(calc(-1* 10%* var(--target)))}.th-section .counter .counter-num .c-num{position:relative;width:-moz-fit-content;width:fit-content;font-size:300px;font-family:barlow;font-weight:600;color:#675d89}.dark .th-section .counter .counter-num .c-num{color:#8179bf}.th-section .counter .counter-comma{font-size:300px;font-family:barlow;font-weight:600;color:#675d89}@property --firstTextMask{syntax:"<percentage>";initial-value:100%;inherits:false}@property --secondTextMask{syntax:"<percentage>";initial-value:125%;inherits:false}.th-section .counter .text-line{position:absolute;left:65%;top:28%;width:95%;-webkit-mask-image:linear-gradient(to left,transparent var(--firstTextMask),#000 var(--secondTextMask));mask-image:linear-gradient(to left,transparent var(--firstTextMask),#000 var(--secondTextMask))}.dark .th-section .counter .text-line{filter:contrast(1.2) brightness(1.5)}.th-section.visible .counter .text-line{animation:start-text 1.2s ease-in-out .6s forwards}@keyframes start-text{to{--firstTextMask:-25%;--secondTextMask:0%}}.th-section .counter .text-line img{width:100%}.th-section .counter .text-line .text{position:absolute;top:5.5%;right:7.5%;font-size:28px;text-align:center;font-family:barlow;font-weight:500;color:#666}[lang=ar] .th-section .counter .text-line .text{top:-1%;right:10%}.dark .th-section .counter .text-line .text{color:#8d8d8d}.th-section h3{position:relative;font-size:20px;text-align:center;font-family:barlow;font-weight:500;color:#333;margin-top:80px;opacity:0;transform:translateY(150%)}.dark .th-section h3{color:#c8c8c8}.th-section.visible h3{animation:fadeIn .4s ease-in-out .5s forwards}.th-section h3 span{color:#5f50b1;font-size:24px}.dark .th-section h3 span{color:#a9a1d3}.th-section button{position:relative;display:flex;margin:30px auto 0;background-color:#333;border-radius:50px;padding:10px 20px 10px 30px;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;gap:20px;font-size:17px;font-family:cairo;font-weight:500;color:#fff;z-index:2;box-shadow:2px 2px 12px #00000052;opacity:0;transform:translateY(80%);transition:background .3s}.th-section button:hover{background-color:#161616}.dark .th-section button{background-color:#ebebed;color:#141415;transition:background .3s,color .3s}.dark .th-section button:hover{background-color:#fff;color:#040404}.th-section.visible button{animation:fadeIn .4s ease-in-out .6s forwards}.th-section button span{top:-1px;position:relative}.th-section button .arrow{position:relative;display:block;background-color:#fff;border-radius:50%;width:24px;height:24px;top:0}.dark .th-section button .arrow{background-color:#363739}.th-section button .arrow img{position:absolute;width:50%;left:50%;top:50%;transform:translate(-53%,-54%)}.dark .th-section button .arrow img{filter:invert(1) brightness(1.5)}.client-images{position:absolute;width:100%;height:100%;left:0;top:0;z-index:1}.client-images .client-img{position:absolute;width:200px;height:200px;overflow:hidden;border-radius:50%;opacity:0;transform:scale(0)}.th-section.visible .client-images .client-img{animation:avatars .8s cubic-bezier(0,1.35,.73,1.08) .5s forwards}.th-section .client-images .client-img.top-left{left:16%;top:23%;width:150px;height:150px;box-shadow:4px 5px 15px #00000045;animation-delay:.5s}.th-section .client-images .client-img.bottom-left{left:8%;top:64%;width:210px;height:210px;box-shadow:3px 7px 20px #00000040;animation-delay:.65s}.th-section .client-images .client-img.center{left:48%;top:55%;width:100px;height:100px;box-shadow:1px 4px 13px #00000045;animation-delay:.8s}.th-section .client-images .client-img.top-right{right:8%;top:12%;width:140px;height:140px;box-shadow:-5px 7px 15px #00000052;animation-delay:.95s}.th-section .client-images .client-img.bottom-right{right:18%;top:73%;width:90px;height:90px;box-shadow:-4px 1px 10px #00000038;animation-delay:1.1s}.client-images .client-img img{position:absolute;min-width:100%;min-height:100%;width:100%;height:100%;object-fit:cover}.fo-section .design-section{position:relative;width:100vw;height:650px;background-color:#7e74ad;display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:space-evenly;left:0;top:0;padding:50px 0;z-index:4}.dark .fo-section .design-section{background-color:#7377a5}@property --firstDesignIMGMask{syntax:"<percentage>";initial-value:-10%;inherits:false}@property --secondDesignIMGMask{syntax:"<percentage>";initial-value:0%;inherits:false}.fo-section .design-section img.design{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover;opacity:.5;-webkit-mask-image:linear-gradient(to bottom,#000 var(--firstDesignIMGMask),transparent var(--secondDesignIMGMask));mask-image:linear-gradient(to bottom,#000 var(--firstDesignIMGMask),transparent var(--secondDesignIMGMask))}.fo-section .design-section.visible img.design{animation:start-section-bg 2.5s ease-in-out 0s forwards}.fo-section .design-section .content{position:relative;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:flex-start;gap:60px}[lang=ar] .fo-section .design-section .content{direction:rtl}.fo-section .design-section .content h1{color:#282738;font-family:cairo;position:relative;font-size:40px;left:-2px;opacity:0;transform:translateY(70%)}.fo-section .design-section.visible .content h1{animation:fadeIn .5s ease-in-out 0s forwards}.fo-section .design-section .content h4{color:#fff;font-family:cairo;width:575px;font-size:20px;font-weight:500;opacity:0;transform:translateY(70%)}.fo-section .design-section.visible .content h4{animation:fadeIn .5s ease-in-out .15s forwards}.fo-section .design-section .content h4 span{color:#39315b;font-weight:700}.fo-section .design-section .content button{position:relative;display:flex;margin-top:30px;background-color:#ffb531;background-image:linear-gradient(135deg,#ffbc36,#ffb818);filter:opacity(.925) grayscale(.1);border-radius:50px;padding:10px 30px 10px 40px;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;gap:22px;font-size:20px;font-family:cairo;font-weight:700;color:#4f3d1d;z-index:2;box-shadow:2px 2px 15px #00000052;opacity:0;transform:translateY(100%);transition:filter .3s}.fo-section .design-section .content button:hover{filter:opacity(1) grayscale(0)}.fo-section .design-section.visible .content button{animation:fadeIn .5s ease-in-out .25s forwards}.fo-section .design-section .content button span{top:-1px;position:relative}.fo-section .design-section .content button img{position:relative;border-radius:50%;width:30px;height:30px}.fo-section .design-section .section-images{position:relative;display:block;flex:.5 1;height:105%}.fo-section .design-section .section-images .center{position:absolute;display:flex;width:75%;height:-moz-fit-content;height:fit-content;border-radius:35% 5%;left:50%;top:50%;--t1:-50%;--t2:-50%;--r:0deg;transform:translate(var(--t1),var(--t2)) rotate(var(--r)) scale(.4);box-shadow:0 0 60px #000000a6;overflow:hidden;justify-content:center;align-items:center;opacity:0}.fo-section .design-section.visible .section-images .center{animation:scaling .9s cubic-bezier(0,1.35,.73,1.08) .5s forwards}.fo-section .design-section .section-images .center img{position:relative;width:100%}.fo-section .design-section .section-images .top-right{position:absolute;display:flex;width:40%;height:-moz-fit-content;height:fit-content;border-radius:35% 10%;right:50%;top:50%;--t1:160%;--t2:-150%;--r:0deg;transform:translate(var(--t1),var(--t2)) rotate(var(--r)) scale(.4);box-shadow:0 0 60px #000000a6;overflow:hidden;justify-content:center;align-items:center;opacity:0}.fo-section .design-section.visible .section-images .top-right{animation:scaling .9s cubic-bezier(0,1.35,.73,1.08) .6s forwards}.fo-section .design-section .section-images .top-right img{position:relative;width:100%}.fo-section .design-section .section-images .bottom-left{position:absolute;display:flex;width:40%;aspect-ratio:1/1.2;height:-moz-fit-content;height:fit-content;border-radius:15% 7%;bottom:50%;left:50%;--t1:-145%;--t2:120%;--r:0deg;transform:translate(var(--t1),var(--t2)) rotate(var(--r)) scale(.4);box-shadow:-4px 4px 60px #000000e0;overflow:hidden;justify-content:center;align-items:center;opacity:0}.fo-section .design-section.visible .section-images .bottom-left{animation:scaling .9s cubic-bezier(0,1.35,.73,1.08) .7s forwards}.fo-section .design-section .section-images .bottom-left img{position:relative;width:175%;transform:translateY(3%)}.fo-section .design-section .section-images .design-icon{position:absolute;display:flex;width:45%;height:-moz-fit-content;height:fit-content;border-radius:35% 5%;right:50%;bottom:50%;--t1:134%;--t2:113%;--r:0deg;transform:translate(var(--t1),var(--t2)) rotate(var(--r)) scale(.4);justify-content:center;align-items:center;opacity:0}.fo-section .design-section.visible .section-images .design-icon{animation:scaling .9s cubic-bezier(0,1.35,.73,1.08) .8s forwards}.fo-section .design-section .section-images .design-icon img{position:relative;width:100%}.fo-section .programming-section{position:relative;width:100vw;height:650px;background-color:#f9f9f9;display:flex;flex-wrap:nowrap;flex-direction:row-reverse;justify-content:space-evenly;left:0;top:0;padding:50px 0;z-index:3;align-items:center}.dark .fo-section .programming-section{background-color:#1c1d1e}.fo-section .programming-section img.design{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover;opacity:.2;-webkit-mask-image:linear-gradient(to bottom,#000 var(--firstDesignIMGMask),transparent var(--secondDesignIMGMask));mask-image:linear-gradient(to bottom,#000 var(--firstDesignIMGMask),transparent var(--secondDesignIMGMask))}.dark .fo-section .programming-section img.design{opacity:.4}.fo-section .programming-section.visible img.design{animation:start-section-bg 2.5s ease-in-out 0s forwards}.fo-section .programming-section .content{position:relative;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:flex-start;gap:60px}[lang=ar] .fo-section .programming-section .content{align-items:flex-end}.fo-section .programming-section .content h1{color:#3e3a59;font-family:cairo;position:relative;font-size:40px;opacity:0;transform:translateY(70%)}[lang=ar] .fo-section .programming-section .content h1{font-size:29px}.dark .fo-section .programming-section .content h1{color:#bfbbd4}.fo-section .programming-section.visible .content h1{animation:fadeIn .5s ease-in-out 0s forwards}.fo-section .programming-section .content h1 span{color:#555091}.dark .fo-section .programming-section .content h1 span{color:#837be1}.fo-section .programming-section .content h4{color:#4d4d4d;font-family:cairo;width:650px;font-size:20px;font-weight:500;position:relative;opacity:0;transform:translateY(70%)}.dark .fo-section .programming-section .content h4{color:#c6c6c6}.fo-section .programming-section.visible .content h4{animation:fadeIn .5s ease-in-out .15s forwards}.fo-section .programming-section .content button{position:relative;display:flex;margin-top:30px;background-color:#ffb531;background-image:linear-gradient(135deg,#ffbc36,#ffb818);filter:opacity(.925) grayscale(.1);border-radius:50px;padding:12px 60px;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;gap:22px;font-size:20px;font-family:cairo;font-weight:700;color:#4f3d1d;z-index:2;box-shadow:2px 2px 15px #00000029;opacity:0;transform:translateY(100%);transition:filter .3s}[lang=ar] .fo-section .programming-section .content button{align-self:start}.fo-section .programming-section .content button:hover{filter:opacity(1) grayscale(0)}.fo-section .programming-section.visible .content button{animation:fadeIn .5s ease-in-out .25s forwards}.fo-section .programming-section .content button span{top:-1px;position:relative}.fo-section .programming-section .section-images{position:relative;display:block;flex:0.55 1;height:-moz-fit-content;height:fit-content;transform:translate(-2vw,4%)}.fo-section .programming-section .section-images .desktop{position:relative;display:flex;width:100%;height:-moz-fit-content;height:fit-content;align-items:center;justify-content:center;transform:translateY(-25%);opacity:0}.fo-section .programming-section.visible .section-images .desktop{animation:fadeIn .7s ease 0s forwards}.fo-section .programming-section .section-images .desktop img.desktop-screen{position:relative;width:round(100%,10px);object-fit:cover}.fo-section .programming-section .section-images .desktop img.desktop-image{position:absolute;left:50%;width:round(81%,7px);top:50%;transform:translate(-49.9%,-67%)}.fo-section .programming-section .section-images .mobile{position:absolute;width:46%;height:-moz-fit-content;height:fit-content;right:-19%;bottom:-8.5%;transform:translateY(-25%);opacity:0}.fo-section .programming-section.visible .section-images .mobile{animation:fadeIn .75s ease .25s forwards}.fo-section .programming-section .section-images .mobile .mobile-screen{position:relative;width:100%;object-fit:cover}.fo-section .programming-section .section-images .mobile .mobile-image{position:absolute;width:92%;left:50%;top:50%;transform:translate(-48.2%,-50.9%)}.fo-section .programming-section .section-images .right-kosa{position:absolute;width:round(20%,10px);right:11%;bottom:-2%;opacity:0;transform:scale(.1);transform-origin:bottom}.fo-section .programming-section.visible .section-images .right-kosa{animation:scaling .7s cubic-bezier(0,1.35,.73,1.08) .65s forwards}.fo-section .programming-section .section-images .left-kosa{position:absolute;width:round(44%,10px);left:16.5%;bottom:-9%;opacity:0;transform:scale(.1);transform-origin:bottom}.fo-section .programming-section.visible .section-images .left-kosa{animation:scaling .7s cubic-bezier(0,1.35,.73,1.08) .75s forwards}.fo-section .programming-section .section-images .icon-line{position:absolute;height:76%;width:-moz-fit-content;width:fit-content;bottom:3%;left:-2%}@property --programmingLineLeft{syntax:"<percentage>";initial-value:0%;inherits:false}@property --programmingLineRight{syntax:"<percentage>";initial-value:0%;inherits:false}@property --programmingLineTop{syntax:"<percentage>";initial-value:100%;inherits:false}@property --programmingLineBottom{syntax:"<percentage>";initial-value:0%;inherits:false}.fo-section .programming-section .section-images .icon-line .programming-line-container{position:relative;height:100%;overflow:hidden;transform:translateY(100%)}.fo-section .programming-section .section-images .icon-line .programming-line{position:relative;height:100%;object-fit:cover;transform:translateY(-100%);display:block}.fo-section .programming-section.visible .section-images .icon-line .programming-line,.fo-section .programming-section.visible .section-images .icon-line .programming-line-container{animation:start-section-line 1.5s cubic-bezier(.81,0,.24,.84) 0s forwards}.fo-section .programming-section .section-images .icon-line .programming-icon{position:absolute;right:-46%;top:-22%;width:round(130%,5px);opacity:0;transform:scale(0);will-change:transform}.fo-section .programming-section.visible .section-images .icon-line .programming-icon{animation:standardScaling 1.5s cubic-bezier(0,1.25,.73,1.08) 1s forwards}.fo-section .programming-section .text-line{position:absolute;width:17vw;height:-moz-fit-content;height:fit-content;right:8%;bottom:-14%;opacity:0;transform:translateY(-25%)}.fo-section .programming-section.visible .text-line{animation:fadeIn .7s ease-in-out .15s forwards}.fo-section .programming-section .text-line img{position:relative;width:100%}.dark .fo-section .programming-section .text-line img{filter:invert(1) brightness(1.2)}.fo-section .programming-section .text-line .text{color:#5852aa;font-family:cairo;font-size:28px;font-weight:600;width:70%;position:absolute;left:55%;top:5%;transform:translateX(-50%);line-height:1.3;opacity:0}[lang=ar] .fo-section .programming-section .text-line .text{font-size:29px;left:unset;right:0;top:1%;transform:translateX(-27%)}.dark .fo-section .programming-section .text-line .text{color:#b8b7bd}.fo-section .programming-section.visible .text-line .text{animation:opacity .5s ease-in-out .75s forwards}.fo-section .print-section{position:relative;width:100vw;height:650px;background-color:#e6e6e6;display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:space-around;left:0;top:0;padding:50px 0;z-index:2}.dark .fo-section .print-section{background-color:#161616}.fo-section .print-section img.design{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover;opacity:.2;-webkit-mask-image:linear-gradient(to bottom,#000 var(--firstDesignIMGMask),transparent var(--secondDesignIMGMask));mask-image:linear-gradient(to bottom,#000 var(--firstDesignIMGMask),transparent var(--secondDesignIMGMask))}.dark .fo-section .print-section img.design{opacity:.3}.fo-section .print-section.visible img.design{animation:start-section-bg 2.5s ease-in-out 0s forwards}.fo-section .print-section .content{position:relative;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:flex-start;gap:50px}[lang=ar] .fo-section .print-section .content{direction:rtl;text-align:right;align-items:flex-start}.fo-section .print-section .content h1{color:#3e3a59;font-family:cairo;position:relative;font-size:40px;opacity:0;transform:translateY(70%)}.dark .fo-section .print-section .content h1{color:#897ddb}.fo-section .print-section.visible .content h1{animation:fadeIn .5s ease-in-out 0s forwards}.fo-section .print-section .content h2{color:#999;font-family:cairo;width:650px;font-size:24px;font-weight:500;position:relative;top:-15px;opacity:0;transform:translateY(80%)}.dark .fo-section .print-section .content h2{color:#706f7c}.fo-section .print-section.visible .content h2{animation:fadeIn .5s ease-in-out .1s forwards}.fo-section .print-section .content h4{color:#4d4d4d;font-family:cairo;width:535px;font-size:20px;font-weight:500;position:relative;opacity:0;transform:translateY(70%)}.dark .fo-section .print-section .content h4{color:#bdbdbd}.fo-section .print-section.visible .content h4{animation:fadeIn .5s ease-in-out .25s forwards}.fo-section .print-section .content button{position:relative;display:flex;margin-top:30px;background-color:#787099;border-radius:50px;padding:6px 26px 5px 40px;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;gap:14px;font-size:20px;font-family:cairo;font-weight:600;color:#fff;z-index:2;box-shadow:2px 2px 18px #0000003b;opacity:0;transform:translateY(100%);transition:background .3s}.fo-section .print-section .content button:hover{background-color:#6f6bb1}.fo-section .print-section.visible .content button{animation:fadeIn .5s ease-in-out .35s forwards}.fo-section .print-section .content button img{position:relative;width:50px;bottom:-6px}.dark .fo-section .print-section .content button img{bottom:-5px}.fo-section .print-section .section-images{position:relative;display:flex;height:570px;width:-moz-fit-content;width:fit-content;justify-content:center;align-items:center;transform:translate(-2.5vw,1.3vw)}.fo-section .print-section .section-images .vest-container{position:relative;width:auto;height:85%;opacity:0;transform:translateY(15%)}.fo-section .print-section.visible .section-images .vest-container{animation:fadeIn .8s ease-in-out 0s forwards}.fo-section .print-section .section-images img.vest{position:relative;height:100%;filter:drop-shadow(8px 7px 5px rgb(0,0,0,20%))}.fo-section .print-section .section-images .vest-image-container{position:absolute;width:41.5%;left:50%;top:50%;--tx:-51.5%;--ty:172.5;--tyPrefix:-1%;transform:translate(var(--tx),calc(var(--ty) * var(--tyPrefix)));overflow:hidden}.fo-section .print-section.visible .section-images .vest-image-container{animation:start-shirt-logo .5s cubic-bezier(.55,.09,.68,.53) 2.4s forwards}.fo-section .print-section .section-images img.vest-image{position:relative;width:100%;--tx:0%;--ty:100;--tyPrefix:1%;transform:translate(var(--tx),calc(var(--ty) * var(--tyPrefix)));display:block}.fo-section .print-section.visible .section-images img.vest-image{animation:start-shirt-logo .5s cubic-bezier(.55,.09,.68,.53) 2.4s forwards}@keyframes start-shirt-logo{to{transform:translate(var(--tx),calc((var(--ty) - 100) * var(--tyPrefix)))}}.fo-section .print-section .section-images img.vest-paint-tool{display:none}.fo-section .print-section .section-images .cup-container{position:absolute;height:30%;width:-moz-fit-content;width:fit-content;left:50%;top:50%;filter:grayscale(.3);opacity:0;--t1:-265%;--t2:46%;--r:0deg;transform:translate(var(--t1),var(--t2)) rotate(var(--r)) scale(0);transform-origin:bottom}.fo-section .print-section.visible .section-images .cup-container{animation:scaling .9s cubic-bezier(0,1.35,.73,1.08) .4s forwards}.fo-section .print-section .section-images img.cup{position:relative;height:100%;filter:drop-shadow(6px 6px 3px rgb(0,0,0,15%))}.fo-section .print-section .section-images img.cup-text{position:absolute;width:50%;left:61.5%;top:65.5%;transform:translate(-50%,-50%)}.fo-section .print-section .section-images img.paint-tool{position:absolute;width:45%;left:50%;top:50%;opacity:0;transform:translate(-45.5%,95%) scale(1);filter:drop-shadow(2px 5px 3px rgb(0,0,0,10%)) grayscale(.25)}.fo-section .print-section.visible .section-images img.paint-tool{animation:paintTool 3s cubic-bezier(.68,-.55,.27,1.55) .7s forwards,toolOpacity .5s ease-in-out .7s forwards}@keyframes paintTool{50%{transform:translate(-45.5%,-25%) scale(1.25)}to{transform:translate(-45.5%,95%) scale(1)}}@keyframes toolOpacity{to{opacity:1}}@keyframes toolShow{to{opacity:1}}@keyframes toolHide{0%{opacity:1}to{opacity:0}}.fo-section .print-section .section-images img.notebook{position:absolute;height:40%;left:50%;top:50%;filter:drop-shadow(4px 6px 6px rgb(0,0,0,15%));opacity:0;--t1:100%;--t2:15%;--r:0deg;--sx:0.25;--sy:0;transform:translate(var(--t1),var(--t2)) rotate(var(--r)) scale(var(--sx),var(--sy));transform-origin:bottom}.fo-section .print-section.visible .section-images img.notebook{animation:customScaling .9s cubic-bezier(0,1.35,.73,1.08) .5s forwards}.fo-section .marketing-section{position:relative;width:100vw;height:650px;background-color:#e6e6e6;display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:space-around;left:0;top:0;padding:50px 0;z-index:2}.fo-section .marketing-section img.design{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover;opacity:.2}.fo-section .marketing-section .content{position:relative;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:flex-start;gap:50px}.fo-section .marketing-section .content h1{color:#3e3a59;font-family:cairo;position:relative;font-size:40px}.fo-section .marketing-section .content h2{color:#999;font-family:cairo;width:650px;font-size:26px;font-weight:500;position:relative;top:-15px}.fo-section .marketing-section .content h4{color:#4d4d4d;font-family:cairo;width:535px;font-size:20px;font-weight:500;position:relative}.fo-section .marketing-section .content button{position:relative;display:flex;margin-top:30px;background-color:#787099;border-radius:50px;padding:6px 26px 5px 40px;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;gap:14px;font-size:20px;font-family:cairo;font-weight:600;color:#fff;z-index:2;box-shadow:2px 2px 18px #0000003b}.fo-section .marketing-section .content button img{position:relative;width:50px;bottom:-6px}.fo-section .marketing-section .section-images{position:relative;display:flex;height:30vw;width:-moz-fit-content;width:fit-content;justify-content:center;align-items:center;transform:translate(-2.5vw,1.3vw)}.fo-section .marketing-section .section-images img.design-1{position:absolute;height:85%;bottom:-3%;left:-25%}.fo-section .marketing-section .section-images img.design-2{position:absolute;height:120%;bottom:-45%;right:-48%}.fo-section .marketing-section .section-images .pulb-idea{position:absolute;width:-moz-fit-content;width:fit-content;height:55%;right:-16%;bottom:27%}.fo-section .marketing-section .section-images .pulb-idea .design-3{position:relative;height:100%;object-fit:cover}.fo-section .marketing-section .section-images .pulb-idea .design-4{position:absolute;left:calc(100% - 84.5% / 2);bottom:105%;width:80%}.fo-section .marketing-section .section-images .design-5{position:absolute;width:72%;bottom:-16%;right:-9%}.fo-section .marketing-section .section-images .main-design{position:relative;width:-moz-fit-content;width:fit-content;height:100%;top:50%;left:50%;transform:translate(-50%,-50%)}.fo-section .marketing-section .section-images .main-design .marketing-bg{position:relative;height:100%;top:0;left:0}.fo-section .marketing-section .section-images .main-design .marketing-img{position:absolute;bottom:0;left:50%;transform:translateX(-50%);height:95%}.fo-section .marketing-section .section-images .marketing-icon{position:absolute;width:40%;left:-18%;top:-14%}.fo-section .marketing-section .section-images .impressions{position:absolute;width:65%;height:28%;background-color:#fff;border-radius:12px;padding:2.5% 4%;bottom:19%;left:-43%;box-shadow:0 5px 15px #00000024}.fo-section .marketing-section .section-images .impressions .circle{position:absolute;width:6%;aspect-ratio:1/1;background:#7da889;border-radius:50%;right:8%;top:16%}.fo-section .marketing-section .section-images .impressions .background{position:absolute;width:50%;right:8%;top:50%;transform:translateY(-25%)}.fo-section .marketing-section .section-images .impressions h2{position:relative;font-family:assistant;color:#666;font-weight:600;font-size:1.2vw}.fo-section .marketing-section .section-images .impressions h5{position:relative;font-family:assistant;color:#172537;font-weight:700;font-size:3vw}.fo-section .marketing-section .section-images .impressions h6{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;font-size:1vw;font-family:assistant;color:#409159}.fo-section .marketing-section .section-images .impressions h6 img{position:relative;width:5%;margin-right:3%}.fo-section .marketing-section .section-images .impressions h6 .percent{font-size:85%;margin-left:1%}.fo-section .marketing-section .section-images .clicks{position:absolute;display:flex;width:64%;height:52%;background-color:#fff;border-radius:15px;padding:7%;bottom:-38%;left:-13%;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;gap:4%;box-shadow:0 7px 15px #00000020}.fo-section .marketing-section .section-images .clicks .circle{position:absolute;width:6%;aspect-ratio:1/1;background:#7c92a5;border-radius:50%;left:8%;top:8%}.fo-section .marketing-section .section-images .clicks .background-img{position:relative;width:35%;aspect-ratio:1/1;border-radius:50%;background-color:#ccdeff}.fo-section .marketing-section .section-images .clicks .background{position:absolute;height:60%;left:50%;top:50%;transform:translate(-50%,-50%)}.fo-section .marketing-section .section-images .clicks h5{position:relative;font-family:assistant;color:#172537;font-size:2.4vw}.fo-section .marketing-section .section-images .clicks h2{position:relative;font-family:assistant;color:grey;font-size:1.15vw;font-weight:600}.fo-section .marketing-section .section-images .clicks h6{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;font-size:1.2vw;font-family:assistant;color:#409159}.fo-section .marketing-section .section-images .clicks h6 img{position:relative;width:7%;margin-right:3%}.fo-section .marketing-section .section-images .clicks h6 .percent{font-size:85%;margin-left:1%}.fi-section{position:relative;width:100vw;height:-moz-fit-content;height:fit-content;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;padding:350px 0 100px}.fi-section h1{position:relative;font-size:45px;font-family:cairo;color:#2e2a44;font-weight:700;opacity:0;transform:translateY(100%)}.dark .fi-section h1{color:#fff}.fi-section.visible h1{animation:fadeIn .6s ease-in-out forwards}.fi-section h2{position:relative;font-size:26px;font-family:cairo;color:#4d4d4d;font-weight:600;top:-15px;opacity:0;transform:translateY(100%)}.dark .fi-section h2{color:#c5c5c5}.fi-section.visible>h2{animation:fadeIn .6s ease-in-out .15s forwards}.fi-section .feedbacks{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;margin-top:250px;max-width:110vw;width:350px;min-height:350px;max-height:400px}@property --f1t1{syntax:"<percentage>";initial-value:0%;inherits:false}@property --f1t2{syntax:"<percentage>";initial-value:0%;inherits:false}@property --f1r{syntax:"<number>";initial-value:0;inherits:false}@property --f1w{syntax:"<percentage>";initial-value:0%;inherits:false}@property --f1h{syntax:"<percentage>";initial-value:0%;inherits:false}@property --f2t1{syntax:"<percentage>";initial-value:0%;inherits:false}@property --f2t2{syntax:"<percentage>";initial-value:0%;inherits:false}@property --f2r{syntax:"<number>";initial-value:0;inherits:false}@property --f2w{syntax:"<percentage>";initial-value:0%;inherits:false}@property --f2h{syntax:"<percentage>";initial-value:0%;inherits:false}@property --f3t1{syntax:"<percentage>";initial-value:0%;inherits:false}@property --f3t2{syntax:"<percentage>";initial-value:0%;inherits:false}@property --f3r{syntax:"<number>";initial-value:0;inherits:false}@property --f3w{syntax:"<percentage>";initial-value:0%;inherits:false}@property --f3h{syntax:"<percentage>";initial-value:0%;inherits:false}@property --f4t1{syntax:"<percentage>";initial-value:0%;inherits:false}@property --f4t2{syntax:"<percentage>";initial-value:0%;inherits:false}@property --f4r{syntax:"<number>";initial-value:0;inherits:false}@property --f4w{syntax:"<percentage>";initial-value:0%;inherits:false}@property --f4h{syntax:"<percentage>";initial-value:0%;inherits:false}@property --f5t1{syntax:"<percentage>";initial-value:0%;inherits:false}@property --f5t2{syntax:"<percentage>";initial-value:0%;inherits:false}@property --f5r{syntax:"<number>";initial-value:0;inherits:false}@property --f5w{syntax:"<percentage>";initial-value:0%;inherits:false}@property --f5h{syntax:"<percentage>";initial-value:0%;inherits:false}@property --f6t1{syntax:"<percentage>";initial-value:0%;inherits:false}@property --f6t2{syntax:"<percentage>";initial-value:0%;inherits:false}@property --f6r{syntax:"<number>";initial-value:0;inherits:false}@property --f6w{syntax:"<percentage>";initial-value:0%;inherits:false}@property --f6h{syntax:"<percentage>";initial-value:0%;inherits:false}@property --f7t1{syntax:"<percentage>";initial-value:0%;inherits:false}@property --f7t2{syntax:"<percentage>";initial-value:0%;inherits:false}@property --f7r{syntax:"<number>";initial-value:0;inherits:false}@property --f7w{syntax:"<percentage>";initial-value:0%;inherits:false}@property --f7h{syntax:"<percentage>";initial-value:0%;inherits:false}.fi-section .feedbacks .feedback{overflow:hidden;transition:transform 1s,opacity 1s;--f1t1:-340%;--f1t2:45%;--f1r:0;--f1w:64.5%;--f1h:45.7%;--f2t1:-204%;--f2t2:16%;--f2r:0;--f2w:77%;--f2h:60%;--f3t1:-81%;--f3t2:0%;--f3r:0;--f3w:97%;--f3h:71.5%;--f4t1:0%;--f4t2:0%;--f4r:0;--f4w:100%;--f4h:100%;--f5t1:81%;--f5t2:0%;--f5r:0;--f5w:97%;--f5h:71.5%;--f6t1:204%;--f6t2:16%;--f6r:0;--f6w:77%;--f6h:60%;--f7t1:340%;--f7t2:45%;--f7r:0;--f7w:64.5%;--f7h:45.7%}.fi-section .feedbacks .feedback.f1{position:absolute;width:var(--f1w);height:var(--f1h);background-color:#f9f9f9;border-radius:30px;box-shadow:0 3px 30px #00000012;display:flex;z-index:2;transform:translate(55%,45%);--t1:var(--f1t1);--t2:var(--f1t2);--r:calc(var(--f1r) * 1deg);transform:translate(var(--t1),var(--t2)) rotate(var(--r)) scale(1);opacity:1}.fi-section.visible .feedbacks .feedback.f1{animation-delay:.5s}.fi-section .feedbacks .feedback.f2{position:absolute;width:var(--f2w);height:var(--f2h);background-color:#f4f4f4;border-radius:30px;box-shadow:0 3px 30px #0000001f;display:flex;z-index:3;transform:translate(35%,16%);--t1:var(--f2t1);--t2:var(--f2t2);--r:calc(var(--f2r) * 1deg);transform:translate(var(--t1),var(--t2)) rotate(var(--r)) scale(1);opacity:1}.fi-section.visible .feedbacks .feedback.f2{animation-delay:.4s}.fi-section .feedbacks .feedback.f3{position:absolute;width:var(--f3w);height:var(--f3h);background-color:#efefef;border-radius:30px;box-shadow:0 3px 30px #00000025;display:flex;z-index:4;transform:translateX(20%);--t1:var(--f3t1);--t2:var(--f3t2);--r:calc(var(--f3r) * 1deg);transform:translate(var(--t1),var(--t2)) rotate(var(--r)) scale(1);opacity:1}.fi-section.visible .feedbacks .feedback.f3{animation-delay:.3s}.fi-section .feedbacks .feedback.f4{position:absolute;width:var(--f4w);height:-moz-fit-content;height:fit-content;min-height:320px;max-height:400px;background-color:#fff;border-radius:30px;box-shadow:0 3px 30px #00000028;display:flex;z-index:8;flex-direction:column;flex-wrap:nowrap;align-items:center;justify-content:center;--t1:var(--f4t1);--t2:var(--f4t2);--r:calc(var(--f4r) * 1deg);transform:translate(var(--t1),var(--t2)) rotate(var(--r)) scale(1);opacity:1}.dark .fi-section .feedbacks .feedback.f4{background-color:#353637}.fi-section.visible .feedbacks .feedback.f4{animation-delay:.2s}.fi-section .feedbacks .feedback.f5{position:absolute;width:var(--f5w);height:var(--f5h);background-color:#efefef;border-radius:30px;box-shadow:0 3px 30px #00000025;display:flex;z-index:7;transform:translateX(-20%);--t1:var(--f5t1);--t2:var(--f5t2);--r:calc(var(--f5r) * 1deg);transform:translate(var(--t1),var(--t2)) rotate(var(--r)) scale(1);opacity:1}.fi-section.visible .feedbacks .feedback.f5{animation-delay:.3s}.fi-section .feedbacks .feedback.f6{position:absolute;width:var(--f6w);height:var(--f6h);background-color:#f4f4f4;border-radius:30px;box-shadow:0 3px 30px #0000001f;display:flex;z-index:6;transform:translate(-35%,16%);--t1:var(--f6t1);--t2:var(--f6t2);--r:calc(var(--f6r) * 1deg);transform:translate(var(--t1),var(--t2)) rotate(var(--r)) scale(1);opacity:1}.fi-section.visible .feedbacks .feedback.f6{animation-delay:.4s}.fi-section .feedbacks .feedback.f7{position:absolute;width:var(--f7w);height:var(--f7h);background-color:#f9f9f9;border-radius:30px;box-shadow:0 3px 30px #00000012;display:flex;z-index:1;transform:translate(-55%,45%);--t1:var(--f7t1);--t2:var(--f7t2);--r:calc(var(--f7r) * 1deg);transform:translate(var(--t1),var(--t2)) rotate(var(--r)) scale(1);opacity:1}.fi-section.visible .feedbacks .feedback.f7{animation-delay:.5s}.fi-section.visible .feedbacks .feedback.f7:not(.fStart){transition:transform 2.5s,opacity 2.5s}.dark .fi-section .feedbacks .feedback:not(.f4){background-color:#2b2c2d}.fi-section .feedbacks .feedback.fStart{transform:translate(var(--t1),var(--t2)) rotate(var(--r)) scale(.4);opacity:0}.fi-section.visible .feedbacks .feedback.fStart{animation:scaling .9s cubic-bezier(0,1.35,.73,1.08) forwards}.fi-section .feedbacks .feedback img.arch{position:absolute;height:65%;left:50%;top:50%;transform:translate(-50%,-50%);opacity:0}.dark .fi-section .feedbacks .feedback img.arch{filter:opacity(.8)}.fi-section.visible .feedbacks .feedback img.arch{animation:opacity .5s ease-in-out .75s forwards}.fi-section .feedbacks .feedback.f4 img.arch,.fi-section.visible .feedbacks .feedback.f4 img.arch{opacity:0!important}.fi-section .feedbacks .feedback .content{position:relative;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-between;align-items:center;margin:auto 0;gap:5px;opacity:0}.fi-section .feedbacks .feedback .content .header{position:relative;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;padding:8%}.fi-section .feedbacks .feedback.f4 .content{opacity:1;min-height:inherit;max-height:inherit}.fi-section .feedbacks .feedback .content .username{color:#484860;font-family:cairo;font-weight:600;font-size:21px;top:0;white-space:nowrap;text-align:center;opacity:0;transform:translateY(30%);direction:ltr!important}.dark .fi-section .feedbacks .feedback .content .username{color:#c6c6ed}.fi-section.visible .feedbacks .feedback.f4 .content .username{animation:fadeIn .6s ease-in-out .15s forwards}.fi-section .feedbacks .feedback .content .ratings{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;gap:5px}@property --rtx{syntax:"<percentage>";initial-value:0%;inherits:false}@property --rty{syntax:"<percentage>";initial-value:50%;inherits:false}@property --rts{syntax:"<number>";initial-value:0;inherits:false}.fi-section .feedbacks .feedback .content .ratings img{position:relative;width:18px;opacity:0;transform:translate(var(--rtx),var(--rty)) scale(var(--rts))}.fi-section.visible .feedbacks .feedback.f4 .content .ratings img{animation:rating .9s cubic-bezier(.49,-.04,.2,1) forwards,moveUp .7s ease-in-out forwards,opacity .8s ease-in-out forwards}.fi-section.visible .feedbacks .feedback .content .ratings img:first-child{animation-delay:1.2s}.fi-section.visible .feedbacks .feedback .content .ratings img:nth-child(2){animation-delay:1.25s}.fi-section.visible .feedbacks .feedback .content .ratings img:nth-child(3){animation-delay:1.3s}.fi-section.visible .feedbacks .feedback .content .ratings img:nth-child(4){animation-delay:1.35s}.fi-section.visible .feedbacks .feedback .content .ratings img:nth-child(5){animation-delay:1.4s}@keyframes rating{50%{--rts:1.25}to{--rts:1}}@keyframes moveUp{to{--rty:0%}}.fi-section .feedbacks .feedback .content .f-content-container{width:85%;overflow:hidden;transform:translateY(-100%);padding-bottom:10px;-webkit-mask-image:linear-gradient(0deg,transparent 0,#000 7%);mask-image:linear-gradient(0deg,transparent 0,#000 7%)}.fi-section.visible .feedbacks .feedback.f4 .content .f-content-container{animation:move 1.5s ease-in-out 1s forwards}.fi-section .feedbacks .feedback .content p{position:relative;font-family:cairo;color:#4d4d4d;text-align:center;font-size:.1in;line-height:1.5;width:100%;font-weight:600}.dark .fi-section .feedbacks .feedback .content p{color:#ddd}.fi-section .feedbacks .feedback.f4 .content p{font-size:clamp(14px,.8vw,18px);height:-moz-fit-content;height:fit-content;overflow:hidden;opacity:0;transform:translateY(100%)}.fi-section.visible .feedbacks .feedback.f4 .content p{animation:move 1.5s ease-in-out 1s forwards,opacity 1s ease-in-out 1s forwards}.fi-section .feedbacks .feedback .content .country{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;gap:10px;font-family:cairo;color:#999;font-weight:600;padding:calc(7% - 10px) 7% 7%}.dark .fi-section .feedbacks .feedback .content .country{color:#b5b5b5}.fi-section .feedbacks .feedback .content .country img{position:relative;display:inline-block;opacity:0;transform:translate(110%)}.fi-section.visible .feedbacks .feedback.f4 .content .country img{animation:opacity .6s ease-in-out .75s forwards,move .6s ease-in-out 1.5s forwards}.fi-section .feedbacks .feedback .content .country span{opacity:0}.fi-section.visible .feedbacks .feedback.f4 .content .country span{animation:opacity .6s ease-in-out 2s forwards}.fi-section .circles{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;gap:8px;margin-top:40px}.fi-section .circles .circle{position:relative;width:11px;height:11px;background-color:#ccc;border-radius:50%;opacity:0;transform:scale(0)}.fi-section.visible .circles .circle{animation:avatars .8s cubic-bezier(0,1.35,.73,1.08) .5s forwards}.fi-section.visible .circles .circle:first-of-type{animation-delay:1.1s}.fi-section.visible .circles .circle:nth-of-type(2){animation-delay:1s}.fi-section.visible .circles .circle:nth-of-type(3){animation-delay:.9s}.fi-section.visible .circles .circle:nth-of-type(4){animation-delay:.8s}.fi-section.visible .circles .circle:nth-of-type(5){animation-delay:.9s}.fi-section.visible .circles .circle:nth-of-type(6){animation-delay:1s}.fi-section.visible .circles .circle:nth-of-type(7){animation-delay:1.1s}.fi-section .circles .circle.active{background-color:#50507c;width:15px;height:15px}.fi-section .circles .feedback-line-icon{position:absolute;width:-moz-fit-content;width:fit-content;height:5000%;right:115%;bottom:calc(0px + 49%)}.fi-section .circles .feedback-line-icon .img-parent{position:relative;left:0;top:0;width:100%;height:100%;overflow:hidden;transform:translateY(100%)}.fi-section.visible .circles .feedback-line-icon .img-parent{animation:start-section-line 1.5s cubic-bezier(.81,0,.24,.84) 1.3s forwards}.fi-section .circles .feedback-line-icon img.feedback-line{position:relative;height:100%;transform:translateY(-100%)}.fi-section.visible .circles .feedback-line-icon img.feedback-line{animation:start-section-line 1.5s cubic-bezier(.81,0,.24,.84) 1.3s forwards}.fi-section .circles .feedback-line-icon img.feedback-icon{position:absolute;width:25%;bottom:98.6%;right:86.5%;opacity:.5;transform:scale(0);transform-origin:bottom}.fi-section.visible .circles .feedback-line-icon img.feedback-icon{animation:scaling .7s cubic-bezier(0,1.35,.73,1.08) 2.8s forwards}.fi-section .user-images .user-img{opacity:0;transform:scale(0)}.fi-section .user-images .user-img.top-right{right:16%;top:16%;width:130px;height:130px;box-shadow:4px 5px 15px #00000045;position:absolute;overflow:hidden;border-radius:50%}.fi-section .user-images .user-img.left{left:35%;top:43%;width:90px;height:90px;box-shadow:-1px 5px 15px #00000045;position:absolute;overflow:hidden;border-radius:50%}.fi-section .user-images .user-img.bottom-right{right:8%;top:53%;width:100px;height:100px;box-shadow:4px 5px 15px #00000045;position:absolute;overflow:hidden;border-radius:50%}.fi-section.visible .user-images .user-img{animation:avatars .8s cubic-bezier(0,1.35,.73,1.08) .5s forwards}.fi-section .user-images .user-img.top-right{animation-delay:.5s}.fi-section .user-images .user-img.left{animation-delay:.65s}.fi-section .user-images .user-img.bottom-right{animation-delay:.8s}.fi-section .user-images .user-img img{position:absolute;min-width:100%;min-height:100%;width:100%;height:100%;object-fit:cover}.last-section{position:relative;width:100vw;height:-moz-fit-content;height:fit-content;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center}.last-section h1{position:relative;font-family:cairo;font-size:50px;font-weight:600;color:#2e2a44;opacity:0;transform:translateY(70%)}.dark .last-section h1{color:#e1def4}.last-section.visible h1{animation:fadeIn .6s ease-in-out forwards}.last-section h1 span{color:#59519e}.dark .last-section h1 span{color:#7f70ff}.last-section h3{position:relative;font-family:cairo;font-size:24px;font-weight:600;color:#999;top:-15px;opacity:0;transform:translateY(120%)}.dark .last-section h3{color:#c2c2c2}.last-section.visible h3{animation:fadeIn .6s ease-in-out forwards}.last-section .support-design{position:relative;width:28%;height:-moz-fit-content;height:fit-content;margin-top:190px}.last-section .support-design .small-design{display:none}.last-section .support-design img.support-img{position:relative;width:100%;opacity:0;transform:translateY(-25%)}.last-section.visible .support-design img.support-img{animation:fadeIn 1s ease forwards}.last-section .support-design .top-left{position:absolute;width:75%;left:-58%;bottom:36%}.last-section .support-design .top-left .lastSection-line-container{transform:translateX(100%);overflow:hidden}.last-section.visible .support-design .top-left .lastSection-line-container{animation:move 1.2s cubic-bezier(.81,0,.42,.79) .5s forwards}.last-section .support-design .top-left img.line{position:relative;width:100%;display:block;transform:translateX(-100%)}.last-section.visible .support-design .top-left img.line{animation:move 1.2s cubic-bezier(.81,0,.42,.79) .5s forwards}.last-section .support-design .top-left .behance{position:absolute;width:-moz-fit-content;width:fit-content;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;bottom:110%;right:calc(100% - 13%);cursor:pointer}.last-section .support-design .top-left .behance img.behance-icon{position:relative;width:18%;opacity:0;transform:scale(0)}.last-section.visible .support-design .top-left .behance img.behance-icon{animation:avatars .8s cubic-bezier(.18,.89,.12,1.44) 1.65s forwards}.last-section .support-design .top-left .behance h5{position:relative;font-family:cairo;font-size:18px;width:-moz-fit-content;width:fit-content;white-space:nowrap;color:#4d4d4d;font-weight:600;opacity:0;transform:translateY(25%)}.dark .last-section .support-design .top-left .behance h5{color:#e2e2e2}.last-section.visible .support-design .top-left .behance h5{animation:fadeIn .7s ease-in-out 1.9s forwards}.last-section .support-design .top-left .behance h5 span{color:#3766a0;font-weight:700}.dark .last-section .support-design .top-left .behance h5 span{color:#4d88d1}.last-section .support-design .top-left .behance .behance-text-line-container{position:absolute;width:38%;right:-4%;bottom:-5%;transform:translateX(-100%);overflow:hidden}.last-section.visible .support-design .top-left .behance .behance-text-line-container{animation:move .75s cubic-bezier(.81,0,.42,.79) 2.1s forwards}.last-section .support-design .top-left .behance h5 img{position:relative;display:block;width:100%;transform:translateX(100%)}.last-section.visible .support-design .top-left .behance h5 img{animation:move .75s cubic-bezier(.81,0,.42,.79) 2.1s forwards}.last-section .support-design .bottom-left{position:absolute;width:28%;left:-31%;bottom:1%}.last-section .support-design .bottom-left .lastSection-line-container{transform:translateX(100%);overflow:hidden}.last-section.visible .support-design .bottom-left .lastSection-line-container{animation:move 1.2s cubic-bezier(.81,0,.42,.79) .5s forwards}.last-section .support-design .bottom-left img.line{position:relative;width:100%;display:block;transform:translateX(-100%)}.last-section.visible .support-design .bottom-left img.line{animation:move 1.2s cubic-bezier(.81,0,.42,.79) .5s forwards}.last-section .support-design .top-left .facebook{position:absolute;width:-moz-fit-content;width:fit-content;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;bottom:95%;right:calc(100% - 13%);cursor:pointer}.last-section .support-design .top-left .facebook img.facebook-icon{position:relative;width:19%;opacity:0;transform:scale(0)}.last-section.visible .support-design .top-left .facebook img.facebook-icon{animation:avatars .8s cubic-bezier(.18,.89,.12,1.44) 1.65s forwards}.last-section .support-design .top-left .facebook h5{position:relative;font-family:cairo;font-size:18px;width:-moz-fit-content;width:fit-content;white-space:nowrap;color:#4d4d4d;font-weight:600;opacity:0;transform:translateY(25%)}.dark .last-section .support-design .top-left .facebook h5{color:#d9d9d9}.last-section.visible .support-design .top-left .facebook h5{animation:fadeIn .7s ease-in-out 1.9s forwards}.last-section .support-design .top-left .facebook h5 span{color:#3766a0;font-weight:700}.dark .last-section .support-design .top-left .facebook h5 span{color:#4d8edf}.last-section .support-design .top-left .facebook h6{position:relative;font-family:cairo;font-size:14px;width:-moz-fit-content;width:fit-content;white-space:nowrap;color:#999;font-weight:600;top:-8px;opacity:0;transform:translateY(25%)}.last-section.visible .support-design .top-left .facebook h6{animation:fadeIn .7s ease-in-out 2.1s forwards}.last-section .support-design .top-right{position:absolute;width:32%;left:55%;bottom:71%}.last-section .support-design .top-right .lastSection-line-container{transform:translateX(-100%);overflow:hidden}.last-section.visible .support-design .top-right .lastSection-line-container{animation:move 1.2s cubic-bezier(.81,0,.42,.79) .5s forwards}.last-section .support-design .top-right img.line{position:relative;width:100%;display:block;transform:translateX(100%)}.last-section.visible .support-design .top-right img.line{animation:move 1.2s cubic-bezier(.81,0,.42,.79) .5s forwards}.last-section .support-design .top-right .call{gap:10px;position:absolute;width:-moz-fit-content;width:fit-content;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:flex-start;bottom:73%;left:calc(100% + 11%)}.last-section .support-design .top-right .call img.call-icon{position:relative;width:24%;opacity:0;transform:scale(0)}.last-section.visible .support-design .top-right .call img.call-icon{animation:avatars .8s cubic-bezier(.18,.89,.12,1.44) 1.65s forwards}.last-section .support-design .top-right .call .phone-numbers{position:relative;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;gap:4px}.last-section .support-design .top-right .call .phone-numbers .phone-number{position:relative;padding:9px 16px;font-family:cabin;color:#333;font-weight:700;font-size:15px;background-color:#e6e6e6;border-radius:13px;width:100%;text-align:center;opacity:0;transform:translateY(25%)}.last-section .support-design .top-right .call .phone-numbers .phone-number span{font-family:cabin!important}.last-section.visible .support-design .top-right .call .phone-numbers .phone-number{animation:fadeIn .7s ease-in-out 1.8s forwards}.last-section.visible .support-design .top-right .call .phone-numbers .phone-number:first-of-type{animation-delay:1.8s}.last-section.visible .support-design .top-right .call .phone-numbers .phone-number:nth-of-type(3){animation-delay:1.9s}.last-section .support-design .top-right .call .phone-numbers .point{position:relative;width:5px;height:5px;border-radius:50%;background-color:#837bb280;opacity:0;transform:translateY(150%)}.last-section.visible .support-design .top-right .call .phone-numbers .point{animation:fadeIn .7s ease-in-out 1.85s forwards}.last-section .support-design .top-right .call .phone-numbers .bottom-right{position:absolute;width:270%;left:50%;top:115%}.last-section .support-design .top-right .call .phone-numbers .bottom-right .lastSection-line-container{transform:translateX(-100%);overflow:hidden}.last-section.visible .support-design .top-right .call .phone-numbers .bottom-right .lastSection-line-container{animation:move 1.2s cubic-bezier(.81,0,.42,.79) 2.7s forwards}.last-section .support-design .top-right .call .phone-numbers .bottom-right img.line{position:relative;width:100%;display:block;transform:translateX(100%)}.last-section.visible .support-design .top-right .call .phone-numbers .bottom-right img.line{animation:move 1.2s cubic-bezier(.81,0,.42,.79) 2.7s forwards}.last-section .support-design .top-right .call .phone-numbers .bottom-right .start-point{position:absolute;width:10px;height:10px;border-radius:50%;background-color:#c0bcd9;left:-3px;top:0;opacity:0;transform:scale(0)}.last-section.visible .support-design .top-right .call .phone-numbers .bottom-right .start-point{animation:pointScaling .5s cubic-bezier(.18,.89,.12,1.44) 2.5s forwards}.last-section .support-design .top-right .call .phone-numbers .bottom-right .end-point{position:absolute;width:10px;height:10px;border-radius:50%;background-color:#c0bcd9;right:-4px;bottom:15.5%;opacity:0;transform:scale(0)}.last-section.visible .support-design .top-right .call .phone-numbers .bottom-right .end-point{animation:pointScaling .7s cubic-bezier(.18,.89,.12,1.44) 3.9s forwards}@keyframes pointScaling{to{transform:scale(1);opacity:1}}.last-section .support-design .top-right .call .phone-numbers .bottom-right .whatsapp{position:absolute;width:-moz-fit-content;width:fit-content;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;bottom:23%;left:calc(100% - 34%);gap:10px;cursor:pointer}.last-section .support-design .top-right .call .phone-numbers .bottom-right .whatsapp img.whatsapp-icon{position:relative;width:20%;opacity:0;transform:scale(0)}.last-section.visible .support-design .top-right .call .phone-numbers .bottom-right .whatsapp img.whatsapp-icon{animation:avatars .8s cubic-bezier(.18,.89,.12,1.44) 4s forwards}.last-section .support-design .top-right .call .phone-numbers .bottom-right .whatsapp h5{position:relative;font-family:cairo;font-size:16px;color:grey;font-weight:600;width:120%;text-align:center;line-height:1.3;white-space:nowrap;opacity:0;transform:translateY(10%)}.dark .last-section .support-design .top-right .call .phone-numbers .bottom-right .whatsapp h5{color:#cdcdcd}.last-section.visible .support-design .top-right .call .phone-numbers .bottom-right .whatsapp h5{animation:fadeIn .7s ease-in-out 3.9s forwards}.last-section .support-design .top-right .call .phone-numbers .bottom-right .whatsapp h5 span{color:#1b5b22;font-weight:700}.dark .last-section .support-design .top-right .call .phone-numbers .bottom-right .whatsapp h5 span{color:#4a9552}.last-section .support-design .top-right .call .phone-numbers .bottom-right .whatsapp h5 span:last-of-type{color:#333;font-weight:700}.dark .last-section .support-design .top-right .call .phone-numbers .bottom-right .whatsapp h5 span:last-of-type{color:#dee1e9}.last-section .footer{position:relative;width:100vw;height:100px;padding:0 60px 0 110px;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;margin:80px 0 30px}.last-section .footer img.footer-logo{position:relative;height:55%;filter:drop-shadow(5px 5px 7px rgb(0,0,0,25%));cursor:pointer;opacity:0}.dark .last-section .footer img.footer-logo{filter:drop-shadow(5px 5px 7px rgb(0,0,0,25%)) opacity(.8)}.last-section.visible .footer img.footer-logo{animation:opacity 1.5s ease .5s forwards}.last-section .footer .footer-text{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;gap:5px;left:1%;opacity:0;transform:translateY(100%)}.last-section.visible .footer .footer-text{animation:fadeIn .6s ease-in-out .5s forwards}.last-section .footer .footer-text img.copyright-icon{position:relative;height:25px}.last-section .footer .footer-text h6{position:relative;font-family:cairo;font-size:16px;color:#999;font-weight:600}.dark .last-section .footer .footer-text h6{color:#b5b5b5}.last-section .footer .footer-text h6 span{color:inherit;--color-transformation:#555589}.dark .last-section .footer .footer-text h6 span{--color-transformation:#8888d5}.last-section.visible .footer .footer-text h6 span{animation:color 1s cubic-bezier(.81,0,.42,.79) 1.1s forwards}@keyframes color{to{color:var(--color-transformation)}}@property --ftx{syntax:"<percentage>";initial-value:0%;inherits:false}.last-section .footer .footer-text .footer-text-line-container{position:absolute;width:42%;height:auto;bottom:-35%;left:50%;--ftx:-100%;transform:translateX(calc(var(--ftx) - 54%));overflow:hidden}.last-section.visible .footer .footer-text .footer-text-line-container{animation:start-footer-line 1.2s cubic-bezier(.81,0,.42,.79) 1s forwards}.last-section .footer .footer-text img.footer-text-line{position:relative;display:block;width:100%;--ftx:100%;transform:translateX(var(--ftx))}.last-section.visible .footer .footer-text img.footer-text-line{animation:start-footer-line 1.2s cubic-bezier(.81,0,.42,.79) 1s forwards}@keyframes start-footer-line{to{opacity:1;--ftx:0%}}.last-section .footer .buttons{gap:30px}.last-section .footer .buttons,.last-section .footer .buttons .lang.button{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center}.last-section .footer .buttons .lang.button{width:110px;height:46px;background-color:#ededed;border-radius:50px;padding:0 6px;cursor:pointer;opacity:0;transform:scale(0);transform-origin:bottom}.dark .last-section .footer .buttons .lang.button{background-color:#3e4046}.last-section.visible .footer .buttons .lang.button{animation:avatars .8s cubic-bezier(0,1.35,.73,1.08) .5s forwards}.last-section .footer .buttons .lang.button .active{position:absolute;left:3px;top:50%;transform:translateY(-50%);width:52%;height:87%;background-color:#fff;border-radius:50px}.last-section .footer .buttons .lang.button.en .active{left:3px}.last-section .footer .buttons .lang.button.ar .active{left:50px}.dark .last-section .footer .buttons .lang.button .active{background-color:#eeeff5}.last-section .footer .buttons .lang.button .lang-switcher{position:relative;flex:1 1;text-align:center;font-family:cairo;font-weight:600}.last-section .footer .buttons .lang.button .lang-switcher.inactive{color:gray}.dark .last-section .footer .buttons .lang.button .lang-switcher.inactive{color:#777}.last-section .footer .buttons .lang.button .lang-switcher.active-lang{color:#a5a5c6}.dark .last-section .footer .buttons .lang.button .lang-switcher.active-lang{color:#7d7db7}.last-section .footer .buttons .theme.button{position:relative;width:120px;height:46px;background-color:#ededed;border-radius:50px;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;padding:0 8px;cursor:pointer;opacity:0;transform:scale(0);transform-origin:bottom}.dark .last-section .footer .buttons .theme.button{background-color:#3e4046}.last-section.visible .footer .buttons .theme.button{animation:avatars .8s cubic-bezier(0,1.35,.73,1.08) .6s forwards}.last-section .footer .buttons .theme.button .active{position:absolute;left:3px;top:50%;transform:translateY(-50%);width:52%;height:84%;background-color:#9595bc;border-radius:50px;transition:.3s}.last-section .footer .buttons .theme.button .light-icon{position:relative;flex:1 1;height:100%;transition:.3s}.last-section .footer .buttons .theme.button .light-icon img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);height:50%}.last-section .footer .buttons .theme.button .dark-icon{position:relative;flex:1 1;height:100%}.last-section .footer .buttons .theme.button .dark-icon img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);height:50%;transition:.3s}.dark .last-section .footer .buttons .theme.button .active,.last-section .footer .buttons .theme.button.dark-mode .active{left:46%;width:50%}.dark .last-section .footer .buttons .theme.button .light-icon,.last-section .footer .buttons .theme.button.dark-mode .light-icon{opacity:.7}.dark .last-section .footer .buttons .theme.button .dark-icon img,.last-section .footer .buttons .theme.button.dark-mode .dark-icon img{filter:brightness(1.75)}.section-window-parent{position:fixed;display:none;width:100vw;height:100vh;left:0;top:0;background-color:rgba(0,0,0,.5);z-index:100}.section-window-parent.active{display:block}.section-window-parent .section-window-container{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;min-width:1264px;min-height:60vh;max-width:100vw;max-height:90vh;border-radius:10px;background-color:#ebebeb;display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;justify-content:center;overflow:hidden;opacity:0}.dark .section-window-parent .section-window-container{background-color:#252627}.section-window-parent.active .section-window-container{animation:opacity .7s ease forwards}.section-window-parent .section-window-container:after{content:"";position:absolute;width:100%;height:20px;border-radius:50%;left:50%;transform:translateX(-50%);top:100%;background-color:transparent;box-shadow:0 0 20px 10px rgba(0,0,0,.2)}.section-window-parent .section-window-container>.header{position:relative;display:flex;width:100%;height:59px;padding:15px 35px;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;border-radius:inherit;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:inherit}.section-window-parent .section-window-container>.header:before{content:"";position:absolute;left:50%;transform:translateX(-50%);width:100%;height:1%;bottom:20%;top:unset;background-color:#6495ed;border-radius:50%;box-shadow:0 10px 20px #000;z-index:-1}.section-window-parent .section-window-container>.header .background{position:absolute;left:0;top:0;width:100%;height:100%;border-radius:inherit;background-color:inherit;z-index:-1;opacity:0}.section-window-parent .section-window-container>.header .close{position:relative;display:flex;height:100%;width:-moz-fit-content;width:fit-content;fill:#797979;align-items:center;cursor:pointer}.section-window-parent .section-window-container>.header .close svg{position:relative;height:85%}.section-window-parent .section-window-container>.header .title{position:relative;font-family:cairo;font-size:16px;font-weight:600;margin-left:5%;flex:1 1;text-align:center;color:#34393c}.dark .section-window-parent .section-window-container>.header .title{color:#b5b5b5}.section-window-parent .section-window-container>.header .title.design-title,.section-window-parent .section-window-container>.header .title.printing-title,.section-window-parent .section-window-container>.header .title.programming-title{display:none}.section-window-parent.design .section-window-container>.header .title.design-title,.section-window-parent.printing .section-window-container>.header .title.printing-title,.section-window-parent.programming .section-window-container>.header .title.programming-title{display:block}.section-window-parent .section-window-container>.header .contact-us{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;gap:5px;font-family:cairo;font-size:13px;height:100%;fill:#afacb3;color:#4d4758;white-space:nowrap;cursor:pointer}.dark .section-window-parent .section-window-container>.header .contact-us{fill:#afacb3;color:#d3d0d7}.section-window-parent .section-window-container>.header .contact-us svg{height:round(65%,1px)}.section-window-parent .section-window-container>.content-container{position:relative;width:100%;flex:1 1;overflow:hidden;overflow-y:overlay}.section-window-parent .section-window-container>.content-container>.content{padding:20px;position:relative;display:flex;flex-wrap:nowrap;gap:15px;overflow:hidden;overflow-y:scroll;width:auto;justify-content:flex-start;flex:1 1;flex-direction:column;align-items:center}.section-window-parent .section-window-container>.content-container>.content h2{position:relative;text-align:center;font-size:1rem;font-family:assistant;width:56%;color:#50505d;margin:15px auto 0;font-weight:600;opacity:0;transform:translateY(25%)}.dark .section-window-parent .section-window-container>.content-container>.content h2{color:#b9b9c8}.section-window-parent.active .section-window-container>.content-container>.content h2{animation:fadeIn .6s ease-in-out 0s forwards}.section-window-parent .section-window-container>.content-container>.content h2.design-content,.section-window-parent .section-window-container>.content-container>.content h2.printing-content,.section-window-parent .section-window-container>.content-container>.content h2.programming-content{display:none}.section-window-parent.design .section-window-container>.content-container>.content h2.design-content,.section-window-parent.printing .section-window-container>.content-container>.content h2.printing-content,.section-window-parent.programming .section-window-container>.content-container>.content h2.programming-content{display:block}.section-window-parent .section-window-container>.content-container>.content h2 span{color:#7767c7}.dark .section-window-parent .section-window-container>.content-container>.content h2 span{color:#9f94d5}.section-window-parent .section-window-container>.content-container>.content .range{position:relative;display:none;width:85%;height:50px;margin:15px 0;opacity:0;transform:translateY(50%)}.section-window-parent.active .section-window-container>.content-container>.content .range{animation:fadeIn .6s ease-in-out 0s forwards}.section-window-parent.programming .section-window-container>.content-container>.content .range{display:block}.section-window-parent .section-window-container>.content-container>.content .range .range-line{position:absolute;width:33.2%;height:inherit;background-color:transparent;cursor:pointer}.section-window-parent .section-window-container>.content-container>.content .range .range-line.line1{left:0}.section-window-parent .section-window-container>.content-container>.content .range .range-line.line2{left:33.3%}.section-window-parent .section-window-container>.content-container>.content .range .range-line.line3{left:66.6%}.section-window-parent .section-window-container>.content-container>.content .range .range-line .line{position:relative;width:100%;height:5px;background-color:#dcdde3;border-radius:10px;top:50%;transform:translateY(-50%)}.dark .section-window-parent .section-window-container>.content-container>.content .range .range-line .line{background-color:#35363b}.section-window-parent .section-window-container>.content-container>.content .range.part1 .range-line.line1 .line{background-color:#bfc8e3}.dark .section-window-parent .section-window-container>.content-container>.content .range.part1 .range-line.line1 .line{background-color:#7883b5}.section-window-parent .section-window-container>.content-container>.content .range.part2 .range-line.line2 .line,.section-window-parent .section-window-container>.content-container>.content .range.part3 .range-line.line3 .line{background-color:#bfc8e3}.section-window-parent .section-window-container>.content-container>.content .range-line h2{color:#888b93;font-size:.95em;margin-top:30px}.dark .section-window-parent .section-window-container>.content-container>.content .range-line h2{color:#bdc0c9}.section-window-parent .section-window-container>.content-container>.content .range.part1 .range-line.line1 h2{color:#7672ab}.dark .section-window-parent .section-window-container>.content-container>.content .range.part1 .range-line.line1 h2{color:#9e9ad7}.section-window-parent .section-window-container>.content-container>.content .range.part2 .range-line.line2 h2,.section-window-parent .section-window-container>.content-container>.content .range.part3 .range-line.line3 h2{color:#7672ab}.section-window-parent .section-window-container>.content-container>.content .range .progress{position:absolute;left:0;top:50%;transform:translate(-5.5px,-50%);width:15px;height:15px;border-radius:50%;background-color:#9395d3;box-shadow:1px 1px 5px #00000029;cursor:pointer}.dark .section-window-parent .section-window-container>.content-container>.content .range .progress{background-color:#adaec7}.section-window-parent .section-window-container>.content-container>.content .range.part1 .progress.p1{left:0}.section-window-parent .section-window-container>.content-container>.content .range.part1 .progress.p2,.section-window-parent .section-window-container>.content-container>.content .range.part2 .progress.p1{left:33.3%}.section-window-parent .section-window-container>.content-container>.content .range.part2 .progress.p2,.section-window-parent .section-window-container>.content-container>.content .range.part3 .progress.p1{left:66.6%}.section-window-parent .section-window-container>.content-container>.content .range.part3 .progress.p2{left:99.6%}.section-window-parent .section-window-container>.content-container>.content .range .progress span{position:absolute;display:none;left:50%;transform:translateX(-50%);bottom:120%;text-align:center;font-size:1rem;font-family:barlow;color:#5e5e7f;font-weight:500}.section-window-parent .section-window-container>.content-container>.content .range.part1 .progress span.part1-max-price,.section-window-parent .section-window-container>.content-container>.content .range.part1 .progress span.part1-min-price,.section-window-parent .section-window-container>.content-container>.content .range.part2 .progress span.part2-max-price,.section-window-parent .section-window-container>.content-container>.content .range.part2 .progress span.part2-min-price,.section-window-parent .section-window-container>.content-container>.content .range.part3 .progress span.part3-max-price,.section-window-parent .section-window-container>.content-container>.content .range.part3 .progress span.part3-min-price{display:block}.section-window-parent .section-window-container>.content-container>.content button{position:relative;background-color:#787099;display:flex;border-radius:50px;padding:14px 48px 15px;line-height:.9;font-size:1em;font-family:barlow,cairo;font-weight:500;color:#f2f2f8;fill:#f2f2f8;box-shadow:2px 2px 18px #00000029;margin-top:10px;flex-direction:row;flex-wrap:nowrap;align-items:center;white-space:nowrap;gap:10px;opacity:0;transform:translateY(50%);transition:background .3s}.section-window-parent .section-window-container>.content-container>.content button:hover{background-color:#665ca1}.section-window-parent.active .section-window-container>.content-container>.content button{animation:fadeIn .6s ease-in-out .1s forwards}.section-window-parent .section-window-container>.content-container>.content button.explore{background-color:#434851;margin:10px 0;transition:background .3s}.section-window-parent .section-window-container>.content-container>.content button.explore:hover{background-color:#2b2e33}.dark .section-window-parent .section-window-container>.content-container>.content button.explore{background-color:#e5e5e5;color:#2d2d39;fill:#35354f;font-weight:600;transition:background .3s,color .3s,fill .3s}.dark .section-window-parent .section-window-container>.content-container>.content button.explore:hover{background-color:#fff;color:#1f1f27;fill:#272739}.section-window-parent .section-window-container>.content-container>.content button svg{position:relative;height:18px;transform:translateY(2px);fill:inherit}.section-window-parent .section-window-container>.content-container>.content .image-gallery{position:relative;width:90%;display:flex;align-items:flex-end;flex-direction:row;flex-wrap:nowrap;justify-content:center;margin:40px 0 20px}.section-window-parent .section-window-container>.content-container>.content .image-gallery .image{position:absolute;overflow:hidden;border-radius:8%;border:4px solid #fff;background-color:#fff;box-shadow:1px 2px 18px #00000035}.section-window-parent .section-window-container>.content-container>.content .image-gallery .image.i1{width:140px;height:140px;z-index:4;filter:blur(.15em) saturate(.3);--t1:470px;--t2:0%;--r:0deg;transform:translate(var(--t1),var(--t2)) rotate(var(--r)) scale(0);transform-origin:bottom;opacity:0}.section-window-parent.active .section-window-container>.content-container>.content .image-gallery .image.i1{animation:scaling 1s cubic-bezier(0,1.35,.73,1.08) .55s forwards}.section-window-parent .section-window-container>.content-container>.content .image-gallery .image.i2{width:190px;height:200px;z-index:5;filter:blur(.1em) saturate(.5);--t1:347px;--t2:0%;--r:0deg;transform:translate(var(--t1),var(--t2)) rotate(var(--r)) scale(0);transform-origin:bottom;opacity:0}.section-window-parent.active .section-window-container>.content-container>.content .image-gallery .image.i2{animation:scaling 1s cubic-bezier(0,1.35,.73,1.08) .5s forwards}.section-window-parent .section-window-container>.content-container>.content .image-gallery .image.i3{width:234px;height:250px;z-index:6;filter:blur(.05em) saturate(.7);--t1:190px;--t2:0%;--r:0deg;transform:translate(var(--t1),var(--t2)) rotate(var(--r)) scale(0);transform-origin:bottom;opacity:0}.section-window-parent.active .section-window-container>.content-container>.content .image-gallery .image.i3{animation:scaling 1s cubic-bezier(0,1.35,.73,1.08) .45s forwards}.section-window-parent .section-window-container>.content-container>.content .image-gallery .image.i4{position:relative;width:280px;height:300px;z-index:7;--t1:0%;--t2:0%;--r:0deg;transform:translate(var(--t1),var(--t2)) rotate(var(--r)) scale(0);transform-origin:bottom;opacity:0}.section-window-parent.active .section-window-container>.content-container>.content .image-gallery .image.i4{animation:scaling 1s cubic-bezier(0,1.35,.73,1.08) .4s forwards}.section-window-parent .section-window-container>.content-container>.content .image-gallery .image.i5{width:234px;height:250px;z-index:3;filter:blur(.05em) saturate(.7);--t1:-190px;--t2:0%;--r:0deg;transform:translate(var(--t1),var(--t2)) rotate(var(--r)) scale(0);transform-origin:bottom;opacity:0}.section-window-parent.active .section-window-container>.content-container>.content .image-gallery .image.i5{animation:scaling 1s cubic-bezier(0,1.35,.73,1.08) .45s forwards}.section-window-parent .section-window-container>.content-container>.content .image-gallery .image.i6{width:190px;height:200px;z-index:2;filter:blur(.1em) saturate(.5);--t1:-347px;--t2:0%;--r:0deg;transform:translate(var(--t1),var(--t2)) rotate(var(--r)) scale(0);transform-origin:bottom;opacity:0}.section-window-parent.active .section-window-container>.content-container>.content .image-gallery .image.i6{animation:scaling 1s cubic-bezier(0,1.35,.73,1.08) .5s forwards}.section-window-parent .section-window-container>.content-container>.content .image-gallery .image.i7{width:140px;height:140px;z-index:1;filter:blur(.15em) saturate(.3);--t1:-470px;--t2:0%;--r:0deg;transform:translate(var(--t1),var(--t2)) rotate(var(--r)) scale(0);transform-origin:bottom;opacity:0}.section-window-parent.active .section-window-container>.content-container>.content .image-gallery .image.i7{animation:scaling 1s cubic-bezier(0,1.35,.73,1.08) .55s forwards}.section-window-parent.active .section-window-container>.content-container>.content .image-gallery .image.changing{animation:unset;transform:translate(var(--t1),var(--t2)) rotate(var(--r)) scale(var(--s));width:280px;height:300px;opacity:1;transition:transform .75s,filter .75s}.section-window-parent.active .section-window-container>.content-container>.content .image-gallery .image.changing.i1{--t1:470px;--t2:0%;--r:0deg;--s:0.49;filter:blur(.35em) saturate(.2)}.section-window-parent.active .section-window-container>.content-container>.content .image-gallery .image.changing.i2{--t1:347px;--t2:0%;--r:0deg;--s:0.675;filter:blur(.17em) saturate(.45)}.section-window-parent.active .section-window-container>.content-container>.content .image-gallery .image.changing.i3{--t1:190px;--t2:0%;--r:0deg;--s:0.836;filter:blur(.09em) saturate(.65)}.section-window-parent.active .section-window-container>.content-container>.content .image-gallery .image.changing.i4{--t1:0;--t2:0;--r:0deg;--s:1}.section-window-parent.active .section-window-container>.content-container>.content .image-gallery .image.changing.i5{--t1:-190px;--t2:0%;--r:0deg;--s:0.836;filter:blur(.09em) saturate(.65)}.section-window-parent.active .section-window-container>.content-container>.content .image-gallery .image.changing.i6{--t1:-347px;--t2:0%;--r:0deg;--s:0.675;filter:blur(.17em) saturate(.45)}.section-window-parent.active .section-window-container>.content-container>.content .image-gallery .image.changing.i7{--t1:-470px;--t2:0%;--r:0deg;--s:0.49;filter:blur(.35em) saturate(.2)}.section-window-parent .section-window-container>.content-container>.content .image-gallery .image img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:contain}.form-window-parent{position:fixed;display:none;width:100vw;height:100vh;left:0;top:0;background-color:rgba(0,0,0,.5);z-index:100}.dark .form-window-parent{background-color:rgba(0,0,0,.6)}.form-window-parent.active{display:block}.form-window-parent .form-window-container{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:1000px;height:70vh;min-width:1000px;min-height:70vh;max-width:100vw;max-height:90vh;border-radius:10px;background-color:#f1f1f1;display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;justify-content:center;overflow:hidden;opacity:0}.dark .form-window-parent .form-window-container{background-color:#252627;box-shadow:0 2px 15px rgba(0,0,0,.6)}.form-window-parent.active .form-window-container{animation:opacity .5s ease forwards}.form-window-parent .form-window-container:after{content:"";position:absolute;width:100%;height:20px;border-radius:50%;left:50%;transform:translateX(-50%);top:100%;background-color:transparent;box-shadow:0 0 20px 10px rgba(0,0,0,.12)}.form-window-parent .form-window-container>.header{position:relative;display:flex;width:100%;height:59px;padding:22px 35px 8px;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;border-radius:inherit;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:inherit}.form-window-parent .form-window-container>.header .background{position:absolute;left:0;top:0;width:100%;height:100%;border-radius:inherit;background-color:inherit;z-index:-1;opacity:0}.form-window-parent .form-window-container>.header .close{position:relative;display:flex;height:100%;width:-moz-fit-content;width:fit-content;fill:#797979;align-items:center;cursor:pointer}.form-window-parent .form-window-container>.header .close svg{position:relative;height:85%}.form-window-parent .form-window-container>.header .title{display:none}.form-window-parent .form-window-container>.content{padding:20px;position:relative;display:flex;flex-wrap:nowrap;gap:0;overflow-y:auto;width:100%;height:100%;justify-content:center;flex:1 1;flex-direction:row;align-items:center}.form-window-parent .form-window-container>.content .left-side{position:relative;width:55%;height:100%;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;padding-bottom:40px}.form-window-parent .form-window-container>.content .left-side .thumbnail{position:relative;width:100%;height:auto}.form-window-parent .form-window-container>.content .left-side .thumbnail img{position:relative;display:block;width:85%;margin:0 auto 20px}.dark .form-window-parent .form-window-container>.content .left-side .thumbnail img{filter:saturate(.8) drop-shadow(0 0 15px rgb(0,0,0,25%))}.form-window-parent .form-window-container>.content .left-side .title{position:relative;font-family:cabin;font-size:1.2em;color:#242527;margin:5px 0}.dark .form-window-parent .form-window-container>.content .left-side .title{color:#f7f7f7}.form-window-parent .form-window-container>.content .left-side .description{position:relative;font-family:assistant;width:70%;text-align:center;color:#43484d;font-size:.9em}.dark .form-window-parent .form-window-container>.content .left-side .description{color:#c9c9c9}.form-window-parent .form-window-container>.content .right-side{position:relative;display:flex;width:45%;height:-moz-fit-content;height:fit-content;max-height:100%;flex-direction:column;flex-wrap:nowrap;align-items:center;padding:0 40px;overflow-x:hidden;overflow-y:overlay}.form-window-parent .form-window-container>.content .right-side .title{position:relative;width:100%;font-family:cairo;font-weight:500;font-size:1.4em;margin:10px 0;color:#6e7073;border-bottom:1px solid #b9b9b9;padding-bottom:10px}.dark .form-window-parent .form-window-container>.content .right-side .title{color:#dcdcdd;border-bottom:1px solid #b9b9b9}.form-window-parent .form-window-container>.content .right-side form{position:relative;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start}[lang=ar] .form-window-parent .form-window-container>.content .right-side form{direction:rtl}.form-window-parent .form-window-container>.content .right-side form .sub-field{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:flex-start;gap:5px}.form-window-parent .form-window-container>.content .right-side form .sub-field .check-whatsapp-container{position:relative;border-radius:7px;width:55px;height:38px;padding:10px;cursor:pointer}.form-window-parent .form-window-container>.content .right-side form .sub-field .check-whatsapp-container input[type=checkbox]{position:absolute;width:100%;height:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;left:0;top:0;z-index:1;cursor:pointer}.form-window-parent .form-window-container>.content .right-side form .sub-field .check-whatsapp-container input[type=checkbox]:checked+.background{background-color:#6da185;border:none}.form-window-parent .form-window-container>.content .right-side form .sub-field .check-whatsapp-container input[type=checkbox]:checked+.background svg{fill:#d7ebe0}.form-window-parent .form-window-container>.content .right-side form .sub-field .check-whatsapp-container .background{position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1;background-color:#fdfdfd;border:1px solid #d9d9d9;border-radius:7px}.dark .form-window-parent .form-window-container>.content .right-side form .sub-field .check-whatsapp-container .background{background-color:#353739;border:1px solid #3b3b3b}.form-window-parent .form-window-container>.content .right-side form .sub-field .check-whatsapp-container svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);height:60%;fill:#44b678}.form-window-parent .form-window-container>.content .right-side form label{position:relative;font-family:cairo;font-weight:500;font-size:.9em;color:#282a2c;margin:0 0 0 2px}.dark .form-window-parent .form-window-container>.content .right-side form label{color:#7a7c7f}.form-window-parent .form-window-container>.content .right-side form span.warnMessage{position:relative;display:none;font-family:cairo;font-weight:500;font-size:.8em;color:#cd4120;line-height:1;margin:0 0 6px 2px}.form-window-parent .form-window-container>.content .right-side form span.warnMessage.active{display:block}.form-window-parent .form-window-container>.content .right-side form input[type=text]{position:relative;width:350px;max-width:100%;height:38px;border:1px solid #d9d9d9;border-radius:6px;background-color:#fbfbfb;padding:12px;font-family:assistant;color:#222224}.dark .form-window-parent .form-window-container>.content .right-side form input[type=text]{border:1px solid #393939;background-color:#353739;color:#cfcfcf}.dark .form-window-parent .form-window-container>.content .right-side form input[type=text]:focus,.dark .form-window-parent .form-window-container>.content .right-side form input[type=text]:focus-visible{border:1px solid #414141;outline:none;transition:border .25s}.form-window-parent .form-window-container>.content .right-side form input#phone1,.form-window-parent .form-window-container>.content .right-side form input#phone2{width:290px}.form-window-parent .form-window-container>.content .right-side form input#phone1{margin-bottom:6px}.form-window-parent .form-window-container>.content .right-side form label.long-label{color:#616569}.dark .form-window-parent .form-window-container>.content .right-side form label.long-label{color:#797d81}.form-window-parent .form-window-container>.content .right-side form .checkbox-container{position:relative;display:flex;flex-wrap:wrap;align-content:flex-start;justify-content:flex-start;margin:5px 0;gap:5px}.form-window-parent .form-window-container>.content .right-side form .check-input-container{position:relative;display:flex;border-radius:7px;box-shadow:1px 2px 7px #00000009;width:110px;height:85px;padding:15px 10px 10px;flex-direction:column;flex-wrap:nowrap;justify-content:space-between;align-items:center;cursor:pointer;overflow:hidden}.form-window-parent .form-window-container>.content .right-side form .check-input-container .background{position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1;background-color:#fdfdfd;border:1px solid #e9e9e9;border-radius:7px}.dark .form-window-parent .form-window-container>.content .right-side form .check-input-container .background{background-color:#333537;border:1px solid #3b3d41}.form-window-parent .form-window-container>.content .right-side form .check-input-container img{position:relative;max-height:60%;filter:saturate(.7)}.form-window-parent .form-window-container>.content .right-side form .check-input-container h3{font-family:cairo;font-size:.8em;font-weight:600;color:#535353}.dark .form-window-parent .form-window-container>.content .right-side form .check-input-container h3{color:#cbcbcb}.form-window-parent .form-window-container>.content .right-side form .check-input-container .background .check-mark{position:absolute;left:7px;top:7px;width:14px;height:14px;border:1px solid #e1e1e1;border-radius:50%}.dark .form-window-parent .form-window-container>.content .right-side form .check-input-container .background .check-mark{border:1px solid #7b7b7b}.form-window-parent .form-window-container>.content .right-side form .check-input-container .background .check-mark svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:65%;fill:#e7e7ef}.form-window-parent .form-window-container>.content .right-side form .check-input-container input:checked+.background{background-color:#fcfcff;border:1px solid #c9c4f3}.dark .form-window-parent .form-window-container>.content .right-side form .check-input-container input:checked+.background{background-color:#393a45;border:1px solid #8e8bad}.dark .form-window-parent .form-window-container>.content .right-side form .check-input-container input:checked+.background .check-mark,.form-window-parent .form-window-container>.content .right-side form .check-input-container input:checked+.background .check-mark{background-color:#7d7fc9}.form-window-parent .form-window-container>.content .right-side form .check-input-container input[type=checkbox]{position:absolute;width:100%;height:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;left:0;top:0;z-index:1;cursor:pointer}.form-window-parent .form-window-container>.content .right-side form .radio-container{position:relative;display:flex;flex-wrap:wrap;align-content:flex-start;justify-content:flex-start;margin:5px 0;gap:5px}.form-window-parent .form-window-container>.content .right-side form .radio-container .radio-input-container{position:relative;display:flex;border-radius:7px;box-shadow:1px 2px 7px #00000009;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;padding:5px 20px 5px 35px;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;cursor:pointer;overflow:hidden;white-space:nowrap}[lang=ar] .form-window-parent .form-window-container>.content .right-side form .radio-container .radio-input-container{padding-left:20px;padding-right:35px}.form-window-parent .form-window-container>.content .right-side form .radio-container .radio-input-container input[type=radio]{position:absolute;width:100%;height:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;left:0;top:0;z-index:1;cursor:pointer}.form-window-parent .form-window-container>.content .right-side form .radio-container .radio-input-container .background{position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1;background-color:#fdfdfd;border:1px solid #e9e9e9;border-radius:7px}.dark .form-window-parent .form-window-container>.content .right-side form .radio-container .radio-input-container .background{background-color:#353739;border:1px solid #3b3b3b}.form-window-parent .form-window-container>.content .right-side form .radio-container .radio-input-container .background .radio-mark{position:relative;width:14px;height:14px;top:50%;left:10px;transform:translateY(-50%);border:2px solid #e1e1e1;border-radius:50%}[lang=ar] .form-window-parent .form-window-container>.content .right-side form .radio-container .radio-input-container .background .radio-mark{left:unset;right:10px}.dark .form-window-parent .form-window-container>.content .right-side form .radio-container .radio-input-container .background .radio-mark{border:2px solid #a7a7a7}.form-window-parent .form-window-container>.content .right-side form .radio-container .radio-input-container h3{font-family:cairo;font-size:.8em;font-weight:600;color:#535353}.dark .form-window-parent .form-window-container>.content .right-side form .radio-container .radio-input-container h3{color:#b5b5b5}.dark .form-window-parent .form-window-container>.content .right-side form .radio-container .radio-input-container input:checked+.background+h3{color:#e9ebff}.form-window-parent .form-window-container>.content .right-side form .radio-container .radio-input-container input:checked+.background{background-color:#fcfcff;border:1px solid #aeb3f1}.dark .form-window-parent .form-window-container>.content .right-side form .radio-container .radio-input-container input:checked+.background{background-color:#7274cb;border:1px solid #7274cb}.form-window-parent .form-window-container>.content .right-side form .radio-container .radio-input-container input:checked+.background .radio-mark{border:4px solid #8c82c7}.dark .form-window-parent .form-window-container>.content .right-side form .radio-container .radio-input-container input:checked+.background .radio-mark{border:4px solid #dedaf5}.form-window-parent .form-window-container>.content .right-side form input[type=submit]{position:relative;width:100%;height:38px;background-color:#585967;border:none;border-radius:7px;color:#fff;font-family:cairo;font-size:15px;cursor:pointer;transition:background .3s}.form-window-parent .form-window-container>.content .right-side form input[type=submit]:hover{background-color:#56587f}.prices-parent{position:fixed;display:none;width:100vw;height:100vh;left:0;top:0;background-color:rgba(0,0,0,.5);z-index:100}.prices-parent.active{display:block}.prices-parent .prices-container{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;min-width:1264px;min-height:60vh;max-width:100vw;max-height:90vh;border-radius:10px;background-color:#e7e7e7;display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;justify-content:center;overflow:hidden}.prices-parent .prices-container:after{content:"";position:absolute;width:100%;height:20px;border-radius:50%;left:50%;transform:translateX(-50%);top:100%;background-color:transparent;box-shadow:0 0 20px 10px rgba(0,0,0,.2)}.prices-parent .prices-container>.header{position:relative;display:flex;width:100%;height:59px;padding:15px 35px;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;border-radius:inherit;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:inherit}.prices-parent .prices-container>.header:before{content:"";position:absolute;left:50%;transform:translateX(-50%);width:100%;height:1%;bottom:20%;top:unset;background-color:#6495ed;border-radius:50%;box-shadow:0 10px 20px #000;z-index:-1}.prices-parent .prices-container>.header .background{position:absolute;left:0;top:0;width:100%;height:100%;border-radius:inherit;background-color:inherit;z-index:-1;opacity:0}.prices-parent .prices-container>.header .close{position:relative;display:flex;height:100%;width:-moz-fit-content;width:fit-content;fill:#797979;align-items:center;cursor:pointer}.prices-parent .prices-container>.header .close svg{position:relative;height:85%}.prices-parent .prices-container>.header .title{position:relative;font-family:cairo;font-size:16px;font-weight:600;margin-left:5%;flex:1 1;text-align:center;color:#34393c}.prices-parent .prices-container>.header .contact-us{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;gap:5px;font-family:cairo;font-size:13px;height:100%;fill:#afacb3;color:#4d4758;white-space:nowrap;cursor:pointer}.prices-parent .prices-container>.header .contact-us svg{height:round(65%,1px)}.prices-parent .prices-container>.content{padding:20px;position:relative;display:flex;flex-wrap:nowrap;gap:15px;overflow-y:scroll;width:auto;justify-content:flex-start;flex:1 1;flex-direction:column;align-items:center}.prices-parent .prices-container>.content .price-container{position:relative;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;padding:20px;border-radius:10px;background-color:#f7f7f7;width:290px;min-height:300px;height:-moz-fit-content;height:fit-content;gap:10px;box-shadow:-2px 3px 15px rgba(0,0,0,.05)}.prices-parent .prices-container>.content .price-container>.header{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;width:100%;margin-bottom:10px}.prices-parent .prices-container>.content .price-container>.header .data{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex-wrap:nowrap}.prices-parent .prices-container>.content .price-container>.header .data h1{width:-moz-fit-content;width:fit-content;font-family:assistant;font-size:16px;color:#483d8b}.prices-parent .prices-container>.content .price-container>.header .data .price{width:-moz-fit-content;width:fit-content;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;font-size:.3in;font-family:barlow}.prices-parent .prices-container>.content .price-container>.header .data .price .usd span{font-size:60%}.prices-parent .prices-container>.content .price-container>.header .data .price .egp{font-size:.18in;font-weight:500;transform:translateY(-4px);color:#938f7e}.prices-parent .prices-container>.content .price-container>.header .data .price .egp span{font-size:75%}.prices-parent .prices-container>.content .price-container>.header .logo{position:relative;width:50px;aspect-ratio:1/1;border-radius:50%;background-color:#b3a9c3;-webkit-background-clip:text;background-clip:text;fill:#604f78;z-index:1}.prices-parent .prices-container>.content .price-container>.header .logo:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;width:125%;aspect-ratio:1;background-color:inherit;opacity:.2;z-index:-1}.prices-parent .prices-container>.content .price-container>.header .logo .background{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;width:90%;aspect-ratio:1;background-color:inherit;opacity:35%}.prices-parent .prices-container>.content .price-container>.header .logo svg{width:60%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.prices-parent .prices-container>.content .price-container>.properties{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px}.prices-parent .prices-container>.content .price-container .property{position:relative;display:flex;flex-direction:row;align-items:flex-start;width:-moz-fit-content;width:fit-content;font-size:.135in;font-family:barlow;justify-content:center;gap:5px}.prices-parent .prices-container>.content .price-container .property .icon{position:relative;width:17px;aspect-ratio:1;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#5d3f9721;fill:#411f83;margin:1px 0}.prices-parent .prices-container>.content .price-container .property .icon svg{display:block;height:64%;width:auto;position:relative}.prices-parent .prices-container>.content .price-container .property .subtitle{position:relative;height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content;padding-top:1px;flex:1 1}.prices-parent .prices-container>.content .price-container .options{border-top:1px solid hsla(0,0%,70%,.3);max-width:100%;padding-top:10px;position:relative;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:flex-start;gap:10px}.prices-parent .prices-container>.content .price-container .options .option{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;width:100%;height:-moz-fit-content;height:fit-content;font-size:.135in;font-family:barlow;gap:5px;max-width:100%}.prices-parent .prices-container>.content .price-container .options .option .left{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;gap:5px}.prices-parent .prices-container>.content .price-container .options .option .icon{position:relative;width:18px;aspect-ratio:1;border-radius:50%;border:2px solid #9b9cb1;margin:1px 0;opacity:.5}.prices-parent .prices-container>.content .price-container .options .option .icon .circle{position:absolute;background-color:#c5c8d5;width:round(50%,1px);aspect-ratio:1;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}.prices-parent .prices-container>.content .price-container .options .option .subtitle{white-space:normal;position:relative;flex:1 1;padding-top:1px}.prices-parent .prices-container>.content .price-container .options .option .option-price{position:relative;width:-moz-fit-content;width:fit-content;font-size:.15in;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;background-color:#9c8fbc29;padding:4px 8px;border-radius:8px}.prices-parent .prices-container>.content .price-container .options .option .option-price b{white-space:nowrap;font-size:.15in}.prices-parent .prices-container>.content .price-container .options .option .option-price .usd span{font-size:.12in}.prices-parent .prices-container>.content .price-container .options .option .option-price .egp{font-size:.12in;transform:translateY(-3px);color:#938f7e;font-weight:500}.prices-parent .prices-container>.content .price-container .options .option .option-price .egp span{font-size:.1in}.prices-parent .prices-container>.content .price-container .footer{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-wrap:nowrap;width:100%}.prices-parent .prices-container>.content .price-container .footer button{position:relative;margin-top:10px;width:95%;height:38px;border-radius:8px;background-color:#815ec7;color:#fff;font-family:cairo;font-weight:600;font-size:14px;line-height:.1}@media only screen and (max-width:1800px){.f-section .background .lines img.projects-lines{width:100%}.fo-section .programming-section .text-line{display:none}[lang=ar] .fo-section .programming-section .content button{align-self:end}}@media only screen and (max-width:1750px){.th-section .counter .text-line{top:40%;width:72%}.th-section .counter .text-line .text{font-size:22px}}@media only screen and (max-width:1650px){.f-section .background{top:0}.f-section{margin-bottom:80px}.fi-section .feedbacks .feedback.f1{display:none}.fi-section.visible .feedbacks .feedback.f6:not(.fStart){transition:transform 2.5s,opacity 2.5s}.fi-section .feedbacks .feedback.f7{display:none}.last-section .support-design .top-left{width:40%;left:-23%;bottom:36%}.last-section .support-design .top-right .call .phone-numbers .bottom-right{width:170%;left:50%;top:115%}.last-section .support-design .top-right .call .phone-numbers .bottom-right .whatsapp{bottom:25%;left:calc(100% - 55%)}}@media only screen and (max-width:1500px){.fo-section .design-section .section-images{flex:0.6 1;height:auto}.fo-section .design-section,.fo-section .programming-section{height:-moz-fit-content;height:fit-content}.fo-section .programming-section .section-images{flex:0.7 1}.fo-section .programming-section .content{gap:25px}.fo-section .programming-section .content h1{font-size:2.5vw}[lang=ar] .fo-section .programming-section .content h1{font-size:2.1vw}.fo-section .programming-section .content h4{font-size:1.4vw;width:45vw}.fo-section .programming-section .content button{font-size:18px}}@media only screen and (max-width:1450px){.th-section .client-images .client-img.top-left{display:none}.fi-section .circles .feedback-line-icon{position:absolute;width:-moz-fit-content;width:fit-content;width:370px;height:4525%;right:115%;bottom:calc(0px + 49%)}.fi-section .circles .feedback-line-icon .img-parent{position:absolute}.fi-section .circles .feedback-line-icon img.feedback-line{position:relative;height:100%}.fi-section .circles .feedback-line-icon img.feedback-icon{position:absolute;width:25%;bottom:98.6%;right:85%}.fi-section{padding:40px 0 100px}.fi-section .user-images .user-img.top-right{right:44%;top:23%;width:100px;height:100px}.fi-section .user-images .user-img.left{left:10%;top:36%;width:85px;height:85px}.fi-section .user-images .user-img.bottom-right{right:10%;top:32%;width:120px;height:120px}}@media only screen and (max-width:1400px){.fo-section .print-section{height:590px;margin-bottom:90px}.fo-section .print-section .section-images{height:550px;transform:translate(-7vw,-1vw)}[lang=ar] .fo-section .print-section .content{direction:rtl;text-align:center;align-items:center}}@media only screen and (max-width:1370px){.th-section .counter .text-line{display:none}.prices-parent .prices-container{min-width:960px}}@media only screen and (max-width:1350px){.f-section .background .lines .f-line .circles #fl-circle2,.f-section .background .lines .f-line .circles #fl-circle3,.f-section .background .lines .f-line .circles #fl-circle4,.f-section .background .lines .s-line .circles #sl-circle2{opacity:0}.f-section .background .lines .s-line .circles #sl-circle3 .project{width:200px}.f-section .background .lines .s-line .circles #sl-circle4,.f-section .background .lines .th-line .circles #thl-circle2,.f-section .background .lines .th-line .circles #thl-circle4{opacity:0}.th-section .client-images .client-img.top-right{right:6%;top:28%;width:110px;height:110px}.th-section .client-images .client-img.bottom-left{width:150px;height:150px}}@media only screen and (max-width:1300px){.fo-section .marketing-section{height:-moz-fit-content;height:fit-content}.fo-section .marketing-section .content{gap:30px}.fo-section .marketing-section .content h1{font-size:32px}.fo-section .marketing-section .content h2{font-size:20px}.fo-section .marketing-section .content h4{width:451px;font-size:16px}.fo-section .marketing-section .content button{margin-top:30px;padding:7px 25px 7px 40px;gap:14px;font-size:16px}.fo-section .marketing-section .content button img{width:38px;bottom:-7px}.fo-section .marketing-section .section-images{height:32vw;transform:translate(-8vw)}.section-window-parent .section-window-container{min-width:750px}.section-window-parent .section-window-container>.content-container>.content h2{width:90%}}@media only screen and (max-width:1250px){.fi-section .feedbacks{width:310px}.fi-section .feedbacks .feedback.f2{position:absolute;z-index:3;left:50%}.fi-section .feedbacks .feedback.f3{position:absolute;z-index:4;left:50%}.fi-section .feedbacks .feedback.f4{position:absolute;height:-moz-fit-content;height:fit-content;left:50%;min-height:270px;max-height:310px}.fi-section .feedbacks .feedback.f5{position:absolute;z-index:7;left:50%}.fi-section .feedbacks .feedback.f6{position:absolute;z-index:6;left:50%}.fi-section .feedbacks .feedback{--f2w:65.7%;--f2h:71%;--f2r:-20;--f2t1:-150%;--f2t2:7%;--f3w:79.5%;--f3h:85%;--f3r:-10;--f3t1:-95%;--f3t2:0%;--f4w:100%;--f4t1:-50%;--f4t2:0%;--f4r:0;--f5w:79.5%;--f5h:85%;--f5r:10;--f5t1:-5%;--f5t2:0%;--f6w:65.7%;--f6h:71%;--f6r:20;--f6t1:50%;--f6t2:7%}.last-section .support-design{position:relative;width:18%;height:-moz-fit-content;height:fit-content;margin-top:130px}.last-section .support-design .top-left{width:40%;left:-23%;bottom:36%}.last-section .support-design .top-left .behance h5{font-size:14px}.last-section .support-design .bottom-left{width:28%;left:-31%;bottom:1%}.last-section .support-design .top-left .facebook h5{font-size:14px}.last-section .support-design .top-left .facebook h6{font-size:12px;top:-8px}.last-section .support-design .top-right{position:absolute;width:32%;left:55%;bottom:71%}.last-section .support-design .top-right .call{bottom:38%;left:calc(100% + 11%)}.last-section .support-design .top-right .call .phone-numbers .phone-number{font-size:12px}.last-section .support-design .top-right .call .phone-numbers .bottom-right{width:140%;left:50%;top:115%}.last-section .support-design .top-right .call .phone-numbers .bottom-right .whatsapp{bottom:30%;left:calc(100% - 58%)}.last-section .support-design .top-right .call .phone-numbers .bottom-right .whatsapp h5{font-size:12px;width:120%}.last-section .footer{padding:0 40px}.last-section .footer .footer-text h6{font-size:12px}.last-section .footer .buttons{gap:10px}}@media only screen and (max-width:1200px){.f-section .background .lines .f-line,.f-section .background .lines .s-line,.f-section .background .lines .th-line{transform:translateY(-10%)}.fo-section .design-section .content h1{font-size:30px}.fo-section .design-section .content h4{font-size:16px;width:460px}.fo-section .print-section{height:-moz-fit-content;height:fit-content;margin-bottom:90px}.fo-section .print-section .content{gap:20px}.fo-section .print-section .content h1{font-size:3.6vw;width:-moz-fit-content;width:fit-content}.fo-section .print-section .content h2{font-size:2.16vw;width:-moz-fit-content;width:fit-content}.fo-section .print-section .content h4{width:47vw;font-size:1.7vw}.fo-section .print-section .section-images{transform:translate(-5vw,2.5vw);flex:0.5 1;height:-moz-fit-content;height:fit-content}.fo-section .print-section .section-images .vest-container{width:auto;height:-moz-fit-content;height:fit-content}.fo-section .print-section .section-images img.vest{width:100%;height:auto}.fo-section .print-section .section-images .cup-container{height:37%;transform:translate(-260%,45%)}.fo-section .print-section .section-images img.notebook{height:50%;transform:translate(95%,15%) scaleX(1.25)}}@media only screen and (max-width:1100px){.last-section .support-design .bottom-left .lastSection-line-container{transform:translateX(100%) rotate(-18deg)}.last-section.visible .support-design .bottom-left .lastSection-line-container{animation:moveCustom 1.2s cubic-bezier(.81,0,.42,.79) .5s forwards}@keyframes moveCustom{to{transform:translate(0) rotate(-18deg)}}}@media only screen and (max-width:1090px){.f-section .background .lines .s-line .circles #sl-circle3{opacity:0}.prices-parent .prices-container{min-width:652px}}@media only screen and (max-width:1050px){.th-section .client-images .client-img.bottom-right{right:5%}.th-section .client-images .client-img.bottom-left{width:100px;height:100px}.form-window-parent .form-window-container{width:700px;min-width:700px}.form-window-parent .form-window-container>.header{height:55px;padding:8px 25px}.form-window-parent .form-window-container>.header:before{content:"";position:absolute;left:50%;transform:translateX(-50%);width:100%;height:1%;bottom:20%;top:unset;background-color:#6495ed;border-radius:50%;box-shadow:0 10px 20px #000;z-index:-1}.form-window-parent .form-window-container>.header .close{height:70%}.form-window-parent .form-window-container>.header .title{position:absolute;display:block;width:-moz-fit-content;width:fit-content;font-family:cairo;font-weight:500;font-size:1.2em;left:50%;transform:translateX(-50%);margin:10px 0;color:#6e7073;padding-bottom:0;border:unset}.form-window-parent .form-window-container>.content{padding:0 5px 20px}.form-window-parent .form-window-container>.content .left-side{width:53%}.form-window-parent .form-window-container>.content .right-side{width:47%;padding:30px 5px 0}.form-window-parent .form-window-container>.content .right-side .title{display:none}.form-window-parent .form-window-container>.content .right-side form input[type=text]{width:290px}.form-window-parent .form-window-container>.content .right-side form input#phone1,.form-window-parent .form-window-container>.content .right-side form input#phone2{width:230px}}@media only screen and (max-width:1030px){.fi-section .circles .feedback-line-icon{display:none}}@media only screen and (max-width:1000px){nav{padding:2.5vw 4vw}.f-section .background .lines .f-line .circles #fl-circle1,.f-section .background .lines .s-line .circles #sl-circle1{opacity:0}.f-section .background .lines .th-line .circles #thl-circle4{opacity:1}.f-section .background{margin-top:150px;top:0}.fo-section .design-section .content{gap:20px}.fo-section .design-section .content h1{font-size:22px}.fo-section .design-section .content h4{font-size:12px;width:345px}.fo-section .design-section .content button{margin-top:20px;gap:16px;font-size:18px}.fo-section .marketing-section .content{gap:20px}.fo-section .marketing-section .content h1{font-size:26px;width:-moz-fit-content;width:fit-content}.fo-section .marketing-section .content h2{font-size:16px;width:-moz-fit-content;width:fit-content}.fo-section .marketing-section .content h4{width:42vw;font-size:13px}.fo-section .marketing-section .content button{margin-top:30px;padding:7px 25px 8px 40px;gap:14px;font-size:15px}.fo-section .marketing-section .content button img{width:32px;bottom:-8px}.fo-section .marketing-section .section-images{height:30vw;transform:translate(-4vw,1vw)}}@media only screen and (max-width:950px){:root{--branding_h:55px}.s-section .brands{gap:34px;padding-right:34px}.s-section .brands img.brand{max-width:var(--branding_h);max-height:var(--branding_h)}.fo-section .programming-section .content h4{font-size:1.5vw;width:46vw}.fo-section .programming-section .content button{font-size:15px;margin-top:20px;padding:10px 45px}.last-section .footer{margin:80px 0 0}.last-section .footer .footer-text h6{font-size:12px;width:32vw;text-align:center;line-height:1.5}.last-section .footer .footer-text img.copyright-icon,.last-section .footer .footer-text img.footer-text-line{display:none}}@media only screen and (max-width:900px){.navSections{display:none}nav{padding:4.5vw 5vw}.fo-section .print-section .content button{padding:7px 26px 8px 40px;font-size:16px}.fo-section .print-section .content button img{width:42px;bottom:-7px;transform:scale(1.07)}.dark .fo-section .print-section .content button img{bottom:-6px}}@media only screen and (max-width:850px){.f-section .title{font-size:70px}.f-section .title span.title-bottom{font-size:65px}[lang=ar] .f-section .title span.title-bottom{font-size:.85em}.f-section h2{font-size:20px}.f-section .description{font-size:13px}.th-section .title{font-size:34px}.th-section .sub-title{font-size:16px}.th-section .counter .counter-num{width:80px;height:200px}.th-section .counter .counter-comma,.th-section .counter .counter-num .c-num{font-size:150px}.th-section h3{font-size:20px;margin-top:20px}.th-section .client-images .client-img.center{display:none}.fi-section h1{font-size:35px}.fi-section h2{font-size:20px}.fi-section .circles .feedback-line-icon{display:none}.last-section .support-design{width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;margin-top:80px}.last-section .support-design .bottom-left,.last-section .support-design .top-left,.last-section .support-design .top-right,.last-section .support-design img.support-img{display:none}.last-section .support-design .small-design{display:block;height:-moz-fit-content;height:fit-content;flex-direction:column;justify-content:space-between;gap:75px;transform:translateX(-2vw)}.last-section .support-design .small-design,.last-section .support-design .small-design .row.call-whatsapp{position:relative;width:-moz-fit-content;width:fit-content;display:flex;flex-wrap:nowrap;align-items:center}.last-section .support-design .small-design .row.call-whatsapp{flex-direction:row;justify-content:center}.last-section .support-design .small-design .row.call-whatsapp .call{position:absolute;width:-moz-fit-content;width:fit-content;display:flex;flex-direction:row-reverse;flex-wrap:nowrap;justify-content:center;align-items:center;gap:20px;right:105%}.last-section .support-design .small-design .row.call-whatsapp .call .line-parent{position:relative;height:-moz-fit-content;height:fit-content;display:flex;align-items:center;justify-content:flex-end;overflow:hidden;transform:translateX(100%)}.last-section.visible .support-design .small-design .row.call-whatsapp .call .line-parent{animation:move 1s cubic-bezier(.81,0,.42,.79) .8s forwards}.last-section .support-design .small-design .row.call-whatsapp .call .call-line{position:relative;height:70px;transform:translateX(-100%)}.last-section.visible .support-design .small-design .row.call-whatsapp .call .call-line{animation:move 1s cubic-bezier(.81,0,.42,.79) .8s forwards}.last-section .support-design .small-design .row.call-whatsapp .call .line-point{position:absolute;left:0;top:50%;border-radius:50%;width:10px;height:10px;aspect-ratio:1/1;background-color:#b9b3df;--t1:0;--t2:-50%;--r:0deg;transform:translate(var(--t1),var(--t2)) rotate(var(--r)) scale(0);transform-origin:left}.last-section.visible .support-design .small-design .row.call-whatsapp .call .line-point{animation:scaling .5s ease 1.6s forwards}.last-section .support-design .small-design .row.call-whatsapp .call .icon-parent{position:relative;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;gap:10px}.last-section .support-design .small-design .row.call-whatsapp .call .call-icon{position:relative;width:44px;transform:scale(0);opacity:0}.last-section.visible .support-design .small-design .row.call-whatsapp .call .call-icon{animation:avatars .8s cubic-bezier(.18,.89,.12,1.44) 1.7s forwards}.last-section .support-design .small-design .row.call-whatsapp .call h5{position:absolute;font-family:cairo;font-size:14px;color:grey;font-weight:600;text-align:center;line-height:1.3;white-space:nowrap;top:110%;opacity:0;transform:translateY(20%)}.last-section.visible .support-design .small-design .row.call-whatsapp .call h5{animation:fadeIn .5s ease-in-out 2s forwards}.last-section .support-design .small-design .row.call-whatsapp .call h5 span{color:#333;font-weight:700}.last-section .support-design .small-design .row.call-whatsapp .phone-numbers{position:relative;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;gap:35px}.last-section .support-design .small-design .row.call-whatsapp .phone-number{position:relative;padding:9px 16px;font-family:cabin;color:#333;font-weight:700;font-size:15px;background-color:#e6e6e6;border-radius:10px;width:100%;text-align:center;opacity:0;transform:scale(0)}.last-section.visible .support-design .small-design .row.call-whatsapp .phone-number{animation:pointScaling .7s cubic-bezier(0,1.35,.73,1.08) .3s forwards}.last-section.visible .support-design .small-design .row.call-whatsapp .phone-number:first-child{animation-delay:.3s}.last-section.visible .support-design .small-design .row.call-whatsapp .phone-number:nth-child(2){animation-delay:.4s}.last-section .support-design .small-design .row.call-whatsapp .whatsapp{position:absolute;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;gap:20px;left:105%}.last-section .support-design .small-design .row.call-whatsapp .whatsapp .line-parent{position:relative;height:-moz-fit-content;height:fit-content;display:flex;align-items:center;justify-content:flex-start;overflow:hidden;transform:translateX(-100%)}.last-section.visible .support-design .small-design .row.call-whatsapp .whatsapp .line-parent{animation:move 1s cubic-bezier(.81,0,.42,.79) .8s forwards}.last-section .support-design .small-design .row.call-whatsapp .whatsapp .whatsapp-line{position:relative;height:70px;transform:translateX(100%)}.last-section.visible .support-design .small-design .row.call-whatsapp .whatsapp .whatsapp-line{animation:move 1s cubic-bezier(.81,0,.42,.79) .8s forwards}.last-section .support-design .small-design .row.call-whatsapp .whatsapp .line-point{position:absolute;right:0;top:50%;border-radius:50%;width:10px;height:10px;aspect-ratio:1/1;background-color:#a1c9a8;--t1:0;--t2:-50%;--r:0deg;transform:translate(var(--t1),var(--t2)) rotate(var(--r)) scale(0);transform-origin:right}.last-section.visible .support-design .small-design .row.call-whatsapp .whatsapp .line-point{animation:scaling .5s ease 1.6s forwards}.last-section .support-design .small-design .row.call-whatsapp .whatsapp .icon-parent{position:relative;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;gap:10px;cursor:pointer}.last-section .support-design .small-design .row.call-whatsapp .whatsapp .whatsapp-icon{position:relative;width:44px;opacity:0;transform:scale(0)}.last-section.visible .support-design .small-design .row.call-whatsapp .whatsapp .whatsapp-icon{animation:avatars .8s cubic-bezier(.18,.89,.12,1.44) 1.75s forwards}.last-section .support-design .small-design .row.call-whatsapp .whatsapp h5{position:absolute;width:max-content;font-family:cairo;font-size:14px;color:grey;font-weight:600;text-align:center;line-height:1.3;white-space:nowrap;top:110%;opacity:0;transform:translateY(20%)}.last-section.visible .support-design .small-design .row.call-whatsapp .whatsapp h5{animation:fadeIn .5s ease-in-out 2s forwards}.last-section .support-design .small-design .row.call-whatsapp .whatsapp h5 span{color:#1b5b22;font-weight:700}.last-section .support-design .small-design .row.call-whatsapp .whatsapp h5 .long-term{color:inherit;font-weight:inherit}.last-section .support-design .small-design .row.call-whatsapp .whatsapp h5 .long-term span{color:#333;font-weight:700}.last-section .support-design .small-design .row.behance-facebook{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:flex-start;justify-content:center;gap:50px}.last-section .support-design .small-design .row.behance-facebook .behance{position:relative;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;cursor:pointer}.last-section .support-design .small-design .row.behance-facebook .behance .behance-icon{position:relative;width:44px;opacity:0;transform:scale(0)}.last-section.visible .support-design .small-design .row.behance-facebook .behance .behance-icon{animation:avatars .8s cubic-bezier(.18,.89,.12,1.44) 1.9s forwards}.last-section .support-design .small-design .row.behance-facebook .behance h5{text-align:center;position:relative;font-family:cairo;font-size:16px;width:-moz-fit-content;width:fit-content;white-space:nowrap;color:#4d4d4d;font-weight:600;opacity:0;transform:translateY(20%)}.last-section.visible .support-design .small-design .row.behance-facebook .behance h5{animation:fadeIn .6s ease-in-out 2.1s forwards}.last-section .support-design .small-design .row.behance-facebook .behance h5 span{color:#3766a0;font-weight:700}.last-section .support-design .small-design .row.behance-facebook .behance h6{position:relative;font-family:cairo;font-size:14px;width:-moz-fit-content;width:fit-content;white-space:nowrap;color:#999;font-weight:600;top:-8px;opacity:0;transform:translateY(15%)}.last-section.visible .support-design .small-design .row.behance-facebook .behance h6{animation:fadeIn .6s ease-in-out 2.25s forwards}.last-section .support-design .small-design .row.behance-facebook .facebook{position:relative;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;cursor:pointer}.last-section .support-design .small-design .row.behance-facebook .facebook .facebook-icon{position:relative;width:44px;opacity:0;transform:scale(0)}.last-section.visible .support-design .small-design .row.behance-facebook .facebook .facebook-icon{animation:avatars .8s cubic-bezier(.18,.89,.12,1.44) 1.9s forwards}.last-section .support-design .small-design .row.behance-facebook .facebook h5{text-align:center;position:relative;font-family:cairo;font-size:16px;width:-moz-fit-content;width:fit-content;white-space:nowrap;color:#4d4d4d;font-weight:600;opacity:0;transform:translateY(20%)}.last-section.visible .support-design .small-design .row.behance-facebook .facebook h5{animation:fadeIn .6s ease-in-out 2.1s forwards}.last-section .support-design .small-design .row.behance-facebook .facebook h5 span{color:#3766a0;font-weight:700}.last-section .support-design .small-design .row.behance-facebook .facebook h6{position:relative;font-family:cairo;font-size:14px;width:-moz-fit-content;width:fit-content;white-space:nowrap;color:#999;font-weight:600;top:-8px;opacity:0;transform:translateY(15%)}.last-section.visible .support-design .small-design .row.behance-facebook .facebook h6{animation:fadeIn .6s ease-in-out 2.25s forwards}}@media only screen and (max-width:800px){.section-window-parent .section-window-container{min-width:90vw}.section-window-parent .section-window-container>.header .close{height:25px}.section-window-parent .section-window-container>.header .title{font-size:15px}.section-window-parent .section-window-container>.header .contact-us{font-size:11px;height:25px}.section-window-parent .section-window-container>.header .contact-us span{display:none}.section-window-parent .section-window-container>.content-container>.content{gap:15px}.section-window-parent .section-window-container>.content-container>.content h2{width:100%;font-size:.85rem}.section-window-parent .section-window-container>.content-container>.content .range{width:95%;height:50px;margin:0 0 15px}.section-window-parent .section-window-container>.content-container>.content .range .range-line .line{height:4px}.section-window-parent .section-window-container>.content-container>.content .range-line h2{font-size:.75em}.section-window-parent .section-window-container>.content-container>.content .range .progress{width:11px;height:11px}.section-window-parent .section-window-container>.content-container>.content .image-gallery{margin:25px 0 15px}}@media only screen and (max-width:770px){.th-section .client-images .client-img.bottom-left{width:80px;height:80px;left:5%;top:77%}.th-section .client-images .client-img.top-right{right:6%;top:31%;width:90px;height:90px}.th-section .client-images .client-img.bottom-right{right:5%;top:70%;width:70px;height:70px}}@media only screen and (max-width:750px){nav{justify-content:center;padding:7vw 7vw 0}nav .button{display:none}.f-section .content{margin-top:30px}.fo-section .design-section{width:100vw;height:-moz-fit-content;height:fit-content;box-sizing:unset;flex-wrap:nowrap;flex-direction:column-reverse;justify-content:center;padding:14% 0 50px;align-items:center}.fo-section .design-section .content{gap:15px;margin-top:10px;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center}.fo-section .design-section .content h1{font-size:clamp(14px,4vw,4vw)}.fo-section .design-section .content h4{font-size:clamp(10px,2vw,2vw);width:90vw;text-align:center}.fo-section .design-section .content button{margin-top:20px;gap:16px;font-size:16px}.fo-section .design-section .content button img{width:26px;height:26px}.fo-section .design-section .section-images{flex:unset;width:23vw;height:23vw;aspect-ratio:1/1;transform:translateY(-25vw)}.fo-section .design-section .section-images .center{border-radius:5% 5%;left:50%;--t1:-50%;--t2:-50%;--r:45deg;box-shadow:0 0 60px #00000080}.fo-section .design-section .section-images .center,.fo-section .design-section .section-images .top-right{position:absolute;display:flex;width:75%;height:75%;top:50%;transform:translate(var(--t1),var(--t2)) rotate(var(--r)) scale(.4);overflow:hidden;justify-content:center;align-items:center;opacity:0}.fo-section .design-section .section-images .top-right{border-radius:10% 10%;border-top-right-radius:30%;right:50%;--t1:124%;--t2:24%;--r:45deg;box-shadow:0 0 60px #000000bd}.fo-section .design-section .section-images .bottom-left{border-radius:10% 10%;border-bottom-left-radius:30%;left:50%;--t1:-125%;--t2:123%;--r:45deg;box-shadow:-4px 4px 60px #000000ba}.fo-section .design-section .section-images .bottom-left,.fo-section .design-section .section-images .design-icon{position:absolute;display:flex;width:75%;height:75%;bottom:50%;transform:translate(var(--t1),var(--t2)) rotate(var(--r)) scale(.4);overflow:hidden;justify-content:center;align-items:center;opacity:0}.fo-section .design-section .section-images .design-icon{border-radius:10% 10%;border-bottom-left-radius:60%;right:50%;--t1:49.5%;--t2:198%;--r:-45deg;background-color:#ffb922;box-shadow:-4px 4px 60px #000000e0}.fo-section .design-section .section-images .design-icon .parent{position:absolute;width:80%;height:80%;left:50%;top:50%;transform:translate(-50%,-50%);overflow:hidden;border-radius:100% 100%}.fo-section .design-section .section-images .design-icon img{position:absolute;width:auto;height:215%!important;left:50%;top:50%;transform:translate(-50%,-49%) rotate(0deg)}.fo-section .design-section .section-images .center img{position:relative;width:145%;transform:rotate(-45deg) translateX(3%)}.fo-section .design-section .section-images .top-right img{position:relative;width:145%;transform:rotate(-45deg)}.fo-section .design-section .section-images .bottom-left img{position:relative;width:250%;transform:translate(-4.5%,-5.5%) rotate(-45deg)}.fo-section .programming-section{height:-moz-fit-content;height:fit-content;box-sizing:unset;flex-wrap:nowrap;flex-direction:column-reverse;justify-content:center;align-items:center;padding-bottom:100px}.fo-section .programming-section .content{position:relative;gap:25px;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center}.fo-section .programming-section .content h1{font-size:4vw}[lang=ar] .fo-section .programming-section .content h1{font-size:3.5vw;align-self:center}[lang=ar] .fo-section .programming-section .content button{align-self:center}.fo-section .programming-section .content h4{font-size:clamp(10px,2.5vw,2.5vw);width:85vw;text-align:center}.fo-section .programming-section .content button{font-size:18px;margin-top:20px;padding:10px 45px}.fo-section .programming-section .section-images{flex:unset;width:70vw;height:70vw;aspect-ratio:1/1;transform:translate(-2vw,-5vw)}.fo-section .marketing-section{height:-moz-fit-content;height:fit-content;z-index:6;flex-wrap:nowrap;flex-direction:column-reverse;justify-content:space-around;align-items:center}.fo-section .marketing-section .content{gap:20px;margin-top:10px;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center}.fo-section .marketing-section .content h1{font-size:34px;width:-moz-fit-content;width:fit-content}.fo-section .marketing-section .content h2{font-size:20px;width:-moz-fit-content;width:fit-content;margin:0 auto}.fo-section .marketing-section .content h4{width:87vw;font-size:15px;text-align:center}.fo-section .marketing-section .section-images{height:55vw;transform:translateY(-15vw)}.fo-section .marketing-section .section-images img.design-1{position:absolute;height:85%;bottom:-3%;left:-25%}.fo-section .marketing-section .section-images img.design-2{opacity:0}.fo-section .marketing-section .section-images .pulb-idea{position:absolute;width:-moz-fit-content;width:fit-content;height:55%;right:-22%;bottom:27%}.fo-section .marketing-section .section-images .pulb-idea .design-3{position:relative;height:100%;object-fit:cover}.fo-section .marketing-section .section-images .pulb-idea .design-4{position:absolute;left:calc(100% - 84.5% / 2);bottom:105%;width:80%;filter:drop-shadow(1px 2px 6px rgb(0,0,0,35%))}.fo-section .marketing-section .section-images .design-5{position:absolute;width:70%;bottom:-12%;right:45%}.fo-section .marketing-section .section-images .main-design{position:relative;width:-moz-fit-content;width:fit-content;height:100%;top:50%;left:50%;transform:translate(-50%,-50%)}.fo-section .marketing-section .section-images .marketing-icon{position:absolute;width:40%;left:-18%;top:-14%;filter:drop-shadow(2px 3px 6px rgb(0,0,0,15%))}.fo-section .marketing-section .section-images .impressions{position:absolute;width:65%;height:28%;background-color:#fff;border-radius:6%;padding:2.5% 4%;bottom:19%;left:-43%;box-shadow:0 5px 15px #00000024}.fo-section .marketing-section .section-images .impressions .background{position:absolute;width:50%;right:8%;top:50%;transform:translateY(-25%)}.fo-section .marketing-section .section-images .impressions h2{position:relative;font-family:assistant;color:#666;font-weight:600;font-size:2.5vw}.fo-section .marketing-section .section-images .impressions h5{position:relative;font-family:assistant;color:#172537;font-weight:700;font-size:5vw}.fo-section .marketing-section .section-images .impressions h6{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;font-size:2.5vw;font-family:assistant;color:#409159}.fo-section .marketing-section .section-images .impressions h6 img{position:relative;width:6%;margin-right:3%}.fo-section .marketing-section .section-images .clicks{position:absolute;display:flex;width:68%;height:54%;background-color:#fff;border-radius:6%;padding:11% 7%;bottom:-25%;left:80%;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;gap:4%;box-shadow:0 7px 15px #00000020}.fo-section .marketing-section .section-images .clicks .background-img{position:relative;width:35%;aspect-ratio:1/1;border-radius:50%;background-color:#ccdeff}.fo-section .marketing-section .section-images .clicks h5{position:relative;font-family:assistant;color:#172537;font-size:4.5vw}.fo-section .marketing-section .section-images .clicks h2{position:relative;font-family:assistant;color:grey;font-size:2.5vw;font-weight:600}.fo-section .marketing-section .section-images .clicks h6{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;font-size:2.5vw;font-family:assistant;color:#409159}.fo-section .marketing-section .section-images .clicks h6 img{position:relative;width:7%;margin-right:3%}.last-section .footer .footer-text h6{display:none}.last-section .footer{margin:80px 0 20px;padding:0;justify-content:space-evenly}.last-section .footer .buttons{gap:20px}.last-section h1{font-size:30px}.last-section h3{font-size:16px;top:-10px}.fo-section .print-section{height:-moz-fit-content;height:fit-content;width:100vw;margin-bottom:25px;gap:30px;flex-wrap:nowrap;flex-direction:column-reverse;justify-content:space-around;align-items:center}.fo-section .print-section .content{position:relative;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;text-align:center;gap:20px}.fo-section .print-section .content h1{font-size:5vw;width:100vw;text-align:center;line-height:1}.fo-section .print-section .content h2{font-size:3vw;width:100vw;line-height:2;top:0}.fo-section .print-section .content h4{width:85vw;font-size:3vw}.fo-section .print-section .content button{padding:10px 22px 10px 36px;font-size:15px;margin-top:5px}.fo-section .print-section .content button img{width:32px;bottom:-7px;transform:scale(1.2)}.dark .fo-section .print-section .content button img{bottom:-6px}.fo-section .print-section .section-images{transform:translateY(-5%);width:50vw;height:-moz-fit-content;height:fit-content}.fo-section .print-section.visible .section-images img.paint-tool{animation:paintTool 3s cubic-bezier(.68,-.55,.27,1.55) .7s forwards,toolShow .8s ease-in-out 1.2s forwards,toolHide .25s ease-in-out 2.9s forwards}@keyframes paintTool{50%{transform:translate(-45.5%,-25%) scale(1.25)}to{transform:translate(-45.5%,95%) scale(.25)}}.form-window-parent .form-window-container{width:380px;min-width:380px}.form-window-parent .form-window-container>.header{height:55px;padding:8px 25px}.form-window-parent .form-window-container>.header .close{height:60%}.form-window-parent .form-window-container>.header .title{font-size:1.1em}.form-window-parent .form-window-container>.content{padding:0 5px 20px}.form-window-parent .form-window-container>.content .left-side{display:none}.form-window-parent .form-window-container>.content .right-side{width:100%;padding:30px 10px 0}.form-window-parent .form-window-container>.content .right-side form .field,.form-window-parent .form-window-container>.content .right-side form input[type=text]{width:100%}.form-window-parent .form-window-container>.content .right-side form input#phone1,.form-window-parent .form-window-container>.content .right-side form input#phone2{flex:1 1}}@media only screen and (max-width:700px){.fi-section h1{font-size:5.5vw}.fi-section h2{font-size:3vw;width:65%;text-align:center;line-height:1.3;top:-5px}.fi-section .feedbacks{width:310px}.fi-section .feedbacks .feedback{--f2w:65.7%;--f2h:71%;--f2r:-20;--f2t1:-130%;--f2t2:7%;--f3w:79.5%;--f3h:85%;--f3r:-10;--f3t1:-85%;--f3t2:0%;--f4w:100%;--f4t1:-50%;--f4t2:0%;--f4r:0;--f5w:79.5%;--f5h:85%;--f5r:10;--f5t1:-15%;--f5t2:0%;--f6w:65.7%;--f6h:71%;--f6r:20;--f6t1:30%;--f6t2:7%}.last-section .support-design .small-design .row.call-whatsapp .call .line-parent{width:60px}.last-section .support-design .small-design .row.call-whatsapp .call .call-icon{width:32px}.last-section .support-design .small-design .row.call-whatsapp .call h5{top:110%;width:110px;font-size:12px;white-space:unset}.last-section .support-design .small-design .row.call-whatsapp .phone-number{padding:8px 10px;font-size:12px}.last-section .support-design .small-design .row.call-whatsapp .whatsapp .line-parent{width:60px}.last-section .support-design .small-design .row.call-whatsapp .whatsapp .whatsapp-icon{width:32px}.last-section .support-design .small-design .row.call-whatsapp .whatsapp h5{font-size:12px;top:110%;white-space:unset}.last-section .support-design .small-design .row.call-whatsapp .whatsapp h5 span{color:#1b5b22;font-weight:700;display:block}.last-section .support-design .small-design .row.call-whatsapp .whatsapp h5 .long-term{display:none}.last-section .support-design .small-design .row.behance-facebook .behance h5{font-size:14px}.last-section .support-design .small-design .row.behance-facebook .behance h6{font-size:12px}.last-section .support-design .small-design .row.behance-facebook .facebook h5{font-size:14px}.last-section .support-design .small-design .row.behance-facebook .facebook h6{font-size:12px}.prices-parent .prices-container{min-width:100vw;min-height:100vh;max-width:100vw;max-height:100vh;border-radius:0;left:0;top:0;transform:translate(0);background-color:#eee}.prices-parent .prices-container>.header{height:60px;padding:15px 5.5%}.prices-parent .prices-container>.header .close svg{height:85%}.prices-parent .prices-container>.header .title{font-size:14px}.prices-parent .prices-container>.header .contact-us{font-size:10px}.prices-parent .prices-container>.header .contact-us svg{height:round(55%,1px)}.prices-parent .prices-container>.content{justify-content:center}}@media only screen and (max-width:700px) and (min-width:532px){.prices-parent .prices-container>.content .price-container{width:230px;padding:15px;gap:10px}.prices-parent .prices-container>.content .price-container>.header{margin-bottom:6px}.prices-parent .prices-container>.content .price-container>.header .data h1{font-size:12px}.prices-parent .prices-container>.content .price-container>.header .data .price{font-size:.22in}.prices-parent .prices-container>.content .price-container>.header .data .price .egp{font-size:.14in}.prices-parent .prices-container>.content .price-container>.header .logo{width:40px}.prices-parent .prices-container>.content .price-container>.properties{gap:8px}.prices-parent .prices-container>.content .price-container .property{font-size:.12in}.prices-parent .prices-container>.content .price-container .property .icon{width:14px}.prices-parent .prices-container>.content .price-container .property .icon svg{height:70%}.prices-parent .prices-container>.content .price-container .property .subtitle{padding-top:0}.prices-parent .prices-container>.content .price-container .options{gap:6px}.prices-parent .prices-container>.content .price-container .options .option{font-size:.12in}.prices-parent .prices-container>.content .price-container .options .option .icon{width:14px;border:1px solid #9b9cb1}.prices-parent .prices-container>.content .price-container .options .option .subtitle{padding-top:0}.prices-parent .prices-container>.content .price-container .options .option .option-price{padding:4px 5px}.prices-parent .prices-container>.content .price-container .options .option .option-price b{font-size:.125in}.prices-parent .prices-container>.content .price-container .options .option .option-price .egp{font-size:.095in}.prices-parent .prices-container>.content .price-container .footer button{margin-top:5px;font-size:12px;line-height:.2;height:34px}}@media only screen and (max-width:690px){.f-section .background .lines .th-line .circles #thl-circle1,.f-section .background .lines .th-line .circles #thl-circle3{opacity:0}.f-section .background .lines .th-line .circles #thl-circle2{opacity:1}.f-section .background .lines .th-line .circles #thl-circle2 .project{width:180px}}@media only screen and (max-width:639px){.f-section .title{font-size:36px}.f-section .title span.title-bottom{font-size:34px}[lang=ar] .f-section .title span.title-bottom{font-size:.85em}.f-section h2{font-size:14px}.f-section .description{font-size:10px}.f-section .background .lines .th-line .circles #thl-circle2 .project,.f-section .background .lines .th-line .circles #thl-circle4 .project{width:150px}.s-section .brands{gap:24px;padding-right:24px}.th-section{position:relative;padding:60px 0 130px}.th-section .title{font-size:24px}.th-section .sub-title{font-size:12px;width:300px;margin:0 auto 15px}.th-section .counter .counter-num{width:65px;height:155px}.th-section .counter .counter-comma,.th-section .counter .counter-num .c-num{font-size:120px}.th-section h3{font-size:12px;margin-top:20px}.th-section h3 span{font-size:16px}.th-section button{margin-top:30px;padding:10px 18px 10px 26px;gap:15px;font-size:12px}.th-section button .arrow{width:22px;height:22px}.th-section button .arrow img{transform:translate(-53%,-48%)}.th-section .client-images .client-img.bottom-left{width:70px;height:70px;left:5%;top:83%}.th-section .client-images .client-img.top-right{right:2%;top:26%;width:50px;height:50px}.th-section .client-images .client-img.bottom-right{right:3%;top:74%;width:40px;height:40px}}@media only screen and (max-width:500px){.fi-section .user-images .user-img.top-right{top:20%}.fi-section .user-images .user-img.left{top:32%}.fi-section .user-images .user-img.bottom-right{top:29%}.last-section .footer{margin:40px 0 20px;padding:0;justify-content:space-evenly}.last-section .footer img.footer-logo{display:none}.last-section .footer .buttons{width:100vw;flex-wrap:nowrap;justify-content:space-evenly;align-items:center;gap:0}.last-section .footer .buttons .lang.button{width:90px;height:38px;padding:0 6px;font-size:14px}.last-section .footer .buttons .theme.button{width:90px;height:40px;padding:0 5px}.last-section .footer .buttons .theme.button .active{width:50%}.last-section .footer .buttons .theme.button .light-icon img{height:42%}.last-section .footer .buttons .theme.button .dark-icon img{height:40%}.last-section h1{font-size:24px}.last-section h3{font-size:11px;top:-10px}.last-section .footer{margin:10px 0 0}.last-section .support-design{margin-top:50px}.fo-section .marketing-section .content h1{font-size:22px;width:-moz-fit-content;width:fit-content;margin:0 auto}.fo-section .marketing-section .content h2{font-size:14px;width:-moz-fit-content;width:fit-content;margin:0 auto;top:-7px}.fi-section .feedbacks{margin-top:44vw;max-width:110vw}.fi-section .user-images .user-img.top-right{top:17%;width:20vw;height:20vw;right:44%}.fi-section .user-images .user-img.left{top:23%;left:10%;width:18vw;height:18vw}.fi-section .user-images .user-img.bottom-right{top:22%;right:11%;width:22vw;height:22vw}.section-window-parent .section-window-container{min-width:100vw;top:unset;transform:translate(-50%);bottom:0;border-radius:20px;border-bottom-left-radius:0;border-bottom-right-radius:0}.section-window-parent .section-window-container>.header{padding:15px 20px}}@media only screen and (max-width:450px){.s-section h2{font-size:18px}.s-section h2:before{transform:translate(-30%,-15%)}:root{--branding_h:35px}}@media only screen and (max-width:425px){.last-section .support-design .small-design{gap:60px;transform:translateX(0)}.last-section .support-design .small-design .row.call-whatsapp .call .line-parent{width:25px}.last-section .support-design .small-design .row.call-whatsapp .call .call-line{position:relative;height:50px}.last-section .support-design .small-design .row.call-whatsapp .call .call-icon{width:32px}.last-section .support-design .small-design .row.call-whatsapp .call h5{top:110%;width:110px;font-size:10px;white-space:unset}.last-section .support-design .small-design .row.call-whatsapp .phone-numbers{gap:15px}.last-section .support-design .small-design .row.call-whatsapp .phone-number{padding:8px 10px;font-size:12px}.last-section .support-design .small-design .row.call-whatsapp .whatsapp .line-parent{width:25px}.last-section .support-design .small-design .row.call-whatsapp .whatsapp .whatsapp-line{position:relative;height:50px}.last-section .support-design .small-design .row.call-whatsapp .whatsapp .whatsapp-icon{width:32px}.last-section .support-design .small-design .row.call-whatsapp .whatsapp h5{font-size:10px;top:110%;white-space:unset}.last-section .support-design .small-design .row.behance-facebook{gap:25px}.last-section .support-design .small-design .row.behance-facebook .behance .behance-icon{position:relative;width:35px}.last-section .support-design .small-design .row.behance-facebook .behance h5{font-size:11px}.last-section .support-design .small-design .row.behance-facebook .behance h6{font-size:10px}.last-section .support-design .small-design .row.behance-facebook .facebook .facebook-icon{position:relative;width:35px}.last-section .support-design .small-design .row.behance-facebook .facebook h5{font-size:11px}.last-section .support-design .small-design .row.behance-facebook .facebook h6{font-size:10px}.form-window-parent .form-window-container{width:100%;min-width:unset;top:unset;transform:translate(-50%);bottom:0;border-radius:20px;border-bottom-left-radius:0;border-bottom-right-radius:0}.form-window-parent .form-window-container>.header .close{height:55%}.form-window-parent .form-window-container>.header .title{font-size:1em;white-space:nowrap}}.faq{position:fixed;right:20px;bottom:20px;z-index:99}.faq .button{position:absolute;width:50px;height:50px;background-color:#fff;box-shadow:0 2px 10px rgba(21,20,22,.25),-3px -2px 40px rgba(0,0,0,.15);border-radius:15px;right:0;bottom:0;cursor:pointer;transform:scale(1);transition:.4s}.dark .faq .button{background-color:#625aa3}.faq.active .button{transform:scale(0)}.faq .button svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:25px;fill:#6755aa}.dark .faq .button svg{fill:#e7e7e7}.faq .faq-container{position:relative;max-height:300px;line-height:1;transition:.3s;bottom:0;transition:width .1s,all .5s;width:1px;transform:scale(0);right:0;transform-origin:bottom;opacity:0}.faq.active .faq-container{width:300px;transform:scale(1);opacity:1}.faq .faq-container .background{position:absolute;width:100%;left:0;top:0;height:100%;border-radius:8px;background-color:#fff;box-shadow:0 2px 10px rgba(77,66,93,.15),-2px -1px 40px rgba(0,0,0,.15)}.dark .faq .faq-container .background{background-color:#3a3b3f}.faq .faq-container .conten-container{position:relative;display:flex;left:0;top:0;width:100%;max-height:300px;border-radius:8px;border-top-left-radius:0;border-top-right-radius:0;overflow:hidden;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start}.faq .faq-container .header{position:relative;display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap;padding:14px}.faq .faq-container .header .close{position:absolute;left:0;top:0;fill:#5f6871;padding:15px;cursor:pointer;transition:.25s}.dark .faq .faq-container .header .close{fill:#b4b7bb}.faq .faq-container .header .close svg{height:15px;display:block}.faq .faq-container .header .close:hover{background-color:#0000000a}.faq .faq-container .header .title{width:100%;text-align:center;font-family:cairo;letter-spacing:.5px;font-size:1.1em;font-weight:600}.dark .faq .faq-container .header .title{color:#b4b8bb}.faq .faq-container .questions-container{overflow:hidden;overflow-y:overlay;position:relative;left:0;top:0;width:100%}.faq .faq-container .content{width:100%;max-height:80vh;border-radius:8px;transition:.3s;transform:scale(1);right:0;top:0;transform-origin:right}.faq .faq-container .content,.faq .faq-container .content .question{position:relative;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;overflow:hidden}.faq .faq-container .content .question{width:300px;border-top:1px solid #e5e5e5;padding:0;font-family:cairo;font-weight:400;font-size:.9em;color:#595959;cursor:pointer;transition:.25s;align-items:flex-start;--icon-color:#8783ad;--icon-opacity:.4;white-space:nowrap}.dark .faq .faq-container .content .question{--icon-color:#fff;color:#dddfe3;border-top:1px solid #353535}.faq .faq-container .content .question:hover{--icon-opacity:1;background-color:#00000008}.faq .faq-container .content .question .answer{display:none}.dark .faq .faq-container .content .question .answer{color:#93919b;background-color:#313235}.faq .faq-container .content .question .question-title{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:flex-start;padding:17px 15px;background-color:inherit;z-index:2;width:100%}[lang=ar] .faq .faq-container .content .question .question-title{flex-direction:row-reverse}.faq .faq-container .content .question .icon{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;width:9px;height:9px;margin:2px 10px 2px 0;position:relative;transition:.6s}[lang=ar] .faq .faq-container .content .question .icon{margin-left:10px;margin-right:3px}.faq .faq-container .content .question.active .icon{transition:1s;transform:rotate(2turn)}.faq .faq-container .content .question span{flex:1 1;text-wrap:auto}.faq .faq-container .content .question .answer{display:block;padding:0 26px;font-size:.95em;line-height:1.1;white-space:normal;color:#726d8f;font-weight:400;font-family:assistant;background-color:#faf9fd;position:relative;transition:.35s;height:0}.faq .faq-container .content .question.active .answer{height:-moz-fit-content;height:fit-content;padding-top:10px;padding-bottom:10px}.faq .faq-container .content .question .icon .vertical-line{position:absolute;width:1px;height:100%;background-color:var(--icon-color);opacity:var(--icon-opacity);transition:all .25s,opacity 1s}.faq .faq-container .content .question.active .icon .vertical-line{opacity:0}.faq .faq-container .content .question .icon .horizontal-line{position:absolute;width:100%;height:1px;background-color:var(--icon-color);opacity:var(--icon-opacity);transition:.25s}.faq .faq-container .content a.whatsapp-support{position:relative;display:flex;width:300px;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;padding:15px 12px;text-decoration:none;color:#6f6f6f;font-family:cairo;font-weight:400;font-size:.95em;gap:6px;border-top:1px solid #e5e5e5;cursor:pointer;background-color:inherit;transition:.25s}.dark .faq .faq-container .content a.whatsapp-support{color:#d3dbd5;border-top:1px solid #333}.faq .faq-container .content a.whatsapp-support:hover{background-color:#f6fbf7}.dark .faq .faq-container .content a.whatsapp-support:hover{background-color:#323337}.faq .faq-container .content a.whatsapp-support img.whatsapp-icon{height:16px}@media only screen and (max-width:400px){.faq .faq-container{transform:translateY(100%);opacity:0}.faq .faq-container,.faq.active .faq-container{width:100vw;right:-20px;bottom:-20px;transition:all 0s,opacity .5s,transform .5s}.faq.active .faq-container{transform:translateY(0);opacity:1}.faq .faq-container .background{border-radius:25px;border-bottom-left-radius:0;border-bottom-right-radius:0}.faq .faq-container .content .question,.faq .faq-container .content a.whatsapp-support{width:100%}}@keyframes opacity{to{opacity:1}}@keyframes opacityAdvanced{to{filter:opacity(1)}}@keyframes fadeIn{to{opacity:1;transform:translateX(0) translateY(0)}}@keyframes fadeInAdvanced{to{filter:opacity(1);transform:translateX(0) translateY(0)}}@keyframes darkFadeInAdvanced{to{filter:opacity(1) grayscale(1) contrast(0) brightness(2);transform:translateX(0) translateY(0)}}@keyframes avatars{to{transform:scale(1);opacity:1}}@keyframes standardScaling{70%{transform:scale(1)}to{transform:scale(1);opacity:1}}@keyframes scaling{to{transform:translate(var(--t1),var(--t2)) rotate(var(--r)) scale(1);opacity:1}}@keyframes customScaling{to{transform:translate(var(--t1),var(--t2)) rotate(var(--r)) scale(calc(var(--sx) + 1),calc(var(--sy) + 1));opacity:1}}.fi-section.visible .feedbacks .feedback.f1Change{animation:changeToF1 .5s forwards}.fi-section.visible .feedbacks .feedback.f2Change{animation:changeToF2 .5s forwards}.fi-section.visible .feedbacks .feedback.f3Change{animation:changeToF3 .5s forwards}.fi-section.visible .feedbacks .feedback.f4Change{animation:changeToF4 .5s forwards}.fi-section.visible .feedbacks .feedback.f5Change{animation:changeToF5 .5s forwards}.fi-section.visible .feedbacks .feedback.f6Change{animation:changeToF6 .5s forwards}.fi-section.visible .feedbacks .feedback.f7Change{animation:changeToF7 .5s forwards}@keyframes changeToF1{0%{transform:translate(var(--f2t1),var(--f2t2)) rotate(calc(var(--f2r) * 1deg)) scale(1);width:var(--f2w);height:var(--f2h);opacity:1}to{transform:translate(var(--f1t1),var(--f1t2)) rotate(calc(var(--f1r) * 1deg)) scale(1);width:var(--f1w);height:var(--f1h);opacity:1}}@keyframes changeToF2{0%{transform:translate(var(--f3t1),var(--f3t2)) rotate(calc(var(--f3r) * 1deg)) scale(1);width:var(--f3w);height:var(--f3h);opacity:1}to{transform:translate(var(--f2t1),var(--f2t2)) rotate(calc(var(--f2r) * 1deg)) scale(1);width:var(--f2w);height:var(--f2h);opacity:1}}@keyframes changeToF3{0%{transform:translate(var(--f4t1),var(--f4t2)) rotate(calc(var(--f4r) * 1deg)) scale(1);width:var(--f4w);height:var(--f4h);opacity:1}to{transform:translate(var(--f3t1),var(--f3t2)) rotate(calc(var(--f3r) * 1deg)) scale(1);width:var(--f3w);height:var(--f3h);opacity:1}}@keyframes changeToF4{0%{transform:translate(var(--f5t1),var(--f5t2)) rotate(calc(var(--f5r) * 1deg)) scale(1);width:var(--f5w);height:var(--f5h);opacity:1}to{transform:translate(var(--f4t1),var(--f4t2)) rotate(calc(var(--f4r) * 1deg)) scale(1);width:var(--f4w);height:var(--f4h);opacity:1}}@keyframes changeToF5{0%{transform:translate(var(--f6t1),var(--f6t2)) rotate(calc(var(--f6r) * 1deg)) scale(1);width:var(--f6w);height:var(--f6h);opacity:1}to{transform:translate(var(--f5t1),var(--f5t2)) rotate(calc(var(--f5r) * 1deg)) scale(1);width:var(--f5w);height:var(--f5h);opacity:1}}@keyframes changeToF6{0%{transform:translate(var(--f7t1),var(--f7t2)) rotate(calc(var(--f7r) * 1deg)) scale(1);width:var(--f7w);height:var(--f7h);opacity:1}to{transform:translate(var(--f6t1),var(--f6t2)) rotate(calc(var(--f6r) * 1deg)) scale(1);width:var(--f6w);height:var(--f6h);opacity:1}}@keyframes changeToF7{0%{transform:translate(var(--f1t1),var(--f1t2)) rotate(calc(var(--f1r) * 1deg)) scale(1);width:var(--f1w);height:var(--f1h);opacity:1}to{transform:translate(var(--f7t1),var(--f7t2)) rotate(calc(var(--f7r) * 1deg)) scale(1);width:var(--f7w);height:var(--f7h);opacity:1}}@keyframes start-section-bg{to{--firstDesignIMGMask:100%;--secondDesignIMGMask:110%}}@keyframes start-section-line{to{transform:translateY(0)}}@keyframes start-TextLine{to{--firstTextLineMask:100%;--secondTextLineMask:105%}}@keyframes move{to{transform:translate(0)}}