.heroTitleandCopy .row {
  row-gap: 0px;
}
.show-mobile {
  display: none;
}
.fullWithBannerWrapper {
  position: relative;
}
img.pattern_overlay {
  width: 100%;
  position: absolute;
  bottom: -12.36%;
  z-index: 1;
  left: 0;
  right: 0;
}
img.video_pattern_overlay {
  width: 100%;
  position: absolute;
  bottom: -5.36%;
  z-index: 1;
  left: 0;
  right: 0;
}
.heroTitleandCopy {
  margin-top: 50px;

  position: relative;
  z-index: 2;
}


.heroTitleandCopy_video {
  margin-top: 14px;

  position: relative;
  z-index: 2;
}


.heroFullWithBanner {
  margin-bottom: 140px;
}
.heroFullWithBanner .heroBannerImg {
  width: 100%;

}
.heroFullWithBanner .heroBannerVideo {
  width: 100%;
}

video::-webkit-media-controls-panel {
  display: none !important;
  opacity: 1 !important;
}


.heroFullWithBanner .heroTitleandCopy .heroTitleHeading {
  display: flex;
  justify-content: space-between;
}
.heroTitleandCopy .titleWrapper {
  text-align: left;
  width: 86.49%;
}
.heroTitleandCopy .titleWrapper .sub_title {
  font-family: poppins-semi-bold;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
}
.heroTitleandCopy .titleWrapper .main_title {
  font-family: montserrat-extra-bold;
  font-size: 55px;
  line-height: 67.05px;
  font-weight: 800;
  margin-bottom: 0;
}

.heroTitleandCopy .para p, .heroTitleandCopy .para ul li {
  font-family: 'poppins-medium';
  font-size: 18px !important;
  line-height: 30px;
  font-weight: 500;
}

.heroTitleandCopy .button {
  background-color: #ff0001;

  width: 180px;
  height: 40px;
  margin-top: 32px;
  border-radius: 30px;

  display: flex;
  justify-content: center;
  align-items: center;

  border: none;
}
.heroTitleandCopy .button .btn {
  color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  font-size: 16px;
  font-family: poppins-semi-bold;

  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
}
.heroTitleandCopy .button:hover .btn {
  background-color: #fff;
  color: black;
  border: 1px solid black;
  transition: 0.5s;

}

.heroTitleandCopy .contentWrapper {
  text-align: left;
  width: 102.71%;
}


/* --------------------------------------------------- */

@media (max-width: 992px) {
  .heroTitleandCopy .para {
    margin-top: 32px;
  }
}

@media (max-width: 767.98px) {
  .show-desktop {
    display: none;
  }
  .show-mobile {
    display: block;

  }
  .heroTitleandCopy .para {
    margin-top: 24px;
  }
  .heroTitleandCopy {
    margin-top: 0;
  }
  img.pattern_overlay {
    bottom: -1px;
  }
  .heroFullWithBanner .heroTitleandCopy .heroTitleHeading {
    display: flex;
    flex-direction: column;
    /* row-gap: 24px; */
  }
  .heroTitleandCopy .titleWrapper {
    width: 100%;
    margin-top: 32px;
  }

  .heroTitleandCopy .contentWrapper {
    width: 100%;
  }
  .heroTitleandCopy .para {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
  }
}

@media (max-width: 575.98px) {
  .heroTitleandCopy .titleWrapper .main_title {
    font-size: 34px;
    line-height: 41.45px;
    font-weight: 800;
  }
  .heroTitleandCopy .para p, .heroTitleandCopy .para ul li {
    font-family: 'poppins-regular';
    font-size: 15px !important;
    line-height: 24px;
    font-weight: 400;
    margin-top: 24px;
  }

  .heroTitleandCopy .button {
    margin-top: 24px;
  }
}