/*
scale blue = #021E40;
scale orange = #FF6422;
*/

.clickTagLink {
  position: absolute;
  text-decoration: none;
}

html,
body {
  overflow: hidden;
  margin: 0px;
}
body {
  color: red;
  font-size: 20px;
  font-family: "Arial", sans-serif;
  line-height: 1.2;
}

*:focus {
  outline: 0;
  outline: none;
}

.banner {
  width: 980px;
  height: 300px;
  background-image: url("assets/bg.jpg");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.crop {
  overflow: hidden;
  color: #fff;
}

h1 {
  font-size: 1.5em;
}

p,
h1 {
  margin: 5px 0px !important;
}

p {
  font-weight: normal;
  color: white;
  font-size: 18px;
}

canvas {
  position: absolute;
  z-index: 99;
}

.logo-topleft {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 45px;
}

.flex-wrapper {
  width: 980px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}

.grid-container {
  height: 300px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4.5rem;
}

.text-container {
  width: 450px;
}
.text-container p {
  max-width: 500px;
  line-height: 1.4;
  padding-top: 0.5rem;
}

.godjul-svg {
  width: 300px;
}

.snokule {
  width: 240px;
  object-fit: contain;
}

.hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  opacity: 0;
  transition: 0.2s;
}

.hover .logos {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.hover .logos img:nth-child(1) {
  width: 500px;
}
.hover .logos img:nth-child(2) {
  width: 90%;
}

.banner:hover .hover {
  opacity: 1;
  transition: 0.4s;
  transition-delay: 0.3s;
}

.banner:hover .flex-wrapper {
  opacity: 0;
}

.banner:hover .date-container {
  left: 30px !important;
  opacity: 1 !important;
}
