/* Slider */
.un_slider_btn {
  height: 45px;
  display: flex;
  gap: 6px;
  font-size: 11px;
  border-radius: 11px;
  border: solid 1px #4b505a;
  background: #474c564f;
  align-items: center;
  color: #7b818e;
  padding: 0px 20px 0px 15px;
}

.un_slider_btn:hover {
  border: solid 1px #26365a;
  background: #f48862;
  align-items: center;
  color: #ffffff;
}

.un_slider_btn:hover i{
  color: #ffffff;
}

.un_slider_btn i{
  font-size: 18px;
  transition: 0.2s all;
  color: #7b818e;
}

.navigation_un_slider {
  display: flex;
  border-radius: 15px;
  width: 100%;
  padding: 13px;
  background: #393d46;
  align-items: center;
  justify-content: space-between;
}

.left_slider_info {
    height: 100%;
    display: flex;
    gap: 25px;
    margin-top: 130px;
    align-items: flex-start;
    justify-content: center;
}

.info_slider {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.h1_slider_text {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 15px;
}

.h2_slider_text {
	color: #7c7f89;
	font-weight: 600;
	font-size: 14px;
	text-align: left;
	line-height: 18px;
}

.btn_slider_g {
  text-shadow: #00000038 1px 0 10px;
  height: 55px;
  background: linear-gradient(23deg, #af743e 0%, #ffab5f 55%) !important;
  box-shadow: 0 0 30px #ffab5f3d;
  font-size: 14px;
  transition: 0.2s;
  font-weight: 500;
  border: none;
  cursor: pointer;
  padding: 0px 11px 0px 30px;
  gap: 15px;
  width: fit-content;
  border-radius: 50px;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.btn_slider_g:hover {
  opacity: 0.7;
}

.btn_slider_g:hover i{
  transform: rotate(180deg);
}

.btn_slider {
  text-shadow: #00000038 1px 0 10px;
  height: 55px;
  box-shadow: 0 0 30px #ed5a5a;
  background: linear-gradient(23deg, #df4a4a 0%, #f75a5a 55%);
  font-size: 14px;
  transition: 0.2s;
  font-weight: 500;
  opacity: 0.8;
  border: none;
  cursor: pointer;
  padding: 0px 11px 0px 30px;
  gap: 15px;
  width: fit-content;
  border-radius: 50px;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.btn_slider:hover {
    opacity: 1;
    color: #fff;
}

.btn_slider:hover i{
  transform: rotate(180deg);
}


.btn_slider i{
  font-size: 17px;
  background: #00000026;
  width: 35px;
  display: flex;
  height: 35px;
  border-radius: 50px;
  transition: 0.2s all;
  justify-content: center;
  align-items: center;
}

.btn_slider_g i{
  font-size: 17px;
  background: #00000026;
  width: 35px;
  display: flex;
  height: 35px;
  border-radius: 50px;
  transition: 0.2s all;
  justify-content: center;
  align-items: center;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 7px !important;
    font-weight: 600;
}

.swiper-button-next, .swiper-button-prev {
	position: relative !important;
	top: 0px !important;
	width: 25px !important;
	background: linear-gradient(180deg, #c54c4c 30%, #fa5c5c 100%);
	margin-top: 0px !important;
	border-radius: 50px;
	transition: 0.2s;
	height: 25px !important;
	color: #ffffff !important;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 0.5;
}

.btns_nav_un_slider {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pag_slider {
display: flex;
    top: -90px;
    justify-content: center;
    margin-left: 60px;
    margin-right: auto;
    width: fit-content;
    background: #1318214f;
    backdrop-filter: blur(2px);
    position: relative;
    z-index: 1;
    border-radius: 50px;
    border: solid 1px #1d2436;
    padding: 5px 0px;
    align-items: center;
}

.swiper {
			width: 100%;
			transition: 0.2s;
			!i;!;
			height: 450px;
			margin-bottom: 20px;
			border-radius: 20px;
		}

		.swiper-pagination-bullet {
		    transition: width 150ms ease-in-out;
		}
		.swiper-pagination-bullet-active {
		  width: 40px !important;
		 background: linear-gradient(23deg, #e14b4b 0%, #fa7171 55%) !important;!i;!;
		  border-radius: 100vh !important;
		}

		.swiper-pagination-bullet {
		    width: 6px;
		    height: 8px !important;
		    display: inline-block;
		   	background: linear-gradient(23deg, #e04b4b 0%, #fc5e5e 55%);
		    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
		    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
		}

		.swiper-pagination {
		    width: fit-content !important;
		    top: 0px !important;
		    position: relative !important;
		    border-radius: 50px;
		    margin: 0px 10px;
		    padding: 5px;
		}

		.swiper-slide {
			text-align: center;
			font-size: 18px;
			display: flex !important;
			height: 450px !important;!i;!;
			background: #3c4049;
			padding-left: 60px;
			border-radius: 20px;
			background-size: cover;
			justify-content: flex-start;
		}

		.swiper-slide img {
			display: block;
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

		.autoplay-progress {
      position: absolute;
      right: 1rem;
      top: 1rem;
      z-index: 10;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      color: var(--swiper-theme-color);
    }

    .autoplay-progress svg {
      --progress: 0;
      --seconds: 0;
      position: absolute;
      left: 0;
      top: 0px;
      z-index: 10;
      width: 100%;
      border-radius: 50px;
      background: #00000024;
      height: 100%;
      stroke-width: 3.4px;
      stroke: #c86767;
      fill: none;
      transform: rotate(-90deg);
    }


		.autoplay-progress span {
			color: #ffffff;
			font-weight: 600;
		}

		.animate-progress {
			stroke-dasharray: 125.66;
			stroke-dashoffset: 0;
			animation-name: rotate;
			animation-duration: var(--seconds);
			animation-timing-function: linear;
		}

		@keyframes rotate {
			to {
				stroke-dashoffset: -125.66;
			}
		}
/* slider */