
    .l-realise-slider-card-block {
      position: relative;
      top: 0px;
      right: 22px;
      display: inline-block;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-perspective: 800px;
      perspective: 800px;
    }

    .card-block-wrap {
      position: absolute;
      top: 0px;
      left: 50px;
      width: 800px;
      height: 400px;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
    }

    .card {
      position: absolute;
      width: 630px;
      
      object-fit: cover;
      border-radius: 4px;
      -webkit-transition: all .4s;
      transition: all .4s;
      box-shadow: none;
      object-fit: fill;
    }

    .c {
      transform: translate3d(0px, 0px, 0px);
      opacity: 1;
      /* box-shadow: 0 20px 50px rgba(0, 34, 45, 0.5); */
      height: 330px;
    }

    .a {
      transform: translate3d(10px, -10px, 0px);
      opacity: .7;
      height: 330px;
    }

    .b {
      transform: translate3d(20px, -20px, 0px);
      opacity: .5;
      height: 330px;
    }

    .d {
      transform: translate3d(30px, -30px, 0px);
      opacity: .2;
      height: 330px;
    }

    

  

    /* .d {
      transform: translate3d(0px, 0px, 0px);
      opacity: 1;
      box-shadow: 0 20px 50px rgba(0, 34, 45, 0.5);
    } */


    .btn-wrap {
      position: absolute;
      z-index: 20;
      bottom: -5px;
      left: 285px;
    }

    .btn {
      position: absolute;
      top: 0;
      display: block;
      width: 10px;
      height: 2px !important;
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      opacity: .5;
      /* border-radius: 50%; */
      background-color: #cbcbcb;
    }

    .focus {
      width: 10px;
      height: 2px !important;
      -webkit-transform: translate(-3px, -3px);
      transform: translate(-3px, -3px);
      opacity: 1;
      /* background-color: #5924c3; */
    }

    #one {
      left: 0;
    }

    #two {
      left: 25px;
    }

    #three {
      left: 50px;
    }
  