/*===========================================*/
/*== ==FOLD 1 - Header Styling - Desktop== ==*/
/*===========================================*/
.fold-1-header {
  position: relative;
  background: rgb(175, 9, 49);
  background: linear-gradient(
    118deg,
    rgb(180, 10, 49) 0%,
    rgb(128, 4, 33) 87%,
    rgb(94, 1, 23) 100%
  );
  padding: 25px 0;
  z-index: 1;
}

.fold-1-header::before {
  content: "";
  background: url(/wp-content/uploads/2023/02/texture-light.png);
  position: absolute;
  background-repeat: no-repeat;
  background-position: right;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.fold-1-header .banner {
  text-align: center;
  z-index: 3;
}

.fold-1-header .title {
  font-size: 42px;
  color: var(--text-light);
  margin: 0;
  padding: 0;
  z-index: 5;
}

/*== == GALLERY == ==*/

.gallery-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12.5px;
  padding: 50px 0px;
  padding-top: 0px;
  padding: 12.5px 0;
}

.gallery-container .image-title {
  display: none;
}

.gallery-container img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}

.gallery-img {
  flex: 1 0 15%;
  display: none;
  overflow: hidden;
}

.gallery-img.active {
  display: block;
  flex: 0 1 calc(100% / 3 - 10px);
}

a.gallery-img-link img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: all 500ms ease;
}
.gallery-img:hover img {
  transform: scale(1.05);
}

.gallery-wrapper .title {
  color: white;
}
.slb_data_content {
  display: none;
}

/*== == BUTTONS == ==*/

.gallery-dropdown {
  position: relative;
  z-index: 999;
  flex: 1 0 45%;
  padding: 15px 0px;
}
.gallery-content {
  display: none;
  position: absolute;
  width: 150%;
  overflow: auto;
  z-index: 99999;
  display: none;
  transform: translatex(-12.5%);
  flex-wrap: wrap;
  background: black;
  padding: 2.5px 20px;
}
.gallery-dropdown:hover .gallery-content {
  display: flex;
}
.gallery-content button {
  display: block;
  color: white;
  padding: 5px;
  text-decoration: none;
  z-index: 999;
  background: black;
  flex: 1 0 45%;
  cursor: pointer;
  text-align: left;
}
.gallery-content a:hover {
  color: #ffffff;
  background-color: #00a4bd;
}
.gallery-navigation {
  display: flex;
  padding: 15px 0px;
  column-gap: 15px;
  justify-content: center;
}

.gallery-navigation button,
.gallery-dropdown > button:first-child {
  display: block;
  /* flex: 0 1 20%; */
  /* max-width: 175px; */
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  background: none;
  color: black;
  font-size: 22px;
  line-height: 22px;
  cursor: pointer;
  font-family: "DM Serif Display";
  border-width: 2px;
  border-color: var(--color0);
  transition: all 0.3s ease;
}

.gallery-navigation-dropdown {
  display: flex;
  justify-content: space-around;
  column-gap: 15px;
}
.gallery-content button:last-child {
  flex: 0 0 50%;
}

.gallery-navigation-dropdown .gallery-content button:first-child {
  text-align: left;
  display: block;
  justify-content: flex-start;
}
/*== == NEW BUTTONS == ==*/

.gallery-buttons {
  gap: 12px;
  padding: 15px 0px;
  flex: 1 1 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.gallery-buttons button {
  flex: 1 0 calc(100% / 7 - 20px);
  cursor: pointer;
  font-family: "DM Serif Display";
  font-size: 16px;
  line-height: 20px;
  transition: all 0.3s ease;
  background: var(--light-red) !important;
  color: var(--white) !important;
  border: none;
  font-family: "Poppins";
  padding: 7.5px 0px;
  border-radius: var(--curve);
}

.gallery-buttons.show {
  height: auto;
  opacity: 1;
  transition: all 0.3s ease;
  display: flex;
}

.gallery-dropdown.show > button:first-child {
  background: var(--color0);
  transition: all 0.3s ease;
}

.gallery-buttons button.active {
  background: black;
  color: white;
}

.gallery-buttons button:hover {
  background: var(--gray) !important;
  color: white;
}

.gallery-dropdown > button:hover:first-child {
  background: var(--color0);
}

/*== == NEW BUTTONS END == ==*/

/*== == BUTTONS END == ==*/

/*== == GALLERY END == ==*/

/* Gallery Filter */
.gallery-filter .row-container {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  padding-top: 12.5px;
}

.gallery-filter .filter-title {
  margin: 0;
}

.gallery-filter select {
  width: 150px;
  padding: 10px;
  border: solid 1px #000;
  color: #000;
  font-weight: 600;
  font-size: 16px;
}
