.services{padding:50px calc(20px + 5vw)}.services .services-desc h3{color:var(--second-text-color);font-size:18px;line-height:20px;margin-bottom:10px}.services .services-desc h1{color:var(--text-color);font-size:30px;line-height:32px}.services .services-cards{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;margin-top:20px;width:100%}.services .services-cards .card{background:linear-gradient(to top,#000000a8,#000),var(--src);background-position:50%;background-size:cover;border:2px solid var(--second-text-color);border-radius:20px;flex-grow:1;height:calc(360px - 10vw);overflow:hidden;padding:50px 15px;position:relative;transition:.3s;width:-webkit-min-content;width:min-content}.services .services-cards .card:hover{flex-grow:4}.services .services-cards a.card h1{color:var(--background-color);font-size:20px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s}.services .services-cards .card:hover h1{left:15px;top:10px;transform:translate(0)}.services .services-cards .card ol{color:var(--second-background-color);font-size:15px;margin-left:20px;opacity:0;padding:0 10px;position:absolute;transform:translateY(100%);transition:transform .3s,opacity .7s}.services .services-cards .card:hover ol.main-body{opacity:1;transform:translateY(0)}@media (max-width:900px){.services .services-cards{flex-direction:column}.services .services-cards .card{width:100%}}.about{align-items:center;background:var(--text-color);display:flex;gap:50px;justify-content:space-between;padding:50px calc(20px + 5vw)}.about .left-part{align-items:baseline;display:flex;gap:10px;height:440px;justify-content:center}.about .left-part img[alt=about]{aspect-ratio:.55;border-radius:10px;object-fit:cover;position:relative;width:calc(120px + 5vw)}.about .left-part img[alt=about]:nth-child(2){align-self:flex-end}.about .right-part h1{color:var(--background-color);font-size:30px;font-weight:100}.about .right-part h1 span{color:var(--secondary-color);font-size:40px;position:relative;z-index:2}.about .right-part p.p_1{color:var(--second-background-color);margin:15px 0}.about .right-part p.p_2{color:var(--second-background-color);font-size:.9em}@media (max-width:900px){.about{justify-content:center}.about .left-part{display:none}}.background{background-image:url(/static/media/square.442015a1d01c8dfbd263.svg);background-repeat:repeat;background-size:calc(20px + .7vw);inset:0;-webkit-mask-image:linear-gradient(180deg,#fff,#0000);mask-image:linear-gradient(180deg,#fff,#0000);position:fixed;z-index:-1}.background:before{bottom:0;filter:blur(20px);height:250px;left:0;opacity:.7;transform:translate(-50%);width:250px}.background:after,.background:before{background:var(--secondary-color);border-radius:50%;content:"";position:absolute;z-index:-1}.background:after{filter:blur(30px);height:400px;opacity:.4;right:0;top:0;width:400px}header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#eeeeee81;border-bottom:1px solid var(--text-color);left:0;padding:10px 50px;position:fixed;right:0;top:0;z-index:999}header,header>div{align-items:center;display:flex;gap:25px;justify-content:space-between}header .nav-button{display:none}header img[alt=logo]{height:50px}header .nav-link{color:var(--text-color);font-size:14px;position:relative;text-decoration:none}header .nav-link:before{background:var(--secondary-color);bottom:0;content:"";height:0;left:0;position:absolute;transition:.3s;width:100%;z-index:-1}header .nav-link:hover:before{height:50%}header .nav-button{background:none;border:2px solid var(--text-color);border-radius:10px;color:var(--text-color);cursor:pointer;padding:7px;transition:.3s}header .nav-button:hover{background:var(--text-color);color:var(--secondary-color)}@media (max-width:900px){header,header div.right-part{align-items:baseline;flex-direction:column}header .left-part{justify-content:space-between;width:100%}header .right-part{align-items:baseline}header .right-part[data-open=false]{display:none}header .nav-button{display:grid;place-content:center}}.hero{align-items:center;display:flex;gap:50px;height:100vh;justify-content:space-between;overflow:hidden;padding:0 calc(20px + 5vw);position:relative}.hero .hero-content h1{-webkit-text-stroke:var(--text-color) 1px;color:#0000;font-size:calc(50px + 4vw);font-weight:600;line-height:.8em}.hero .hero-content h3{color:var(--text-color);font-size:calc(20px + 2vw);font-weight:500;line-height:1em}.hero .hero-content p{color:var(--text-color);font-size:15px;line-height:1em;margin:15px 0}.hero .hero-content .hero-links{align-items:center;display:flex;gap:10px;justify-content:baseline}.hero .hero-content .hero-links a{background:#000;border-radius:10px;display:grid;height:50px;padding:0 20px;place-content:center;text-decoration:none;transition:.3s}.hero .hero-content .hero-links a.project{background:var(--text-color);color:var(--background-color);font-size:15px}.hero .hero-content .hero-links a:hover{translate:0 -5px}.hero .hero-content .hero-links a.linkedin{background:none;border:2px solid var(--text-color);color:var(--text-color)}div.img-holder{width:calc(100px + 20vw)}.hero img[alt=hero-img]{aspect-ratio:.7;border-radius:30px 0 0 0;bottom:-30px;box-shadow:-20px 20px 0 var(--secondary-color);object-fit:cover;position:absolute;right:0;width:calc(120px + 21vw)}.hero div.scroll-sign{align-items:center;bottom:5vh;display:flex;flex-direction:column;gap:5px;left:50%;position:absolute;transform:translateX(-50%)}.hero div.scroll-sign p{color:var(--text-color);font-size:15px;font-weight:900}.hero div.scroll-sign div{border:2px solid var(--text-color);border-radius:100px;display:flex;height:50px;justify-content:center;position:relative;width:25px}.hero div.scroll-sign div:before{animation:scroll 1s infinite;background:var(--text-color);border-radius:50%;bottom:2px;content:"";height:17px;position:absolute;width:17px}@keyframes scroll{to{bottom:100%;opacity:0;transform:translateY(50%)}}@media (max-width:900px){.hero img[alt=hero-img],div.img-holder{display:none}.hero .hero-content{align-items:center;display:flex;flex-direction:column;justify-content:center}.hero .hero-content>*{text-align:center}}.preloader{cursor:wait;inset:0;position:fixed;z-index:99999}.preloader *{pointer-events:none}.inner{align-items:center;background:var(--preloader-background);display:flex;height:100%;justify-content:center;transition:0;width:100%}.inner h1{color:var(--pColor);font-size:20px;line-height:1em}.curve path{fill:var(--preloader-background)}.process{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;padding:50px calc(20px + 5vw)}.process>h1{color:var(--text-color);font-size:30px}.process>p{color:var(--second-text-color);font-size:18px}.process-body{margin-top:30px}.process-body .process-item{display:flex;gap:30px}.process-body .process-item .process-line{align-items:center;display:flex;flex-direction:column}.process-body .process-item .process-line .line{background:var(--secondary-color);height:100%;width:3px}.process-body .process-item .process-line .line:first-child{-webkit-mask-image:linear-gradient(180deg,#fff,#0000);mask-image:linear-gradient(180deg,#fff,#0000)}.process-body .process-item .process-line .line:last-child{-webkit-mask-image:linear-gradient(0deg,#fff,#0000);mask-image:linear-gradient(0deg,#fff,#0000)}.process-body .process-item:first-child .process-line .line:first-child,.process-body .process-item:last-child .process-line .line:last-child{-webkit-mask-image:linear-gradient(180deg,#0000,#fff,#0000);mask-image:linear-gradient(180deg,#0000,#fff,#0000)}.process-body .process-item .process-line img{width:40px}.process-body .process-item .process-info{padding:30px 0}.process-body .process-item .process-info h2{color:var(--text-color)}.process-body .process-item .process-info ul{color:var(--second-text-color);margin-left:40px}.process .projet-button{background:var(--text-color);border-radius:50%;box-shadow:2px 2px 10px #0003;color:var(--background-color);display:grid;font-size:20px;height:200px;margin:auto;place-content:center;position:-webkit-sticky;position:sticky;text-decoration:none;top:35vh;width:200px}.collaboraters{padding:50px calc(20px + 5vw)}.collaboraters>p{color:var(--second-text-color);font-size:18px;text-align:center}.collaboraters>h1{color:var(--text-color);font-size:35px;line-height:1em;text-align:center}.collaboraters>h1 span{color:var(--secondary-color);font-size:40px}.logos{margin:60px 0;-webkit-mask-image:linear-gradient(90deg,#0000,#fff,#fff,#fff,#0000);mask-image:linear-gradient(90deg,#0000,#fff,#fff,#fff,#0000);overflow:hidden;position:relative;white-space:nowrap}.logos:hover .logos-slide{animation-play-state:paused}.logos-slide{animation:slide 20s linear infinite;display:inline-block}.logos-slide img{height:50px;margin:0 40px}@keyframes slide{0%{transform:translateX(0)}to{transform:translateX(-100%)}}footer .builging-shape{background-image:url(/static/media/buildings.823a18e44ddb874d2443.svg);background-position:0;background-repeat:repeat-x;background-size:contain;height:50px;transform:translateY(5px)}footer .footer-body{background:var(--text-color);padding:50px calc(20px + 5vw) 20px}footer .footer-body .footer-top{align-items:flex-start;display:flex;gap:20px;justify-content:space-between}footer .footer-body .footer-top .footer-top-left div.company-name h2{color:var(--background-color);font-size:50px;line-height:40px}footer .footer-body .footer-top .footer-top-left div.company-name p{color:var(--second-background-color);font-size:15px;line-height:15px}footer .footer-body .footer-top .footer-top-left div.company-links{display:flex;flex-direction:column;margin-top:15px}footer .footer-body .footer-top .footer-top-left div.company-links a{text-decoration:none}footer .footer-body .footer-top .footer-top-left div.company-links a span{align-items:center;color:var(--second-background-color);display:flex;gap:5px;justify-content:flex-start}footer .footer-body .footer-top .footer-top-left div.company-links:has(a:hover) :not(a:hover) span{opacity:.2}footer .footer-body .footer-top .footer-top-left div.company-links a:hover span{text-decoration:underline}footer .footer-body .footer-top .footer-top-right iframe{aspect-ratio:1.6;border:none;border-radius:15px;outline:none;width:calc(300px + 10vw)}footer .footer-credit{margin-top:15px}footer .footer-credit p{color:var(--background-color);font-size:15px;text-align:center;width:100%}@media (max-width:900px){footer .footer-body .footer-top{flex-direction:column}footer .footer-body .footer-top .footer-top-right{align-self:center;width:100%}footer .footer-body .footer-top .footer-top-right iframe{max-height:230px;width:100%}}.main{position:relative}.main .title{color:var(--background-color);font-size:10vw;left:50%;position:absolute;text-shadow:0 0 15px #000;top:50%;transform:translate(-50%,-50%);z-index:555}.gallery{background:#2d2d2d;box-sizing:border-box;height:175vh;overflow:hidden;padding:2vw}.gallery,.gallery .column{display:flex;gap:2vw;position:relative}.gallery .column{flex-direction:column;height:100%;min-width:250px;width:25%}.gallery .column .imageContainer{border-radius:1vw;height:100%;overflow:hidden;position:relative;width:100%}.gallery .column .imageContainer img{height:100%;object-fit:cover;width:100%}.gallery .column:first-of-type{top:-45%}.gallery .column:nth-of-type(2){top:-95%}.gallery .column:nth-of-type(3){top:-45%}.gallery .column:nth-of-type(4){top:-75%}@font-face{font-family:Poppins;src:url(/static/media/Poppins-Medium.673ed42382ab264e0bf5.ttf)}html{--text-color:#222;--second-text-color:#333;--background-color:#eee;--second-background-color:#bbb;--secondary-color:#8fc9ff;--text-color-50:#2222225f;--preloader-background:#fff;overflow-x:hidden}*{box-sizing:border-box;font-family:Poppins;margin:0;padding:0}html{background:#eee;background:var(--background-color);scroll-padding-top:80px}
/*# sourceMappingURL=main.dcb9aed6.css.map*/