/*!*********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/blocks/albums/style.css ***!
  \*********************************************************************************************************************************************************************************/
/* ============ LAST 12 ALBUMS ============ */
.gitanablocks-albums-front {
  width: 100%;
  margin-top: -75px;

}

.gitanablocks-albums__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.gitanablocks-albums__title {
  margin: 0;
  font-size: 40px;
  line-height: 1.1;
}

.gitanablocks-albums__viewall {
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 12px;
}

.gitanablocks-albums__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}


@media (max-width: 900px) {
  .gitanablocks-albums__grid {
    grid-template-columns: 1fr;
  }
}

.gitanablocks-album-card {
  border-radius: 0;
  aspect-ratio: 1/1;
  position: relative;
  cursor: pointer;
}

.gitanablocks-album-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.gitanablocks-album-card__media {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.gitanablocks-album-card__placeholder {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.08);
}

@keyframes open-dot {
  0% {
    width: 35px;
  }

  100% {
    width: 450px;
  }
}

@keyframes close-dot {
  0% {
    width: 35px;
  }

  100% {
    width: 450px;
  }
}

.gitanablocks-album-card__meta {
  position: absolute;
  /* translate: -50%; */
  bottom: 20px;
  left: 10%;
  /* background-color: #FFCF21; */
  background-color: white;
  padding: 6px 12px;
  border-radius: 18px;
  max-width: 80%;
  width: 25px;
  height: 25px;
  opacity: 0;
  color: white;
  transition-property: color, width, opacity;
  transition-duration: 600ms, 600ms, 300ms;
  transition-timing-function: ease, ease, ease;
  transition-delay: 300ms, 300ms, 0ms;


  white-space: nowrap;
  overflow: hidden;
}


.gitanablocks-album-card:hover .gitanablocks-album-card__meta {
  opacity: 1;
  color: #081028;
  width: 100%;
}

.gitanablocks-album-card__name {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.2;
  padding-left: 10px;
  text-transform: uppercase;
}

.gitanablocks-album-card__desc {
  margin: 0;
  font-size: 14px;
  opacity: 0.9;
  line-height: 1.35;
}

.album1 {
  grid-area: 1 / 1 / 3 / 3;
}

.album2 {
  grid-area: 3 / 1 / 5 / 3;
}

.album3 {
  grid-area: 1 / 3 / 5 / 7;
}

.album4 {
  grid-area: 5 / 1 / 9 / 4;
}

.album5 {
  grid-area: 5 / 4 / 9 / 7;
}

.album6 {
  grid-area: 9 / 1 / 11 / 3;
}

.album7 {
  grid-area: 9 / 3 / 11 / 5;
}

.album8 {
  grid-area: 9 / 5 / 11 / 7;
}

.album9 {
  grid-area: 11 / 1 / 15 / 5;
}

.album10 {
  grid-area: 11 / 5 / 13 / 7;
}

.album11 {
  grid-area: 13 / 5 / 15 / 7;
}


.wp-block-gitanablocks-button+.gitanablocks-albums-front {
  margin-top: -60px;
}


.findOneButton {
  color: #081028;
  display: inline-block;
  padding: 12px 18px;
  border: 1px solid currentColor;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: flex;
  gap: 10px;
  z-index: 1000;
  text-transform: uppercase;
}

.findOneButton span svg {
  width: 18px;
  height: 18px;
}

.findOneButton span svg path {

  transition: all 0.3s ease-in-out;
}

.findOneButton:hover span svg path {
  fill: white;
}


.findOneButton:hover {
  color: white;
  background-color: #081028;
}

/*# sourceMappingURL=style-index.css.map*/