
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



.wrapper {
    padding:5px 0px 5px 0px;
    margin: 0px;    
	position: relative;
}

.wrapper .card {
  background: #fff;
  display: flex;
  height: auto;
  flex-direction: column;
  transition: transform 0.3s ease;
  border: 0px solid black;    
  margin: 0 ;
}

.swiper-pagination
{
	display: none;
}

.wrapper .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  opacity: 1;
  overflow: hidden;
  position: relative;
  background: #E5B213;
}

.wrapper .swiper-pagination-bullet-active {
  background: #E5B213;
}

/* Auto-play loading indicator */
.wrapper .swiper-pagination-bullet-active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #6F4100;
  transform-origin: left center;
  transform: scaleX(0);
  animation: autoplay-loading 5s linear forwards;
}

.container:hover .wrapper .swiper-pagination-bullet-active::before {
  animation-play-state: paused;
}

.perv-top
{
    top: 35px;
    right: 110px !important;
    display: block;
    background: url(../images/left.png) no-repeat left center;
    width: 85px;
    height: 40px;
    line-height: 40px;
    color: #000000 !important;
    text-align: right;
    left: auto !important;    
}
.next-top
{
    top: 35px;
    right: 0px !important;
    display: block;
    background: url(../images/right.png) no-repeat right center;
    width: 85px;
    height: 40px;    
	text-align: left;
	line-height: 40px;
    color: #000000 !important;
}

.line-span
{
    position: absolute;
    right: 95px;
    top: 10px;
    z-index: 9;
    font-size: 30px;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	 display: none;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after
{
	 display: none;
}
@keyframes autoplay-loading {
  0% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(1);
  }
}

.wrapper :where(.swiper-button-prev, .swiper-button-next) {
  color: #6366f1;
  margin-top: -25px;
  transition: all 0.3s ease;
}

.wrapper :where(.swiper-button-prev, .swiper-button-next):hover {
  color: #8b5cf6;
}

/* Responsive media query code for small screens */
@media (max-width: 768px) {
  .wrapper {
    margin: 0 0px 25px;
  }
.wrapper .card {  
  margin: 0 ;
}
  .wrapper :where(.swiper-button-prev, .swiper-button-next) {
    display: none;
  }
	
}



.mySwiper
{
	padding-bottom: 115px;
}


.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    touch-action: none;
    background: rgba(0, 0, 0, .1);
}


.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 80px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));}

z
 .swiper-scrollbar.swiper-scrollbar-horizontal {
    background:#BABABA;
    height: 1px !important;
    bottom: 7em;
    top: auto;
    width: 100%;
    left: -.3125em;
}


.swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
    background-color:#005FA7;
    transition: all .25s ease-in-out;
    min-width:2.5em;
}
.swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag:before {
    left: unset;
    right: -100vw;
}
.swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag:before {
    content: "";
    background-color:#005FA7;
    left: -100vw;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100vw;
    z-index: 999;
}

.swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag:after {
    content: "";
    position: absolute;
    background: url("../images/drag-ar.png") 50% / contain no-repeat;
    width: 3.125em;
    height: 6.6875em;
    right: auto;
    left: 0;
    top: -1.5em;
    z-index: 1;

}



