main {
  background-color: rgb(199, 198, 198);
}
main h1 {
  font-size: 30px;
  color: black;
  line-height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}
main .display-product-container {
  min-height: 150px;
  min-width: 200px;
  border: 1px solid black;
  background-color: rgb(110, 142, 146);
  margin-top: 20px;
  margin-bottom: 20px;
}
main .display-product-container h3 {
  font-size: 20px;
}

.bg-img {
  background-image: url("../img/AI_test_elivan_3.png");
}

#contact-form .contact-container .form-container {
  background-color: rgb(203, 219, 164);
}
#contact-form .contact-container .form-container form {
  color: white;
}
#contact-form .contact-container .form-container form label {
  margin-top: 10px;
}
#contact-form .contact-container .form-container form input, #contact-form .contact-container .form-container form textarea {
  background-color: #75864a;
  line-height: 30px;
  padding-bottom: 5px;
  padding-left: 5px;
}
#contact-form .contact-container .form-container form input::-moz-placeholder, #contact-form .contact-container .form-container form textarea::-moz-placeholder {
  color: white;
}
#contact-form .contact-container .form-container form input::placeholder, #contact-form .contact-container .form-container form textarea::placeholder {
  color: white;
}
.card {
  overflow: visible;
}

.content {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 300ms;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.9333333333);
  border-radius: 5px;
}

.front, .back {
  background-color: #151515;
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 5px;
  overflow: hidden;
}

.back {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.back::before {
  position: absolute;
  content: " ";
  display: block;
  width: 160px;
  height: 160%;
  background: linear-gradient(90deg, transparent, rgba(155, 173, 20, 0.4784313725), rgba(155, 173, 20, 0.8156862745), rgba(155, 173, 20, 0.8156862745), rgba(155, 173, 20, 0.4784313725), transparent);
  animation: rotation_481 5000ms infinite linear;
}

.back-content {
  position: absolute;
  width: 99%;
  height: 99%;
  background-color: #151515;
  border-radius: 5px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.card:hover .content {
  transform: rotateY(180deg);
}

@keyframes rotation_481 {
  0% {
    transform: rotateZ(0deg);
  }
  0% {
    transform: rotateZ(360deg);
  }
}
.front {
  transform: rotateY(180deg);
  color: white;
  --s: 25px; /* control the size */
  --c1: #15180b;
  --c2: #040601;
  --c: #0000 71%, var(--c1) 0 79%, #0000 0;
  --_s: calc(var(--s) / 2) / calc(2 * var(--s)) calc(2 * var(--s));
  background: linear-gradient(45deg, var(--c)) calc(var(--s) / -2) var(--_s), linear-gradient(135deg, var(--c)) calc(var(--s) / 2) var(--_s), radial-gradient(var(--c1) 35%, var(--c2) 37%) 0 0/var(--s) var(--s);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.front .front-content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.front-content .badge {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 2px 10px;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  width: 50%;
  border: 1px solid rgba(114, 114, 114, 0.158);
  transition: all 700ms;
}

.front-content .badge:hover {
  border: 1px solid rgba(114, 114, 114, 0.473);
  width: 100%;
}

.description {
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.5333333333);
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8901960784);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 5px;
  cursor: pointer;
}

.title {
  font-size: 11px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}

.title p {
  width: 50%;
}

.card-footer {
  color: rgba(255, 255, 255, 0.5333333333);
  margin-top: 5px;
  font-size: 8px;
}

.front .img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.card2 {
  width: 100%;
  height: 100%;
  background: rgb(103, 225, 255);
  transition: all 0.4s;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.705);
  font-size: 30px;
  font-weight: 900;
}

.card2:hover {
  border-radius: 5px;
  cursor: pointer;
  transform: scale(1.1);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.705);
  background: rgb(103, 151, 255);
}

.first-content {
  height: 100%;
  width: 100%;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  border-radius: 15px;
}

.card2:hover .first-content {
  height: 0px;
  opacity: 0;
}

.second-content {
  height: 0%;
  width: 100%;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  transition: all 0.4s;
  font-size: 0px;
  transform: rotate(90deg) scale(-1);
}

.card2:hover .second-content {
  opacity: 1;
  height: 100%;
  font-size: 1.8rem;
  transform: rotate(0deg);
}

.button-cart {
  padding: 15px 25px;
  border-radius: 5px;
  color: #000000 !important;
  border: 1px solid rgba(223, 18, 18, 0);
  z-index: 1;
  position: relative;
  font-weight: 1000;
  font-size: 17px;
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms;
  transition: border 350ms ease;
  overflow: hidden;
}

.button-cart::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 4px;
  z-index: -1;
  transition: all 250ms;
}

.button-cart:hover {
  color: #fff !important;
  animation: form-border 0.8s forwards;
}

.button-cart:hover::before {
  width: 100%;
}

@keyframes form-border {
  0% {
    border-left: 1px solid #9aad14;
  }
  35% {
    border-left: 1px solid #9aad14;
    border-top: 1px solid #9aad14;
  }
  65% {
    border-left: 1px solid #9aad14;
    border-top: 1px solid #9aad14;
    border-right: 1px solid #9aad14;
  }
  100% {
    border: 1px solid #9aad14;
  }
}/*# sourceMappingURL=homepage.css.map */