@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.animate__animated.animate__zoomIn {
  --animate-delay: 0.9s;
}

.dancing {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.navbar-brand img {
  width: 150px;
}

.nav-link {
  text-transform: capitalize;
}

.main-first h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main-type-img img {
  width: 350px;
}

.main-type-title {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  color: white;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
}

.flowers-cont {
  overflow: hidden;
}

.flowers-cont img {
  width: 100%;
  height: auto;
  object-fit: cover;
  overflow: hidden;
}

footer img {
  width: 200px;
}

@media (width > 768px) {
  .main-type-img img {
    width: 400px;
  }
}