.clickTagLink {
  position: absolute;
  width: 100%;
}

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

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

.banner {
  width: 320px;
  height: 250px;
  background-color: #021e40;
  /*   background-image:url(assets/scaleaq_pod_980.jpeg); */
  background: linear-gradient(to top, #021e40 0%, #084875 75%, #187cb2 100%);

  background-size: 100% 100%;
}

.border-top {
  height: 2px;
  width: calc(100% - 40px);
  background: #ff5000;
  top: 20px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.border-bottom {
  height: 2px;
  width: calc(100% - 40px);
  background: #ff5000;
  bottom: 20px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.border-left {
  width: 2px;
  height: calc(100% - 40px);
  background: #ff5000;
  left: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

.border-right {
  width: 2px;
  height: calc(100% - 40px);
  background: #ff5000;
  right: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

.slogo {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 3;
  width: auto;
  height: 38px;
}

.text-container {
  position: absolute;
  width: 320px;
  height: 250px;
  color: #fff;
  left: 0;
  overflow: hidden;
}

.orange {
  color: #ff5000;
  font-weight: 600;
}
.text {
  position: absolute;
  width: 100%;
  height: 100%;
}

.single-text {
  margin-top: 10px;
}

.vi-byr {
  position: absolute;
  left: 30px;
  top: 30px;
}

.fish-and-ships-logo {
  max-width: 260px;

  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 30px;
  z-index: 3;
}

h1 {
  font-weight: 600;
  font-size: 3rem;
  margin: 0.5rem;
}

h2 {
  font-weight: 400;
  line-height: 1.2;
  font-size: 1.8rem;
}

h3 {
  font-size: 1.8rem;
  margin: 0;
}

#text1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  align-items: center;
  opacity: 1;
}

#text1 .text-1-image {
  height: 120%;
  position: relative;
  left: -40px;
  object-fit: cover;
}

#text2,
#text3,
#text4,
#text5,
#text6 {
  opacity: 0;
}

.ships-loog {
  max-width: 180px;
  margin-top: 5px;
}

.flex {
  display: flex;

  gap: 0.5rem;
}

.general-texts {
  max-width: 100%;
  left: 40px;
  top: 40px;
}

.general-texts .single-text {
  font-size: 20px;
  max-width: 230px;
}

.general-texts .hovercta {
  right: 65px;
  bottom: 50px;
}

#text3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  height: 100%;
  align-items: center;
  opacity: 0;
}

#text3 .text-3-image {
  width: 80%;
  left: 30px;
  position: relative;

  object-fit: cover;
}

.hover-text {
  font-size: 17px;
  max-width: 160px;
  margin-top: 0px !important;
}

.innsikt {
  margin-top: 2.5rem;
}
/* 
.crop {
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
} 
 */
.hover {
  color: #fff;
  position: absolute;
  background: linear-gradient(#1c416a, #021e40);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  opacity: 0;
  transition: 0.5s opacity ease;
}

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

.cta {
  padding: 0.8rem 2rem;
  background: #ff5000;
  color: #ffffff;
  border-radius: 999px;
  max-width: fit-content;
}

.cta:hover,
.hovercta:hover {
  opacity: 0.8;
  transition: 0.5s opacity ease;
}

.hovercta {
  padding: 0.6rem 1.2rem;
  background: #ff5000;
  font-weight: bold;
  color: #021e40;
  border-radius: 999px;
  max-width: fit-content;
  position: absolute;
  right: 25px;
  z-index: 3;
  bottom: 8px;
}

.banner:hover #text3 {
  opacity: 1;
}

.banner:hover #text1,
.banner:hover #text2,
.banner:hover #text4,
.banner:hover #text6,
.banner:hover #text5 {
  display: none;
}
