@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{position:fixed;width:10px;height:10px;background-color:#fff;border-radius:50%;pointer-events:none;transform:translate(-50%,-50%);z-index:99999;mix-blend-mode:difference;transition:width .3s ease-in-out,height .3s ease-in-out,background-color .3s ease-in-out,mix-blend-mode .3s ease-in-out;transform-origin:center center}.custom-cursor.hovered{width:20px;height:20px}.custom-cursor.explore{width:6rem;height:6rem;background-color:#fff;mix-blend-mode:unset;display:grid;place-items:center}.custom-cursor.explore .cursor-text{color:#000;animation:fadeInOut .5s ease-in-out}.custom-cursor.video-hover{width:10rem;height:10rem;background-color:#fff;mix-blend-mode:unset;display:grid;place-items:center}.custom-cursor.video-hover .cursor-text{color:#000;animation:fadeInOut .5s ease-in-out}.custom-cursor.video-hover .cursor-text .icon{font-size:2rem;color:#222;opacity:.9}.custom-cursor.drag-hover{width:10rem;height:10rem;background-color:#fff;mix-blend-mode:unset;display:grid;place-items:center}.custom-cursor.drag-hover .cursor-text{color:#000;animation:fadeInOut .5s ease-in-out}.custom-cursor.drag-hover .cursor-text .icon{font-size:2rem;color:#222;opacity:.9}@keyframes fadeInOut{0%{opacity:0}to{opacity:1}}@media screen and (max-width: 768px){.custom-cursor{display:none}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:DM Sans,sans-serif;background-color:#fff;color:#222;display:flex;flex-direction:column}.icon{transform:translateY(2px)}.navbar_main{padding:.4rem;border-radius:6rem;width:70%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;justify-self:center;top:1rem;position:sticky;z-index:9999;transition:all .3s ease-in-out}.navbar_main.scrolled{width:90%}.navbar_main.scrolled .logo{visibility:hidden}.navbar_main .logo{width:20%;height:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;margin-left:.3rem}.navbar_main .logo span{font-size:1.5rem;font-weight:800;color:#222;padding:.5rem 1rem;background-color:#fff;border-radius:2rem}.navbar_main .logo img{width:8rem;-o-object-fit:cover;object-fit:cover}.navbar_main .buttons{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:1rem;padding:.5rem;background:#0807077d;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(8.3px);-webkit-backdrop-filter:blur(8.3px);border-radius:5rem}.navbar_main .buttons .button{height:3.5rem;padding:0 2rem;display:flex;flex-direction:row;align-items:center;justify-content:center;border-radius:2rem;background-color:#fff;color:#222;font-size:1rem;text-decoration:none;transition:all .3s ease-in-out;border:1px solid transparent;gap:.5rem;font-weight:500;border:none;outline:none;position:relative;overflow:hidden}.navbar_main .buttons .button>*{position:relative;z-index:2}.navbar_main .buttons .button:hover{color:#fff;position:relative;z-index:1}.navbar_main .buttons .button:before{content:"";position:absolute;top:100%;left:0;width:100%;height:100%;border-radius:2rem;background-color:#222;z-index:1;transition:all .3s cubic-bezier(.79,.33,.14,.53);transform:translateY(0)}.navbar_main .buttons .button:hover:before{transform:translateY(-100%)}.navbar_main .buttons .button .icon{transform:translateY(3px);font-size:1.3rem;transition:all .3s cubic-bezier(.79,.33,.14,.53)}@media screen and (max-width: 768px){.navbar_main{padding:1rem;width:100%}.navbar_main .logo{width:20%}.navbar_main .buttons{gap:1rem}.navbar_main .buttons .button{height:3rem;padding:0 1rem;font-size:.8rem}.navbar_main .buttons .button span{font-size:.8rem}}.navigation_main{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;top:0;right:0;z-index:9999;position:fixed;width:100vw;height:100vh;background:#0003;border-radius:16px;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);padding:2rem;opacity:0;visibility:hidden}.navigation_main .navigation{width:50vw;height:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:2rem;transform:translate(100%);padding:2rem;background-color:#fff;border-radius:2rem}.navigation_main .navigation .close_btn{background:none;border:none;cursor:pointer;position:absolute;top:2rem;right:4rem;z-index:1000}.navigation_main .navigation .close_btn .icon{font-size:2rem;color:#222}.navigation_main .navigation .links{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:2rem;width:100%;height:100%;padding:2rem}.navigation_main .navigation .links a{font-size:4rem;text-transform:uppercase;font-weight:500;color:#222;text-align:right;text-decoration:none;line-height:1.5;display:flex;transform:translateY(20px);opacity:0}@media screen and (max-width: 768px){.navigation_main .navigation{width:100vw;height:100%;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:2rem}.navigation_main .navigation .close_btn{background:none;border:none;cursor:pointer;position:absolute;top:2rem;right:2rem;z-index:1000}.navigation_main .navigation .close_btn .icon{font-size:2rem;color:#222}.navigation_main .navigation .links{width:100%;height:auto;align-items:center;justify-content:center}.navigation_main .navigation .links a{font-size:2.5rem;text-align:center;transform:translateY(0);opacity:1}}.footer_main{width:100%;height:17rem;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;padding:2rem 3rem;background-color:#161616;position:relative;border-top:1px solid rgba(255,255,255,.1254901961)}.footer_main .logo{width:20%;height:100%;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start}.footer_main .logo span{font-size:1.5rem;font-weight:800;color:#fff}.footer_main .right{width:60%;display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:2rem;font-family:DM Sans,sans-serif;height:100%}.footer_main .right .contact_details{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:2rem;font-family:DM Sans,sans-serif}.footer_main .right .contact_details .detail{font-size:1.2rem;font-weight:400;color:#fff;padding:1rem 2rem;text-align:left;border:1px solid rgba(255,255,255,.1254901961);border-radius:2rem}.footer_main .right .copyright_note{font-size:.9rem;font-weight:300;color:#fff;text-align:left;line-height:1.5;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;opacity:.4}@media screen and (max-width: 768px){.footer_main{padding:2rem;flex-direction:column;align-items:center;justify-content:center;gap:2rem;height:auto}.footer_main .logo{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;margin-bottom:1rem}.footer_main .logo span{font-size:1.5rem;font-weight:800;color:#fff}.footer_main .right{width:100%;align-items:center}.footer_main .right .contact_details{flex-direction:column;align-items:center;justify-content:center}.footer_main .right .contact_details .detail{width:100%;text-align:center;margin-bottom:1rem}}.home_main{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;background-color:#fff;position:relative}.home_main .hero_main{width:100%;height:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:5rem;position:relative;height:60vh;padding:0 8rem 2rem}.home_main .hero_main .title{width:60%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2rem;font-family:DM Sans,sans-serif}.home_main .hero_main .title h1{font-size:8rem;font-weight:400;color:#222;text-align:left;line-height:1.2;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.home_main .hero_main .title h1 span{display:flex;flex-direction:row;align-items:center;gap:1rem}.home_main .hero_main .title .video{height:7rem;aspect-ratio:16/9;border-radius:2rem;display:inline-block;overflow:hidden;position:relative;cursor:pointer}.home_main .hero_main .title .video video{width:100%;height:100%;border-radius:2rem;position:absolute;top:0;left:0;z-index:1;transform:scale(1.5)}@media screen and (max-width: 768px){.home_main .hero_main{padding:0 2rem;height:50vh;gap:2rem;margin-top:1rem;width:100%}.home_main .hero_main .title{width:100%}.home_main .hero_main .title h1{font-size:4rem;line-height:1.2;width:100%;text-align:left}.home_main .hero_main .title h1 span{flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;text-align:left}.home_main .hero_main .title h1 span .video{display:inline-block;width:10rem;height:7rem}}.home_main .marquee_slider{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;height:50vh;overflow-x:scroll;width:100%;overflow:hidden;position:relative}.home_main .marquee_slider:before{content:"";position:absolute;top:0;right:0;width:12rem;height:100%;z-index:2;background:#fff;background:linear-gradient(270deg,#fff,#fff0)}.home_main .marquee_slider:after{content:"";position:absolute;top:0;left:0;width:12rem;height:100%;background-color:red;z-index:2;background:#fff;background:linear-gradient(90deg,#fff,#fff0)}.home_main .marquee_slider .slides{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;height:100%;gap:2rem;flex-wrap:nowrap;background-color:#fff;margin-left:3rem;animation:slide 80s linear infinite}.home_main .marquee_slider .slides:after{content:"";display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:2rem}.home_main .marquee_slider .slides .slide{width:45rem;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f1f1f1;padding:3rem;padding-bottom:0;border-radius:2rem;transition:all .3s ease-in-out;position:relative;overflow:hidden;cursor:pointer;flex-shrink:0}.home_main .marquee_slider .slides .slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:1rem 1rem 0 0}@media screen and (max-width: 768px){.home_main .marquee_slider{height:20vh;padding:0 1rem;margin-top:1rem;gap:2rem}.home_main .marquee_slider:after{width:2rem}.home_main .marquee_slider:before{width:2rem}.home_main .marquee_slider .slides{gap:1rem;margin-left:0rem}.home_main .marquee_slider .slides .slide{width:15rem;height:100%;padding:2rem;padding-bottom:0;border-radius:1rem}}@keyframes slide{0%{transform:translate(0)}to{transform:translate(-100%)}}.home_main .cta_sec_1{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:5rem;padding:0 8rem;margin-top:3rem;height:80vh}.home_main .cta_sec_1 .left{width:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:2rem;position:relative}.home_main .cta_sec_1 .left img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:grayscale(1);mix-blend-mode:multiply}.home_main .cta_sec_1 .left:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(https://cliply.co/wp-content/uploads/2021/07/402107790_STATIC_NOISE_400.gif);opacity:.5;mix-blend-mode:overlay;z-index:2;pointer-events:none}.home_main .cta_sec_1 .content{width:50%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2rem;font-family:DM Sans,sans-serif}.home_main .cta_sec_1 .content h1{font-size:5rem;font-weight:400;color:#222;text-align:left;line-height:.9;display:flex;flex-direction:row;width:100%;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap}.home_main .cta_sec_1 .content p{font-size:1.2rem;font-weight:400;color:#222;text-align:left;line-height:1.5;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.home_main .cta_sec_1 .content .buttons{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:2rem}.home_main .cta_sec_1 .content .buttons .button{height:5rem;padding:0 3rem;display:flex;flex-direction:row;align-items:center;justify-content:center;border-radius:3rem;background-color:#fff;color:#222;font-size:1rem;text-decoration:none;transition:all .3s ease-in-out;border:1px solid #222;gap:.5rem;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>*{position:relative;z-index:2}.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:"";position:absolute;top:100%;left:0;width:100%;height:100%;border-radius:2rem;background-color:#222;z-index:1;transition:all .3s cubic-bezier(.79,.33,.14,.53);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{transform:translateY(3px);font-size:1.3rem;transition:all .3s cubic-bezier(.79,.33,.14,.53)}@media screen and (max-width: 768px){.home_main .cta_sec_1{padding:0 1rem;margin-top:1rem;gap:2rem;height:auto;flex-direction:column}.home_main .cta_sec_1 .left{width:100%;height:100%;border-radius:1rem 1rem 0 0;overflow:hidden;position:relative;min-height:20rem;max-height:20rem}.home_main .cta_sec_1 .left img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:grayscale(1)}.home_main .cta_sec_1 .content{width:100%}.home_main .cta_sec_1 .content h1{font-size:3rem;line-height:1.2;width:100%}.home_main .cta_sec_1 .content p{font-size:1.2rem;line-height:1.5}.home_main .cta_sec_1 .content .buttons .button{height:5rem;padding:0 2rem;font-size:1rem}.home_main .cta_sec_1 .content .buttons .button span{font-size:1rem}}.home_main .featured_projects{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:8rem 8rem 5rem;margin-top:3rem;z-index:2;background-color:#161616;border-radius:5rem 5rem 0 0}.home_main .featured_projects .title{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2rem;padding:2rem}.home_main .featured_projects .title .tag{font-size:1rem;padding:1rem 2rem;font-weight:500;color:#fff;background-color:#ffffff13;border-radius:3rem;text-transform:uppercase;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem}.home_main .featured_projects .title h1{font-size:3rem;font-weight:400;color:#fff;text-align:left;line-height:.8;display:flex;font-family:DM Sans,sans-serif;text-transform:uppercase}.home_main .featured_projects .title h1 strong{display:inline-block;font-weight:600}.home_main .featured_projects .cards{width:100%;display:flex;flex-direction:row;align-items:flex-start;justify-content:center;gap:5rem;margin-top:5rem}.home_main .featured_projects .cards .left,.home_main .featured_projects .cards .right{width:50%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:30rem}.home_main .featured_projects .cards .right{margin-top:30rem}.home_main .featured_projects .cards .card{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2rem;cursor:none}.home_main .featured_projects .cards .card .content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:0rem}.home_main .featured_projects .cards .card .content .project_title{font-size:2rem;font-weight:600;color:#fff;text-align:left;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.home_main .featured_projects .cards .card .content .project_desc{font-size:1.2rem;font-weight:400;color:#fff;text-align:left;line-height:1.5;opacity:.6;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.home_main .featured_projects .cards .card .image{width:100%;height:30rem;display:flex;flex-direction:row;align-items:center;justify-content:center;border-radius:2rem;overflow:hidden;position:relative;transition:transform .3s ease-in-out}.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{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:all .3s ease-in-out}@media screen and (max-width: 768px){.home_main .featured_projects{padding:3rem 1.5rem 2rem;margin-top:1rem;gap:2rem;flex-direction:column;position:relative;border-radius:3rem 3rem 0 0}.home_main .featured_projects .title{width:100%;align-items:flex-start;justify-content:flex-start;padding:1rem}.home_main .featured_projects .title h1{font-size:1.2rem;line-height:1.2;width:100%;text-align:justify;display:inline-block}.home_main .featured_projects .title h1 strong{display:inline-block;font-weight:600}.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{height:3rem;border:5px solid #ffffff}.home_main .featured_projects .cards{width:100%;flex-direction:column;gap:2rem;margin-top:0rem}.home_main .featured_projects .cards .left,.home_main .featured_projects .cards .right{width:100%;margin-top:0rem;margin-bottom:0rem}.home_main .featured_projects .cards .left,.home_main .featured_projects .cards .right{margin:0!important;gap:2rem}.home_main .featured_projects .cards .card{width:100%;gap:2rem;height:25rem}.home_main .featured_projects .cards .card .content{gap:.5rem}}.home_main .services_section{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:8rem 8rem 5rem;background-color:#f1f1f1}.home_main .services_section .title{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2rem}.home_main .services_section .title .tag{font-size:1rem;padding:1rem 2rem;font-weight:500;color:#222;background-color:#cfcfcf;border-radius:3rem;text-transform:uppercase;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem}.home_main .services_section .title h1{font-size:3rem;font-weight:500;color:#222;text-align:left;line-height:.8;display:flex;font-family:DM Sans,sans-serif;text-transform:uppercase}.home_main .services_section .title h1 strong{display:inline-block;font-weight:600}.home_main .services_section .services{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;margin-top:5rem}.home_main .services_section .services .service{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:2rem;padding:4rem 0rem;border-bottom:1px solid rgba(0,0,0,.431372549);cursor:none;position:relative;overflow:hidden;transition:all .3s ease-in-out}.home_main .services_section .services .service span{font-size:1.2rem}.home_main .services_section .services .service>*{position:relative;z-index:2}.home_main .services_section .services .service:hover{color:#fff;padding:4rem 2rem}.home_main .services_section .services .service:before{content:"";position:absolute;top:100%;left:0;width:100%;height:100%;background-color:#222;z-index:1;transition:all .3s cubic-bezier(.79,.33,.14,.53);transform:translateY(0)}.home_main .services_section .services .service:hover:before{transform:translateY(-100%)}.home_main .services_section .services .service .title{width:80%;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:2rem;mix-blend-mode:difference}.home_main .services_section .services .service .title h1{font-size:3rem;font-weight:600;color:#fff;text-align:left;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.home_main .services_section .services .service .icon{width:5rem;height:5rem;display:flex;flex-direction:row;align-items:center;justify-content:center;border-radius:50%;mix-blend-mode:difference}.home_main .services_section .services .service .icon .icon{font-size:2.5rem;color:#fff;opacity:.9}@media screen and (max-width: 768px){.home_main .services_section{padding:0 1rem;margin-top:1rem;gap:2rem;flex-direction:column;position:relative;border-radius:3rem;height:auto}.home_main .services_section .title{width:100%;align-items:flex-start;justify-content:flex-start;padding:1rem}.home_main .services_section .title h1{font-size:1.2rem;line-height:1.2;width:100%;text-align:justify;display:inline-block}.home_main .services_section .title h1 strong{display:inline-block;font-weight:600}.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{height:3rem;border:5px solid #ffffff}.home_main .services_section .services{width:100%;flex-direction:column;margin-top:0rem}.home_main .services_section .services .service{width:100%;gap:2rem;padding:1rem 0rem;pointer-events:none}.home_main .services_section .services .service:hover{color:#222;padding:1rem 0rem}.home_main .services_section .services .service:last-child{border-bottom:none}.home_main .services_section .services .service .title{width:100%;padding:.5rem}.home_main .services_section .services .service .title h1{font-size:1.5rem}}.home_main .why_we_differ{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:2rem;padding:3rem 8rem;margin-top:3rem;background-color:#fff;border-radius:3rem 3rem 0 0}.home_main .why_we_differ .title{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2rem;padding:0rem}.home_main .why_we_differ .title .tag{font-size:1rem;padding:1rem 2rem;font-weight:500;color:#222;background-color:#cfcfcf;border-radius:3rem;text-transform:uppercase;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem}.home_main .why_we_differ .title h1{font-size:3rem;font-weight:500;color:#222;line-height:.8;display:flex;flex-direction:row;gap:2rem;align-items:center;justify-content:center;text-transform:uppercase;font-family:DM Sans,sans-serif}.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{height:7.5rem;border-radius:5rem;overflow:hidden;position:relative;cursor:pointer}.home_main .why_we_differ .title h1 .video iframe{width:100%;height:100%;border-radius:2rem;position:absolute;top:0;left:0;z-index:1;transform:scale(1.5)}.home_main .why_we_differ .cards{width:100%;display:flex;flex-direction:row;align-items:flex-start;justify-content:center;gap:2rem;margin-top:5rem;flex-wrap:wrap;justify-content:space-between;margin-bottom:5rem}.home_main .why_we_differ .cards .card{flex:1;min-width:25rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2rem;cursor:none;border:1px solid rgba(0,0,0,.1254901961);padding:3rem;border-radius:2rem;transition:all .3s ease-in-out}.home_main .why_we_differ .cards .card:hover{border:1px solid #222}.home_main .why_we_differ .cards .card .icon{width:5rem;height:5rem;display:flex;flex-direction:row;align-items:center;justify-content:center;border-radius:50%;background-color:#f1f1f167}.home_main .why_we_differ .cards .card .icon .icon{font-size:2.5rem;color:#222;opacity:.9}.home_main .why_we_differ .cards .card .content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.5rem}.home_main .why_we_differ .cards .card .content h2{font-size:1.5rem;font-weight:700;color:#222;text-align:left;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.home_main .why_we_differ .cards .card .content p{font-size:1rem;font-weight:400;color:#222;text-align:left;opacity:.8;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}@media screen and (max-width: 768px){.home_main .why_we_differ{padding:3rem 1rem 2rem;margin-top:1rem;gap:2rem;flex-direction:column;position:relative;border-radius:3rem}.home_main .why_we_differ .title{width:100%;align-items:flex-start;justify-content:flex-start;padding:1rem}.home_main .why_we_differ .title h1{font-size:1.5rem;line-height:1.2;width:100%;text-align:justify}.home_main .why_we_differ .title h1 strong{display:inline-block;font-weight:600}.home_main .why_we_differ .cards{width:100%;flex-direction:column;gap:2rem;margin-top:0rem;padding:0}.home_main .why_we_differ .cards .card{width:100%;gap:2rem;height:auto;padding:2rem;min-width:100%}.home_main .why_we_differ .cards .card .content{gap:.5rem}}.home_main .video_section{width:100%;border-radius:3rem 3rem 0 0;padding:8rem 8rem 10rem;margin-top:3rem;background-color:#f1f1f1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;z-index:5}.home_main .video_section .title{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2rem;padding:0rem}.home_main .video_section .title .tag{font-size:1rem;padding:1rem 2rem;font-weight:500;color:#222;background-color:#cfcfcf;border-radius:3rem;text-transform:uppercase;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem}.home_main .video_section .title h1{font-size:3rem;font-weight:500;color:#222;line-height:.8;display:flex;flex-direction:row;gap:2rem;align-items:center;justify-content:center;text-transform:uppercase;font-family:DM Sans,sans-serif;margin-bottom:3rem}.home_main .video_section .title h1 span{font-weight:500}.home_main .video_section .top{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:2rem;height:80vh}.home_main .video_section .top .video{width:100%;height:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;border-radius:2.8rem;overflow:hidden;transition:all .3s ease-in-out;position:relative}.home_main .video_section .top .video:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(https://cliply.co/wp-content/uploads/2021/07/402107790_STATIC_NOISE_400.gif);opacity:.3;z-index:2;pointer-events:none}.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{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;position:absolute;bottom:0;right:0;z-index:3;padding:2rem;max-width:70%}.home_main .video_section .top .video .content .tag{font-size:1rem;padding:1rem 2rem;font-weight:500;color:#fff;background-color:#a3a0a05b;border-radius:3rem;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem;z-index:5}.home_main .video_section .top .video .content h1{font-size:5rem;font-weight:400;color:#fff;text-align:right;line-height:1.2;display:flex;flex-direction:column;align-items:center;justify-content:center}.home_main .video_section .top .video .content p{font-size:1.2rem;font-weight:400;color:#fff;text-align:center;opacity:.8;display:flex;flex-direction:column;align-items:center;justify-content:center}.home_main .video_section .top .video .video-thumbnail{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:all .3s ease-in-out}.home_main .video_section .top .video video{width:100%;height:100%;border-radius:3rem;position:absolute;top:0;left:0;transform:scale(2);z-index:1}.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{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;width:100%;flex-direction:row;align-items:center;justify-content:center;height:50vh}.home_main .video_section .bottom .video{width:100%;height:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;border-radius:2.8rem;overflow:hidden;position:relative;transition:all .3s ease-in-out}.home_main .video_section .bottom .video:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(https://cliply.co/wp-content/uploads/2021/07/402107790_STATIC_NOISE_400.gif);opacity:.3;z-index:2;pointer-events:none}.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{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;position:absolute;bottom:0;right:0;z-index:3;padding:2rem;max-width:80%}.home_main .video_section .bottom .video .content .tag{font-size:1rem;padding:1rem 2rem;font-weight:500;color:#fff;background-color:#a3a0a05b;border-radius:3rem;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem;z-index:5}.home_main .video_section .bottom .video .content h1{font-size:3rem;font-weight:400;color:#fff;text-align:right;line-height:1.2;display:flex;flex-direction:column;align-items:center;justify-content:center}.home_main .video_section .bottom .video .content p{font-size:1.2rem;font-weight:400;color:#fff;text-align:center;opacity:.8;display:flex;flex-direction:column;align-items:center;justify-content:center}.home_main .video_section .bottom .video .video-thumbnail{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0;z-index:1;transition:all .3s ease-in-out}.home_main .video_section .bottom .video video{width:100%;height:100%;border-radius:3rem;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 (max-width: 768px){.home_main .video_section{padding:3rem 1rem 0;margin-top:1rem;gap:2rem;flex-direction:column;justify-content:flex-start;position:relative;border-radius:3rem;height:auto}.home_main .video_section .title{width:100%;align-items:flex-start;justify-content:flex-start;padding:1rem;margin-bottom:0rem}.home_main .video_section .title h1{font-size:1.2rem;line-height:1.2;width:100%;text-align:justify;margin-bottom:0rem}.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{height:3rem;border-radius:5rem}.home_main .video_section .top{height:auto;flex-direction:column;gap:2rem}.home_main .video_section .top .video{width:100%;height:100%;display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-end;overflow:hidden;position:relative;height:15rem}.home_main .video_section .top .video .content{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;gap:.5rem}.home_main .video_section .top .video .content h1{font-size:1.5rem;line-height:1.2;text-align:right}.home_main .video_section .top .video .content p{font-size:.8rem;line-height:1.5;text-align:right}.home_main .video_section .top .video .content .tag{font-size:.8rem;padding:.5rem 1rem;font-weight:500;color:#fff;background-color:#a3a0a05b;border-radius:3rem}.home_main .video_section .top .video video{width:100%;height:100%;border-radius:1rem 1rem 0 0;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{height:15rem;padding:1rem;align-items:flex-end;justify-content:flex-end}.home_main .video_section .bottom .video .content{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;gap:.5rem}.home_main .video_section .bottom .video .content h1{font-size:1.5rem;line-height:1.2;text-align:right}.home_main .video_section .bottom .video .content p{font-size:.8rem;line-height:1.5;text-align:right}.home_main .video_section .bottom .video .content .tag{font-size:.8rem;padding:.5rem 1rem;font-weight:500;color:#fff;background-color:#a3a0a05b;border-radius:3rem}}.home_main .posts_section{width:100%;border-radius:3rem 3rem 0 0;padding:5rem;background-color:#161616;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;z-index:6}.home_main .posts_section .title{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2rem;padding:0rem}.home_main .posts_section .title .tag{font-size:1rem;padding:1rem 2rem;font-weight:500;color:#fff;background-color:#cfcfcf2a;border-radius:3rem;text-transform:uppercase;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem}.home_main .posts_section .title h1{font-size:3rem;font-weight:500;color:#fff;line-height:.8;display:flex;flex-direction:row;gap:2rem;align-items:center;justify-content:center;text-transform:uppercase;font-family:DM Sans,sans-serif}.home_main .posts_section .title h1 strong{font-weight:600}.home_main .posts_section .posts{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:2rem;overflow-y:hidden;overflow-x:auto;margin-top:5rem;flex-wrap:nowrap;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none;scrollbar-width:none}.home_main .posts_section .posts::-webkit-scrollbar{display:none}.home_main .posts_section .posts:active{cursor:grabbing}.home_main .posts_section .posts .post{min-width:80vw;width:80vw;height:55rem;flex-shrink:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;overflow:hidden;position:relative;gap:1rem}.home_main .posts_section .posts .post .image{width:100%;display:grid;place-items:center;overflow:hidden;border-radius:2rem}.home_main .posts_section .posts .post .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;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{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.5rem;padding:0rem 1rem}.home_main .posts_section .posts .post .content .post_title{font-size:1.5rem;font-weight:900;color:#fff;text-align:left;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.home_main .posts_section .posts .post .content p{font-size:1rem;font-weight:400;color:#fff;text-align:left;line-height:1.5;opacity:.6;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.home_main .posts_section .posts .post .content p strong{font-weight:700!important}.home_main .posts_section .newsletter{display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:60vh;width:100%;gap:2rem}.home_main .posts_section .newsletter .left{width:60%}.home_main .posts_section .newsletter .right{width:40%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.home_main .posts_section .newsletter .right a{width:40%}.home_main .posts_section .newsletter .right .hire_me{padding:2rem;aspect-ratio:1/1;background-color:#222;border-radius:50%;display:flex;flex-direction:row;align-items:center;justify-content:center;position:relative}.home_main .posts_section .newsletter .right .hire_me:before{content:"";position:absolute;top:-20px;left:-20px;right:-20px;bottom:-20px;border-radius:50%;animation:rotate 20s linear infinite}.home_main .posts_section .newsletter .right .hire_me .circular-text{position:absolute;top:-10%;left:-10%;width:120%;height:120%;animation:rotate 20s linear infinite}.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;font-size:1rem;font-weight:600;text-transform:uppercase}@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{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2rem;padding:0rem;width:100%}.home_main .posts_section .newsletter .newletter_title h1{width:70%;font-size:3rem;font-weight:500;color:#fff;line-height:.8;display:flex;flex-direction:row;gap:2rem;align-items:center;justify-content:center;text-transform:uppercase;font-family:DM Sans,sans-serif}.home_main .posts_section .newsletter .input_group{width:70%;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:2rem;height:10vh}.home_main .posts_section .newsletter .input_group input{width:80%;padding:1rem 2rem;border-radius:1rem;border:none;outline:none;font-size:1.5rem;font-weight:400;color:#fff;background-color:#ffffff13}.home_main .posts_section .newsletter .input_group input::-moz-placeholder{color:#fff;opacity:.5;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{width:20%;padding:1rem 2rem;border:none;outline:none;display:flex;flex-direction:row;align-items:center;justify-content:center;border-radius:1rem;background-color:#fff;color:#222;font-size:1rem;gap:.5rem;text-decoration:none;transition:all .3s ease-in-out}@media screen and (max-width: 768px){.home_main .posts_section .newsletter{flex-direction:column;height:auto;gap:2rem}.home_main .posts_section .newsletter .left{width:100%}.home_main .posts_section .newsletter .right{width:100%;align-items:center;justify-content:center;margin-top:2rem}.home_main .posts_section .newsletter .right .hire_me{width:10rem;height:10rem;padding:1rem;aspect-ratio:1/1}.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{width:100%;flex-direction:column}.home_main .posts_section .newsletter .input_group input,.home_main .posts_section .newsletter .input_group .button{width:100%;font-size:1.2rem}}@media screen and (max-width: 768px){.home_main .posts_section{padding:3rem 1rem 2rem;margin-top:1rem;gap:2rem;flex-direction:column;justify-content:flex-start;position:relative;border-radius:2rem 2rem 0 0}.home_main .posts_section .title{width:100%;align-items:flex-start;justify-content:flex-start}.home_main .posts_section .title h1{font-size:1.2rem;line-height:1.2;width:100%;text-align:justify;display:inline-block;margin-bottom:0rem}.home_main .posts_section .title h1 strong{font-weight:600}.home_main .posts_section .posts{width:100%;flex-direction:row;gap:2rem;margin-top:0rem;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.home_main .posts_section .posts:active{cursor:grabbing}.home_main .posts_section .posts .post{width:100%;height:auto;gap:0rem;flex-shrink:0;min-width:280px}.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%;padding-bottom:2rem;margin-top:5rem}.home_main .posts_section .newsletter .newletter_title h1{width:100%;font-size:1.5rem;margin-bottom:2rem}.home_main .posts_section .newsletter .input_group{width:100%;gap:1rem;flex-direction:column}.home_main .posts_section .newsletter .input_group input{width:100%;font-size:1rem}.home_main .posts_section .newsletter .input_group input::-moz-placeholder{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{width:100%;padding:2rem;display:flex;flex-direction:column;align-items:center}.project_page_main .top{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2rem;width:90%}.project_page_main .top .title{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;margin-top:5rem}.project_page_main .top .title .top{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:2rem;width:100%}.project_page_main .top .title .top h1{font-size:5rem;font-weight:500;text-align:left;line-height:1.2;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:40%}.project_page_main .top .title .top h1 strong{font-weight:600}.project_page_main .top .title .top button{width:5rem;aspect-ratio:1/1;font-size:1.5rem;font-weight:500;color:#fff;background-color:#222;border:none;border-radius:3rem;cursor:pointer;transition:all .3s ease-in-out;display:flex;align-items:center;justify-content:center}.project_page_main .top .title .top button .icon{transform:translateY(.2rem) translate(.1rem) rotate(-45deg)}.project_page_main .top .title .top button:hover{background-color:#e6e6e6;color:#222}.project_page_main .top .title .tags{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:1rem;margin-top:1rem}.project_page_main .top .title .tags .tag{font-size:1rem;padding:.9rem 1.3rem;font-weight:500;color:#222;border:1px solid;border-color:#0000002f;border-radius:3rem;text-transform:uppercase;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem;opacity:.8}.project_page_main .top .title .description{font-size:1.5rem;font-weight:400;text-align:left;line-height:1.5;opacity:.8;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:60%}.project_page_main .top .title .description strong{font-weight:700!important}.project_page_main .top .top_image{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;border-radius:2rem;overflow:hidden;position:relative}.project_page_main .top .top_image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:all .3s ease-in-out;border-radius:2rem}.project_page_main .details{display:flex;flex-direction:column;width:90%;padding-top:2rem;padding-bottom:5rem;gap:5rem;margin-top:5rem}.project_page_main .details .section{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:2rem}.project_page_main .details .section:not(:first-child){border-top:1px solid rgba(0,0,0,.1254901961);padding-top:5rem}.project_page_main .details .section .section_title{width:30%;position:sticky;top:2rem}.project_page_main .details .section .section_title h1{font-size:2rem;font-weight:600;color:#222;text-align:left;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-transform:uppercase}.project_page_main .details .section .content{width:60%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2rem}.project_page_main .details .section .content p{font-size:1.2rem;font-weight:400;color:#222;text-align:justify;line-height:1.5;opacity:.8;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.project_page_main .details .section .content p strong{font-weight:700!important}.project_page_main .details .section .content img{max-width:100%;height:auto;border-radius:2rem}.project_page_main .details .section .content ul{list-style:none;padding:0;margin:0}.project_page_main .details .section .content ul li{font-size:1.2rem;font-weight:400;color:#222;text-align:left;line-height:1.5;opacity:.8;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.project_page_main .details .section .content ul li strong{font-weight:700!important;display:inline}@media screen and (max-width: 768px){.project_page_main{padding:0 1.5rem;margin-top:1rem;gap:2rem;flex-direction:column;justify-content:flex-start;position:relative;border-radius:3rem;margin-top:0rem;padding-top:0rem!important;height:auto}.project_page_main .top{margin-top:0rem!important;width:100%;align-items:flex-start;justify-content:flex-start}.project_page_main .top .title{width:100%}.project_page_main .top .title .top h1{font-size:3rem!important;line-height:1.2;width:100%;text-align:justify}.project_page_main .top .title .top h1 strong{font-weight:600}.project_page_main .top .title .top button{width:3.5rem;aspect-ratio:1/1;font-size:1.2rem;font-weight:500;color:#fff;background-color:#222;border-radius:3rem}.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{font-size:.8rem;padding:.5rem 1rem}.project_page_main .top .top_image,.project_page_main .top .top_image img{height:auto}.project_page_main .details{width:100%;gap:2rem;margin-top:0rem}.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{width:100%;margin-top:5rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:2rem;padding-bottom:3rem}.projects_page_main .title{width:100%;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:2rem;margin-bottom:3rem;padding:3rem;align-self:center;width:90%}.projects_page_main .title h1{font-size:3rem;font-weight:600;color:#222;text-align:left;line-height:.8;display:flex;flex-direction:row;gap:2rem;text-transform:uppercase;font-family:DM Sans,sans-serif;width:30%}.projects_page_main .title h1 strong{font-weight:600}.projects_page_main .title p{font-size:3rem;width:70%;color:#222;text-align:left;line-height:.8;display:flex;flex-direction:row;gap:2rem;align-items:center;justify-content:center;text-transform:uppercase;font-family:DM Sans,sans-serif}.projects_page_main .projects{height:130vh;width:100%;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:2rem}.projects_page_main .projects .row{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;width:100%;flex:1;overflow-x:scroll;overflow-y:hidden;position:relative}.projects_page_main .projects .row::-webkit-scrollbar{display:none}.projects_page_main .projects .row .slides{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:2rem;width:-moz-max-content;width:max-content;flex-wrap:nowrap;height:100%;will-change:transform}.projects_page_main .projects .top-row .slides{animation:slideLeftToRight 120s linear infinite}.projects_page_main .projects .bottom-row .slides{animation:slideRightToLeft 120s linear infinite}.projects_page_main .projects .row:hover .slides{animation-play-state:paused}.projects_page_main .projects .project{min-width:40vw;display:flex;height:100%;flex-direction:column;align-items:flex-start;justify-content:center;gap:1rem;cursor:pointer;position:relative;transition:all .3s ease-in-out;flex-shrink:0}.projects_page_main .projects .project .image{width:100%;height:50vh;display:flex;flex-direction:row;align-items:center;justify-content:center;border-radius:2rem;overflow:hidden}.projects_page_main .projects .project .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:all .3s ease-in-out;transform:scale(1.1)}.projects_page_main .projects .project .details{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.5rem;width:100%}.projects_page_main .projects .project .details h2{font-size:2rem;font-weight:600;color:#222;text-align:left;display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.projects_page_main .projects .project .details h2 .icon{width:3rem;height:3rem;display:flex;flex-direction:row;align-items:center;justify-content:center;border-radius:50%;color:#fff;padding:2rem;background-color:#222;transform-origin:center;transform:rotate(-45deg)}.projects_page_main .projects .project .details h2 strong{font-weight:700!important}.projects_page_main .projects .project .details p{font-size:1.2rem;font-weight:400;color:#222;text-align:left;line-height:1.5;opacity:.8;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.projects_page_main .projects .project .details p strong{font-weight:700!important;display:inline-block}@keyframes slideLeftToRight{0%{transform:translate(-50%)}to{transform:translate(0)}}@keyframes slideRightToLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media screen and (max-width: 768px){.projects_page_main{padding:0 1.5rem 2rem;margin-top:2rem;gap:2rem;flex-direction:column;justify-content:flex-start;position:relative;border-radius:3rem;margin-top:0rem;padding-top:0rem!important;height:auto}.projects_page_main .title{width:100%;display:none}.projects_page_main .title h1{font-size:2rem!important;line-height:1.2;width:100%;text-align:justify}.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;align-items:center;justify-content:center;width:100%;animation:none}.projects_page_main .projects .row .project{width:100%;height:auto}.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{width:100%;min-height:100vh;background-color:#fff;position:relative;padding:6rem 2rem 2rem}.contact_main .contact_details_corner{position:fixed;top:50%;right:2rem;transform:translateY(-50%);z-index:100;display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background-color:#fffffff2;border:1px solid rgba(34,34,34,.1);border-radius:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 40px #0000001a}.contact_main .contact_details_corner .contact_item{display:flex;align-items:center;gap:.75rem;padding:.5rem;font-size:.9rem;color:#222;transition:all .3s ease}.contact_main .contact_details_corner .contact_item:hover{transform:translate(-5px)}.contact_main .contact_details_corner .contact_item .icon{font-size:1rem;color:#222;opacity:.7}.contact_main .contact_details_corner .contact_item span{font-weight:500;white-space:nowrap}.contact_main .contact_container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:5rem}.contact_main .contact_container .contact_header{text-align:left;display:flex;flex-direction:column;align-items:flex-start;gap:2rem;margin-bottom:3rem}.contact_main .contact_container .contact_header .tag{font-size:1rem;padding:1rem 2rem;font-weight:500;color:#222;background-color:#2222220d;border-radius:3rem;text-transform:uppercase;letter-spacing:1px}.contact_main .contact_container .contact_header h1{font-size:6rem;font-weight:400;color:#222;line-height:1.2;margin:0;font-family:DM Sans,sans-serif}.contact_main .contact_container .contact_header h1 strong{font-weight:700;background:linear-gradient(45deg,#000,#7a7a7a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact_main .contact_container .contact_header p{font-size:1rem;color:#222222b3;max-width:600px;line-height:1.6}.contact_main .contact_container .budget_section{display:flex;flex-direction:column;gap:2rem}.contact_main .contact_container .budget_section h2{font-size:2rem;font-weight:500;color:#222;text-align:left;margin-bottom:1rem}.contact_main .contact_container .budget_section .budget_options{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.contact_main .contact_container .budget_section .budget_options .budget_option{padding:2rem;border:2px solid rgba(34,34,34,.1);border-radius:2rem;background-color:#fff;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.contact_main .contact_container .budget_section .budget_options .budget_option:hover{border-color:#2222224d;transform:translateY(-2px)}.contact_main .contact_container .budget_section .budget_options .budget_option.selected{background-color:#222;transform:translateY(-2px)}.contact_main .contact_container .budget_section .budget_options .budget_option.selected .budget_label,.contact_main .contact_container .budget_section .budget_options .budget_option.selected .budget_description{color:#fff}.contact_main .contact_container .budget_section .budget_options .budget_option .budget_label{font-size:1.3rem;font-weight:600;color:#222;margin-bottom:.5rem}.contact_main .contact_container .budget_section .budget_options .budget_option .budget_description{font-size:.9rem;color:#2229}.contact_main .contact_container .contact_form_section .contact_form{display:flex;flex-direction:column;gap:2rem}.contact_main .contact_container .contact_form_section .contact_form .form_row{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.contact_main .contact_container .contact_form_section .contact_form .form_group{display:flex;flex-direction:column;gap:.75rem}.contact_main .contact_container .contact_form_section .contact_form .form_group.full_width{grid-column:1/-1}.contact_main .contact_container .contact_form_section .contact_form .form_group label{font-size:1rem;font-weight:500;color:#222}.contact_main .contact_container .contact_form_section .contact_form .form_group input,.contact_main .contact_container .contact_form_section .contact_form .form_group select,.contact_main .contact_container .contact_form_section .contact_form .form_group textarea{padding:1.25rem;border:2px solid rgba(34,34,34,.1);border-radius:1.5rem;font-size:1rem;background-color:#fff;color:#222;transition:all .3s ease;font-family:DM Sans,sans-serif}.contact_main .contact_container .contact_form_section .contact_form .form_group input:focus,.contact_main .contact_container .contact_form_section .contact_form .form_group select:focus,.contact_main .contact_container .contact_form_section .contact_form .form_group textarea:focus{outline:none;border-color:#222;box-shadow:0 0 0 3px #2222221a}.contact_main .contact_container .contact_form_section .contact_form .form_group input::-moz-placeholder,.contact_main .contact_container .contact_form_section .contact_form .form_group select::-moz-placeholder,.contact_main .contact_container .contact_form_section .contact_form .form_group textarea::-moz-placeholder{color:#22222280}.contact_main .contact_container .contact_form_section .contact_form .form_group input::placeholder,.contact_main .contact_container .contact_form_section .contact_form .form_group select::placeholder,.contact_main .contact_container .contact_form_section .contact_form .form_group textarea::placeholder{color:#22222280}.contact_main .contact_container .contact_form_section .contact_form .form_group textarea{resize:vertical;min-height:120px}.contact_main .contact_container .contact_form_section .contact_form .form_group select{cursor:pointer}.contact_main .contact_container .contact_form_section .contact_form .form_group select option{padding:1rem}.contact_main .contact_container .contact_form_section .contact_form .form_group .custom_dropdown{position:relative;width:100%}.contact_main .contact_container .contact_form_section .contact_form .form_group .custom_dropdown .dropdown_trigger{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;border:2px solid rgba(34,34,34,.1);border-radius:1.5rem;background-color:#fff;color:#222;cursor:pointer;transition:all .3s ease;font-size:1rem;font-family:DM Sans,sans-serif;min-height:56px}.contact_main .contact_container .contact_form_section .contact_form .form_group .custom_dropdown .dropdown_trigger:hover{border-color:#2223}.contact_main .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 .contact_container .contact_form_section .contact_form .form_group .custom_dropdown .dropdown_trigger .placeholder{color:#22222280}.contact_main .contact_container .contact_form_section .contact_form .form_group .custom_dropdown .dropdown_trigger .selected{color:#222}.contact_main .contact_container .contact_form_section .contact_form .form_group .custom_dropdown .dropdown_trigger .dropdown_icon{font-size:1rem;color:#2229;transition:transform .3s ease;transform-origin:center center;transform:translateY(3px)}.contact_main .contact_container .contact_form_section .contact_form .form_group .custom_dropdown .dropdown_trigger .dropdown_icon.rotated{transform:rotate(180deg)}.contact_main .contact_container .contact_form_section .contact_form .form_group .custom_dropdown .dropdown_menu{position:absolute;top:100%;left:0;right:0;background-color:#fff;border:2px solid rgba(34,34,34,.1);border-top:none;border-radius:0 0 1.5rem 1.5rem;box-shadow:0 4px 12px #0000001a;z-index:1000;max-height:200px;overflow-y:auto;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease}.contact_main .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 .contact_container .contact_form_section .contact_form .form_group .custom_dropdown .dropdown_menu .dropdown_item{padding:1rem 1.25rem;color:#222;cursor:pointer;transition:background-color .2s ease;font-size:1rem;font-family:DM Sans,sans-serif;border-bottom:1px solid rgba(34,34,34,.05)}.contact_main .contact_container .contact_form_section .contact_form .form_group .custom_dropdown .dropdown_menu .dropdown_item:last-child{border-bottom:none}.contact_main .contact_container .contact_form_section .contact_form .form_group .custom_dropdown .dropdown_menu .dropdown_item:hover{background-color:#2222220d}.contact_main .contact_container .contact_form_section .contact_form .form_group .custom_dropdown .dropdown_menu .dropdown_item.selected{background-color:#2222221a;font-weight:500}.contact_main .contact_container .contact_form_section .contact_form .form_group .custom_dropdown .dropdown_menu::-webkit-scrollbar{width:6px}.contact_main .contact_container .contact_form_section .contact_form .form_group .custom_dropdown .dropdown_menu::-webkit-scrollbar-track{background:#2222220d}.contact_main .contact_container .contact_form_section .contact_form .form_group .custom_dropdown .dropdown_menu::-webkit-scrollbar-thumb{background:#2223;border-radius:3px}.contact_main .contact_container .contact_form_section .contact_form .form_group .custom_dropdown .dropdown_menu::-webkit-scrollbar-thumb:hover{background:#2222224d}.contact_main .contact_container .contact_form_section .contact_form .submit_button{padding:1.5rem 3rem;background-color:#222;color:#fff;border:none;border-radius:2rem;font-size:1.1rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem;align-self:flex-start;position:relative;overflow:hidden}.contact_main .contact_container .contact_form_section .contact_form .submit_button:hover .icon{transform:rotate(-45deg)}.contact_main .contact_container .contact_form_section .contact_form .submit_button span,.contact_main .contact_container .contact_form_section .contact_form .submit_button .icon{position:relative;z-index:2}.contact_main .contact_container .contact_form_section .contact_form .submit_button .icon{font-size:1.2rem;transition:transform .3s ease}.contact_main .contact_container .contact_form_section .contact_form .submit_button:disabled{opacity:.7;cursor:not-allowed;transform:none}.contact_main .contact_container .contact_form_section .contact_form .submit_button:disabled:hover{transform:none}.contact_main .contact_container .contact_form_section .contact_form .submit_button:disabled:hover .icon{transform:none}.contact_main .contact_container .contact_form_section .contact_form .submit_button .spinning{animation:spin 1s linear infinite}.contact_main .contact_container .status_message{margin-bottom:1.5rem;font-size:.9rem;margin-top:2rem;display:flex;flex-direction:row;gap:.5rem}.contact_main .contact_container .status_message.success{color:green}.contact_main .contact_container .status_message i{font-size:1rem}.contact_main .contact_container .additional_info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.contact_main .contact_container .additional_info .info_card{padding:2rem;background-color:#22222205;border-radius:2rem;text-align:center;border:1px solid rgba(34,34,34,.05)}.contact_main .contact_container .additional_info .info_card .icon{font-size:2rem;color:#222;margin-bottom:1rem;opacity:.8}.contact_main .contact_container .additional_info .info_card h3{font-size:1.2rem;font-weight:600;color:#222;margin-bottom:.5rem}.contact_main .contact_container .additional_info .info_card p{font-size:.9rem;color:#2229;line-height:1.5}@media screen and (max-width: 768px){.contact_main{padding:2rem}.contact_main .contact_details_corner{position:static;transform:none;margin-bottom:2rem;align-self:center;width:-moz-fit-content;width:fit-content}.contact_main .contact_details_corner .contact_item{font-size:.8rem}.contact_main .contact_details_corner .contact_item .icon{font-size:.9rem}.contact_main .contact_container{gap:3rem}.contact_main .contact_container .contact_header h1{font-size:2.5rem}.contact_main .contact_container .contact_header p{font-size:1rem}.contact_main .contact_container .budget_section .budget_options{grid-template-columns:1fr;gap:1rem}.contact_main .contact_container .budget_section .budget_options .budget_option{padding:1.5rem}.contact_main .contact_container .budget_section .budget_options .budget_option .budget_label{font-size:1.1rem}.contact_main .contact_container .contact_form_section .contact_form .form_row{grid-template-columns:1fr;gap:1rem}.contact_main .contact_container .contact_form_section .contact_form .form_group .custom_dropdown .dropdown_trigger{padding:1rem;min-height:52px}.contact_main .contact_container .contact_form_section .contact_form .form_group .custom_dropdown .dropdown_menu{max-height:180px}.contact_main .contact_container .contact_form_section .contact_form .form_group .custom_dropdown .dropdown_menu .dropdown_item{padding:.875rem 1rem}.contact_main .contact_container .contact_form_section .contact_form .submit_button{width:100%;justify-content:center}.contact_main .contact_container .contact_form_section .contact_form .status_message{padding:2rem;margin-bottom:1.5rem;font-size:.9rem;margin-top:2rem}.contact_main .contact_container .contact_form_section .contact_form .status_message .icon{font-size:1.1rem}.contact_main .contact_container .additional_info{grid-template-columns:1fr;gap:1rem}.contact_main .contact_container .additional_info .info_card{padding:1.5rem}}.about_page_main{width:100%;background-color:#fff;color:#222}.about_page_main .container{max-width:1200px;margin:0 auto;padding:0 2rem}.about_page_main .about_hero{padding:8rem 2rem 5rem;min-height:100vh;display:flex;align-items:center;justify-content:center}.about_page_main .about_hero .hero_content{max-width:1200px;display:flex;align-items:center;gap:5rem}.about_page_main .about_hero .hero_content .text_content{flex:1}.about_page_main .about_hero .hero_content .text_content h1{font-size:6rem;font-weight:400;line-height:1.2;margin-bottom:2rem;font-family:DM Sans,sans-serif}.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){display:flex;align-items:center;gap:1rem}.about_page_main .about_hero .hero_content .text_content h1 .video{height:5rem;aspect-ratio:16/9;border-radius:1rem;overflow:hidden;display:inline-block;position:relative}.about_page_main .about_hero .hero_content .text_content h1 .video video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.about_page_main .about_hero .hero_content .text_content p{font-size:1.2rem;line-height:1.6;color:#222c;max-width:500px}.about_page_main .about_hero .hero_content .hero_image{flex:0 0 400px;height:500px;border-radius:2rem;overflow:hidden;position:relative}.about_page_main .about_hero .hero_content .hero_image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:grayscale(1);mix-blend-mode:multiply}.about_page_main .about_hero .hero_content .hero_image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(https://cliply.co/wp-content/uploads/2021/07/402107790_STATIC_NOISE_400.gif);opacity:.3;mix-blend-mode:overlay;pointer-events:none}.about_page_main .stats_section{padding:5rem 0;background-color:#f8f8f8}.about_page_main .stats_section .container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem}.about_page_main .stats_section .stat_item{text-align:center;padding:2rem}.about_page_main .stats_section .stat_item h2{font-size:4rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#222,#666);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about_page_main .stats_section .stat_item p{font-size:1.1rem;color:#222222b3;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{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#2222221a;border-radius:2rem;font-size:.9rem;font-weight:500;margin-bottom:1rem}.about_page_main .skills_section .section_header .tag .icon{font-size:1rem}.about_page_main .skills_section .section_header h2{font-size:3.5rem;font-weight:600;line-height:1.2;max-width:800px}.about_page_main .skills_section .skills_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem}.about_page_main .skills_section .skill_category{padding:2.5rem;background-color:#f8f8f8;border-radius:2rem;transition:transform .3s ease}.about_page_main .skills_section .skill_category:hover{transform:translateY(-5px)}.about_page_main .skills_section .skill_category h3{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#222}.about_page_main .skills_section .skill_category .skills_list{display:flex;flex-wrap:wrap;gap:.75rem}.about_page_main .skills_section .skill_category .skills_list span{padding:.5rem 1rem;background-color:#fff;border:1px solid rgba(34,34,34,.2);border-radius:1.5rem;font-size:.9rem;font-weight:500;color:#222;transition:all .3s ease}.about_page_main .skills_section .skill_category .skills_list span:hover{background-color:#222;color:#fff;transform:translateY(-2px)}.about_page_main .journey_section{padding:8rem 0;background-color:#161616;color:#fff}.about_page_main .journey_section .section_header{text-align:left;margin-bottom:5rem}.about_page_main .journey_section .section_header .tag{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#ffffff1a;border-radius:2rem;font-size:.9rem;font-weight:500;margin-bottom:1rem;color:#fff}.about_page_main .journey_section .section_header .tag .icon{font-size:1rem}.about_page_main .journey_section .section_header h2{font-size:3.5rem;font-weight:600;line-height:1.2;max-width:800px;color:#fff}.about_page_main .journey_section .journey_timeline{position:relative;padding-left:2rem}.about_page_main .journey_section .journey_timeline:before{content:"";position:absolute;left:0;top:0;width:2px;height:100%;background:linear-gradient(to bottom,transparent,#ffffff,transparent)}.about_page_main .journey_section .journey_timeline .journey_item{position:relative;margin-bottom:4rem;padding-left:3rem}.about_page_main .journey_section .journey_timeline .journey_item:before{content:"";position:absolute;left:-6px;top:0;width:12px;height:12px;background-color:#fff;border-radius:50%}.about_page_main .journey_section .journey_timeline .journey_item .year{font-size:1.2rem;font-weight:700;color:#fff9;margin-bottom:.5rem}.about_page_main .journey_section .journey_timeline .journey_item .content h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:#fff}.about_page_main .journey_section .journey_timeline .journey_item .content p{font-size:1rem;line-height:1.6;color:#fffc;max-width:600px}.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{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#2222221a;border-radius:2rem;font-size:.9rem;font-weight:500;margin-bottom:1rem}.about_page_main .values_section .section_header .tag .icon{font-size:1rem}.about_page_main .values_section .section_header h2{font-size:3.5rem;font-weight:600;line-height:1.2;max-width:800px}.about_page_main .values_section .values_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.about_page_main .values_section .value_card{padding:2.5rem 2rem;background-color:#f8f8f8;border-radius:2rem;transition:all .3s ease;text-align:center}.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{width:4rem;height:4rem;background-color:#222;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;transition:all .3s ease}.about_page_main .values_section .value_card .icon i{font-size:1.5rem;color:#fff}.about_page_main .values_section .value_card:hover .icon{transform:scale(1.1)}.about_page_main .values_section .value_card h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#222}.about_page_main .values_section .value_card p{font-size:1rem;line-height:1.6;color:#222222b3}.about_page_main .about_cta{padding:8rem 0;background-color:#f8f8f8}.about_page_main .about_cta .container{display:flex;align-items:center;gap:5rem}.about_page_main .about_cta .cta_content{flex:1}.about_page_main .about_cta .cta_content h2{font-size:3rem;font-weight:600;margin-bottom:1rem;color:#222}.about_page_main .about_cta .cta_content p{font-size:1.2rem;line-height:1.6;color:#222c;margin-bottom:2rem;max-width:500px}.about_page_main .about_cta .cta_content .cta_buttons{display:flex;gap:1rem;flex-wrap:wrap}.about_page_main .about_cta .cta_content .cta_buttons .button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:2rem;text-decoration:none;font-weight:500;transition:all .3s ease;position:relative;overflow:hidden}.about_page_main .about_cta .cta_content .cta_buttons .button.primary{background-color:#222;color:#fff;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{background-color:transparent;color:#222;border:1px solid #222}.about_page_main .about_cta .cta_content .cta_buttons .button.secondary:hover{background-color:#222;color:#fff}.about_page_main .about_cta .cta_content .cta_buttons .button .icon{transition:transform .3s ease}.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;display:flex;justify-content:center}.about_page_main .about_cta .cta_image .hire_me{position:relative;width:200px;height:200px;cursor:pointer;transition:transform .3s ease}.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{position:absolute;width:100%;height:100%;animation:rotate 20s linear infinite}.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{font-size:10px;font-weight:600;fill:#222;letter-spacing:2px}.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{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60%;height:60%;border-radius:50%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width: 768px){.about_page_main .about_hero{padding:4rem 1rem 3rem;min-height:auto}.about_page_main .about_hero .hero_content{flex-direction:column;gap:3rem;text-align:center}.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{flex-direction:column;gap:3rem;text-align:center}.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}}
