@import"https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Dancing+Script:wght@400;500;600;700&family=Martian+Mono:wght@100;200;300;400;500;600;700;800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";.app__img{width:100%;height:100%;position:fixed;z-index:-1;top:0}.app__img span{position:absolute;width:100%;height:100%;background-color:#00000078}.app__img img{width:100%;height:100%}.loading__container{position:fixed;top:0;left:0;width:100%;height:100vh;display:flex;justify-content:center;align-items:center;background-color:#060606;z-index:100}.loading__player{width:50vw;animation:loading-animation 3.8s forwards}@keyframes loading-animation{0%{opacity:1}80%{opacity:1}to{opacity:0}}.app__modeColor{width:2em;overflow:hidden;height:auto;position:fixed;display:flex;justify-content:start;align-items:center;gap:1em;z-index:5;right:1%;top:10%;color:var(--text-color-white);transform:translate(0);transition:.7s ease}.activeThemeColor{width:12em;transition:.7s ease}.app__modeColor i{padding:.2em;cursor:pointer;font-size:1.4em;background-color:var(--body-gray);border-radius:50%}.appModeColor__iconsContainer{height:100%;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;gap:.8em}.appModeColor__themeColors{height:100%;display:flex;flex-direction:column;justify-content:start;gap:.8em;align-items:start;font-size:1.1em;font-weight:600;background-color:var(--body-gray);padding:.5em;border-radius:.3em}.appModeColor__themeColors ul{width:100%;display:flex;justify-content:center;align-items:center;gap:.3em}.appModeColor__themeColors li{width:1.1em;height:1.1em;border-radius:50%;background-color:#f0f8ff;cursor:pointer}.visible{animation:opacityAnimation 1s forwards}@keyframes opacityAnimation{0%{opacity:0}to{opacity:1}}.icon_whatsapp{position:fixed;z-index:6;right:20px;bottom:100px;width:60px;animation:rotateAnimation 4s infinite}@keyframes rotateAnimation{0%{transform:rotate(0)}75%{transform:rotate(0)}80%{transform:rotate(25deg);scale:1.1}85%{transform:rotate(-25deg);scale:1.1}90%{transform:rotate(25deg);scale:1.1}95%{transform:rotate(-25deg);scale:1}to{transform:rotate(0);scale:1}}@media (max-height: 450px){.app__modeColor{top:6em;right:1em}}*{box-sizing:border-box}:root{--body-background: rgb(10, 10, 10);--body-white: #eeeeee;--body-gray: rgb(28, 28, 28);--text-color-white: #f5f5f5;--text-color-gray: rgba(96, 96, 96, .465);--text-color-p: rgb(213, 213, 213)}.light-mode{--body-background: rgb(236, 236, 236);--body-gray: rgb(255, 255, 255);--text-color-white: #0a0a0c;--text-color-p: rgb(47, 48, 52)}.theme__red{--text-color-red: #dc3128}.theme__orange{--text-color-red: #f26d00}.theme__green{--text-color-red: #16af6d}.theme__blue{--text-color-red: #0022aa}.theme__pink{--text-color-red: #b20e8c}*::-webkit-scrollbar{width:.4em}*::-webkit-scrollbar-track{background:var(--body-background)}*::-webkit-scrollbar-thumb{background-color:var(--text-color-red);border-radius:5px}body{margin:0 auto;font-family:Roboto,sans-serif;width:100%;height:100%;min-width:360px;overflow:hidden;overflow-y:auto;background:var(--body-background)}h1,h2,h3,h4,p,ul{margin-top:0;margin-bottom:0}ul,li,:link{list-style:none;padding-left:0;text-decoration:none}img{display:block;width:100%}input{outline:none;font-family:inherit}button{border:none}.header{width:330px;height:100vh;position:fixed;top:0;left:0;z-index:50;display:flex;flex-direction:column;justify-content:start;align-items:center;gap:4em;transition:.4s;background-color:var(--body-gray);overflow:hidden;overflow-y:auto;padding:4em .5em 2em}.header__logo{width:90%;max-width:220px;min-height:2.2em;height:2.2em;font-family:Dancing Script,cursive;display:flex;justify-content:center;align-items:center;font-size:2.3em;animation:logo 1s forwards;overflow:hidden}@keyframes logo{0%{width:0%;height:0%}to{width:100%}}.header__logo a{font-size:1.2em;font-weight:800;color:var(--text-color-white);animation:translate 1s forwards;transition:.5s ease}.header__logo a:hover{color:var(--text-color-red);transition:.5s ease}.headerLogo__articleOne{position:relative;width:100%;height:100%}.headerLogo__articleOne span:nth-child(1){position:absolute;bottom:0;left:0;width:1em;height:.14em;background-color:var(--text-color-red)}.headerLogo__articleOne span:nth-child(2){position:absolute;bottom:0;left:0;width:.14em;height:1em;background-color:var(--text-color-red)}.headerLogo__articleTwo{position:relative;width:100%;height:100%}.headerLogo__articleTwo span:nth-child(1){position:absolute;top:0;right:0;width:1em;height:.14em;background-color:var(--text-color-red)}.headerLogo__articleTwo span:nth-child(2){position:absolute;top:0;right:0;width:.14em;height:1em;background-color:var(--text-color-red)}.header__ul{margin:auto;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2.5em}.header__ul li{width:100%;animation:translate 1s forwards}.header__ul a{width:90%;max-width:200px;margin:auto;font-size:1.2em;font-weight:600;display:flex;justify-content:flex-start;align-content:center;gap:1.7em;color:var(--text-color-white);padding:.2em .2em .2em .5em;border-bottom:.07em solid var(--text-color-gray)}.header__ul a:hover{color:var(--text-color-red)}.activeLink{color:var(--text-color-red)!important}.menuclose{display:none}@media (max-width: 900px){.header{width:100%;height:4em!important;flex-direction:row;padding:1em;justify-content:space-between;overflow:hidden}.header__logo{width:2.8em!important;min-height:1em!important;height:1em!important}.header__logo a{font-size:.55em}.headerLogo__articleOne span:nth-child(1){width:.6em;height:.06em}.headerLogo__articleOne span:nth-child(2){height:.6em;width:.06em}.headerLogo__articleTwo span:nth-child(1){width:.6em;height:.06em}.headerLogo__articleTwo span:nth-child(2){height:.6em;width:.06em}.menuclose{display:block;color:var(--text-color-white);font-size:1.8em}.header__ul{position:fixed;top:4em;right:0;width:100%;max-width:300px;height:100%;background-color:var(--body-gray);transform:translate(0);z-index:3;transition:.7s ease;justify-content:start;padding-top:5em}.headerUl__show{transform:translate(100%);transition:.7s ease}}@media (max-height: 450px){.header__ul{position:fixed;top:4em;right:0;width:100%;max-width:300px;height:100%;background-color:var(--body-gray);transform:translate(0);z-index:3;transition:.7s ease;justify-content:start;padding-top:4em;padding-bottom:8em;overflow-y:auto}.headerUl__show{transform:translate(100%);transition:.7s ease}}.home__container{width:100%;min-height:100vh;height:100%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;background:var(--body-background);z-index:1;padding:3em 1em 3em 330px}.home__section-one{width:60%;min-width:300px;height:100%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.home__date{position:relative;width:100%;max-width:55em;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:start;padding:1em;z-index:2;gap:1.5em;margin:0}.homeDate__h2{width:100%;display:flex;justify-content:start;align-items:center;flex-wrap:wrap;gap:.5em;font-size:1.8em;color:var(--text-color-white);font-weight:800;font-family:Martian Mono,monospace;text-shadow:0 0 .1em var(--body-purple);animation:translate 1s forwards}.homeDate__h2 span{display:block;width:auto;color:var(--text-color-red);font-family:Dancing Script,cursive;font-weight:800;font-size:1.3em}.homeDate__h3{position:relative;width:auto;display:flex;gap:.5em;font-size:1.7em;font-weight:800;color:var(--text-color-white);overflow:hidden;animation:translate 1s forwards}.homeDate__h3 span{width:0%;color:var(--text-color-red);border-right:.15em solid var(--text-color-red);overflow:hidden;white-space:nowrap;animation:typing 4s steps(70) infinite}@keyframes typing{0%{width:0}60%{width:100%}to{width:0}}.home__date p{color:var(--text-color-p);font-size:1.2em;font-weight:400;animation:translate 1s forwards}@keyframes translate{0%{opacity:0;transform:translateY(30%) translate(15%)}to{opacity:1;transform:translateY(0) translate(0)}}.home__link{position:relative;color:var(--text-color-white);display:flex;justify-content:center;align-items:center;gap:.5em;font-size:.9em;font-weight:800;font-family:Martian Mono,monospace;padding:.8em;background-color:transparent;border:.15em solid var(--text-color-red);border-radius:.5em;overflow:hidden;transition:.5s}.home__link:before{position:absolute;content:"";margin:auto;width:150%;height:200%;border-radius:50%;z-index:-1;background-color:var(--text-color-red);transition:.5s ease;transform:translateY(-80%) translate(80%)}.home__link:after{position:absolute;content:"";margin:auto;width:150%;height:200%;border-radius:50%;z-index:-1;background-color:var(--text-color-red);transition:.5s ease;transform:translateY(80%) translate(-80%)}.home__link:hover:before{transform:translateY(0) translate(0);transition:.5s ease}.home__link:hover:after{transform:translateY(0) translate(0);transition:.5s ease}.home__section-two{width:30%!important;max-width:25em;min-width:330px;height:28em;display:flex;justify-content:center;align-items:center;overflow:hidden;animation:translate 1s forwards,logo 1s forwards}.home__section-two img{width:90%;height:25em;object-fit:cover}.homeSectionTwo__articleOne{position:relative;width:100%;height:28em}.homeSectionTwo__articleOne span:nth-child(1){position:absolute;top:0;left:0;width:7em;height:.7em;background-color:var(--text-color-red)}.homeSectionTwo__articleOne span:nth-child(2){position:absolute;top:0;left:0;width:.7em;height:7em;background-color:var(--text-color-red)}.homeSectionTwo__articleTwo{position:relative;width:100%;height:28em}.homeSectionTwo__articleTwo span:nth-child(1){position:absolute;bottom:0;right:0;width:7em;height:.7em;background-color:var(--text-color-red)}.homeSectionTwo__articleTwo span:nth-child(2){position:absolute;bottom:0;right:0;width:.7em;height:7em;background-color:var(--text-color-red)}@media (max-width: 1200px){.home__section-one{width:100%!important}}@media (max-width: 900px){.home__container{width:100%;min-height:100vh;height:100%;padding:6em 1em 1em;gap:4em}.home__article-one{display:none}.home__article-two{flex-direction:column-reverse;gap:3em}.home__date{justify-content:center;align-items:center}.home__date h2,.home__date h3{font-size:1.3em;text-align:center}.home__date p{font-size:1.2em;text-align:center}.home__a{font-size:1em}.home__player{width:70%}}.aboutMe__container{width:100%;min-height:100vh;height:100%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;background:var(--body-background);z-index:1;overflow:hidden;overflow-y:auto;gap:4em;padding:3em 1em 3em 330px}.aboutMe__section-one{width:90%;display:flex;flex-wrap:wrap;justify-content:start;align-items:center;gap:5em}.aboutMe__articleOne{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:start;gap:3em}.aboutMe__articleOne h2{position:relative;font-size:1.8em;font-weight:800;color:var(--text-color-white);text-shadow:0 0 .05em var(--body-purple);font-family:Martian Mono,monospace;animation:translate 1s forwards}.aboutMe__articleOne h2:before{content:"";position:absolute;bottom:-.3em;left:0;width:40%;height:.12em;background-color:var(--text-color-red);transform:scaleX(1)}.aboutMe__articleOne h2:after{content:"";position:absolute;bottom:-.7em;left:0;width:20%;height:.12em;background-color:var(--text-color-red);transform:scaleX(1)}.aboutMe__articleOne p{font-size:1.2em;font-weight:400;color:var(--text-color-p);animation:translate 1s forwards}.aboutMe__articleOne span{color:var(--text-color-red);font-family:Dancing Script,cursive;font-size:1.3em;font-weight:800}.aboutMe__section-two{width:90%;display:flex;flex-wrap:wrap;justify-content:center;align-items:start;gap:2em}.aboutMeSectionTwo__article-one{width:55%;min-width:300px;display:flex;overflow:hidden;flex-direction:column;gap:3em;margin-left:-1em}.aboutMeSectionTwo__article-one ul{width:100%;color:var(--text-color-white);display:flex;flex-wrap:wrap;justify-content:start;align-items:center;gap:.5em;margin-left:-.5em}.aboutMeSectionTwo__article-one li{width:45%;font-size:1em;font-weight:600;margin-left:1em;padding-bottom:.3em;border-bottom:.08em solid var(--text-color-gray);animation:translate 1s forwards}.aboutMeSectionTwo__article-one span{color:var(--text-color-p);font-weight:400;font-size:.9em;padding-left:.2em}.aboutMeSectionTwo__buttons{display:flex;justify-content:start;align-items:center;gap:2em}.aboutMeSectionTwo__buttons button{position:relative;color:var(--text-color-white);display:flex;justify-content:center;align-items:center;gap:.5em;font-size:.7em;font-weight:800;font-family:Martian Mono,monospace;padding:.8em;background-color:transparent;border:.15em solid var(--text-color-red);border-radius:.5em;overflow:hidden;cursor:pointer;transition:.5s}.aboutMeSectionTwo__buttons button:before{position:absolute;content:"";margin:auto;width:150%;height:200%;border-radius:50%;z-index:-1;background-color:var(--text-color-red);transition:1s ease;transform:translateY(-80%) translate(80%)}.aboutMeSectionTwo__buttons button:after{position:absolute;content:"";margin:auto;width:150%;height:200%;border-radius:50%;z-index:-1;background-color:var(--text-color-red);transition:.5s ease;transform:translateY(80%) translate(-80%)}.aboutMeSectionTwo__buttons button:hover:before{transform:translateY(0) translate(0);transition:.5s ease}.aboutMeSectionTwo__buttons button:hover:after{transform:translateY(0) translate(0);transition:.5s ease}.aboutMeSectionTwo__buttons a{color:var(--text-color-white)}.skills{width:35%!important;min-width:300px;max-width:500px;display:flex;flex-direction:column;justify-content:start;align-items:center;gap:2em}.skills h2{position:relative;font-size:1.2em;font-weight:600;color:var(--text-color-white);font-family:Martian Mono,monospace}.skills h2:after{content:"";position:absolute;bottom:-3px;left:0;width:100%;height:2px;background-color:var(--body-purple);transform:scaleX(1);transition:transform .3s ease-in-out}.skills__ul{width:100%;max-width:700px;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1em}.skills__li{min-width:5em;width:10%;font-size:.6em;font-weight:500;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:.2em;-webkit-box-reflect:below -.8em -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.227)));animation:translate 1s forwards}.skills__li i{font-size:5em;animation:rotate infinite linear}@keyframes rotate{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}.skills__li span{font-size:1.3em}.javascript{color:#e6d700}.html5{color:#0033bf}.css3{color:#bc3900}.react{color:#00e5e9}.angular{color:red}.bootstrap{color:#6f0ad4}.nodejs{color:#049a18}.postgresql{color:#3384ff}.blender{color:#c2440a}.php{color:#00f}.github{color:var(--text-color-white)}.vuejs{color:#42af75}.java{color:red}.aboutMe__section-three{width:90%;display:flex;flex-wrap:wrap;justify-content:start;align-items:start;gap:2em;padding-top:2em}.aboutMe__educationContainer{position:relative;width:45%;min-width:300px;max-width:600px;background-color:var(--body-gray);padding:1em;display:flex;flex-direction:column}.aboutMe__educationContainer h3{position:absolute;font-size:1.5em;top:-2em;color:var(--text-color-white);animation:translate 1s forwards}.aboutMe__educationContainer span{position:absolute;top:1em;bottom:1em;left:1em;height:90%;width:.1em;background-color:var(--text-color-red)}.aboutMeEducation__data{padding-left:1em;display:flex;flex-direction:column;gap:.8em;padding-bottom:2.5em}.aboutMeEducationData__date{position:relative;color:var(--text-color-p);font-size:.7em;display:flex;gap:1em;align-items:center;animation:translate 1s forwards}.aboutMeEducationData__date i{font-size:1.3em}.aboutMeEducationData__date span{top:0;left:-1.85em;width:1em;height:1em;border-radius:50%;background-color:var(--text-color-red)}.aboutMeEducation__data h4{color:var(--text-color-white);font-size:1.2em}.aboutMeEducationData__p{font-size:.85em;color:var(--text-color-p)}@media (max-width: 900px){.aboutMe__container{width:100%;min-height:100vh;height:100%;padding:6em 1em 1em}.aboutMe__section-two{justify-content:center;align-items:center}.aboutMeSectionTwo__article-one{width:100%}.aboutMeSectionTwo__article-one ul{width:100%;justify-content:center}.aboutMeSectionTwo__article-one li{width:45%;min-width:200px}.aboutMeSectionTwo__buttons{width:100%;justify-content:center}.aboutMe__educationContainer{margin-top:3em;justify-content:center}.skills{margin:0;padding-top:2em}.aboutMe__date h2,.skills h2{font-size:1.5em}.aboutMe__date p,.skills__li span{font-size:1em}}.services__container{width:100%;min-height:100vh;height:100%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;background:var(--body-background);z-index:1;overflow:hidden;overflow-y:auto;gap:4em;padding:3em 1em 3em 330px}.services__section-one{width:90%;display:flex;flex-wrap:wrap;justify-content:start;align-items:center;gap:5em}.services__section-one h2{position:relative;font-size:1.8em;font-weight:800;color:var(--text-color-white);text-shadow:0 0 .05em var(--body-purple);font-family:Martian Mono,monospace;animation:translate 1s forwards}.services__section-one h2:before{content:"";position:absolute;bottom:-.3em;left:0;width:40%;height:.12em;background-color:var(--text-color-red);transform:scaleX(1)}.services__section-one h2:after{content:"";position:absolute;bottom:-.7em;left:0;width:20%;height:.12em;background-color:var(--text-color-red);transform:scaleX(1)}.services__section-two{width:100%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2.5em}.servicesSectionOne__article{width:320px;height:350px;background-color:var(--body-gray);display:flex;flex-direction:column;justify-content:start;align-items:center;gap:1em;padding:1em;border-radius:.5em;animation:translate 1s forwards}.servicesSectionOne__article path{stroke:var(--text-color-red)}.servicesSectionOne__article i{color:var(--text-color-red);font-size:3em}.servicesSectionOne__article h3{color:var(--text-color-white);text-align:center;font-size:1.3em}.servicesSectionOne__article p{font-size:.9em;color:var(--text-color-p);text-align:center}@media (max-width: 900px){.services__container{width:100%;min-height:100vh;height:100%;padding:6em 1em 1em}}.portfolio__container{width:100%;min-height:100vh;height:100%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;background:var(--body-background);z-index:1;overflow:hidden;overflow-y:auto;gap:4em;padding:3em 1em 3em 330px}.portfolio__section-one{width:90%;display:flex;flex-direction:column;justify-content:center;align-items:start;gap:3em}.portfolio__section-one h2{position:relative;font-size:1.8em;font-weight:800;color:var(--text-color-white);text-shadow:0 0 .05em var(--body-purple);font-family:Martian Mono,monospace;animation:translate 1s forwards}.portfolio__section-one h2:before{content:"";position:absolute;bottom:-.3em;left:0;width:40%;height:.12em;background-color:var(--text-color-red);transform:scaleX(1)}.portfolio__section-one h2:after{content:"";position:absolute;bottom:-.7em;left:0;width:20%;height:.12em;background-color:var(--text-color-red);transform:scaleX(1)}.portfolio__section-one p{font-size:1.2em;font-weight:400;color:var(--text-color-p);animation:translate 1s forwards}.Project_sectionTwo{width:100%;max-width:1800px;display:flex;flex-direction:column;align-items:center;gap:32px;padding-top:50px;padding-bottom:50px}.Project_sectionTwo h2{color:var(--text-color-white);font-size:1.5rem}.Project_sectionTwo_buttons{position:relative;display:flex;border-radius:.5rem .5rem 0 0;overflow:hidden}.Project_sectionTwo_button{width:150px;height:60px;border-radius:.5rem .5rem 0 0;font-size:var(--text-button);background-color:var(--text-color-gray);color:var(--text-color-white);transition:.5s ease;cursor:pointer}.Project_sectionTwo_activeButton{background-color:var(--text-color-white);color:var(--body-gray)}.Project_sectionTwo_cardsContainer{width:100%;display:flex;flex-wrap:wrap;align-items:start;justify-content:center;gap:1rem;opacity:0;animation:opacityAnimation 1s forwards}.Project_sectionTwo_card{position:relative;width:100%;max-width:400px;min-height:450px;max-height:550px;display:flex;flex-direction:column;opacity:0;background-color:var(--body-gray);border-radius:1rem}.Project_sectionTwo_card_img{width:100%;height:250px;border-radius:1rem 1rem 0 0;object-fit:cover}.Project_sectionTwo_card_dataContainer{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:start;padding:15px}.Project_sectionTwo_card_data_text{display:flex;flex-direction:column;gap:5px}.Project_sectionTwo_card_data_text h3{font-size:var(--text-button);color:var(--text-color-white)}.Project_sectionTwo_card_data_text p{font-size:var(--text-body);color:var(--text-color-p);font-size:.9em}.portfolioProject__link{width:170px;height:55px;margin:auto auto 20px;font-size:var(--text-body);font-weight:500;border-radius:.8rem;color:var(--text-color-white);border:1px solid var(--text-color-red);display:flex;align-items:center;gap:5px;justify-content:center;cursor:pointer;transition:.4s ease}.portfolioProject__link:hover{background-color:var(--text-color-red);color:#fff;scale:1.1}@media (max-width: 900px){.portfolio__container{width:100%;min-height:100vh;height:100%;padding:6em 1em 1em;gap:4em}}.contact__container{width:100%;min-height:100vh;height:100%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;background:var(--body-background);z-index:1;overflow:hidden;overflow-y:auto;padding:3em 1em 3em 330px}.contact__section-one{width:90%;display:flex;flex-direction:column;justify-content:center;align-items:start;gap:3em}.contact__section-one h2{position:relative;font-size:1.8em;font-weight:800;color:var(--text-color-white);text-shadow:0 0 .05em var(--body-purple);font-family:Martian Mono,monospace;animation:translate 2s forwards}.contact__section-one h2:before{content:"";position:absolute;bottom:-.3em;left:0;width:40%;height:.12em;background-color:var(--text-color-red);transform:scaleX(1)}.contact__section-one h2:after{content:"";position:absolute;bottom:-.7em;left:0;width:20%;height:.12em;background-color:var(--text-color-red);transform:scaleX(1)}.contact__section-one p{color:var(--text-color-p);animation:translate 1s forwards}.contact__section-two{width:90%;display:flex;justify-content:center;align-items:center}.contact__section-two ul{display:flex;justify-content:center;align-items:center;gap:2em;padding:1em}.contact__section-two a{color:var(--text-color-red);font-size:2em;border-radius:50%;padding:.15em;display:flex;justify-content:center;align-items:center;transition:.5s ease;animation:translate 1s forwards}.contact__section-two a:hover{background-color:var(--text-color-red);color:var(--text-color-white);transition:.5s ease}.contact__section-three{width:90%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1em}.contact__section-three h3{color:var(--text-color-white);animation:translate 1s forwards}.contact__section-three form{width:100%;max-width:700px;display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.contact__section-three div{padding:1.5em 1em 0;width:45%;min-width:300px;display:flex;flex-direction:column;gap:.3em;animation:translate 1s forwards}.contact__section-three label{color:var(--text-color-red);font-weight:500;font-size:1.2em}.contact__section-three input{width:100%;font-size:1em;color:var(--text-color-p);background-color:var(--body-gray);border:none;border-radius:5px;padding:.3em 0 .3em 1em}.contact__section-three textarea{width:100%;height:8em;font-size:1em;color:var(--text-color-p);background-color:var(--body-gray);border:none;border-radius:1em;padding:.3em 0 .3em 1em}.contactSectionThree__button{width:auto;margin:auto;position:relative;color:var(--text-color-white);display:flex;justify-content:center;align-items:center;gap:.5em;font-size:.7em;font-weight:800;font-family:Martian Mono,monospace;padding:.8em;background-color:transparent;border:.15em solid var(--text-color-red);border-radius:.5em;overflow:hidden;cursor:pointer;transition:.5s}.contactSectionThree__button:before{position:absolute;content:"";margin:auto;width:150%;height:200%;border-radius:50%;z-index:-1;background-color:var(--text-color-red);transition:.5s ease;transform:translateY(-80%) translate(80%)}.contactSectionThree__button:after{position:absolute;content:"";margin:auto;width:150%;height:200%;border-radius:50%;z-index:-1;background-color:var(--text-color-red);transition:.5s ease;transform:translateY(80%) translate(-80%)}.contactSectionThree__button:hover:before{transform:translateY(0) translate(0);transition:.5s ease}.contactSectionThree__button:hover:after{transform:translateY(0) translate(0);transition:.5s ease}@media (max-width: 900px){.contact__container{width:100%;min-height:100vh;height:100%;padding:6em 1em 1em}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
