@media screen and (max-width: 100px) {
  .logo-img {
    width: 90%;
  }
}
@media (max-width: 600px) {
  #hide-logo {
    display: none;
  }
}
.category-container {
  border-radius: 5px;
}
.category-container .category-title {
  font-size: 20px;
}
.category-container .card {
  width: 300px;
  height: 400px;
  margin-left: 20px;
  margin-right: 10px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  color: rgb(18, 17, 17);
  box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.397);
}
.category-container .card img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  transition: opacity 0.2s ease-out;
}
.category-container .card .title {
  height: 100px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.589);
  color: #fff;
  position: absolute;
  inset: 300px 10px 0px 0px;
}
.category-container .card h2 {
  position: absolute;
  inset: auto auto 30px 10px;
  margin: 0;
  transition: inset 0.3s 0.3s ease-out;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
}
.category-container .card p {
  position: absolute;
  opacity: 0;
  max-width: 80%;
  transition: opacity 0.3s ease-out;
}
.category-container .card p {
  inset: auto auto 35px 30px;
  font-size: 18px;
}
.category-container .card a {
  inset: auto auto 40px 30px;
  color: inherit;
  text-decoration: none;
}
.category-container .card:hover h2 {
  font-size: 20px;
  inset: auto auto 300px 10px;
  transition: inset 0.3s ease-out;
}
.category-container .card:hover p, .category-container .card:hover a {
  opacity: 1;
  transition: opacity 0.5s 0.1s ease-in;
  color: #fff;
}
.category-container .card:hover p .title, .category-container .card:hover a .title {
  position: relative;
}
.category-container .card:hover img {
  transition: opacity 0.3s ease-in;
  opacity: 0.3;
}

.hi {
  background-color: rgb(217, 156, 156);
}

.hi2 {
  background-color: rgb(158, 132, 132);
}

.background-image {
  background-image: url("../img/AI_test_elivan_3.png");
  background-size: cover;
  height: 100%;
  padding-top: 50px;
  top: -50%;
  text-align: center;
}

.categories-main-container {
  background-blend-mode: darken;
  padding-top: 50px;
  padding-bottom: 50px;
}
.categories-main-container .category-title {
  border-radius: 4px 4px 0px 0px;
}

.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(120, 175, 19, 0.8), rgba(120, 175, 19, 0.8), rgba(120, 175, 19, 0.8), rgba(120, 175, 19, 0.8), 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: #30351a;
  --c2: #171717;
  --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(0, 0, 0, 0);
  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.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 5px;
}

.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);
  }
}/*# sourceMappingURL=productlist.css.map */