.section_home-solutions {
  width: 100%;
  background: #000;
  position: relative;
  height: 100vh;
  max-height: 70svw;
  overflow: hidden;
  contain: layout size paint;
}

.solutions-title {
  text-align: center;
  color: #fff;
  padding: 12vh 0;
  /* font-size: 2.5em;
  font-weight: 600; */
  position: relative;
  z-index: 2;
  font-size: 2vw;
}

.solutions-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.solutions-text-container {
  position: relative;
  width: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-height: 47vh;
}

.solutions-text-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease, visibility 0s linear .5s;
  margin: 0;
  font-size: 1.2em;
  line-height: 1.6;
  color: #fff;
  position: absolute;
  text-align: center;
  width: 25vw;
}

.solutions-text-title {
  font-size: 1.7em;
  font-weight: 900;
  font-family: Lexenddeca, sans-serif;
}

.solutions-text-item.active {
  opacity: 1;
  visibility: visible;
  transition: opacity .5s ease, visibility 0s linear;
}

.solutions-tab-buttons {
  display: inline-flex;
  justify-content: center;
  padding-top: 1vw;
  padding-left: 5vw;
  padding-right: 5vw;
  border-bottom: 1px solid #5edde4;
  margin: 0 auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.solutions-tab {
  padding: 1vw 2vw;
  cursor: pointer;
  color: #fff;
  transition: all 0.3s ease;
  font-size: 1.2vw;
  white-space: nowrap;
  border-bottom: 0.3vw solid #ffffff00;
}

.solutions-tab.active {
  border-bottom: 0.3vw solid #5edde4;
  color:#5edde4
}

.solutions-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -1;
  min-height: 50vw;
}

.solutions-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, visibility 0s linear 1s;
}

.solutions-video.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 1s ease, visibility 0s linear;
}

.solutions-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solutions-button-wrapper {
  margin-top: 2em;
}

.solutions-button {
  display: inline-block;
  padding: 0.8em 2em;
  background-color: #ffffff;
  color: #000;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.9em;
  transition: all 0.3s ease;
}

.solutions-button:hover {
  background-color: #4bc8cf;
  transform: translateY(-.3vw);
}

.section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

iframe[name^="__privateStripeMetrics"] {
  position: fixed !important;
  bottom: 0 !important;
  z-index: -1 !important;
  contain: strict;
  pointer-events: none;
}
