.clickTagLink{
  position: absolute;
}

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

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

.banner{
  width: 800px;
  height: 800px;
  background-color:#021E40;
  background-image:url(assets/800.jpg);
  background-size: 100% 100%;
}

#text1 .slogo {
  position: absolute;
  top: 80px;
  left: 345px;
  z-index: 3;
  width: auto;
  height: 80px;
}

.text-container {
  position: absolute;
  width: 800px;
  height: 100%;
  color: #fff;
  text-align: center;
}

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

h1 {
  font-weight: 600;
  font-size: 4rem;
  margin: .5rem;
}

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

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

.podlogo {
  max-width: 420px;
}

#text1 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  gap: 1rem;
}

#text1 .cta {
  margin-left: 3.2rem;
  position: absolute;
  bottom: -700px;
  left: 205px;
}

#text1 .podlogo {
  position: absolute;
  top: 240px;
  left: 188px;
}

#text2, #text3 {
  background: linear-gradient(#1c416a, #021E40);
  height: 100%;
  opacity: 0;
}

#text2 .podlogo, #text3 .podlogo {
  position: absolute;
  left: 80px;
  top: 80px;
  max-width: 200px;
}

#text2 .slogo, #text3 .slogo {
  position: absolute;
  right: 80px !important;
  left: auto !important;
  top: 80px;
  height: 48px;
}

#text2 .cta, #text3 .cta {
  position: absolute;
  left: 80px;
  bottom: 80px;
}

#text2 h1 {
  text-align: left;
  position: absolute;
  left: 80px;
  top: 320px;
}

#text3 h2 {
  text-align: left;
  position: absolute;
  left:80px;
  top: 260px;
}

#text2::after, #text3::after {
  position: fixed;
  content: "";
  width: 716px;
  height: 716px;
  border: 2px solid #ff5000;
  margin: 40px;
  left: 0;
  z-index: 4;
}

.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: .5s opacity ease;
}

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

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

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

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

.podcover {
  max-width: 320px;
  position: absolute;
  top: 48px;
  right: 48px;
}

.hover .podlogo {
  margin-top: 48px;
  margin-left: 48px;
  max-width: 300px;
}

.hovertext {
  font-size: 3.5rem;
  position: absolute;
  max-width: 400px;
  left: 48px;
  top: 440px;
}

.hovercta {
  position: absolute;
  right: 48px;
  top: 680px;
}