/*! http://responsiveslides.com v1.55 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  overflow: hidden;
  }

  .rslides li:before {
    content: "";
    /* background: linear-gradient(90deg, rgb(6 9 48 / 80%) 0%, rgb(6 9 48 / 80%) 50%, rgba(11, 9, 34, 0) 84%); */
    /* background: linear-gradient(90deg, rgb(113 39 2 / 80%) 0%, rgb(2 16 22 / 80%) 40%, rgba(11, 9, 34, 0) 60%); */
    /* background-color: rgb(1 0 26 / 60%); */
    /* background-image: url(../images/black-dot-pattern.png); */
    /* background-color: rgb(4 0 39 / 45%); */
    /* background: linear-gradient(134deg, rgba(255, 106, 1, 1) 49%, rgba(205, 62, 6, 1) 95%); */
    /* background: linear-gradient(134deg,rgba(255, 106, 1, 1) 16%, rgba(205, 62, 6, 1) 75%); */
    background: radial-gradient(circle,rgba(10, 24, 51, 1) 30%, rgba(2, 8, 40, 1) 100%);

    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .rslides li:after {
  content: "";
    background-image: url(../images/banner-bg1.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    position: absolute;
    width: 427px;
    height: 593px;
    z-index: 2;
    top: 0px;
    left: -1920px;
    transition: ease 2s;
}

  .rslides li.rslides1_on:after {
    left: 0px;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
display: block;
    height: 100%;
    border: 0;
    transition: ease 1s;
    top: 0;
    right: -1000px;
    position: absolute;
    z-index: 9;
  }
.rslides .rslides1_on img {
    right: 0px;
}