@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Playpen+Sans+Arabic:wght@100..800&display=swap";:root{--color-primary: #24b37c;--color-primary-hover: #1d9663;--color-primary-light: #2ed492;--color-card-1: #24b37c;--color-card-2: #8b5cf6;--color-card-3: #3b82f6;--color-card-4: #f59e0b;--color-card-5: #ec4899;--color-background: #f7f3ee;--color-surface: #ffffff;--color-surface-alt: rgba(255, 255, 255, .7);--color-overlay: rgba(0, 0, 0, .5);--color-text-primary: #2c3e50;--color-text-secondary: #606f7b;--color-text-inverse: #ffffff;--color-shadow: rgba(0, 0, 0, .1);--color-shadow-hover: rgba(0, 0, 0, .15);--color-shadow-active: rgba(0, 0, 0, .2);--color-border: rgba(0, 0, 0, .1);--color-border-hover: rgba(0, 0, 0, .2);--nav-background: rgba(247, 243, 238, .98);--nav-text: #2c3e50;--nav-hover: #1a202c;--nav-active-bg: #2c3e50;--nav-border: rgba(0, 0, 0, .12);--card-bg-dark: #2c3e50;--card-text-light: rgba(255, 255, 255, .8);--button-primary-bg: transparent;--button-primary-text: #24b37c;--button-primary-border: #24b37c;--font-primary: "Playpen Sans Arabic", system-ui, -apple-system, sans-serif;--font-brand: "VIP Sbgh", var(--font-primary);--container-xl: 1200px;--container-lg: 992px;--container-md: 768px;--container-sm: 576px}[data-theme=dark]{--color-background: #1a1a1a;--color-surface: #2d2d2d;--color-surface-alt: #3a3a3a;--color-text-primary: #f0f0f0;--color-text-secondary: #b0b0b0;--color-text-tertiary: #808080;--color-text-inverse: #1a1a1a;--nav-background: var(--color-background);--nav-border: var(--color-text-primary);--nav-text: var(--color-text-primary);--nav-hover: #c0c0c0;--color-border: rgba(255, 255, 255, .1);--color-border-hover: rgba(255, 255, 255, .2);--color-shadow: rgba(0, 0, 0, .3);--color-overlay: rgba(0, 0, 0, .6)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}::-webkit-scrollbar{display:none}html{scrollbar-width:none}body{background-color:var(--color-background);color:var(--color-text-primary);line-height:1.6;font-family:var(--font-primary);scroll-behavior:smooth;padding:0;padding-bottom:env(safe-area-inset-bottom);overflow:hidden;width:100%;min-height:100vh}main{width:100%;max-width:100%;height:100vh;margin:0 auto;overflow:hidden;container-type:inline-size;container-name:main-container}@container main-container (width >= 768px){main{padding-top:80px}}nav{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:10px 20px;background-color:var(--nav-background);margin-bottom:0;position:relative;direction:rtl;height:-moz-fit-content;height:fit-content;flex-shrink:0;container-type:inline-size;container-name:nav-container}@container nav-container (width >= 768px){nav{height:-moz-fit-content;height:fit-content;padding:15px 5%;justify-content:space-between}}header{width:100%;max-width:1200px;margin:0 auto;padding:10px 20px}.nav-prime{display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;width:100%;direction:rtl}@container nav-container (width >= 768px){.nav-prime{width:auto;justify-content:flex-start;gap:20px;direction:ltr}}.burger-menu{background:none;border:none;cursor:pointer;font-family:inherit;font-size:inherit;display:flex;flex-direction:column;gap:4px;padding:8px;border-radius:8px;transition:all .3s ease;order:1}@container nav-container (width >= 768px){.burger-menu{display:none}}.burger-menu:hover{background-color:rgba(var(--nav-hover),.1)}.burger-menu .burger-line{width:24px;height:2px;background-color:var(--nav-text);border-radius:2px;transition:all .3s ease}.burger-menu.active .burger-line:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.burger-menu.active .burger-line:nth-child(2){opacity:0}.burger-menu.active .burger-line:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.logo{display:flex;align-items:center;gap:10px;order:2;margin:0;width:-moz-fit-content;width:fit-content}@container nav-container (width >= 768px){.logo{order:1;flex:0 0 auto}}.logo .logo-link{display:inline-flex;align-items:center;text-decoration:none}.logo .logo-svg{height:42px;width:auto;filter:brightness(0) saturate(100%);transition:all .3s ease}.logo .logo-svg:hover{transform:scale(2.05)}@media (prefers-color-scheme: dark){.logo-svg{filter:brightness(0) invert(1)}}@media (max-width: 768px){.logo-svg{height:28px}}.lang-switcher{display:flex;flex-direction:row;justify-content:flex-start;padding:0;width:-moz-fit-content;width:fit-content;gap:8px;order:3}@container nav-container (width >= 768px){.lang-switcher{padding:0;gap:10px;order:2;flex:0 0 auto}}.lang-switcher button{background:none;border:none;cursor:pointer;font-family:inherit;font-size:inherit;font-size:14px;color:var(--nav-text);transition:all .3s ease}@container nav-container (width >= 768px){.lang-switcher button{font-size:16px}}.lang-switcher button:hover{color:var(--nav-hover);transform:translateY(-1px)}.lang-switcher button.active{background-color:var(--nav-background);color:var(--nav-text);font-weight:700;border:1.5px solid var(--nav-border);border-radius:99px;padding:3px 12px}@container nav-container (width >= 768px){.lang-switcher button.active{padding:4px 16px}}.nav-links{position:fixed;bottom:-100%;left:0;right:0;width:100%;height:auto;max-height:90vh;background-color:var(--color-background);display:flex;flex-direction:column;gap:8px;text-decoration:none;list-style:none;margin:0;align-items:stretch;border:none;border-radius:24px 24px 0 0;padding:32px 24px 40px;box-shadow:0 -8px 32px var(--color-shadow-active);transition:bottom .4s cubic-bezier(.25,.46,.45,.94);z-index:999;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.nav-links.active{bottom:0}@container nav-container (width >= 768px){.nav-links{position:static;bottom:auto;width:-moz-fit-content;width:fit-content;height:100%;max-height:none;display:flex;flex-direction:row;gap:20px;margin:0;align-items:center;border:1.5px solid var(--nav-border);border-radius:99px;padding:8px 24px;box-shadow:inset 0 2px 4px #efede8,inset 0 -2px 4px var(--color-shadow);background-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;transition:all .3s ease}.nav-links:hover{box-shadow:inset 0 2px 6px #e8e6e1,inset 0 -2px 6px var(--color-shadow-hover);transform:translateY(-1px)}}.nav-links li a{font-family:var(--font-primary);text-decoration:none;font-size:20px;color:var(--nav-text);font-weight:500;transition:all .3s ease;padding:20px 24px;border-radius:16px;display:block;border:1px solid var(--color-border);text-align:center;margin-bottom:8px}@container nav-container (width >= 768px){.nav-links li a{font-size:16px;padding:6px 12px;border:none;margin-bottom:0;text-wrap:nowrap;text-align:center;border-radius:8px}}.nav-links li a:hover{color:var(--color-text-inverse);background-color:var(--nav-active-bg);transform:translateY(-2px);box-shadow:0 4px 12px var(--color-shadow-hover)}@container nav-container (width >= 768px){.nav-links li a:hover{color:var(--nav-hover);background-color:#777d821a;transform:translateY(-1px);box-shadow:none}}.nav-links li a:active{transform:translateY(0)}.nav-links li:last-child a{margin-bottom:0}.mobile-menu-close{background:none;border:none;cursor:pointer;font-family:inherit;font-size:inherit;position:absolute;top:16px;right:20px;background:var(--color-shadow);font-size:24px;color:var(--nav-text);padding:8px;border-radius:50%;transition:all .3s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.mobile-menu-close:hover{background-color:var(--color-shadow-hover);transform:rotate(90deg) scale(1.1)}@container nav-container (width >= 768px){.mobile-menu-close{display:none}}.nav-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--color-overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:998;transition:all .3s ease}.nav-overlay.active{display:block}@container nav-container (width >= 768px){.nav-overlay{display:none!important}}.sections{width:100%;height:100%;overflow:hidden;display:flex;flex-direction:column;position:relative;opacity:0;transition:opacity .1s ease-in-out;container-type:inline-size;container-name:sections-container}.sections.loaded{opacity:1;overflow:hidden!important}.sections--cards{flex-grow:1;text-align:center;display:flex;justify-content:center;align-items:center;z-index:1;position:relative;height:100%;width:100%;overflow:visible}.sections--card{position:absolute;width:100%;height:90%;will-change:transform;transition:all .3s ease-in-out;cursor:grab;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.sections--card *{pointer-events:none}.sections--card:not(.moving) .contact-pixel-email-btn,.sections--card:not(.moving) .brand-text,.sections--card:not(.moving) .nav-link{pointer-events:auto}.sections--card.moving{transition:none;cursor:grabbing}.sections--card.moving *{pointer-events:none!important}@container sections-container (width >= 768px){.sections{width:100%;height:100vh!important;overflow:hidden!important;position:relative}.sections--cards{width:100vw!important;height:100%!important;overflow:visible!important;position:relative!important;left:50%;transform:translate(-50%)}.sections--card{position:absolute!important;width:min(500px,55vw)!important;max-width:500px!important;height:65vh!important;border-radius:24px!important;overflow:hidden!important;box-shadow:0 15px 50px #00000040!important;cursor:pointer!important;transition:transform .5s cubic-bezier(.25,.46,.45,.94)!important}.sections--card *{pointer-events:auto!important}.sections{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scroll-padding:calc(50vw - min(400px,42.5vw))}.sections--card{scroll-snap-align:center;scroll-snap-stop:always}main{height:100vh!important;overflow:hidden!important;padding-bottom:0!important}body{overflow:hidden!important;height:100vh!important}.sections,.sections--cards{touch-action:pan-x!important}}@media (min-width: 1200px){.sections--card{width:min(600px,50vw)!important;max-width:600px!important;height:70vh!important}}@media (min-width: 1600px){.sections--card{width:min(700px,45vw)!important;max-width:700px!important;height:75vh!important}}@media (min-width: 1920px){.sections--card{width:min(800px,40vw)!important;max-width:800px!important;height:78vh!important}}.home-section{padding:20px;direction:rtl;height:90vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background-color:var(--color-primary);border-radius:28px;container-type:inline-size;container-name:home-container}@container home-container (width >= 768px){.home-section{height:calc(100vh - 80px);padding:30px}}.title-content{margin-bottom:30px;flex-shrink:0;display:flex;flex-direction:row;animation:titleFadeIn .8s ease-out both}@container home-container (width >= 480px){.title-content{margin-bottom:40px}}@container home-container (width >= 768px){.title-content{margin-bottom:50px;width:100%!important;text-align:center!important;margin:0 auto 2rem!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}}.title-content .home-title{font-family:var(--font-primary);font-size:38px;font-weight:600;color:#000;line-height:1.2;margin-bottom:12px}@container home-container (width >= 480px){.title-content .home-title{font-size:42px;margin-bottom:16px}}@container home-container (width >= 768px){.title-content .home-title{font-size:40px;margin-bottom:20px;text-align:center!important;margin:0 auto 2rem!important;width:100%!important}}@container home-container (width >= 1024px){.title-content .home-title{font-size:48px}}.title-content .titleFontSize-value{font-family:var(--font-primary);font-size:12px;color:var(--color-text-secondary);font-weight:400}@container home-container (width >= 480px){.title-content .titleFontSize-value{font-size:14px}}@container home-container (width >= 768px){.title-content .titleFontSize-value{font-size:16px}}@container home-container (width >= 768px){.bento-grid-container{width:100%!important;max-width:500px!important;margin:0 auto!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:1.5rem!important}}@media (max-width: 480px){.home-section{padding:16px;height:calc(100vh - 60px)}.title-content{margin-bottom:20px}.title-content .home-title{font-size:32px;margin-bottom:8px}.main-content-card{padding:24px 20px;max-width:320px}.trusted-by{margin-top:16px}.trusted-by .trusted-text{margin-bottom:12px}}.contact-pixel-email-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--button-primary-bg);color:var(--button-primary-text);text-decoration:none;border-radius:50px;padding:12px 24px;font-family:var(--font-primary);font-size:18px;font-weight:500;transition:all .3s ease;margin-top:20px;border:1.5px solid currentColor}@container home-container (width >= 480px){.contact-pixel-email-btn{padding:14px 28px;font-size:14px}}@container home-container (width >= 768px){.contact-pixel-email-btn{margin:1.5rem auto 0!important}}.contact-pixel-email-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px var(--color-shadow-active);background:var(--color-primary);color:#fff}.contact-pixel-email-btn .contact-pixel-email-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.contact-pixel-email-btn .contact-pixel-email-icon i{font-size:18px}.main-content-card{background:var(--card-bg-dark);border-radius:20px;padding:30px 25px;color:var(--color-text-inverse);text-align:center;width:100%;max-width:350px;margin:0 auto;box-shadow:0 8px 32px var(--color-shadow-hover);flex-shrink:0;animation:cardSlideIn .8s ease-out .3s both}@container home-container (width >= 480px){.main-content-card{padding:35px 30px;border-radius:24px;max-width:400px}}@container home-container (width >= 768px){.main-content-card{padding:40px 35px;border-radius:28px;max-width:450px;width:100%!important;margin:0 auto!important}}.main-content-card .card-logo{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:16px}.main-content-card .card-logo .logo-icon{width:28px;height:28px;background:var(--color-surface);border-radius:50%;display:flex;align-items:center;justify-content:center}@container home-container (width >= 480px){.main-content-card .card-logo .logo-icon{width:32px;height:32px}}.main-content-card .card-logo .logo-text{font-family:var(--font-primary);font-size:18px;font-weight:600;color:var(--color-text-inverse)}@container home-container (width >= 480px){.main-content-card .card-logo .logo-text{font-size:20px}}.main-content-card .card-title{font-family:var(--font-primary);font-size:16px;font-weight:500;color:var(--color-text-inverse);margin-bottom:20px}@container home-container (width >= 480px){.main-content-card .card-title{font-size:18px;margin-bottom:24px}}.main-content-card .card-stats{display:grid;grid-template-columns:1fr 1fr;gap:16px}@container home-container (width >= 480px){.main-content-card .card-stats{gap:20px}}.main-content-card .card-stats .stat-item .stat-number{display:block;font-family:var(--font-primary);font-size:20px;font-weight:700;color:var(--color-text-inverse);margin-bottom:6px}@container home-container (width >= 480px){.main-content-card .card-stats .stat-item .stat-number{font-size:24px;margin-bottom:8px}}.main-content-card .card-stats .stat-item .stat-label{font-family:var(--font-primary);font-size:11px;color:var(--card-text-light);font-weight:400}@container home-container (width >= 480px){.main-content-card .card-stats .stat-item .stat-label{font-size:12px}}.trusted-by{text-align:center;margin-top:24px}@container home-container (width >= 768px){.trusted-by{width:100%!important;text-align:center!important;margin:1.5rem auto 0!important}}.trusted-by .trusted-text{font-family:var(--font-primary);font-size:12px;color:var(--color-text-secondary);margin-bottom:16px;font-weight:400}@container home-container (width >= 480px){.trusted-by .trusted-text{font-size:14px;margin-bottom:20px}}.trusted-by .brands-line{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}@container home-container (width >= 480px){.trusted-by .brands-line{gap:12px}}@container home-container (width >= 768px){.trusted-by .brands-line{justify-content:center!important}}.trusted-by .brands-line .brand-text{background:var(--color-surface-alt);border:1px solid var(--color-border);border-radius:16px;padding:6px 12px;font-family:var(--font-primary);font-size:11px;font-weight:500;color:var(--color-text-primary);transition:all .3s ease;white-space:nowrap}@container home-container (width >= 480px){.trusted-by .brands-line .brand-text{padding:8px 16px;font-size:12px;border-radius:20px}}.trusted-by .brands-line .brand-text:hover{transform:translateY(-1px);box-shadow:0 4px 12px var(--color-shadow)}.trusted-by .brands-line .brand-text.active{background:#fff200;border-color:#fff200;color:#000;font-weight:600}.swipe-indicators{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:50;pointer-events:none}.swipe-indicators .swipe-indicator{position:absolute;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:8px;padding:15px 20px;background:#000c;border-radius:30px;color:#fff;font-size:14px;font-weight:600;animation:swipeHint 2s ease-in-out infinite;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 4px 20px var(--color-shadow-active)}.swipe-indicators .swipe-indicator i{font-size:18px}.swipe-indicators .swipe-indicator.swipe-left{left:20px;animation-delay:0s}.swipe-indicators .swipe-indicator.swipe-left i{animation:slideLeft 2s ease-in-out infinite}.swipe-indicators .swipe-indicator.swipe-right{right:20px;animation-delay:1s}.swipe-indicators .swipe-indicator.swipe-right i{animation:slideRight 2s ease-in-out infinite}.sections.user-interacted .swipe-indicators{opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.carousel-arrow{display:none!important}@container sections-container (width >= 768px){.swipe-indicators{display:none!important}.sections{position:relative!important}.carousel-arrow{display:flex!important;align-items:center;justify-content:center;position:fixed;top:50%;transform:translateY(-50%);width:48px;height:48px;background:transparent;border:2px solid var(--color-border-hover);border-radius:50%;cursor:pointer;z-index:1000;transition:all .4s cubic-bezier(.25,.46,.45,.94);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff1a;animation:arrowFadeIn .6s ease-out .5s both}.carousel-arrow i{font-family:remixicon!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;line-height:1!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important;font-size:20px;color:var(--color-text-primary);transition:transform .3s ease}.carousel-arrow span{position:absolute;font-size:20px;color:var(--color-text-primary);pointer-events:none}.carousel-arrow i:not(:empty)+span{display:none}.carousel-arrow:hover{background:#fffffff2;border-color:transparent;box-shadow:0 0 0 1px var(--color-border),0 10px 40px var(--color-shadow-hover),0 2px 4px var(--color-shadow);transform:translateY(-50%) scale(1.1)}.carousel-arrow:hover i{color:#000}.carousel-arrow:active{transform:translateY(-50%) scale(.95);box-shadow:0 0 0 1px var(--color-border),0 2px 8px var(--color-shadow)}.carousel-arrow--prev{left:5%}.carousel-arrow--prev:before{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.8) 0%,transparent 70%);opacity:0;transform:scale(.5);transition:all .4s ease}.carousel-arrow--prev:hover:before{opacity:1;transform:scale(1.5)}.carousel-arrow--prev:hover i{transform:translate(2px)}.carousel-arrow--next{right:5%;animation-delay:.6s}.carousel-arrow--next:before{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.8) 0%,transparent 70%);opacity:0;transform:scale(.5);transition:all .4s ease}.carousel-arrow--next:hover:before{opacity:1;transform:scale(1.5)}.carousel-arrow--next:hover i{transform:translate(-2px)}.carousel-arrow:disabled{opacity:0;pointer-events:none;transform:translateY(-50%) scale(.8)}}@media (max-width: 767px){.carousel-arrow{display:none!important}}.card-1{border-radius:28px}.card-1 .background{display:flex;flex-direction:column;width:100%;height:100%;padding:48px;align-items:flex-start;background:#dfdbea;gap:10px;border-radius:28px;box-shadow:0 4px 16px #00000026}.card-1 .background .container-top{display:flex;width:-moz-fit-content;width:fit-content;padding:46px 13px 16px 0;flex-direction:column;align-items:flex-start;gap:32px;flex-shrink:0}.card-1 .background .container-top .main-title{display:flex;height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content;padding:8px 21px;justify-content:flex-end;align-items:flex-end;gap:10px;align-self:stretch;border-radius:3px;background:#c8b6ff;box-shadow:2px 0 #c8b6ff,-2px 0 #c8b6ff,0 2px #c8b6ff,0 -2px #c8b6ff,3px 1px #c8b6ff,-3px -1px #c8b6ff}.card-1 .background .container-top .main-title p{color:#1a1a1a;text-align:center;font-family:Playpen Sans Arabic,sans-serif;text-wrap:nowrap;font-size:48px;font-style:normal;font-weight:700;line-height:1.4;letter-spacing:-.96px}.card-1 .background .container-top .subtitle{display:flex;flex-direction:row;align-items:flex-end;gap:44.491px}.card-1 .background .container-top .subtitle .work-tag{display:flex;padding:13px 37px;justify-content:center;align-items:center;gap:10px;border-radius:100px;border:1px solid rgba(0,0,0,.06);background:#00000014;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.card-1 .background .container-top .subtitle .work-tag span{color:#1a1a1a;text-align:center;font-family:Playpen Sans Arabic,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:.15px}.card-1 .background .container-middle{width:100%;height:-moz-fit-content;height:fit-content;display:flex;flex-direction:column;align-items:center;gap:32px}.card-1 .background .container-middle .about-me{display:flex;flex-direction:row;width:100%;max-width:426px;height:auto;align-items:center;gap:16px;border-radius:12px;padding:16px;background:linear-gradient(180deg,#987187,#a97f86);box-shadow:0 4px 16px #00000026}.card-1 .background .container-middle .about-me .parts{display:flex;width:100%;max-width:146px;height:auto;min-height:208px;padding:10px;justify-content:center;align-items:center;gap:10px;flex-shrink:0;border-radius:12px;background:#fff3}.card-1 .background .container-middle .about-me .parts span{color:#ffffffb3;text-align:center;font-family:Playpen Sans Arabic,sans-serif;font-size:20px;font-style:normal;font-weight:800;line-height:normal;letter-spacing:.191px}.card-1 .background .container-middle .about-me .part{width:-moz-fit-content;width:fit-content;height:100%;display:flex;flex-direction:column;justify-content:flex-end}.card-1 .background .container-middle .about-me .part svg{width:60.042px;height:42px;flex-shrink:0}.card-1 .background .container-middle .description{width:100%;height:-moz-fit-content;height:fit-content;display:flex;flex-direction:column;gap:16px;align-items:flex-end}.card-1 .background .container-middle .description span{color:#2d3e51;font-family:Playpen Sans Arabic;font-size:36px;font-style:normal;font-weight:700;line-height:86.4px;text-align:right;letter-spacing:-.96px}.card-1 .background .footer{display:flex;flex-direction:column;align-items:flex-start;gap:24px;width:100%;padding-top:32px}.card-1 .background .footer .trusted-by{font-family:Playpen Sans Arabic,sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:25.6px;text-transform:uppercase;color:#8e8e93;opacity:.8;text-align:center;white-space:nowrap;margin:0}.card-1 .background .footer .logo-container{display:flex;align-items:center;justify-content:center;gap:48px;width:100%;flex-wrap:wrap;padding:0 20px}.card-1 .background .footer .logo-container picture{display:flex;align-items:center;justify-content:center;height:48px;position:relative}.card-1 .background .footer .logo-container picture img{height:100%;width:auto;-o-object-fit:contain;object-fit:contain;filter:grayscale(100%) opacity(.7);transition:all .3s ease}.card-1 .background .footer .logo-container picture img:hover{filter:grayscale(50%) opacity(.9);transform:scale(1.05)}.card-1 .background .footer .logo-container picture:nth-child(1) img{max-width:28.71px}.card-1 .background .footer .logo-container picture:nth-child(2) img{max-width:48px}.card-1 .background .footer .logo-container picture:nth-child(3) img{max-width:48px}.card-1 .background .footer .logo-container picture:nth-child(4) img{max-width:54px}.card-1 .background .footer .logo-container picture:nth-child(5) img{max-width:154.83px}@container main-container (min-width: 500px){.card-1 .background{width:100%;height:100%;padding:clamp(16px,3vw,32px);align-items:center}.card-1 .background .container-top{width:100%;padding:clamp(8px,2vw,24px) clamp(4px,.8vw,10px) clamp(4px,1vw,12px) 0;gap:clamp(10px,2vw,20px);align-items:center}.card-1 .background .container-top .main-title{width:-moz-fit-content;width:fit-content;padding:clamp(3px,.5vw,6px) clamp(8px,1.2vw,16px)}.card-1 .background .container-top .main-title p{font-size:clamp(20px,3vw,32px);line-height:1.3;letter-spacing:-.5px}.card-1 .background .container-top .subtitle{gap:clamp(10px,2vw,28px);width:100%;justify-content:center;flex-wrap:wrap}.card-1 .background .container-top .subtitle .work-tag{padding:clamp(6px,.8vw,10px) clamp(14px,2vw,24px)}.card-1 .background .container-top .subtitle .work-tag span{font-size:clamp(11px,1.2vw,14px);line-height:1.2}.card-1 .background .container-middle{gap:clamp(12px,2vw,20px);width:100%}.card-1 .background .container-middle .about-me{width:clamp(200px,70%,320px);height:-moz-fit-content;height:fit-content;padding:clamp(8px,1.2vw,12px);gap:clamp(6px,1vw,12px)}.card-1 .background .container-middle .about-me .parts{width:clamp(70px,28%,110px);height:-moz-fit-content;height:fit-content;min-height:clamp(100px,14vh,150px);padding:clamp(4px,.8vw,8px)}.card-1 .background .container-middle .about-me .parts span{font-size:clamp(11px,1.2vw,14px);letter-spacing:.1px}.card-1 .background .container-middle .about-me .part{padding-left:clamp(4px,1vw,10px)}.card-1 .background .container-middle .about-me .part svg{width:clamp(30px,4vw,45px);height:clamp(20px,2.8vw,32px)}.card-1 .background .container-middle .description{width:100%;gap:clamp(4px,1vw,10px);align-items:center}.card-1 .background .container-middle .description span{font-size:clamp(16px,2.2vw,26px);line-height:clamp(28px,5vw,50px);text-align:center;letter-spacing:-.5px}.card-1 .background .footer{gap:clamp(8px,1.5vw,16px);padding-top:clamp(10px,2vw,20px);align-items:center;width:100%}.card-1 .background .footer .trusted-by{font-size:clamp(11px,1.2vw,14px);line-height:1.2;margin:0}.card-1 .background .footer .logo-container{gap:clamp(14px,2.5vw,32px);padding:0 clamp(6px,1vw,14px);justify-content:center;width:100%}.card-1 .background .footer .logo-container picture{height:clamp(20px,3vw,36px)}}@container main-container (min-width: 500px) and (max-width: 799px){.card-1 .background{width:100%;height:auto;aspect-ratio:800/1122.4;padding:clamp(32px,4vw,48px);align-items:center}.card-1 .background .container-top{width:-moz-fit-content;width:fit-content;padding:clamp(24px,4vw,32px) clamp(6px,1vw,8px) clamp(60px,10vw,80px) 0;gap:clamp(20px,3vw,24px);align-items:center}.card-1 .background .container-top .main-title{width:-moz-fit-content;width:fit-content;padding:clamp(6px,.75vw,8px) clamp(16px,2.1vw,21px)}.card-1 .background .container-top .main-title p{font-size:clamp(32px,5vw,40px);line-height:1.4;letter-spacing:-.64px}.card-1 .background .container-top .subtitle{gap:clamp(20px,3vw,24px);width:100%;justify-content:center;flex-wrap:wrap}.card-1 .background .container-top .subtitle .work-tag{padding:clamp(10px,1.3vw,13px) clamp(28px,3.7vw,37px)}.card-1 .background .container-top .subtitle .work-tag span{font-size:clamp(16px,2vw,20px);line-height:1.2}.card-1 .background .container-middle{gap:clamp(24px,4vw,32px);width:100%}.card-1 .background .container-middle .about-me{width:clamp(320px,90%,426px);height:-moz-fit-content;height:fit-content;aspect-ratio:426/227;padding:clamp(12px,2vw,16px);gap:clamp(12px,2vw,16px)}.card-1 .background .container-middle .about-me .parts{width:clamp(110px,34.3%,146px);height:-moz-fit-content;height:fit-content;aspect-ratio:146/208;padding:clamp(8px,1.2vw,10px)}.card-1 .background .container-middle .about-me .parts span{font-size:clamp(16px,2.35vw,20px);letter-spacing:.15px}.card-1 .background .container-middle .about-me .part{padding-left:clamp(8px,2vw,16px)}.card-1 .background .container-middle .about-me .part svg{width:clamp(45px,6.5vw,54px);height:clamp(31.5px,4.55vw,37.8px)}.card-1 .background .container-middle .description{width:clamp(300px,90%,466px);gap:clamp(12px,2vw,16px);align-items:center}.card-1 .background .container-middle .description span{font-size:clamp(28px,4.5vw,36px);line-height:clamp(50px,10.8vw,86.4px);text-align:center;letter-spacing:-.72px}.card-1 .background .footer{gap:clamp(16px,3vw,24px);padding-top:clamp(24px,4vw,32px);align-items:center;width:100%}.card-1 .background .footer .trusted-by{font-size:clamp(18px,2.5vw,20px);line-height:1.28;margin:0}.card-1 .background .footer .logo-container{gap:clamp(24px,4.5vw,48px);padding:0 clamp(10px,2vw,20px);justify-content:center;width:100%}.card-1 .background .footer .logo-container picture{height:clamp(36px,6vw,48px)}.card-1 .background .footer .logo-container picture:nth-child(1) img{max-width:clamp(21.5px,3.6vw,28.71px)}.card-1 .background .footer .logo-container picture:nth-child(2) img{max-width:clamp(36px,6vw,48px)}.card-1 .background .footer .logo-container picture:nth-child(3) img{max-width:clamp(36px,6vw,48px)}.card-1 .background .footer .logo-container picture:nth-child(4) img{max-width:clamp(40.5px,6.75vw,54px)}.card-1 .background .footer .logo-container picture:nth-child(5) img{max-width:clamp(116px,19.35vw,154.83px)}}@container main-container (max-width: 499px){.card-1 .background{width:100%;height:100%;border-radius:24px;padding:24px;background:#dfdbea;overflow-y:visible}.card-1 .background .container-top{width:100%;padding:0;gap:16px;align-items:center;height:-moz-fit-content;height:fit-content;flex-direction:column;margin:0}.card-1 .background .container-top .main-title{padding:6px 16px;width:100%;margin-top:24px}.card-1 .background .container-top .main-title p{font-size:25px;line-height:1.4}.card-1 .background .container-top .subtitle{gap:16px;flex-wrap:nowrap;width:100%;justify-content:center}.card-1 .background .container-top .subtitle .work-tag{width:50%;text-wrap:nowrap;padding:10px 18px}.card-1 .background .container-top .subtitle .work-tag span{font-size:16px}.card-1 .background .container-middle{margin-top:16px}.card-1 .background .container-middle .about-me{width:100%;max-width:344px;height:-moz-fit-content;height:fit-content;padding:12px;gap:8px}.card-1 .background .container-middle .about-me .part{padding-left:clamp(6px,1.5vw,12px)}.card-1 .background .container-middle .about-me .part svg{width:clamp(35px,12.3vw,48.483px);height:clamp(24.5px,8.6vw,33.916px)}.card-1 .background .container-middle .about-me .parts{width:40%;height:-moz-fit-content;height:fit-content;padding:32px 8px}.card-1 .background .container-middle .about-me .parts span{font-size:16px}.card-1 .background .container-middle .description{width:100%;height:-moz-fit-content;height:fit-content;gap:8px;align-items:center;text-align:center}.card-1 .background .container-middle .description span{font-size:28px;line-height:1.8}}.card-2 .frame-section{width:100%;border-radius:28px;height:100%;padding:62px 24px 32px 48px;background:linear-gradient(180deg,#33c3a2,#1ca983);display:flex;gap:32px;flex-direction:column;justify-content:flex-start}.card-2 .frame-section .head-title{display:flex;width:-moz-fit-content;width:fit-content;height:88.509px;padding:8px 24px;justify-content:center;align-items:center;gap:10px;border-radius:3px;background:#c8b6ff;box-shadow:2px 0 #c8b6ff,-2px 0 #c8b6ff,0 2px #c8b6ff,0 -2px #c8b6ff,3px 1px #c8b6ff,-3px -1px #c8b6ff}.card-2 .frame-section .head-title h3{color:#1a1a1a;text-align:center;font-family:Playpen Sans Arabic;font-size:48px;font-style:normal;font-weight:700;line-height:67.2px;letter-spacing:-.96px}.card-2 .frame-section .tags{display:flex;width:-moz-fit-content;width:fit-content;max-width:100%;height:auto;padding:8px 24px;justify-content:center;align-items:center;gap:10px;flex-shrink:0;border-radius:8px;border:1px solid rgba(0,0,0,.06);background:#ffffff42;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.card-2 .frame-section .tags .label{color:#fff;text-align:center;font-family:Playpen Sans Arabic;font-size:15px;font-style:normal;font-weight:700;line-height:1.4;text-wrap:wrap}.card-2 .frame-section .project-slogan{display:flex;width:-moz-fit-content;width:fit-content;max-width:100%;padding:4px;flex-direction:column;align-items:flex-start;gap:8px}.card-2 .frame-section .project-slogan h5{text-wrap:balance;background:#2d3e51;color:#fff;text-align:right;font-family:Playpen Sans Arabic;font-size:36.258px;font-style:normal;font-weight:700;line-height:1.4;letter-spacing:-.725px}.card-2 .frame-section .project-image{width:100%;height:372px;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #00000026;position:relative;background:#1ca983}.card-2 .frame-section .project-image img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.card-2 .frame-section .project-info{display:flex;width:100%;height:auto;flex-direction:column;justify-content:center;color:#edecff;text-align:right;font-family:Playpen Sans Arabic;font-size:48px;font-style:normal;font-weight:700;line-height:1.4;letter-spacing:-.96px}@container main-container (min-width: 500px){.card-2 .frame-section{padding:clamp(12px,2vw,20px);gap:clamp(6px,1vw,12px);border-radius:20px}.card-2 .frame-section .head-title{height:auto;min-height:30px;padding:clamp(3px,.4vw,5px) clamp(8px,1vw,12px)}.card-2 .frame-section .head-title h3{font-size:clamp(14px,2vw,20px);line-height:1.2;white-space:normal;text-wrap:wrap}.card-2 .frame-section .tags{padding:clamp(3px,.4vw,5px) clamp(8px,1vw,12px)}.card-2 .frame-section .tags .label{font-size:clamp(8px,1vw,11px)}.card-2 .frame-section .project-slogan h5{font-size:clamp(10px,1.5vw,14px);line-height:1.3}.card-2 .frame-section .project-image{height:clamp(100px,20vh,180px)}.card-2 .frame-section .project-info{width:100%;max-width:100%}.card-2 .frame-section .project-info h4{font-size:clamp(12px,1.8vw,18px);line-height:1.2;white-space:normal;text-wrap:wrap}}@container main-container (min-width: 350px) and (max-width: 499px){.card-2 .frame-section{padding:clamp(16px,3vw,24px);gap:clamp(12px,2vw,16px);display:flex;flex-direction:column;align-items:flex-start;border-radius:20px}.card-2 .frame-section .head-title{height:auto;min-height:40px;padding:clamp(4px,.5vw,6px) clamp(10px,1.5vw,14px)}.card-2 .frame-section .head-title h3{font-size:clamp(18px,3vw,26px);line-height:1.3;letter-spacing:-.5px}.card-2 .frame-section .tags{width:-moz-fit-content;width:fit-content;min-width:120px;padding:clamp(6px,1vw,10px) clamp(14px,2vw,20px)}.card-2 .frame-section .tags .label{font-size:clamp(10px,1.2vw,12px);line-height:1.6}.card-2 .frame-section .project-slogan h5{font-size:clamp(28px,3.5vw,36.258px);line-height:clamp(50px,6.25vw,65.264px);letter-spacing:-.56px}.card-2 .frame-section .project-image{height:clamp(280px,35vw,372px)}.card-2 .frame-section .project-info{width:100%;max-width:466px;height:auto;min-height:120px;font-size:clamp(36px,4.5vw,48px);line-height:clamp(64px,8vw,86.4px);letter-spacing:-.72px;white-space:normal;text-wrap:wrap}.card-2 .frame-section .head-title h3{white-space:normal;text-wrap:wrap}}@container main-container (max-width: 499px){.card-2 .frame-section{padding:24px;gap:16px;text-wrap:wrap;align-items:flex-start;text-align:right;border-radius:24px}.card-2 .frame-section .head-title{height:auto;min-height:60px;padding:6px 16px;width:100%}.card-2 .frame-section .head-title h3{font-size:28px;line-height:1.4;letter-spacing:-.56px;white-space:normal;text-wrap:wrap;word-break:break-word}.card-2 .frame-section .tags{width:-moz-fit-content;width:fit-content;min-width:-moz-fit-content;min-width:fit-content;height:-moz-fit-content;height:fit-content;padding:8px 13px}.card-2 .frame-section .tags .label{font-size:12px;line-height:1.6}.card-2 .frame-section .project-slogan{width:100%;padding:4px 0}.card-2 .frame-section .project-slogan h5{font-size:20px;line-height:1.8;letter-spacing:-.48px;text-wrap:wrap}.card-2 .frame-section .project-image{height:200px}.card-2 .frame-section .project-image img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.card-2 .frame-section .project-info{width:100%;height:auto;min-height:100px;padding:16px 0;font-size:28px;line-height:50px;letter-spacing:-.56px;text-align:right;white-space:normal}}.card-3 .frame-section{width:100%;height:100%;padding:48px;border-radius:28px;background:linear-gradient(180deg,#6366f1,#4f46e5);display:flex;gap:32px;flex-direction:column}.card-3 .frame-section .head-title{display:flex;width:-moz-fit-content;width:fit-content;height:88.509px;padding:8px 24px;justify-content:center;align-items:center;gap:10px;border-radius:3px;background:#fbbf24;box-shadow:2px 0 #fbbf24,-2px 0 #fbbf24,0 2px #fbbf24,0 -2px #fbbf24,3px 1px #fbbf24,-3px -1px #fbbf24}.card-3 .frame-section .head-title h3{color:#1a1a1a;text-align:center;font-family:Playpen Sans Arabic;font-size:48px;font-style:normal;font-weight:700;line-height:67.2px;letter-spacing:-.96px}.card-3 .frame-section .tags{display:flex;width:-moz-fit-content;width:fit-content;max-width:100%;height:auto;padding:8px 24px;justify-content:center;align-items:center;gap:10px;flex-shrink:0;border-radius:8px;border:1px solid rgba(0,0,0,.06);background:#ffffff42;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.card-3 .frame-section .tags .label{color:#fff;text-align:center;font-family:Playpen Sans Arabic;font-size:15px;font-style:normal;font-weight:700;line-height:1.4;text-wrap:wrap}.card-3 .frame-section .project-slogan{display:flex;width:-moz-fit-content;width:fit-content;max-width:100%;padding:4px;flex-direction:column;align-items:flex-start;gap:8px}.card-3 .frame-section .project-slogan h5{text-wrap:balance;color:#fff;background:#2d3e51;text-align:right;font-family:Playpen Sans Arabic;font-size:36.258px;font-style:normal;font-weight:700;line-height:1.4;letter-spacing:-.725px}.card-3 .frame-section .project-image{width:100%;height:372px;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #00000026;position:relative;background:#4f46e5}.card-3 .frame-section .project-image img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.card-3 .frame-section .project-info{display:flex;width:100%;height:auto;flex-direction:column;justify-content:center}.card-3 .frame-section .project-info h4{color:#e0e7ff;text-align:right;font-family:Playpen Sans Arabic;font-size:48px;font-style:normal;font-weight:700;line-height:1.4;letter-spacing:-.96px}@container main-container (min-width: 500px){.card-3 .frame-section{padding:clamp(12px,2vw,20px);gap:clamp(6px,1vw,12px);border-radius:20px}.card-3 .frame-section .head-title{height:auto;min-height:30px;padding:clamp(3px,.4vw,5px) clamp(8px,1vw,12px)}.card-3 .frame-section .head-title h3{font-size:clamp(14px,2vw,20px);line-height:1.2;white-space:normal;text-wrap:wrap}.card-3 .frame-section .project-image{height:clamp(100px,20vh,180px)}.card-3 .frame-section .project-info h4{font-size:clamp(12px,1.8vw,18px);line-height:1.2;white-space:normal;text-wrap:wrap}}@container main-container (min-width: 350px) and (max-width: 499px){.card-3 .frame-section{border-radius:28px;padding:clamp(32px,4vw,48px);gap:clamp(24px,3vw,32px)}.card-3 .frame-section .head-title{height:auto;min-height:70px;padding:clamp(6px,.75vw,8px) clamp(18px,2.25vw,24px)}.card-3 .frame-section .head-title h3{font-size:clamp(36px,4.5vw,48px);line-height:1.4;letter-spacing:-.72px}.card-3 .frame-section .tags{width:-moz-fit-content;width:fit-content;min-width:180px;padding:clamp(10px,1.3vw,13px) clamp(28px,3.5vw,37px)}.card-3 .frame-section .tags .label{font-size:clamp(13px,1.6vw,15px);line-height:1.6}.card-3 .frame-section .project-slogan h5{font-size:clamp(28px,3.5vw,36.258px);line-height:clamp(50px,6.25vw,65.264px);letter-spacing:-.56px}.card-3 .frame-section .project-image{height:clamp(280px,35vw,372px)}.card-3 .frame-section .project-info{width:100%;height:auto;min-height:120px}.card-3 .frame-section .project-info h4{font-size:clamp(36px,4.5vw,48px);line-height:clamp(64px,8vw,86.4px);letter-spacing:-.72px;white-space:normal;text-wrap:wrap}.card-3 .frame-section .head-title h3{white-space:normal;text-wrap:wrap}}@container main-container (max-width: 499px){.card-3 .frame-section{border-radius:28px;padding:24px;gap:20px}.card-3 .frame-section .head-title{height:auto;min-height:60px;padding:6px 16px;width:100%}.card-3 .frame-section .head-title h3{font-size:28px;line-height:1.4;letter-spacing:-.56px;white-space:normal;text-wrap:wrap;word-break:break-word}.card-3 .frame-section .tags{width:-moz-fit-content;width:fit-content;min-width:-moz-fit-content;min-width:fit-content;height:-moz-fit-content;height:fit-content;padding:8px 13px}.card-3 .frame-section .tags .label{font-size:12px;line-height:1.6}.card-3 .frame-section .project-slogan{width:100%;padding:4px 0}.card-3 .frame-section .project-slogan h5{font-size:20px;line-height:1.8;letter-spacing:-.48px;text-wrap:wrap}.card-3 .frame-section .project-image{height:220px}.card-3 .frame-section .project-info{width:100%;height:auto;min-height:100px;padding:16px 0}.card-3 .frame-section .project-info h4{font-size:28px;line-height:50px;letter-spacing:-.56px;text-align:right;white-space:normal}}.card-4 .frame-section{width:100%;height:100%;padding:48px;border-radius:28px;background:linear-gradient(180deg,#ec8f48,#da782e);display:flex;gap:32px;flex-direction:column}.card-4 .frame-section .head-title{display:flex;width:-moz-fit-content;width:fit-content;height:88.509px;padding:8px 24px;justify-content:center;align-items:center;gap:10px;border-radius:3px;background:#34d399;box-shadow:2px 0 #34d399,-2px 0 #34d399,0 2px #34d399,0 -2px #34d399,3px 1px #34d399,-3px -1px #34d399}.card-4 .frame-section .head-title h3{color:#1a1a1a;text-align:center;font-family:Playpen Sans Arabic;font-size:48px;font-style:normal;font-weight:700;line-height:67.2px;letter-spacing:-.96px}.card-4 .frame-section .tags{display:flex;width:-moz-fit-content;width:fit-content;max-width:100%;height:auto;padding:13px 37px;justify-content:center;align-items:center;gap:10px;flex-shrink:0;border-radius:8px;border:1px solid rgba(0,0,0,.06);background:#ffffff42;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.card-4 .frame-section .tags .label{color:#fff;text-align:center;font-family:Playpen Sans Arabic;font-size:15px;font-style:normal;font-weight:700;line-height:24px;text-wrap:wrap;line-height:1.4}.card-4 .frame-section .project-slogan{display:flex;width:-moz-fit-content;width:fit-content;padding:4px;flex-direction:column;align-items:flex-start;gap:8px}.card-4 .frame-section .project-slogan h5{text-wrap:balance;color:#fff;background:#2d3e51;text-align:right;font-family:Playpen Sans Arabic;font-size:36.258px;font-style:normal;font-weight:700;line-height:1.4;letter-spacing:-.725px}.card-4 .frame-section .project-image{width:100%;height:372px;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #00000026;position:relative;background:#da782e}.card-4 .frame-section .project-image img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.card-4 .frame-section .project-info{display:flex;width:100%;max-width:100%;height:auto;flex-direction:column;justify-content:center}.card-4 .frame-section .project-info h4{color:#fce7f3;text-align:right;font-family:Playpen Sans Arabic;font-size:48px;font-style:normal;font-weight:700;line-height:1.4;letter-spacing:-.96px}@container main-container (min-width: 500px){.card-4 .frame-section{padding:clamp(12px,2vw,20px);gap:clamp(6px,1vw,12px);border-radius:20px}.card-4 .frame-section .head-title{height:auto;min-height:30px;padding:clamp(3px,.4vw,5px) clamp(8px,1vw,12px)}.card-4 .frame-section .head-title h3{font-size:clamp(14px,2vw,20px);line-height:1.2;white-space:normal;text-wrap:wrap}.card-4 .frame-section .project-image{height:clamp(100px,20vh,180px)}.card-4 .frame-section .project-info h4{font-size:clamp(12px,1.8vw,18px);white-space:normal;text-wrap:wrap;line-height:1.2}}@container main-container (min-width: 350px) and (max-width: 499px){.card-4 .frame-section{padding:clamp(32px,4vw,48px);gap:clamp(24px,3vw,32px);border-radius:28px}.card-4 .frame-section .head-title{height:auto;min-height:70px;padding:clamp(6px,.75vw,8px) clamp(18px,2.25vw,24px)}.card-4 .frame-section .head-title h3{font-size:clamp(36px,4.5vw,48px);line-height:1.4;letter-spacing:-.72px;white-space:normal;text-wrap:wrap}.card-4 .frame-section .tags{width:-moz-fit-content;width:fit-content;min-width:180px;padding:clamp(10px,1.3vw,13px) clamp(28px,3.5vw,37px)}.card-4 .frame-section .tags .label{font-size:clamp(13px,1.6vw,15px);line-height:1.6}.card-4 .frame-section .project-slogan h5{font-size:clamp(28px,3.5vw,36.258px);line-height:clamp(50px,6.25vw,65.264px);letter-spacing:-.56px}.card-4 .frame-section .project-image{height:clamp(280px,35vw,372px)}.card-4 .frame-section .project-info{width:100%;height:auto;min-height:120px}.card-4 .frame-section .project-info h4{font-size:clamp(36px,4.5vw,48px);line-height:clamp(64px,8vw,86.4px);letter-spacing:-.72px;white-space:normal;text-wrap:wrap}}@container main-container (max-width: 499px){.card-4 .frame-section{padding:24px;gap:20px;border-radius:28px}.card-4 .frame-section .head-title{height:auto;min-height:60px;padding:6px 16px;width:100%}.card-4 .frame-section .head-title h3{font-size:28px;line-height:1.4;letter-spacing:-.56px;white-space:normal;text-wrap:wrap;word-break:break-word}.card-4 .frame-section .tags{width:-moz-fit-content;width:fit-content;min-width:-moz-fit-content;min-width:fit-content;height:-moz-fit-content;height:fit-content;padding:8px 13px}.card-4 .frame-section .tags .label{font-size:12px;line-height:1.6}.card-4 .frame-section .project-slogan{width:100%;padding:4px 0}.card-4 .frame-section .project-slogan h5{font-size:20px;line-height:1.8;letter-spacing:-.48px;text-wrap:wrap}.card-4 .frame-section .project-image{height:220px}.card-4 .frame-section .project-info{width:100%;height:auto;min-height:100px;padding:16px 0}.card-4 .frame-section .project-info h4{font-size:28px;line-height:50px;letter-spacing:-.56px;text-align:right;white-space:normal}}.card-04 .frame-section{width:100%;height:100%;padding:48px;border-radius:28px;background:linear-gradient(180deg,#9d48ec,#8c40d3);display:flex;gap:32px;flex-direction:column}.card-04 .frame-section .head-title{display:flex;width:-moz-fit-content;width:fit-content;height:88.509px;padding:8px 24px;justify-content:center;align-items:center;gap:10px;border-radius:3px;background:#34d399;box-shadow:2px 0 #34d399,-2px 0 #34d399,0 2px #34d399,0 -2px #34d399,3px 1px #34d399,-3px -1px #34d399}.card-04 .frame-section .head-title h3{color:#1a1a1a;text-align:center;font-family:Playpen Sans Arabic;font-size:48px;font-style:normal;font-weight:700;line-height:67.2px;letter-spacing:-.96px}.card-04 .frame-section .tags{display:flex;width:-moz-fit-content;width:fit-content;max-width:100%;height:auto;padding:13px 37px;justify-content:center;align-items:center;gap:10px;flex-shrink:0;border-radius:8px;border:1px solid rgba(0,0,0,.06);background:#ffffff42;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.card-04 .frame-section .tags .label{color:#fff;text-align:center;font-family:Playpen Sans Arabic;font-size:15px;font-style:normal;font-weight:700;line-height:24px;text-wrap:wrap;line-height:1.4}.card-04 .frame-section .project-slogan{display:flex;width:-moz-fit-content;width:fit-content;padding:4px;flex-direction:column;align-items:flex-start;gap:8px}.card-04 .frame-section .project-slogan h5{text-wrap:balance;color:#fff;background:#2d3e51;text-align:right;font-family:Playpen Sans Arabic;font-size:36.258px;font-style:normal;font-weight:700;line-height:1.4;letter-spacing:-.725px}.card-04 .frame-section .project-image{width:100%;height:372px;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #00000026;position:relative;background:#da782e}.card-04 .frame-section .project-image img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.card-04 .frame-section .project-info{display:flex;width:100%;max-width:100%;height:auto;flex-direction:column;justify-content:center}.card-04 .frame-section .project-info h4{color:#fce7f3;text-align:right;font-family:Playpen Sans Arabic;font-size:48px;font-style:normal;font-weight:700;line-height:1.4;letter-spacing:-.96px}@container main-container (min-width: 500px){.card-04 .frame-section{padding:clamp(12px,2vw,20px);gap:clamp(6px,1vw,12px);border-radius:20px}.card-04 .frame-section .head-title{height:auto;min-height:30px;padding:clamp(3px,.4vw,5px) clamp(8px,1vw,12px)}.card-04 .frame-section .head-title h3{font-size:clamp(14px,2vw,20px);line-height:1.2;white-space:normal;text-wrap:wrap}.card-04 .frame-section .project-image{height:clamp(100px,20vh,180px)}.card-04 .frame-section .project-info h4{font-size:clamp(12px,1.8vw,18px);line-height:1.2;white-space:normal;text-wrap:wrap}}@container main-container (min-width: 350px) and (max-width: 499px){.card-04 .frame-section{padding:clamp(32px,4vw,48px);gap:clamp(24px,3vw,32px);border-radius:28px}.card-04 .frame-section .head-title{height:auto;min-height:70px;padding:clamp(6px,.75vw,8px) clamp(18px,2.25vw,24px)}.card-04 .frame-section .head-title h3{font-size:clamp(36px,4.5vw,48px);line-height:1.4;letter-spacing:-.72px;white-space:normal;text-wrap:wrap!important}.card-04 .frame-section .tags{width:-moz-fit-content;width:fit-content;min-width:180px;padding:clamp(10px,1.3vw,13px) clamp(28px,3.5vw,37px)}.card-04 .frame-section .tags .label{font-size:clamp(13px,1.6vw,15px);line-height:1.6}.card-04 .frame-section .project-slogan h5{font-size:clamp(28px,3.5vw,36.258px);line-height:clamp(50px,6.25vw,65.264px);letter-spacing:-.56px}.card-04 .frame-section .project-image{height:clamp(280px,35vw,372px)}.card-04 .frame-section .project-info{width:100%;height:auto;min-height:120px}.card-04 .frame-section .project-info h4{font-size:clamp(36px,4.5vw,48px);line-height:clamp(64px,8vw,86.4px);letter-spacing:-.72px;white-space:normal;text-wrap:wrap}}@container main-container (max-width: 499px){.card-04 .frame-section{padding:24px;gap:20px;border-radius:28px}.card-04 .frame-section .head-title{height:auto;min-height:60px;padding:6px 16px;width:100%}.card-04 .frame-section .head-title h3{font-size:28px;line-height:1.4;letter-spacing:-.56px;white-space:normal;text-wrap:wrap!important;word-break:break-word}.card-04 .frame-section .tags{width:-moz-fit-content;width:fit-content;min-width:-moz-fit-content;min-width:fit-content;height:-moz-fit-content;height:fit-content;padding:8px 13px}.card-04 .frame-section .tags .label{font-size:12px;line-height:1.6}.card-04 .frame-section .project-slogan{width:100%;padding:4px 0}.card-04 .frame-section .project-slogan h5{font-size:20px;line-height:1.8;letter-spacing:-.48px;text-wrap:wrap}.card-04 .frame-section .project-image{height:220px}.card-04 .frame-section .project-info{width:100%;height:auto;min-height:100px;padding:16px 0}.card-04 .frame-section .project-info h4{font-size:28px;line-height:50px;letter-spacing:-.56px;text-align:right;white-space:normal}}.card-5 .contact-footer-section{width:100%;height:100%;padding:clamp(8px,1.5vh,16px) clamp(12px,2vw,20px);border-radius:24px;background:linear-gradient(135deg,#bbe134e4 0% 100%);display:flex;flex-direction:column;align-items:center;justify-content:space-between;position:relative;overflow:hidden;gap:clamp(4px,.8vh,8px)}.card-5 .contact-footer-section .profile-header{text-align:center;margin-bottom:clamp(2px,.5vh,6px)}.card-5 .contact-footer-section .profile-header .profile-avatar{width:clamp(40px,7vh,60px);height:clamp(40px,7vh,60px);margin:0 auto clamp(4px,.5vh,8px);border-radius:50%;background-color:#524f5a;overflow:hidden;border:2px solid rgba(255,255,255,.1);position:relative}.card-5 .contact-footer-section .profile-header .profile-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;mix-blend-mode:luminosity}.card-5 .contact-footer-section .profile-header .profile-avatar:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,transparent,rgba(255,255,255,.1));opacity:0;transition:opacity .3s ease}.card-5 .contact-footer-section .profile-header .profile-avatar:hover:before{opacity:1}.card-5 .contact-footer-section .profile-header .profile-name{color:#251d39;font-family:Playpen Sans Arabic,sans-serif;font-size:clamp(14px,2vh,20px);font-weight:700;margin-bottom:2px}.card-5 .contact-footer-section .profile-header .profile-title{color:#433d51;font-family:Playpen Sans Arabic,sans-serif;font-size:clamp(10px,1.4vh,13px);font-weight:400}.card-5 .contact-footer-section .bio-section{text-align:center;margin-bottom:clamp(4px,.8vh,10px);max-width:500px}.card-5 .contact-footer-section .bio-section p{color:#433d51;font-family:Playpen Sans Arabic,sans-serif;font-size:clamp(9px,1.3vh,12px);line-height:1.4}.card-5 .contact-footer-section .social-links-container{display:flex;flex-direction:column;gap:clamp(3px,.5vh,6px);width:100%;max-width:500px;margin-bottom:clamp(4px,.8vh,10px)}.card-5 .contact-footer-section .social-links-container .social-link-card{display:flex;align-items:center;padding:clamp(5px,.8vh,10px) clamp(10px,1.5vw,16px);background:#e3e1e604;border:1px solid #f8f6fd;border-radius:12px;text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden}.card-5 .contact-footer-section .social-links-container .social-link-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}.card-5 .contact-footer-section .social-links-container .social-link-card:hover{transform:translateY(-2px);background:#fff;border-color:#fff;box-shadow:0 8px 32px #0003}.card-5 .contact-footer-section .social-links-container .social-link-card:hover:before{left:100%}.card-5 .contact-footer-section .social-links-container .social-link-card:hover i:last-child{transform:translate(4px,-4px)}.card-5 .contact-footer-section .social-links-container .social-link-card i:first-child{font-size:clamp(12px,1.8vh,16px);color:#433d51;margin-right:8px}.card-5 .contact-footer-section .social-links-container .social-link-card span{flex:1;color:#433d51;font-family:Playpen Sans Arabic,sans-serif;font-size:clamp(9px,1.3vh,12px);font-weight:500}.card-5 .contact-footer-section .social-links-container .social-link-card i:last-child{font-size:14px;color:#817e88;transition:transform .3s ease}.card-5 .contact-footer-section .social-links-container .social-link-card.email:hover,.card-5 .contact-footer-section .social-links-container .social-link-card.whatsapp:hover,.card-5 .contact-footer-section .social-links-container .social-link-card.linkedin:hover,.card-5 .contact-footer-section .social-links-container .social-link-card.behance:hover,.card-5 .contact-footer-section .social-links-container .social-link-card.github:hover,.card-5 .contact-footer-section .social-links-container .social-link-card.dribbble:hover{background:#eeedef;border-color:#ecebed}.card-5 .contact-footer-section .download-cv-btn{display:flex;align-items:center;gap:6px;padding:clamp(6px,1vh,10px) clamp(14px,2vw,20px);background:linear-gradient(135deg,#4666f1,#645cce);color:#fff;text-decoration:none;border-radius:50px;font-family:Playpen Sans Arabic,sans-serif;font-size:clamp(9px,1.3vh,12px);font-weight:600;transition:all .3s ease;margin-bottom:clamp(4px,.8vh,10px)}.card-5 .contact-footer-section .download-cv-btn:hover{transform:translateY(-2px);box-shadow:0 12px 32px #667eea66}.card-5 .contact-footer-section .download-cv-btn i{font-size:clamp(10px,1.5vh,14px)}.card-5 .contact-footer-section .footer-info{text-align:center;margin-top:auto;padding-top:clamp(2px,.5vh,6px)}.card-5 .contact-footer-section .footer-info .copyright{color:#1f1d1dcc;font-family:Playpen Sans Arabic,sans-serif;font-size:clamp(8px,1.1vh,10px);margin-bottom:4px}.card-5 .contact-footer-section .footer-info .availability-status{display:flex;align-items:center;justify-content:center;gap:4px;color:#0b101cb3;font-family:Playpen Sans Arabic,sans-serif;font-size:clamp(8px,1.1vh,10px)}.card-5 .contact-footer-section .footer-info .availability-status .status-dot{width:5px;height:5px;background:#115a41;border-radius:50%;animation:pulse 2s infinite}@container main-container (max-width: 499px){.card-5 .contact-footer-section{padding:48px 24px;border-radius:28px}.card-5 .contact-footer-section .profile-header .profile-avatar{width:100px;height:100px}.card-5 .contact-footer-section .profile-header .profile-name{font-size:28px}.card-5 .contact-footer-section .profile-header .profile-title{font-size:16px}.card-5 .contact-footer-section .social-links-container .social-link-card{padding:14px 20px}.card-5 .contact-footer-section .social-links-container .social-link-card i:first-child{font-size:20px}.card-5 .contact-footer-section .social-links-container .social-link-card span{font-size:15px}.card-5 .contact-footer-section .download-cv-btn{padding:14px 28px;font-size:16px}}@container main-container (max-width: 499px){.card-5 .contact-footer-section{padding:24px 16px}.card-5 .contact-footer-section .profile-header{margin-bottom:24px}.card-5 .contact-footer-section .profile-header .profile-avatar{width:80px;height:80px}.card-5 .contact-footer-section .profile-header .profile-name{font-size:24px}.card-5 .contact-footer-section .profile-header .profile-title{font-size:14px}.card-5 .contact-footer-section .bio-section{margin-bottom:24px}.card-5 .contact-footer-section .bio-section p{font-size:14px}.card-5 .contact-footer-section .social-links-container{gap:10px;max-width:100%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.card-5 .contact-footer-section .social-links-container a{width:-moz-fit-content;width:fit-content;min-width:0;padding:14px}.card-5 .contact-footer-section .social-links-container a i{font-size:22px;margin-bottom:6px}.card-5 .contact-footer-section .social-links-container a span{font-size:11px}.card-5 .contact-footer-section .download-cv-btn{padding:12px 24px;font-size:14px;margin-bottom:32px}.card-5 .contact-footer-section .download-cv-btn i{font-size:16px}.card-5 .contact-footer-section .footer-info .copyright,.card-5 .contact-footer-section .footer-info .availability-status{font-size:12px}}@media screen and (min-width: 1200px){@container main-container (min-width: 600px){.card-2 .frame-section,.card-3 .frame-section,.card-4 .frame-section,.card-04 .frame-section{padding:clamp(28px,3vw,44px);gap:clamp(18px,2vw,28px)}.card-2 .frame-section .head-title h3,.card-3 .frame-section .head-title h3,.card-4 .frame-section .head-title h3,.card-04 .frame-section .head-title h3{font-size:clamp(26px,2vw,36px);line-height:1.25}.card-2 .frame-section .project-slogan h5,.card-3 .frame-section .project-slogan h5,.card-4 .frame-section .project-slogan h5,.card-04 .frame-section .project-slogan h5{font-size:clamp(22px,1.8vw,32px);line-height:1.35}.card-2 .frame-section .project-info h4,.card-3 .frame-section .project-info h4,.card-4 .frame-section .project-info h4,.card-04 .frame-section .project-info h4{font-size:clamp(26px,2vw,34px);line-height:1.3;white-space:normal}}@container main-container (min-width: 700px){.card-2 .frame-section,.card-3 .frame-section,.card-4 .frame-section,.card-04 .frame-section{padding:clamp(32px,3.5vw,48px);gap:clamp(20px,2.2vw,32px)}.card-2 .frame-section .head-title h3,.card-3 .frame-section .head-title h3,.card-4 .frame-section .head-title h3,.card-04 .frame-section .head-title h3{font-size:clamp(28px,2.2vw,40px)}.card-2 .frame-section .project-slogan h5,.card-3 .frame-section .project-slogan h5,.card-4 .frame-section .project-slogan h5,.card-04 .frame-section .project-slogan h5{font-size:clamp(24px,2vw,36px)}.card-2 .frame-section .project-info h4,.card-3 .frame-section .project-info h4,.card-4 .frame-section .project-info h4,.card-04 .frame-section .project-info h4{font-size:clamp(28px,2.2vw,40px)}}@container main-container (min-width: 800px){.card-2 .frame-section,.card-3 .frame-section,.card-4 .frame-section,.card-04 .frame-section{padding:clamp(36px,4vw,54px);gap:clamp(22px,2.4vw,36px)}.card-2 .frame-section .head-title h3,.card-3 .frame-section .head-title h3,.card-4 .frame-section .head-title h3,.card-04 .frame-section .head-title h3{font-size:clamp(30px,2.4vw,44px)}.card-2 .frame-section .project-slogan h5,.card-3 .frame-section .project-slogan h5,.card-4 .frame-section .project-slogan h5,.card-04 .frame-section .project-slogan h5{font-size:clamp(26px,2.2vw,42px)}.card-2 .frame-section .project-info h4,.card-3 .frame-section .project-info h4,.card-4 .frame-section .project-info h4,.card-04 .frame-section .project-info h4{font-size:clamp(30px,2.4vw,46px)}}}@keyframes pulse{0%{box-shadow:0 0 #10b98166}70%{box-shadow:0 0 0 8px #10b98100}to{box-shadow:0 0 #10b98100}}@keyframes liquidRotate{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@media (prefers-color-scheme: dark){.card-1{background:linear-gradient(135deg,#e2e0dd 15% 80%)!important}}[dir=ltr] .card-1 .main-title p{font-size:28px!important;line-height:1.3!important}[dir=ltr] .card-2 .frame-section .head-title h3{font-size:20px!important;line-height:1.3!important}[dir=ltr] .card-2 .frame-section .project-slogan h5{font-size:16px!important;line-height:1.3!important}[dir=ltr] .card-2 .frame-section .project-info{font-size:20px!important;line-height:1.3!important}[dir=rtl] .card-1 .info-bar{direction:rtl}[dir=rtl] .card-1 .info-item{flex-direction:row-reverse}[dir=rtl] .card-1 .side-highlight{right:auto;left:40px}[dir=rtl] .card-1 .side-highlight .highlight-number{left:auto;right:16px}.sections--card{touch-action:pan-y;-webkit-tap-highlight-color:transparent}.sections--card a,.sections--card button,.sections--card input,.sections--card img,.sections--card .social-link-card,.sections--card .project-image,.sections--card .download-cv-btn{pointer-events:auto!important;touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,.1);-webkit-touch-callout:default;position:relative;z-index:10}.social-link-card{cursor:pointer!important;-webkit-user-select:none;-moz-user-select:none;user-select:none}.social-link-card:active{transform:scale(.95);transition:transform .1s ease}.project-image{position:relative!important;cursor:pointer!important;overflow:hidden!important}.project-image .read-project-btn{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;padding:12px 24px!important;background:#000000b3!important;color:#fff!important;border:none!important;border-radius:8px!important;font-family:Playpen Sans Arabic,sans-serif!important;font-size:16px!important;font-weight:700!important;z-index:10!important;cursor:pointer!important;transition:all .3s ease!important;box-shadow:0 4px 12px #0000004d!important}.project-image .read-project-btn:hover{background:#000000e6!important;transform:translate(-50%,-50%) scale(1.05)!important}.project-image img{filter:brightness(.85)!important;transition:filter .3s ease!important}.project-image:hover img{filter:brightness(.7)!important}.card-3 .project-image:after,.card-4 .project-image:after{content:"اقرأ عن المشروع"!important;position:absolute!important;top:50%!important;text-wrap:nowrap!important;left:50%!important;transform:translate(-50%,-50%)!important;padding:12px 24px!important;background:#000000b3!important;color:#fff!important;border-radius:8px!important;font-family:Playpen Sans Arabic,sans-serif!important;font-size:16px!important;font-weight:700!important;z-index:10!important;cursor:pointer!important;transition:all .3s ease!important;box-shadow:0 4px 12px #0000004d!important;pointer-events:none!important}.card-3 .project-image:hover:after,.card-4 .project-image:hover:after{background:#000000e6!important;transform:translate(-50%,-50%) scale(1.05)!important}.card-2 .project-image .read-project-btn{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;padding:12px 24px!important;background:#000000b3!important;color:#fff!important;border:none!important;border-radius:8px!important;font-family:Playpen Sans Arabic,sans-serif!important;font-size:16px!important;font-weight:700!important;text-wrap:nowrap!important;z-index:10!important;cursor:pointer!important;transition:all .3s ease!important;box-shadow:0 4px 12px #0000004d!important}@media screen and (max-width: 767px){#project-title-1,#project-title-2,#project-title-3,#project-title-4,#project-name-1,#project-name-2,#project-name-3,#project-name-4,.card-1 .frame-section .head-title h3,.card-2 .frame-section .head-title h3,.card-3 .frame-section .head-title h3,.card-4 .frame-section .head-title h3,.card-04 .frame-section .head-title h3,.sections--card .frame-section .head-title h3,.card-1 .frame-section .project-info,.card-2 .frame-section .project-info,.card-3 .frame-section .project-info,.card-4 .frame-section .project-info,.card-04 .frame-section .project-info,.sections--card .frame-section .project-info{white-space:normal!important;text-wrap:wrap!important;word-break:break-word!important;overflow-wrap:break-word!important;max-width:100%!important}.card-1 .frame-section .project-info h4,.card-2 .frame-section .project-info h4,.card-3 .frame-section .project-info h4,.card-4 .frame-section .project-info h4,.card-04 .frame-section .project-info h4,.sections--card .frame-section .project-info h4,.card-1 .frame-section .project-slogan h5,.card-2 .frame-section .project-slogan h5,.card-3 .frame-section .project-slogan h5,.card-4 .frame-section .project-slogan h5,.card-04 .frame-section .project-slogan h5,.sections--card .frame-section .project-slogan h5{white-space:normal!important;text-wrap:wrap!important;word-break:break-word!important;overflow-wrap:break-word!important}.card-1 .frame-section .tags .label,.card-2 .frame-section .tags .label,.card-3 .frame-section .tags .label,.card-4 .frame-section .tags .label,.card-04 .frame-section .tags .label,.sections--card .frame-section .tags .label{white-space:normal!important;text-wrap:wrap!important}}@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape){.card-1 .frame-section .head-title h3,.card-2 .frame-section .head-title h3,.card-3 .frame-section .head-title h3,.card-4 .frame-section .head-title h3,.card-04 .frame-section .head-title h3,.card-1 .frame-section .project-info,.card-2 .frame-section .project-info,.card-3 .frame-section .project-info,.card-4 .frame-section .project-info,.card-04 .frame-section .project-info{white-space:normal!important;text-wrap:wrap!important;word-break:break-word!important;overflow-wrap:break-word!important;max-width:100%!important}.card-1 .frame-section .project-info h4,.card-2 .frame-section .project-info h4,.card-3 .frame-section .project-info h4,.card-4 .frame-section .project-info h4,.card-04 .frame-section .project-info h4,.card-1 .frame-section .project-slogan h5,.card-2 .frame-section .project-slogan h5,.card-3 .frame-section .project-slogan h5,.card-4 .frame-section .project-slogan h5,.card-04 .frame-section .project-slogan h5{white-space:normal!important;text-wrap:wrap!important;word-break:break-word!important;overflow-wrap:break-word!important}.card-1 .frame-section .tags .label,.card-2 .frame-section .tags .label,.card-3 .frame-section .tags .label,.card-4 .frame-section .tags .label,.card-04 .frame-section .tags .label{white-space:normal!important;text-wrap:wrap!important}}@media screen and (max-height: 900px) and (min-width: 768px) and (orientation: landscape){.card-1 .frame-section .head-title h3,.card-2 .frame-section .head-title h3,.card-3 .frame-section .head-title h3,.card-4 .frame-section .head-title h3,.card-04 .frame-section .head-title h3,.sections--card .frame-section .head-title h3,.card-1 .frame-section .project-info,.card-2 .frame-section .project-info,.card-3 .frame-section .project-info,.card-4 .frame-section .project-info,.card-04 .frame-section .project-info,.sections--card .frame-section .project-info,.card-1 .frame-section .project-info h4,.card-2 .frame-section .project-info h4,.card-3 .frame-section .project-info h4,.card-4 .frame-section .project-info h4,.card-04 .frame-section .project-info h4,.sections--card .frame-section .project-info h4,.card-1 .frame-section .project-slogan h5,.card-2 .frame-section .project-slogan h5,.card-3 .frame-section .project-slogan h5,.card-4 .frame-section .project-slogan h5,.card-04 .frame-section .project-slogan h5,.sections--card .frame-section .project-slogan h5{white-space:normal!important;text-wrap:wrap!important;word-break:break-word!important;overflow-wrap:break-word!important}.card-1 .frame-section .tags .label,.card-2 .frame-section .tags .label,.card-3 .frame-section .tags .label,.card-4 .frame-section .tags .label,.card-04 .frame-section .tags .label,.sections--card .frame-section .tags .label{white-space:normal!important;text-wrap:wrap!important}}@media screen and (min-width: 1200px) and (min-height: 901px){.card-1 .frame-section .head-title h3,.card-2 .frame-section .head-title h3,.card-3 .frame-section .head-title h3,.card-4 .frame-section .head-title h3,.card-04 .frame-section .head-title h3,.card-1 .frame-section .project-info,.card-2 .frame-section .project-info,.card-3 .frame-section .project-info,.card-4 .frame-section .project-info,.card-04 .frame-section .project-info,.card-1 .frame-section .project-info h4,.card-2 .frame-section .project-info h4,.card-3 .frame-section .project-info h4,.card-4 .frame-section .project-info h4,.card-04 .frame-section .project-info h4{white-space:nowrap;text-wrap:nowrap}}@keyframes cardSlideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes titleFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes swipeHint{0%,to{opacity:.6;transform:scale(1) translateY(-50%)}50%{opacity:1;transform:scale(1.05) translateY(-50%)}}@keyframes slideLeft{0%,to{transform:translate(0)}50%{transform:translate(-5px)}}@keyframes slideRight{0%,to{transform:translate(0)}50%{transform:translate(5px)}}@keyframes arrowFadeIn{0%{opacity:0;transform:translateY(-50%) scale(.8)}to{opacity:1;transform:translateY(-50%) scale(1)}}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalFadeOut{0%{opacity:1}to{opacity:0}}@keyframes overlayFadeIn{0%{opacity:0;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}to{opacity:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}@keyframes overlayFadeOut{0%{opacity:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}to{opacity:0;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}}@keyframes modalSlideIn{0%{transform:translate(-50%,-50%) scale(.8);opacity:0;filter:blur(10px)}to{transform:translate(-50%,-50%) scale(1);opacity:1;filter:blur(0px)}}@keyframes modalSlideOut{0%{transform:translate(-50%,-50%) scale(1);opacity:1;filter:blur(0px)}to{transform:translate(-50%,-50%) scale(.8);opacity:0;filter:blur(10px)}}@keyframes mobileSlideUp{0%{transform:translateY(100%);opacity:0;filter:blur(10px)}to{transform:translateY(0);opacity:1;filter:blur(0px)}}@keyframes mobileSlideDown{0%{transform:translateY(0);opacity:1;filter:blur(0px)}to{transform:translateY(100%);opacity:0;filter:blur(10px)}}.project-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:8888;display:none;opacity:0;transition:opacity .4s cubic-bezier(.25,.46,.45,.94)}.project-modal.active{display:block;animation:fadeIn .4s cubic-bezier(.25,.46,.45,.94) forwards}.project-modal.active .project-contant{animation:modalAppear .5s cubic-bezier(.34,1.56,.64,1) forwards}@media (max-width: 768px){.project-modal.active .project-contant{animation:slideUpFromBottom .5s cubic-bezier(.34,1.56,.64,1) forwards}}.project-modal.closing{animation:fadeOut .3s ease-in-out forwards}.project-modal.closing .project-contant{animation:modalDisappear .3s ease-in-out forwards}@media (max-width: 768px){.project-modal.closing .project-contant{animation:slideDownToBottom .3s ease-in-out forwards}}.modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer}.project-contant{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.8);width:80%;max-width:1000px;max-height:80vh;background:#fff;border-radius:10px;box-shadow:0 4px 30px #0000001a;overflow-y:auto;padding:20px;z-index:10;opacity:0;filter:blur(8px);container-type:inline-size;container-name:modal-container}@media (max-width: 768px){.project-contant{top:auto;left:0;bottom:0;transform:translateY(100%);width:100%;max-width:none;max-height:90vh;border-radius:20px 20px 0 0;box-shadow:0 -8px 32px #0000004d}.project-contant:before{content:"";position:absolute;top:12px;left:50%;transform:translate(-50%);width:36px;height:4px;background:#0000004d;border-radius:2px}}.project-contant nav{width:100%;display:flex;background:none;flex-direction:row;justify-content:flex-end;margin-bottom:20px}.project-contant nav .items-link{display:flex;flex-direction:row;flex-wrap:nowrap;gap:15px;border:#333 1px solid;border-radius:50px;padding:5px}.project-contant nav .items-link .items{width:-moz-fit-content;width:fit-content;background-color:#333;padding:8px 16px;border-radius:20px;color:#fff;text-decoration:none;transition:all .3s ease;font-size:14px}.project-contant nav .items-link .items:hover{background-color:#555;transform:translateY(-2px)}@container modal-container (max-width: 600px){.project-contant nav{justify-content:center}.project-contant nav .items-link{gap:8px}.project-contant nav .items-link .items{padding:6px 12px;font-size:12px}}@container modal-container (max-width: 400px){.project-contant nav .items-link{flex-wrap:nowrap;justify-content:center}.project-contant nav .items-link .items{padding:5px 10px;font-size:11px}}.project-contant .head-name{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center;gap:10px}.project-contant .head-name .logo{width:94px;height:42px;background-color:#333;border-radius:8px}.project-contant .head-name h1{color:#000;text-align:right;font-family:playpen sans arabic,sans-serif;font-size:32px;font-style:normal;font-weight:500;line-height:61.112px}.project-contant .project-details{width:100%;height:100%;display:flex;flex-direction:column;gap:20px;align-items:flex-start}.project-contant .project-details .cover{width:680px;height:400px;background-color:#c3ced9;align-self:center;border-radius:18px}.project-contant .project-details .cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:18px}@container modal-container (max-width: 750px){.project-contant .project-details .cover{width:100%;height:300px;border-radius:12px}.project-contant .project-details .cover img{border-radius:12px}}@container modal-container (max-width: 500px){.project-contant .project-details .cover{height:250px;border-radius:10px}.project-contant .project-details .cover img{border-radius:10px}}@container modal-container (max-width: 350px){.project-contant .project-details .cover{height:200px;border-radius:8px}.project-contant .project-details .cover img{border-radius:8px}}.project-contant .project-details .text-overview{display:flex;flex-direction:row;padding-top:15.809px;justify-content:flex-end;align-items:flex-start;gap:10.085px;align-self:stretch;border-top:.1px solid rgba(0,0,0,.2)}.project-contant .project-details .text-overview h3{max-height:38px;align-self:stretch;color:#000;text-align:right;font-family:playpen sans arabic,sans-serif;font-size:27.147px;font-style:normal;text-wrap:nowrap;font-weight:500;line-height:38px;width:50%}.project-contant .project-details .text-overview p{width:50%;color:#333;text-align:right;font-family:playpen sans arabic,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:28px}@container modal-container (max-width: 650px){.project-contant .project-details .text-overview{flex-direction:column;gap:15px}.project-contant .project-details .text-overview h3,.project-contant .project-details .text-overview p{width:100%;text-align:right}.project-contant .project-details .text-overview h3{font-size:24px;text-wrap:wrap;max-height:none}.project-contant .project-details .text-overview p{font-size:16px}}@container modal-container (max-width: 450px){.project-contant .project-details .text-overview h3{font-size:20px;line-height:1.3}.project-contant .project-details .text-overview p{font-size:15px;line-height:1.6}}.project-contant .project-details .article-picture{width:80%;height:auto;background-color:#e0e0e0;border-radius:12px;aspect-ratio:16/9;margin:10px 0;align-self:center}.project-contant .project-details .challenge-solution{width:100%;display:flex;flex-direction:row;gap:15px}.project-contant .project-details .challenge-solution .challenge,.project-contant .project-details .challenge-solution .solution{width:50%;display:flex;padding:20px;flex-direction:column;gap:15px;border-radius:10.353px;background:#edf0f1}.project-contant .project-details .challenge-solution .challenge h3,.project-contant .project-details .challenge-solution .solution h3{font-family:playpen sans arabic,sans-serif;font-size:20px;font-weight:600;color:#333;margin:0 0 10px;text-align:right}.project-contant .project-details .challenge-solution .challenge p,.project-contant .project-details .challenge-solution .solution p{font-family:playpen sans arabic,sans-serif;font-size:16px;color:#555;line-height:1.6;margin:0;text-align:right}@container modal-container (max-width: 700px){.project-contant .project-details .challenge-solution{flex-direction:column;gap:20px}.project-contant .project-details .challenge-solution .challenge,.project-contant .project-details .challenge-solution .solution{width:100%;padding:25px}}@container modal-container (max-width: 500px){.project-contant .project-details .challenge-solution .challenge,.project-contant .project-details .challenge-solution .solution{padding:20px;border-radius:8px}.project-contant .project-details .challenge-solution .challenge h3,.project-contant .project-details .challenge-solution .solution h3{font-size:18px}.project-contant .project-details .challenge-solution .challenge p,.project-contant .project-details .challenge-solution .solution p{font-size:15px}}@container modal-container (max-width: 350px){.project-contant .project-details .challenge-solution .challenge,.project-contant .project-details .challenge-solution .solution{padding:15px}.project-contant .project-details .challenge-solution .challenge h3,.project-contant .project-details .challenge-solution .solution h3{font-size:16px}.project-contant .project-details .challenge-solution .challenge p,.project-contant .project-details .challenge-solution .solution p{font-size:14px}}.project-contant .project-details .bento-grid-gallery{width:100%;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,200px);gap:15px}.project-contant .project-details .bento-grid-gallery .gallery-item{background-color:#d9d9d9;border-radius:12px;overflow:hidden}.project-contant .project-details .bento-grid-gallery .gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.project-contant .project-details .bento-grid-gallery .gallery-item:nth-child(1){grid-column:1/3;grid-row:1/3}.project-contant .project-details .bento-grid-gallery .gallery-item:nth-child(2){grid-column:3/5;grid-row:1/2}.project-contant .project-details .bento-grid-gallery .gallery-item:nth-child(3){grid-column:3/4;grid-row:2/3}.project-contant .project-details .bento-grid-gallery .gallery-item:nth-child(4){grid-column:4/5;grid-row:2/3}.project-contant .project-details .bento-grid-gallery .gallery-item:nth-child(5){grid-column:1/3;grid-row:3/4}.project-contant .project-details .bento-grid-gallery .gallery-item:nth-child(6){grid-column:3/4;grid-row:3/5}.project-contant .project-details .bento-grid-gallery .gallery-item:nth-child(7){grid-column:4/5;grid-row:3/4}.project-contant .project-details .bento-grid-gallery .gallery-item:nth-child(8){grid-column:1/3;grid-row:4/5}.project-contant .project-details .bento-grid-gallery .gallery-item:nth-child(9){grid-column:4/5;grid-row:4/5}@container modal-container (max-width: 750px){.project-contant .project-details .bento-grid-gallery{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,180px)}.project-contant .project-details .bento-grid-gallery .gallery-item:nth-child(1){grid-column:1/3;grid-row:1/2}.project-contant .project-details .bento-grid-gallery .gallery-item:nth-child(2){grid-column:3/4;grid-row:1/3}.project-contant .project-details .bento-grid-gallery .gallery-item:nth-child(3){grid-column:1/2;grid-row:2/4}.project-contant .project-details .bento-grid-gallery .gallery-item:nth-child(4){grid-column:2/3;grid-row:2/3}.project-contant .project-details .bento-grid-gallery .gallery-item:nth-child(5){grid-column:2/4;grid-row:3/4}.project-contant .project-details .bento-grid-gallery .gallery-item:nth-child(n+6){display:none}}@container modal-container (max-width: 500px){.project-contant .project-details .bento-grid-gallery{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,150px);gap:10px}.project-contant .project-details .bento-grid-gallery .gallery-item{grid-column:auto!important;grid-row:auto!important}.project-contant .project-details .bento-grid-gallery .gallery-item:nth-child(1),.project-contant .project-details .bento-grid-gallery .gallery-item:nth-child(3){grid-column:1/3}.project-contant .project-details .bento-grid-gallery .gallery-item:nth-child(n+7){display:none}}.project-contant .project-details .project-info{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin:40px 0;padding:0}.project-contant .project-details .project-info .project-info-item{display:flex;flex-direction:column;gap:8px;text-align:right}.project-contant .project-details .project-info .project-info-item h3{color:#000;font-family:playpen sans arabic,sans-serif;font-size:18px;font-weight:600;margin:0;line-height:1.2}.project-contant .project-details .project-info .project-info-item p{color:#666;font-family:playpen sans arabic,sans-serif;font-size:16px;font-weight:400;line-height:1.5;margin:0}@container modal-container (max-width: 750px){.project-contant .project-details .project-info{grid-template-columns:repeat(2,1fr);gap:25px}.project-contant .project-details .project-info .project-info-item:last-child{grid-column:1/3;text-align:center;padding-top:20px;border-top:1px solid rgba(0,0,0,.1)}}@container modal-container (max-width: 500px){.project-contant .project-details .project-info{grid-template-columns:1fr;gap:20px;margin:30px 0}.project-contant .project-details .project-info .project-info-item{padding:20px;background:#00000005;border-radius:12px;border-left:4px solid #667eea;text-align:right}.project-contant .project-details .project-info .project-info-item:last-child{grid-column:auto;border-top:none;padding-top:20px}}@container modal-container (max-width: 350px){.project-contant .project-details .project-info .project-info-item{padding:15px}.project-contant .project-details .project-info .project-info-item h3{font-size:16px}.project-contant .project-details .project-info .project-info-item p{font-size:14px}}.project-contant .close-modal{position:absolute;top:20px;right:20px;width:40px;height:40px;background:#ffffffe6;border:none;border-radius:50%;cursor:pointer;z-index:11;display:flex;align-items:center;justify-content:center;font-size:20px;color:#333;transition:all .3s ease}.project-contant .close-modal:hover{background:#fff;transform:rotate(90deg)}@media (max-width: 768px){.project-contant .close-modal{top:25px;right:20px;background:#0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.project-contant .close-modal:hover{background:#0003}}@container modal-container (max-width: 500px){.project-contant .close-modal{width:35px;height:35px;font-size:18px}}@container modal-container (max-width: 350px){.project-contant .close-modal{width:30px;height:30px;font-size:16px}}@media (max-width: 768px){.project-contant{padding:30px 20px 20px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes modalAppear{0%{transform:translate(-50%,-50%) scale(.8);opacity:0;filter:blur(8px)}50%{transform:translate(-50%,-50%) scale(1.02);opacity:.8;filter:blur(4px)}to{transform:translate(-50%,-50%) scale(1);opacity:1;filter:blur(0)}}@keyframes modalDisappear{0%{transform:translate(-50%,-50%) scale(1);opacity:1;filter:blur(0)}to{transform:translate(-50%,-50%) scale(.9);opacity:0;filter:blur(4px)}}@keyframes slideUpFromBottom{0%{transform:translateY(100%);opacity:0;filter:blur(8px)}50%{transform:translateY(-2%);opacity:.8;filter:blur(4px)}to{transform:translateY(0);opacity:1;filter:blur(0)}}@keyframes slideDownToBottom{0%{transform:translateY(0);opacity:1;filter:blur(0)}to{transform:translateY(100%);opacity:0;filter:blur(4px)}}.editorjs-content{width:100%;max-width:100%;direction:ltr;text-align:left;overflow-x:hidden}.editorjs-content .editorjs-paragraph{font-family:playpen sans arabic,sans-serif;font-size:16px;line-height:1.8;color:#333;margin-bottom:16px}.editorjs-content .editorjs-paragraph:not([dir=rtl]){text-align:left!important;direction:ltr}.editorjs-content .editorjs-paragraph[dir=rtl]{text-align:right!important;direction:rtl}.editorjs-content .editorjs-header{font-family:playpen sans arabic,sans-serif;font-weight:600;color:#000;margin:24px 0 16px}.editorjs-content .editorjs-header--level-1{font-size:32px}.editorjs-content .editorjs-header--level-2{font-size:28px}.editorjs-content .editorjs-header--level-3{font-size:24px}.editorjs-content .editorjs-header--level-4{font-size:20px}.editorjs-content .editorjs-header--level-5{font-size:18px}.editorjs-content .editorjs-header--level-6{font-size:16px}.editorjs-content .editorjs-header:not([dir=rtl]){text-align:left!important;direction:ltr}.editorjs-content .editorjs-header[dir=rtl]{text-align:right!important;direction:rtl}.editorjs-content .editorjs-list{font-family:playpen sans arabic,sans-serif;font-size:16px;line-height:1.8;color:#333;margin:16px 0}.editorjs-content .editorjs-list--ordered{list-style-type:decimal}.editorjs-content .editorjs-list--unordered{list-style-type:disc}.editorjs-content .editorjs-list:not([dir=rtl]){text-align:left!important;direction:ltr;padding-left:24px;padding-right:0}.editorjs-content .editorjs-list:not([dir=rtl]) .editorjs-list__item{text-align:left!important}.editorjs-content .editorjs-list[dir=rtl]{text-align:right!important;direction:rtl;padding-left:0;padding-right:24px}.editorjs-content .editorjs-list[dir=rtl] .editorjs-list__item{text-align:right!important}.editorjs-content .editorjs-image{margin:24px 0;text-align:center}.editorjs-content .editorjs-image__img{max-width:100%;height:auto;border-radius:12px}.editorjs-content .editorjs-image__img--with-border{border:2px solid #e0e0e0}.editorjs-content .editorjs-image__img--with-background{background:#f5f5f5;padding:16px}.editorjs-content .editorjs-image__img--stretched{width:100%}.editorjs-content .editorjs-image__caption{font-size:14px;color:#666;margin-top:8px;font-style:italic}.editorjs-content .editorjs-quote{margin:24px 0;padding:16px 24px;border-left:4px solid #667eea;background:#f8f9fa;border-radius:0 8px 8px 0}.editorjs-content .editorjs-quote__text{font-family:playpen sans arabic,sans-serif;font-size:18px;font-style:italic;color:#333;margin:0;line-height:1.6}.editorjs-content .editorjs-quote__caption{font-size:14px;color:#666;margin-top:12px}.editorjs-content .editorjs-code{margin:24px 0}.editorjs-content .editorjs-code__pre{background:#2d2d2d;padding:16px;border-radius:8px;overflow-x:auto;direction:ltr;text-align:left}.editorjs-content .editorjs-code__code{font-family:Fira Code,Monaco,Consolas,monospace;font-size:14px;color:#f8f8f2;line-height:1.5}.editorjs-content .editorjs-delimiter{width:100%;max-width:100%;margin:32px 0;border:none;border-top:1px dashed #ccc;height:1px;overflow:hidden}.editorjs-content .editorjs-paragraph{word-break:break-word;overflow-wrap:break-word}.editorjs-content .editorjs-table{margin:24px 0;overflow-x:auto}.editorjs-content .editorjs-table__table{width:100%;border-collapse:collapse}.editorjs-content .editorjs-table__table th,.editorjs-content .editorjs-table__table td{padding:12px 16px;border:1px solid #e0e0e0;text-align:left}.editorjs-content .editorjs-table__table th{background:#f5f5f5;font-weight:600}.editorjs-content .editorjs-warning{margin:24px 0;padding:16px;background:#fff3cd;border-left:4px solid #ffc107;border-radius:0 8px 8px 0}.editorjs-content .editorjs-warning__title{font-weight:600;color:#856404;margin-bottom:8px}.editorjs-content .editorjs-warning__message{color:#856404}.editorjs-content .editorjs-checklist{margin:16px 0}.editorjs-content .editorjs-checklist__item{display:flex;align-items:flex-start;gap:12px;margin-bottom:8px}.editorjs-content .editorjs-checklist__checkbox{margin-top:4px}.editorjs-content .editorjs-checklist__label{font-family:playpen sans arabic,sans-serif;font-size:16px;line-height:1.5}.editorjs-content .editorjs-inline-code{background:#f1f3f5;padding:2px 6px;border-radius:4px;font-family:Fira Code,monospace;font-size:14px;color:#e91e63}.editorjs-content .editorjs-marker{background:#ffeb3b;padding:2px 4px;border-radius:2px}.editorjs-content .editorjs-underline{text-decoration:underline}.editorjs-content .editorjs-empty-message{text-align:center;color:#999;font-style:italic;padding:40px}.editorjs-content .project-info-section{margin-top:40px;padding-top:24px;border-top:1px solid #e0e0e0;direction:rtl;text-align:right}.editorjs-content .project-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media (max-width: 768px){.editorjs-content .project-info-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.editorjs-content .project-info-grid{grid-template-columns:1fr}}.editorjs-content .project-info-item h3{font-size:14px;color:#666;margin-bottom:8px;font-weight:500}.editorjs-content .project-info-item p{font-size:16px;color:#333;font-weight:600}.editorjs-content .project-links-section{margin-top:24px}.editorjs-content .project-links-section h3{font-size:16px;margin-bottom:12px}.editorjs-content .project-links{display:flex;gap:16px;flex-wrap:wrap}.editorjs-content .project-link{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;border-radius:8px;text-decoration:none;font-size:14px;font-weight:500;transition:all .3s ease}.editorjs-content .project-link.demo-link{background:#667eea;color:#fff}.editorjs-content .project-link.demo-link:hover{background:#5a6fd6}.editorjs-content .project-link.repo-link{background:#333;color:#fff}.editorjs-content .project-link.repo-link:hover{background:#444}.editorjs-lightbox{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.editorjs-lightbox.active{opacity:1;visibility:visible}.editorjs-lightbox.active .editorjs-lightbox__content{transform:scale(1)}.editorjs-lightbox__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000e6;cursor:pointer}.editorjs-lightbox__content{position:relative;z-index:1;max-width:90vw;max-height:90vh;transform:scale(.9);transition:transform .3s ease}.editorjs-lightbox__close{position:absolute;top:-40px;right:0;background:none;border:none;color:#fff;font-size:36px;cursor:pointer;padding:0 10px;line-height:1;opacity:.8;transition:opacity .2s ease}.editorjs-lightbox__close:hover{opacity:1}.editorjs-lightbox__image{max-width:90vw;max-height:85vh;-o-object-fit:contain;object-fit:contain;border-radius:4px;box-shadow:0 8px 32px #00000080}.editorjs-lightbox__caption{text-align:center;color:#fff;padding:16px;font-size:14px;max-width:600px;margin:0 auto}.editorjs-image--zoomable{cursor:zoom-in;transition:transform .2s ease}.editorjs-image--zoomable:hover{transform:scale(1.02)}html[dir=rtl]:not(nav):not(.navbar):not(.nav-prime):not(.nav-links),body[dir=rtl]{direction:rtl!important}html[dir=ltr]:not(nav):not(.navbar):not(.nav-prime):not(.nav-links),body[dir=ltr]{direction:ltr!important}nav,.navbar,.nav-prime,.nav-links{direction:rtl!important}html[dir=rtl] .sections,html[dir=rtl] .sections--cards,html[dir=rtl] .sections--card{direction:rtl!important}html[dir=rtl] .head-title,html[dir=rtl] .head-title h3,html[dir=rtl] .project-slogan,html[dir=rtl] .project-slogan h5,html[dir=rtl] .project-info,html[dir=rtl] .project-info h4,html[dir=rtl] .frame-section .project-info,html[dir=rtl] .frame-section .project-info h4,html[dir=rtl] .text-overview,html[dir=rtl] .challenge,html[dir=rtl] .solution,html[dir=rtl] .frame-section,html[dir=rtl] .main-title p,html[dir=rtl] .description span,html[dir=rtl] .about-me,html[dir=rtl] .trusted-by,html[dir=rtl] .profile-title,html[dir=rtl] .bio-section p,html[dir=rtl] .copyright,html[dir=rtl] .availability-status,html[dir=rtl] .frame-section h1,html[dir=rtl] .frame-section h2,html[dir=rtl] .frame-section h3,html[dir=rtl] .frame-section h4,html[dir=rtl] .frame-section h5,html[dir=rtl] .frame-section h6,html[dir=rtl] .frame-section p,html[dir=rtl] .frame-section span,html[dir=rtl] .frame-section div,html[dir=rtl] .card-2 .frame-section .project-info,html[dir=rtl] .card-2 .frame-section .project-info h4,html[dir=rtl] .card-3 .frame-section .project-info,html[dir=rtl] .card-3 .frame-section .project-info h4,html[dir=rtl] .card-4 .frame-section .project-info,html[dir=rtl] .card-4 .frame-section .project-info h4{text-align:right!important}html[dir=ltr] .sections,html[dir=ltr] .sections--cards,html[dir=ltr] .sections--card{direction:ltr!important}html[dir=ltr] .head-title,html[dir=ltr] .head-title h3,html[dir=ltr] .project-slogan,html[dir=ltr] .project-slogan h5,html[dir=ltr] .project-info,html[dir=ltr] .project-info h4,html[dir=ltr] .frame-section .project-info,html[dir=ltr] .frame-section .project-info h4,html[dir=ltr] .text-overview,html[dir=ltr] .challenge,html[dir=ltr] .solution,html[dir=ltr] .frame-section,html[dir=ltr] .main-title p,html[dir=ltr] .description span,html[dir=ltr] .about-me,html[dir=ltr] .trusted-by,html[dir=ltr] .profile-title,html[dir=ltr] .bio-section p,html[dir=ltr] .copyright,html[dir=ltr] .availability-status{text-align:left!important;align-items:flex-start!important}html[dir=ltr] .frame-section h1,html[dir=ltr] .frame-section h2,html[dir=ltr] .frame-section h3,html[dir=ltr] .frame-section h4,html[dir=ltr] .frame-section h5,html[dir=ltr] .frame-section h6,html[dir=ltr] .frame-section p,html[dir=ltr] .frame-section span,html[dir=ltr] .frame-section div,html[dir=ltr] .card-2 .frame-section .project-info,html[dir=ltr] .card-2 .frame-section .project-info h4,html[dir=ltr] .card-3 .frame-section .project-info,html[dir=ltr] .card-3 .frame-section .project-info h4,html[dir=ltr] .card-4 .frame-section .project-info,html[dir=ltr] .card-4 .frame-section .project-info h4{text-align:left!important}html[dir=ltr] .head-title h3,html[dir=ltr] .project-slogan h5{text-wrap:wrap!important;white-space:normal!important;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}html[dir=ltr] .head-title h3{font-size:clamp(32px,5vw,44px)!important;line-height:1.2!important}html[dir=ltr] .project-slogan h5{font-size:clamp(24px,3.5vw,32px)!important;line-height:1.3!important}html[dir=ltr] .frame-section{min-height:-moz-fit-content;min-height:fit-content}[data-i18n]{transition:opacity .2s ease-in-out}.lang-switcher .lang{transition:all .3s ease}.lang-switcher .lang.active{opacity:1;pointer-events:none}.lang-switcher .lang:not(.active){opacity:.6}.lang-switcher .lang:not(.active):hover{opacity:1}html[dir=rtl] * :not(nav):not(.navbar):not(.nav-prime):not(.nav-links),body[dir=rtl] * :not(nav):not(.navbar):not(.nav-prime):not(.nav-links){transition:margin .2s ease,padding .2s ease,text-align .2s ease}html[dir=rtl] .sections--card,html[dir=rtl] .carousel-arrow,body[dir=rtl] .sections--card,body[dir=rtl] .carousel-arrow{transition:transform .3s ease,opacity .3s ease}html[dir=ltr] * :not(nav):not(.navbar):not(.nav-prime):not(.nav-links),body[dir=ltr] * :not(nav):not(.navbar):not(.nav-prime):not(.nav-links){transition:margin .2s ease,padding .2s ease,text-align .2s ease}html[dir=ltr] .sections--card,html[dir=ltr] .carousel-arrow,body[dir=ltr] .sections--card,body[dir=ltr] .carousel-arrow{transition:transform .3s ease,opacity .3s ease}.i18n-loading [data-i18n]{opacity:.5}.enhanced-gallery{margin:2rem 0}.enhanced-gallery__grid{display:grid;gap:1rem;margin-bottom:1rem}.enhanced-gallery__item{position:relative;overflow:hidden;border-radius:8px;background:var(--surface-color, #f5f5f5)}.enhanced-gallery__item-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .3s ease}.enhanced-gallery__item:hover .enhanced-gallery__item-image{transform:scale(1.05)}.enhanced-gallery__caption{text-align:center;color:var(--text-secondary, #666);font-size:.9rem;font-style:italic;margin-top:.5rem}.enhanced-gallery--modular .enhanced-gallery__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.enhanced-gallery--modular.enhanced-gallery--cols-2 .enhanced-gallery__grid{grid-template-columns:repeat(2,1fr)}.enhanced-gallery--modular.enhanced-gallery--cols-3 .enhanced-gallery__grid{grid-template-columns:repeat(3,1fr)}.enhanced-gallery--modular.enhanced-gallery--cols-4 .enhanced-gallery__grid{grid-template-columns:repeat(4,1fr)}.enhanced-gallery--modular.enhanced-gallery--cols-5 .enhanced-gallery__grid{grid-template-columns:repeat(5,1fr)}.enhanced-gallery--modular.enhanced-gallery--cols-6 .enhanced-gallery__grid{grid-template-columns:repeat(6,1fr)}.enhanced-gallery--manuscript .enhanced-gallery__grid{grid-template-columns:1fr;gap:2rem}.enhanced-gallery--manuscript .enhanced-gallery__item{max-width:800px;margin:0 auto}.enhanced-gallery--masonry .enhanced-gallery__grid{-moz-column-count:3;column-count:3;-moz-column-gap:1rem;column-gap:1rem}.enhanced-gallery--masonry .enhanced-gallery__item{-moz-column-break-inside:avoid;break-inside:avoid;margin-bottom:1rem}.enhanced-gallery--masonry.enhanced-gallery--cols-2 .enhanced-gallery__grid{-moz-column-count:2;column-count:2}.enhanced-gallery--masonry.enhanced-gallery--cols-4 .enhanced-gallery__grid{-moz-column-count:4;column-count:4}.enhanced-gallery--bento .enhanced-gallery__grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:150px;gap:1rem}.enhanced-gallery--bento .enhanced-gallery__item:nth-child(1){grid-column:span 6;grid-row:span 2}.enhanced-gallery--bento .enhanced-gallery__item:nth-child(2){grid-column:span 3;grid-row:span 2}.enhanced-gallery--bento .enhanced-gallery__item:nth-child(3){grid-column:span 3;grid-row:span 1}.enhanced-gallery--bento .enhanced-gallery__item:nth-child(4){grid-column:span 3;grid-row:span 1}.enhanced-gallery--bento .enhanced-gallery__item:nth-child(n+5){grid-column:span 4;grid-row:span 1}.enhanced-gallery--rtl .enhanced-gallery__grid{direction:rtl}.enhanced-gallery--ltr .enhanced-gallery__grid{direction:ltr}.enhanced-gallery--center .enhanced-gallery__grid{justify-items:center}.enhanced-gallery--with-border{border:1px solid var(--border-color, #e0e0e0);padding:1rem;border-radius:12px}.enhanced-gallery--with-background{background:var(--surface-color, #f9f9f9);padding:1.5rem;border-radius:12px}.enhanced-gallery--stretched{margin-left:-2rem;margin-right:-2rem}@media (max-width: 768px){.enhanced-gallery--stretched{margin-left:-1rem;margin-right:-1rem}}@media (max-width: 1024px){.enhanced-gallery--modular.enhanced-gallery--cols-6 .enhanced-gallery__grid,.enhanced-gallery--modular.enhanced-gallery--cols-5 .enhanced-gallery__grid{grid-template-columns:repeat(3,1fr)}.enhanced-gallery--masonry.enhanced-gallery--cols-4 .enhanced-gallery__grid{-moz-column-count:3;column-count:3}}@media (max-width: 768px){.enhanced-gallery--modular.enhanced-gallery--cols-4 .enhanced-gallery__grid,.enhanced-gallery--modular.enhanced-gallery--cols-3 .enhanced-gallery__grid{grid-template-columns:repeat(2,1fr)}.enhanced-gallery--masonry .enhanced-gallery__grid{-moz-column-count:2;column-count:2}.enhanced-gallery--bento .enhanced-gallery__grid{grid-template-columns:repeat(6,1fr)}.enhanced-gallery--bento .enhanced-gallery__item:nth-child(1){grid-column:span 6}.enhanced-gallery--bento .enhanced-gallery__item:nth-child(2),.enhanced-gallery--bento .enhanced-gallery__item:nth-child(3),.enhanced-gallery--bento .enhanced-gallery__item:nth-child(4){grid-column:span 3}}@media (max-width: 480px){.enhanced-gallery{margin:1rem 0}.enhanced-gallery__grid{gap:.75rem}.enhanced-gallery--modular .enhanced-gallery__grid{grid-template-columns:1fr}.enhanced-gallery--masonry .enhanced-gallery__grid{-moz-column-count:1;column-count:1}.enhanced-gallery--with-border,.enhanced-gallery--with-background{padding:1rem}}.group-image-block{margin:1.5rem 0;width:100%}.group-image-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;width:100%}@media (max-width: 768px){.group-image-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem}}@media (max-width: 480px){.group-image-grid{grid-template-columns:1fr;gap:.5rem}}.group-image-item{position:relative;overflow:hidden;border-radius:8px;background-color:#f5f5f5;transition:transform .3s ease,box-shadow .3s ease}.group-image-item:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000026}.group-image-item:hover .group-image-img{transform:scale(1.05)}.group-image-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .3s ease;min-height:200px;max-height:400px}@media (max-width: 768px){.group-image-img{min-height:150px;max-height:300px}}@media (max-width: 480px){.group-image-img{min-height:120px;max-height:250px}}.group-image-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);color:#fff;padding:1rem;font-size:.875rem;opacity:0;transition:opacity .3s ease}.group-image-item:hover .group-image-caption{opacity:1}@media (max-width: 768px){.group-image-caption{font-size:.8125rem;padding:.75rem}}@media (max-width: 480px){.group-image-caption{font-size:.75rem;padding:.5rem}}@keyframes skeleton-pulse{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-text,.skeleton-tag{background:linear-gradient(90deg,#ffffff1a 25%,#ffffff4d,#ffffff1a 75%);background-size:200% 100%;animation:skeleton-pulse 1.5s ease-in-out infinite;border-radius:4px;color:transparent!important;min-height:1em;display:inline-block}.skeleton-text:before,.skeleton-tag:before{content:"          ";visibility:hidden}.skeleton-text{min-width:120px}.skeleton-text:nth-child(odd){min-width:150px}.skeleton-tag{min-width:80px;min-height:24px}.skeleton-tag span{visibility:hidden}.loaded .skeleton-text,.loaded .skeleton-tag{background:none;animation:none;color:inherit!important;min-width:auto}.loaded .skeleton-text:before,.loaded .skeleton-tag:before{content:none}.font-primary{font-family:var(--font-primary)}.font-brand{font-family:var(--font-brand)}
