@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap";body{margin:auto 20px}.navbar{align-items:center;margin:10px}.nav{display:flex;align-items:center;justify-content:space-between}.logo,.nav_logo{width:50px;cursor:pointer}.menu{width:40px;height:30px;cursor:pointer}.mobile_bar{position:relative;background:#ffffff34;width:100%;height:50%;display:flex;flex-direction:column;gap:20px;text-align:center}.mobile_nav{display:flex;justify-content:space-between;align-items:center}.mobile_bar button{border:1px solid #000;background:#fff;margin:auto;width:50%}.mobile_bar button:hover{background:#000;color:#fff;transition:15ms ease-in-out}.big_logo{display:none;width:50px;cursor:pointer}.nav_drop{animation:nav_drop 1s ease 0s 1 normal forwards;animation-range:cover 200px}@keyframes nav_drop{0%{transform:scaleY(.4);transform-origin:100% 0%}to{transform:scaleY(1);transform-origin:100% 0%}}.desk_bar{display:none}.list{cursor:pointer}@media (min-width: 1024px){.desk_bar{display:flex;align-items:center;justify-content:center;gap:20px}.desk_bar button{border:1px solid #000;background:#fff}.desk_bar button:hover{background:#000;color:#fff;transition:15ms ease-in-out}.mobile_bar,.menu{display:none}.big_logo{display:block}}.home{font-family:space Grotesk,monospace;display:flex;flex-direction:column;align-items:center;justify-content:center}.home h1{font-family:space Grotesk,monospace;font-size:2.5rem;font-weight:500;margin-top:0}.home p{font-size:1.1rem;line-height:1.5rem;font-weight:400;text-align:left}.buttons{display:flex;flex-direction:column;width:150px;gap:10px}.f-btn{background:#000;color:#fff}.s-btn{border:1px solid #000}.landing-image{position:relative;margin-top:20px;display:none}.hero_image{width:450px;height:auto}.hero_pattern{z-index:100;position:absolute;top:100px;left:-10px;width:120px;height:auto}.show_writeup{animation:write_up 2s ease 0s 1 normal forwards;animation-range:cover 200px}@keyframes write_up{0%{opacity:0;transform:translate(-250px)}to{opacity:1;transform:translate(0)}}.show_image{animation:image_animation 1.5s ease 0s 1 alternate forwards;animation-range:cover 200px}@keyframes image_animation{0%{animation-timing-function:ease-in;opacity:0;transform:translateY(-250px)}38%{animation-timing-function:ease-out;opacity:1;transform:translateY(0)}55%{animation-timing-function:ease-in;transform:translateY(-65px)}72%{animation-timing-function:ease-out;transform:translateY(0)}81%{animation-timing-function:ease-in;transform:translateY(-28px)}90%{animation-timing-function:ease-out;transform:translateY(0)}95%{animation-timing-function:ease-in;transform:translateY(-8px)}to{animation-timing-function:ease-out;transform:translateY(0)}}@media (min-width: 475px){.home h1{font-size:2.6rem}.buttons{flex-direction:row;gap:10px;width:auto}.landing-image{margin-top:20px;display:block}}@media (min-width: 640px){.home h1{font-size:2.8rem}.hero_image{width:550px}}@media (min-width: 768px){.home h1{font-size:3.2rem;max-width:640px}.home p{max-width:640px}.hero_image{width:650px}}@media (min-width: 1024px){.home{flex-direction:row}.home h1{font-size:3.8rem;font-weight:600;max-width:640px}.hero_image{width:600px}}@media (min-width: 1280px){.home h1{font-size:4.5rem;font-weight:700;max-width:640px;line-height:75px}.hero_image{width:600px}.hero_pattern{width:250px;left:-100px}}.display_box{font-family:space Grotesk,monospace}.box_container{background:#000;text-align:center;padding:20px;border-radius:20px}.box_container h2{color:#fff;font-weight:500;font-size:2rem;margin:0 0 25px}.boxs{display:flex;flex-wrap:wrap;gap:15px;align-items:center;justify-content:space-evenly}.boxs .box{width:120px;height:auto;margin:0}.show_box{animation:box 1s ease 0s 1 normal forwards;animation-range:cover 200px}@keyframes box{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.show_header{animation:header 2s ease 0s 1 normal forwards;animation-range:cover 200px}@keyframes header{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 475px){.boxs .box{width:180px}}@media (min-width: 640px){.boxs .box{width:170px}}@media (min-width: 768px){.boxs .box{width:200px}.box_container{padding:40px}}@media (min-width: 1024px){.box_container h2{font-size:3rem}.boxs{justify-content:center}.boxs .box{width:180px}}@media (min-width: 1280px){.boxs .box{width:120px}}.offer{font-family:space Grotesk,monospace;text-align:center}.offer h1{font-weight:500}.offer p{font-size:1rem;max-width:50ch;font-weight:400;padding-bottom:20px;margin:auto}.offers{display:flex;flex-direction:column;align-items:center;gap:20px}.offer-box{position:relative;padding:20px;text-align:left;display:flex;flex-direction:column;gap:20px;border-radius:20px}.offer-box img{position:absolute;top:20px;right:20px;width:80px}.offer-box h3{max-width:25ch}.box_1{background:#0000ffbe}.box_2{background:#c75e86a2}.box_3{background:#1ad166c0}.box_4{background:#9393adb7}.box_1:hover,.box_2:hover,.box_3:hover,.box_4:hover{background:none;box-shadow:2px 2px 10px #0003;transition:.8s ease}.fir,.sec{display:flex;flex-direction:column;gap:20px}.show_text{animation:text 1s ease 0s 1 normal forwards;animation-range:cover 200px}@keyframes text{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.show_boxs{animation:boxs 1s ease 0s 1 normal forwards;animation-range:cover 200px}@keyframes boxs{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (min-width: 768px){.fir,.sec{flex-direction:row;gap:40px}.offers{gap:40px}}@media (min-width: 1024px){.offer h1{font-weight:600}.offer p{font-size:1rem;max-width:60ch;font-weight:400;padding-bottom:40px}}.work{font-family:space Grotesk,monospace;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.work h1{font-weight:500}.work p{font-size:1rem;max-width:40ch;font-weight:400;padding-bottom:20px}.work_links{display:flex;flex-direction:column;gap:20px;justify-content:center;align-items:center}.work_link{cursor:pointer;width:300px}.work_link img{width:300px;height:auto}.work_desc{text-align:left}.work_link p{font-size:.9rem;padding:0}.link_direction{display:flex;align-items:center;gap:5px;font-size:1rem!important}.show_texts{animation:texts 2s ease 0s 1 normal forwards;animation-range:cover 200px}.show_bold_image{animation:myAnim 2s ease 0s 1 normal forwards;animation-range:cover 200px}@keyframes myAnim{0%{transform:scale(.5)}to{transform:scale(1)}}@keyframes texts{0%{transform:scaleX(0);transform-origin:0% 0%}to{transform:scaleX(1);transform-origin:0% 0%}}@media (min-width: 475px){.work_link img{width:400px;height:auto}.work_link{width:400px}.work p{max-width:50ch}}@media (min-width: 640px){.work_link img,.work_link{width:550px}.work p{max-width:60ch}}@media (min-width: 768px){.fir_work,.sec_work{flex-direction:column}.work p{max-width:80ch}}@media (min-width: 1024px){.fir_work,.sec_work{flex-direction:row}.work_link img,.work_link{width:400px}}@media (min-width: 1280px){.work_link img,.work_link{width:600px}}@media (min-width: 1536px){.work_link img,.work_link{width:800px}}.newsletter{font-family:space Grotesk,monospace}.letter{background-color:#000;padding:20px;text-align:center;color:#fff;border-radius:20px;display:flex;flex-direction:column;align-items:center}.letter h1{max-width:40ch;font-weight:500}.letter p{max-width:30ch}.btn3{border:none;margin-top:20px}.show_letter{animation:letter 2s ease 0s 1 normal forwards;animation-range:cover 200px}@keyframes letter{0%{transform:scale(0);transform-origin:50% 100%}to{transform:scale(1);transform-origin:50% 100%}}.contact{font-family:space Grotesk,monospace;text-align:center;margin-bottom:100px}.contact h1{font-weight:500}.contact p{font-size:1rem;max-width:50ch;font-weight:400;padding-bottom:20px;margin:auto}.contact_boxs{display:flex;flex-direction:column;text-align:left;justify-content:center;gap:20px}.contact_box{padding:40px;background:#b3afaf;border-radius:20px}.contact_box img{width:50px}.contact_box p{margin:0}@media (min-width: 768px){.contact_boxs{flex-direction:row;justify-content:space-between}.contact_box{flex:1}.contact h1{font-weight:600}.contact p{font-size:1.3rem;max-width:60ch}}.footer{font-family:space Grotesk,monospace;background:#000;color:#fff;padding:30px 20px}.footer p{margin:0}.left h1{font-weight:500}.right{display:flex;flex-direction:column;flex:1;margin-bottom:40px;gap:25px}.right ul{text-decoration:none;list-style:none;padding:0;display:flex;flex-direction:column;gap:10px}.show_footer{animation:footer 2s ease 0s 1 normal forwards;animation-range:cover 200px}@keyframes footer{0%{opacity:0;transform:translate(-250px)}to{opacity:1;transform:translate(0)}}@media (min-width: 768px){.footer{display:flex;flex-direction:column;align-items:center}.l_r{display:flex;flex-direction:column;justify-content:left}.left{max-width:600px}.right{width:400px;flex-direction:row;justify-content:space-between}}@media (min-width: 1024px){.l_r{flex-direction:row}.right{width:300px}}.btn{display:inline-block;font-weight:400;text-decoration:none;letter-spacing:-.05em;padding:.9em 1.5em;cursor:pointer;border-radius:50px;margin-right:10px}.container{width:100%;margin:10px auto;padding-left:.5rem;padding-right:.5rem}.section{margin-top:3rem}.loading{filter:blur(40px) grayscale(100%)}.loaded{filter:blur(0) grayscale(0);transition:.7s ease-in-out}@media (min-width: 475px){.container{max-width:475px}}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}.section{margin-top:6rem}}@media (min-width: 1280px){.container{max-width:1100px}}@media (min-width: 1536px){.container{max-width:1536px}}/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */*,:before,:after{box-sizing:border-box}html{font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4}body{margin:0}hr{height:0;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}
