/*!
 * Bootstrap  v5.3.7 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.poop-translator-front-hero-background {
  z-index: -1;
}

.poop-translator-front-hero-background img {
  scale: 115%;
}

.poop-translator-front-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 400px;
}

.poop-translator-front-hero-content-badge {
  width: 80px;
  height: 80px;
  align-self: end;
}

.poop-translator-front-hero-content-badge img {
  width: auto;
  height: 74px;
}

.poop-translator-front-hero-content-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.poop-translator-front-hero-content-body-logo {
  width: 100%;
  height: 120px;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.poop-translator-front-hero-content-body-logo::before {
  content: "";
  position: absolute;
  top: 50%;
  
  left: 50%;
  
  transform: translate(-50%, -50%);
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, .85) 0%, rgba(255, 255, 255, .5) 45%, rgba(255, 255, 255, 0) 80%);
  z-index: -1;
  pointer-events: none;
}

[dir="rtl"] .poop-translator-front-hero-content-body-logo::before {
  left: auto;
  
  right: 50%;
  
  transform: translate(50%, -50%);
}

.poop-translator-front-hero-content-body-logo img {
  width: auto;
  height: 150px;
}

.poop-translator-front-content {
  box-shadow: 0 0 50px #003da6;
  border-radius: 40px 40px 0 0;
  
  background: linear-gradient(180deg, #fff -0.95%, #dbedff 48.32%);
  display: flex;
  flex-direction: column;
  padding: 24px 24px 40px 24px;
  gap: 16px;
}

[dir="rtl"] .poop-translator-front-content {
  
  background: linear-gradient(-180deg, #fff -0.95%, #dbedff 48.32%);
}

.poop-translator-front-footer {
  width: 100%;
  position: relative;
  z-index: 1;
}

