.hr-about-section{
	background-color: var(--color-3);
	position: relative;
}
.hr-ab-img{
	position: relative;
}
.hr-about-section .line-1, .hr-about-section .line-2 {
    position: absolute;
    top: 0;
}
.hr-about-section .line-1 {
    left: 40%;
}
.hr-about-section .line-2 {
    left: 25%;
}
/*.hr-about-section .imageSwiper{
	padding-left: 50px;
}*/
.imageSwiper .swiper-wrapper .swiper-slide{
	width: 100%!important;
}
.custom-swiper-arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 20px;
}
.custom-prev, .custom-next {
  /*background-color: rgba(0, 0, 0, 0.5);*/
  color: #fff;
  padding: 10px 14px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
}
.custom-prev{
	top: 8px;
  position: relative;
  left: 5px;
}
.custom-next{
	right: 50px;
  position: relative;
  top: 40px;
}
.custom-prev:hover, .custom-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.custom-prev i, .custom-next i {
  font-size: 30px;
}
.section-after {
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: auto;
}
.ballimg {
    animation: rotateShape 10s linear infinite;
    position: absolute;
    z-index: 2;
    bottom: 4%;
    left: 6%;
}
.rocketimg{
    animation: shapePluse 6s linear infinite;
    position: absolute;
    top: 17%;
    left: 6%;
    z-index: 2;
    width: 110px;
}
.starimg{
    position: absolute;
    display: block;
    z-index: 2;
    animation: rotateShape 10s linear infinite;
    right: 5%;
    bottom: 22%;
}
@keyframes rotateShape {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes shapePluse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 1600px) {
    .ballimg,.rocketimg,.starimg {
        display: none !important;
    }
}
@media(max-width:767.98px){
	.imageSwiper img{
		width: 100%;
	}
	.custom-prev{
		top: 0px;
	  position: relative;
	  left: 0px;
	}
	.custom-next{
		right: 0px;
	  position: relative;
	  top: 0px;
	}
}