    .splash-screen {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #000;
  overflow: hidden;
}
.splash-screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.splashSwiper {
  height: 90vh;
}

.slide-one-sec {
  position: relative;
  width: 100%;
  height: 100vh;
}

.slide-one-sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}

.slide-caption {
    text-shadow: 4px 4px 10px #00000066;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 64px;
  color: white;
  font-weight: 800;
  font-family:'Sora';
  text-align: center;
}

.splash-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    background: white;
    padding: 1rem;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    z-index: 9;
}

.splash-footer h4 {
  margin: 0;
  color: #0099cc;
  font-weight: 700;
}


