@import url(https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Changa:wght@300;400;500;700&display=swap);.he{font-family:"Heebo",sans-serif!important}.ar{font-family:"Changa",sans-serif!important}.App{font-family:"Heebo",sans-serif}*{scroll-behavior:smooth}:root{--dark:#303030;--light-gray:#fdfbfd;--qnw:linear-gradient(308.04deg,#ee6c02 15.8%,#eb9700 88.03%);--text:#2f3192;--orange:#f47a1a;--bluish:#8895e6;--greenish:#67d9c8}.btnGradient{background:var(--qnw);border:none;outline:none;width:120px;height:40px;border-radius:8px}.cwhite{color:#fff}.bgc-white{background-color:#fff}.flex-center{display:flex;justify-content:center;align-items:center;text-align:center}.bg-overlay{position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.7)}.section{padding:30px}.section,.sectionTitle{margin-bottom:50px}.gradientText{background:var(--qnw);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.avatar{width:80px;height:80px;box-sizing:border-box;border-radius:50%;overflow:hidden;box-shadow:0 2.5px 15px 0 rgba(0,0,0,.25);transform:translatey(0);animation:float 3.5s ease-in-out infinite;position:relative}.ClientFavicon:nth-child(odd) .avatar{animation:vibrate-1 2.5s linear infinite both}.ClientFavicon:nth-child(2n) .avatar{animation:vibrate-2 2.5s linear infinite both}.avatar img{width:100%;height:auto;object-fit:cover}.content{width:100%;max-width:600px;padding:20px 40px;box-sizing:border-box;text-align:center}@keyframes vibrate-2{0%{transform:translate(0)}20%{transform:translate(3px,-3px)}40%{transform:translate(3px,3px)}60%{transform:translate(-3px,3px)}80%{transform:translate(-3px,-3px)}to{transform:translate(0)}}@keyframes vibrate-1{0%{transform:translate(0)}20%{transform:translate(-3px,3px)}40%{transform:translate(-3px,-3px)}60%{transform:translate(3px,3px)}80%{transform:translate(3px,-3px)}to{transform:translate(0)}}.HeroCard{width:380px;height:200px;border-radius:15px;display:flex;justify-content:center;align-items:center;padding:20px;position:relative;bottom:50px;box-shadow:0 0 4px 1px rgba(0,0,0,.23)}.Cards,.HeroCard{flex-direction:column}.HeroCard h2{margin-bottom:10px;font-size:1.6rem}.HeroCard p{font-size:1.1rem}.num{position:absolute;font-size:8rem;font-weight:700;font-family:"Courier New",Courier,monospace;right:25px;opacity:.05}@media screen and (max-width:700px){.HeroCard{width:90vmin;padding:50px}.HeroCard h2{font-size:1.4rem}.HeroCard p{font-size:1rem}}@media screen and (min-width:701px)and (max-width:900px){.HeroCard h2{font-size:1.3rem}.HeroCard p{font-size:.9rem}}.Navbar{justify-content:space-between;padding:20px}.Navbar,.scroll-up{display:flex;align-items:center}.scroll-up{color:var(--orange);z-index:100;position:fixed;bottom:30px;right:30px;justify-content:center;opacity:.7;transform:scale(.8);transition:all .3s ease}.scroll-up:hover{opacity:1;transform:scale(1);transition:all .3s ease-in;cursor:pointer}.logo{width:115px}.Navbar ul{list-style-type:none}.Navbar ul li a{text-decoration:none;font-weight:500;font-size:.9rem}.Navbar ul li a:hover{background:var(--qnw);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.links a svg{fill:var(--orange)}.links ul{display:flex;direction:rtl;justify-content:space-evenly}.links ul li{padding:7px}.links a{display:flex;align-items:center;grid-gap:5px;gap:5px}.mobile-nav{display:none}@media screen and (max-width:900px){.links{display:none}.logo-wrapper{margin-right:30px}.Navbar{position:fixed;width:100vw;z-index:100;box-shadow:0 0 4px 1px rgba(0,0,0,.23)}.mobile-links{display:flex;flex-direction:column;position:absolute;top:80px;left:0;right:0;margin:0 auto;width:90vw;box-shadow:0 0 15px 1px rgba(0,0,0,.15);padding:35px 50px;border-radius:10px;transition:all .3s ease-out}.mobile-links li{margin:20px 0}.mobile-links a svg{fill:var(--orange)}.mobile-links a{display:flex;flex-direction:row-reverse;align-items:center;grid-gap:5px;gap:5px}.mobile-nav{display:flex;z-index:50}}.fade-in-top{visibility:visible;animation:fade-in-top .6s cubic-bezier(.39,.575,.565,1) both}.fade-in-bottom{animation:fade-in-bottom .6s cubic-bezier(.39,.575,.565,1) both;visibility:hidden}@keyframes fade-in-top{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fade-in-bottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}.ThemeSwitcher{position:absolute;margin-left:130px;top:22px;z-index:99999;display:flex;align-items:center;justify-content:center}@media screen and (max-width:800px){.ThemeSwitcher{margin-left:0;top:0;position:relative}}.ThemeSwitcher-label{position:relative;display:block;width:60px;height:30px;border-radius:100px;background-color:var(--text);overflow:hidden;cursor:pointer}.ThemeSwitcher-label:after,.ThemeSwitcher-label:before{display:block;position:absolute;content:"";width:20px;height:20px;border-radius:50%;top:5px;left:8px;transition:.5s ease}.ThemeSwitcher-label:before{background-color:#f28c38}.ThemeSwitcher-label:after{background-color:var(--text);left:-58px;transform:scale(.00001)}.ThemeSwitcher-input[type=checkbox]{display:none}.ThemeSwitcher-input[type=checkbox]:checked+.ThemeSwitcher-label:before{background-color:#fbf422;transform:translateX(25px)}.ThemeSwitcher-input[type=checkbox]:checked+.ThemeSwitcher-label:after{transform:translateX(85px) scale(1)}.PlanCard{margin-bottom:30px;width:330px;height:auto;padding:50px 25px;border-radius:10px;box-shadow:0 0 4px 1px rgba(0,0,0,.03);display:flex;flex-direction:column;align-items:center}.f-ar{font-size:3.25rem!important}.plan-title{color:#a6a9ab}.PlanCard .plan-price{font-size:4rem}.plan-period,.plan-price,.tax{font-family:"Changa",sans-serif!important}.plan-period{width:55px!important;top:85px!important}.PlanCard .features-list{list-style-type:none;padding-bottom:20px;padding-top:20px}.PlanCard .features-list li{font-size:14px}.plan-feature{margin:10px 0;font-size:.8rem}.cards button{background-color:var(--text)}.PlanCard button{width:150px;height:30px;outline:none;border:none;color:var(--orange);font-weight:700;border-radius:5px;margin-top:auto}.plan-alert{color:red;margin-bottom:25px;font-size:13px}.plan-alert,.webprice{font-weight:700}.scale-in-center{animation:scale-in-center 1s cubic-bezier(.25,.46,.45,.94) infinite alternate-reverse both}.sub-btn{color:#fff!important}.get-offer,.sub-btn:hover{cursor:pointer}.get-offer{position:absolute;bottom:10px;font-size:.75rem;color:var(--orange);text-decoration:none}.fz07rem{font-size:.72rem!important}.tax{font-size:10px;position:absolute;margin-top:90px;left:30px;color:red}@media screen and (min-width:1250px){.PlanCard{width:360px}}@keyframes scale-in-center{0%{transform:scale(1);opacity:1}to{transform:scale(1.2);opacity:1}}.ServiceCard{margin-bottom:100px}.ServiceCard h2,.ServiceCard img{margin-bottom:10px;font-size:1.2rem}.Services .ServiceCard img{width:50px}.serviceIcon{color:var(--orange)}@media screen and (min-width:1000px){.ServiceCard{width:200px;font-size:.9rem}}@media screen and (min-width:1350px){.ServiceCard{width:250px}}.ToolCard{margin:8px 8px 24px;width:100%;min-width:0;max-width:400px;height:auto;min-height:80px;padding:18px 16px 12px;border-radius:10px;box-shadow:0 0 4px 1px rgba(0,0,0,.03);overflow:hidden;transition:background .3s,box-shadow .3s;position:relative;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start}.ToolCard:hover h2,.ToolCard:hover p{transition:all .3s ease-in}.ToolCard .toolIcon,.ToolCard h2{transition:color .3s}.ToolCard p{opacity:0;max-height:0;margin:0;transition:opacity .3s,max-height .3s;overflow:hidden;text-align:right;direction:rtl}.ToolCard.expanded{box-shadow:0 4px 24px 0 rgba(0,0,0,.08);background:var(--cardsBgHover,#f7f7f7);z-index:2}.ToolCard.expanded p{opacity:1;max-height:200px;margin:10px 0 0}.tc-ar{margin:0!important}.toolIcon{color:var(--orange)}.Tools .cards>div:first-child,.Tools .cards>div:first-child .toolIcon,.Tools .cards>div:first-child h2,.Tools .cards>div:first-child p{background-color:var(--text);color:#fff}.toolcard-chevron{transition:transform .3s;color:var(--orange);z-index:3;display:flex;align-items:center}.toolcard-chevron.rotated{transform:rotate(180deg)}@media screen and (max-width:699px){.ToolCard{width:100%;max-width:400px;margin:0 auto 18px;padding:12px 2vw 10px;min-height:60px;border-radius:12px;height:auto;box-sizing:border-box}.ToolCard h2{font-size:1.1rem}.ToolCard .toolIcon{font-size:1.5rem}.ToolCard.expanded{background:var(--cardsBgHover,#f7f7f7)}.ToolCard.expanded p{max-height:300px;font-size:.95rem}}@media screen and (min-width:700px){.ToolCard{width:27vmin;min-width:180px;max-width:320px;min-height:90px;height:12vmin;margin:10px;align-items:flex-end}.ToolCard.expanded{height:auto;min-height:180px}.ToolCard h2{font-size:1.1rem}.ToolCard p{font-size:.9rem}}@media screen and (min-width:1250px){.ToolCard{width:30vmin;min-width:220px;max-width:350px;min-height:100px;height:12vmin}.ToolCard.expanded{min-height:220px}.ToolCard h2{font-size:1.5rem}.ToolCard p{font-size:1rem}}.tool-desc-fade{opacity:0;transition:opacity .3s}.ToolCard.expanded .tool-desc-fade{opacity:1}.LngSelect{width:100%;height:100%;display:flex;justify-content:center;flex-direction:column;align-items:center;position:absolute;background-color:rgba(28,10,2,.876);background-size:cover;background-repeat:no-repeat;background-position:50%}.LngSelect .row{display:flex;flex-wrap:wrap}.LngSelect img{width:125px;position:absolute;top:80px}.LngSelect .social-icons{position:absolute;bottom:80px}.LngSelect .social-icons a{background-color:var(--orange)!important;color:#fff}.LngSelect a{text-decoration:none;color:#fff}.arabic,.english,.hebrew{z-index:10;background-color:var(--orange);width:100px;height:100px;border-radius:50%;display:flex;justify-content:center;align-items:center;margin:20px;font-size:1.1rem}.arabic:active,.arabic:hover,.hebrew:active,.hebrew:hover{box-shadow:inset 2px 5px 10px 8px rgba(0,0,0,.23)}.contact-form{display:flex;flex-direction:column;width:100%;z-index:2}.contact-form input,.contact-form textarea,input[type=submit]{border-radius:8px;height:40px;margin-bottom:20px;outline:none;border:none;padding:0 10px;opacity:.7}.contact-form input[type=submit]{opacity:1}.contact-form label{margin-bottom:8px}.contact-form textarea{height:auto;margin-bottom:30px;padding-top:10px}.contact-form input[type=submit]{height:40px;background:linear-gradient(270deg,#6e61e9,#9087f1 98.98%)}#bubbles{height:100%}.bubble{width:2.5vw;height:2.5vw;border-radius:10vw;-moz-border-radius:10vw;-webkit-border-radius:10vw;position:fixed;bottom:0;z-index:100}.x1{left:85vw;background-color:orange;transform:scale(.3);opacity:.2;animation:moveBubbles 4s linear infinite,sideWays 4s ease-in-out infinite alternate}.x2{left:5vw;background-color:#ff8000;opacity:.5;animation:moveBubbles 6s linear infinite,sideWays 5s ease-in-out infinite alternate}.x2,.x3{transform:scale(.2)}.x3{background-color:#ffb300;left:35vw;opacity:.3;animation:moveBubbles 5s linear infinite,sideWays 4s ease-in-out infinite alternate}.x4{background-color:orange;left:47vw;transform:scale(.18);opacity:.35;animation:moveBubbles 8s linear infinite,sideWays 2s ease-in-out infinite alternate}.x5{background-color:#f80;left:15vw;transform:scale(.25);opacity:.3;animation:moveBubbles 5s linear infinite,sideWays 1s ease-in-out infinite alternate}.x6{background-color:#ff8400;left:73vw;transform:scale(.28);opacity:.2;animation:moveBubbles 4s linear infinite,sideWays 4s ease-in-out infinite alternate}.x7{background-color:#ff8000;left:67vw;transform:scale(.1);opacity:.5;animation:moveBubbles 11s linear infinite,sideWays 5s ease-in-out infinite alternate}.x8{background-color:#ff7300;left:56vw;transform:scale(.15);opacity:.3;animation:moveBubbles 9s linear infinite,sideWays 4s ease-in-out infinite alternate}.x9{background-color:orange;left:20vw;transform:scale(.23);opacity:.35;animation:moveBubbles 4.5s linear infinite,sideWays 2s ease-in-out infinite alternate}.x10{background-color:#ffa200;left:33vw;transform:scale(.15);opacity:.3;animation:moveBubbles 11.3s linear infinite,sideWays 5s ease-in-out infinite alternate}@keyframes moveBubbles{0%{top:100vh;opacity:0}50%{opacity:1}to{top:0;opacity:0}}@keyframes sideWays{0%{margin-left:0}to{margin-left:5vw}}.rec.rec-arrow:active,.rec.rec-arrow:after,.rec.rec-arrow:enabled,.rec.rec-arrow:hover{background-color:"transparent"!important;box-shadow:none!important;color:var(--orange)!important}.krmNah{box-shadow:0 0 1px 3px #e07d1b!important;background-color:rgba(239,166,22,.5)!important}.rec.rec-arrow{background-color:initial;box-shadow:none}*{box-sizing:border-box;margin:0;padding:0}.MonthlyYearlyBtn{margin-bottom:25px}.toggle,.toggler{display:inline-block;vertical-align:middle;margin:10px}.toggler{color:#ddd;transition:.2s;font-weight:700}.toggler--is-active{color:var(--orange)}.b{display:block}.toggle{position:relative;width:80px;height:35px;border-radius:100px;background-color:var(--orange);overflow:hidden;box-shadow:inset 0 0 2px 1px rgba(0,0,0,.05)}.check{position:absolute;display:block;cursor:pointer;top:0;right:0;width:100%;height:100%;opacity:0;z-index:6}.check:checked~.switch{left:2px;right:57.5%;transition:.25s cubic-bezier(.785,.135,.15,.86);transition-property:right,left;transition-delay:.08s,0s}.switch{position:absolute;right:2px;top:2px;bottom:2px;left:57.5%;background-color:#fff;border-radius:36px;z-index:1;transition:.25s cubic-bezier(.785,.135,.15,.86);transition-property:right,left;transition-delay:0s,.08s;box-shadow:0 1px 2px rgba(0,0,0,.2)}::-webkit-scrollbar{display:none}.IndividualServices,.slider-container{margin-top:30px}.slider-container{height:230px;width:100vw;overflow-x:auto;white-space:nowrap;padding-top:40px;position:relative;padding-left:30px}.square{height:150px;width:220px;margin-right:30px;display:inline-block;border-radius:10px;background-size:cover;cursor:pointer}.square-content{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.square-overlay{border-radius:10px;background-color:rgba(0,0,0,.6);z-index:1;position:absolute;width:100%;height:100%}.square-title{font-size:1.7rem;color:#fff!important;z-index:2}.square-price{font-size:1.3rem;font-weight:700;z-index:2}.accessibility-btn{position:fixed;top:0;right:0;border:none;outline:none;margin:200px 0 0;width:50px;height:50px;color:#fff;background-color:#4054b2;display:flex;justify-content:center;align-items:center;z-index:10!important;padding-top:4px;padding-right:1px;transition:all .3s ease-in;cursor:pointer;box-shadow:2px 2px 4px 0 rgba(0,0,0,.15)}.accessibility-options{position:relative}.accessibility-menu{position:fixed;z-index:99;margin-top:250px;top:0;right:-150px;width:150px;height:280px;display:flex;background-color:#fff;flex-direction:column;box-shadow:-4px 5px 8px rgba(0,0,0,.05);transition:right .3s ease-out}.accessibility-menu button{cursor:pointer;outline:none;border:none;border-bottom:1px solid #fff;height:40px;background-color:#fff;color:#4054b2;font-size:1rem}.accessibility-menu button:hover{background-color:#4054b2;color:#fff}.accessibility-menu.visible{right:0}.SvcForm{display:flex;justify-content:center;align-items:center;width:100vw;height:100%;position:fixed;background-color:#323233}.question{margin-bottom:30px}.row{display:flex;align-items:center;flex-direction:row-reverse;justify-content:flex-end;grid-gap:10px;gap:10px;margin-bottom:10px}.radio-option{font-size:.8rem}.SvcForm input[type=radio]{transform:scale(1.25)}.SvcForm form{background-color:#1e1e1e;color:#fff;width:360px;height:600px;border-radius:15px;padding:25px;direction:rtl;text-align:right;overflow-y:scroll}.SvcForm label{display:flex;flex-direction:column;font-weight:700;font-size:.85rem}.SvcForm small{font-size:12.5px;font-weight:400;margin-bottom:4px;color:#f47a1b}.SvcForm input[type=text],select,textarea{height:30px;margin-bottom:10px}.SvcForm input[type=text],.SvcForm select.form-select,select,textarea{padding:8px;border-radius:4px;border:1px solid #ced4da;background-color:#f8f9fa;color:#495057;font-size:14px;width:100%}.SvcForm button{padding:8px 16px;border-radius:4px;border:none;background-color:#f47a1b;color:#fff;font-size:14px;cursor:pointer;margin-top:20px;font-family:"Changa",sans-serif}.SvcForm button:hover{transition:all .3s ease-in;transform:scale(1.1);background-color:#ce5900}.Hero{height:600px;grid-gap:20px;gap:20px;flex-direction:column;background-size:cover;background-position:50%;position:relative}.Hero button,.Hero h1,.Hero p{color:#fff}.Hero h1{font-size:2.5rem}.contactBtn{cursor:pointer}.Cards{flex-direction:row}@media screen and (max-width:700px){.Hero{height:500px}.Cards{flex-direction:column}.Hero h1{width:80%;font-size:1.6rem}}@media screen and (min-width:701px)and (max-width:900px){.Hero h1{width:80%;font-size:2.5rem}}.Services{flex-direction:column;overflow-x:hidden;position:relative}.image-and-features{width:100%}.Services .igimg{width:90%;margin-bottom:80px}.Services .feature{display:flex;align-items:center;font-size:1.2rem;color:var(--orange);margin-bottom:60px}.features{top:225px;position:absolute;display:flex;flex-direction:column;align-items:flex-end}.st-ar{font-size:21px!important}.s-ar{padding:5px 10px!important}@keyframes clip1{25%{max-width:0}75%{max-width:200px;content:"לקוחות"}to{max-width:0;content:"מכירות"}}@media screen and (min-width:750px){.Services .igimg{width:60%}.features{margin-right:15%}}@media screen and (min-width:1000px){.Services .igimg{width:400px}.Services .ServiceCard{margin:12px}.Services{display:grid;grid-template-areas:" SectionHeading SectionHeading sectionTitle sectionTitle" " cards cards image-and-features image-and-features"}.sectionTitle{grid-area:sectionTitle}.SectionHeading{grid-area:SectionHeading}.image-and-features{grid-area:image-and-features;display:flex;justify-content:space-around}.cards{grid-area:cards;display:flex;width:450px;margin:50px;height:450px;flex-wrap:wrap}.features{margin-left:35%}}@media screen and (min-width:1350px){.Services .igimg{width:500px}.cards{grid-area:cards;display:flex;width:550px;margin:50px;height:550px;flex-wrap:wrap}.features{margin-left:35%}}.slider-wrapper{text-transform:uppercase;display:flex;align-items:center;justify-content:center}.slider{height:50px;padding-left:15px;overflow:hidden}.slider div{color:#fff;height:50px;margin-bottom:50px;padding:10px;text-align:center;border-radius:15px;box-sizing:border-box}.slider-text1{background:#00a8a3;animation:slide 5s linear infinite}.slider-text2{background:#8795e6}.slider-text3{background:#f47a1b}@keyframes slide{0%{margin-top:-300px}5%{margin-top:-200px}33%{margin-top:-200px}38%{margin-top:-100px}66%{margin-top:-100px}71%{margin-top:0}to{margin-top:0}}.WwdCard{position:relative;height:270px;width:100vw;display:flex;justify-content:center;align-items:center;flex-direction:column;background-size:cover;background-color:orange}.icon,.WwdCard h1,.WwdCard h4{margin:10px 0;z-index:2}.Whatwedo{flex-direction:column;overflow-x:hidden}@media screen and (min-width:900px){.Whatwedo{flex-direction:row;padding:0}}.Tools{flex-direction:column;overflow-x:hidden}.tools-cards{display:flex;flex-wrap:wrap;justify-content:center;grid-gap:24px;gap:24px;padding:0 2vw;width:100%;box-sizing:border-box}@media screen and (max-width:699px){.tools-cards{flex-direction:column;grid-gap:14px;gap:14px;padding:0 .5vw}}.Plans{flex-direction:column}.plan-period{position:absolute;font-size:.8rem;top:65px;right:10px;background-color:var(--orange);color:#fff;width:50px;height:20px;border-radius:10px;display:flex;justify-content:center;align-items:center}.shekel{font-size:1.5rem;position:relative;bottom:20px}.custom-plans{display:flex;justify-content:space-evenly;position:absolute;top:0}.active{opacity:1!important;color:#fff!important;font-weight:700}.custom-plan.s{border-radius:0 0 0 10px}.custom-plan.w{border-radius:0 0 10px 0}.custom-plan{color:hsla(0,0%,100%,.724);padding:5px 8px;opacity:.7;background-color:var(--orange);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 10px 15px -3px rgba(0,0,0,.1);cursor:pointer}.anchor{background-color:initial;height:70px;width:100vw}@media screen and (min-width:900px){.Plans .cards{display:flex;justify-content:space-evenly;flex-direction:row;width:100%;height:auto}}@media screen and (max-width:700px){.custom-plan{padding:2.5px 5px;font-size:.95rem}}.favicons{padding:20px 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));grid-gap:15px;gap:15px;place-content:start center;width:100%;max-width:900px;margin:0 auto}.ClientFavicon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:transparent;box-shadow:none;border-radius:0}.ClientFavicon img{max-width:100%;max-height:100%;object-fit:contain}.Clients{flex-direction:column;overflow-x:hidden}.clients-slider img{width:80%}.clients-slider{width:100vw;height:230px;display:flex;justify-content:center;grid-gap:50px;gap:50px;align-items:center}@media screen and (min-width:900px){.clients-slider img{width:400px}.clients-slider{height:300px;margin-top:50px}.favicons{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));grid-gap:32px;gap:32px;max-width:1100px;margin:0 auto;justify-items:center;align-items:center}.favicons .ClientFavicon{width:100px;height:100px}.favicons .ClientFavicon:nth-child(2n){transform:none}}.websites-type{display:flex;justify-content:center;align-items:center;width:100%;grid-gap:10px;gap:10px;height:50px}.websites-type button{border:none;height:35px;border-radius:17px;opacity:.7;color:hsla(0,0%,100%,.724);padding:5px 15px;background-color:var(--orange);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 10px 15px -3px rgba(0,0,0,.1);cursor:pointer}.websites-type button.active{opacity:1}.Whorwe{flex-direction:column;padding:100px}@media screen and (max-width:700px){.Whorwe{flex-direction:column;padding:25px}}.Contact{flex-direction:column;position:relative;background-size:cover;background-position:100%;margin-bottom:0}.form-container{width:100%;z-index:2;display:flex}.Contact h2,.Contact p,.Contact svg.sms,.map,.social-icons{z-index:2;margin-bottom:15px}.social-icons .icon{width:50px;height:50px;display:flex;justify-content:center;align-items:center;border-radius:50%;margin:0 5px}.social-icons a{text-decoration:none;color:#fff}.map{height:450px;width:100%}@media screen and (max-width:700px){.form-container{flex-direction:column}.map{height:200px;width:100%;margin:0!important}}.Footer{display:grid;height:350px;text-align:center;padding-top:50px;grid-template-areas:"a b c d" "footer-bottom footer-bottom footer-bottom footer-bottom"}.Footer a{text-decoration:none;color:#fff}.Footer a:hover{color:var(--orange)}#root>div>div>div.Footer.cwhite>div.footer-col4.col>div>ul>li>a,.footer-bottom{display:flex;justify-content:center}.footer-bottom{margin-top:auto;align-items:center;height:80px;width:100%;padding:20px;font-size:.9rem;grid-area:footer-bottom}.footer-col4 ul{list-style-type:none}.footer-col2{grid-area:d}.footer-col1{grid-area:a}.footer-col1 img{width:80px;margin-bottom:25px}.Footer .col{margin-bottom:20px}.footer-bottom span{color:var(--orange);margin:0 5px}.Footer svg{margin-bottom:10px;width:50px;border-radius:50px;padding:2px}.Footer .row-icon{background-color:#fff}.Footer .col .span{margin-bottom:25px}@media screen and (max-width:700px){.Footer{grid-template-areas:"a" "b" "c" "d" "footer-bottom ";height:auto}.footer-col3{display:none}}.menux:hover{transition:transform .2s ease-out;opacity:1}.menux{position:fixed;z-index:1000;bottom:0;left:0;opacity:.7;margin:75px 20px}.menu-item{display:flex;justify-content:center;align-items:center;width:45px;height:45px}.menu-open-button{background:#eee}.menu-item,.menu-open-button{position:absolute;border-radius:100%;width:40px;height:40px;color:#fff;text-align:center;line-height:80px;transform:translateZ(0);transition:transform .2s ease-out}.menu-item{overflow:hidden;cursor:pointer;border:none}.menu-open{display:none}.flag-icon{height:60px}.he-lang{background-color:#669ae1;box-shadow:2px 2px 5px 0 rgba(0,0,0,.07);text-shadow:1px 1px 0 rgba(0,0,0,.12)}.he-lang:hover{color:#669ae1;text-shadow:none}.ar-lang{background-color:#fff;box-shadow:2px 2px 5px 0 rgba(0,0,0,.07);text-shadow:1px 1px 0 rgba(0,0,0,.12)}.ar-lang:hover{background-color:#70cc72;text-shadow:none}.instagram{color:#fe4365;box-shadow:2px 2px 5px 0 rgba(0,0,0,.07);text-shadow:1px 1px 0 rgba(0,0,0,.12)}.instagram:hover{color:#fe4365;text-shadow:none}.lines{width:25px;height:2.5px;background:#596778;display:block;position:absolute;top:50%;left:50%;margin-left:-12.5px;margin-top:-1.5px;transition:transform .2s}.line-1{transform:translate3d(0,-8px,0)}.line-2{transform:translateZ(0)}.line-3{transform:translate3d(0,8px,0)}.menu-open:checked+.menu-open-button .line-1{transform:translateZ(0) rotate(45deg)}.menu-open:checked+.menu-open-button .line-2{transform:translateZ(0) scaleX(.1)}.menu-open:checked+.menu-open-button .line-3{transform:translateZ(0) rotate(-45deg)}.menu-item:hover{background:#eee;color:#3290b1}.menu-item:nth-child(3),.menu-item:nth-child(4),.menu-item:nth-child(5),.menu-item:nth-child(6),.menu-item:nth-child(7),.menu-item:nth-child(8),.menu-item:nth-child(9){transition-duration:.18s}.menu-open-button{z-index:2;transition-timing-function:cubic-bezier(.175,.885,.32,1.275);transition-duration:.4s;transform:scale(1.1) translateZ(0);cursor:pointer;box-shadow:2px 2px 5px 0 rgba(0,0,0,.07)}.menu-open-button:hover{transform:scale(1.2) translateZ(0)}.menu-open:checked+.menu-open-button{transition-timing-function:linear;transition-duration:.2s;transform:scale(.8) translateZ(0)}.menu-open:checked~.menu-item{transition-timing-function:cubic-bezier(.935,0,.34,1.33)}.menu-open:checked~.menu-item:nth-child(3){transition-duration:.18s;-webkit-transition-duration:.18s;transform:translate3d(.08361px,-70.99997px,0)}.menu-open:checked~.menu-item:nth-child(4){transition-duration:.28s;-webkit-transition-duration:.28s;transform:translate3d(60.9466px,-52.47586px,0)}.menu-open:checked~.menu-item:nth-child(5){transition-duration:.38s;-webkit-transition-duration:.38s;transform:translate3d(60.9466px,15.47586px,0)}.credit{margin:24px 20px 120px 0;color:#eee}.credit a{padding:8px 0;color:#c49cde;text-decoration:none;transition:all .3s ease 0s}.credit a:hover{text-decoration:underline}
/*# sourceMappingURL=main.d16a4abb.chunk.css.map */