@charset "UTF-8";

.text-gradient {
  background-image: linear-gradient(129deg, #bff1ff, #5ac8fa, #bff1ff);
  background: linear-gradient(to right, #bff1ff 0%, #5ac8fa 50%, #bff1ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bolder;
  display: inline-block;
}
.page .pageBox {
  min-height: 100vh;
  align-content: center;
}
.stage {
  position: relative;
}

.stage .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.text p span {
  display: block;
}

.B1 {
  padding-top: 5%;
  background-position: bottom;
  background-color: #1b5caa;
}

.B1 .container-fluid {
  position: absolute;
  width: 100%;
  z-index: 10;
}

/* B2   */

.B2 .imgSwiper a {
  display: block;
  background-color: #1d1d1f;
  color: #fff;
  border-radius: 30px;
  overflow: hidden;
}

.B2 .imgSwiper .textBox {
  padding: 30px 20px;
  z-index: 10;
}

.B2 .innerImg {
  padding-top: 100%;
}

/* B3 */
.B3 {
  padding-top: 5%;
  padding-bottom: 10%;
}

.B3 .imgSwiper .innerImg {
  padding-top: 100%;
}

.B3 .imgSwiper .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 2rem;
}

.B3 .imgSwiper a .innerImg:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.2),
    transparent,
    rgba(0, 0, 0, 0.4),
    #000
  );
}
.B3 .imgSwiper a {
  display: block;
  overflow: hidden;
}


@media (min-width: 991px) {
  .B2 .imgSwiper a {
    transform: scale(0.9);
    transition: scale 1s;
  }
  .B2 .imgSwiper a:hover {
    transform: scale(1);
    transition: scale 1s;
  }

  .B3 .imgSwiper a {
    transform: scale(0.9);
    transition: scale 1s;
  }

  .B3 .imgSwiper a:hover {
    transform: scale(1);
    transition: scale 1s;
  }
  .swiper-container-free-mode > .swiper-wrapper{
    transition-timing-function : linear;
  }
  
}
@media (max-width: 991px) {
  .text h1 {
    text-align: center;
    font-size: 4rem;
    width: 100%;
  }
  .text h2 {
    text-align: center;
  }
  .text p {
    text-align: justify;
    font-size: 0.75rem;
  }
  .text p span {
    display: inline;
  }
  .B1 .container-fluid {
    position: relative;
  }
}


