.single__card::after {
  content: ' ';
  position: absolute;
  border-radius: var(--bs-border-radius-lg) !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}

.single__overlay {
  padding: 0;
}

.single__card-body {
  padding: 0;
}

.single__image {
  min-height: 400px;
}

.the-actions {
  word-wrap: break-word;
}

.single__cover {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 280px 0 200px;
  background-color: #034a88;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.single__cover::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: #0b0b0bab;
}

.single__photo {
  bottom: 10px;
  margin-left: -50%;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff70;
}

.single_swipe {
  position: absolute;
  width: 150px;
  top: 0;

  bottom: 0;
}

.single_swipe__left {
  left: 0;
}
.single_swipe__right {
  right: 0;
}
.single_swipe__nav {
  top: 50%;
  position: absolute;
  margin-top: -25px;
  left: 25px;
}
.single_swipe__nav_right {
  text-align: right;
  right: 25px;
  left: 0;
  top: 50%;
  position: absolute;
  margin-top: -25px;
}

.single_swipe-icon {
  color: white;
  font-size: 44px;
  width: 50px;
  height: 50px;
  opacity: 0.9;
}

.single_swipe__text {
  color: white;
  font-size: 16px;
  opacity: 0.5;
}
