.chars{background-color:#296bb7;border:1px solid #003b7f;border-radius:20px;height:400px;margin:0 auto;width:250px}.info p span{color:#aeaeae;font-size:14px}.chars:hover{cursor:pointer;transform:scale(1.1);transition-duration:.5s}.info{color:#c9d1d9;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;font-size:18px;margin:0 auto;width:200px}.charImage{align-items:center;display:flex;height:220px;justify-content:center;width:250px}.chars img{border-radius:20px;height:170px;width:170px}.charsBlock{grid-row-gap:3rem;display:grid;grid-template-columns:repeat(4,1fr);margin:0 auto;row-gap:3rem;width:79%}@media only screen and (min-device-width:320px) and (max-device-width:480px){.charsBlock{grid-template-columns:1fr;width:100%}}@media only screen and (min-device-width:481px) and (max-device-width:768px){.charsBlock{grid-template-columns:repeat(2,1fr);width:100%}}@media only screen and (min-device-width:769px) and (max-device-width:1024px){.charsBlock{grid-template-columns:repeat(3,1fr);width:100%}}@media only screen and (min-device-width:1025px) and (max-device-width:1200px){.charsBlock{grid-template-columns:repeat(4,1fr);width:100%}}@media only screen and (min-device-width:1201px){.charsBlock{grid-template-columns:repeat(4,1fr)}}.navBtn{background-color:#296bb7;border:1px solid #fff;border-radius:10px;color:#c9d1d9;font-size:30px;height:50px;width:50px}.btnBlock{display:flex;justify-content:space-evenly;margin:5% auto 3%;width:76%}.navBtn:active{transform:scale(.9)}.navBtn:hover{cursor:pointer}@media only screen and (min-device-width:320px) and (max-device-width:480px){.btnBlock{justify-content:space-evenly;width:95%}}@media only screen and (min-device-width:481px) and (max-device-width:768px){.btnBlock{justify-content:space-evenly;width:95%}}@media only screen and (min-device-width:769px) and (max-device-width:1024px){.btnBlock{justify-content:space-evenly;width:95%}}@media only screen and (min-device-width:1025px) and (max-device-width:1200px){.btnBlock{justify-content:space-evenly;width:95%}}@media only screen and (min-device-width:1201px){.btnBlock{justify-content:space-evenly;width:76%}}.locsBlock{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin:0 auto;width:1300px}.locs{background-color:#296bb7;border:1px solid #003b7f;border-radius:20px;height:200px;margin:0 auto;width:300px}.locsInfo p span{color:#aeaeae;font-size:14px}.locs:hover{transform:scale(1.1);transition-duration:.5s}.locsInfo{color:#c9d1d9;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;font-size:16px;margin:3rem auto 0;width:200px}@media only screen and (min-device-width:320px) and (max-device-width:480px){.locsBlock{grid-template-columns:1fr;width:100%}}@media only screen and (min-device-width:481px) and (max-device-width:768px){.locsBlock{grid-template-columns:repeat(2,1fr);width:100%}.locs{width:230px}}@media only screen and (min-device-width:769px) and (max-device-width:1024px){.locsBlock{grid-template-columns:repeat(3,1fr);width:100%}.locs{width:240px}}@media only screen and (min-device-width:1025px) and (max-device-width:1200px){.locsBlock{grid-template-columns:repeat(4,1fr);width:100%}.locs{width:230px}}@media only screen and (min-device-width:1201px){.locsBlock{grid-template-columns:repeat(4,1fr)}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0d1117;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif}.totalPage{color:#c9d1d9;font-size:18px}.totalChars{font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;margin:0 auto;text-align:center;width:200px}.totalChars a{color:#c9d1d9;text-decoration:none}.totalChars a:hover{cursor:pointer;text-decoration:underline}.navPages{display:flex;margin:5% auto 3%;width:88%}.loader{animation:l1 1s steps(4) infinite;aspect-ratio:4;background:radial-gradient(circle closest-side,#fff 90%,#0000) 0 /33.33333% 100% space;clip-path:inset(0 100% 0 0);left:47.5%;position:fixed;top:50%;width:60px}@keyframes l1{to{clip-path:inset(0 -34% 0 0)}}form{display:flex;justify-content:center;margin-bottom:3%}.searcher{background-clip:padding-box;background-color:#fff;border:1px solid #003b7f;border-radius:.35rem;color:#212529;font-family:inherit;font-size:1.2rem;font-weight:400;height:25px;line-height:1.5;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:20%}.searcher::placeholder{color:#212529;opacity:.5}.searcher:focus{background-color:#fff;border-color:#296bb7;box-shadow:0 0 0 .12rem #296bb7;color:#212529;outline:0}.modal-overlay{align-items:center;background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background-color:#195aa3;border:1px solid #fff;border-radius:10px;color:#c9d1d9;max-width:400px;padding:20px;position:relative;text-align:center;width:100%}.modal-content img{border-radius:10px;height:250px;width:250px}.close-btn{background:none;border:none;color:#c9d1d9;cursor:pointer;font-size:30px;position:absolute;right:10px;top:10px}.character-card{cursor:pointer;transition:transform .2s}.character-card:hover{transform:scale(1.05)}@media only screen and (min-device-width:320px) and (max-device-width:480px){.navPages,.root,body{width:100%}.navPages{display:block;margin-bottom:10%}.totalChars{margin-bottom:3%}.modal-content{font-size:14px;max-width:200px}.modal-content img{height:100px;width:100px}.close-btn{font-size:25px}.searcher{margin-bottom:5%;width:50%}}@media only screen and (min-device-width:481px) and (max-device-width:768px){.navPages,.root,body{width:100%}.navPages,.totalChars{margin-bottom:3%}.modal-content{font-size:15px;max-width:250px}.modal-content img{height:120px;width:120px}.close-btn{font-size:25px}.searcher{margin-bottom:4%;width:45%}}@media only screen and (min-device-width:769px) and (max-device-width:1024px){.navPages,.root,body{width:100%}.navPages{margin-bottom:3%}.totalChars{margin-bottom:2%}.modal-content{font-size:16px;max-width:300px}.modal-content img{height:140px;width:140px}.searcher{margin-bottom:2%;width:35%}}@media only screen and (min-device-width:1025px) and (max-device-width:1200px){.navPages,.root,body{width:100%}.navPages{margin-bottom:3%}.modal-content{font-size:16px;max-width:350px}.modal-content img{height:150px;width:150px}.searcher{width:25%}}@media only screen and (min-device-width:1201px){.root,body{width:100%}.navPages{margin-bottom:0;width:88%}.totalChars{margin-bottom:3%}}
/*# sourceMappingURL=main.d81c49c3.css.map*/