.banner_main{
    background: #141623;
    height: 100vh;
    width: 100%; 
    position: relative;
    .banner_content{
      padding-top: 150px;

      .banner_text{
        h1{
          color: $white;
          font-size: 70px;
          font-weight:700;
          line-height: 80px;
        }
        h4{
          color: #e3e3e3;
          font-weight: 400;
        }
        .ban_btn{
            margin-top: 40px;
          ul{
            li{
              display: inline-block;
              font-size: 16px;
              color: $white;
              margin-right: 20px;
              i{
                font-size: 20px;
              }
            }
            .get_Start{
              padding: 11px 25px;
              background-color: #00966B;
              color: $white;
              border-radius: 4px;
              font-size: 16px;

            }
          }
        }
      }
   .banner_img{
      img{
        height: auto;
        width: 100%;
      }
   }
}
}
