.home__banner__section{
  align-items: center;
  background-position: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-height: 430px;
  overflow: clip;
  position: relative;
  padding: 1em;
}

.home__banner__section .cover_bg_color{
  background: linear-gradient(180deg, rgba(6, 4, 98, 0) -29.17%, #201042 97.31%);
  box-shadow: inset 0px 0px 250px #221755;
  bottom: 0;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.home__banner__section .bg_image{
  border: none;
  bottom: 0;
  box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0.45;
  object-position: 50% 50%;
}

.home__banner__section .content__wrap{
  z-index:20;
  width:100%;
}

.home__banner__section .s_h_with_btn,
.home__banner__section .heading_wrap{
  display: flex;
  max-width: 1028px;
  flex-wrap: wrap!important;
  align-items: normal!important;
  box-sizing: border-box;
}

.home__banner__section .heading_wrap h1{
  font-style: normal;
  font-family: 'DM Serif Display', serif;
  font-weight: 700;
  font-size: 42px !important;
  line-height: 1.19;
  color:#fff;
  margin:0
}

.home__banner__section .heading_wrap h1 .hero__typed-cursor {
  display: inline-block;
  background-color: #ffffff;
  margin-left: 0.1rem;
  width: 3px;
  animation: blink 1s infinite;
}

@keyframes blink {
  0%  { background-color: #ccc; }
  49% { background-color: #ccc; }
  50% { background-color: transparent; }
  99% { background-color: transparent; }
  100%  { background-color: #ccc; }
}
.home__banner__section .s_h_with_btn .sub_heading *{
color:#fff;
}

.home__banner__section .s_h_with_btn .sub_heading > h5{
  margin-top:50px;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #B8B8FF !important;
  text-transform: uppercase;
}
.home__banner__section .s_h_with_btn .sub_heading ul li;
.home__banner__section .s_h_with_btn .sub_heading p{
font-size:20px;
font-style: normal;
line-height: 1.5;
}

.home__banner__section .s_h_with_btn .sub_heading ul{
padding:0;
   padding-left:30px;
}

.home__banner__section .s_h_with_btn .hs-custom_btn{
  justify-content:center;
}

.home__banner__section .s_h_with_btn .hs-custom_btn .hs-custom_btn_item {
  padding: 0.3rem 0.5rem;
}

.home__banner__section .s_h_with_btn .hs-custom_btn .hs-custom_btn_item a{
  padding: 15px 24px 15px 47px !important;
}

@media(min-width:600px){
  .home__banner__section .heading_wrap h1{
    font-size: 52px !important;
  }
  .home__banner__section .s_h_with_btn .sub_heading > h5{
    margin-top:70px
  }
}

@media(min-width:782px){
  .home__banner__section .heading_wrap h1{
    font-size: 65px !important;
  }
  .home__banner__section .s_h_with_btn,
  .home__banner__section .heading_wrap{
    flex-wrap: nowrap!important;
  }
}

@media(min-width:900px){
  .home__banner__section .heading_wrap h1{
    font-size: 72px !important;
  }
}



/*---------------- Video Section ----------------*/

.home_banner_main_wrapper .video_with_logo_images_container{
  position:relative;
}

.home_banner_main_wrapper .video_with_logo_images_container:before {
  left: 0px;
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}

.home_banner_main_wrapper .video_with_logo_images_container .b-video .wistia-video-wrap .hs-block-group__inner-container {
  position:relative;
  width:100%;
  padding-bottom:56.75%;
  box-shadow:13px 13px 70px rgba(177, 83, 154, 0.2);
  border-radius:10px;
  overflow:hidden;
}

.home_banner_main_wrapper .video_with_logo_images_container .b-video .wistia-video-wrap .wistia_embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.home_banner_main_wrapper .video_with_logo_images_container .b-video {
  padding-left: 20px;
  padding-right: 20px;
}

.home_banner_main_wrapper .video_with_logo_images_container .b-video .wistia-video-wrap {
  margin-bottom:20px;
}

.home_banner_main_wrapper .video_with_logo_images_container .b-video .wistia-video-wrap{
  max-width: 720px;
  position: relative;
  z-index: 2;
  margin: 0 auto 25px;
  padding: 10px !important;
  border: 1.1px solid #B1539A;
  box-shadow:13px 13px 70px rgba(177, 83, 154, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.home_banner_main_wrapper .video_with_logo_images_container .b-intro--home .b-video .wistia-video-wrap > .hs-block-group__inner-container,
.home_banner_main_wrapper .video_with_logo_images_container .b-video figure.wp-block-video > video {
  display: block;
  box-shadow:13px 13px 70px rgba(177, 83, 154, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.home_banner_main_wrapper .video_with_logo_images_container .wistia-video-wrap {
  width: 100%;
  max-width: 325px !important;
}

@media only screen and (min-width: 600px) {
  .home_banner_main_wrapper .video_with_logo_images_container .wistia-video-wrap {
    width: 500px;
    max-width: 720px !important;
  }
}

@media only screen and (min-width: 782px) {
  .home_banner_main_wrapper .video_with_logo_images_container .wistia-video-wrap {
    width: 600px;
  }
}

@media only screen and (min-width: 900px) {
  .home_banner_main_wrapper .video_with_logo_images_container .wistia-video-wrap {
    width: 720px !important;
  }

}

@media only screen and (min-width: 600px) {
  .home_banner_main_wrapper .video_with_logo_images_container .wistia-video-wrap {
    padding: 20px;
  }
}


/* Homepage Wistia Button */
.home_banner_main_wrapper .video_with_logo_images_container .wisita_play_button_wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
}
.home_banner_main_wrapper .video_with_logo_images_container .wisita_play_button {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
}
.home_banner_main_wrapper .video_with_logo_images_container .wisita_play_button svg {
  transition: transform .2s;
}
.home_banner_main_wrapper .video_with_logo_images_container .wisita_play_button:hover {
  cursor: pointer;
}
.home_banner_main_wrapper .video_with_logo_images_container .wisita_play_button:hover svg {
  transform: scale(1.05);
}






