@import"https://fonts.googleapis.com/css2?family=Libre+Bodoni:ital,wght@0,400;0,500;0,700;1,700&family=Nanum+Brush+Script&family=Roboto+Slab:wght@400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair:ital,wght@0,300;0,400;0,800;1,300;1,500;1,700;1,800&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400}a{font-weight:500;text-decoration:inherit}a:hover{color:#ea1538}button{padding:.6em 1.2em;font-family:inherit;cursor:pointer;transition:border-color .25s}body,html,#root{margin:0;padding:0;height:100%;width:100%}.homepage--container{width:100%;overflow-x:hidden}.hero{height:100vh;width:100%;background:linear-gradient(90deg,#2c3e50,#4ca1af)}.homepage--texts{display:flex;flex-direction:column}.nav--text{font-family:Cormorant Garamond,serif;font-weight:700;word-spacing:.3em;display:flex;color:#fff;align-items:center;max-width:600px;margin:150px 135px}.nav--para{display:flex;font-family:Cormorant Garamond,serif;font-weight:300;font-size:24px;max-width:600px;color:#fff;align-items:center;margin:-140px 135px}.nav--subpara{margin:155px 135px;max-width:350px;color:#000}.lottie--container{width:400px;float:right;margin-right:120px;margin-top:-430px}.header{position:relative;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(90deg,#2c3e50,#4ca1af);transition:.3s;padding-top:20px;padding-left:10%;padding-right:10%}.logo a{display:block}.website--title{color:#fff;font-family:Poppins,sans-serif;font-weight:600;font-size:28px}.logo a img{display:block;width:100%}.navigation{display:flex;justify-content:space-between;align-items:center}.menu{display:flex;justify-content:center;flex-direction:row;align-items:center;z-index:1;transition:.5s}.menu li{list-style-type:none;font-family:Poppins,sans-serif;font-weight:400}.menu li a{color:#fff;text-decoration:none;display:block;padding:10px 15px;line-height:1;transition:.3s;font-weight:700}.menu li a:hover{color:#fff;transition:.3s}.hamburger{position:relative;width:30px;height:4px;background:#fff;border-radius:10px;cursor:pointer;z-index:2;transition:.3s}.hamburger:before,.hamburger:after{content:"";position:absolute;height:4px;right:0;background:#fff;border-radius:10px;transition:.3s}.hamburger:before{top:-10px;width:20px}.hamburger:after{top:10px;width:25px}.toggle-menu{position:absolute;width:30px;height:100%;z-index:3;cursor:pointer;opacity:0}.hamburger,.toggle-menu{display:none}.navigation input:checked~.hamburger{background:transparent}.navigation input:checked~.hamburger:before{top:0;transform:rotate(-45deg);width:30px}.navigation input:checked~.hamburger:after{top:0;transform:rotate(45deg);width:30px}.navigation input:checked~.menu{right:0;box-shadow:-20px 0 40px #0000004d}.bookspage--container{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-around;flex-flow:wrap}.booksbox{width:100%;display:flex;justify-content:left;align-items:flex-start;gap:5px;flex-wrap:wrap;padding:0 20px}.card{background-color:#fff;margin-left:60px;width:250px;border:1px solid lightgray;border-radius:10px;margin-top:20px;margin-bottom:20px;height:420px;box-shadow:5px 5px 5px 1px #78787870;-webkit-box-shadow:5px 5px 5px 1px rgba(120,120,120,.44);-moz-box-shadow:5px 5px 5px 1px rgba(120,120,120,.44)}.card--image{width:80%;height:245px;margin:10px 25px;object-fit:fill;border-radius:9px;box-shadow:5px 5px 5px 1px #78787870;-webkit-box-shadow:5px 5px 5px 1px rgba(120,120,120,.44);-moz-box-shadow:5px 5px 5px 1px rgba(120,120,120,.44)}.card--title{font-size:14px;max-width:250px;margin-top:2px;color:#333;text-align:center;font-weight:700}.card--author{font-size:.75rem;color:gray;text-align:center;font-weight:700}.card--genre{margin-bottom:5px;text-align:center;font-weight:700}.card--btn{font-size:13px;font-weight:700;margin-left:22px;margin-top:3px;background-color:#fff;border:3px solid black;color:#000;text-decoration:none;border-radius:0}.card--btn:hover{background-color:#000;border:3px solid black;color:#fff;outline:2px solid transparent;box-shadow:none}.pages--count{word-spacing:5px;font-size:.85rem;color:gray;font-weight:700;max-width:80px;margin-left:145px;margin-top:-30px}.tag--icon{height:12px;width:12px;margin-right:8px}.footer--name--link{color:#000;text-decoration:none}.footer--name--link:hover{color:#ea1538}.footer{display:flex;flex-direction:column;text-align:center;border-top:1px solid #ccc}.social--icons{display:flex;justify-content:center}.social-link{width:30px;height:30px;margin:20px}.instagram-link:hover{border-radius:6px;background:linear-gradient(45deg,#feda75,#fa7e1e,#d62976,#962fbf,#4f5bd5)}.instagram-link{position:relative;transition:top .3s ease}.instagram-link:hover{top:-10px}.linkedin-link:hover{background-color:#0a66c2}.linkedin-link{position:relative;transition:top .3s ease}.linkedin-link:hover{top:-10px}.twitter-link:hover{background-color:#1da1f2}.twitter-link{position:relative;transition:top .3s ease}.twitter-link:hover{top:-10px}.github-link{position:relative;transition:top .3s ease}.github-link:hover{top:-10px}.footer-para{margin-top:-10px;font-family:Cormorant Garamond,serif;font-size:20px}.authors--title{text-align:center;font-family:Cormorant Garamond,serif;font-weight:300;font-size:40px}.container{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.authors--card{height:250px;margin:30px;box-shadow:5px 5px 20px #000;overflow:hidden;position:relative}.author--img{height:250px;width:250px;border-radius:3px}.intro{height:70px;width:250px;padding:6px;box-sizing:border-box;position:relative;bottom:70px;background:rgba(27,27,27,.5);color:#fff;transition:.5s}.author--name{font-family:Cormorant Garamond,serif;font-weight:300;margin:20px;font-size:20px}.author--description{font-size:11px;margin:-22px 20px;visibility:hidden;opacity:0}.authors--card:hover{cursor:pointer}.authors--card:hover .intro{height:110px;bottom:110px;background:black}.authors--card:hover .author--description{opacity:1;visibility:visible}.bookspage--title{font-family:Cormorant Garamond,serif;font-weight:300;font-size:35px;text-align:center}.overview--container{display:flex;justify-content:center;align-items:center}.overviewpage--title{font-family:Cormorant Garamond,serif;font-weight:300;font-size:35px;text-align:center}.section-heading{font-size:18px;margin-bottom:10px;margin-left:20px}.map--para{font-family:Garamond,sans-serif;font-size:18px;margin-bottom:10px;margin-left:20px}.overview--card{max-width:100%;height:450px;margin:30px 130px;padding:10px 40px;border-radius:5px;box-shadow:0 2px 4px #000c}.section{display:flex;align-items:center;margin-top:20px;margin-bottom:20px}.section--icon{width:30px;height:30px;font-size:14px;margin-right:5px;margin-left:18px}.section-heading a{color:#000;text-decoration:none}.section-heading a:hover{text-decoration:underline}.contact--home{display:flex;justify-content:center;margin:60px auto;flex-wrap:wrap}.contactpage--title{text-align:center;font-family:Cormorant Garamond,serif;font-weight:300;font-size:35px;margin-top:2px}.contact--container{background-color:#fff;display:flex;margin:-40px 20px;flex-direction:column;align-items:center;justify-content:center;max-width:100%;width:480px;height:425px;border:1px solid #ddd;border-radius:5px;box-shadow:0 2px 4px #000c}.contact--title{font-family:Garamond,sans-serif;text-align:center;font-size:25px;margin-top:-20px}.contact--input{border:none;outline:none;border-radius:5px;padding:1em;background-color:#ccc;transition:.3s ease-in-out}.contact--input:focus{background-color:#fff;transform:scale(1.05);box-shadow:13px 13px 100px #969696,-13px -13px 100px #fff}textarea{border:none;outline:none;border-radius:5px;padding:1em;background-color:#ccc;transition:.3s ease-in-out}textarea:focus{background-color:#fff;transform:scale(1.05);box-shadow:13px 13px 100px #969696,-13px -13px 100px #fff}.contact--button{font-family:inherit;font-size:20px;background:royalblue;color:#fff;padding:.5em 1em .5em .6em;display:flex;align-items:center;border:none;border-radius:16px;overflow:hidden;transition:all .2s}button span{display:block;margin-left:.3em;transition:all .3s ease-in-out}button svg{display:block;transform-origin:center center;transition:transform .3s ease-in-out}button:hover .svg-wrapper{animation:fly-1 .6s ease-in-out infinite alternate}button:hover svg{transform:translate(1.2em) rotate(45deg) scale(1.1)}button:hover span{transform:translate(5em)}button:active{transform:scale(.95)}@keyframes fly-1{0%{transform:translateY(.1em)}to{transform:translateY(-.1em)}}.send--text{color:#fff}.contact-form{max-width:400px;margin:0 auto}.form-group{margin-bottom:20px}label{display:block;margin-bottom:5px;font-weight:700}.contact--input,textarea{width:100%;padding:10px;font-size:16px}.information--card{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:100%;margin:-40px 20px;width:480px;height:425px;border:1px solid #ddd;border-radius:5px;box-shadow:0 2px 4px #000c}.information--card--title{font-family:Garamond,sans-serif;text-align:center;font-size:25px;margin-top:10px}.information--para{text-align:center;font-size:20px;margin-top:40px}.contact--illustration{height:250px;width:250px;margin-top:-10px}@media screen and (max-width: 1113px){.hamburger,.toggle-menu{display:block}.header{padding:20px 5% 10px 10%}.menu{justify-content:start;flex-direction:column;align-items:center;position:fixed;top:0;right:-300px;background:hsl(0,0%,100% /.1);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);width:210px;height:100%;padding-top:98px}.menu li{width:100%}.menu li a,.menu li a:hover{padding:20px;color:#2c3e50;font-size:24px;box-shadow:0 1px #e1e1e11a inset}.lottie--container{width:200px;padding-top:9rem}.nav--text{font-size:3rem}.overview--card{height:90vh;width:80vw;margin:20px auto;padding:50px}.section--icon{width:2rem;height:2rem}.authors--card{margin:10px}.overview--card{height:auto}}@media screen and (max-width: 1003px){.contact--home{gap:100px}.container{justify-content:center;gap:20px}}@media screen and (max-width: 989px){.lottie--container{display:none}.authors--card{margin:35px}.booksbox{gap:15px}}@media screen and (max-width:985px){.bookspage--container{margin:20px 0}.booksbox{margin-top:20px}.card{margin:auto}.overview--card{height:auto}}@media screen and (max-width:860px){.challenge{background-image:url(/assets/591-1f7b039b.jpg);background-attachment:fixed;background-repeat:no-repeat;background-position:center;background-size:cover;height:auto}.challenge--heading{font-size:25px}.challenge--list li{font-size:20px}}@media screen and (max-width:837px){.homepage--texts{justify-content:center;height:100vh}.nav--text{font-size:20px;margin-top:20px;margin-left:85px}.nav--para{font-size:20px;margin-left:85px;text-align:justify}.nav--subpara{margin-left:85px;font-size:14px}.section--icon{margin-left:-20px}}@media screen and (max-width:591px){.bookspage--container{margin:0;align-items:center}.booksbox{margin-top:10px;margin-bottom:10px;box-sizing:border-box;gap:0px;padding:0}.card{box-sizing:border-box;height:305px;width:180px;margin-bottom:10px}.card--image{height:160px;width:130px;margin:10px 20px}.card--title{font-size:10px;margin-top:0;margin-left:-5px}.card--author{font-size:10px;margin-top:-5px}.card--genre{font-size:10px;margin-left:-10px;margin-top:-5px}.card--btn{font-size:12px;margin-left:45px;margin-top:15px}.pages--count{font-size:10px;margin-left:68px;margin-top:-52px}.tag--icon{height:8px;width:8px}}@media screen and (max-width:483px){.challenge--list{flex-direction:column;align-items:center}.booksbox{margin:10px auto}.website--title{font-size:20px}}@media screen and (max-width:459px){.nav--text{font-size:18px;margin-left:50px}.nav--para{font-size:18px;margin-left:50px;text-align:justify}.nav--subpara{font-size:10px;margin-left:50px}.bookspage--title,.authors--title{font-size:25px;text-wrap:balance}.overviewpage--title,.contactpage--title{font-size:25px}.contact--illustration{width:150px;height:160px;margin-left:10px}}@media screen and (max-width:430px){.contact--illustration{width:150px;margin:0 100px}.nav--text{font-size:25px;width:300px}.nav--para{width:300px;text-align:justify}.nav--subpara{color:#000}.footer-para{font-size:15px}}.see-more-container{text-align:center;margin-top:20px;margin-bottom:20px}.see-more-button{font-size:13px;font-weight:700;background-color:#fff;border:3px solid black;color:#000;text-decoration:none;border-radius:0;padding:10px 20px;display:inline-block;cursor:pointer}.see-more-button:hover{background-color:#000;border:3px solid black;color:#fff;outline:2px solid transparent;box-shadow:none}.search{display:flex;align-items:center;justify-content:center;flex-direction:column}.inputbox{padding:8px 10px;border:transparent solid 2px;height:25px;font-size:20px;letter-spacing:1px;border-radius:25px;background-color:#f5f5f5;margin-bottom:20px;font-family:Cormorant Garamond,serif}.inputbox:hover{border:gray solid 2px}.searchIcon{margin-left:280px;margin-top:-55px}.inputbox{width:300px}.searchIcon svg{font-size:30px}.searchbar--output{display:flex;flex-direction:row}.dataResult{font-family:Cormorant Garamond,serif;margin-top:5px;width:300px;height:120px;box-shadow:#00000059 0 5px 15px;overflow:hidden;overflow-y:auto;border-radius:10px}.searchbar--output--title{font-size:18px}.searchbar--output--author{font-size:16px;word-spacing:2px}.searchbar--output{display:flex;flex-direction:column;gap:5px;line-height:1.1;margin:5px}.searchbar--output--title{font-weight:700}.dataResult::-webkit-scrollbar{display:none}.dataResult .dataItem{width:100%;height:60px;display:flex;align-items:center;color:#000;cursor:pointer;padding-left:5px}.dataItem:hover{background-color:#d3d3d3}@media screen and (max-width: 320px){.inputbox{height:25px;width:260px;margin:10px 20px}.searchIcon svg{font-size:25px}.searchIcon{margin-left:270px;margin-top:-45px}}.buttonTop{position:fixed;bottom:20px;right:30px;padding:10px;background-color:#eaeaea;color:#000;border-radius:50%;border:none;cursor:pointer}.buttonTop:Hover{background-color:#ea1538;color:#fff}.planet--container{display:flex;justify-content:center;align-items:center;width:100%;height:100vh;background:linear-gradient(90deg,#2c3e50,#4ca1af)}.planet{display:block;width:125px;height:125px;position:relative;transform-style:preserve-3d;border-radius:50%;background:#fcc96b;background:linear-gradient(180deg,#fcc96b 0%,#fcc96b 15%,#f7ae01 15%,#f7ae01 19%,#fcc96b 19%,#fcc96b 22%,#f7ae01 22%,#f7ae01 28%,#fcc96b 28%,#fcc96b 31%,#fcc96b 33%,#fcc96b 36%,#f7ae01 36%,#f7ae01 48%,#fcc96b 48%,#fcc96b 55%,#f7ae01 55%,#f7ae01 66%,#fcc96b 66%,#fcc96b 70%,#f7ae01 70%,#f7ae01 73%,#fcc96b 73%,#fcc96b 82%,#f7ae01 82%,#c7ba9d 86%,#fcc96b 86%);box-shadow:inset 0 0 25px #00000040,inset 8px -4px 6px #c7800080,inset -8px 4px 8px #ffebc780,inset 20px -5px 12px #f7ae01,0 0 100px #ffffff59;transform:rotate(-15deg)}.planet:before{position:absolute;content:"";display:block;width:100%;height:100%;box-sizing:border-box;border:16px solid #e1a519;border-top-width:0;border-radius:50%;box-shadow:0 -2px #c18620;animation:rings1 .8s infinite linear}.planet:after{position:absolute;content:"";display:block;width:100%;height:100%;box-sizing:border-box;border:8px solid #d48b0c;border-top-width:0;border-radius:50%;box-shadow:0 -2px #b99309;animation:rings2 .8s infinite linear}@keyframes rings1{0%{transform:rotateX(65deg) rotate(0) scale(1.75)}to{transform:rotateX(65deg) rotate(360deg) scale(1.75)}}@keyframes rings2{0%{transform:rotateX(65deg) rotate(0) scale(1.7)}to{transform:rotateX(65deg) rotate(360deg) scale(1.7)}}.quotespage--container{margin-bottom:30px}.quotes--heading{font-family:Cormorant Garamond,serif;font-size:35px;font-weight:300;text-align:center}.quotes--home{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin:auto 110px}.quotes--container{display:flex;margin:12px;position:relative}.quotes--card{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:auto;max-width:320px;margin:15px;border:1px solid lightgray;border-radius:10px;transition:top .3s ease;box-sizing:border-box;overflow:hidden}.quotes--download--button{position:absolute;bottom:-11px;right:25px;cursor:pointer;color:gray;opacity:0}.quotes--container:hover .quotes--download--button{opacity:1;transition:all .6s}.quotes--download--button:hover{color:#ea1538}.quotes--card:hover{top:-10px;box-shadow:0 2px 4px #000c}.quotes--para{font-family:Cormorant Garamond,serif;font-size:22px;text-align:left;margin-bottom:15px;margin-top:-10px;margin-left:25px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box}.quotes--para::-webkit-scrollbar{width:.8em;background-color:transparent}.quotes--para::-webkit-scrollbar-thumb{background-color:#0000004d;border-radius:10px}.quotes--author{font-family:Cormorant Garamond,serif;font-size:18px;white-space:nowrap;width:250px}.author-container{display:flex;align-items:center;justify-content:flex-start;padding-left:10px}.authorquote-image{width:40px;height:40px;border-radius:50%;margin-right:10px}@media screen and (max-width: 479px){.quotes--card{justify-content:center}.quotes--container{justify-content:center;margin:10px -35px}.quotes--para{margin-left:35px}}@media screen and (max-width: 430px){.quotes--card{justify-content:center}.quotes--container{justify-content:center;margin:10px -65px}}@media screen and (max-width: 397px){.quotes--card{justify-content:center;width:310px}.quotes--container{justify-content:center;margin:10px -85px}}@media screen and (max-width: 368px){.quotes--card{justify-content:center;width:310px}.quotes--container{justify-content:center;margin:10px -95px}}@media screen and (max-width: 357px){.quotes--card{justify-content:center;width:310px}.quotes--container{justify-content:center;margin:10px -105px}}@media screen and (max-width: 320px){.quotes--card{justify-content:center;width:280px}.quotes--container{justify-content:center;margin:10px -105px}.quotes--para{font-size:20px}.quotes--author{font-size:15px}}
