@charset "utf-8";
@import url('../../../../css2-1.css');
@import url('../../../../css2-2.css');

.swiper-container {
  width: 100%;
}
.swiper-slide {
  font-size: 18px;
  color:#fff;
  /* background-image: linear-gradient(to bottom right, #083280, #d20145); */
  
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-text-bg{
    width: 100%;
    height: 350px;
    padding: 0px;
    position: relative;

}

.parallax-bg {
  width: 100%;
}

.title img {
  width: 100%;
  height: auto;
}

.title {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.text{
  width: 100%;
  position: absolute;
  bottom: 0;
}
