.banner {
  position: relative;
  overflow: hidden;
}
.banner .full-width-section {
  padding: calc(100vw * 0.08) 0;
  position: relative;
}
.banner .row-bg-wrap {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -50vw;
  left: 50%;
  width: 100vw;
  z-index: 2;
}
.banner .inner-wrap {
  overflow: hidden;
  width: 100.1%;
  height: 100.1%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(1) translateZ(0);
  -ms-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  -webkit-transition: transform 0.95s 0s cubic-bezier(.3,.58,.42,.9);
  transition: transform 0.95s 0s cubic-bezier(.3,.58,.42,.9);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.banner .row-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-size: cover;
  -webkit-background-size: cover;
  opacity: 0;
  transition: opacity 0.2s ease;
  background-attachment: fixed;
  top: auto;
  bottom: 0;
  opacity: 1;
  background-attachment: scroll;
  top: auto;
  bottom: 0;
  height: calc(100% + 70px);
  background-position: left top;
  background-repeat: no-repeat;
  width: 100%;
}
.banner .row-bg-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  z-index: 2;
  backface-visibility: hidden;
  background-color: #0a0a0a;
  opacity: 0.8;
}
.banner .nectar-shape-divider-wrap {
  height: 240px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 150px;
  z-index: 3;
  transform: translateZ(0);
  margin-left: -50vw;
  left: 50%;
  width: 100vw;
  height: 240px;
}
.banner .nectar-shape-divider {
  width: 100%;
  left: 0;
  bottom: -1px;
  height: 100%;
  position: absolute;
  fill: #fff;
}
.banner .nectar-shape-divider-wrap[data-style="mountains"] svg path:first-child {
  opacity: .1;
}
.banner .nectar-shape-divider-wrap[data-style="mountains"] svg path:nth-child(2) {
  opacity: .12;
}
.banner .nectar-shape-divider-wrap[data-style="mountains"] svg path:nth-child(3) {
  opacity: .18;
}
.banner .nectar-shape-divider-wrap[data-style="mountains"] svg path:nth-child(4) {
  opacity: .33;
}
.banner .banner-content {
  position: relative;
  z-index: 10;
  text-align: center;
  padding-left: 1%;
  padding-right: 1%;
}
.banner .banner-content h1 {
  color: #fff;
  font-family: Nunito;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 700;
}

@media(max-width:999px){
  .banner .row-bg {
    height: calc(100% + 40px);
  }
  .banner .nectar-shape-divider {
    height: 75%;
  }
}
@media(max-width:690px){
  .banner .nectar-shape-divider {
    height: 33%;
  }
}

