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

.clickTagLink {
  position: absolute;
}

html,
body {
  overflow: hidden;
  margin: 0px;
}
body {
  width: 980px;
  height: 300px;
  background: #fff;
  color: #fff;
  font-size: 20px;
  font-family: 'Arial', sans-serif;
}

p {
  margin: 0px !important;
}

.banner {
  width: 980px;
  height: 300px;
  overflow: hidden;
  background: #021e40;
}

.one-group {
  position: absolute;
  bottom: 30px;
  right: 200px;
  z-index: 5;
  width: 200px;
}

.crop {
  overflow: hidden;
  color: #fff;
}

/* Logo Container Styles */
.logo-container {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 250px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.logo-full {
  width: 100%;
  height: auto;
  display: block;
}

.logo-row {
  display: flex;
  gap: 10px;
  align-items: center;
}

.logo-half {
  width: calc(50% - 5px);
  height: auto;
  display: block;
}

/* Old logo styles - kept for backwards compatibility */
.scale-logo {
  height: 20px;
  position: absolute;
  left: 30px;
  top: 30px;
}

.moen-logo {
  height: 25px;
  position: absolute;
  left: 30px;
  top: 60px;
}

.maskon-logo {
  height: 45px;
  position: absolute;
  left: 26px;
  top: 90px;
}

.image-contaiener {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('assets/background.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
}

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

.text {
  position: absolute;
  top: 140px;
  left: 30px;
  z-index: 2;
  width: 450px;
}

.text .text-1 {
  font-size: 30px;
  font-weigth: 400;
}

.les-mer {
  color: #fff;
  position: absolute;
  right: 20px;
  z-index: 3;
  font-size: 1.2em;
  bottom: 10px;
}

.orange {
  color: #ff5000;
}

.hover {
  position: absolute;
  /*   background: #021e40;
  background-image: linear-gradient(#021e40 100%, #fff 0%);
  background: linear-gradient(to right, #021e40 80%, #fff 20%); */
  background-image: linear-gradient(#084875, #021e40);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  opacity: 0;
  transition: 0.3s opacity ease;
}

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

.banner:hover .one-group {
  width: 450px;
  top: 130px;
  right: 100px;
}

.banner:hover .logo-container {
  top: 110px;
  left: 100px;
}

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