.no-webp .hero-section {
	  background: -webkit-image-set(
    url("../images/background_index_vc3_1x.jpg") 1x,
    url("../images/background_index_vc3_2x.jpg") 2x);
  background-image: image-set(
    url("../images/background_index_vc3_1x.jpg") 1x,
    url("../images/background_index_vc3_2x.jpg") 2x);
	
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.webp .hero-section {
	  background: -webkit-image-set(
    url("../images/background_index_vc3_1x.webp") 1x,
    url("../images/background_index_vc3_2x.webp") 2x);
  background-image: image-set(
    url("../images/background_index_vc3_1x.webp") 1x,
    url("../images/background_index_vc3_2x.webp") 2x);
	
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-section .wave {
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  bottom: -150px;
}

.hero-section .wave svg {
  width: 100%;
}

.hero-section,
.hero-section > .container > .row {

  height: 100vh;
  min-height: 880px;
}

.hero-section.inner-page {
  height: 60vh;
  min-height: 0;
}

.hero-section.inner-page .hero-text {
  -webkit-transform: translateY(-150px);
  transform: translateY(-150px);
  margin-top: -120px;
}

.hero-section h1 {
  font-size: 3.5rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}

.hero-section p {
  font-size: 18px;
  color: #fff;
}

.hero-section .iphone-wrap {
  position: relative;

}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
  position: absolute;
  top: -25%;
  overflow: hidden;
  left: 0;
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.0);
}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {

  width: 550px;
}

.hero-section .iphone-wrap .phone-2 {
  margin-top: 50px;
  margin-left: 100px;
  width: 250px;
}


@media screen and (max-width: 992px) {
  .hero-section .wave {
    bottom: -180px;
  }

  .hero-section.inner-page .hero-text {
    margin-top: -80px;

  }

  .hero-section h1 {
    top: 0;

    font-size: 2.5rem;
    text-align: center;
  }

  .hero-section .hero-text-image {
    margin-top: -4rem;
  }

  .hero-section .iphone-wrap {
    text-align: center;
  }

  .hero-section .iphone-wrap .phone-2,
  .hero-section .iphone-wrap .phone-1 {
    position: relative;
    top: 0;
    max-width: 100%;
  }

  .hero-section .iphone-wrap .phone-1 {
    margin-left: 0px;
    margin-top: -25px;
  }

  .hero-section .iphone-wrap .phone-2 {
    width: 250px;
    position: absolute;

    margin-left: 100px;
  }
}

