body {
  background: #1f1b48;
  overflow-x: hidden;
}

.about-content {
  width: 80%;
  margin: -10px auto;
  padding: 100px 10%;
  background: #090909;
  position: relative;
  margin-bottom: 150px;
  color: #fff;
  text-align: center;
}

.about-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: hidden;
}

.about-content h1 {
  display: inline-block;
  border-bottom: 4px solid #f600ff;
  margin: 20px 0;
  font-size: 25px;
  line-height: 27px;
}

.about-content h2 {
  font-size: 20px;
  line-height: 23px;
}

.about-content h2 sup {
  color: #f600ff;
  opacity: 0.8;
}

.about-content .about-content-end {
  left: 0;
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: -150px;
  z-index: -1;
  background: linear-gradient(#090909, transparent);
}

.seperate-frame {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.sframe {
  width: 39%;
  min-width: 300px;
  padding: 10px 5%;
  text-align: center;
}

.about-imagesContainer {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.about-imagesContainer .image-cont {
  margin: 5px;
  max-width: 100%;
}

.about-imagesContainer .image-cont .image {
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 5px;
  margin: 0 auto;
}

.about-imagesContainer .image-cont .image .img-cont {
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  overflow: hidden;
  transition: width .2s, height .2s;
  border-radius: 5px;
}

.about-imagesContainer .image-cont .image .img-cont:hover {
  width: 105%;
  height: 105%;
  z-index: 999;
}

.about-imagesContainer .image-cont .image .img-cont img {
  width: 100%;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
  position: absolute;
}

.about-imagesContainer .image-cont .image .img-cont .img-overlay {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.3));
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity .2s;
}

.about-imagesContainer .image-cont .image .img-cont:hover .img-overlay {
  opacity: 0.5;
}

.team-cont {
  width: 90%;
  margin: 0 auto;
  margin-bottom: -200px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.team-cont .sep {
  width: 100%;
}

.team-member {
  width: 250px;
  box-sizing: border-box;
  padding: 10px;
  margin: 10px 5px;
}

.team-member-avatar-cont {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  justify-content: center;
}

.team-member-avatar {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  border: 4px solid #f600ff;
  position: relative;
  overflow: hidden;
}

.team-member-avatar img {
  height: 100%;
  width: 100%;
}

.team-member-text-cont {
  width: 100%;
  text-align: center;
}

.view-all-team a {
  font-weight: 700;
  font-size: 25px;
  color: #fff;
}

.partners-cont {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.partner {
  width: 150px;
  height: 150px;
  margin: 10px 50px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partner img {
  width: 100%;
}

/* Circle Sun Effect START */
#csun1 {
  left: -80px;
  top: 30%;
}

#csun2 {
  right: -80px;
  top: 60%;
}

#csun3 {
  left: -20px;
  bottom: 0;
}

.csun {
  width: calc(100px + 5vw);
  height: calc(100px + 5vw);
  border-radius: 50%;
  position: absolute;
  overflow: hidden;
}

.csun:nth-of-type(1) {
  width: calc(150px + 5vw);
  height: calc(150px + 5vw);
}

.csun .cline {
  width: 100%;
  background: white;
  height: 25%;
  position: absolute;
  background: linear-gradient(#d900ff, #e012e9);
  top: 0;
  animation-name: CLine;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.csun .cline:nth-of-type(1) {
  animation-name: none;
  z-index: 2;
}

.csun .cline:nth-of-type(3) {
  animation-delay: -0.7s;
}

.csun .cline:nth-of-type(4) {
  animation-delay: -1.4s;
}

.csun .cline:nth-of-type(5) {
  animation-delay: -2.1s;
}

.csun .cline:nth-of-type(6) {
  animation-delay: -2.8s;
}

@keyframes CLine {
  0% {
    top: 0;
    height: 25%;
    background: #d900ff;
  }

  100% {
    top: 100%;
    height: 5%;
    background: #ff5a90;
  }
}

/* Circle Sun Effect END */
/* Footer Grid Line Animation START */
#footerAnim {
  position: relative;
  height: 300px;
  overflow: hidden;
}

#footerAnim2 {
  position: relative;
  min-height: 800px;
  width: 100%;
  overflow: hidden;
}

#footerAnim .line, #footerAnim2 .line {
  position: absolute;
  top: 0;
  background: #fff;
  transform-origin: top;
  background: linear-gradient(rgba(246, 0, 255, 1), rgba(246, 0, 255, 0.5));
}

#footerAnim2 .line {
  background: linear-gradient(rgba(246, 0, 255, 0.5), rgba(246, 0, 255, 0));
}

#footerAnim .nline, #footerAnim2 .nline {
  position: absolute;
  top: 100%;
  width: 100%;
  background: #f600ff;
  height: 1px;
  animation-name: Line;
  animation-duration: 8s;
  animation-timing-function: ease-in;
}

#footerAnim .bluredCircle {
  width: 100%;
  height: 400px;
  position: absolute;
  top: -150px;
  animation-name: blur;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

#footerAnim .bluredCircle img {
  width: 100%;
  height: 100%;
}

#footerAnim2 .nline {
  animation-name: Line2;
  animation-duration: 8s;
  animation-timing-function: linear;
}

.glfooterContent {
  margin-top: 200px;
  text-align: center;
  position: relative;
  z-index: 5;
  color: white;
}

@keyframes Line {
  0% {
    top: 0;
    opacity: 1;
    display: block;
  }

  99% {
    top: 100%;
    opacity: 0.4;
    display: block;
  }

  100% {
    display: none;
  }
}

@keyframes Line2 {
  0% {
    top: 0;
    opacity: 0.4;
    display: block;
  }

  99% {
    top: 100%;
    opacity: 0;
    display: block;
  }

  100% {
    display: none;
  }
}

@keyframes blur {
  0% {
    opacity: .8;
  }

  40% {
    opacity: .5;
  }

  50% {
    opacity: .9;
  }

  80% {
    opacity: .6;
  }

  100% {
    opacity: .8;
  }
}

/* Footer Grid Line Animation END */