@import "https://cdn-uicons.flaticon.com/2.6.0/uicons-thin-rounded/css/uicons-thin-rounded.css";@import "https://cdn-uicons.flaticon.com/2.6.0/uicons-regular-rounded/css/uicons-regular-rounded.css";@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap";a{text-decoration:none}.custom-cursor{pointer-events:none;z-index:99999;mix-blend-mode:difference;transform-origin:50%;background-color:#fff;border-radius:50%;width:10px;height:10px;transition:width .3s ease-in-out,height .3s ease-in-out,background-color .3s ease-in-out,mix-blend-mode .3s ease-in-out;position:fixed;transform:translate(-50%,-50%)}.custom-cursor.hovered{width:20px;height:20px}.custom-cursor.explore{width:6rem;height:6rem;mix-blend-mode:unset;background-color:#fff;place-items:center;display:grid}.custom-cursor.explore .cursor-text{color:#000;animation:.5s ease-in-out fadeInOut}.custom-cursor.video-hover{width:10rem;height:10rem;mix-blend-mode:unset;background-color:#fff;place-items:center;display:grid}.custom-cursor.video-hover .cursor-text{color:#000;animation:.5s ease-in-out fadeInOut}.custom-cursor.video-hover .cursor-text .icon{color:#222;opacity:.9;font-size:2rem}.custom-cursor.drag-hover{width:10rem;height:10rem;mix-blend-mode:unset;background-color:#fff;place-items:center;display:grid}.custom-cursor.drag-hover .cursor-text{color:#000;animation:.5s ease-in-out fadeInOut}.custom-cursor.drag-hover .cursor-text .icon{color:#222;opacity:.9;font-size:2rem}.custom-cursor.home-project-hover{width:10rem;height:10rem;mix-blend-mode:unset;background-color:#fff;place-items:center;display:grid}.custom-cursor.home-project-hover .cursor-text{color:#000;font-size:1rem;font-weight:500;animation:.5s ease-in-out fadeInOut}@keyframes fadeInOut{0%{opacity:0}to{opacity:1}}@media screen and (width<=768px){.custom-cursor{display:none}}*{box-sizing:border-box;margin:0;padding:0}body{color:#222;background-color:#fff;flex-direction:column;font-family:DM Sans,sans-serif;display:flex}.icon{transform:translateY(2px)}.navbar_main{z-index:9999;border-radius:6rem;flex-direction:row;justify-content:space-between;align-items:center;width:90%;padding:.4rem;transition:all .3s ease-in-out;display:flex;position:fixed;top:1rem;left:50%;transform:translate(-50%)}.navbar_main.scrolled{width:90%}.navbar_main.scrolled .logo{visibility:hidden}.navbar_main .logo{flex-direction:row;justify-content:flex-start;align-items:center;width:20%;height:100%;margin-left:.3rem;display:flex}.navbar_main .logo span{color:#222;background-color:#fff;border-radius:2rem;padding:.5rem 1rem;font-size:1.5rem;font-weight:800}.navbar_main .logo img{-o-object-fit:cover;object-fit:cover;width:8rem}.navbar_main .buttons{-webkit-backdrop-filter:blur(8.3px);background:#0807077d;border-radius:5rem;flex-direction:row;justify-content:flex-end;align-items:center;gap:1rem;padding:.5rem;display:flex;box-shadow:0 4px 30px #0000001a}.navbar_main .buttons .button{color:#222;background-color:#fff;border:none;border-radius:2rem;outline:none;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;height:3.5rem;padding:0 2rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s ease-in-out;display:flex;position:relative;overflow:hidden}.navbar_main .buttons .button>*{z-index:2;position:relative}.navbar_main .buttons .button:hover{color:#fff;z-index:1;position:relative}.navbar_main .buttons .button:before{content:"";z-index:1;background-color:#222;border-radius:2rem;width:100%;height:100%;transition:all .3s cubic-bezier(.79,.33,.14,.53);position:absolute;top:100%;left:0;transform:translateY(0)}.navbar_main .buttons .button:hover:before{transform:translateY(-100%)}.navbar_main .buttons .button .icon{font-size:1.3rem;transition:all .3s cubic-bezier(.79,.33,.14,.53);transform:translateY(3px)}@media screen and (width<=768px){.navbar_main{width:95%;padding:.3rem}.navbar_main .logo{width:auto;margin-left:0}.navbar_main .logo img{width:6rem}.navbar_main .buttons{gap:.3rem;padding:.3rem}.navbar_main .buttons .button{gap:.3rem;height:2.5rem;padding:0 .8rem;font-size:.8rem}.navbar_main .buttons .button span{font-size:.8rem}.navbar_main .buttons .button .icon{font-size:1rem}}.navigation_main{z-index:9999;-webkit-backdrop-filter:blur(5px);opacity:0;visibility:hidden;background:#0003;border-radius:16px;flex-direction:row;justify-content:flex-end;align-items:center;width:100vw;height:100vh;padding:2rem;display:flex;position:fixed;top:0;right:0;box-shadow:0 4px 30px #0000001a}.navigation_main .navigation{background-color:#fff;border-radius:2rem;flex-direction:row;justify-content:center;align-items:center;gap:2rem;width:50vw;height:100%;padding:2rem;display:flex;transform:translate(100%)}.navigation_main .navigation .close_btn{cursor:pointer;z-index:1000;background:0 0;border:none;position:absolute;top:2rem;right:4rem}.navigation_main .navigation .close_btn .icon{color:#222;font-size:2rem}.navigation_main .navigation .links{flex-direction:column;justify-content:center;align-items:flex-end;gap:1.5rem;width:100%;height:100%;padding:2rem;display:flex}.navigation_main .navigation .links a{text-transform:uppercase;color:#222;text-align:right;opacity:0;white-space:nowrap;font-size:clamp(1.5rem,3.5vw,3.5rem);font-weight:500;line-height:1.2;text-decoration:none;display:flex;transform:translateY(20px)}@media screen and (width<=768px){.navigation_main .navigation{flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100vw;height:100%;padding:2rem}.navigation_main .navigation .close_btn{cursor:pointer;z-index:1000;background:0 0;border:none;position:absolute;top:2rem;right:2rem}.navigation_main .navigation .close_btn .icon{color:#222;font-size:2rem}.navigation_main .navigation .links{justify-content:center;align-items:center;width:100%;height:auto}.navigation_main .navigation .links a{text-align:center;opacity:1;white-space:normal;font-size:1.8rem;transform:translateY(0)}}.footer_main{background-color:#161616;border-top:1px solid #ffffff20;flex-direction:row;justify-content:space-between;align-items:flex-start;width:100%;height:17rem;padding:2rem 3rem;display:flex;position:relative}.footer_main .logo{flex-direction:row;justify-content:flex-start;align-items:flex-start;width:20%;height:100%;display:flex}.footer_main .logo span{color:#fff;font-size:1.5rem;font-weight:800}.footer_main .right{flex-direction:column;justify-content:space-between;align-items:flex-end;gap:2rem;width:60%;height:100%;font-family:DM Sans,sans-serif;display:flex}.footer_main .right .contact_details{flex-direction:row;justify-content:space-between;align-items:center;gap:2rem;width:100%;font-family:DM Sans,sans-serif;display:flex}.footer_main .right .contact_details .detail{color:#fff;text-align:left;border:1px solid #ffffff20;border-radius:2rem;padding:1rem 2rem;font-size:1.2rem;font-weight:400}.footer_main .right .copyright_note{color:#fff;text-align:left;opacity:.4;flex-direction:column;justify-content:center;align-items:flex-start;font-size:.9rem;font-weight:300;line-height:1.5;display:flex}@media screen and (width<=768px){.footer_main{flex-direction:column;justify-content:center;align-items:center;gap:2rem;height:auto;padding:2rem}.footer_main .logo{flex-direction:row;justify-content:center;align-items:center;width:100%;margin-bottom:1rem;display:flex}.footer_main .logo span{color:#fff;font-size:1.5rem;font-weight:800}.footer_main .right{align-items:center;width:100%}.footer_main .right .contact_details{flex-direction:column;justify-content:center;align-items:center}.footer_main .right .contact_details .detail{text-align:center;width:100%;margin-bottom:1rem}}.home_main{background-color:#fff;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;display:flex;position:relative}.home_main .hero_main{flex-direction:row;justify-content:flex-start;align-items:center;gap:5rem;width:100%;height:60vh;padding:0 8rem 2rem;display:flex;position:relative}.home_main .hero_main .title{flex-direction:column;justify-content:center;align-items:flex-start;gap:2rem;width:60%;font-family:DM Sans,sans-serif;display:flex}.home_main .hero_main .title h1{color:#222;text-align:left;flex-direction:column;justify-content:center;align-items:flex-start;font-size:8rem;font-weight:400;line-height:.9;display:flex}.home_main .hero_main .title h1 span{flex-direction:row;align-items:center;gap:1rem;display:flex}.home_main .hero_main .title .video{aspect-ratio:16/9;cursor:pointer;border-radius:2rem;height:7rem;display:inline-block;position:relative;overflow:hidden}.home_main .hero_main .title .video video{z-index:1;border-radius:2rem;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(1.5)}@media screen and (width<=768px){.home_main .hero_main{gap:1.5rem;width:100%;height:auto;margin-top:1rem;padding:0 1.5rem}.home_main .hero_main .title{width:100%}.home_main .hero_main .title h1{text-align:left;width:100%;font-size:clamp(1.8rem,8vw,2.5rem);line-height:1.2}.home_main .hero_main .title h1 span{text-align:left;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%}.home_main .hero_main .title h1 span .video{border-radius:1rem;width:6rem;height:4rem;display:inline-block}.home_main .hero_main .hero_images .floating-img{max-width:80px}.home_main .hero_main .hero_images .img-1{top:2%;right:2%}.home_main .hero_main .hero_images .img-2{bottom:2%;left:2%}}.home_main .marquee_slider{flex-direction:row;justify-content:flex-start;align-items:center;width:100%;height:50vh;display:flex;position:relative;overflow:hidden}.home_main .marquee_slider:before{content:"";z-index:2;background:linear-gradient(270deg,#fff,#fff0);width:12rem;height:100%;position:absolute;top:0;right:0}.home_main .marquee_slider:after{content:"";z-index:2;background:linear-gradient(90deg,#fff,#fff0);width:12rem;height:100%;position:absolute;top:0;left:0}.home_main .marquee_slider .slides{background-color:#fff;flex-flow:row;justify-content:flex-start;align-items:center;gap:2rem;height:100%;margin-left:3rem;animation:80s linear infinite slide;display:flex}.home_main .marquee_slider .slides:after{content:"";flex-direction:row;justify-content:flex-start;align-items:center;gap:2rem;display:flex}.home_main .marquee_slider .slides .slide{cursor:pointer;background-color:#f1f1f1;border-radius:2rem;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:45rem;height:100%;padding:3rem 3rem 0;transition:all .3s ease-in-out;display:flex;position:relative;overflow:hidden}.home_main .marquee_slider .slides .slide img{-o-object-fit:cover;object-fit:cover;border-radius:1rem 1rem 0 0;width:100%;height:100%}@media screen and (width<=768px){.home_main .marquee_slider{gap:2rem;height:20vh;margin-top:1rem;padding:0 1rem}.home_main .marquee_slider:after,.home_main .marquee_slider:before{width:2rem}.home_main .marquee_slider .slides{gap:1rem;margin-left:0}.home_main .marquee_slider .slides .slide{border-radius:1rem;width:15rem;height:100%;padding:2rem 2rem 0}}@keyframes slide{0%{transform:translate(0)}to{transform:translate(-100%)}}.home_main .cta_sec_1{flex-direction:row;justify-content:space-between;align-items:center;gap:5rem;width:100%;height:80vh;margin-top:3rem;padding:0 8rem;display:flex}.home_main .cta_sec_1 .left{border-radius:2rem;justify-content:center;align-items:center;width:50%;display:flex;position:relative;overflow:hidden}.home_main .cta_sec_1 .left img{-o-object-fit:cover;object-fit:cover;filter:grayscale();mix-blend-mode:multiply;width:100%;height:100%}.home_main .cta_sec_1 .left:after{content:"";opacity:.5;mix-blend-mode:overlay;z-index:2;pointer-events:none;background-image:url(https://cliply.co/wp-content/uploads/2021/07/402107790_STATIC_NOISE_400.gif);width:100%;height:100%;position:absolute;top:0;left:0}.home_main .cta_sec_1 .content{flex-direction:column;justify-content:center;align-items:flex-start;gap:2rem;width:50%;font-family:DM Sans,sans-serif;display:flex}.home_main .cta_sec_1 .content h1{color:#222;text-align:left;flex-flow:wrap;justify-content:flex-start;align-items:flex-start;width:100%;font-size:5rem;font-weight:400;line-height:.9;display:flex}.home_main .cta_sec_1 .content p{color:#222;text-align:left;flex-direction:column;justify-content:center;align-items:flex-start;font-size:1.2rem;font-weight:400;line-height:1.5;display:flex}.home_main .cta_sec_1 .content .buttons{flex-direction:row;justify-content:flex-start;align-items:center;gap:2rem;width:100%;display:flex}.home_main .cta_sec_1 .content .buttons .button{color:#222;background-color:#fff;border:1px solid #222;border-radius:3rem;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;height:5rem;padding:0 3rem;font-size:1rem;text-decoration:none;transition:all .3s ease-in-out;display:flex;position:relative;overflow:hidden}.home_main .cta_sec_1 .content .buttons .button span{font-size:1.2rem}.home_main .cta_sec_1 .content .buttons .button>*{z-index:2;position:relative}.home_main .cta_sec_1 .content .buttons .button:hover{color:#fff}.home_main .cta_sec_1 .content .buttons .button:hover .icon{rotate:-45deg}.home_main .cta_sec_1 .content .buttons .button:before{content:"";z-index:1;background-color:#222;border-radius:2rem;width:100%;height:100%;transition:all .3s cubic-bezier(.79,.33,.14,.53);position:absolute;top:100%;left:0;transform:translateY(0)}.home_main .cta_sec_1 .content .buttons .button:hover:before{transform:translateY(-100%)}.home_main .cta_sec_1 .content .buttons .button .icon{font-size:1.3rem;transition:all .3s cubic-bezier(.79,.33,.14,.53);transform:translateY(3px)}@media screen and (width<=768px){.home_main .cta_sec_1{flex-direction:column;gap:2rem;height:auto;margin-top:1rem;padding:0 1rem}.home_main .cta_sec_1 .left{border-radius:1rem 1rem 0 0;width:100%;height:100%;min-height:20rem;max-height:20rem;position:relative;overflow:hidden}.home_main .cta_sec_1 .left img{-o-object-fit:cover;object-fit:cover;filter:grayscale();width:100%;height:100%}.home_main .cta_sec_1 .content{width:100%}.home_main .cta_sec_1 .content h1{width:100%;font-size:2.5rem;line-height:1.2}.home_main .cta_sec_1 .content p{font-size:1.1rem;line-height:1.5}.home_main .cta_sec_1 .content .buttons .button{height:4rem;padding:0 1.5rem;font-size:.9rem}.home_main .cta_sec_1 .content .buttons .button span{font-size:.9rem}}.home_main .featured_projects{z-index:2;background-color:#161616;border-radius:5rem 5rem 0 0;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;margin-top:3rem;padding:8rem 8rem 5rem;display:flex}.home_main .featured_projects .title{flex-direction:column;justify-content:center;align-items:flex-start;gap:2rem;width:100%;padding:2rem;display:flex}.home_main .featured_projects .title .tag{color:#fff;text-transform:uppercase;background-color:#ffffff13;border-radius:3rem;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:500;display:flex}.home_main .featured_projects .title h1{color:#fff;text-align:left;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:3rem;font-weight:400;line-height:.8;display:flex}.home_main .featured_projects .title h1 strong{font-weight:600;display:inline-block}.home_main .featured_projects .cards{flex-direction:row;justify-content:center;align-items:flex-start;gap:5rem;width:100%;margin-top:5rem;display:flex}.home_main .featured_projects .cards .left,.home_main .featured_projects .cards .right{flex-direction:column;justify-content:flex-start;align-items:center;gap:30rem;width:50%;display:flex}.home_main .featured_projects .cards .right{margin-top:30rem}.home_main .featured_projects .cards .card{cursor:none;flex-direction:column;justify-content:center;align-items:flex-start;gap:2rem;width:100%;display:flex}.home_main .featured_projects .cards .card .content{flex-direction:column;justify-content:center;align-items:flex-start;gap:0;display:flex}.home_main .featured_projects .cards .card .content .project_title{color:#fff;text-align:left;flex-direction:column;justify-content:center;align-items:flex-start;font-size:2rem;font-weight:600;display:flex}.home_main .featured_projects .cards .card .content .project_desc{color:#fff;text-align:left;opacity:.6;flex-direction:column;justify-content:center;align-items:flex-start;font-size:1.2rem;font-weight:400;line-height:1.5;display:flex}.home_main .featured_projects .cards .card .image{border-radius:2rem;flex-direction:row;justify-content:center;align-items:center;width:100%;height:30rem;transition:transform .3s ease-in-out;display:flex;position:relative;overflow:hidden}.home_main .featured_projects .cards .card .image:hover{transform:scale(.95)}.home_main .featured_projects .cards .card .image:hover img{transform:scale(1.1)}.home_main .featured_projects .cards .card .image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:all .3s ease-in-out}@media screen and (width<=768px){.home_main .featured_projects{border-radius:2rem 2rem 0 0;flex-direction:column;gap:2rem;margin-top:1rem;padding:3rem 1.5rem 2rem;position:relative}.home_main .featured_projects .title{justify-content:flex-start;align-items:flex-start;width:100%;padding:0}.home_main .featured_projects .title h1{text-align:left;width:100%;font-size:1.8rem;line-height:1.2;display:inline-block}.home_main .featured_projects .title h1 strong{font-weight:600;display:inline-block}.home_main .featured_projects .title h1 .sec1{margin:unset;text-align:left}.home_main .featured_projects .title h1 .sec2{margin-right:unset;text-align:left}.home_main .featured_projects .title h1 .sec2 .video{border:5px solid #fff;height:3rem}.home_main .featured_projects .cards{flex-direction:column;gap:2rem;width:100%;margin-top:2rem}.home_main .featured_projects .cards .left,.home_main .featured_projects .cards .right{gap:2rem;width:100%;margin-top:0;margin-bottom:0;margin:0!important}.home_main .featured_projects .cards .card{gap:1rem;width:100%;height:auto}.home_main .featured_projects .cards .card .image{border-radius:1rem;height:18rem}.home_main .featured_projects .cards .card .content{gap:.5rem}.home_main .featured_projects .cards .card .content .project_title{font-size:1.5rem}.home_main .featured_projects .cards .card .content .project_desc{font-size:1rem}}.home_main .services_section{background-color:#f1f1f1;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;padding:8rem 8rem 5rem;display:flex}.home_main .services_section .title{flex-direction:column;justify-content:center;align-items:flex-start;gap:2rem;width:100%;display:flex}.home_main .services_section .title .tag{color:#222;text-transform:uppercase;background-color:#cfcfcf;border-radius:3rem;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:500;display:flex}.home_main .services_section .title h1{color:#222;text-align:left;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:3rem;font-weight:500;line-height:.8;display:flex}.home_main .services_section .title h1 strong{font-weight:600;display:inline-block}.home_main .services_section .services{flex-direction:column;justify-content:center;align-items:center;width:100%;margin-top:5rem;display:flex}.home_main .services_section .services .service{cursor:none;border-bottom:1px solid #0000006e;flex-direction:row;justify-content:space-between;align-items:center;gap:2rem;width:100%;padding:4rem 0;transition:all .3s ease-in-out;display:flex;position:relative;overflow:hidden}.home_main .services_section .services .service span{font-size:1.2rem}.home_main .services_section .services .service>*{z-index:2;position:relative}.home_main .services_section .services .service:hover{color:#fff;padding:4rem 2rem}.home_main .services_section .services .service:before{content:"";z-index:1;background-color:#222;width:100%;height:100%;transition:all .3s cubic-bezier(.79,.33,.14,.53);position:absolute;top:100%;left:0;transform:translateY(0)}.home_main .services_section .services .service:hover:before{transform:translateY(-100%)}.home_main .services_section .services .service .title{mix-blend-mode:difference;flex-direction:row;justify-content:flex-start;align-items:center;gap:2rem;width:80%;display:flex}.home_main .services_section .services .service .title h1{color:#fff;text-align:left;flex-direction:column;justify-content:center;align-items:flex-start;font-size:3rem;font-weight:600;display:flex}.home_main .services_section .services .service .icon{mix-blend-mode:difference;border-radius:50%;flex-direction:row;justify-content:center;align-items:center;width:5rem;height:5rem;display:flex}.home_main .services_section .services .service .icon .icon{color:#fff;opacity:.9;font-size:2.5rem}@media screen and (width<=768px){.home_main .services_section{border-radius:2rem;flex-direction:column;gap:2rem;height:auto;margin-top:1rem;padding:3rem 1.5rem;position:relative}.home_main .services_section .title{justify-content:flex-start;align-items:flex-start;width:100%;padding:0}.home_main .services_section .title h1{text-align:left;width:100%;font-size:1.8rem;line-height:1.2;display:inline-block}.home_main .services_section .title h1 strong{font-weight:600;display:inline-block}.home_main .services_section .title h1 .sec1{margin:unset;text-align:left}.home_main .services_section .title h1 .sec2{margin-right:unset;text-align:left}.home_main .services_section .title h1 .sec2 .video{border:5px solid #fff;height:3rem}.home_main .services_section .services{flex-direction:column;width:100%;margin-top:2rem}.home_main .services_section .services .service{pointer-events:none;flex-direction:column;align-items:flex-start;gap:1rem;width:100%;padding:1.5rem 0}.home_main .services_section .services .service:hover{color:#222;padding:1.5rem 0}.home_main .services_section .services .service:last-child{border-bottom:none}.home_main .services_section .services .service .title{width:100%;padding:0}.home_main .services_section .services .service .title h1{font-size:1.5rem}.home_main .services_section .services .service .icon{width:3rem;height:3rem}.home_main .services_section .services .service .icon .icon{font-size:1.5rem}}.home_main .why_we_differ{background-color:#fff;border-radius:3rem 3rem 0 0;flex-direction:column;justify-content:flex-start;align-items:center;gap:2rem;width:100%;margin-top:3rem;padding:3rem 8rem;display:flex}.home_main .why_we_differ .title{flex-direction:column;justify-content:center;align-items:flex-start;gap:2rem;width:100%;padding:0;display:flex}.home_main .why_we_differ .title .tag{color:#222;text-transform:uppercase;background-color:#cfcfcf;border-radius:3rem;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:500;display:flex}.home_main .why_we_differ .title h1{color:#222;text-transform:uppercase;flex-direction:row;justify-content:center;align-items:center;gap:2rem;font-family:DM Sans,sans-serif;font-size:3rem;font-weight:500;line-height:.8;display:flex}.home_main .why_we_differ .title h1 .sec1{margin-left:-10rem;font-weight:200}.home_main .why_we_differ .title h1 .sec2{margin-right:-10rem}.home_main .why_we_differ .title h1 .video{cursor:pointer;border-radius:5rem;height:7.5rem;position:relative;overflow:hidden}.home_main .why_we_differ .title h1 .video iframe{z-index:1;border-radius:2rem;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(1.5)}.home_main .why_we_differ .cards{flex-flow:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;width:100%;margin-top:5rem;margin-bottom:5rem;display:flex}.home_main .why_we_differ .cards .card{cursor:none;border:1px solid #00000020;border-radius:2rem;flex-direction:column;flex:1;justify-content:center;align-items:flex-start;gap:2rem;min-width:25rem;padding:3rem;transition:all .3s ease-in-out;display:flex}.home_main .why_we_differ .cards .card:hover{border:1px solid #222}.home_main .why_we_differ .cards .card .icon{background-color:#f1f1f167;border-radius:50%;flex-direction:row;justify-content:center;align-items:center;width:5rem;height:5rem;display:flex}.home_main .why_we_differ .cards .card .icon .icon{color:#222;opacity:.9;font-size:2.5rem}.home_main .why_we_differ .cards .card .content{flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;display:flex}.home_main .why_we_differ .cards .card .content h2{color:#222;text-align:left;flex-direction:column;justify-content:center;align-items:flex-start;font-size:1.5rem;font-weight:700;display:flex}.home_main .why_we_differ .cards .card .content p{color:#222;text-align:left;opacity:.8;flex-direction:column;justify-content:center;align-items:flex-start;font-size:1rem;font-weight:400;display:flex}@media screen and (width<=768px){.home_main .why_we_differ{border-radius:3rem;flex-direction:column;gap:2rem;margin-top:1rem;padding:3rem 1rem 2rem;position:relative}.home_main .why_we_differ .title{justify-content:flex-start;align-items:flex-start;width:100%;padding:1rem}.home_main .why_we_differ .title h1{text-align:justify;width:100%;font-size:1.5rem;line-height:1.2}.home_main .why_we_differ .title h1 strong{font-weight:600;display:inline-block}.home_main .why_we_differ .cards{flex-direction:column;gap:2rem;width:100%;margin-top:0;padding:0}.home_main .why_we_differ .cards .card{gap:2rem;width:100%;min-width:100%;height:auto;padding:2rem}.home_main .why_we_differ .cards .card .content{gap:.5rem}}.home_main .video_section{z-index:5;background-color:#f1f1f1;border-radius:3rem 3rem 0 0;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;margin-top:3rem;padding:8rem 8rem 10rem;display:flex}.home_main .video_section .title{flex-direction:column;justify-content:center;align-items:flex-start;gap:2rem;width:100%;padding:0;display:flex}.home_main .video_section .title .tag{color:#222;text-transform:uppercase;background-color:#cfcfcf;border-radius:3rem;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:500;display:flex}.home_main .video_section .title h1{color:#222;text-transform:uppercase;flex-direction:row;justify-content:center;align-items:center;gap:2rem;margin-bottom:3rem;font-family:DM Sans,sans-serif;font-size:3rem;font-weight:500;line-height:.8;display:flex}.home_main .video_section .title h1 span{font-weight:500}.home_main .video_section .top{flex-direction:row;justify-content:center;align-items:center;gap:2rem;width:100%;height:80vh;display:flex}.home_main .video_section .top .video{border-radius:2.8rem;flex-direction:row;justify-content:center;align-items:center;width:100%;height:100%;transition:all .3s ease-in-out;display:flex;position:relative;overflow:hidden}.home_main .video_section .top .video:after{content:"";opacity:.3;z-index:2;pointer-events:none;background-image:url(https://cliply.co/wp-content/uploads/2021/07/402107790_STATIC_NOISE_400.gif);width:100%;height:100%;position:absolute;top:0;left:0}.home_main .video_section .top .video:hover{scale:.95}.home_main .video_section .top .video:hover .video-thumbnail{transform:scale(1.1)}.home_main .video_section .top .video .content{z-index:3;flex-direction:column;justify-content:center;align-items:flex-end;max-width:70%;padding:2rem;display:flex;position:absolute;bottom:0;right:0}.home_main .video_section .top .video .content .tag{color:#fff;z-index:5;background-color:#a3a0a05b;border-radius:3rem;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:500;display:flex}.home_main .video_section .top .video .content h1{color:#fff;text-align:right;flex-direction:column;justify-content:center;align-items:center;font-size:5rem;font-weight:400;line-height:1.2;display:flex}.home_main .video_section .top .video .content p{color:#fff;text-align:center;opacity:.8;flex-direction:column;justify-content:center;align-items:center;font-size:1.2rem;font-weight:400;display:flex}.home_main .video_section .top .video .video-thumbnail{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:all .3s ease-in-out}.home_main .video_section .top .video video{z-index:1;border-radius:3rem;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(2)}.home_main .video_section .top .video video.visible{display:block}.home_main .video_section .top .video video.hidden{display:none}.home_main .video_section .bottom{flex-direction:row;grid-template-columns:repeat(2,1fr);justify-content:center;align-items:center;gap:2rem;width:100%;height:50vh;display:grid}.home_main .video_section .bottom .video{border-radius:2.8rem;flex-direction:row;justify-content:center;align-items:center;width:100%;height:100%;transition:all .3s ease-in-out;display:flex;position:relative;overflow:hidden}.home_main .video_section .bottom .video:after{content:"";opacity:.3;z-index:2;pointer-events:none;background-image:url(https://cliply.co/wp-content/uploads/2021/07/402107790_STATIC_NOISE_400.gif);width:100%;height:100%;position:absolute;top:0;left:0}.home_main .video_section .bottom .video:hover{scale:.95}.home_main .video_section .bottom .video:hover .video-thumbnail{transform:scale(1.1)}.home_main .video_section .bottom .video .content{z-index:3;flex-direction:column;justify-content:center;align-items:flex-end;max-width:80%;padding:2rem;display:flex;position:absolute;bottom:0;right:0}.home_main .video_section .bottom .video .content .tag{color:#fff;z-index:5;background-color:#a3a0a05b;border-radius:3rem;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:500;display:flex}.home_main .video_section .bottom .video .content h1{color:#fff;text-align:right;flex-direction:column;justify-content:center;align-items:center;font-size:3rem;font-weight:400;line-height:1.2;display:flex}.home_main .video_section .bottom .video .content p{color:#fff;text-align:center;opacity:.8;flex-direction:column;justify-content:center;align-items:center;font-size:1.2rem;font-weight:400;display:flex}.home_main .video_section .bottom .video .video-thumbnail{-o-object-fit:cover;object-fit:cover;z-index:1;width:100%;height:100%;transition:all .3s ease-in-out;position:absolute;top:0;left:0}.home_main .video_section .bottom .video video{border-radius:3rem;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(2)}.home_main .video_section .bottom .video video.visible{display:block}.home_main .video_section .bottom .video video.hidden{display:none}@media screen and (width<=768px){.home_main .video_section{border-radius:3rem;flex-direction:column;justify-content:flex-start;gap:2rem;height:auto;margin-top:1rem;padding:3rem 1rem 0;position:relative}.home_main .video_section .title{justify-content:flex-start;align-items:flex-start;width:100%;margin-bottom:0;padding:1rem}.home_main .video_section .title h1{text-align:justify;width:100%;margin-bottom:0;font-size:1.2rem;line-height:1.2}.home_main .video_section .title h1 .sec1{margin:unset;text-align:left}.home_main .video_section .title h1 .sec2{margin-right:unset;text-align:left}.home_main .video_section .title h1 .sec2 .video{border-radius:5rem;height:3rem}.home_main .video_section .top{flex-direction:column;gap:2rem;height:auto}.home_main .video_section .top .video{flex-direction:row;justify-content:flex-end;align-items:flex-end;width:100%;height:15rem;display:flex;position:relative;overflow:hidden}.home_main .video_section .top .video .content{flex-direction:column;justify-content:flex-end;align-items:flex-end;gap:.5rem;display:flex}.home_main .video_section .top .video .content h1{text-align:right;font-size:1.5rem;line-height:1.2}.home_main .video_section .top .video .content p{text-align:right;font-size:.8rem;line-height:1.5}.home_main .video_section .top .video .content .tag{color:#fff;background-color:#a3a0a05b;border-radius:3rem;padding:.5rem 1rem;font-size:.8rem;font-weight:500}.home_main .video_section .top .video video{border-radius:1rem 1rem 0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(1.5)}.home_main .video_section .bottom{grid-template-columns:repeat(1,1fr)}.home_main .video_section .bottom .video{justify-content:flex-end;align-items:flex-end;height:15rem;padding:1rem}.home_main .video_section .bottom .video .content{flex-direction:column;justify-content:flex-end;align-items:flex-end;gap:.5rem;display:flex}.home_main .video_section .bottom .video .content h1{text-align:right;font-size:1.5rem;line-height:1.2}.home_main .video_section .bottom .video .content p{text-align:right;font-size:.8rem;line-height:1.5}.home_main .video_section .bottom .video .content .tag{color:#fff;background-color:#a3a0a05b;border-radius:3rem;padding:.5rem 1rem;font-size:.8rem;font-weight:500}}.home_main .posts_section{z-index:6;background-color:#161616;border-radius:3rem 3rem 0 0;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;padding:5rem;display:flex}.home_main .posts_section .title{flex-direction:column;justify-content:center;align-items:flex-start;gap:2rem;width:100%;padding:0;display:flex}.home_main .posts_section .title .tag{color:#fff;text-transform:uppercase;background-color:#cfcfcf2a;border-radius:3rem;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:500;display:flex}.home_main .posts_section .title h1{color:#fff;text-transform:uppercase;flex-direction:row;justify-content:center;align-items:center;gap:2rem;font-family:DM Sans,sans-serif;font-size:3rem;font-weight:500;line-height:.8;display:flex}.home_main .posts_section .title h1 strong{font-weight:600}.home_main .posts_section .posts{cursor:grab;-webkit-user-select:none;user-select:none;scrollbar-width:none;flex-flow:row;justify-content:flex-start;align-items:center;gap:2rem;width:100%;margin-top:5rem;display:flex;overflow:auto hidden}.home_main .posts_section .posts::-webkit-scrollbar{display:none}.home_main .posts_section .posts:active{cursor:grabbing}.home_main .posts_section .posts .post{flex-direction:column;flex-shrink:0;justify-content:center;align-items:flex-start;gap:1rem;width:80vw;min-width:80vw;height:55rem;display:flex;position:relative;overflow:hidden}.home_main .posts_section .posts .post .image{border-radius:2rem;place-items:center;width:100%;display:grid;overflow:hidden}.home_main .posts_section .posts .post .image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:all .3s ease-in-out}.home_main .posts_section .posts .post .image img:hover{transform:scale(1.1)}.home_main .posts_section .posts .post .content{flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;padding:0 1rem;display:flex}.home_main .posts_section .posts .post .content .post_title{color:#fff;text-align:left;flex-direction:column;justify-content:center;align-items:flex-start;font-size:1.5rem;font-weight:900;display:flex}.home_main .posts_section .posts .post .content p{color:#fff;text-align:left;opacity:.6;flex-direction:column;justify-content:center;align-items:flex-start;font-size:1rem;font-weight:400;line-height:1.5;display:flex}.home_main .posts_section .posts .post .content p strong{font-weight:700!important}.home_main .posts_section .newsletter{flex-direction:row;justify-content:space-between;align-items:center;gap:2rem;width:100%;height:60vh;display:flex}.home_main .posts_section .newsletter .left{width:60%}.home_main .posts_section .newsletter .right{flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:40%;display:flex}.home_main .posts_section .newsletter .right a{width:40%}.home_main .posts_section .newsletter .right .hire_me{aspect-ratio:1;background-color:#222;border-radius:50%;flex-direction:row;justify-content:center;align-items:center;padding:2rem;display:flex;position:relative}.home_main .posts_section .newsletter .right .hire_me:before{content:"";border-radius:50%;animation:20s linear infinite rotate;position:absolute;inset:-20px}.home_main .posts_section .newsletter .right .hire_me .circular-text{width:120%;height:120%;animation:20s linear infinite rotate;position:absolute;top:-10%;left:-10%}.home_main .posts_section .newsletter .right .hire_me .circular-text svg{width:100%;height:100%}.home_main .posts_section .newsletter .right .hire_me .circular-text svg path{fill:none}.home_main .posts_section .newsletter .right .hire_me .circular-text svg text{fill:#fff;text-transform:uppercase;font-size:1rem;font-weight:600}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.home_main .posts_section .newsletter .right .hire_me img{width:8rem;transform:translate(-.5rem)}.home_main .posts_section .newsletter .newletter_title{flex-direction:column;justify-content:center;align-items:flex-start;gap:2rem;width:100%;padding:0;display:flex}.home_main .posts_section .newsletter .newletter_title h1{color:#fff;text-transform:uppercase;flex-direction:row;justify-content:center;align-items:center;gap:2rem;width:70%;font-family:DM Sans,sans-serif;font-size:3rem;font-weight:500;line-height:.8;display:flex}.home_main .posts_section .newsletter .input_group{flex-direction:row;justify-content:center;align-items:center;gap:2rem;width:70%;height:10vh;display:flex}.home_main .posts_section .newsletter .input_group input{color:#fff;background-color:#ffffff13;border:none;border-radius:1rem;outline:none;width:80%;padding:1rem 2rem;font-size:1.5rem;font-weight:400}.home_main .posts_section .newsletter .input_group input::placeholder{color:#fff;opacity:.5;font-size:1.5rem;font-weight:400}.home_main .posts_section .newsletter .input_group .button{color:#222;background-color:#fff;border:none;border-radius:1rem;outline:none;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;width:20%;padding:1rem 2rem;font-size:1rem;text-decoration:none;transition:all .3s ease-in-out;display:flex}@media screen and (width<=768px){.home_main .posts_section .newsletter{flex-direction:column;gap:2rem;height:auto}.home_main .posts_section .newsletter .left{width:100%}.home_main .posts_section .newsletter .right{justify-content:center;align-items:center;width:100%;margin-top:2rem}.home_main .posts_section .newsletter .right .hire_me{aspect-ratio:1;width:10rem;height:10rem;padding:1rem}.home_main .posts_section .newsletter .right .hire_me img{width:5rem}.home_main .posts_section .newsletter .newletter_title{width:100%}.home_main .posts_section .newsletter .newletter_title h1{width:100%;font-size:2rem}.home_main .posts_section .newsletter .input_group{flex-direction:column;width:100%}.home_main .posts_section .newsletter .input_group input,.home_main .posts_section .newsletter .input_group .button{width:100%;font-size:1.2rem}.home_main .posts_section{border-radius:2rem 2rem 0 0;flex-direction:column;justify-content:flex-start;gap:2rem;margin-top:1rem;padding:3rem 1rem 2rem;position:relative}.home_main .posts_section .title{justify-content:flex-start;align-items:flex-start;width:100%}.home_main .posts_section .title h1{text-align:justify;width:100%;margin-bottom:0;font-size:1.2rem;line-height:1.2;display:inline-block}.home_main .posts_section .title h1 strong{font-weight:600}.home_main .posts_section .posts{cursor:grab;-webkit-user-select:none;user-select:none;flex-direction:row;gap:2rem;width:100%;margin-top:0}.home_main .posts_section .posts:active{cursor:grabbing}.home_main .posts_section .posts .post{flex-shrink:0;gap:0;width:100%;min-width:280px;height:auto}.home_main .posts_section .posts .post .image{height:22vh}.home_main .posts_section .posts .post .image img{height:100%}.home_main .posts_section .posts .post .content{padding:.5rem}.home_main .posts_section .posts .post .content .post_title{font-size:1.2rem}.home_main .posts_section .posts .post .content p{font-size:1rem}.home_main .posts_section .newsletter{width:100%;margin-top:5rem;padding-bottom:2rem}.home_main .posts_section .newsletter .newletter_title h1{width:100%;margin-bottom:2rem;font-size:1.5rem}.home_main .posts_section .newsletter .input_group{flex-direction:column;gap:1rem;width:100%}.home_main .posts_section .newsletter .input_group input{width:100%;font-size:1rem}.home_main .posts_section .newsletter .input_group input::placeholder{font-size:1rem}.home_main .posts_section .newsletter .input_group .button{width:100%;font-size:1rem}}.project_page_main{flex-direction:column;align-items:center;width:100%;padding:2rem;display:flex}.project_page_main .top{flex-direction:column;justify-content:center;align-items:flex-start;gap:2rem;width:90%;display:flex}.project_page_main .top .title{flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;margin-top:5rem;display:flex}.project_page_main .top .title .top{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:2rem;width:100%;display:flex}.project_page_main .top .title .top h1{text-align:left;flex-direction:column;justify-content:center;align-items:flex-start;width:40%;font-size:5rem;font-weight:500;line-height:1.2;display:flex}.project_page_main .top .title .top h1 strong{font-weight:600}.project_page_main .top .title .top button{aspect-ratio:1;color:#fff;cursor:pointer;background-color:#222;border:none;border-radius:3rem;justify-content:center;align-items:center;width:5rem;font-size:1.5rem;font-weight:500;transition:all .3s ease-in-out;display:flex}.project_page_main .top .title .top button .icon{transform:translateY(.2rem)translate(.1rem)rotate(-45deg)}.project_page_main .top .title .top button:hover{color:#222;background-color:#e6e6e6}.project_page_main .top .title .tags{flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem;margin-top:1rem;display:flex}.project_page_main .top .title .tags .tag{color:#222;text-transform:uppercase;opacity:.8;border:1px solid #0000002f;border-radius:3rem;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;padding:.9rem 1.3rem;font-size:1rem;font-weight:500;display:flex}.project_page_main .top .title .description{text-align:left;opacity:.8;flex-direction:column;justify-content:center;align-items:flex-start;width:60%;font-size:1.5rem;font-weight:400;line-height:1.5;display:flex}.project_page_main .top .title .description strong{font-weight:700!important}.project_page_main .top .top_image{border-radius:2rem;flex-direction:row;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.project_page_main .top .top_image img{-o-object-fit:cover;object-fit:cover;border-radius:2rem;width:100%;height:100%;transition:all .3s ease-in-out}.project_page_main .details{flex-direction:column;gap:5rem;width:90%;margin-top:5rem;padding-top:2rem;padding-bottom:5rem;display:flex}.project_page_main .details .section{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}.project_page_main .details .section:not(:first-child){border-top:1px solid #00000020;padding-top:5rem}.project_page_main .details .section .section_title{width:30%;position:sticky;top:2rem}.project_page_main .details .section .section_title h1{color:#222;text-align:left;text-transform:uppercase;flex-direction:column;justify-content:center;align-items:flex-start;font-size:2rem;font-weight:600;display:flex}.project_page_main .details .section .content{flex-direction:column;justify-content:center;align-items:flex-start;gap:2rem;width:60%;display:flex}.project_page_main .details .section .content p{color:#222;text-align:justify;opacity:.8;flex-direction:column;justify-content:center;align-items:flex-start;font-size:1.2rem;font-weight:400;line-height:1.5;display:flex}.project_page_main .details .section .content p strong{font-weight:700!important}.project_page_main .details .section .content img{border-radius:2rem;max-width:100%;height:auto}.project_page_main .details .section .content ul{margin:0;padding:0;list-style:none}.project_page_main .details .section .content ul li{color:#222;text-align:left;opacity:.8;flex-direction:column;justify-content:center;align-items:flex-start;font-size:1.2rem;font-weight:400;line-height:1.5;display:flex}.project_page_main .details .section .content ul li strong{display:inline;font-weight:700!important}@media screen and (width<=768px){.project_page_main{border-radius:3rem;flex-direction:column;justify-content:flex-start;gap:2rem;height:auto;margin-top:0;padding:0 1.5rem;position:relative;padding-top:0!important}.project_page_main .top{justify-content:flex-start;align-items:flex-start;width:100%;margin-top:0!important}.project_page_main .top .title{width:100%}.project_page_main .top .title .top h1{text-align:justify;width:100%;line-height:1.2;font-size:3rem!important}.project_page_main .top .title .top h1 strong{font-weight:600}.project_page_main .top .title .top button{aspect-ratio:1;color:#fff;background-color:#222;border-radius:3rem;width:3.5rem;font-size:1.2rem;font-weight:500}.project_page_main .top .title .top button .icon{transform:translateY(.2rem)translate(.1rem)rotate(-45deg)}.project_page_main .top .title .tags{flex-wrap:wrap;gap:.5rem}.project_page_main .top .title .tags .tag{padding:.5rem 1rem;font-size:.8rem}.project_page_main .top .top_image,.project_page_main .top .top_image img{height:auto}.project_page_main .details{gap:2rem;width:100%;margin-top:0}.project_page_main .details .section{flex-direction:column}.project_page_main .details .section .section_title{width:100%;position:unset}.project_page_main .details .section .section_title h1{font-size:1.5rem}.project_page_main .details .section .content{width:100%}.project_page_main .details .section .content p,.project_page_main .details .section .content ul li{font-size:1rem}}.projects_page_main{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:2rem;width:100%;margin-top:5rem;padding-bottom:3rem;display:flex}.projects_page_main .title{flex-direction:row;justify-content:space-between;align-self:center;align-items:flex-start;gap:2rem;width:90%;margin-bottom:3rem;padding:3rem;display:flex}.projects_page_main .title h1{color:#222;text-align:left;text-transform:uppercase;flex-direction:row;gap:2rem;width:30%;font-family:DM Sans,sans-serif;font-size:3rem;font-weight:600;line-height:.8;display:flex}.projects_page_main .title h1 strong{font-weight:600}.projects_page_main .title p{color:#222;text-align:left;text-transform:uppercase;flex-direction:row;justify-content:center;align-items:center;gap:2rem;width:70%;font-family:DM Sans,sans-serif;font-size:3rem;line-height:.8;display:flex}.projects_page_main .projects{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:2rem;width:100%;height:130vh;display:flex;overflow:hidden}.projects_page_main .projects .row{flex-direction:row;flex:1;justify-content:flex-start;align-items:flex-start;width:100%;display:flex;position:relative;overflow:scroll hidden}.projects_page_main .projects .row::-webkit-scrollbar{display:none}.projects_page_main .projects .row .slides{will-change:transform;flex-flow:row;justify-content:flex-start;align-items:flex-start;gap:2rem;width:max-content;height:100%;display:flex}.projects_page_main .projects .top-row .slides{animation:120s linear infinite slideLeftToRight}.projects_page_main .projects .bottom-row .slides{animation:120s linear infinite slideRightToLeft}.projects_page_main .projects .row:hover .slides{animation-play-state:paused}.projects_page_main .projects .project{cursor:pointer;flex-direction:column;flex-shrink:0;justify-content:center;align-items:flex-start;gap:1rem;min-width:40vw;height:100%;transition:all .3s ease-in-out;display:flex;position:relative}.projects_page_main .projects .project .image{border-radius:2rem;flex-direction:row;justify-content:center;align-items:center;width:100%;height:50vh;display:flex;overflow:hidden}.projects_page_main .projects .project .image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:all .3s ease-in-out;transform:scale(1.1)}.projects_page_main .projects .project .details{flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;width:100%;display:flex}.projects_page_main .projects .project .details h2{color:#222;text-align:left;flex-direction:row;justify-content:space-between;align-items:center;width:100%;font-size:2rem;font-weight:600;display:flex}.projects_page_main .projects .project .details h2 .icon{color:#fff;transform-origin:50%;background-color:#222;border-radius:50%;flex-direction:row;justify-content:center;align-items:center;width:3rem;height:3rem;padding:2rem;display:flex;transform:rotate(-45deg)}.projects_page_main .projects .project .details h2 strong{font-weight:700!important}.projects_page_main .projects .project .details p{color:#222;text-align:left;opacity:.8;flex-direction:column;justify-content:center;align-items:flex-start;font-size:1.2rem;font-weight:400;line-height:1.5;display:flex}.projects_page_main .projects .project .details p strong{display:inline-block;font-weight:700!important}@keyframes slideLeftToRight{0%{transform:translate(-50%)}to{transform:translate(0)}}@keyframes slideRightToLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@media screen and (width<=768px){.projects_page_main{border-radius:3rem;flex-direction:column;justify-content:flex-start;gap:2rem;height:auto;margin-top:0;padding:0 1.5rem 2rem;position:relative;padding-top:0!important}.projects_page_main .title{width:100%;display:none}.projects_page_main .title h1{text-align:justify;width:100%;line-height:1.2;font-size:2rem!important}.projects_page_main .title h1 strong{font-weight:600}.projects_page_main .title p{font-size:2rem!important}.projects_page_main .projects{height:auto}.projects_page_main .projects .row{flex-direction:column}.projects_page_main .projects .row .slides{flex-direction:column;justify-content:center;align-items:center;width:100%;animation:none}.projects_page_main .projects .row .project{width:100%;height:auto;min-width:unset}.projects_page_main .projects .row .project .image,.projects_page_main .projects .row .project .image img{height:auto}.projects_page_main .projects .row .project .details h2{font-size:1.5rem}.projects_page_main .projects .row .project .details .icon{padding:1rem;font-size:1rem}.projects_page_main .projects .row .project .details p{font-size:1rem}}.contact_main{background-color:#fff;width:100%;min-height:100vh;padding:2rem;position:relative}.contact_main.modern_contact{background:linear-gradient(135deg,#fafafa,#fff)}.contact_main.modern_contact .contact_container{max-width:800px;margin:0 auto;padding:3rem 0}.contact_main.modern_contact .contact_container .progress_header{text-align:center;margin-bottom:4rem}.contact_main.modern_contact .contact_container .progress_header .progress_info{margin-bottom:2rem}.contact_main.modern_contact .contact_container .progress_header .progress_info h1{color:#222;margin-bottom:.5rem;font-family:DM Sans,sans-serif;font-size:2.5rem;font-weight:600}.contact_main.modern_contact .contact_container .progress_header .progress_info p{color:#2229;font-size:1rem;font-weight:500}.contact_main.modern_contact .contact_container .progress_header .progress_bar{background-color:#2222221a;border-radius:4px;width:100%;height:8px;margin-bottom:2rem;overflow:hidden}.contact_main.modern_contact .contact_container .progress_header .progress_bar .progress_fill{background:linear-gradient(90deg,#222,#222c);border-radius:4px;height:100%;transition:width .5s cubic-bezier(.4,0,.2,1)}.contact_main.modern_contact .contact_container .progress_header .step_indicators{justify-content:center;gap:1rem;display:flex}.contact_main.modern_contact .contact_container .progress_header .step_indicators .step_indicator{color:#22222280;background-color:#2222221a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}.contact_main.modern_contact .contact_container .progress_header .step_indicators .step_indicator.active{color:#fff;background-color:#222}.contact_main.modern_contact .contact_container .progress_header .step_indicators .step_indicator.current{transform:scale(1.1);box-shadow:0 0 0 4px #2222221a}.contact_main.modern_contact .contact_container .step_container{background-color:#fff;border:1px solid #2222220d;border-radius:1.5rem;min-height:500px;margin-bottom:2rem;padding:3rem;box-shadow:0 4px 24px #0000000f}.contact_main.modern_contact .contact_container .step_container .step_content .step_header{text-align:center;margin-bottom:3rem}.contact_main.modern_contact .contact_container .step_container .step_content .step_header h2{color:#222;margin-bottom:.75rem;font-family:DM Sans,sans-serif;font-size:1.75rem;font-weight:600}.contact_main.modern_contact .contact_container .step_container .step_content .step_header p{color:#2229;font-size:1rem;line-height:1.5}.contact_main.modern_contact .contact_container .step_container .step_content .form_fields{flex-direction:column;gap:1.5rem;display:flex}.contact_main.modern_contact .contact_container .step_container .step_content .form_fields .field_group{flex-direction:column;gap:.5rem;display:flex}.contact_main.modern_contact .contact_container .step_container .step_content .form_fields .field_group label{color:#222;margin-bottom:.25rem;font-size:.95rem;font-weight:600}.contact_main.modern_contact .contact_container .step_container .step_content .form_fields .field_group .modern_input,.contact_main.modern_contact .contact_container .step_container .step_content .form_fields .field_group .modern_textarea{color:#222;background-color:#f9f9f980;border:2px solid #22222214;border-radius:.75rem;padding:1rem 1.25rem;font-family:DM Sans,sans-serif;font-size:1rem;transition:all .2s}.contact_main.modern_contact .contact_container .step_container .step_content .form_fields .field_group .modern_input:focus,.contact_main.modern_contact .contact_container .step_container .step_content .form_fields .field_group .modern_textarea:focus{background-color:#fff;border-color:#222;outline:none;box-shadow:0 0 0 3px #22222214}.contact_main.modern_contact .contact_container .step_container .step_content .form_fields .field_group .modern_input::-moz-placeholder{color:#2226}.contact_main.modern_contact .contact_container .step_container .step_content .form_fields .field_group .modern_textarea::-moz-placeholder{color:#2226}.contact_main.modern_contact .contact_container .step_container .step_content .form_fields .field_group .modern_input::placeholder,.contact_main.modern_contact .contact_container .step_container .step_content .form_fields .field_group .modern_textarea::placeholder{color:#2226}.contact_main.modern_contact .contact_container .step_container .step_content .form_fields .field_group .modern_textarea{resize:vertical;min-height:120px;line-height:1.6}.contact_main.modern_contact .contact_container .step_container .step_content .selection_grid{gap:1rem;display:grid}.contact_main.modern_contact .contact_container .step_container .step_content .selection_grid.budget_grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.contact_main.modern_contact .contact_container .step_container .step_content .selection_grid:not(.budget_grid){grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.contact_main.modern_contact .contact_container .step_container .step_content .selection_grid .selection_card{cursor:pointer;text-align:center;background-color:#f9f9f94d;border:2px solid #22222214;border-radius:1rem;padding:1.5rem;transition:all .2s;position:relative}.contact_main.modern_contact .contact_container .step_container .step_content .selection_grid .selection_card:hover{background-color:#fff;border-color:#22222226;transform:translateY(-2px);box-shadow:0 8px 24px #0000000f}.contact_main.modern_contact .contact_container .step_container .step_content .selection_grid .selection_card.selected{background-color:#22222205;border-color:#222;transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.contact_main.modern_contact .contact_container .step_container .step_content .selection_grid .selection_card.selected:after{content:"";background-color:#222;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:1rem;right:1rem}.contact_main.modern_contact .contact_container .step_container .step_content .selection_grid .selection_card.selected:before{content:"âœ“";color:#fff;z-index:1;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;font-weight:700;display:flex;position:absolute;top:1rem;right:1rem}.contact_main.modern_contact .contact_container .step_container .step_content .selection_grid .selection_card .card_icon{margin-bottom:1rem}.contact_main.modern_contact .contact_container .step_container .step_content .selection_grid .selection_card .card_icon i{color:#222;opacity:.8;font-size:2rem}.contact_main.modern_contact .contact_container .step_container .step_content .selection_grid .selection_card h3{color:#222;margin-bottom:.5rem;font-family:DM Sans,sans-serif;font-size:1.1rem;font-weight:600}.contact_main.modern_contact .contact_container .step_container .step_content .selection_grid .selection_card p{color:#2229;font-size:.9rem;line-height:1.4}.contact_main.modern_contact .contact_container .step_container .step_content .selection_grid .selection_card.budget_card .card_icon{display:none}.contact_main.modern_contact .contact_container .step_container .step_content .selection_grid .selection_card.budget_card h3{margin-bottom:.25rem;font-size:1.2rem}.contact_main.modern_contact .contact_container .step_container .step_content .selection_grid .selection_card.budget_card p{font-size:.85rem}.contact_main.modern_contact .contact_container .step_container .step_content .timeline_section{margin-top:3rem}.contact_main.modern_contact .contact_container .step_container .step_content .timeline_section h3{color:#222;text-align:center;margin-bottom:1.5rem;font-family:DM Sans,sans-serif;font-size:1.25rem;font-weight:600}.contact_main.modern_contact .contact_container .step_container .step_content .timeline_section .timeline_options{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.contact_main.modern_contact .contact_container .step_container .step_content .timeline_section .timeline_options .timeline_option{cursor:pointer;background-color:#f9f9f94d;border:2px solid #22222214;border-radius:.75rem;align-items:center;gap:1rem;padding:1rem 1.25rem;transition:all .2s;display:flex}.contact_main.modern_contact .contact_container .step_container .step_content .timeline_section .timeline_options .timeline_option:hover{background-color:#fff;border-color:#22222226}.contact_main.modern_contact .contact_container .step_container .step_content .timeline_section .timeline_options .timeline_option.selected{background-color:#22222205;border-color:#222}.contact_main.modern_contact .contact_container .step_container .step_content .timeline_section .timeline_options .timeline_option i{color:#222;opacity:.7;font-size:1.5rem}.contact_main.modern_contact .contact_container .step_container .step_content .timeline_section .timeline_options .timeline_option .timeline_info{flex-direction:column;display:flex}.contact_main.modern_contact .contact_container .step_container .step_content .timeline_section .timeline_options .timeline_option .timeline_info .timeline_label{color:#222;font-size:1rem;font-weight:600}.contact_main.modern_contact .contact_container .step_container .step_content .timeline_section .timeline_options .timeline_option .timeline_info .timeline_duration{color:#2229;font-size:.85rem}.contact_main.modern_contact .contact_container .step_container .step_content .project_summary{background-color:#f9f9f980;border:1px solid #2222220f;border-radius:1rem;margin-top:3rem;padding:2rem}.contact_main.modern_contact .contact_container .step_container .step_content .project_summary h3{color:#222;margin-bottom:1.5rem;font-family:DM Sans,sans-serif;font-size:1.25rem;font-weight:600}.contact_main.modern_contact .contact_container .step_container .step_content .project_summary .summary_items{flex-direction:column;gap:1rem;display:flex}.contact_main.modern_contact .contact_container .step_container .step_content .project_summary .summary_items .summary_item{border-bottom:1px solid #2222220f;justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.contact_main.modern_contact .contact_container .step_container .step_content .project_summary .summary_items .summary_item:last-child{border-bottom:none}.contact_main.modern_contact .contact_container .step_container .step_content .project_summary .summary_items .summary_item .label{color:#222;font-size:.9rem;font-weight:600}.contact_main.modern_contact .contact_container .step_container .step_content .project_summary .summary_items .summary_item .value{color:#222222b3;text-align:right;max-width:60%;font-size:.9rem}.contact_main.modern_contact .contact_container .step_navigation{justify-content:space-between;align-items:center;gap:1rem;display:flex}.contact_main.modern_contact .contact_container .step_navigation .nav_spacer{flex:1}.contact_main.modern_contact .contact_container .step_navigation .nav_button{cursor:pointer;border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;min-width:120px;padding:1rem 2rem;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.contact_main.modern_contact .contact_container .step_navigation .nav_button.secondary{color:#222;background-color:#2222220d}.contact_main.modern_contact .contact_container .step_navigation .nav_button.secondary:hover{background-color:#2222221a}.contact_main.modern_contact .contact_container .step_navigation .nav_button.primary{color:#fff;background-color:#222}.contact_main.modern_contact .contact_container .step_navigation .nav_button.primary:hover{background-color:#222222e6;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.contact_main.modern_contact .contact_container .step_navigation .nav_button.primary.submit{background:linear-gradient(135deg,#222,#222222e6)}.contact_main.modern_contact .contact_container .step_navigation .nav_button.disabled{opacity:.5;cursor:not-allowed;box-shadow:none!important;transform:none!important}.contact_main.modern_contact .contact_container .step_navigation .nav_button i{font-size:1rem}.contact_main.modern_contact .contact_container .step_navigation .nav_button .spinning{animation:1s linear infinite spin}.contact_main.modern_contact .contact_container .status_message{border:2px solid;border-radius:1rem;align-items:flex-start;gap:1rem;margin-top:2rem;padding:1.5rem;display:flex}.contact_main.modern_contact .contact_container .status_message.success{color:#15803d;background-color:#22c55e0d;border-color:#22c55e33}.contact_main.modern_contact .contact_container .status_message.error{color:#b91c1c;background-color:#ef44440d;border-color:#ef444433}.contact_main.modern_contact .contact_container .status_message .status_icon{margin-top:.125rem}.contact_main.modern_contact .contact_container .status_message .status_icon i{font-size:1.25rem}.contact_main.modern_contact .contact_container .status_message .status_content{flex:1}.contact_main.modern_contact .contact_container .status_message .status_content h4{margin-bottom:.5rem;font-family:DM Sans,sans-serif;font-size:1.1rem;font-weight:600}.contact_main.modern_contact .contact_container .status_message .status_content p{margin:0;font-size:.95rem;line-height:1.5}@media screen and (width<=768px){.contact_main{padding:1rem}.contact_main.modern_contact .contact_container{padding:2rem 0}.contact_main.modern_contact .contact_container .progress_header{margin-bottom:2rem}.contact_main.modern_contact .contact_container .progress_header .progress_info h1{font-size:1.75rem}.contact_main.modern_contact .contact_container .progress_header .step_indicators{gap:.5rem}.contact_main.modern_contact .contact_container .progress_header .step_indicators .step_indicator{width:32px;height:32px;font-size:.8rem}.contact_main.modern_contact .contact_container .step_container{min-height:400px;padding:1.5rem}.contact_main.modern_contact .contact_container .step_container .step_content .step_header{margin-bottom:2rem}.contact_main.modern_contact .contact_container .step_container .step_content .step_header h2{font-size:1.5rem}.contact_main.modern_contact .contact_container .step_container .step_content .step_header p{font-size:.9rem}.contact_main.modern_contact .contact_container .step_container .step_content .selection_grid{grid-template-columns:1fr}.contact_main.modern_contact .contact_container .step_container .step_content .selection_grid.budget_grid{grid-template-columns:repeat(2,1fr)}.contact_main.modern_contact .contact_container .step_container .step_content .timeline_section .timeline_options{grid-template-columns:1fr}.contact_main.modern_contact .contact_container .step_container .step_content .project_summary{padding:1.5rem}.contact_main.modern_contact .contact_container .step_container .step_content .project_summary .summary_items .summary_item{flex-direction:column;align-items:flex-start;gap:.25rem}.contact_main.modern_contact .contact_container .step_container .step_content .project_summary .summary_items .summary_item .value{text-align:left;max-width:100%}.contact_main.modern_contact .contact_container .step_navigation{flex-direction:column;gap:1rem}.contact_main.modern_contact .contact_container .step_navigation .nav_spacer{display:none}.contact_main.modern_contact .contact_container .step_navigation .nav_button{width:100%;min-width:unset}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.contact_main:not(.modern_contact){background-color:#fff;width:100%;min-height:100vh;padding:6rem 2rem 2rem;position:relative}.contact_main:not(.modern_contact) .contact_details_corner{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffff2;border:1px solid #2222221a;border-radius:1rem;flex-direction:column;gap:1rem;padding:1.5rem;display:flex;position:fixed;top:50%;right:2rem;transform:translateY(-50%);box-shadow:0 10px 40px #0000001a}.contact_main:not(.modern_contact) .contact_details_corner .contact_item{color:#222;align-items:center;gap:.75rem;padding:.5rem;font-size:.9rem;transition:all .3s;display:flex}.contact_main:not(.modern_contact) .contact_details_corner .contact_item:hover{transform:translate(-5px)}.contact_main:not(.modern_contact) .contact_details_corner .contact_item .icon{color:#222;opacity:.7;font-size:1rem}.contact_main:not(.modern_contact) .contact_details_corner .contact_item span{white-space:nowrap;font-weight:500}.contact_main:not(.modern_contact) .contact_container{flex-direction:column;gap:5rem;max-width:1200px;margin:0 auto;display:flex}.contact_main:not(.modern_contact) .contact_container .contact_header{text-align:left;flex-direction:column;align-items:flex-start;gap:2rem;margin-bottom:3rem;display:flex}.contact_main:not(.modern_contact) .contact_container .contact_header .tag{color:#222;text-transform:uppercase;letter-spacing:1px;background-color:#2222220d;border-radius:3rem;padding:1rem 2rem;font-size:1rem;font-weight:500}.contact_main:not(.modern_contact) .contact_container .contact_header h1{color:#222;margin:0;font-family:DM Sans,sans-serif;font-size:6rem;font-weight:400;line-height:1.2}.contact_main:not(.modern_contact) .contact_container .contact_header h1 strong{background:linear-gradient(45deg,#000,#7a7a7a);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:700}.contact_main:not(.modern_contact) .contact_container .contact_header p{color:#222222b3;max-width:600px;font-size:1rem;line-height:1.6}.contact_main:not(.modern_contact) .contact_container .budget_section{flex-direction:column;gap:2rem;display:flex}.contact_main:not(.modern_contact) .contact_container .budget_section h2{color:#222;text-align:left;margin-bottom:1rem;font-size:2rem;font-weight:500}.contact_main:not(.modern_contact) .contact_container .budget_section .budget_options{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.contact_main:not(.modern_contact) .contact_container .budget_section .budget_options .budget_option{cursor:pointer;background-color:#fff;border:2px solid #2222221a;border-radius:2rem;padding:2rem;transition:all .3s;position:relative;overflow:hidden}.contact_main:not(.modern_contact) .contact_container .budget_section .budget_options .budget_option:hover{border-color:#2222224d;transform:translateY(-2px)}.contact_main:not(.modern_contact) .contact_container .budget_section .budget_options .budget_option.selected{background-color:#222;transform:translateY(-2px)}.contact_main:not(.modern_contact) .contact_container .budget_section .budget_options .budget_option.selected .budget_label,.contact_main:not(.modern_contact) .contact_container .budget_section .budget_options .budget_option.selected .budget_description{color:#fff}.contact_main:not(.modern_contact) .contact_container .budget_section .budget_options .budget_option .budget_label{color:#222;margin-bottom:.5rem;font-size:1.3rem;font-weight:600}.contact_main:not(.modern_contact) .contact_container .budget_section .budget_options .budget_option .budget_description{color:#2229;font-size:.9rem}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form{flex-direction:column;gap:2rem;display:flex}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .form_row{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .form_group{flex-direction:column;gap:.75rem;display:flex}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .form_group.full_width{grid-column:1/-1}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .form_group label{color:#222;font-size:1rem;font-weight:500}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .form_group input,.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .form_group select,.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .form_group textarea{color:#222;background-color:#fff;border:2px solid #2222221a;border-radius:1.5rem;padding:1.25rem;font-family:DM Sans,sans-serif;font-size:1rem;transition:all .3s}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .form_group input:focus,.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .form_group select:focus,.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .form_group textarea:focus{border-color:#222;outline:none;box-shadow:0 0 0 3px #2222221a}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .form_group input::-moz-placeholder{color:#22222280}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .form_group select::-moz-placeholder{color:#22222280}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .form_group textarea::-moz-placeholder{color:#22222280}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .form_group input::placeholder,.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .form_group select::placeholder,.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .form_group textarea::placeholder{color:#22222280}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .form_group textarea{resize:vertical;min-height:120px}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .form_group select{cursor:pointer}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .form_group select option{padding:1rem}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .form_group .custom_dropdown{width:100%;position:relative}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .form_group .custom_dropdown .dropdown_trigger{color:#222;cursor:pointer;background-color:#fff;border:2px solid #2222221a;border-radius:1.5rem;justify-content:space-between;align-items:center;min-height:56px;padding:1.25rem;font-family:DM Sans,sans-serif;font-size:1rem;transition:all .3s;display:flex}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .form_group .custom_dropdown .dropdown_trigger:hover{border-color:#2223}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .form_group .custom_dropdown .dropdown_trigger.open{border-color:#222;box-shadow:0 0 0 3px #2222221a}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .form_group .custom_dropdown .dropdown_trigger .placeholder{color:#22222280}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .form_group .custom_dropdown .dropdown_trigger .selected{color:#222}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .form_group .custom_dropdown .dropdown_trigger .dropdown_icon{color:#2229;transform-origin:50%;font-size:1rem;transition:transform .3s;transform:translateY(3px)}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .form_group .custom_dropdown .dropdown_trigger .dropdown_icon.rotated{transform:rotate(180deg)}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .form_group .custom_dropdown .dropdown_menu{z-index:1000;opacity:0;visibility:hidden;background-color:#fff;border:2px solid #2222221a;border-top:none;border-radius:0 0 1.5rem 1.5rem;max-height:200px;transition:opacity .3s,visibility .3s,transform .3s;position:absolute;top:100%;left:0;right:0;overflow-y:auto;transform:translateY(-10px);box-shadow:0 4px 12px #0000001a}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .form_group .custom_dropdown .dropdown_menu.open{opacity:1!important;visibility:visible!important;transform:translateY(0)!important}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .form_group .custom_dropdown .dropdown_menu .dropdown_item{color:#222;cursor:pointer;border-bottom:1px solid #2222220d;padding:1rem 1.25rem;font-family:DM Sans,sans-serif;font-size:1rem;transition:background-color .2s}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .form_group .custom_dropdown .dropdown_menu .dropdown_item:last-child{border-bottom:none}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .form_group .custom_dropdown .dropdown_menu .dropdown_item:hover{background-color:#2222220d}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .form_group .custom_dropdown .dropdown_menu .dropdown_item.selected{background-color:#2222221a;font-weight:500}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .form_group .custom_dropdown .dropdown_menu::-webkit-scrollbar{width:6px}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .form_group .custom_dropdown .dropdown_menu::-webkit-scrollbar-track{background:#2222220d}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .form_group .custom_dropdown .dropdown_menu::-webkit-scrollbar-thumb{background:#2223;border-radius:3px}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .form_group .custom_dropdown .dropdown_menu::-webkit-scrollbar-thumb:hover{background:#2222224d}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .submit_button{color:#fff;cursor:pointer;background-color:#222;border:none;border-radius:2rem;justify-content:center;align-self:flex-start;align-items:center;gap:1rem;margin-top:1rem;padding:1.5rem 3rem;font-size:1.1rem;font-weight:500;transition:all .3s;display:flex;position:relative;overflow:hidden}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .submit_button:hover .icon{transform:rotate(-45deg)}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .submit_button span,.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .submit_button .icon{z-index:2;position:relative}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .submit_button .icon{font-size:1.2rem;transition:transform .3s}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .submit_button:disabled{opacity:.7;cursor:not-allowed;transform:none}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .submit_button:disabled:hover,.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .submit_button:disabled:hover .icon{transform:none}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .submit_button .spinning{animation:1s linear infinite spin}.contact_main:not(.modern_contact) .contact_container .status_message{flex-direction:row;gap:.5rem;margin-top:2rem;margin-bottom:1.5rem;font-size:.9rem;display:flex}.contact_main:not(.modern_contact) .contact_container .status_message.success{color:green}.contact_main:not(.modern_contact) .contact_container .status_message i{font-size:1rem}.contact_main:not(.modern_contact) .contact_container .additional_info{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem;display:grid}.contact_main:not(.modern_contact) .contact_container .additional_info .info_card{text-align:center;background-color:#22222205;border:1px solid #2222220d;border-radius:2rem;padding:2rem}.contact_main:not(.modern_contact) .contact_container .additional_info .info_card .icon{color:#222;opacity:.8;margin-bottom:1rem;font-size:2rem}.contact_main:not(.modern_contact) .contact_container .additional_info .info_card h3{color:#222;margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.contact_main:not(.modern_contact) .contact_container .additional_info .info_card p{color:#2229;font-size:.9rem;line-height:1.5}@media screen and (width<=768px){.contact_main:not(.modern_contact){padding:2rem}.contact_main:not(.modern_contact) .contact_details_corner{align-self:center;width:fit-content;margin-bottom:2rem;position:static;transform:none}.contact_main:not(.modern_contact) .contact_details_corner .contact_item{font-size:.8rem}.contact_main:not(.modern_contact) .contact_details_corner .contact_item .icon{font-size:.9rem}.contact_main:not(.modern_contact) .contact_container{gap:3rem}.contact_main:not(.modern_contact) .contact_container .contact_header h1{font-size:2.5rem}.contact_main:not(.modern_contact) .contact_container .contact_header p{font-size:1rem}.contact_main:not(.modern_contact) .contact_container .budget_section .budget_options{grid-template-columns:1fr;gap:1rem}.contact_main:not(.modern_contact) .contact_container .budget_section .budget_options .budget_option{padding:1.5rem}.contact_main:not(.modern_contact) .contact_container .budget_section .budget_options .budget_option .budget_label{font-size:1.1rem}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .form_row{grid-template-columns:1fr;gap:1rem}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .form_group .custom_dropdown .dropdown_trigger{min-height:52px;padding:1rem}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .form_group .custom_dropdown .dropdown_menu{max-height:180px}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .form_group .custom_dropdown .dropdown_menu .dropdown_item{padding:.875rem 1rem}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .submit_button{justify-content:center;width:100%}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .status_message{margin-top:2rem;margin-bottom:1.5rem;padding:2rem;font-size:.9rem}.contact_main:not(.modern_contact) .contact_container .contact_form_section .contact_form .status_message .icon{font-size:1.1rem}.contact_main:not(.modern_contact) .contact_container .additional_info{grid-template-columns:1fr;gap:1rem}.contact_main:not(.modern_contact) .contact_container .additional_info .info_card{padding:1.5rem}}.about_page_main{color:#222;background-color:#fff;width:100%}.about_page_main .container{max-width:1200px;margin:0 auto;padding:0 2rem}.about_page_main .about_hero{justify-content:center;align-items:center;min-height:100vh;padding:8rem 2rem 5rem;display:flex}.about_page_main .about_hero .hero_content{align-items:center;gap:5rem;max-width:1200px;display:flex}.about_page_main .about_hero .hero_content .text_content{flex:1}.about_page_main .about_hero .hero_content .text_content h1{margin-bottom:2rem;font-family:DM Sans,sans-serif;font-size:6rem;font-weight:400;line-height:1.2}.about_page_main .about_hero .hero_content .text_content h1 span{display:block;overflow:hidden}.about_page_main .about_hero .hero_content .text_content h1 span:nth-child(3){align-items:center;gap:1rem;display:flex}.about_page_main .about_hero .hero_content .text_content h1 .video{aspect-ratio:16/9;border-radius:1rem;height:5rem;display:inline-block;position:relative;overflow:hidden}.about_page_main .about_hero .hero_content .text_content h1 .video video{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.about_page_main .about_hero .hero_content .text_content p{color:#222c;max-width:500px;font-size:1.2rem;line-height:1.6}.about_page_main .about_hero .hero_content .hero_image{border-radius:2rem;flex:0 0 400px;height:500px;position:relative;overflow:hidden}.about_page_main .about_hero .hero_content .hero_image img{-o-object-fit:cover;object-fit:cover;filter:grayscale();mix-blend-mode:multiply;width:100%;height:100%}.about_page_main .about_hero .hero_content .hero_image:after{content:"";opacity:.3;mix-blend-mode:overlay;pointer-events:none;background-image:url(https://cliply.co/wp-content/uploads/2021/07/402107790_STATIC_NOISE_400.gif);width:100%;height:100%;position:absolute;top:0;left:0}.about_page_main .stats_section{background-color:#f8f8f8;padding:5rem 0}.about_page_main .stats_section .container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;display:grid}.about_page_main .stats_section .stat_item{text-align:center;padding:2rem}.about_page_main .stats_section .stat_item h2{background:linear-gradient(135deg,#222,#666);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:4rem;font-weight:700}.about_page_main .stats_section .stat_item p{color:#222222b3;font-size:1.1rem;font-weight:500}.about_page_main .skills_section{padding:8rem 0}.about_page_main .skills_section .section_header{text-align:left;margin-bottom:5rem}.about_page_main .skills_section .section_header .tag{background-color:#2222221a;border-radius:2rem;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;display:inline-flex}.about_page_main .skills_section .section_header .tag .icon{font-size:1rem}.about_page_main .skills_section .section_header h2{max-width:800px;font-size:3.5rem;font-weight:600;line-height:1.2}.about_page_main .skills_section .skills_grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;display:grid}.about_page_main .skills_section .skill_category{background-color:#f8f8f8;border-radius:2rem;padding:2.5rem;transition:transform .3s}.about_page_main .skills_section .skill_category:hover{transform:translateY(-5px)}.about_page_main .skills_section .skill_category h3{color:#222;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.about_page_main .skills_section .skill_category .skills_list{flex-wrap:wrap;gap:.75rem;display:flex}.about_page_main .skills_section .skill_category .skills_list span{color:#222;background-color:#fff;border:1px solid #2223;border-radius:1.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .3s}.about_page_main .skills_section .skill_category .skills_list span:hover{color:#fff;background-color:#222;transform:translateY(-2px)}.about_page_main .journey_section{color:#fff;background-color:#161616;padding:8rem 0}.about_page_main .journey_section .section_header{text-align:left;margin-bottom:5rem}.about_page_main .journey_section .section_header .tag{color:#fff;background-color:#ffffff1a;border-radius:2rem;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;display:inline-flex}.about_page_main .journey_section .section_header .tag .icon{font-size:1rem}.about_page_main .journey_section .section_header h2{color:#fff;max-width:800px;font-size:3.5rem;font-weight:600;line-height:1.2}.about_page_main .journey_section .journey_timeline{padding-left:2rem;position:relative}.about_page_main .journey_section .journey_timeline:before{content:"";background:linear-gradient(#0000,#fff,#0000);width:2px;height:100%;position:absolute;top:0;left:0}.about_page_main .journey_section .journey_timeline .journey_item{margin-bottom:4rem;padding-left:3rem;position:relative}.about_page_main .journey_section .journey_timeline .journey_item:before{content:"";background-color:#fff;border-radius:50%;width:12px;height:12px;position:absolute;top:0;left:-6px}.about_page_main .journey_section .journey_timeline .journey_item .year{color:#fff9;margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.about_page_main .journey_section .journey_timeline .journey_item .content h3{color:#fff;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.about_page_main .journey_section .journey_timeline .journey_item .content p{color:#fffc;max-width:600px;font-size:1rem;line-height:1.6}.about_page_main .values_section{padding:8rem 0}.about_page_main .values_section .section_header{text-align:left;margin-bottom:5rem}.about_page_main .values_section .section_header .tag{background-color:#2222221a;border-radius:2rem;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;display:inline-flex}.about_page_main .values_section .section_header .tag .icon{font-size:1rem}.about_page_main .values_section .section_header h2{max-width:800px;font-size:3.5rem;font-weight:600;line-height:1.2}.about_page_main .values_section .values_grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.about_page_main .values_section .value_card{text-align:center;background-color:#f8f8f8;border-radius:2rem;padding:2.5rem 2rem;transition:all .3s}.about_page_main .values_section .value_card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.about_page_main .values_section .value_card .icon{background-color:#222;border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;margin:0 auto 1.5rem;transition:all .3s;display:flex}.about_page_main .values_section .value_card .icon i{color:#fff;font-size:1.5rem}.about_page_main .values_section .value_card:hover .icon{transform:scale(1.1)}.about_page_main .values_section .value_card h3{color:#222;margin-bottom:1rem;font-size:1.3rem;font-weight:600}.about_page_main .values_section .value_card p{color:#222222b3;font-size:1rem;line-height:1.6}.about_page_main .about_cta{background-color:#f8f8f8;padding:8rem 0}.about_page_main .about_cta .container{align-items:center;gap:5rem;display:flex}.about_page_main .about_cta .cta_content{flex:1}.about_page_main .about_cta .cta_content h2{color:#222;margin-bottom:1rem;font-size:3rem;font-weight:600}.about_page_main .about_cta .cta_content p{color:#222c;max-width:500px;margin-bottom:2rem;font-size:1.2rem;line-height:1.6}.about_page_main .about_cta .cta_content .cta_buttons{flex-wrap:wrap;gap:1rem;display:flex}.about_page_main .about_cta .cta_content .cta_buttons .button{border-radius:2rem;align-items:center;gap:.5rem;padding:1rem 2rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.about_page_main .about_cta .cta_content .cta_buttons .button.primary{color:#fff;background-color:#222;border:1px solid #222}.about_page_main .about_cta .cta_content .cta_buttons .button.primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #2222224d}.about_page_main .about_cta .cta_content .cta_buttons .button.secondary{color:#222;background-color:#0000;border:1px solid #222}.about_page_main .about_cta .cta_content .cta_buttons .button.secondary:hover{color:#fff;background-color:#222}.about_page_main .about_cta .cta_content .cta_buttons .button .icon{transition:transform .3s}.about_page_main .about_cta .cta_content .cta_buttons .button:hover .icon{transform:translate(3px)}.about_page_main .about_cta .cta_image{flex:0 0 300px;justify-content:center;display:flex}.about_page_main .about_cta .cta_image .hire_me{cursor:pointer;width:200px;height:200px;transition:transform .3s;position:relative}.about_page_main .about_cta .cta_image .hire_me:hover{transform:rotate(10deg)scale(1.05)}.about_page_main .about_cta .cta_image .hire_me .circular-text{width:100%;height:100%;animation:20s linear infinite rotate;position:absolute}.about_page_main .about_cta .cta_image .hire_me .circular-text svg{width:100%;height:100%}.about_page_main .about_cta .cta_image .hire_me .circular-text svg text{fill:#222;letter-spacing:2px;font-size:10px;font-weight:600}.about_page_main .about_cta .cta_image .hire_me .circular-text svg path{fill:none}.about_page_main .about_cta .cta_image .hire_me img{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:60%;height:60%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media screen and (width<=768px){.about_page_main .about_hero{min-height:auto;padding:4rem 1rem 3rem}.about_page_main .about_hero .hero_content{text-align:center;flex-direction:column;gap:3rem}.about_page_main .about_hero .hero_content .text_content h1{font-size:3rem}.about_page_main .about_hero .hero_content .text_content h1 span:nth-child(3){flex-direction:column;gap:.5rem}.about_page_main .about_hero .hero_content .text_content p{max-width:none}.about_page_main .about_hero .hero_content .hero_image{flex:none;width:100%;max-width:300px;height:300px}.about_page_main .stats_section{padding:3rem 0}.about_page_main .stats_section .container{grid-template-columns:repeat(2,1fr);gap:2rem}.about_page_main .stats_section .stat_item{padding:1rem}.about_page_main .stats_section .stat_item h2{font-size:2.5rem}.about_page_main .skills_section,.about_page_main .journey_section,.about_page_main .values_section{padding:4rem 0}.about_page_main .skills_section .section_header,.about_page_main .journey_section .section_header,.about_page_main .values_section .section_header{margin-bottom:3rem}.about_page_main .skills_section .section_header h2,.about_page_main .journey_section .section_header h2,.about_page_main .values_section .section_header h2{font-size:2.5rem}.about_page_main .skills_section .skills_grid{grid-template-columns:1fr;gap:2rem}.about_page_main .skills_section .skill_category{padding:2rem}.about_page_main .journey_section .journey_timeline{padding-left:1rem}.about_page_main .journey_section .journey_timeline .journey_item{padding-left:2rem}.about_page_main .values_section .values_grid{grid-template-columns:1fr;gap:1.5rem}.about_page_main .values_section .value_card{padding:2rem 1.5rem}.about_page_main .about_cta{padding:4rem 0}.about_page_main .about_cta .container{text-align:center;flex-direction:column;gap:3rem}.about_page_main .about_cta .cta_content h2{font-size:2rem}.about_page_main .about_cta .cta_content p{max-width:none}.about_page_main .about_cta .cta_content .cta_buttons{justify-content:center}.about_page_main .about_cta .cta_content .cta_buttons .button{padding:.8rem 1.5rem}.about_page_main .about_cta .cta_image{flex:none}.about_page_main .about_cta .cta_image .hire_me{width:150px;height:150px}}.home_main .hero_main .hero_images{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.home_main .hero_main .hero_images .floating-img{z-index:10;max-width:200px;animation:6s ease-in-out infinite float;position:absolute}.home_main .hero_main .hero_images .img-1{animation-delay:0s;top:10%;right:15%}.home_main .hero_main .hero_images .img-2{max-width:250px;animation-delay:-3s;bottom:10%;left:15%}@keyframes float{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(5deg)}to{transform:translateY(0)rotate(0)}}@media screen and (width<=768px){.home_main .hero_main .hero_images .floating-img{max-width:120px}.home_main .hero_main .hero_images .img-1{top:5%;right:5%}.home_main .hero_main .hero_images .img-2{bottom:5%;left:5%}}.fade-in-section{opacity:0;will-change:opacity, transform;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(40px)}.fade-in-section.is-visible{opacity:1;transform:none}.pixel-card{background-color:#111;border:2px solid #333;font-family:monospace;transition:all .2s ease-in-out;position:relative;box-shadow:4px 4px #0fc,8px 8px #0fc3;border-radius:0!important}.pixel-card:hover{border-color:#0fc;transform:translate(-4px,-4px);box-shadow:8px 8px #0fc,12px 12px #0fc6}.pixel-card .icon{text-shadow:0 0 5px #00ffcc80;color:#0fc!important}.pixel-card h1{color:#fff;text-transform:uppercase;letter-spacing:2px}.pixel-card .pixel-skill{color:#0fc;text-transform:uppercase;border:1px dashed #555;transition:all .2s;background-color:#0000!important;border-radius:0!important}.pixel-card:hover .pixel-skill{border-color:#0fc;background-color:#00ffcc1a!important}html,body{width:100%;max-width:100vw;overflow-x:hidden}.experience_section,.cta_sec_2{padding:8rem}@media (width<=768px){.experience_section,.cta_sec_2{text-align:center;flex-direction:column;gap:2rem;padding:3rem 2rem}.experience_section .timeline .exp-item{flex-direction:column;gap:1rem}.experience_section .timeline .exp-left{text-align:left;flex:none}.cta_sec_2 .left{max-width:100%}.cta_sec_2 .left h1{font-size:2rem!important}.services_section{width:100%!important;padding:4rem 2rem!important}.services_section .title{padding:0!important}.services_section .services{grid-template-columns:1fr!important;padding:2rem 0!important}}.experience_section .exp-item,.why_we_differ .card{border-radius:2rem;transition:all .4s}.experience_section .exp-item:hover,.why_we_differ .card:hover{color:#fff;background-color:#161616;padding:2rem;transform:scale(1.03);box-shadow:0 10px 30px #0000001a}.experience_section .exp-item:hover p,.experience_section .exp-item:hover li,.why_we_differ .card:hover p{color:#ccc!important}.experience_section .exp-item:hover h3,.experience_section .exp-item:hover h2,.why_we_differ .card:hover h2{color:#fff!important}.why_we_differ .card:hover .icon,.why_we_differ .card:hover .icon .icon{border-color:#fff;color:#fff!important}input:-webkit-autofill{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:white!important;-webkit-box-shadow:inset 0 0 0 30px #1a1a1a!important}input:-webkit-autofill:hover{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:white!important;-webkit-box-shadow:inset 0 0 0 30px #1a1a1a!important}input:-webkit-autofill:focus{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:white!important;-webkit-box-shadow:inset 0 0 0 30px #1a1a1a!important}input:-webkit-autofill:active{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:white!important;-webkit-box-shadow:inset 0 0 0 30px #1a1a1a!important}.modern_input,.modern_textarea{font-family:inherit;box-sizing:border-box!important;color:#fff!important;background-color:#1a1a1a!important;border:1px solid #333!important;border-radius:1rem!important;outline:none!important;width:100%!important;padding:1rem!important}.modern_input:-webkit-autofill{-webkit-text-fill-color:#fff!important;-webkit-box-shadow:inset 0 0 0 1000px #1a1a1a!important}.home_main .hero_main{flex-direction:column!important;justify-content:flex-start!important;align-items:flex-start!important;min-height:80vh!important;padding-top:2rem!important;display:flex!important}.home_main .hero_main .title{margin-top:2rem!important}.hero_intro{color:#222!important;visibility:visible!important;opacity:.8!important;margin-bottom:1.5rem!important;display:block!important}.cta_sec_2 .resume_btn{color:#fff;cursor:none;background-color:#161616;border-radius:50%;justify-content:center;align-items:center;width:12rem;height:12rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.cta_sec_2 .resume_btn span{letter-spacing:2px;z-index:2;font-size:1.2rem;font-weight:500;transition:all .3s}.cta_sec_2 .resume_btn:before{content:"";z-index:1;background-color:#333;border-radius:50%;width:100%;height:100%;transition:all .4s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0;transform:scale(0)}.cta_sec_2 .resume_btn:hover{transform:scale(1.05);box-shadow:0 15px 35px #0003}.cta_sec_2 .resume_btn:hover:before{transform:scale(1)}.cta_sec_2 .resume_btn:hover span{transform:scale(1.1)}.contact_main.modern_contact .contact_container .step_navigation .nav_button{cursor:pointer!important;text-transform:uppercase!important;letter-spacing:2px!important;border-radius:3rem!important;align-items:center!important;gap:.75rem!important;padding:1.2rem 2.5rem!important;font-size:.85rem!important;font-weight:700!important;transition:all .4s cubic-bezier(.16,1,.3,1)!important;display:flex!important;position:relative!important;overflow:hidden!important}.contact_main.modern_contact .contact_container .step_navigation .nav_button.primary.submit:hover{color:#fff!important;background-color:#fff!important;border-color:#fff!important}.contact_main.modern_contact .contact_container .step_navigation .nav_button.primary.submit:hover:not(.disabled){color:#fff!important;background-color:#0000!important;transform:translateY(-5px)!important;box-shadow:0 15px 30px #fff3!important}.contact_main.modern_contact .contact_container .step_navigation .nav_button.secondary{color:#fff!important;background-color:#0000!important;border:2px solid #fff3!important}.contact_main.modern_contact .contact_container .step_navigation .nav_button.secondary:hover{color:#000!important;background-color:#fff!important;border-color:#fff!important;transform:translateY(-5px)!important}.contact_main.modern_contact .contact_container .step_navigation .nav_button.disabled{color:#898989!important;cursor:not-allowed!important;box-shadow:none!important;background-color:#fffcfc!important;border-color:#333!important;transform:none!important}@media screen and (width<=768px){html,body{width:100vw!important;max-width:100vw!important;overflow-x:hidden!important}.navbar_main{box-sizing:border-box!important;width:100%!important;padding:.5rem 1rem!important;left:0!important;transform:none!important}.navbar_main .buttons{gap:.5rem!important;padding:.2rem!important}.navbar_main .buttons .button{height:2.5rem!important;padding:0 .8rem!important}.navbar_main .buttons .button span{font-size:.8rem!important}.github_calendar_wrapper{box-sizing:border-box!important;border-radius:1rem!important;width:100%!important;max-width:100vw!important;padding:1rem!important;overflow-x:auto!important}.github_calendar_wrapper>div{transform-origin:0;transform:scale(.85)}.exp-item{flex-direction:column!important;gap:1rem!important;padding-bottom:2rem!important}.exp-left{flex:none!important}.exp-right h2{font-size:1.5rem!important}.home_main .featured_projects .cards .card{width:100%!important;min-width:0!important;height:auto!important}.home_main .featured_projects .cards .card .image{width:100%!important;height:15rem!important}.home_main .hero_main .title h1{word-wrap:break-word!important;white-space:normal!important;font-size:2rem!important}.home_main .hero_main .title h1 span .video{width:5rem!important;height:3rem!important}.home_main .services_section .services .service{flex-direction:column!important;align-items:flex-start!important}.home_main .hero_main{height:auto!important;margin-bottom:0!important;padding-bottom:0!important}.home_main .marquee_slider{margin-top:1rem!important;padding-top:0!important}}
