body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Poppins,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}body::-webkit-scrollbar{background:transparent;width:8px}body::-webkit-scrollbar-thumb{background:linear-gradient(45deg,green,red,blue)}table,td,th{border:1px solid #000;padding:20px}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.nav-item:hover{background-color:#ff4500}.data{display:flex;justify-content:space-around}.olink ul,.services ul{list-style-type:none}.git,.newsletter{word-wrap:normal}.newsletter{width:25%}.foot hr{color:#000;margin-left:10%;width:80%}.services a{color:#fff}@media screen and (max-width:767px){.foot{padding:2rem 1rem}.data{flex-direction:column;font-size:small}.newsletter{width:100%}.data div{margin:1rem 0}.git{text-align:center}.git p{margin:.5rem 0}.services ul{padding-left:1rem}.cr{text-align:center}}.part1-home{align-items:center;background-image:url(/static/media/homebg.c05bbc83798971c00ee4.gif);background-repeat:no-repeat;background-size:cover;color:#fff;display:flex;flex-direction:column;height:70vh;justify-content:center}#pin{background-color:#007bff;border-radius:20px}#pin:hover{background-color:orange}.align-middle{align-items:center;color:#fff;display:flex;flex-direction:column}h1{margin:10px}.part2{color:#fff;font-size:larger;height:80vh}.part2,.reasons{display:flex}.reasons{flex-direction:column;justify-content:space-between;text-align:left;.row{justify-content:space-around}}.reasons span{height:auto;width:auto}.video iframe{height:315px;width:500px}@media screen and (max-width:767px){.part1{padding:2rem 1rem}.part2{flex-direction:column;font-size:medium;height:120vh}.part2 div{margin:1rem 0}.video iframe{height:250px;width:250px}.cr{font-size:small}.reasons{word-wrap:break-word;display:flex;font-size:smaller}.reasons,.row{flex-direction:column}}.part2{color:#000;display:inline}.dataabout{font-size:large;height:30vh;width:70vw}#moon{box-shadow:0 2px 4px rgba(0,0,0,.1);box-shadow:10px 10px 15px #000;height:400px;margin-right:10px;transition:box-shadow .3s;width:400px}@media screen and (max-width:767px){.part2,.wrapper{display:flex;flex-direction:column}.dataabout{font-size:small}#moon{height:250px;width:250px}}.wrapper{color:#545454;display:flex;flex-direction:row}#filler2{height:300px;width:300px}@media screen and (max-width:767px){.wrapper{display:flex;flex-direction:column;font-size:medium}#filler2{height:300px;width:300px}.part2{height:auto}}.part1-contact{align-items:center;background-image:url(/static/media/aboutbg.f5731a983fb3a9c68fe1.jpg);background-repeat:no-repeat;background-size:cover;display:flex;height:50vh;justify-content:center;width:100%}.fillerdata{width:50%}#map{height:50vh;width:50vw}.contactdata{display:flex;flex-direction:row;justify-content:space-around}.circle{align-items:center;background-color:#fff;border-radius:50%;cursor:pointer;display:flex;height:100px;justify-content:center;transition:background-color .3s ease;width:100px}.circle:hover{-webkit-animation:flip 1s ease;animation:flip 1s ease;background-color:orange}@-webkit-keyframes flip{0%{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}50%{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}to{-webkit-transform:rotateY(1turn);transform:rotateY(1turn)}}@keyframes flip{0%{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}50%{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}to{-webkit-transform:rotateY(1turn);transform:rotateY(1turn)}}@media screen and (max-width:767px){#map{height:300px;width:300px}.contactdata{font-size:x-small}.fillerdata{font-size:smaller}}.gallery-container{overflow-x:hidden}.part1Gallery{align-items:center;background-image:url(/static/media/aboutbg.f5731a983fb3a9c68fe1.jpg);background-repeat:no-repeat;background-size:cover;display:flex;height:50vh;justify-content:center;width:100%}.row{margin-left:15px}.card-container{display:flex;flex-wrap:wrap;justify-content:space-between}.card{border:1px solid #ccc;border-radius:10px;box-shadow:0 2px 4px rgba(0,0,0,.1);box-shadow:3px 3px 15px #000;flex-basis:calc(25% - 20px);flex-grow:0;flex-shrink:0;height:300px;margin:10px;overflow:hidden;position:relative;transition:box-shadow .3s;width:300px}.card-image{height:100%;object-fit:cover;width:100%}.card-info{background-color:rgba(255,192,203,.9);bottom:0;height:100%;left:0;opacity:0;padding:10px;position:absolute;-webkit-transform:translateY(100%);transform:translateY(100%);transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;width:100%}.card:hover{box-shadow:0 4px 8px rgba(0,0,0,.2)}.card:hover .card-info{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.card-info h2{color:#fff;font-size:18px;margin:0}.card-info p{color:#fff;font-size:14px;margin:5px 0 0}@media screen and (max-width:767px){.card-container{display:flex;flex-direction:column;justify-content:space-between}}*{margin:0;padding:0}.part2download{display:flex;flex-direction:column}.part1{background-image:url(/static/media/aboutbg.f5731a983fb3a9c68fe1.jpg);background-repeat:no-repeat;background-size:cover;height:50vh;width:100%}.blogdiv,.part1{align-items:center;display:flex;justify-content:center}.blogdiv{flex-direction:column}.btn{background-color:orange}.list{display:flex;flex-direction:row;text-align:left}
/*# sourceMappingURL=main.850ec8b3.css.map*/