@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&family=Rubik:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lilita+One&display=swap');

/*Hi Snooper! -- Join the support server if you found a bug or want to suggest a change https://discord.gg/CgMbw2Q*/
:root {
  --blurple: #5865f2;
  --notify: #f43f5e;
  --default-body-color: #1d1e22;
  --alt-text: #acadb6;
  --team-color: #2a2a2a;
  --team-alt-color: #353c45;
}

.containter ul {
  box-sizing: border-box;
  line-height: 1.6;
  padding: 0px 40px;
  font-weight: 500;
  font-size: 23px;
  list-style-type: none;
  color: white;
  max-width: 100px;
}

.navbar ul {
  margin-right: 7rem;
  display: flex;
  list-style-type: none;
  justify-content: space-between;
}

.navbar a {
  letter-spacing: 0.024em;
  margin: 5px;
  font-size: 18px;
}

a {
  color: #a5a5a7;
  text-decoration: none;
}

#first-child {
  color: white;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 4px solid white;
  border-radius: 7px;
  /*text-decoration-thickness: 5px;*/
}

a:hover {
  color: white;
  font-weight: 500;
  text-decoration: none;
}

.wordMark {
  text-align: center;
  text-align-last: center;
  font-weight: 800px;
  font-size: 32px;
  margin: 12px;
  background-color: #1d1e22;
  color: white;
  padding: 10px 10px 1px 15px;
}

@media (max-width: 415px) {
  .wordMark {
    font-size: 21px;
    margin-right: 3px;
    border-right-width: 0px;
    border-right-style: solid;
    padding-right: 1px;
    padding-left: 3px;
    margin-left: 5px;
  }

  .footer-text {
    font-size: 1.1rem !important;
  }
}

.upper-logo {
  animation: float 3s ease-in-out infinite;
  margin-inline: 1em;
  max-width: 35%;
  /*float: middle;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 320px;*/

}


@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }

  50% {
    -webkit-transform: translatey(-36px);
    transform: translatey(-41px);
  }

  90% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}

.aspire-upper-desc {
  margin-inline: auto;
  margin-bottom: 3rem;
  /*text-align: center;*/
  padding: 19px;
  border-bottom-style: solid;
  border-color: white;
  border-radius: 7px;
  position: relative;
  max-width: 1000px;
  /*margin-left: 350px;
  margin-right: 100px;*/
  font-style: oblique;
  transition: transform 250ms;
}

.aspire-upper-desc:hover {
  transform: translateY(-10px);
}

.aspire-upper-text {
  color: white;
  font-size: 20px;
  letter-spacing: 0.93px;
}

.aspire-upper-text:last-child {
  display: none;
}

.redirect-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.redirect-btn a {
  color: white;
  background: var(--team-alt-color);
  padding: 18px 25px; /* Slightly reduced padding */
  font-size: 1.05rem; /* Slightly reduced font size */
  border: 4px solid white;
  border-bottom: 8px solid white;
  border-radius: 16px;
  letter-spacing: 0.7px;
}

.redirect-btn a:first-child:hover,
.redirect-btn a:last-child:hover {
  transform: scale(0.98);
  text-decoration: none;
}

/* Features Card & Flex*/

.contain-base h1 {
  color: #fff;
  padding-top: 7px;
  position: relative;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 3px;
}



/* Right Features*/

.right-h4 {
  padding-left: 875px;
  padding-bottom: 18px;
}

.right-para {
  display: flex;
  justify-content: right;
  max-width: 1500px;
  padding-left: 855px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

/*---------------------*/

/* Left Features*/

.left-h4 {
  color: var(--blurple);
  padding-bottom: 4px;
}

.left-para {
  max-width: 270px;
}

/* Feature & Card Flex above*/

.card-item>h4 {
  font-size: 37px;
  font-family: 'Lilita One', cursive;
}

.card-right {
  margin-left: auto;
  text-align: -moz-right;
}

.head-right {
  text-align: -moz-right;
  -webkit-padding-start: 72px;
  padding-right: 16px;
}

.card-item:last-child>p {
  margin-bottom: 0px;
}

.card-item>p {
  max-width: 270px;
  text-align: center;
}

.lower-left-element {
  -moz-padding-start: 43px !important;
  text-align: -moz-left;
  text-size-adjust: auto;
}

.fas,
.far,
.fal,
.fa-solid {
  color: #5053ff;
  font-size: 27px;
}


.footer-text {
  font-size: 1.6rem;
}

footer {
  color: #acadb6;
  font-family: 'Rubik', sans-serif;
  font-family: 'Lilita One', cursive;
}

.footer-title {
  color: white;
  margin-left: 116px;
  font-size: 1.75rem;
  padding-bottom: 0;
}

.footer-base {
  color: #b9bac3;
  font-size: 1.19rem;
  margin-right: 20px;
  margin-top: 0;
}

.column-item {
  display: inline-block;
}

@media (max-width: 500px) {
  #first-child {
    color: white;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 3px solid white;
    border-radius: 7px;
    max-width: 57px;
    margin-left: 1px;
    text-align: center;
  }

  .card-item>h4 {
    font-size: 30px !important;
  }

  .aspire-upper-text {
    text-align: center;
  }

  .nav-item {
    padding-left: 4px;
  }

  .redirect-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
  }

  .wordMark {
    font-size: 21px;
    margin-right: 1px;
    margin-left: 2px;
    padding-right: 0px;
    border-right-width: 1px;
    border-right-style: none;
    padding: 0;
  }

  .aspire-upper-text:first-child {
    display: none;
  }

  .aspire-upper-text:last-child {
    display: flex;
  }

  .footer {
    display: flex;
    justify-content: center;
  }

  .left-h4 {
    padding-bottom: 0;
    padding-left: 50px;
  }

  .redirect-btn a {
    border-right-width: 4px;
    margin-right: 1px;
    margin-left: 0px;
  }

  .left-para {
    padding-left: 50px;
    max-width: 347px;
  }

  .sub-items {
    padding-bottom: 100px;
  }

  .upper-logo {
    max-width: 34%;
  }

  .showcase {
    min-width: auto !important;
  }



  .lower-left-element {
    -moz-padding-start: 29px !important;
  }

  .card-item>h4 {
    font-size: 37px;
  }

  footer {
    color: var(--alt-text);
    text-align: center;
    font-weight: 400;
    font-family: 'Lilita One', cursive;
    position: static;
    padding-bottom: 0px;
    max-width: 1500px;
    display: contents;
  }

  .footer-base {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .footer-title {
    display: none;
  }

  .base-row {
    margin-left: auto;
    display: contents;
    margin-right: 16px;
  }
}

footer {
  margin-bottom: 30px;
}

body {
  overflow: auto;
  overflow-x: hidden;
  letter-spacing: 0.93px;
  background-color: var(--default-body-color);
  font-family: 'Luckiest Guy', cursive;
}



/* Section Styles */
.contain-base {
  padding: 20px;
}


.icon {
  margin: 0 0.8rem;
  font-size: 2rem;
  color: #fdc944;
}

/* Card Container Styles */
.card-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2.5rem;
}

.card-item {
  border-radius: 8px;
  margin: 10px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: white;
  padding-inline: 4%;
}
