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

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

.swiper-button-next, .swiper-button-prev {
    position: relative !important;
    top: 0px !important;
    width: 22px !important;
    background: linear-gradient(7deg, #4e4e61 0%, #5f5f75 55%);
    margin-top: 0px !important;
    border-radius: 50px;
    transition: 0.2s;
    height: 22px !important;
    color: #abacc4 !important;
}

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

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

.h1_slider_text {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	color: rgb(255 255 255);
}

.h2_slider_text {
    color: #ffffff !important;
	font-weight: 600;
	font-size: 13px;
	text-align: left;
	line-height: 18px;

}

.btn_slider {
  text-shadow: #00000038 1px 0 10px;
  height: 55px;
  background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #1d3670 0, #38644f 100%));
  box-shadow: 0 0 30px #4ddc9724;
  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 !important;!i;!;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.btn_slider:hover {
  opacity: 0.7;
}

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

.btn_sliderr {
  text-shadow: #00000038 1px 0 10px;
  height: 55px;
  background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #ff5c5c 0, #a23131 100%));
  box-shadow: 0 0 30px #ef555557;
  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 !important;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.btn_sliderr:hover {
  opacity: 0.7;
}

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

.btn_sliderr 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 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_three i{
  font-size: 22px;
}

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




.btn_slider_faq {
  text-shadow: #00000038 1px 0 10px;
  height: 55px;
  background: linear-gradient(34deg, #5050a6 0%, #7979eb 65%);
  box-shadow: 0 0 30px #7979ea8a;
  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 !important;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.btn_slider_faq:hover {
  opacity: 0.7;
}

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

.btn_slider_faq 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 {
    transition: 0.2s;
    height: 350px;
    border-radius: 20px;
    margin-bottom: 30px;
}

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

.swiper-pagination-bullet {
    width: 6px;
    height: 8px !important;
    background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%)) !important;
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

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

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex !important;
    background: #2e303a;
    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;
    bottom: 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: #67c89b;
    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-dashof