* {
  box-sizing: border-box;
}
html {
  font-size: 100%;
}
body {
  font-family: Cabin, sans-serif;
  font-size: 1rem;
  line-height: 1.45;
}
.hero {
  position: relative;
}
.swiper-container {
  height: 70vh;
}
@media (max-width: 639px) {
  .swiper-container {
    height: 90vh;
  }
}
.swiper-spring {
  position: relative;
  max-width: 1200px;
  min-width: 300px;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.swiper-content {
  display: flex;
  align-items: center;
  width: 55%;
  height: 100%;
  overflow: hidden;
  color: #e60000;
}
.swiper-content__wrapper {
  position: relative;
}
@media (max-width: 639px) {
  .swiper-content {
    width: 100%;
  }
}
.swiper-content__slide {
  position: absolute;
  z-index: 4;
  width: 100%;
}
.swiper-content__slide.is-active {
  z-index: 10;
}
.swiper-content__slide.is-active .swiper__heading,
.swiper-content__slide.is-active .swiper__subheading {
  opacity: 1;
  transform: translateY(0);
}
.swiper-inner {
  position: relative;
  flex: 1 1 auto;
}
.swiper__heading {
  opacity: 0;
  margin: 0;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
  transform: translateY(100%);
  transition: all 0.6s ease-out 0s;
  background-color: rgb(94,141,217, 0.8);
  color: #fff;
  /*border-radius: 60px;*/
  font-size: 30px;
  padding: 20px 40px;
  text-align: center;

}
.swiper__subheading {
  opacity: 0;
  font-size: 1.2rem;
  transform: translateY(100%);
  transition: all 0.6s ease-out 0.2s;
}
.swiper-mask {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  
}

.swiper-mask  img {
  float: right;
}

.swiper-mask:after {
  content : "";
  position: absolute;
  right   : 0;
  bottom  : 0;
  height  : 10px;
  width   : 50%;  /* or 100px */
  border-bottom:10px solid #8b99b1;
}
.swiper-wrapper {
  position: absolute;
  top: 0;
}
.swiper-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
     object-position: left;
  /*filter: grayscale(100%);*/
}
.swiper-pagination {
  flex: 0 0 auto;
  position: static;
  margin-right: 30px;
}
.swiper-pagination-bullet {
  opacity: 1;
  display: block;
  width: 2px;
  height: 14px;
  border-radius: 0;
  background-color: #bbb;
  transition: all 0.3s;
}
.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
  background-color: #333;
}
.swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-top: 2px;
}
.swiper-button {
  position: static;
  z-index: 5;
  width: 2.2rem;
  height: 2.2rem;
  margin: 0;
  border-radius: 50%;
  background-color: #e60000;
  background-image: none;
  font-size: 1rem;
  line-height: 2.2rem;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
}
.swiper-button + .swiper-button {
  margin-left: 50px;
}
.swiper-button:hover {
  background-color: #cd0000;
  color: #f2f2f2;
}
.swiper-button-nav {
  display: flex;
  margin-bottom: 30px;
}
.swiper-fix {
  display: flex;
  margin-bottom: 30px;
  text-align: center;
  z-index: 100000;
  color: #fff;
  font-size: 36px;
  line-height: 1.2;
}

.swiper-particles {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 60%;
  z-index: 4;
  
}
/*@media (max-width: 639px) {
  .swiper-particles {
    display: none;
  }
  .swiper-fix {
    font-size: 28px;
  }
  .swiper__heading {
    font-size: 26px;
  }
    .swiper-mask  img {
      float: left;
    }  
}*/
@media (max-width: 639px) {
  .swiper-particles {
    width: 100%;
  }
  .swiper-mask {
    display: none;
  }
  .swiper-fix {
    font-size: 28px;
  }
  .swiper__heading {
    font-size: 26px;
  }
 
}
