.awards-gallery {
  border-radius: 36px;
  background: #F7F7F7;
  padding: 60px;
  margin: 80px 0;
}
.awards-gallery .container .subtitle {
  margin-bottom: 40px;
}
.awards-gallery .container .awards-gallery--slider.owl-theme.owl-carousel .item {
  height: 298px;
  background-size: cover;
  background-position: top center;
  border-radius: 16px;
  position: relative;
}
.awards-gallery .container .awards-gallery--slider.owl-theme.owl-carousel .item .hover {
  display: none;
  opacity: 0;
  position: absolute;
  bottom: 16px;
  right: 16px;
}
.awards-gallery .container .awards-gallery--slider.owl-theme.owl-carousel .item:hover .hover {
  opacity: 1;
}
.awards-gallery .container .awards-gallery--slider.owl-theme.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: calc(100% + 48px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -24px;
}
.awards-gallery .container .awards-gallery--slider.owl-theme.owl-carousel .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(6.5625px);
          backdrop-filter: blur(6.5625px);
}
.awards-gallery .container .awards-gallery--slider.owl-theme.owl-carousel .owl-nav button span {
  font-size: 30px;
  color: #fff;
  line-height: 1;
}

.awards-gallery {
  border-radius: 36px;
  background: #F7F7F7;
  padding: 60px;
  margin: 80px 0;
}
.awards-gallery .container .subtitle {
  margin-bottom: 40px;
}
.awards-gallery .container .awards-gallery--slider-2.owl-theme.owl-carousel .item {
  height: 298px;
  background-size: cover;
  background-position: top center;
  border-radius: 16px;
  position: relative;
}
.awards-gallery .container .awards-gallery--slider-2.owl-theme.owl-carousel .item .hover {
  display: none;
  opacity: 0;
  position: absolute;
  bottom: 16px;
  right: 16px;
}
.awards-gallery .container .awards-gallery--slider-2.owl-theme.owl-carousel .item:hover .hover {
  opacity: 1;
}
.awards-gallery .container .awards-gallery--slider-2.owl-theme.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: calc(100% + 48px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -24px;
}
.awards-gallery .container .awards-gallery--slider-2.owl-theme.owl-carousel .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(6.5625px);
          backdrop-filter: blur(6.5625px);
}
.awards-gallery .container .awards-gallery--slider-2.owl-theme.owl-carousel .owl-nav button span {
  font-size: 30px;
  color: #fff;
  line-height: 1;
}

/*
.awards-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1008;
  opacity: 0;
  pointer-events: none;
  background: #000;
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  &.open {
    opacity: 1;
    pointer-events: all;
  }
  .gallery-area {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    .close {
      cursor: pointer;
      position: absolute;
      top: -16px;
      right: -16px;
    }
    .g-wr {
      height: 80%;
    }
    h2 {
      color: #fff;
    }
    .modal-gallery-slide.owl-theme.owl-carousel {
      .item {
        display: flex;
        align-items: center;
        justify-content: center;
        img {
          max-height: 50vh;
          width: auto;
        }
      }
    }
    .mini-list {
      .count {
      }
      .list-wrapper {
        .list {
          a {
            img {
            }
          }
        }
      }
    }
  }
}
*/
.awards-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1008;
  opacity: 0;
  pointer-events: none;
  background: rgb(0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.awards-modal.open {
  opacity: 1;
  pointer-events: all;
}
.awards-modal .gallery-area {
  position: relative;
  width: 90%;
  max-width: 1200px;
  max-height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.awards-modal .gallery-area .close {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background: url("/wp-content/themes/leadpulse/new-assets/img/close.svg") no-repeat center;
  z-index: 2;
}
.awards-modal .gallery-area h2 {
  color: #fff;
  margin-bottom: 100px;
  text-align: center;
}
.awards-modal .gallery-area .modal-gallery-slide {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 80px;
}
.awards-modal .gallery-area .modal-gallery-slide .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50vh;
}
.awards-modal .gallery-area .modal-gallery-slide .item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 16px;
}
.awards-modal .gallery-area .modal-gallery-slide .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.awards-modal .gallery-area .modal-gallery-slide .owl-nav button {
  background: rgba(255, 255, 255, 0.3) !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.awards-modal .gallery-area .modal-gallery-slide .owl-nav button span {
  font-size: 30px;
  color: #fff;
  line-height: 1;
}
.awards-modal .gallery-area .modal-gallery-slide-2 {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 80px;
}
.awards-modal .gallery-area .modal-gallery-slide-2 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50vh;
}
.awards-modal .gallery-area .modal-gallery-slide-2 .item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 16px;
}
.awards-modal .gallery-area .modal-gallery-slide-2 .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.awards-modal .gallery-area .modal-gallery-slide-2 .owl-nav button {
  background: rgba(255, 255, 255, 0.3) !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.awards-modal .gallery-area .modal-gallery-slide-2 .owl-nav button span {
  font-size: 30px;
  color: #fff;
  line-height: 1;
}
.awards-modal .gallery-area .mini-list .count {
  text-align: center;
  color: #fff;
  margin: 10px 0;
}
.awards-modal .gallery-area .mini-list .list-wrapper {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.5) transparent;
  padding-bottom: 10px;
}
.awards-modal .gallery-area .mini-list .list-wrapper::-webkit-scrollbar {
  height: 4px;
}
.awards-modal .gallery-area .mini-list .list-wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.awards-modal .gallery-area .mini-list .list-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
}
.awards-modal .gallery-area .mini-list .list-wrapper .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 0;
}
.awards-modal .gallery-area .mini-list .list-wrapper .list a {
  width: 97px;
  height: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  border: 2px solid transparent;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.awards-modal .gallery-area .mini-list .list-wrapper .list a.active {
  border-color: #fff;
}
.awards-modal .gallery-area .mini-list .list-wrapper .list a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}