*{box-sizing:border-box}*,body,html{margin:0;padding:0}body,html{font-family:-apple-system,Raleway,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background-color:var(--dark-bg);color:var(--white-text)}h1{font-size:2.5rem}h2{font-size:1.8rem}h3{font-size:1.5rem}h4{font-size:1.25rem}a{color:inherit;text-decoration:none;cursor:pointer}li{list-style-type:none}.flex{display:flex}.flex-col{flex-direction:column}.flex-center{align-items:center}.flex-justify-center{justify-content:center}.flex-wrap{flex-wrap:wrap}.btn{display:flex;align-items:center;justify-content:center;border-radius:2px;font-size:1.15rem;padding:.7rem 1.2rem;border:0;transition:all .25s ease;font-weight:600}.btn-sm{width:150px}.btn-md{width:220px}.btn-lg{width:300px}.btn:hover{cursor:pointer}.btn-primary{background:var(--primary-btn-color);color:#fff;transition:all .5s ease}.btn-primary:hover{box-shadow:3px 3px 1px #fff;transform:translate3d(-5px,-5px,6rem)}.btn-primary:hover:after{transition:all .5s ease;content:"";position:absolute;right:0;top:25%;border-width:10px;border-style:solid;border-color:transparent transparent transparent var(--primary-btn-color);transform:translateX(99%)}.section-title{color:var(--primary-color-light);margin-bottom:5vh}@media only screen and (max-width:768px){.section-title{margin-bottom:3vh}}.gradient-text{background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#e8e8e8;border-radius:5px}::-webkit-scrollbar-thumb{background:var(--primary-color-light);border-radius:5px;-webkit-transition:all .7s ease;transition:all .7s ease}::-webkit-scrollbar-thumb:hover{background:var(--primary-color)}:root{--navbar-height:80px;--primary-btn-color:#6d61ee;--primary-color:#7569ff;--primary-color-light:#887ef8;--primary-color-transparent:#9b90fcb9;--white-text:#e8e8e8;--white-text-transparent:#e8e8e890;--dark-bg:#141414;--light-bg:#fbf8fe;--text-yellow:#ffd12c;--text-red:#f94848;--card-shadow-dark:3px 3px 1px #fff;--card-radius:5px;--fs-body:1.2rem;--fs-title:3rem;--fs-title2:2rem;--fs-title3:1.5rem;--fs-btn:1.15rem;--fs-small:0.9rem;--regular:400;--semi-bold:600;--medium:500;--bold:700}