html,
body {
  padding: 0;
  margin: 0;
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;

}

body {
   /* background:rgb(65, 63, 63);   */
  overflow: hidden;
}

.swiper-slide h1 {
  font-family: 'Montreal Heavy', sans-serif !important;
}


/** Swiper styles **/
.swiper {
  user-select: none;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: 100%!important;

  padding-left: 0px;
  padding-right: 0px;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  border-radius: 0px;
}

.swiper-slide-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: 12px 16px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.swiper-slide-title {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 1);
}

.swiper-slide-text {
  max-width: 640px;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 1);
}

.swiper-slide-title+.swiper-slide-text {
  margin-top: 8px;
}

.swiper-slide-image {
  position: absolute;
  object-fit: cover;

  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;

  z-index: 0;
}

:root {
  --swiper-pagination-color: rgba(0, 123, 255, 1);
  --swiper-pagination-bullet-inactive-color: rgba(0, 123, 255, 1);
}

.swiper-scrollbar {
  background-color: rgba(33, 11, 11, 0);
}

.swiper-scrollbar-drag {
  background-color: rgba(4, 1, 1, 0.5);
}

.swiper-slide-title {
  font-size: 48px;
  line-height: 1.2;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}