.clickTagLink {
  position: absolute;
}

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

body {
  width: 980px;
  height: 300px;
  background: #fff;
  color: #fff;
  font-size: 23px;
  font-family: 'proxima-nova', arial, sans-serif;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #fff;
}

h1,
h2,
h3 {
  color: #fff;
  font-weight: 400;
  margin: 0px;
}

h1.bold {
  font-weight: bold;
}

button {
  font-family: 'proxima-nova', arial, sans-serif;
}
a {
  text-decoration: none;
}

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

.banner {
  width: 980px;
  height: 300px;
  background-image: linear-gradient(#084875, #021e40);
}
.inner-banner-container {
  display: flex;
  width: 100%;
  height: 100%;
}
.frame-container {
  flex: 1;
  height: 100%;
  position: relative;
}

.frame {
  width: 100%;
  height: 100%;
  position: absolute;
}

#frame1 .frame-inner {
  position: absolute;
  background: rgba(2, 30, 64, 0.5);
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
}

#frame1,
#frame2,
#frame3,
#frame4,
#frame5 {
  opacity: 0;
}

#frame3 {
  opacity: 1;
}

.blue-heading {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

#frame1 .bilde1 {
  width: 60%;
  height: 100%;
  position: absolute;

  top: 0;
}
#frame1 .bilde2 {
  width: 60%;
  height: 100%;
  left: 40%;
  position: absolute;
  top: 0;
  clip-path: polygon(21% 0, 100% 0, 100% 100%, 0% 100%);
}

#frame1 h1 {
  position: absolute;
  top: 70px;
  left: 60px;
  color: #fff;
  max-width: 80%;
}

.logo-cotnainer {
  max-width: 200px;
  background: #021e40;
  position: relative;
  z-index: 5;
}

.logo-cotnainer:before {
  content: '';
  width: 100px;
  height: 100%;
  background: #021e40;
  left: -99px;
  position: absolute;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.frame-1 {
  width: 55%;
  height: 100%;
  position: absolute;
}

.frame-2 {
  width: 55%;
  height: 100%;
  left: 45%;
  position: absolute;
  background: blue;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0% 100%);
}

#frame2 .frame-1-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}

.image1-bg {
  background-image: url('assets/bilde1.jpeg');
  background-position: center;
  zoom: 0.6;
}

.image2-bg {
  background-image: url('assets/bilde2.jpeg');
  background-position: center;
  zoom: 0.6;
}

.image3-bg {
  background-image: url('assets/bilde3.jpeg');
  background-position: center;
  zoom: 0.6;
}

.logo-cotnainer img {
  max-width: 100px;
}

.inner-logo-container {
  position: relative;
  top: 80px;
  right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.text-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 350px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cta {
  /* position: absolute;
  right: 35px;
  bottom: 30px; */
  font-weight: bold;
  background: #ff6422;
  border: 0px;
  color: #021e40;
  border-radius: 30px;
  margin-top: 20px;
  font-size: 20px;
  padding: 0.2em 1em;
  letter-spacing: 0.01em;
  cursor: pointer;
  z-index: 6;
}

.orange {
  color: #ff6422;
}

.blue {
  color: #6cbee6;
}

.bold {
  font-weight: bold;
}

.hover {
  position: absolute;
  background: #021e40;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
  transition: 0.3s opacity ease;
  background-image: linear-gradient(#084875, #021e40);
}

.hover img {
  width: 55%;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  bottom: 20px;
  margin: auto;
  opacity: 0;
  transition: 1.5s opacity ease;
}

.we-are {
  padding-top: 120px;
}

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

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