.landing-slider{
  height: 100vh;
}

.swiper-slide {
  font-size: 18px;
  background: transparent;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.swiper-slide .cover {
  /* padding: 75px 0; */
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}

.swiper-slide .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;

}

.swiper-slide .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

.swiper-slide .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}  

.swiper-slide .cover .header-content h1 {
  font-size: 36px;
  font-weight: 600;
  margin: 5px 0 20px;
  color: #fff;
  width: 75%;
}  

.swiper-slide .cover .header-content h4 {
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
  width: 50%;
  text-align: justify;
}

.swiper-slide.swiper-slide-active h1, .swiper-slide.swiper-slide-active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}  

.swiper-slide.swiper-slide-active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}  

.swiper-slide.swiper-slide-active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}

.landing {
height: 100vh;
}

.landing-background {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}


@media (max-width: 1199px) {

  .swiper-slide .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  }

  .swiper-slide .cover .header-content h2 {
    font-weight: 300;
    font-size: 24px;
    color: #fff;
  }  

  .swiper-slide .cover .header-content h1 {
    font-size: 36px;
    font-weight: 600;
    margin: 5px 0 20px;
  }  

  .swiper-slide .cover .header-content h4 {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
  }
}


/* Large Devices Bootstrap */
@media (max-width: 991px) {
  .swiper-container-multirow-column > .swiper-wrapper {
    flex-direction: row !important;
  }
}


/* Medium Devices Bootstrap */
@media (max-width: 767px) {
  .swiper-container.card-slider {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  
}

/* Small Devices Bootstrap */
@media (max-width: 575px) {
  
  .swiper-slide .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 20px;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 85% 0, 50% 100%, 0 100%);
    clip-path: polygon(0 0, 85% 0, 50% 100%, 0 100%);
  }
  
  .swiper-slide .cover .header-content h2 {
    font-weight: 300;
    font-size: 18px;
    color: #fff;
  }  
  
  .swiper-slide .cover .header-content h1 {
    font-size: 21px;
    font-weight: 600;
    margin: 5px 0 20px;
    color: #fff;
    width: 100%;
  }  
  
  .swiper-slide .cover .header-content h4 {
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    width: 100%;
    color: #fff;
  }
}

