

.ap-hero-banner-section {
  position: relative;
}

.ap-hero-banner-section .ap-hero-banner-gradient {
  position: absolute;
  width: 100%; 
  height: 100%; 
  top: 0%; 
  left: 0%; 
  z-index: 1;
}

.ap-hero-banner-section .ap-hero-banner-container{
  max-width: calc(75rem - 1.5rem);
  margin: 0 auto;
  position: relative;
}

.ap-hero-banner-section .ap-hero-banner-container .ap-hero-banner-content-wrapper{
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100px;
  z-index: 5;
}

.ap-hero-banner-section .ap-hero-banner-content-wrapper .ap-hero-banner-main-heading {
  display: inline-block;
}

.ap-hero-banner-section .ap-hero-banner-content-wrapper .ap-hero-banner-sub-heading {
  display: inline-block;
}

.ap-hero-banner-section .ap-hero-banner-content-wrapper .ap-hero-banner-description {
  display: inline-block;
  max-width: 840px;
  margin: auto;
}

.ap-hero-banner-section .ap-hero-banner-content-wrapper .ap-hero-banner-button-row {
  display: flex;
  flex-direction: column;
}

.ap-hero-banner-section .ap-hero-banner-content-wrapper .ap-hero-banner-socials-row {
  position: relative;
  display: flex;
}

.ap-hero-banner-section .ap-hero-banner-content-wrapper .ap-hero-banner-socials-row a{
  position: relative;
  transition: all .2s linear;
}

@media (min-width: 992px)
{
  .ap-hero-banner-section .ap-hero-banner-content-wrapper .ap-hero-banner-button-row {
    flex-direction: row;
  }
}

h1.display {
  font-weight: bold;
}

#animate1 {
  width: 100px;
  display: inline-block;
  position: relative;
  top: 16px;
  left: -12px;
}
#animate2 {
  display: inline-block;
  position: relative;
  left: -20px;
  top: 34px;
  width: 120px;
  margin-top: -45px;
}
.bottom-heading {
  margin-top: -50px;
  margin-bottom: 16px;
}
a.ap-btn.ap-btn-primary.ap-btn-large {
  max-width: none;
  width: auto !important;
}


.hero-banner-img-wrapper img{
  width: 100%;
}
.hero-banner-img-wrapper {
  width: 50%;
}
.ap-hero-banner-section .ap-hero-banner-container {
  margin: 0 auto;
  max-width: 80rem;
  position: relative;
}
.ap-hero-banner-content-wrapper {
  width: 50% !important;
  padding-right: 10%;
}
/* .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.dnd_area-row-0-padding {  

background-color: #fff;
opacity: 0.8;
background-size: 20px 20px;
background-image:  repeating-linear-gradient(to right, #f2f2f2, #f2f2f2 1px, #fff 1px, #fff);
} */



.line {
  position: relative;
  width: 1px;
  height: 100%;
  background: #f2f2f2;
  overflow: hidden;
}

.lines {
  position: absolute;
  top: 0;
  left: -24px;
  right: 0;
  height: 100%;
  margin: auto;
  width: calc(100% + 48px);
  display: flex;
  justify-content: space-between;
}

.line::after {
  content: '';
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  animation: drop 7s 0s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

/* Different colors for each line's pseudo-element */
.line:nth-child(1)::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ed1c24 75%, #ed1c24 100%);
  animation-delay: 0.5s;
}

.line:nth-child(2)::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f58220 75%, #f58220 100%);
  animation-delay: 1s;
}

.line:nth-child(3)::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #92c83e 75%, #92c83e 100%);
  animation-delay: 1.5s;
}

.line:nth-child(4)::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fdba12 75%, #fdba12 100%);
  animation-delay: 2s;
}

.line:nth-child(5)::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ed1c24 75%, #ed1c24 100%);
  animation-delay: 2.5s;
}

.line:nth-child(6)::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f58220 75%, #f58220 100%);
  animation-delay: 3s;
}

.line:nth-child(7)::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #92c83e 75%, #92c83e 100%);92c83e
  animation-delay: 3.5s;
}

.line:nth-child(8)::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fdba12 75%, #fdba12 100%);
  animation-delay: 4s;
}

.line:nth-child(9)::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ed1c24 75%, #ed1c24 100%);
  animation-delay: 4.5s;
}

.line:nth-child(10)::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f58220 75%, #f58220 100%);
  animation-delay: 5s;
}

@keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}


@media (max-width: 1280px) {
  .hero-banner-img-wrapper {
    width: 700px;
    position: absolute;
    top: -130px;
    right: -190px;
  }
  .ap-hero-banner-content-wrapper {
    width: 50% !important;
    padding-right: 0;
  }
  body #hs_cos_wrapper_dnd_area-module-2 .ap-hero-banner-section-dnd_area-module-2 {
    padding: 130px 0 180px 0;
  }
  .ap-hero-banner-container h1.display {
    font-size: 48px;
    line-height: 56px;
  }
  #animate2 {
    left: -20px;
    top: 34px;
    width: 100px;
    margin-top: -45px;
  }
  /*   #animate1,
  #animate2{
  display: inline;
}
  #animate1 svg {
  width: 100px !important;
}
  #animate2 svg {
  width: 120px !important;
} */
}
@media (max-width: 991px) {
  .hero-banner-img-wrapper {
    position: absolute;
    top: -140px;
    right: -270px;
    max-width: 570px;
  }
  .ap-hero-banner-content-wrapper {
    width: 70% !important;
    padding-right: 0;
  }
  .t-hide {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-banner-img-wrapper {
    display: none;
  }
  .hero-banner-img-inline {
    display: inline=block;
  }
  .ap-hero-banner-container h1.display {
    font-size: 46px;
    line-height: 67px;
  }
  /*   #animate1 svg {
  width: 70px!important;
}
  #animate1 {
  left: -5px;
}
  #animate2 {
  left: -17px;
  top: 36px;
} */
  .bottom-heading {
    display: inline-block;
  }
  .ap-p-large p, p.ap-p-large {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
  }
  body #hs_cos_wrapper_dnd_area-module-2 .ap-hero-banner-section-dnd_area-module-2 .ap-hero-banner-content-wrapper .ap-hero-banner-button-row {
    gap: 16px
  }
  .hero-banner-img-wrapper {
    display: inline-block;
    width: auto;
    left: 0;
    top: 20px;
    right: 0;
    max-width: 330px;
    position: relative;
  }
  body #hs_cos_wrapper_dnd_area-module-2 .ap-hero-banner-section-dnd_area-module-2 {
    padding: 80px 0 100px 0;
  }
  .ap-hero-banner-content-wrapper {
    width: 100% !important;
    padding-right: 0;
  }

  .m-hide {
    display: none;
  }
}

@media (max-width: 479px) {
.hero-banner-img-wrapper {
    max-width: 100%;
}
  .ap-hero-banner-container h1.display {
    font-size: 33px;
    line-height: 48px;
}
  .bottom-heading {
    margin-bottom: 0;
  }
  body #hs_cos_wrapper_dnd_area-module-2 .ap-hero-banner-section-dnd_area-module-2 .ap-hero-banner-content-wrapper {
    gap: 8px;
  }
  body #hs_cos_wrapper_dnd_area-module-2 .ap-hero-banner-section-dnd_area-module-2 .ap-hero-banner-content-wrapper .ap-hero-banner-button-row {
    padding: 0;
  }
  body .h6 {
    font-size: 18px;
  }

  #animate1 svg {
    width: 50px !important;
  }
  #animate1 {
    left: -5px;
    top: 12px;
    width: 50px;
  }
  #animate2 {
    left: -9px;
    top: 24px;
    width: 68px;
  }
  #animate2 svg {
    width: 70px!important;
  }
  body .h6 {
    font-size: 16px;
  }
}