@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400&family=Red+Hat+Display:wght@500;700;900&display=swap");
/* font-family: 'Alex Brush', cursive;
font-family: 'Noto Sans', sans-serif; */
body {
  font-family: "Red Hat Display", sans-serif;
  display: flex;
  flex-direction: column;
  margin: 0;
  margin-left: 90px;
  margin-right: 90px;
  cursor: default;
  overflow-x: hidden;
}

.navbar {
  float: left;
  display: inline;
  max-width: 100%;
  padding: 15px;
  font-size: 22px;
}
.navbar img {
  transition: transform 0.2s;
  height: 100px;
}
.navbar img:hover {
  transform: scale(1.2);
}
.navbar .navbar-right {
  display: flex;
  align-items: center;
  float: right;
}
.navbar .navbar-right a {
  padding: 14px 16px;
  text-decoration: none;
  color: #F0386B;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  transition: transform 0.2s;
}
.navbar .navbar-right a:hover {
  background-color: #FF3576;
  color: #FFFFFF;
  transform: scale(1.1);
}

.title {
  text-align: center;
}
.title h1 {
  margin-top: 10px;
  font-size: 50px;
  color: #F0386B;
  transition: transform 0.3s;
}
.title h1:hover {
  color: #F8C0C8;
  transform: scale(1.1);
  text-decoration: underline;
}

#products {
  display: grid;
  grid-template-columns: repeat(autofill, minmax(30%, 1fr));
  grid-auto-flow: column;
  grid-auto-columns: minmax(400px, 1fr);
  overflow-x: auto;
  margin-bottom: 30px;
}
#products .product {
  display: block;
  width: 100%;
  color: #2c2727;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  transition: transform 0.2s;
  transform: scale(0.9);
}
#products .product img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#products .product .product__info {
  text-align: center;
  padding: 15px;
}
#products .product .product__info h3 {
  color: #F0386B;
  font-size: 45px;
  margin: 0;
}
#products .product:hover {
  transform: scale(1);
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .footer__info {
  margin-bottom: 15px;
}
.footer a {
  color: #E2C290;
  padding: 14px 16px;
  text-decoration: none;
}
.footer a p {
  display: inline;
  color: #FF3576;
}
.footer a:hover {
  color: #F0386B;
}
.footer a:hover p {
  color: #E2C290;
}

.icon {
  width: 30px;
  background-color: #F8C0C8;
  padding: 10px;
  border-radius: 10px;
  transition: transform 0.1s;
}

.icon:hover {
  background-color: #FF3576;
  transform: scale(1.2);
}

.logo {
  width: 50px;
  padding: 0px;
}

#petals-container {
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: -20;
  margin: 0;
}

.petal {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: absolute;
  top: -10rem;
  bottom: 0;
  z-index: 150;
}

.petal .rotate {
  -webkit-animation: driftyRotate 1s infinite both ease-in-out;
          animation: driftyRotate 1s infinite both ease-in-out;
  perspective: 1000;
}

.petal .askew {
  background: currentColor;
  transform: skewY(10deg);
  display: block;
  width: 100%;
  height: 100%;
  -webkit-animation: drifty 1s infinite alternate both ease-in-out;
          animation: drifty 1s infinite alternate both ease-in-out;
  perspective: 1000;
}

.petal {
  color: rgba(0, 0, 0, 0);
}

.petal:nth-of-type(7n) .askew {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
  -webkit-animation-duration: 2.25s;
          animation-duration: 2.25s;
}

.petal:nth-of-type(7n + 1) .askew {
  -webkit-animation-delay: -0.879s;
          animation-delay: -0.879s;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
}

.petal:nth-of-type(7n + 2) .askew {
  -webkit-animation-delay: -0.11s;
          animation-delay: -0.11s;
  -webkit-animation-duration: 1.95s;
          animation-duration: 1.95s;
}

.petal:nth-of-type(7n + 3) .askew {
  -webkit-animation-delay: -0.246s;
          animation-delay: -0.246s;
  -webkit-animation-duration: 0.85s;
          animation-duration: 0.85s;
}

.petal:nth-of-type(7n + 4) .askew {
  -webkit-animation-delay: -0.43s;
          animation-delay: -0.43s;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

.petal:nth-of-type(7n + 5) .askew {
  -webkit-animation-delay: -0.56s;
          animation-delay: -0.56s;
  -webkit-animation-duration: 1.75s;
          animation-duration: 1.75s;
}

.petal:nth-of-type(7n + 6) .askew {
  -webkit-animation-delay: -0.76s;
          animation-delay: -0.76s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.petal:nth-of-type(9n) .rotate {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.petal:nth-of-type(9n + 1) .rotate {
  -webkit-animation-duration: 2.3s;
          animation-duration: 2.3s;
}

.petal:nth-of-type(9n + 2) .rotate {
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
}

.petal:nth-of-type(9n + 3) .rotate {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
}

.petal:nth-of-type(9n + 4) .rotate {
  -webkit-animation-duration: 4.3s;
          animation-duration: 4.3s;
}

.petal:nth-of-type(9n + 5) .rotate {
  -webkit-animation-duration: 3.05s;
          animation-duration: 3.05s;
}

.petal:nth-of-type(9n + 6) .rotate {
  -webkit-animation-duration: 2.76s;
          animation-duration: 2.76s;
}

.petal:nth-of-type(9n + 7) .rotate {
  -webkit-animation-duration: 7.6s;
          animation-duration: 7.6s;
}

.petal:nth-of-type(9n + 8) .rotate {
  -webkit-animation-duration: 1.78s;
          animation-duration: 1.78s;
}

@-webkit-keyframes drifty {
  0% {
    transform: skewY(10deg) translate3d(-250%, 0, 0);
    display: block;
  }
  100% {
    transform: skewY(-12deg) translate3d(250%, 0, 0);
    display: block;
  }
}

@keyframes drifty {
  0% {
    transform: skewY(10deg) translate3d(-250%, 0, 0);
    display: block;
  }
  100% {
    transform: skewY(-12deg) translate3d(250%, 0, 0);
    display: block;
  }
}
@-webkit-keyframes driftyRotate {
  0% {
    transform: rotateX(0);
    display: block;
  }
  100% {
    transform: rotateX(359deg);
    display: block;
  }
}
@keyframes driftyRotate {
  0% {
    transform: rotateX(0);
    display: block;
  }
  100% {
    transform: rotateX(359deg);
    display: block;
  }
}
@media only screen and (max-width: 850px) {
  body {
    margin: 0;
  }
}
@media only screen and (max-width: 500px) {
  .navbar .navbar-right {
    flex-direction: column;
  }
  .navbar .navbar-right a {
    padding: 0;
  }
  .about-us .about-us__card {
    display: block;
  }
  .about-us .about-us__card img {
    width: 100%;
  }
  .about-us .about-us__card .about-us__card__info {
    width: 100%;
    text-align: center;
  }
  .about-us .about-us__card .about-us__card__info h3 {
    font-size: 30px;
  }
  .footer {
    text-align: center;
  }
  .footer .footer__info a {
    display: block;
  }
}/*# sourceMappingURL=products.style.css.map */