.header_slide{
    background-image: url(../../Images/Bg-image/intro-bg.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 100px;
}



      .twentytwenty-container {
        position: relative;
        width: 100%;
        overflow: hidden;
      }

      
      .twentytwenty-before {
        z-index: 2;
        clip: rect(auto, auto, auto, auto);
      }

      .twentytwenty-after {
        z-index: 1;
      }

      .twentytwenty-handle {
        position: absolute;
        z-index: 3;
        cursor: ew-resize;
        width: 5rem;
        height: 5rem;
        top: 50%;
        background: rgba(255, 255, 255, 0.5);
        z-index: 40;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        cursor: -webkit-grab;
        cursor: grab;
        transform: translateY(-50%);
        margin-inline-end: 18px;

      }

      .twentytwenty-handle::after,
      .twentytwenty-handle::before {
        content: " ";
        display: block;
        background: #fff;
        opacity: 0.35;
        position: absolute;
        z-index: 30;
      }

      .twentytwenty-handle:before {
        width: 1px;
        height: 9999px;
        left: 50%;
        margin-left: -1.5px;
        bottom: 50%;
        margin-bottom: 43px;
      }

      .twentytwenty-handle:after {
        width: 1px;
        height: 9999px;
        left: 50%;
        margin-left: -1.5px;
        top: 50%;
        margin-top: 43px;
      }