.ba-container {
  position: relative;
  width: 800px;
  max-width: 100%;
  height: 500px;
  margin: auto;
  overflow: hidden;
  border-radius: 6px;
  background: #000;
}

.ba-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.ba-image img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}

.ba-before {
  width: 100%;
  z-index: 1;
}

.ba-after {
  width: 50%;
  overflow: hidden;
  z-index: 2;
}

.ba-slider {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 3px;
  background: white;
  cursor: ew-resize;
  z-index: 3;
}

.ba-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  background: white;
  border-radius: 50%;
  border: 2px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.gallery-info-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.head-sec h2 {
    margin-bottom: 15px;
}
