.clickTagLink {
  position: absolute;
}

html,
body {
  overflow: hidden;
  margin: 0px;
}

body {
  width: 320px;
  height: 250px;
  background: #fff;
  color: #fff;
  font-size: 12px;
  font-family: 'proxima-nova', 'Arial', sans-serif;
  line-height: 1;
  overflow: hidden;
}

p {
  margin: 0px !important;
  font-weight: normal;
}

.banner {
  width: 320px;
  height: 250px;
  overflow: hidden;
  background-image: url('assets/bakgrunn.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.cta {
  position: absolute;
  right: 20px;
  bottom: 15px;
  background: #ff6422;
  border: 0px;
  color: #fff;
  color: #021e40 !important;
  border-radius: 30px;
  font-size: 16px;
  padding: 0.4em 1em;
  letter-spacing: 0.01em;
  cursor: pointer;
  font-weight: 600;
  z-index: 2;
  font-family: 'proxima-nova', 'Arial', sans-serif;
}

.logo {
  position: absolute;
  left: 20px;
  top: 30px;
  max-width: 40px;
  z-index: 1;
}

/* #text-container {
  color: #fff;
  font-size: 25px;
  text-decoration: none;
  position: absolute;
  font-weight: 500;
  top: 100px;
  left: 20px;
  text-align: left;
}

#changing-text {
  color: #84cbe3;
}

#text-container span {
  display: inline-block;
}

#text-rotate-container {
  display: flex;
}

@keyframes fade-in {
  0% {
    opacity: 0;
    top: 20vh;
  }
  70%,
  90% {
    opacity: 1;
    top: 5vh;
  }
  100% {
    opacity: 0;
    top: 5vh;
  }
} */

#text-container {
  color: #fff;
  font-size: 25px;
  text-decoration: none;
  position: absolute;
  font-weight: 500;
  top: 100px;
  left: 20px;
  text-align: left;
}

#changing-text {
  color: #84cbe3;
  display: inline-block;
}

#text-container span {
  display: inline-block;
}

#text-rotate-container {
  display: flex;
}

.cursor {
  display: inline-block;
  background-color: #84cbe3; /* Matches the text color */
  width: 2px;
  height: 25px;
  margin-left: 2px;
  animation: blink 0.7s step-end infinite;
}

@keyframes blink {
  from,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.hover {
  position: absolute;
  background: #021e40;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  opacity: 0;
  transition: 0.3s opacity ease;
  background-image: url('assets/bakgrunn.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.hover img {
  width: 100%;
  position: absolute;

  height: 100%;
  margin: auto;
  left: 0;
  right: 0;
  opacity: 1;
  transition: 1.5s opacity ease;
  object-fit: contain;
  max-width: 280px;
}

.hover .scale-logo {
  position: absolute;
  right: 20px;
  bottom: 20px;
  height: 30px;
  max-width: fit-content;
  margin: initial;
  margin-left: auto;
}
.banner:hover .hover {
  opacity: 1;
}

.banner:hover .hover img {
  opacity: 1;
}
