.pictures-gallery {
  margin-top: 70px;
  margin-bottom: 70px; }
  .pictures-gallery .title {
    position: relative; }
    .pictures-gallery .title::after {
      content: "";
      position: absolute;
      bottom: -12px;
      left: 0;
      right: 0;
      margin: auto;
      width: 60px;
      height: 2px;
      background-color: var(--color-1); }
  .pictures-gallery .gallery-modal .carousel-item {
    position: relative; }
    .pictures-gallery .gallery-modal .carousel-item .btn-download {
      position: absolute;
      top: 8px;
      left: 8px;
      background-color: rgba(255, 255, 255, 0.8);
      backdrop-filter: blur(8px);
      color: var(--color-black);
      padding: 4px;
      border-radius: 4px;
      box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1); }
  .pictures-gallery .gallery-modal .carousel-caption {
    position: unset;
    padding: 6px; }
    .pictures-gallery .gallery-modal .carousel-caption p {
      margin: 0; }
  .pictures-gallery .gallery-modal .carousel-indicators {
    position: unset !important; }
    .pictures-gallery .gallery-modal .carousel-indicators button {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100px;
      height: auto;
      background: unset;
      opacity: 1;
      position: relative; }
      .pictures-gallery .gallery-modal .carousel-indicators button:before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.5); }
      .pictures-gallery .gallery-modal .carousel-indicators button.active:before {
        content: unset; }
  .pictures-gallery .gallery-modal .carousel-control-prev, .pictures-gallery .gallery-modal .carousel-control-next {
    height: max-content;
    margin: auto;
    background-color: #fff;
    border-radius: 10px;
    width: max-content;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px; }
    .pictures-gallery .gallery-modal .carousel-control-prev span, .pictures-gallery .gallery-modal .carousel-control-next span {
      filter: brightness(0);
      width: 1.5rem;
      height: 1.5rem; }
  .pictures-gallery .pic-card {
    border-radius: 6px;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden; }
    .pictures-gallery .pic-card p {
      margin: 4px 0 !important;
      border-left: 2px solid var(--color-1); }
  .pictures-gallery .category .category-item {
    white-space: nowrap; }
    .pictures-gallery .category .category-item button {
      background: transparent;
      color: var(--color-black);
      font-weight: 100;
      border-radius: 0;
      transition: 0.5s;
      border-bottom: 2px solid transparent;
      text-transform: uppercase;
      box-shadow: none !important;
      white-space: nowrap; }
      .pictures-gallery .category .category-item button.active {
        border-bottom: 2px solid var(--color-1);
        font-weight: bolder;
        font-family: roboto-bold !important; }
  .pictures-gallery .wrapper-video {
    padding: 0.25rem;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem; }
    .pictures-gallery .wrapper-video .play-button {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 1rem;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.8);
      color: #fff;
      position: absolute;
      inset: 0;
      width: 3rem;
      height: 3rem;
      margin: auto;
      box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
      cursor: pointer; }
      .pictures-gallery .wrapper-video .play-button span::before {
        content: "\F4F4";
        font-family: bootstrap-icons;
        display: flex; }
      .pictures-gallery .wrapper-video .play-button.pause {
        margin: 0 !important;
        margin-top: auto !important;
        bottom: 10px !important;
        left: 10px !important;
        width: 2rem !important;
        height: 2rem !important; }
        .pictures-gallery .wrapper-video .play-button.pause span::before {
          content: "\F4C4"; }
    .pictures-gallery .wrapper-video .video-card {
      position: relative;
      border-radius: 6px; }
      .pictures-gallery .wrapper-video .video-card .frame {
        padding-top: 57%;
        display: block; }
      .pictures-gallery .wrapper-video .video-card iframe {
        position: absolute !important;
        width: 100% !important;
        height: 100% !important;
        inset: 0 !important;
        border-radius: 0; }
      .pictures-gallery .wrapper-video .video-card video {
        position: absolute !important;
        width: 100% !important;
        height: 100% !important;
        inset: 0 !important;
        border-radius: 0; }
.pictures-gallery .wrapper-video .video-card.card2 video{
    position: unset !important;
}
      .pictures-gallery .wrapper-video .video-card .overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        padding: 10px; }
        .pictures-gallery .wrapper-video .video-card .overlay .play {
          width: 3rem;
          height: 3rem;
          background: #fff;
          color: #000;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center; }
        .pictures-gallery .wrapper-video .video-card .overlay p {
          color: #fff; }
    .pictures-gallery .wrapper-video .title-video {
      border-left: 3px solid var(--color-1); }
      .pictures-gallery .wrapper-video .title-video .play {
        padding: 0.5rem;
        background: #000;
        color: #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center; }
      .pictures-gallery .wrapper-video .title-video p {
        color: #000;
        font-size: 18px;
        font-weight: bolder; }

.modal-backdrop.show {
  opacity: 0.9; }

@media (max-width: 576px) {
  .pic-card p {
    font-size: 14px; }
  .category {
    justify-content: flex-start !important; }
  .gallery-modal .carousel-indicators {
    justify-content: flex-start; }
    .gallery-modal .carousel-indicators button {
      width: 90px !important; }
      .gallery-modal .carousel-indicators button img {
        width: 90px !important; }
  .gallery-modal .carousel-control-prev, .gallery-modal .carousel-control-next {
    top: -3rem !important;
    bottom: unset !important; } }
