@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Righteous&family=Raleway:wght@300;600&family=Raleway&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  scroll-behavior: smooth;
}
body {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  background-color: #222222;
  background-image: url("../img/bg.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow-x: hidden !important;
}
ul {
  list-style: none;
}
ol {
  list-style-type: none;
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.container {
  max-width: 960px;
  width: 85%;
  margin: 0 auto;
  overflow-x: hidden;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
h3,
h4,
h5 {
  width: max-content;
  margin: 0 auto;
  font-family: "Righteous", sans-serif;
  font-weight: 600;
  font-size: 3.75rem;
  color: #2ca0fd;
  text-align: center;
  line-height: 34px;
  border-bottom: 11px solid #2ca0fd;
  border-radius: 15px;
  padding: 14px;
}
.test {
  margin: 0 auto;
  overflow-x: hidden !important;
}
p {
  font-family: "Raleway", sans-serif;
  color: #ffffff;
  line-height: 27px;
  font-size: 1.15rem;
}
a:hover {
  cursor: crosshair;
}
strong {
  font-weight: bold;
}
::-webkit-scrollbar {
  width: 15px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(13deg, #2ca0fd 14%, #222222 64%);
  border-radius: 5px;
  border: 1px outset #ccc;
}
::-webkit-scrollbar-thumb:hover {
  background: #2ca0fd;
}
::-webkit-scrollbar-track {
  background: #222222;
  border: 1px outset #ccc;
}

/*NAV BUTTON*/

.cta {
  margin: 0 auto;
  z-index: 555;
  float: right;
  display: block;
  position: fixed;
  top: 11px;
  right: 8%;
  background-color: transparent;
  border: 2px solid #2ca0fd;
  text-align: center;
  text-decoration: none;
  width: 100px;
  height: 40px;
  border-radius: 10px;
  transition: 350ms ease-in-out 5ms;
  overflow-y: hidden;
}
.cta:hover {
  transition: 350ms ease-in-out 5ms;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.3);
  background-color: #2ca0fd;
  border: 2px solid #ffffff;
  cursor: crosshair;
}
.cta a {
  color: #2ca0fd;
  font-family: "Righteous", sans-serif;
  font-size: 1.15rem;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 40px;
  margin: auto auto;
  padding-top: 8px;
  overflow-y: hidden;
}
.cta a:hover {
  color: #ffffff;
  cursor: crosshair;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.1);
}

/* NAV */

.logo {
  position: fixed;
  float: left;
  margin-top: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  z-index: 999;
  overflow: hidden;
  transition: 350ms ease-in-out 5ms;
}
.logo:hover {
  transition: 0.3s all ease-in-out;
  filter: grayscale(100%);
}
nav {
  position: fixed;
  width: 100%;
  z-index: 998;
  overflow: hidden;
  margin: 0 auto;
}
nav ul {
  list-style: none;
  background-color: rgba(22, 22, 22, 0.25);
  overflow: hidden;
  color: #fff;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  transition: 1s;
}
nav.black ul {
  background-color: #fff;
  transition: 350ms ease-in-out 5ms;
  transform: scale(1.015);
  color: #222222;
  border-bottom: 3px solid #2ca0fd;
  overflow-x: hidden;
}
nav.black ul a {
  color: #222222;
}
nav ul li {
  display: inline-block;
  padding: 20px;
  overflow-y: hidden;
}
nav ul li a {
  text-decoration: none;
  color: #fff;
  font-family: "Righteous", sans-serif;
  font-weight: lighter;
  font-size: 1.25rem;
  overflow: hidden;
  z-index: 999;
  transition: 350ms ease-in-out 5ms;
  border-bottom: 4px solid transparent;
  padding: 1px;
}
nav ul li a:hover {
  text-decoration: none;
  transition: 350ms ease-in-out 5ms;
  color: #2ca0fd;
  border-bottom: 4px solid #2ca0fd;
  border-radius: 6px;
  padding: 1px;
  cursor: crosshair;
}
.happli {
  padding-bottom: 15px;
  padding-left: 15px;
  width: 30px;
  height: 30px;
  filter: grayscale(0%);
}
.happli:hover {
  filter: grayscale(100%);
  transition: 350ms ease-in-out 5ms;
}

/*Menu Icon*/

.menu {
  overflow: hidden;
}
.menu-icon {
  width: 100%;
  background-color: #fff;
  text-align: right;
  box-sizing: border-box;
  padding: 2%;
  display: none;
  overflow: hidden;
}
.clk i {
  overflow: hidden;
  color: #2ca0fd;
  transition: 350ms ease-in-out 5ms;
}
.clk i:hover {
  color: #ccc;
  transition: 350ms ease-in-out 5ms;
}

/* HERO */
.star,
.planet {
  border-radius: 100%;
  position: absolute;
  display: block;
}

.star {
  animation: twinkle 60s linear infinite normal;
  background: #f6f6f6;
  z-index: -5;
  left: 100%;
  top: 100%;
}

.planet {
  animation: twinkle 60s linear infinite normal;
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  z-index: 1;
  left: 100%;
  top: 100%;
}

@keyframes twinkle {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.hero {
  width: 100vw;
  height: 100vh;
  display: flex;
}
.hero img {
  margin: 0 auto;
  max-width: 45%;
  padding-top: 5px;
}
.hero .center-content h1 {
  color: #fff;
  font-family: "Righteous", sans-serif;
  font-size: 4.75rem;
  text-align: center;
  margin: 0.5% auto;
}
.hero h2 {
  font-size: 1.5rem;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  color: #ffffff;
  overflow: visible;
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
  line-height: 32px;
}
.center-content span {
  color: #2ca0fd;
  font-family: "Righteous", sans-serif;
}
.center-content {
  width: 95vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  overflow: hidden;
}

/* ABOUT */

.bgarea {
  background-color: #222222;
  overflow: hidden;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.about {
  overflow: hidden;
}
a {
  color: #ccc;
  text-decoration: none;
}
.border {
  width: 100px;
  height: 2px;
  background-color: #2ca0fd;
  margin: 20px 0;
}
.column {
  max-width: 100%;
  margin: 10px auto;
  display: flex;
}
.card-abt {
  width: 50%;
  padding: 5px 15px;
  text-align: left;
}
.card-abt p {
  margin: 22% auto;
  color: #fff;
  font-weight: lighter;
  font-size: 1.25rem;
}
.card-abt img {
  width: 530px;
  margin: auto auto;
}
/* SOCIAL */

#contact {
  justify-content: center;
  align-items: center;
  --color-bright: #2ca0fd;
  background: transparent;
  margin: 5% auto;
  overflow: visible;
}
#contact:hover {
  overflow: visible;
}
#contact .links {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  min-height: 250px;
  align-items: center;
  justify-content: center;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 auto;
  overflow: hidden;
}
#contact a {
  text-decoration: none;
  color: var(--color-bright);
  font-size: 3rem;
  overflow: visible;
}
#contact .links a {
  display: block;
  position: relative;
  overflow: visible;
}
#contact .links a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s;
  overflow: visible;
}
#contact .links a:hover::after {
  transform: rotate(35deg) skew(-20deg);
  --transformed-box-diagonal-length: 164%;
  width: var(--transformed-box-diagonal-length);
  left: calc((100% - var(--transformed-box-diagonal-length)) / 2);
  overflow: visible;
  cursor: crosshair;
}
#contact .links a div {
  position: relative;
  display: block;
  width: 75px;
  height: 75px;
  transition: ease-in-out 0.3s;
  overflow: visible;
}
#contact .links a:hover div {
  transform: rotate(-35deg) skew(20deg);
  overflow: visible;
}
.links a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  transition-duration: 0.5s;
  border: 2px solid var(--color-bright);
  border-color: var(--color-bright);
  border-radius: 6px;
  overflow: visible;
}
.links a span:nth-child(5) {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-color: var(--color-bright);
  overflow: visible;
}
.links a:hover span:nth-child(5) {
  transform: translate(20px, -20px);
  overflow: visible;
  opacity: 1;
}
.links a:hover span:nth-child(4) {
  transform: translate(15px, -15px);
  overflow: visible;
  opacity: 0.8;
}
.links a:hover span:nth-child(3) {
  transform: translate(10px, -10px);
  overflow: visible;
  opacity: 0.6;
}
.links a:hover span:nth-child(2) {
  transform: translate(5px, -5px);
  overflow: visible;
  opacity: 0.4;
}
.links a:hover span:nth-child(1) {
  overflow: visible;
  opacity: 0.2;
}

/* FOOTER */

.footer {
  display: flex;
  flex-flow: row wrap;
  color: #ccc;
  background-color: #222;
  width: 100%;
}
.footer > * {
  flex: 1 100%;
  padding-left: 50px;
}

.footer a {
  text-decoration: none;
  color: #fff;
  font-family: "Righteous", sans-serif;
}
.legal {
  display: flex;
  flex-wrap: wrap;
  background-color: #2ca0fd;
  border-color: #2ca0fd;
  border-radius: 11px 11px 0 0;
  height: 55px;
  overflow: hidden;
}
.legal p {
  font-size: 12px;
  color: #fff;
  font-weight: normal;
  margin: auto auto;
  text-align: center;
}
.legal__links {
  display: flex;
  align-items: center;
  color: #ccc;
  font-size: 11px;
}
svg {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
#info {
  display: block;
  text-align: center;
  font-size: 15px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-decoration: none;
  margin: 0 auto;
  z-index: 900;
  color: #be9fdd;
}
a:active {
  color: #2ca0fd;
  text-decoration: none;
}
#italic {
  font-style: italic;
}

/* ADJUST */

#abt,
#feat,
#soc {
  padding-top: 75px;
  overflow: hidden;
  margin: 5% auto;
}

/* WIDGETS */

.hXDzEA {
  width: max-content;
  margin: 0 auto;
  font-family: "Righteous", sans-serif;
  font-weight: 600;
  font-size: 3.75rem;
  color: #2ca0fd;
  text-align: center;
  line-height: 34px;
  border-bottom: 11px solid #2ca0fd;
  border-radius: 15px;
  padding: 14px;
}

.gXuNLR {
  font-family: 'Raleway', sans-serif;
}

.sc-bdvvtL,
.elGNeb,
.eapps-events-calendar-d560e9b0-102b-4f02-bfd7-ccbfaae44784-custom-css-hook {
  margin: 0 auto;
}

.elfsight-app-f1e9202d-a42f-4ecb-9d39-96182bcff961,
.elfsight-app-24bef60c-21fe-43a7-9bbc-f050b9d77bcf {
  color: #ffffff !important;
  font-family: "Raleway", sans-serif;
  margin-top: 100px;
}
.eapps-countdown-timer-header-title-text {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
}

/* RESPONSIVE QUERIES */

@media screen and (min-width: 24.375em) {
  .legal .legal__links {
    margin-left: auto;
  }
}
@media screen and (max-width: 2500px) {
  .hero img {
    width: 30%;
  }
}
@media screen and (max-width: 1440px) {
  .hero img {
    width: 30%;
  }
}
@media only screen and (max-width: 1100px) {
  .logo {
    position: fixed;
    top: 15px;
  }
  .cta {
    margin-top: 15px;
    margin-right: 5%;
  }
  nav ul {
    max-height: 0px;
    background: rgba(22, 22, 22, 0.95);
    overflow-x: hidden;
  }
  nav.black ul {
    background: rgba(255, 255, 255, 0.95);
    overflow-x: hidden;
  }
  .showing {
    max-height: 20em;
  }
  nav ul li {
    box-sizing: border-box;
    width: 100%;
    padding: 24px 0px;
    text-align: center;
  }
  .menu-icon {
    display: block;
    font-size: 30px;
    padding-top: 20px;
  }
  .clk {
    overflow: hidden;
  }
  .hero img {
    margin-top: 10%;
    width: 55%;
  }
}
@media only screen and (max-width: 1080px) {
  .hero .center-content h1 {
    line-height: 5rem;
    overflow: hidden;
  }
  .cta {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 860px) {
  .hero .center-content h1 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .hero img {
    width: 75%;
  }
  .cta {
    margin-right: 6.5%;
  }
}
@media only screen and (max-width: 640px) {
  nav {
    float: right;
    padding: 0;
    margin: 0 auto;
    font-size: 2rem;
    width: 100%;
  }
  .cta {
    margin-right: 60px;
    margin-top: 14px;
  }
  .center-content h1 {
    margin: 0 auto;
    font-size: 3.5rem;
  }
  .menu-icon {
    font-size: 1.7rem;
  }
  .hero img {
    margin: 10% auto;
    width: 80%;
  }
  .card {
    width: 80%;
  }
}
@media only screen and (max-width: 550px) {
  #contact p,
  .main p {
    font-size: 1.1rem;
  }
  .hero .center-content h1 {
    font-size: 3.25rem;
    line-height: 55px;
  }
}
@media only screen and (max-width: 480px) {
  nav {
    width: 100%;
  }
  .hero .center-content h1 {
    font-size: 3rem;
    text-align: center;

    width: 90%;
  }
  .hero h2 {
    font-size: 1.25rem;
    margin-bottom: 10%;
  }
  .Window__Component-sc-1wwhwms-0 {
    opacity: 0.65;
  }
}
@media only screen and (max-width: 375px) {
  .cta {
    display: none;
  }
}
