*{margin:0;padding:0;box-sizing:border-box;font-family:Urbanist,sans-serif}html{font-size:62.5%}body{width:100%;background-color:#eff3ff}h1,h2,h3,h4,h5,h6{font-weight:900}h1{font-size:5.4rem;font-weight:700;color:#000!important;text-align:center}p,span{font-size:1.6rem}li{list-style:none}span{font-weight:700}.container{max-width:152rem;margin:auto;padding:0 1.6rem}.grid-three-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem;text-align:center;margin:3.2rem 0;align-items:end}header{margin:3.2rem 0}.pokemon-search{width:100%;display:flex;justify-content:center;margin-bottom:3.2rem}.card-demo{display:flex;justify-content:center}.card-demo .pokemon-card{min-height:32rem}input[type=text]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:none;width:32rem;border-bottom:.2em solid #020d35;background:rgba(#e91e63,.2);border-radius:.2em .2em 0 0;padding:.8em;font-size:1.6rem;color:#000;-webkit-border-radius:.2em .2em 0 0;-moz-border-radius:.2em .2em 0 0;-ms-border-radius:.2em .2em 0 0;-o-border-radius:.2em .2em 0 0}.cards{display:grid;grid-template-columns:repeat(4,1fr);justify-content:center;align-items:center;gap:3.2rem;padding:0 1.6rem}.pokemon-card{width:100%;max-width:36rem;min-height:42rem;box-shadow:#0000000d 0 6px 24px,#00000014 0 0 0 1px;background-color:#fff;border-radius:.2rem;padding:1.6rem;position:relative}.pokemon-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:40%;transform:rotate(180deg);background-color:#ebfbf1;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;transition:transform .3s,box-shadow .3s}.pokemon-card:hover:before{border-radius:50% 50% 100% 0%/99% 100% 0% 1%;transition:all .3s}.pokemon-card:hover{transform:scale(1.03);transition:all .3s;box-shadow:#110c2e26 0 48px 100px}figure{display:flex;justify-content:center;filter:drop-shadow(0px 50px 100px rgba(50,50,93,.25))}.pokemon-name{font-size:3.2rem;text-align:center;color:#000;text-transform:capitalize;margin-top:2.4rem}.pokemon-highlight{display:flex;justify-content:center;align-items:center;margin:1.6rem 0}.pokemon-highlight p{padding:.6rem 2.4rem;background-color:#2ecc71;border-radius:20rem;color:#fff;font-weight:700;text-transform:capitalize}.pokemon-image{width:60%;height:15rem}pokemon-info{text-align:center}.short-container{width:65rem}.short-container h1{margin-bottom:3.2rem}.short-container p{margin-bottom:1.6rem}.short-container button{padding:.6rem 0;cursor:pointer}@media (max-width: 1200px){.grid-three-cols{grid-template-columns:repeat(2,1fr)}.cards{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.grid-three-cols{grid-template-columns:1fr}.cards{grid-template-columns:repeat(2,1fr)}.pokemon-card{min-height:32rem}input[type=text]{width:100%}}@media (max-width: 480px){.cards{grid-template-columns:1fr}.pokemon-card{min-height:28rem}}
