.clickTagLink {
  position: absolute;
}

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

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

.banner {
  width: 980px;
  height: 300px;
  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% - 60px);
  background: #ff5000;
  top: 30px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

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

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

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

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

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

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

.fish-and-ships-logo {
  max-width: 420px;
  margin-top: 10px;
}

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 {
  display: grid;
  grid-template-columns: 40% 60%;
  height: 100%;
  align-items: center;
  opacity: 0;
}

#text2 .fish-and-ships-logo {
  max-width: 280px;
  margin-top: 0px;
}

.flex {
  display: flex;

  gap: 0.5rem;
}

#text2 .text-2-image {
  height: 136%;
  position: relative;
  left: -40px;
  object-fit: cover;
  z-index: 3;
}

#text3 {
  display: grid;
  grid-template-columns: 40% 60%;
  height: 100%;
  align-items: center;
  opacity: 0;
}

#text3 .text-3-image {
  height: calc(100% - 100px);
  position: relative;
  left: 40px;
  top: -10px;
  object-fit: cover;
}

.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.8rem;
  background: #ff5000;
  font-weight: bold;
  color: #021e40;
  border-radius: 999px;
  max-width: fit-content;
  position: absolute;
  right: 50px;
  bottom: 50px;
}

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

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