.vishwa-projects {
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
}

.vishwa-slider {
  position: relative;
  height: 600px;
  transform-style: preserve-3d;
}

.vishwa-slide {
  position: absolute;
  top: 0;
  left: 50%;
  width: 420px;
  height: 560px;
  border-radius: 30px;
  overflow: hidden;
  transform: translateX(-50%);
  background: #000;
  will-change: transform;
}

.vishwa-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vishwa-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  /* background: linear-gradient(to top, rgba(0,0,0,.75), transparent); */
}

.slide-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: #fff;
}

/* .slide-content h3 {
    background: #ffffff;
    border-radius: 15px;
    padding: 10px 25px;
    border: 2px solid;
    font-size: 20px;
} */


.vishwa-btn {
  display: inline-flex;
  gap: 12px;
  margin-top: 15px;
  font-size:16px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  background-color: #030303;
  padding:10px 25px;
  border-radius:30px;
  font-family: 'Michroma';
}

.arrow {
  display: inline-block;
}
