@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #001e3c;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}

.h2center::after {
  content: "";
  display: block;
  background-color: #c21fae;
  height: 0.25rem;
  margin: 0.5rem auto 1rem auto;
  border-radius: 1rem;
  width: 3rem;
}
.h2left::after {
  content: "";
  display: block;
  background-color: #c21fae;
  height: 0.25rem;
  border-radius: 1rem;
  margin: 0.5rem 0 1rem 0;
  width: 3rem;
}

/* Header */

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}
.container {
  max-width: 70rem;
  margin: 0 auto;
  padding: 0 1rem;
}
.logo img {
  height: 1.75rem;
  width: auto;
  filter: grayscale(100%) invert(1);
}

.button-dashboard {
  color: #fff;

  border-radius: 0.25rem;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
}

.button-dashboard svg {
  height: 1.5rem;
  width: 1.5rem;
  transition: all 0.25s ease-in-out;
}

.button-dashboard:hover > svg {
  transform: translateX(0.2rem);
}

/* Main */

.top-background {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-image: radial-gradient(#00366b, rgb(0, 30, 60) 70%);
  z-index: -1;
}

.top-background svg {
  fill: rgba(255, 255, 255, 0.6);
  height: 2.5rem;
  position: absolute;
  animation: float-confetti 4s ease-in-out 0s infinite;
  animation-direction: alternate;
}

.top-background svg:nth-child(2n) {
  animation-duration: 3s;
}

.top-background svg:nth-child(3n) {
  animation-duration: 4.5s;
}

.top-background svg:nth-child(4n) {
  animation-duration: 3.5s;
}

.top-background svg:nth-child(1) {
  transform: rotate(15deg);
  bottom: 35%;
  right: 15%;
  height: 2.5rem;
}

.top-background svg:nth-child(2) {
  opacity: 0.6;
  transform: rotate(-15deg);
  bottom: 12%;
  right: 30%;
  height: 2.25rem;
}

.top-background svg:nth-child(3) {
  opacity: 1;
  transform: rotate(18deg);
  top: 32%;
  left: 72%;
  height: 2rem;
}

.top-background svg:nth-child(4) {
  opacity: 1;
  transform: rotate(-60deg);
  top: 70%;
  left: 14%;
  height: 1.75rem;
}

.top-background svg:nth-child(5) {
  opacity: 1;
  transform: rotate(-10deg);
  top: 26%;
  left: 18%;
  height: 1.5rem;
}

.top-background svg:nth-child(6) {
  opacity: 0.3;
  transform: rotate(50deg);
  top: 49%;
  left: 23%;
  height: 2.75rem;
}

.top-background svg:nth-child(7) {
  opacity: 0.7;
  transform: rotate(22deg);
  bottom: 18%;
  left: 38%;
  height: 1.75rem;
}

.top-background svg:nth-child(8) {
  opacity: 0.2;
  transform: rotate(22deg);
  top: 24%;
  left: 53%;
  height: 1.5rem;
}

.top-background svg:nth-child(9) {
  opacity: 0.8;
  transform: rotate(-17deg);
  top: 27%;
  left: 33%;
  height: 1.25rem;
}

@keyframes float-confetti {
  to {
    transform: rotate(5deg) translateY(-10px);
  }
}

.main-top {
  padding-top: calc(100vh - 50vh - 5rem - 9rem);
  padding-bottom: calc(100vh - 50vh - 9rem);
}

.main-top h1 {
  text-align: center;
  font-size: 2.5rem;
}
.main-top p {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 500;
  line-height: 1.5625rem;
  color: #efefef;
}
.highlight {
  background: -webkit-linear-gradient(145deg, rgb(200, 23, 161) 0%, #9c4fff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
.button-register {
  border-radius: 0.25rem;
  white-space: nowrap;
  background-color: #476b8f;
  padding: 1rem 1rem;
  text-decoration: none;
  text-align: center;
  display: block;
  margin: 1rem auto 0rem auto;
  max-width: 14rem;
  font-weight: 700;
  color: #fff;
}

/* About */

.main-about {
  margin-top: 4rem;
  padding: 1.5rem 1.5rem;
  margin-bottom: 10rem;
}
.main-about h2 {
  text-align: center;
  font-weight: 600;
  margin-top: 1rem;
  font-size: 2rem;
}
.main-about p {
  text-align: justify;
  font-weight: 400;

  max-width: 70ch;
  margin: 0 auto;
  margin-bottom: 1rem;
  line-height: 1.5625rem;
}

.contact-button {
  margin-top: 3rem;
}

/* Payments*/

.main-payments {
  padding: 1.5rem 1.5rem;
  margin-bottom: 5rem;
}
.main-payments h2 {
  text-align: center;
  font-weight: 600;
  margin-top: 1rem;
  font-size: 1.5rem;
}

.payment-types {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

/*Product Bescheibung*/
.main-screen {
  display: flex;
  margin-bottom: 7rem;
  gap: 5rem;
  justify-content: space-between;
}

.main-screen div h2 {
  text-align: left;
  font-weight: 600;
  margin-top: 1rem;
  font-size: 2rem;
}
.main-screen div p {
  text-align: justify;
  font-weight: 400;
  max-width: 65ch;
  margin: 0;
  margin-bottom: 1rem;
  line-height: 1.5625rem;
}
.main-screen img {
  background-color: #bbbbbb;
  border-radius: 0.25rem;
  align-self: center;
  object-fit: cover;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.2);
  height: 100%;
  width: 35%;
}

h3 {
  color: #c21fae;
}

/* Coming Soon */
.main-coming-soon {
  position: relative;
}

.coming-soon-block {
  align-self: center;
  justify-self: center;
  max-width: 60rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 0 auto;

  text-align: center;
}

.coming-soon-button {
  display: block;
  width: fit-content;
  margin: 1rem auto 1rem auto;

  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  color: #9f9f9f;
  border: solid 0.125rem #9f9f9f;
  text-transform: uppercase;
}

.coming-soon-container {
  display: grid;
  min-height: 32rem;
}

.bottom-background {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0) 80%);
  z-index: -1;
}

footer {
  display: flex;
  max-width: 80rem;
  margin: 0 auto;
  justify-content: space-between;
  padding: 2rem;
}

footer a {
  color: rgb(182, 182, 182);
  padding-left: 0.5rem;
  text-decoration: none;

  font-size: 0.875rem;
}

@media screen and (max-width: 60rem) {
  .main-screen {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 10rem;
    gap: 2rem;
    align-items: center;
  }

  .main-screen img {
    height: 100%;
    width: 90%;
  }

  h3 {
    text-align: center;
    padding-bottom: 1rem;
  }

  footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
  }
}


ul {
  padding-left: 1rem;
}