<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: poppins_bold;
  src: url(Fonts/Poppins-Bold.ttf);
}
@font-face {
  font-family: comix;
  src: url(Fonts/Comix-Loud.ttf);
}

video::-internal-media-controls-overlay-cast-button {
  display: none;
}

* {
  margin: 0;
  padding: 0;
}
.hero-copy {
  position: relative;
}
.hero-app {
  position: relative;
}

html,
body {
  overflow-x: hidden;
  min-height: 100vh;
}

h1 {
  display: block;
  font-size: 1em;
  margin-left: 0;
  margin-right: 0;
  color: azure;
  font-family: poppins_bold;
}
body {
  background-color: #10071a !important;
}
.logo {
  height: 60px;
}
.header {
  color: white;
  font-family: comix;
  font-size: 15px;
  margin-bottom: auto;
  border: 3px solid transparent;
  margin-block-end: 0;
}

.content {
  height: 20px;
  margin-left: 150px;
  height: fit-content;
  margin-top: 100px;
  box-sizing: border-box;
}

.image-text {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.padd {
  padding-bottom: 125px;
}

.image-text__image {
  flex: 0 0 auto;
}

.image-text__image img {
  display: block;
}

.pl {
  padding-left: 1em;
}
.paragraf {
  max-width: 50%;
  color: white;
  text-overflow: inherit;

  padding-bottom: 20px;
  font-family: poppins_bold;
  font-size: 1em;
}

.overskrift {
  line-height: 2.255em;
  font-size: 60px;
  color: white;
  font-family: poppins_bold;
}
.overskrift h1 {
  font-size: 50px;
}

.gradient {
  /* Fallback: Set a background color. */
  background-color: red;

  /* Create the gradient. */
  background-image: linear-gradient(100deg, #3b89b5, #5eff00);

  /* Set the background size and repeat properties. */
  background-size: 100%;

  background-repeat: repeat;

  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.gradient2 {
  /* Fallback: Set a background color. */
  background-color: red;

  /* Create the gradient. */
  background-image: linear-gradient(100deg, #3b89b5, #5eff00);

  /* Set the background size and repeat properties. */
  background-size: 250%;

  background-repeat: repeat;

  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.rating {
  color: white;
  margin-bottom: auto;
  border: 3px solid transparent;
  font-family: poppins_bold;
}

.rating_text {
  text-align: center;
  display: flex;
  flex-direction: row;
}

.rating_box {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 150px;
  padding-bottom: 120px;
}

.vl {
  border-left: 1px solid rgba(128, 128, 128, 0.514);
  height: 40px;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
}

.blur1 {
  position: relative;
  pointer-events: none;
  left: -200px;
  width: 500px;
}
.blur2 {
  display: none;
  pointer-events: none;
}

.computer {
  visibility: visible;
}

.intro {
  display: none;
}

.backgroundintro {
  background: #10071a;
  position: absolute;

  height: 100vh;
  width: 100%;
}

/* Add some style to the shop */

.products {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.shop {
  position: absolute;
  top: 100vh;
  margin-top: 30px;
}

.shopoverskrift {
  text-align: center;
  font-size: 20px;
  font-family: poppins_bold;
  color: white;
}
.product {
  display: inline-block;
  width: 45%;
  margin: 1%;
  border: 1px solid black;
  text-align: center;
  color: #fff;
  text-decoration: none !important;
}
.product img {
  width: 80%;
}
.product h3 {
  margin: 0;
}

@media only screen and (max-width: 600px) {
  .gradient {
    /* Set the background size and repeat properties. */
    background-size: 200%;
  }

  .computer {
    visibility: hidden;
  }
  .notIntro {
    opacity: 0;
  }
  .intro {
    top: 25%;
    display: inline;
    position: absolute;
    width: 100%;
    z-index: 3;
  }

  .introfade {
    transition: opacity 1s;
  }

  .rating_text {
    text-align: center;
    display: flex;
    flex-direction: row;
  }

  .rating_box {
    display: flex;
    flex-direction: column;
    margin-left: 0px;
  }
  .vl {
    display: none;
  }

  .blur2 {
    display: block;
    position: relative;
    right: -200px;
    width: 500px;
    top: 200px;
  }
  .blur1 {
    left: -250px;
    width: 400px;
  }

  .content {
    margin-left: 30px;
    height: fit-content;
    margin-top: 50px;
  }

  .paragraf {
    max-width: 90%;
  }

  .overskrift {
    font-size: 30px;
  }

  .logo {
    height: 40px;
  }

  .header {
    font-size: 10px;
  }

  .overskrift h1 {
    font-size: 30px;
  }

  .image-text {
    display: flex;
    align-items: center;
    padding-bottom: 50px;
  }

  .shoptext {
    font-size: 15px;
    font-family: poppins_bold;
    color: white;
    margin-bottom: auto;
    border: 3px solid transparent;
    margin-top: 50px;
    margin-bottom: 20px;

    text-align: center;

    width: 100%;
    visibility: visible;
  }
}

.container-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  padding-bottom: 50px;
  bottom: 0;
  left: 45%;
}

.text-label {
  text-transform: uppercase;
  font-family: helvetica;
  font-size: 2rem;
  letter-spacing: 0.2em;
  color: #fff;
}

.textp {
  font-family: helvetica;
  font-size: 150%;
}

.arrow-circle-down {
  display: block;
  margin: 16px 0;
  /*fill: #fff;*/
}

.bounce {
  -webkit-animation: bounce 2s;
  animation: bounce 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/*write css to make text stay at the bottom of the screen*/

@-webkit-keyframes bounce {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}

@keyframes bounce {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}

@keyframes scroll-arrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

.scroll-arrow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;

  margin: 0px auto;
}

.scroll-arrow .arrow {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid transparent;
  margin: 0 5px;
}

.scroll-arrow .arrow {
  animation: scroll-arrow 1s ease-in-out infinite;
}

body {
  background-color: black;
}

.container {
  width: 1200px !important;
  padding: 0 !important;
  margin-right: auto;
  margin-left: auto;

  @media screen and (min-width: 992px) and (max-width: 1439px) {
    max-width: 1279px !important;
    padding: 0 !important;
    margin: 0 80px !important;
    width: auto !important;
  }

  @media screen and (max-width: 991px) {
    max-width: 959px !important;
    margin: 0 16px !important;
    padding: 0 !important;
    width: auto !important;
  }
}

.gradient-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  padding: 30px;
  @media screen and (max-width: 991px) {
    grid-template-columns: 1fr;
  }
}

.container-title {
  text-align: center;
  padding: 0 !important;
  margin-bottom: 40px;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  line-height: 30px;
}

.card {
  max-width: 550px;
  border: 0;
  width: 100%;
  margin-inline: auto;
}

.card a {
  text-decoration: none;
}

.container-card {
  position: relative;
  border: 2px solid transparent;
  background: linear-gradient(71deg, #080509, #1a171c, #080509);
  background-clip: padding-box;
  border-radius: 45px;
  padding: 40px;
  img {
    margin-bottom: 32px;
  }
}

.bg-green-box,
.bg-white-box,
.bg-yellow-box,
.bg-blue-box {
  position: relative;
}

.bg-green-box::after,
.bg-white-box::after,
.bg-yellow-box::after,
.bg-blue-box::after {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  content: "";
  z-index: -1;
  border-radius: 45px;
}

.bg-green-box::after {
  background: linear-gradient(71deg, #0d1212, #3da077, #0d1212);
}

.bg-white-box::after {
  background: linear-gradient(71deg, #121013, #b0afb0, #121013);
}

.bg-yellow-box::after {
  background: linear-gradient(71deg, #110e0e, #afa220, #110e0e);
}

.bg-blue-box::after {
  background: linear-gradient(71deg, #0c0a0e, #5f6fad, #0c0a0e);
}

.card-title {
  font-weight: 600;
  color: white;
  letter-spacing: -0.02em;
  line-height: 40px;
  font-style: normal;
  font-size: 28px;
  padding-bottom: 8px;
}

.card-description {
  font-weight: 600;
  line-height: 32px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 16px;
  max-width: 470px;
}
</pre></body></html>