/* .site-logo:before {
  display: none;
} */
/* content: "";
  position: absolute;
  top: 78%;
  width: 100%;
  right: -37%;
  height: 240%;
  background-image: url("../images/page-home-puddle-mobile-logo-v2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
  pointer-events: none; */
/* } */
/* FRONT PAGE */
.homepage-content .col-left h3.home-second-headline {
  margin-bottom: 0;
}
.homepage-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}
.homepage-content .col-left h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 20px;
}
.home-second-headline {
  width: 130%;
}
.homepage-content .col-left {
  height: 220px;
}
.homepage-content .col-left,
.homepage-content .col-right {
  width: 50%;
}
.homepage-content .col-right {
  position: relative;
}
a.home-action-button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: -56px;
  right: 40px;
  height: 130px;
  width: 130px;
  border-radius: 50%;
  border: 4px solid #000000;
  background-color: #2a04fe;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  padding: 0 20px; /* Add padding for text */
  line-height: 1;
  z-index: 10; /* Ensure the button is above the SVG */
}
.homepage-content:after {
  content: "";
  position: absolute;
  top: -59%;
  right: -100px;
  width: 380px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  /* background-color: rgba(42, 4, 254, 0.2); */
  background-image: url("../images/page-home-puddle-mobile-v2.svg");
  z-index: 1;
}

/* Running Text Line */
.running-text-line {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #ff9407;
  border-top: 4px solid #000000;
  border-bottom: 4px solid #000000;
  padding: 15px 0;
  margin: 30px 0 80px 0;
}

.running-text-content {
  display: inline-block;
  padding-right: 50px;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  will-change: transform;
}

/* Wrapper for the running text */
.running-text-wrapper {
  display: flex;
  width: fit-content;
  will-change: transform;
}
.site-footer a {
  font-size: 14px;
}
@media (min-width: 420px) {
  .home-second-headline {
    width: 120%;
  }
  .homepage-content .col-left {
    height: 230px;
  }
}
@media (min-width: 480px) {
  a.home-action-button {
    width: 170px;
    height: 170px;
    font-size: 18px;
  }
  .homepage-content:after {
    top: -55%;
    right: -170px;
    width: 550px;
    height: 110%;
  }
  .homepage-content .col-left h3 {
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  .homepage-content .col-left h3 {
    font-size: 22px;
  }
  .homepage-content:after {
    top: -46%;
    right: -150px;
  }
  a.home-action-button {
    right: 55px;
    font-size: 22px;
  }
}
@media (min-width: 1040px) {
  .homepage-content {
    /* max-width: 789px; */
    margin: 0 auto;
  }
  .homepage-content:after {
    /* content: "";
    position: absolute;
    top: -59%;
    right: -100px;
    width: 380px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    background-color: rgba(42, 4, 254, 0.2); */
    /* background-image: url("../images/puddle_drops_v4.svg"); */
    /* z-index: 1; */
  }
  .homepage-content .col-left {
    height: 100%;
  }
  .line-separator {
    /* content: "";
    position: absolute;
    top: 50px;
    left: 0; */
    margin-bottom: 50px;
    width: 60%;
    height: 4px;
    border-top: 4px solid #000000;
  }
  .running-text-line {
    margin: 0 0 100px 0;
  }

  .running-text-content {
    font-size: 24px;
  }
  /* .site-logo::before {
    content: "";
    position: absolute;
    top: 295px;
    right: -225px;
    width: 606px;
    height: 420px;
    background-image: url("../images/puddle_drops_v4.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 2;
    pointer-events: none;
  } */
  .homepage-content .col-left h3 {
    font-size: 24px;
  }

  a.home-action-button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    top: -20px;
    /* right: 30.5%; */
    right: 118px;
    height: 192px;
    width: 192px;
    border-radius: 50%;
    border: 4px solid #000000;
    background-color: #2a04fe;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    text-decoration: none;
    padding: 0 20px; /* Add padding for text */
    line-height: 1.2;
    z-index: 10; /* Ensure the button is above the SVG */
    position: absolute;
  }
  .homepage-content:after {
    content: "";
    position: absolute;
    /* top: -59%;
    right: -100px;
    width: 380px;
    height: 100%; */
    top: -140px;
    right: -80px;
    width: 550px;
    height: 170%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    /* background-color: rgba(42, 4, 254, 0.2); */
    /* background-image: url("../images/puddle_drops_v4.svg"); */
    z-index: 1;
  }
  /* .site-logo:before { */
  /* content: "";
    position: absolute; */
  /* top: 22%;
    right: -24%;
    width: 350px;
    height: 420px; */
  /* top: 295px !important;
    right: -225px !important;
    width: 606px !important;
    height: 420px !important;
    background-image: url("../images/puddle_drops_v4.svg") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 2;
    pointer-events: none; */
  /* } */
  /* .homepage-content:after {
    display: none;
  } */
}
@media (min-width: 1200px) {
  /* .site-logo img {
    max-height: 420px;
  } */
  a.home-action-button {
    right: 30.5%;
  }
  .home-second-headline {
    width: 100%;
  }
  .homepage-content {
    max-width: 100%;
  }
  .homepage-content .col-left h3 {
    font-size: 24px;
    padding-left: 22px;
  }
  .site-logo::before {
    content: "";
    position: absolute;
    /* top: 22%;
    right: -24%;
    width: 350px;
    height: 420px; */
    top: 295px !important;
    right: -225px !important;
    width: 606px !important;
    height: 420px !important;
    background-image: url("../images/puddle_drops_v4.svg") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 2;
    pointer-events: none;
  }
  .homepage-content:after {
    display: none;
  }
}
@media (min-width: 2300px) {
  .site-footer {
    margin-top: 80px;
  }
}
