/* SLIDER */
#slider {
  position: relative;
  padding: 0px;
}
.carousel-caption {
  position: unset !important;
  bottom: 0px;
  top: 0px;
  height: fit-content;
  margin: auto;
}
.slider-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.slider-main-image{
  height: 800px;
  width: 100%;
  clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 63.24%);
}
.slider-main-image:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
}
#slidemainbox{
  top: -5%;
  position: absolute;
}
.slide-small-heading{
  color: var(--yellow);
  font: normal normal bold 19px / 30px var(--pri-font);
}
.slider-para {
  width: 65%;
  margin: auto;
}
.slider-box{
  padding: 0px 20px;
}
.slidemainbox-col1 {
  position: relative;
  z-index: 3;
  padding: 25% 20px;
}
.slide-heading-one {
  /* background: linear-gradient(-225deg, var(--purple) 0%, #5f5f5f 49%, var(--blue) 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 15s linear infinite; */
}
@keyframes textclip{
  100% {
    background-position: 200% center;
  }
}
a.slider-btn.btn {
  /* padding: 14px 40px; */
}
a.slider-btn.btn:hover {
  color: var(--white);
}
.slider-image-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 600px;
  height: 700px;
  border-radius: 50%;
}
.slider-image-box img{
  width: 100%;
  height: 100%;
}
.slider-inner-border-one{
  border: 1px solid #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 680px;
  height: 680px;
  margin: auto;
  bottom: 0;
  border-radius: 50%;
  filter: brightness(0.3);
  z-index: -1;
}

.slider-inner-border-two {
  border: 1px solid #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 750px;
  height: 750px;
  margin: auto;
  bottom: 0;
  border-radius: 50%;
  filter: brightness(0.2);
  z-index: -1;
}
.slider-inner-border-three {
  border: 1px solid #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 830px;
  height: 830px;
  margin: auto;
  bottom: 0;
  border-radius: 50%;
  filter: brightness(0.2);
  z-index: -1;
}
#slider .slider-circle-img {
  position: absolute;
  width: 650px;
  height: 630px;
  margin: auto;
  top: 0%;
  bottom: 0;
  animation: spin 90s linear infinite;
}
@keyframes rotateAnimation {
	from {transform: rotateY(45deg);}
	to {transform: rotateY(225deg);}
}
.slider-circle-img img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}








.slider-left-outer-circle-one {
  position: absolute;
  top: 17%;
  width: 60px;
  height: 60px;
  background: transparent;
  border-radius: 50%;
  left: 27%;
  animation: bouncess 2s ease-in-out 0s infinite alternate;
  animation-delay: 0.2s;
}
.slider-left-outer-circle-one:after {
  content: '';
  width: 103%;
  height: 103%;
  position: absolute;
  top: -1px;
  left: -1px;
  right: 0px;
  border-radius: 50%;
  z-index: -1;
  padding: 1px;
  background: linear-gradient(90deg, var(--purple) 0%, var(--black) 49%, var(--blue) 100%);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}


@keyframes sp{
  0% {
    transform: translate(0px, 0px);
  }
  65% {
      transform: translate(10px, 10px);
  }
  100% {
      transform: translate(0, -0px);
  }
}


.slider-left-outer-circle-two {
  position: absolute;
  top: 30%;
  width: 200px;
  height: 200px;
  background: transparent;
  border-radius: 50%;
  left: -2%;
  animation: bouncess 2s ease-in-out 0s infinite alternate;
  animation-delay: 3s;
}
.slider-left-outer-circle-two:after {
  content: '';
  width: 103%;
  height: 103%;
  position: absolute;
  top: -2px;
  left: -3px;
  right: 0px;
  border-radius: 50%;
  z-index: -1;
  padding: 1px;
  background: linear-gradient(90deg, var(--purple) 0%, var(--black) 49%, var(--blue) 100%);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}


.slider-left-outer-circle-three {
  position: absolute;
  bottom: 28%;
  width: 90px;
  height: 90px;
  background: transparent;
  border-radius: 50%;
  left: 15%;
  /* animation: bouncess 2s ease-in-out 0s infinite alternate;
  animation-delay: 0.2s; */

  -webkit-animation: sp 4s linear infinite;
    animation: sp 4s linear infinite;
}
.slider-left-outer-circle-three:after {
  content: '';
  width: 103%;
  height: 103%;
  position: absolute;
  top: -2px;
  left: -2px;
  right: 0px;
  border-radius: 50%;
  z-index: -1;
  padding: 1px;
  background: linear-gradient(90deg, var(--purple) 0%, var(--black) 49%, var(--blue) 100%);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}




@keyframes bouncess{
  0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
  }
  100% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-15px);
  }
}


.slider-right-outer-circle-one {
  position: absolute;
  top: 24%;
  width: 110px;
  height: 110px;
  background: transparent;
  border-radius: 50%;
  right: 16%;
  animation: bouncess 1.5s ease-in-out 0s infinite alternate;
  animation-delay: 0.2s;
}
.slider-right-outer-circle-one:after {
  content: '';
  width: 103%;
  height: 103%;
  position: absolute;
  top: -2px;
  left: -2px;
  right: 0px;
  border-radius: 50%;
  z-index: -1;
  padding: 1px;
  background: linear-gradient(90deg, var(--purple) 0%, var(--black) 49%, var(--blue) 100%);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.slider-right-outer-circle-two {
  position: absolute;
  bottom: 35%;
  width: 70px;
  height: 70px;
  background: transparent;
  border-radius: 50%;
  right: 18%;
  /* animation: bouncess 1s ease-in-out 0s infinite alternate;
  animation-delay: 0.4s; */

  -webkit-animation: sp 3s linear infinite;
    animation: sp 3s linear infinite;
}
.slider-right-outer-circle-two:after {
  content: '';
  width: 105%;
  height: 105%;
  position: absolute;
  top: -2px;
  left: -2px;
  right: 0px;
  border-radius: 50%;
  z-index: -1;
  padding: 1px;
  background: linear-gradient(90deg, var(--purple) 0%, var(--black) 49%, var(--blue) 100%);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}


.slider-right-outer-circle-three {
  position: absolute;
  bottom: 28%;
  width: 130px;
  height: 130px;
  background: transparent;
  border-radius: 50%;
  right: 1%;
  animation: bouncess 2s ease-in-out 0s infinite alternate;
  animation-delay: 0.3s;
}
.slider-right-outer-circle-three:after {
  content: '';
  width: 103%;
  height: 103%;
  position: absolute;
  top: -2px;
  left: -3px;
  right: 0px;
  border-radius: 50%;
  z-index: -1;
  padding: 1px;
  background: linear-gradient(90deg, var(--purple) 0%, var(--black) 49%, var(--blue) 100%);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}
