.about-sec{width:100%;display:flex;flex-direction:column;gap:40px;padding:0 60px;position:relative;background-color:var(--primary-bg)}.about-sec .about-sec-top{width:100%;display:flex;align-items:center;gap:10px;font-size:16px;font-weight:500;color:var(--sec-txt)}.about-sec #about-title{font-weight:500;font-size:18px}.about-sec .about-txt{position:relative;width:100%;font-size:36px;line-height:4rem;color:var(--primary-txt)}.about-sec .about-txt .highlight{color:var(--brand-color);text-decoration:underline}.about-sec .gap{width:0;opacity:0;display:inline-block;display:none}.about-sec .about-emoji{width:120px;height:80px;margin-bottom:-28px;margin-inline:10px;margin-left:-10px}.about-sec .about-img{position:absolute;right:20px}@media(max-width:860px){.about-sec{padding:0 40px}.about-sec .about-txt{line-height:3.4rem;font-size:28px}}@media(max-width:680px){.about-sec{padding:0 40px}.about-sec .about-txt{line-height:2.8rem;font-size:24px}}@media(max-width:540px){.about-sec{padding:0 20px}.about-sec .about-txt{line-height:2.8rem;font-size:24px}}.hero-sec{width:100%;height:100vh;background:url(/_next/static/media/herobg.e560db15.png);background-position:50%;background-size:cover;background-color:var(--primary-bg)}.hero-sec .main-hero{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.hero-sec .hero-txt{position:relative;font-size:160px;font-family:var(--creatofont);color:var(--sec-txt)}.hero-sec .sub-hero-container{width:100%;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;height:90px;transform:translateY(-30px)}.hero-sec .sub-hero-txt{font-size:90px;font-family:var(--applefont);font-style:italic;color:var(--brand-color);position:absolute;opacity:0}.hero-sec .hero-img{position:absolute;top:-110px;left:-80px;width:220px;height:220px}@media(max-width:860px){.hero-sec .hero-txt{font-size:100px}.hero-sec .sub-hero-txt{font-size:60px}}@media(max-width:680px){.hero-sec .hero-txt{font-size:80px}.hero-sec .sub-hero-txt{font-size:40px}.hero-sec .hero-img{top:-100px;left:-80px;width:180px;height:180px}}@media(max-width:540px){.hero-sec{height:100vh}.hero-sec .hero-txt{font-size:70px}.hero-sec .sub-hero-txt{font-size:50px}.hero-sec .hero-img{top:-80px;left:-60px;width:140px;height:140px}}@media(max-width:360px){.hero-sec{height:100vh}.hero-sec .hero-txt{font-size:60px}.hero-sec .sub-hero-txt{font-size:45px}.hero-sec .hero-img{top:-80px;left:-60px;width:140px;height:140px}}.project-sec{width:100%;height:100vh;background:url(/_next/static/media/probg.1f62b9c2.png);background-position:50%;background-size:cover;padding:100px 60px 60px;display:flex;flex-direction:column;gap:20px;background-color:var(--primary-bg)}.project-sec .project-sec-top{display:flex;gap:10px;align-items:center;font-weight:500;color:var(--sec-txt)}.project-sec .projects-grid{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}.project-sec .left-grid{width:100%;height:680px;display:grid;grid-template-rows:repeat(2,1fr);grid-gap:20px;gap:20px}.project-sec .right-grid{width:100%;height:100%;display:grid;grid-template-columns:repeat(1,1fr)}.project-sec .project-card{display:flex;flex-direction:column;padding:10px;border-radius:20px;border:1px solid #fff;background:rgba(0,0,0,.04);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:inset 2px 2px .5px -2px rgba(105,105,105,.1882352941),inset -2px -2px .5px -2px rgba(122,122,122,.0509803922),inset 0 0 0 1px #dbdbdb,inset 0 0 8px #f2f2f2,0 0 2px rgba(0,0,0,.049),0 1px 8px rgba(77,77,77,.1);transform:perspective(2000px);transform-style:preserve-3d;transition:all .2s ease}.project-sec .img-sec{width:100%;height:100%;flex:1 1;background-color:#faebd7;border-radius:15px;border:1px solid #fff}.project-sec .img-sec1{background:url(/_next/static/media/pro1.4409fcf3.png);background-position:50%;background-size:cover}.project-sec .img-sec2{background:url(/_next/static/media/pro2.25e5aede.png);background-position:50%;background-size:cover}.project-sec .img-sec3{background:url(/_next/static/media/pro3.f49a1555.png);background-position:50%;background-size:cover}.project-sec .card-bottom{width:100%;display:flex;align-items:center;gap:10px;padding:5px 0;color:var(--sec-txt)}.project-sec .pro-icon{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid #e5e5e5}@media(max-width:860px){.project-sec{padding:200px 40px 40px}.project-sec .left-grid{height:480px}}@media(max-width:680px){.project-sec{padding:200px 40px 40px}.project-sec .left-grid{height:360px}}@media(max-width:540px){.project-sec{padding:20px;margin-top:260px;height:-moz-fit-content;height:fit-content}.project-sec .projects-grid{grid-template-columns:1fr}.project-sec .left-grid{height:100%}.project-sec .project-card{height:240px}}.nav-wrapper{z-index:90;position:fixed;top:0;left:0;background:rgba(0,0,0,0);--c-glass:#bbbbbc;--c-light:#fff;--c-dark:#adadad;--c-content:#224;--c-action:#000000;--c-bg:#e8e8e9;--glass-reflex-dark:1;--glass-reflex-light:1;--saturation:150%;width:100%;display:flex;align-items:center;justify-content:center;padding:20px}.nav-wrapper a{text-decoration:none;color:var(--primary-txt)}.nav-wrapper .nav-bar{position:relative;width:100%;display:flex;align-items:center;justify-content:space-between;padding:5px 16px;gap:20px;max-width:640px;background-color:hsla(0,0%,100%,.9529411765);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid var(--nav-border);border-radius:40px}.nav-wrapper .nav-bar .logo{font-size:18px;font-weight:400}.nav-wrapper .nav-bar .hamburgers{justify-content:center;align-items:center}.nav-wrapper .nav-bar .hamburger{cursor:pointer;padding-bottom:3px;position:relative;display:none}.nav-wrapper .nav-bar .hamburger input{position:absolute;width:100%;height:100%;margin:0;cursor:pointer;opacity:0;z-index:2}.nav-wrapper .nav-bar .bar{display:block;width:20px;height:2px;margin:6px auto;border-radius:40px;transition:all .3s cubic-bezier(.37,-1.11,.79,2.02);background-color:#404040}.nav-wrapper .nav-bar .hamburger input:checked~.bar:nth-child(2){transform:translateY(9.5px) rotate(45deg)}.nav-wrapper .nav-bar .hamburger input:checked~.bar:nth-child(3){opacity:0}.nav-wrapper .nav-bar .hamburger input:checked~.bar:nth-child(4){transform:translateY(-8px) rotate(-45deg)}.nav-wrapper .nav-bar .tab-links-container{background-color:var(--nav-items-bg);border-radius:40px;padding:4px}.nav-wrapper .nav-bar .tab-links-container .tab-switcher{width:100%;display:flex;align-items:center;gap:10px;overflow:hidden;border-radius:40px}.nav-wrapper .nav-bar .tab-links-container .tab{display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;position:relative;z-index:10;padding:8px 14px;color:var(--nav-txt);font-size:14px;text-transform:capitalize;height:44px;flex:0 1;border-radius:40px}.nav-wrapper .nav-bar .tab-links-container .tab svg{fill:var(--eventzo-secondary-txt)}.nav-wrapper .nav-bar .tab-links-container .highlight{color:var(--eventzo-brand-color);transition:color .4s ease-in-out}.nav-wrapper .nav-bar .tab-links-container .highlight svg{fill:var(--eventzo-brand-color)}.nav-wrapper .nav-bar .tab-links-container .selected-tab{position:absolute;width:100%;height:100%;background-color:var(--nav-bg);z-index:-1;border-radius:40px;backdrop-filter:blur(8px) url(#switcher) saturate(var(--saturation));-webkit-backdrop-filter:blur(8px) saturate(var(--saturation));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--c-light) calc(var(--glass-reflex-light) * 10%),transparent),inset 1.8px 3px 0 -2px color-mix(in srgb,var(--c-light) calc(var(--glass-reflex-light) * 90%),transparent),inset -2px -2px 0 -2px color-mix(in srgb,var(--c-light) calc(var(--glass-reflex-light) * 80%),transparent),inset -3px -8px 1px -6px color-mix(in srgb,var(--c-light) calc(var(--glass-reflex-light) * 60%),transparent),inset -.3px -1px 4px 0 color-mix(in srgb,var(--c-dark) calc(var(--glass-reflex-dark) * 12%),transparent),inset -1.5px 2.5px 0 -2px color-mix(in srgb,var(--c-dark) calc(var(--glass-reflex-dark) * 20%),transparent),inset 0 3px 4px -2px color-mix(in srgb,var(--c-dark) calc(var(--glass-reflex-dark) * 20%),transparent),inset 2px -6.5px 1px -4px color-mix(in srgb,var(--c-dark) calc(var(--glass-reflex-dark) * 10%),transparent),0 1px 5px 0 color-mix(in srgb,var(--c-dark) calc(var(--glass-reflex-dark) * 10%),transparent),0 6px 16px 0 color-mix(in srgb,var(--c-dark) calc(var(--glass-reflex-dark) * 8%),transparent)}.nav-wrapper .nav-bar .nav-btn{height:45px;font-size:14px;display:flex;align-items:center;justify-content:center;background:var(--btn-bg);box-shadow:var(--btn-shadow);color:var(--white);padding:10px 20px;border-radius:40px;cursor:pointer}.nav-wrapper .nav-bar .mobile-menu{position:absolute;top:0;left:0;width:100%;background-color:#fff;padding:50px 10px 10px;z-index:-2;border:1px solid var(--nav-border);border-radius:20px}.nav-wrapper .nav-bar .mobile-menu-item{width:100%;padding:10px 0;display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--nav-border)}.nav-wrapper .nav-bar .mobile-menu-item:nth-child(3){border:none}.nav-wrapper .nav-bar .mobile-btn{width:100%;height:45px;font-size:14px;display:flex;align-items:center;justify-content:center;background:var(--btn-bg);box-shadow:var(--btn-shadow);color:var(--white);padding:10px 20px;border-radius:40px;cursor:pointer;margin-top:5px}@media(max-width:540px){.nav-wrapper{padding:10px}.nav-wrapper .nav-bar{display:flex;flex-wrap:wrap;max-width:100%;padding:5px 16px;position:relative;width:90%}.nav-wrapper .nav-bar .logo{font-size:18px}.nav-wrapper .nav-bar .hamburger{display:block}.nav-wrapper .nav-bar .tab-links-container{display:none}.nav-wrapper .nav-bar .tab-links-container.open{display:flex;width:100%;position:absolute;top:100%;left:0;background-color:hsla(0,0%,100%,.9529411765);border-radius:0 0 20px 20px;padding:10px;border:1px solid var(--nav-border);border-top:none;z-index:999}.nav-wrapper .nav-bar .tab-links-container.open .tab-switcher{flex-direction:column;align-items:flex-start;gap:5px}.nav-wrapper .nav-bar .tab-links-container.open .tab-switcher .tab{width:100%;justify-content:flex-start;padding:10px 15px;font-size:16px}.nav-wrapper .nav-bar .nav-btn{display:none}}.service-sec{width:100%;height:100vh;background-color:var(--primary-bg);margin-top:200px}.service-sec .main-service{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.service-sec .service-txt{position:relative;font-size:160px;font-family:var(--creatofont);color:var(--sec-txt)}.service-sec .service-img{position:absolute;top:-100px;left:-80px;width:220px;height:160px}@media(max-width:860px){.service-sec{padding:40px}.service-sec .main-service{height:100%}.service-sec .service-txt{font-size:100px}.service-sec .sub-service-txt{font-size:60px}}@media(max-width:680px){.service-sec{height:500px;margin-top:0}.service-sec .service-txt{font-size:80px}.service-sec .sub-service-txt{font-size:40px}.service-sec .service-img{top:-100px;left:-60px;width:140px;height:140px}}@media(max-width:540px){.service-sec{height:500px;padding:20px;margin-top:0}.service-sec .service-txt{font-size:60px}.service-sec .sub-service-txt{font-size:30px}.service-sec .service-img{top:-90px;left:-60px;width:120px;height:120px}}.footer-wrapper{background:var(--primary-bg)}.footer-wrapper .footer-sec{width:100%;height:500px;background:var(--dark-bg);border-top-left-radius:60px;border-top-right-radius:60px;position:relative;padding:60px;display:flex;flex-direction:column;justify-content:space-between}.footer-wrapper .footer-sec .foot-line{width:50%;height:100%;position:absolute;top:0;left:0}.footer-wrapper .footer-top{width:100%;display:flex;justify-content:space-between}.footer-wrapper .footer-txt{display:flex;flex-direction:column;align-items:center;gap:20px;position:relative}.footer-wrapper .footer-txt-top{font-size:120px;color:var(--primary-bg);font-family:var(--creatofont);font-weight:400}.footer-wrapper .footer-txt-bottom{font-size:120px;font-family:var(--applefont);font-style:italic;color:#fd9595;position:absolute;right:-60px;bottom:60px}.footer-wrapper .foot-btn-wrapper{position:relative;margin-top:100px;cursor:pointer}.footer-wrapper .foot-btn-img{position:absolute;bottom:140px;left:-60px}.footer-wrapper .foot-btn{width:200px;height:200px;border-radius:50%;background-color:#fd9595;color:var(--primary-bg);display:flex;align-items:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.footer-wrapper .footer-bottom{display:flex;align-items:flex-end;justify-content:space-between;margin-top:60px}.footer-wrapper .foot-bottom-left{display:flex;flex-direction:column}.footer-wrapper .build{font-size:14px;color:#e7e7e7}.footer-wrapper .foot-bottom-right{display:flex;flex-direction:column;gap:0}.footer-wrapper .foot-label{font-size:12px;color:#666}.footer-wrapper .foot-links{display:flex;align-items:center;gap:40px}.footer-wrapper .foot-links a{font-size:14px;text-decoration:none;color:#e7e7e7;text-transform:capitalize}@media(max-width:860px){.footer-wrapper .footer-sec{padding:40px}.footer-wrapper .footer-sec .footer-txt-top{font-size:80px}.footer-wrapper .footer-sec .footer-txt-bottom{font-size:80px;top:80px}.footer-wrapper .footer-sec .foot-btn{width:160px;height:160px}.footer-wrapper .foot-btn-img{bottom:100px}}@media(max-width:680px){.footer-wrapper .footer-sec{height:-moz-fit-content;height:fit-content;padding:40px}.footer-wrapper .footer-sec .footer-top{flex-direction:column;align-items:center;gap:100px}.footer-wrapper .footer-sec .footer-txt{width:100%;align-items:flex-start}.footer-wrapper .footer-sec .footer-txt-top{font-size:80px}.footer-wrapper .footer-sec .footer-txt-bottom{font-size:80px;top:80px;left:200px}.footer-wrapper .footer-sec .foot-btn{width:160px;height:160px}.footer-wrapper .foot-btn-img{bottom:100px}.footer-wrapper .footer-bottom{margin-top:20px;flex-direction:column-reverse;gap:20px;padding-bottom:20px;align-items:center}.footer-wrapper .foot-bottom-left{width:100%}.footer-wrapper .foot-bottom-right{width:100%;justify-content:flex-start}.footer-wrapper .foot-bottom-line{width:100%;height:1px;background-color:#4d4d4d;margin-bottom:20px}.footer-wrapper .build{text-align:center}}@media(max-width:540px){.footer-wrapper .footer-sec{padding:20px}}.style_introduction__Zm025{height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;position:fixed;z-index:99;background-color:#191919}.style_introduction__Zm025 svg{position:absolute;top:0;width:100%;height:calc(100% + 300px)}.style_introduction__Zm025 svg path{fill:#191919}.style_introduction__Zm025 p{display:flex;font-size:32px;align-items:center;position:absolute;z-index:1}.style_introduction__Zm025 p span{display:block;width:10px;height:10px;background-color:#fff;border-radius:50%;margin-right:10px}