@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-rendering: geometricPrecision;
}

body {
  font-family: "DM Sans", sans-serif;
}

img {
  height: auto;
  object-fit: cover;
}

.fiorella-container {
  position: relative;
}
.fiorella-container__carousel {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 3;
}
.fiorella-container__carousel__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.fiorella-container__carousel__item.active {
  opacity: 1;
}
.fiorella-container__carousel__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fiorella-container__bgimg {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.fiorella-container__bgimg > img {
  width: 100%;
  height: 100%;
}
.fiorella-container__content {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100vh;
  background: rgba(0, 0, 0, 0.174);
  opacity: 0;
  animation: fadeIn 0.6s ease-out forwards;
}
.fiorella-container__content__img {
  opacity: 0;
  animation: fadeInUp 0.6s ease-out 0.3s forwards;
  width: 278px;
  height: 278px;
  border-radius: 50%;
  padding: 12px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.fiorella-container__content__img img {
  object-fit: contain;
  aspect-ratio: 205/181;
}
@media only screen and (max-width: 768px) {
  .fiorella-container__content__img {
    width: 178px;
    height: 178px;
  }
  .fiorella-container__content__img img {
    width: 128px;
    height: 128px;
  }
}
@media only screen and (min-width: 768px) and (max-height: 700px) {
  .fiorella-container__content__img {
    width: 220px;
    height: 220px;
  }
  .fiorella-container__content__img img {
    width: 160px;
    height: 160px;
  }
}
@media only screen and (min-width: 768px) and (min-height: 768px) and (max-width: 1366px) {
  .fiorella-container__content__img {
    width: 258px;
    height: 258px;
  }
  .fiorella-container__content__img img {
    width: 205px;
    height: 181px;
  }
}
.fiorella-container__content__text {
  opacity: 0;
  animation: fadeInUp 0.6s ease-out 0.6s forwards;
}
.fiorella-container__content__text h1 {
  opacity: 0;
  animation: fadeInUp 0.6s ease-out 0.9s forwards;
  font-family: "DM Serif Text", serif;
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .fiorella-container__content__text h1 {
    font-size: 1.5rem;
    max-width: 330px;
  }
}
.fiorella-container__content__text h2 {
  opacity: 0;
  animation: fadeInUp 0.6s ease-out 1.2s forwards;
  font-family: "DM Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .fiorella-container__content__text h2 {
    font-size: 1.2rem;
    max-width: 300px;
  }
}
.fiorella-container__content__text h3 {
  opacity: 0;
  animation: fadeInUp 0.6s ease-out 1.5s forwards;
}
.fiorella-container__content__text h3 a {
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 2rem;
  background: white;
  padding: 12px;
  color: #000;
  font-weight: 700;
  margin-top: 24px;
  border-radius: 56px;
  max-width: 226px;
  display: block;
  font-family: "DM Sans", sans-serif;
}
.fiorella-container__content__text p {
  opacity: 0;
  animation: fadeInUp 0.6s ease-out 2.1s forwards;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.fiorella-container__content__text strong {
  font-weight: 600;
}
.fiorella-container__content__text__contact {
  opacity: 0;
  animation: fadeInUp 0.6s ease-out 1.6s forwards;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
.fiorella-container__content__text__contact p {
  color: white;
}
.fiorella-container__content__text__contact a {
  color: white;
  text-decoration: none;
}
.fiorella-container__content__text .socials {
  opacity: 0;
  animation: fadeInUp 0.6s ease-out 1.6s forwards;
}
.fiorella-container__content__text .socials p {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  animation: none;
  opacity: 1;
}

.socials {
  display: flex;
  align-items: center;
  justify-content: center;
}
.socials p {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  margin-right: 12px;
  color: white;
}
.socials a {
  margin-right: 8px;
}

.animate--fade-in {
  animation: fadeIn 0.6s ease-out forwards;
}
.animate--fade-in-up {
  animation: fadeInUp 0.6s ease-out forwards;
}