.container{max-width:1280px;margin:0 auto}.text-color{color:var(--main-color);text-shadow:0 0 30px var(--main-color)}.btn,.btn-fill{display:inline-block;padding:1rem 2.8rem;letter-spacing:.1rem;background-color:#000;color:var(--main-color);border:2px solid var(--main-color);font-size:1.6rem;font-weight:600;border-radius:4rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.btn:before,.btn-fill:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--main-color);transition:left .3s;z-index:-1}.btn:hover:before,.btn-fill:hover:before{left:0}.btn:hover,.btn-fill:hover{background:var(--main-color);color:#fff;border-color:var(--main-color)}.btn-fill{background:var(--main-color);color:#000}@media screen and (max-width:1300px){.container{max-width:750px}}@media screen and (max-width: 768px){.container{max-width:460px}}@media screen and (max-width: 480px){.container{max-width:350px}}.about{display:flex;background:var(--second-bg-color)}.about .container{display:flex;align-items:center;justify-content:center;gap:10rem}.about-img img{width:32vw;transition:.4s ease-in-out}.about-content{display:flex;flex-direction:column;gap:5rem;text-align:center}.about-content p span{color:var(--main-color);font-size:2rem;text-align:left;font-weight:600}.about-info{display:flex;flex-direction:column;gap:1.5rem;text-align:center}.about-info div{display:flex;flex-direction:column;align-items:center;gap:.5rem}.about-hobbies{display:flex;text-align:center;gap:1.5rem;flex-direction:column;align-items:center}.about-wrapper{display:flex;flex-direction:column;justify-content:space-around;gap:5rem}.about .social-icons{display:flex;flex-wrap:wrap;gap:2rem;align-items:center}.about .social-icons a{display:inline-flex;justify-content:center;align-items:center;width:6rem;height:6rem;background:transparent;border:2px solid var(--main-color);font-size:2.5rem;border-radius:50%;color:var(--main-color);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:visible}.about .social-icons a:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background:var(--main-color);transform:scale(0);transition:transform .3s;z-index:-1}.about .social-icons a:hover:before{transform:scale(1)}.about .social-icons a:hover{color:var(--text-color);background-color:var(--main-color);border-color:var(--main-color)}.about .tooltip{position:absolute;top:120%;background-color:var(--bg-secundary-color);opacity:.9;color:inherit;padding:5px 10px;border:2px solid;border-radius:15px;z-index:10;text-align:center;white-space:nowrap;font-size:16px;font-weight:600;pointer-events:none;visibility:hidden;transition:opacity .3s,visibility .3s}.about .social-icons a:hover .tooltip{visibility:visible}@media screen and (max-width:1300px){.about{padding-bottom:8rem}.about-img{display:none}.about .social-icons a{width:5rem;height:5rem}}.home{display:flex;align-items:center;justify-content:center;gap:15rem}.home-content{display:flex;flex-direction:column;align-items:baseline;text-align:left;justify-content:center}.logo span{color:var(--main-color)}.home-content h2{margin-bottom:2rem;margin-top:1rem;font-size:3.5rem}.home-content h1{font-size:6rem;font-weight:700;margin-top:1.5rem;line-height:1}.home-img{border-radius:50%}.home-img img{position:relative;width:26vw;border-radius:50%;cursor:pointer;transition:all .5s cubic-bezier(.4,0,.2,1)}.home-img img:hover{transform:rotate(5deg)}.home-content p{font-size:1.5rem;font-weight:500;line-height:1.8;max-width:1000px}.home .social-icons{margin:2rem 0;display:flex;gap:1rem}.home .social-icons a{display:inline-flex;justify-content:center;align-items:center;width:4.5rem;height:4.5rem;background:transparent;border:2px solid var(--main-color);font-size:2.5rem;border-radius:50%;color:var(--main-color);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.home .social-icons a:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:var(--main-color);transform:translate(-50%,-50%);transition:width .3s,height .3s;z-index:-1}.home .social-icons a:hover:before{width:100%;height:100%}.home .social-icons a:hover{color:var(--text-color);background-color:var(--main-color);border-color:var(--main-color)}.home .btn-group{display:flex;gap:2rem}.text-animation{font-size:34px;font-weight:600;min-width:280px}.text-animation span{position:relative}.text-animation span:before{content:"Web Developer";color:var(--main-color);animation:words 10s infinite}.text-animation span:after{content:"";background-color:var(--bg-color);position:absolute;width:calc(100% + 8px);height:100%;border-left:3px solid var(--bg-color);right:-8px;animation:cursor .6s infinite,typing 5s steps(14) infinite}@keyframes cursor{to{border-left:2px solid var(--main-color)}}@keyframes words{0%,25%{content:"FullStack Developer"}26%,50%{content:"Data Analyst"}51%,75%{content:"FullStack Developer"}76%,to{content:"Data Analyst"}}@keyframes typing{25%,37.5%,75%,87.5%{width:0}12.5%,50%,62.5%{width:calc(100% + 8px)}}@media screen and (max-width:1300px){.home{gap:2rem}}@media screen and (max-width: 768px){.home-img{display:none}.home-content h2{margin-bottom:2rem;margin-top:1rem;font-size:3rem}.home-content h1{font-size:5rem;font-weight:700;margin-top:1.5rem;line-height:1}}@media screen and (max-width: 480px){.home-content h2{font-size:2rem}.home-content h1{font-size:4rem}.home .btn-group{text-align:center}.home .btn{align-content:center}}.header{position:fixed;top:0;left:0;width:100%;padding:4rem 12%;background:#0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:5}.header .container{display:flex;justify-content:space-between;align-items:center}.navbar{display:flex;gap:3rem}.logo{font-size:3rem;color:var(--text-color);font-weight:800;cursor:pointer;transition:.3s ease}.logo:hover{transform:scale(1.1)}.navbar a{font-size:1.8rem;color:var(--text-color);font-weight:500;transition:.3s ease;border-bottom:3px solid transparent}.navbar a:hover,.navbar a.active{color:var(--main-color);border-bottom:3px solid var(--main-color)}#menu-icon{font-size:3.6rem;color:var(--main-color);display:none}.nav-links{display:flex;align-items:center;gap:4rem}@media screen and (max-width:1300px){.logo{display:none}.header{display:flex;padding:20px}}@media screen and (max-width: 768px){.container{gap:15rem}.header{padding:10px;position:static}.logo{display:block}.navbar .nav-links{display:none}}@media screen and (max-width: 480px){.container{gap:10rem}.header{padding:1rem}.logo{font-size:2rem}}.skills{display:flex;justify-content:center;align-items:center;gap:6rem;flex-direction:column}.skills .content{display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(3,1fr);gap:20px;margin:0 auto}.skills .card-wrapper{position:relative}.skills .card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.6rem;border-radius:1rem;width:180px;height:120px;position:relative;border:2px solid var(--main-color);transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.skills .card:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:var(--main-color);transform:translate(-50%,-50%);transition:width .4s,height .4s;z-index:-1}.skills .card:hover:after{width:300px;height:300px}.skills .card:hover{background-color:var(--main-color);color:#000;border-color:var(--main-color)}.skills .image{font-size:4.5rem}.skills .skill-name{font-size:2.2rem;font-weight:700;color:var(--main-color);text-align:center;transition:color .3s}.skills .card:hover .skill-name{color:#fff}.skills .filter-buttons{position:relative;width:400px;height:50px;border-radius:8px;border:1px solid var(--main-color);display:flex;justify-content:center;align-items:center}.skills .filter-buttons a{position:relative;display:inline-block;font-size:2rem;font-weight:600;width:100px;height:50px;z-index:1;text-align:center;align-content:center;cursor:pointer;color:var(--main-color);transition:color .3s}.skills .filter-buttons a.active{color:#fff}.skills .filter-buttons span{position:absolute;top:0;left:0;width:100px;height:100%;background:var(--main-color);border-radius:8px;transition:all .5s cubic-bezier(.4,0,.2,1)}.skills .filter-buttons a:nth-child(1).active~span{left:0}.skills .filter-buttons a:nth-child(2).active~span{left:100px}.skills .filter-buttons a:nth-child(3).active~span{left:200px}.skills .filter-buttons a:nth-child(4).active~span{left:300px}@media screen and (max-width: 1300px){.skills .card{width:130px}.skills .image{width:50px}.skills .skill-name{font-size:1.8rem}}@media screen and (max-width: 768px){.skills .content{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:20px;margin:0 auto}.skills .card{width:120px}.skills .image{width:70px}.skills .skill-name{font-size:1.4rem}.skills .filter-buttons a{font-size:1.5rem}}@media screen and (max-width: 480px){.skills h3{font-size:4rem}.skills .card{width:100px}.skills .image{font-size:4rem}.skills .skill-name{font-size:1.2rem}.skills .filter-buttons{width:320px}.skills .filter-buttons span{position:absolute;top:0;left:0;width:80px;height:100%;background:var(--main-color);border-radius:8px;transition:all .5s cubic-bezier(.4,0,.2,1)}.skills .filter-buttons a{font-size:1.3rem;width:80px}}.projects{display:flex;align-items:center;flex-direction:column;justify-content:center;gap:50px}.projects-box{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));place-items:center;gap:8rem;row-gap:5rem;width:-webkit-fill-available}.project-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background-color:var(--bg-color);border:2px solid var(--main-color);border-radius:3rem;gap:2rem;padding:5rem 2rem;overflow:hidden;cursor:pointer;box-shadow:0 0 5px var(--main-color);transition:all .4s cubic-bezier(.4,0,.2,1);height:550px;position:relative}.project-card:hover{transform:translateY(-8px);border-color:var(--main-color)}.project-card img{max-width:300px;border-radius:2em;object-fit:cover}.project-card h5{font-size:3rem}.project-card p{font-size:1.6rem}.project-data{display:flex;flex-direction:column;gap:2rem}.project-data p{height:92px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical}.project-data .btts{display:flex;align-items:center;justify-content:center;gap:1rem}.project-techs{display:flex;gap:1rem;justify-content:center}.project-techs .tech-icon{font-size:3rem}@media screen and (max-width:1300px){.projects{gap:2rem}.projects h3{margin-top:3rem}.project-card{width:450px}.project-card img{max-width:400px}}@media screen and (max-width: 768px){.projects{gap:2rem}.projects h3{margin-top:2rem}.project-card{width:400px;height:600px}.project-card img{max-width:350px}.project-data p{font-size:1.3rem}}@media screen and (max-width: 480px){.projects h3{font-size:4rem}.projects h3{margin-top:2rem}.project-card{width:350px;height:550px}.project-card img{max-width:300px}.project-data p{font-size:1.2rem}}.contact{background-color:var(--bg-color);display:flex;flex-direction:column;gap:1rem;justify-content:end}.contact form{display:flex;align-items:center;justify-content:center;gap:3rem;margin:5rem auto;text-align:center;width:60%}.contact form .input-box{display:flex;flex-direction:column;align-self:flex-start;gap:37px}.contact form .input-box input,.contact form textarea{width:100%;padding:2.5rem;font-size:1.8rem;color:var(--text-color);background:var(--second-bg-color);border-radius:2rem;border:2px solid var(--main-color);resize:none}.contact form textarea{height:294px;width:500px}.contact form .input-box input{width:450px}.contact form .btn{margin-top:4rem}.footer{position:relative;bottom:0;width:100%;padding:20px 0;background-color:var(--second-bg-color);display:flex;flex-direction:column;align-items:center;gap:4rem}.footer .social{text-align:center;color:var(--main-color)}.footer .social a{font-size:25px;color:var(--main-color);border:2px solid var(--main-color);width:42px;height:42px;line-height:42px;display:inline-block;text-align:center;border-radius:50%;margin:0 10px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.footer .social a:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:var(--main-color);transform:translate(-50%,-50%);transition:width .3s,height .3s;z-index:-1}.footer .social a:hover:before{width:100%;height:100%}.footer .social a:hover{background-color:var(--main-color);color:#fff;border-color:var(--main-color)}.footer ul{margin-top:0;padding:0;font-size:18px;line-height:1.6;margin-bottom:0;text-align:center}.footer ul li a{color:#fff;border-bottom:3px solid transparent;transition:.3s ease-in-out}.footer ul li a:hover{border-bottom:3px solid var(--main-color)}.footer ul li{display:inline-block;padding:0 15px}.footer p{text-align:center;font-size:16px;color:#fff}.contact .Toastify__toast{font-size:16px;color:#fff}.contact .Toastify__toast--success{background-color:var(--main-color)}.contact .Toastify__toast--error{background-color:#b80000}.contact .form-group{position:relative}.contact .form-group .error-message{position:absolute;bottom:-20px;color:red;font-size:12px}.footer .page{display:flex;flex-direction:row;align-items:center;gap:1rem}.footer .footer-text{display:flex;flex-direction:column;gap:2rem;align-items:center}@media screen and (max-width:1300px){.contact form .btn{margin-top:1rem}.contact form textarea{width:400px}.contact form .input-box input{width:320px}}@media screen and (max-width: 768px){.contact form{display:flex;flex-direction:column}.contact form .btn{margin-top:1rem}.contact form textarea{width:400px}.contact form .input-box{align-self:auto}.contact form .input-box input{width:400px}}@media screen and (max-width: 480px){.contact h3{font-size:4rem}.contact form textarea{width:350px;height:200px}.contact form .input-box input{width:350px;height:50px}}: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-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--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-color-progress-bgo: .2}.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:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.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:.5s}.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;z-index:1}.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:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.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;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),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;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{margin:0;padding:0;box-sizing:border-box;text-decoration:none;border:none;outline:none;scroll-behavior:smooth;font-family:Poppins,sans-serif}:root{--bg-color: #080808;--second-bg-color: #131313;--text-color: #fff;--main-color: #a478e3}html{font-size:60%;overflow-x:hidden;scroll-behavior:smooth}body{background:var(--bg-color);color:var(--text-color)}section{min-height:100vh}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-thumb{background-color:var(--main-color)}::-webkit-scrollbar-track{background-color:var(--bg-color)}h4{font-size:2.1rem;color:var(--main-color)}h5{font-size:2rem}h3{font-size:5rem;text-align:center}p{font-size:1.7rem}@media screen and (max-width:1300px){section{padding:100px 0 0}}@media screen and (max-width:768px){html{font-size:78%}}@media screen and (max-width:480px){html{font-size:70%}}
