@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";.home__article-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;box-sizing:border-box;margin:0;padding:0}.home__pokedex-svg{width:676px;height:121px;margin-bottom:30px;margin-top:10px}.home__article-title{font-family:Inter;font-style:normal;font-weight:700;font-size:50px;color:#fe1936;text-align:center}.home__article-subtitle{font-family:Inter;font-style:normal;font-weight:500;font-size:25px;color:#302f2f}.home__form{display:flex;justify-content:center;height:1.7em;margin-bottom:2.5em;margin-top:1.2em}.home__input{width:100%;height:29px;border:.1px solid #5e5b5b;border-right:none;max-width:150px;padding-left:1em;border-radius:.5em 0 0 .5em}.home__button{width:80px;height:32.5px;border:none;border-radius:0 .5em .5em 0;background-color:#d93f3f;color:#fff;font-weight:700;transition:font-weight .1s ease,filter .1s ease;cursor:pointer;margin-right:40px}.home__button:hover{font-weight:700;filter:brightness(1.1);box-shadow:0 0 20px 2px #d93f3f}.home__footer{display:flex;align-items:center;justify-content:center;width:100%;background:linear-gradient(to bottom,#fe1936 50%,#000000 50%);height:180px;margin-top:auto}.home__pokeball{width:60px;position:relative;top:0em}@media (max-width: 767px){.home__article-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;box-sizing:border-box;margin:0;padding:0}.home__pokedex-svg{width:200px;height:121px;margin-bottom:30px;margin-top:10px}.home__article-title{font-family:Inter;font-style:normal;font-weight:700;font-size:30px;color:#fe1936;text-align:center;margin-top:2em;margin-bottom:.5em}.home__article-subtitle{align-items:center;font-weight:500;font-size:15px;margin-bottom:.5em}.home__form{align-items:center;justify-content:center;margin-left:2.5em}.home__footer{display:flex;align-items:center;justify-content:center;width:100%;background:linear-gradient(to bottom,#fe1936 50%,#000000 50%);margin-top:auto;height:180px}}@media only screen and (min-width: 768px) and (max-width: 1023px){.home__article-title{margin-top:2em}.home__article-subtitle{font-family:Inter;font-style:normal;font-weight:500;font-size:25px;color:#302f2f;margin-top:1em;margin-bottom:1em}}.article__container{display:flex;flex-direction:column;align-items:center;margin:1em;padding:1em;border:10px solid #0C1395;border-radius:10px;box-shadow:0 0 10px #0000001a;transition:all .2s ease-in-out;width:250px;max-width:250px}.article__container:hover{transform:translateY(-6px);box-shadow:0 10px 20px #0003}.header__container{display:flex;justify-content:center;margin-bottom:1em;border-radius:1px;height:181px;margin-top:-17px;width:282px;position:relative;overflow:visible;background-image:linear-gradient(10deg,#e8cb7f 0,#e5bc71 16.67%,#dba65c 33.33%,#cc8a42 50%,#bc6e2a 66.67%,#b2571c 83.33%,#ae451a 100%)}.pokemon__img{height:200px;display:block;position:absolute;top:10px}.pokemon__name{text-align:center;margin-bottom:.5em;margin-top:.7em;text-transform:capitalize;font-size:25px;line-height:29px;font-family:Roboto,sans-serif}.pokemon__types-container{display:flex;justify-content:center;margin:auto;border-bottom:.5px solid #E5E5E5;width:250px}.pokemon__type{display:flex;list-style:none;margin:0;padding:0}.pokemon__type-data{padding:.2em .5em;margin-right:.5em;margin-bottom:1.5em;text-transform:capitalize;font-family:Roboto;font-weight:400;font-size:14px;color:#4f4f4f}.pokemon__stats-container{margin-top:1em;width:250px}.pokemon__stats-separator{display:flex;justify-content:center;flex-direction:column;margin:20px auto auto;width:250px}.pokemon__stats-list{display:grid;grid-template-columns:repeat(2,1fr);width:250px;gap:5px;margin:0 0 0 1.5em;padding:0}.pokemon__stats-data{display:flex;justify-content:space-around;flex-direction:column;align-items:center;list-style:none;background-color:#fffc;border-radius:8px;padding:7px;margin-left:0;font-weight:500}.pokemon__stats-label{margin-top:8px;list-style:none;text-transform:uppercase;font-family:Inter;font-style:normal;font-weight:400;font-size:10px;line-height:12px;color:#9f9f9f}.stats__label-name{margin-left:5px}.label__value{font-family:Inter;font-style:normal;font-weight:600;font-size:16px;color:#e52d2d}.pokemon__stats-label:first-of-type{margin-right:1em}.border-grass{border:10px solid #7ec6c5}.border-fire{border:10px solid #F96D6F}.border-water{border:10px solid #133258}.border-bug{border:10px solid #3BB039}.border-normal{border:10px solid #BC6B7C}.border-poison{border:10px solid #5B3184}.border-fighting{border:10px solid #96402A}.border-electric{border:10px solid #2B319B}.border-ground{border:10px solid #654008}.border-fairy{border:10px solid #f50077}.border-psychic{border:10px solid #ce919c}.border-rock{border:10px solid #D3D3D3}.border-ghost{border:10px solid #323569}.border-dark{border:10px solid #0D1211}.border-ice{border:10px solid #BDEBFE}.border-steel{border:10px solid #5E736C}.border-magic{border:10px solid #d2c84a}.border-dragon{border:10px solid #793333}.color-grass{color:#7ec6c5!important}.color-fire{color:#f96d6f!important}.color-water{color:#133258!important}.color-bug{color:#3bb039!important}.color-normal{color:#bc6b7c!important}.color-poison{color:#5b3184!important}.color-fighting{color:#96402a!important}.color-electric{color:#2b319b!important}.color-ground{color:#654008!important}.color-fairy{color:#f50077!important}.color-psychic{color:#ce919c!important}.color-rock{color:#d3d3d3!important}.color-ghost{color:#323569!important}.color-dark{color:#0d1211!important}.color-ice{color:#bdebfe!important}.color-steel{color:#5e736c!important}.color-magic{color:#d2c84a!important}.color-dragon{color:#793333!important}.pokedex__header .pokeball__header{width:80px;height:80px;position:relative;left:30%;top:20%}.pokedex__title{padding-left:1em;padding-right:1em;margin-bottom:2em;margin-top:1em;font-family:Inter;font-size:24px;color:#5e5b5b}.pokedex__title-name{font-weight:600;color:#fe1936;font-family:Inter}.pokedex__container-pokemon{display:flex;flex-wrap:wrap;gap:1em;justify-content:center;max-width:1900px;margin-left:auto;margin-right:auto}.pokedex__circle-container img{display:block}.navigator__container{display:flex;justify-content:start;align-items:start;flex-direction:row;margin-left:1em}.form{display:flex;justify-content:center;height:1.7em;margin-bottom:2.5em;margin-top:1.2em}.form__input{width:100%;height:29px;border:.1px solid #5e5b5b;border-right:none;max-width:150px;padding-left:1em;border-radius:.5em 0 0 .5em}::placeholder{color:#bebebe;font-size:1em;font-style:italic}.form__btn{width:80px;height:32.5px;border:none;border-radius:0 .5em .5em 0;background-color:#d93f3f;color:#fff;font-weight:700;transition:font-weight .1s ease,filter .1s ease;cursor:pointer;margin-right:40px}.form__btn:hover{font-weight:700;filter:brightness(1.1);box-shadow:0 0 20px 2px #d93f3f}.form__select{display:flex;height:92px}.pokedex__footer{display:flex;justify-content:center;text-align:center}.return__pokedex-button{background-color:#ff595e;border:none;color:#fff;padding:10px 20px;text-align:center;text-decoration:none;font-size:16px;border-radius:5px;cursor:pointer;margin:3em 0 3em 2em}.return__pokedex-button:hover{font-weight:700;filter:brightness(1.1);box-shadow:0 0 20px 2px #d93f3f}@media (max-width: 767px){.pokedex__circle-container{display:block;position:absolute;width:fit-content;height:fit-content}.pokedex__header img{width:150px;height:auto}.pokedex__header{height:100px}.pokedex__header .pokeball__header{width:40px;height:40px;position:relative;left:20%;top:20%}.navigator__container{display:flex;justify-content:start;align-items:start;flex-direction:column;width:340px}::placeholder{color:#bebebe;font-size:.85em;font-style:italic}.form__btn{width:80px;height:33px;border:none;border-radius:0 .5em .5em 0;background-color:#d93f3f;color:#fff;font-weight:700;transition:font-weight .1s ease,filter .1s ease;cursor:pointer;margin-right:20px}}.select__box{display:flex;background-color:#fff;border:1px solid #ccc;color:#555;font-size:16px;height:32px;padding:0 5px;width:140px;margin-right:20px}.select__box:hover{cursor:pointer;border:1px solid #555;filter:brightness(1.1);box-shadow:0 0 20px 2px #555}.option__all{color:#555}.option__all:hover{background-color:red;color:#fff}.option__only-one{color:#555}.option__only-one:hover{background-color:red;color:#fff}.loading__gif{display:flex;justify-content:center;align-items:center;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;z-index:9999}.pokedex__header img{width:300px;height:auto}.pokedex__header{display:flex;align-items:center;justify-content:center;background:linear-gradient(to bottom,#fe1936 70%,#000000 30%);height:173px}.pokedex__circle-1{position:absolute;top:20%;left:calc(100% - 200px);transform:translateY(-50%);width:117px;height:117px;border-radius:50%;background:#ffffff;border:12px solid #000000;z-index:1}.pokedex__circle{position:absolute;top:20%;left:calc(100% - 172px);transform:translateY(-50%);width:63px;height:63px;border-radius:50%;background:#212121;border:12px solid #000000;z-index:2}@media (max-width: 767px){.pokedex__circle-container{display:block;position:absolute;width:fit-content;height:fit-content}.pokedex__header img{width:150px;height:auto}.pokedex__header{height:100px}.pokedex__circle-1{position:absolute;top:calc(15% - 50px);left:calc(130% - 200px);transform:translateY(-50%);width:50px;height:50px;border-radius:50%;background:#ffffff;border:9px solid #000000;z-index:1}.pokedex__circle{position:absolute;top:calc(15% - 50px);left:calc(130% - 180px);transform:translateY(-50%);width:13px;height:13px;border-radius:50%;background:#212121;border:8px solid #000000;z-index:2}}@media only screen and (min-width: 768px) and (max-width: 1023px){.pokedex__circle-container{display:block;position:absolute;width:fit-content;height:fit-content}.pokedex__circle-1{position:absolute;top:calc(12% - 10px);left:calc(90% - 20px);transform:translateY(-50%);width:70px;height:70px;border-radius:50%;background:#ffffff;border:9px solid #000000;z-index:1}.pokedex__circle{position:absolute;top:calc(12% - 10px);left:calc(92.6% - 20px);transform:translateY(-50%);width:33px;height:33px;border-radius:50%;background:#212121;border:8px solid #000000;z-index:2}}.pokeball__header{width:80px;height:80px;position:relative;top:-5.7em;left:90%}.poke__info-article{display:flex;flex-direction:column;align-items:center;margin:8.5em auto auto;padding:0 0 1em;border-radius:10px;box-shadow:0 0 10px #0000001a;transition:all .2s ease-in-out;width:1000px;max-width:1200px}.poke__info-article:hover{transform:translateY(-6px);box-shadow:0 10px 20px #0003}.poke__info-header{display:flex;justify-content:center;margin-bottom:1em;border-radius:1px;width:1000px;height:185px;position:relative;overflow:visible;background-image:linear-gradient(10deg,#e8cb7f 0,#e5bc71 16.67%,#dba65c 33.33%,#cc8a42 50%,#bc6e2a 66.67%,#b2571c 83.33%,#ae451a 100%)}.pokemon__info-img{height:314px;display:block;position:absolute;top:-130px}.pokemon__info-id{text-align:center;padding:4px;border:1px solid #D3D3D3;border-radius:2px;margin:.7em auto .5em;text-transform:capitalize;font-size:40px;width:fit-content;font-family:Roboto,sans-serif}.vector__1{border-top:1px solid #9F9F9F;width:313.5px;height:0;position:relative;top:4em}.vector__2{border-top:1px solid #9F9F9F;width:313.5px;height:0;position:relative;top:4em;left:590px}.pokemon__info-name{text-align:center;width:900px;margin:.7em auto .5em;text-transform:capitalize;font-size:45px;font-family:Roboto,sans-serif}.pokemon__info-container{display:flex;flex-direction:column;text-align:center;align-items:center;margin:auto}.pokemon__info-container:hover{transform:scale(1.02);transition:.6s}.pokemon__info-container{display:flex}.pokemon__info-type-data{display:flex;flex-direction:column;align-items:center;margin-bottom:.5em}.pokemon__info-type-data h3{text-transform:capitalize;font-family:Roboto;font-weight:400;font-size:16px;color:#0f0f2d;padding:.5em;border-top:.5px solid #D3D3D3}.pokemon__info-type-data p{text-transform:capitalize;font-family:Roboto;font-weight:500;font-size:25px;color:#0f0f2d}.pokemon__info-type-values{display:flex;flex-wrap:nowrap;gap:15px;text-transform:capitalize;font-family:Roboto;font-weight:500;font-size:25px;color:#0f0f2d}.pokemon__info-stats-container{margin-top:1em}.pokemon__info-stats-container:hover{transform:scale(1.02);transition:.6s}.pokemon__info-stats-separator{display:flex;justify-content:center;flex-direction:column;margin-top:20px}.pokemon__info-stats-name{font-family:Roboto;font-style:normal;font-weight:500;font-size:45px;line-height:53px;display:flex;align-items:center;color:#302f2f}.vector__3{border-top:1px solid #D3D3D3;width:680px;height:0;position:relative;top:5em;left:130px}.pokemon__info-stats-data{list-style:none;background-color:#fffc;border-radius:8px;padding:10px;margin-left:1px;font-weight:500}.pokeball{align-self:flex-end;height:50px;width:50px;position:relative;top:3em}.pokemon__info-stats-labels{display:flex;flex-direction:row;margin-top:18px;margin-bottom:-16px;list-style:none;text-transform:uppercase;font-family:Inter;font-style:normal;font-weight:600;font-size:24px;line-height:12px;color:#302f2f}.label__value{display:flex;flex-direction:row-reverse;align-items:end;color:#302f2f}.pokemon__stats-progress-bar{height:20px;background-color:#ddd;border-radius:0;overflow:hidden;margin:10px 0}.pokemon__stats-progress{height:100%;background-image:linear-gradient(10deg,#e8cb7f 0,#e5bc71 16.67%,#dba65c 33.33%,#cc8a42 50%,#bc6e2a 66.67%,#b2571c 83.33%,#ae451a 100%);transition:width .3s ease-in-out}.pokemon__stats-progress:hover{filter:brightness(1.3);transition:.8s}.poke__info-card-2{display:flex;flex-direction:column;align-items:center;margin:5.5em auto 3em;padding:0;border-radius:10px;box-shadow:0 0 10px #0000001a;transition:all .2s ease-in-out;width:1000px;max-width:1200px}.poke__info-card-2:hover{transform:translateY(-6px);box-shadow:0 10px 20px #0003}.poke__info-card-2-header{display:flex;flex-direction:row;height:140px;width:fit-content;margin:auto}.card__2-name{font-family:Roboto;font-style:normal;font-weight:500;font-size:45px;line-height:63px;color:#302f2f;margin-left:0;margin-top:.5em;margin-right:0;width:fit-content}.vector__4{border-top:1px solid #D3D3D3;width:600px;height:0;position:relative;top:3.35em;left:-2em}.pokeball__2{align-self:flex-start;height:50px;width:50px;position:relative;top:1.65em;left:40em}.poke__body-card-2{margin-bottom:2em}.card__2-ul{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1rem}.card__2-li{grid-column:auto;list-style:none;font-family:Roboto;font-style:normal;text-transform:capitalize;font-weight:400;font-size:24px;line-height:28px;color:#302f2f;background:#E5E5E5;border-radius:50px;margin:auto;padding:12px}.card__2-li:hover{transform:scale(1.1);transition:.3s;background:#afa090;font-weight:500}.poke__info-footer{display:flex;text-align:center;justify-content:center;margin-bottom:2em}.scroll__button{border:none;color:#fff;padding:10px 20px;text-align:center;text-decoration:none;font-size:16px;border-radius:5px;cursor:pointer;background-color:#ff595e;margin:3em 0 3em 2em}.scroll__button:hover{font-weight:700;filter:brightness(1.1);box-shadow:0 0 20px 2px #d93f3f}.bg-grass{background-image:linear-gradient(178.92deg,#7ec6c5 .92%,#abdac6 47.96%,#CAE099 99.08%)}.bg-fire{background-image:linear-gradient(176.37deg,#F96D6F -32.26%,#E35825 22.55%,#E8AE1B 125.72%)}.bg-water{background-image:linear-gradient(179.57deg,#133258 -70.14%,#1479FB 56.16%,#82B2F1 214.85%)}.bg-bug{background-image:linear-gradient(177.56deg,#62DB60 -58.92%,#3BB039 16.57%,#AAFFA8 209.53%)}.bg-normal{background-image:linear-gradient(181.51deg,#735259 -6.44%,#BC6B7C 121.95%,#7C3F4C 186.11%)}.bg-poison{background-image:linear-gradient(177.03deg,#5B3184 -11.97%,#A564E3 71.28%,#CE9BFF 135.64%)}.bg-fighting{background-image:linear-gradient(176.83deg,#96402A -8.78%,#F1613C 169.09%,#CB735D 242.33%)}.bg-electric{background-image:linear-gradient(179.75deg,#0C1395 -19.96%,#2B319B 43.67%,#7075D9 138.4%)}.bg-ground{background-image:linear-gradient(179.75deg,#654008 -19.96%,#895C1A 43.67%,#D69638 138.4%)}.bg-fairy{background-image:linear-gradient(0,#0099b2 0,#0098c4 3.33%,#0098d6 6.67%,#0097e5 10%,#0095f3 13.33%,#0093fe 16.67%,#0090ff 20%,#008cff 23.33%,#0087ff 26.67%,#0081ff 30%,#007aff 33.33%,#0771ff 36.67%,#6368fd 40%,#8a5df1 43.33%,#a750e4 46.67%,#be42d4 50%,#d031c3 53.33%,#de1cb1 56.67%,#e9009e 60%,#f0008a 63.33%,#f50077 66.67%,#f60064 70%,#f50051 73.33%,#f1143e 100%)}.bg-psychic{background-image:linear-gradient(0,#ce919c 0,#c48496 16.67%,#b5718b 33.33%,#9f587c 50%,#88406f 66.67%,#752f67 83.33%,#652665 100%)}.bg-rock{background-image:linear-gradient(177.03deg,#7E7E7E -11.97%,#8D8D94 57.49%,#D3D3D3 135.64%)}.bg-ghost{background-image:linear-gradient(177.03deg,#323569 -11.97%,#454AA8 57.49%,#787DDA 135.64%)}.bg-dark{background-image:linear-gradient(177.03deg,#030706 -11.97%,#0D1211 57.49%,#5A5E5D 135.64%)}.bg-ice{background-image:linear-gradient(177.03deg,#6FBEDF -11.97%,#64CBF5 47.77%,#BDEBFE 136.72%)}.bg-steel{background-image:linear-gradient(179.75deg,#5E736C -19.96%,#728881 43.67%,#A8A8A8 138.4%)}.bg-magic{background-image:linear-gradient(0,#ffffb3 0,#d2c84a 50%,#949e24 100%)}.bg-dragon{background-image:linear-gradient(10deg,#e8cb7f 0,#e5bc71 16.67%,#dba65c 33.33%,#cc8a42 50%,#bc6e2a 66.67%,#b2571c 83.33%,#ae451a 100%)}@media (max-width: 767px){.pokeball__header{width:40px;height:40px;position:relative;top:-3.1em;left:85%}.poke__info-article{display:flex;flex-direction:column;align-items:center;margin:5em auto auto;width:310px;max-width:350px;padding-bottom:1em}.poke__info-article:hover{transform:translateY(-6px);box-shadow:0 10px 20px #0003}.poke__info-header{display:flex;justify-content:center;margin-bottom:1em;border-radius:1px;width:310px;height:155px}.pokemon__info-img{height:200px;display:block;position:absolute;top:-50px}.pokemon__info-id{text-align:center;font-size:20px;width:fit-content;font-family:Roboto,sans-serif}.vector__1{border-top:1px solid #9F9F9F;width:70.5px;height:0;position:relative;top:2.6em;left:1px}.vector__2{border-top:1px solid #9F9F9F;width:70.5px;height:0;position:relative;top:2.6em;left:230px}.pokemon__info-name{text-align:center;width:300px;margin:.7em auto .5em;font-size:28px}.pokemon__info-container{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:auto}.pokemon__info-container:hover{transform:scale(1.02);transition:.6s}.pokemon__info-type-data{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:auto auto .5em}.pokemon__info-type-data h3{font-weight:400;font-size:12px;padding:.5em;border-top:.5px solid #D3D3D3;margin:auto auto auto 5em}.pokemon__info-type-data p{text-transform:capitalize;font-family:Roboto;font-weight:500;font-size:18px;color:#0f0f2d;margin-right:2em}.pokemon__info-stats-container{display:flex;align-items:center;justify-content:center;text-align:center;width:300px}.pokemon__info-type-values{font-weight:500;font-size:18px;color:#0f0f2d;padding-right:1.1em;margin-right:1em}.pokemon__info-type-values .span__1{margin-right:1em}.pokemon__info-type-values span{margin-right:.5em}.pokemon__info-stats-separator{display:flex;justify-content:center;flex-direction:column;margin-top:10px;width:300px}.pokemon__info-stats-name{font-family:Roboto;font-style:normal;font-weight:500;font-size:25px;line-height:0px;display:flex;align-items:center;color:#302f2f}.pokemon__info-stats-list{display:flex;justify-content:center;align-items:flex-start;flex-direction:column;width:300px;margin-left:-1.5em;margin-top:1em}.vector__3{border-top:1px solid #D3D3D3;width:200px;height:0;position:relative;top:1.7em;left:4em}.pokemon__info-stats-data{width:250px;list-style:none;background-color:#fffc;border-radius:8px;padding:10px;margin-left:1px;font-weight:500}.pokeball{align-self:flex-end;height:25px;width:25px;position:relative;top:.9em}.pokemon__info-stats-labels{display:flex;align-items:center;text-align:center;margin-top:13px;margin-bottom:-12px;list-style:none;text-transform:uppercase;font-family:Inter;margin-left:.5em;font-weight:400;font-size:13px;line-height:10px;color:#302f2f}.label__value{margin:auto;color:#302f2f;font-size:small}.pokemon__stats-progress-bar{width:100%;height:15px;background-color:#ddd;border-radius:0;overflow:hidden}.pokemon__stats-progress{height:100%;width:100%;background-image:linear-gradient(10deg,#e8cb7f 0,#e5bc71 16.67%,#dba65c 33.33%,#cc8a42 50%,#bc6e2a 66.67%,#b2571c 83.33%,#ae451a 100%);transition:width .3s ease-in-out}.poke__info-card-2{display:flex;flex-direction:column;align-items:center;margin:2em auto 5em;width:310px}.poke__info-card-2:hover{transform:translateY(-6px);box-shadow:0 10px 20px #0003}.poke__info-card-2-header{display:flex;flex-direction:row;height:100px;width:fit-content;margin:auto}.card__2-name{font-weight:500;font-size:25px;line-height:50px;color:#302f2f;width:fit-content;margin-right:1em}.vector__4{border-top:1px solid #D3D3D3;width:120px;height:0;position:relative;top:2.35em;left:-2.5em}.pokeball__2{align-self:flex-start;height:20px;width:20px;position:relative;top:1.7em;left:7em}.poke__body-card-2{margin-bottom:2em}.card__2-ul{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;margin-right:2.5em}.card__2-li{font-size:14px;line-height:18px;padding:5px}}@media only screen and (min-width: 768px) and (max-width: 1023px){.pokeball__header{width:60px;height:60px;position:relative;top:-5.1em;left:90%}.poke__info-article{display:flex;flex-direction:column;align-items:center;margin:5em auto auto;width:700px;max-width:1000px;padding-bottom:1em}.pokemon__info-body{width:650px}.poke__info-article:hover{transform:translateY(-6px);box-shadow:0 10px 20px #0003}.poke__info-header{display:flex;justify-content:center;margin-bottom:1em;border-radius:1px;width:700px;height:155px}.pokemon__info-img{height:260px;display:block;position:absolute;top:-90px}.pokemon__info-id{text-align:center;font-size:35px;width:fit-content;font-family:Roboto,sans-serif}.vector__1{border-top:1px solid #9F9F9F;width:190px;height:0;position:relative;top:2.19em;left:10px}.vector__2{border-top:1px solid #9F9F9F;width:190px;height:0;position:relative;top:2em;left:455px}.pokemon__info-name{text-align:center;width:300px;margin:.1em auto .5em;font-size:40px}.pokemon__info-container{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:auto}.pokemon__info-container:hover{transform:scale(1.02);transition:.6s}.pokemon__info-type-data{margin-bottom:.5em;margin-right:7em;width:225px}.pokemon__info-type-data h3{font-weight:400;font-size:20px;padding:.5em;border-top:.5px solid #D3D3D3;margin:auto auto auto 5em}.pokemon__info-type-data p{text-transform:capitalize;font-family:Roboto;font-weight:500;font-size:25px;color:#0f0f2d;margin:auto auto auto 5.1em}.pokemon__info-stats-container{display:flex;align-items:center;justify-content:center;text-align:center;width:300px}.pokemon__info-type-values{font-weight:500;font-size:20px;color:#0f0f2d;margin:auto 0 auto auto}.pokemon__info-type-values .span__1{margin-right:0;font-size:22px;width:fit-content}.pokemon__info-type-values span{margin-left:1em;font-size:22px}.pokemon__info-stats-separator{display:flex;justify-content:center;flex-direction:column;margin-top:10px;width:600px;margin-left:22em}.pokemon__info-stats-name{font-family:Roboto;font-style:normal;font-weight:500;font-size:35px;line-height:0px;display:flex;align-items:center;margin-left:.2em;color:#302f2f}.pokemon__info-stats-list{display:flex;justify-content:center;align-items:flex-start;flex-direction:column;width:600px;margin-left:0;margin-top:1em}.vector__3{border-top:1px solid #D3D3D3;width:450px;height:0;position:relative;top:1.7em;left:7em}.pokemon__info-stats-data{width:550px;list-style:none;background-color:#fffc;border-radius:8px;padding:10px;margin-left:-2.5em;font-weight:500}.pokeball{align-self:flex-end;height:25px;width:25px;position:relative;top:.9em}.pokemon__info-stats-labels{display:flex;align-items:center;text-align:center;margin-top:13px;margin-bottom:-12px;list-style:none;text-transform:uppercase;font-family:Inter;margin-left:.5em;font-weight:400;font-size:13px;line-height:10px;color:#302f2f}.label__value{margin:auto;color:#302f2f;font-size:small}.pokemon__stats-progress-bar{width:100%;height:15px;background-color:#ddd;border-radius:0;overflow:hidden}.pokemon__stats-progress{height:100%;width:100%;background-image:linear-gradient(10deg,#e8cb7f 0,#e5bc71 16.67%,#dba65c 33.33%,#cc8a42 50%,#bc6e2a 66.67%,#b2571c 83.33%,#ae451a 100%);transition:width .3s ease-in-out}.poke__info-card-2{display:flex;flex-direction:column;align-items:center;margin:2em auto 5em;width:700px}.poke__info-card-2:hover{transform:translateY(-6px);box-shadow:0 10px 20px #0003}.poke__info-card-2-header{display:flex;flex-direction:row;height:100px;width:fit-content;margin:auto}.card__2-name{font-weight:500;font-size:25px;line-height:50px;color:#302f2f;width:fit-content;margin-right:1em}.vector__4{border-top:1px solid #D3D3D3;width:400px;height:0;position:relative;top:2.35em;left:-2.5em}.pokeball__2{align-self:flex-start;height:25px;width:25px;position:relative;top:1.7em;left:26em}.poke__body-card-2{margin-bottom:2em}.card__2-ul{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;margin-right:2.5em}.card__2-li{font-size:18px;line-height:18px;padding:5px}}.body__error{height:100vh;background:linear-gradient(to bottom,#ffbfbf,#ffcfcf)}.article__error{display:flex;flex-direction:column;align-items:center;justify-content:center}.title__error{font-size:40px;font-weight:bolder;padding:2em;color:#fc0b0b;text-align:center;font-family:Inter}.img__error{height:150px;animation:tilt 3s infinite;margin-top:0}@keyframes tilt{0%{transform:rotate(360deg)}to{transform:scale(1.3)}}.return__button{display:flex;background-color:#ff595e;border:none;color:#fff;padding:10px 20px;text-align:center;text-decoration:none;font-size:16px;margin:3em 0;border-radius:5px;cursor:pointer}.return__button:hover{font-weight:700;filter:brightness(1.1);box-shadow:0 0 20px 2px #d93f3f}@media (max-width: 767px){.body__error{height:100vh;background:linear-gradient(to bottom,#ffbfbf,#ffcfcf)}.title__error{font-size:28px;margin-bottom:20px;padding:2em}.img__error{height:95px;animation:tilt 3s infinite;margin-top:8px}@keyframes tilt{0%{transform:rotate(360deg)}to{transform:scale(1.2)}}}@media only screen and (min-width: 768px) and (max-width: 1023px){.title__error{font-size:40px;font-weight:bolder;color:#fc0b0b;margin-bottom:20px;padding:2em;text-align:center;font-family:Inter}.img__error{height:150px;animation:tilt 3s infinite;margin-top:100px}@keyframes tilt{0%{transform:rotate(360deg)}to{transform:scale(1.2)}}}*{margin:0}
