.png__sequence #canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.banner-section {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #000;
  width: 100%;
  height: 100vh;
}
.banner-section.dnd-section>.row-fluid{
  height: 100%;
}
.banner-section.dnd-section>.row-fluid .outer-wrapper{
  height: 100%;
  width: 100%;
}
.banner-section .section-outer-wrapper {
  position: relative;
  width: 100%;
}
.banner-section .tagline {
  position: relative;
}
.banner-section .mobile-image{
  display:none
}
.banner-section .title * span {
  display: inline-flex;
  height: 30px;
  font-size: 30px;
  padding: 5px;
  background: red;
  align-items: center;
  vertical-align: super;
  width: fit-content;
}
.banner-section .tagline * {
  color: #f7a90d;
  padding-left: 80px;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.banner-section .title * {
  color: #fff;
  line-height: 1;
}
.banner-section .title {
  max-width: 864px;
}
.banner-section .tagline:before {
  content: "";
  position: absolute;
  width: 72px;
  height: 2px;
  background-color: #F7A90D;
  top: 50%;
  left: 0;
}
.banner-section .section-inner-wrapper {
  z-index: 9;
  width: 100%;
  padding-left: 115px;
  height: 100%;
}
.steps-bar {
  position: fixed;
  top: 40%;
  right: 5%;
  padding: 10px;
  z-index: 999;
}
.banner-section .bg-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.banner-section .fixed-content {
  position: fixed;
  z-index: 1;
  color: #fff;
  top: 30%;
  /*   left: 4%; */
  text-align: left;
}
.banner-section .fixed-content.scrollContent {
  top: 20%;
  margin-left: -85px;
}
}
.image-sequence {
  position: absolute;  
  top: -10%;
  left: 0;
  width: 100%;         
  height: 100%;    
  object-fit: cover;
}
.image-sequence img{
  width: 100%;         
  height: 100%;    
}
.banner-section .section-btn a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  text-transform: uppercase;
}
.steps-bar.scrolling {
  display: block;
}
.steps-bar {
  display: none;
}
.steps-bar ul {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: end;
}
.steps-bar ul li {
  padding: 10px 15px;
  border-right: 3px solid rgb(255 255 255 / 50%);
  position: relative;
}
.steps-bar ul li *{
  color: #fff;
}
.steps-bar ul li.active-list {
  border-right: 3px solid #fff;
}
.banner-section .section-btn a span {
  display: inline-flex;
}
@media only screen and (max-width: 1024px) {
  .banner-section {
    background-color: #02080d;
  }
  .banner-section .title * span {
    font-size: 22px;
    height: 26px;
  }
  .banner-section .fixed-content.scrollContent {
    margin-left:0;
    top: 18%;
  }
  .banner-section .scroll-wrapper, .banner-section .png__sequence {
    display:none; 
  }
  .banner-section .section-inner-wrapper {
    padding-left: 0;
  }
  .steps-bar.scrolling {
    display: none;
  }
  .banner-section .tagline:before {
    top: -10px;
    width: 16px;
  }
  .banner-section .tagline>* {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-section .title * span {
    font-size: 14px;
    height: 18px;
  }
  /*   .banner-section .mobile-image {
  display: block;
  position: fixed;
  transform: scale(1.5) translateY(-119px) translateX(-58px);
  width: 100%;
} */

  .banner-section .fixed-content.scrollContent {
    max-width: 425px;
  }
  .banner-section {
    padding-top: 125px;
    padding-bottom: 300px;
  }
}
@media only screen and (max-width: 425px) {
  .fixed-content.scrollContent .title * {
    font-size: 28px;
  }
  .banner-section .fixed-content.scrollContent .title * span {
    font-size: 12px;
    height: 14px;
    padding:3px;
  }
  .banner-section.scroll-banner .section-btn{
    display:none;
  }
  .banner-section .fixed-content.scrollContent {
    max-width: 320px;
  }
}