@import"https://fonts.googleapis.com/css2?family=Jost&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Jost,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:#288a52;text-align:center}p,span{font-size:1.6rem}li{list-style:none}span{font-weight:700}.main-loader{height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column}.loader{transform:rotate(45deg);perspective:1000px;border-radius:50%;width:70px;height:70px;color:#000;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}.loader:before,.loader:after{content:"";display:block;position:absolute;top:0;left:0;width:inherit;height:inherit;border-radius:50%;transform:rotateX(70deg);animation:1s spin linear infinite;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}.loader:after{color:#2eca71;transform:rotateY(70deg);animation-delay:.4s}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes rotateccw{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(-360deg)}}@keyframes spin{0%,to{box-shadow:.5em 0 0 0 currentcolor}12%{box-shadow:.5em .5em 0 0 currentcolor}25%{box-shadow:0 .5em 0 0 currentcolor}37%{box-shadow:-.5em .5em 0 0 currentcolor}50%{box-shadow:-.5em 0 0 0 currentcolor}62%{box-shadow:-.5em -.5em 0 0 currentcolor}75%{box-shadow:0 -.5em 0 0 currentcolor}87%{box-shadow:.5em -.5em 0 0 currentcolor}}.container{max-width:110rem;margin:auto}.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 #00a046;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}.main-card-div{display:flex;justify-content:center;align-items:center}.cards{display:grid;grid-template-columns:repeat(3,1fr);justify-content:center;align-items:center;gap:3.2rem}.pokemon-card{width:35rem;min-height:42rem;box-shadow:#0000000d 0 6px 24px,#00000014 0 0 0 1px;background-color:#fff;border-radius:.2rem;-webkit-border-radius:.2rem;-moz-border-radius:.2rem;-ms-border-radius:.2rem;-o-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;z-index:0;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;-webkit-border-radius:30% 70% 70% 30% / 30% 30% 70% 70%;-moz-border-radius:30% 70% 70% 30% / 30% 30% 70% 70%;-ms-border-radius:30% 70% 70% 30% / 30% 30% 70% 70%;-o-border-radius:30% 70% 70% 30% / 30% 30% 70% 70%;transition:transform .3s,box-shadow .3s}.pokemon-card:hover:before{-webkit-border-radius:50% 50% 100% 0% / 99% 100% 0% 1%;-moz-border-radius:50% 50% 100% 0% / 99% 100% 0% 1%;-ms-border-radius:50% 50% 100% 0% / 99% 100% 0% 1%;-o-border-radius:50% 50% 100% 0% / 99% 100% 0% 1%;transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s}.pokemon-card:hover{transform:scale(1.03);transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-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;-webkit-border-radius:20rem;-moz-border-radius:20rem;-ms-border-radius:20rem;-o-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 screen and (max-width: 1130px){.grid-three-cols{grid-template-columns:repeat(2,1fr)}.pokemon-card:before{height:35%}.pokemon-name{margin-top:80px}}@media screen and (max-width: 768px){.grid-three-cols{grid-template-columns:repeat(1,1fr)}.pokemon-card:before{height:30%}p,span{font-size:20px}}
