.design-banner-description-author { color: #fff; font-size: 22px; font-family: var(--miko-font); }
.design-banner-title-author { text-transform: uppercase; font-size: 28px; font-family: 'Montserrat'; opacity: 0.5; font-weight: bold; color: #fff; margin-bottom: 0.8rem; }


.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.design-banner-contain {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
.design-banner-contain:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(
    70deg,
    rgba(27, 193, 193, 1) 40%,
    rgba(112, 239, 209, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    70deg,
    color-stop(40%, 1bc1c1),
    color-stop(100%, 70efd1)
  );
  background: -webkit-linear-gradient(
    70deg,
    rgba(27, 193, 193, 1) 40%,
    rgba(112, 239, 209, 0) 100%
  );
  background: -o-linear-gradient(
    70deg,
    rgba(27, 193, 193, 1) 40%,
    rgba(112, 239, 209, 0) 100%
  );
  background: -ms-linear-gradient(
    70deg,
    rgba(27, 193, 193, 1) 40%,
    rgba(112, 239, 209, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
  background: linear-gradient(
    70deg,
    rgba(27, 193, 193, 1) 40%,
    rgba(112, 239, 209, 0) 100%
  );
  left: 0;
  top: 0;
}
.design-banner-info {
  position: absolute;
  top: 50%;
  left: 7.5rem;
  width: 40%;
  word-break: break-word;
  transform: translate(0, -50%);
  z-index: 1005;
}
.design-banner-title {
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Montserrat";
  opacity: 0.5;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.8rem;
}
.design-banner-description {
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  font-family: var(--miko-font);
}

.about-group-2 {
  margin-top: -7%;
  position: relative;
  text-align: center;
  margin-bottom: 3rem;
}
.about-group-2-img {
  text-align: center;
  margin-bottom: 2rem;
}
.about-group-2__title {
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Montserrat";
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  margin-bottom: 1rem;
}
.about-group-2__name {
  font-family: var(--miko-font);
  font-size: 36px;
  font-weight: 100;
  color: #000;
  margin-bottom: 2rem;
}
.about-group-2__desc {
  font-size: 0.875rem;
  font-family: var(--miko-font);
  color: #000;
  margin: auto;
}
.about-group-2__content {
  max-width: 640px;
  margin: 2rem auto 0;
  padding: 0 10px;
}

.about-group-3 {
  margin-bottom: 4rem;
}
.about-group-3 .center-layout-2 {
  display: flex;
  justify-content: space-between;
}

.about-group-3__left {
  width: 38.0859375%;
  margin-top: 3rem;
}
.about-group-3__right {
  width: 53.7109375%;
}
.about-group-3__right img {
  border-radius: 15px;
}
.about-group-3__title {
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Montserrat";
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.about-group-3__name {
  font-family: var(--miko-font);
  font-size: 36px;
  font-weight: 100;
  color: #000;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.about-group-3__list {
  font-size: 0.875rem;
  font-family: var(--miko-font);
  color: #000;
  padding-left: 15px;
  margin-bottom: 3rem;
}
.about-group-3__list li {
  margin-bottom: 8px;
}

.swiper-about-item {
  position: relative;
  z-index: 1009;
}
.about-group-4__title {
  font-family: var(--miko-font);
  font-size: 36px;
  font-weight: 100;
  color: #000;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  text-align: center;
}
.about-group-4-items {
  text-align: center;
  position: relative;
  padding-bottom: 30px;
  padding-top: 40px;
}
.swiper-about-item:nth-child(even) {
  margin-top: 10rem;
}
.about-group-4-items__info {
  display: inline-block;
  background: radial-gradient(
    circle at center,
    rgb(0 0 0 / 10%),
    rgb(31 193 193 / 70%) 100%
  );
  padding: 10px;
  border-radius: 15px;
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 70%;
  opacity: 0;
  transition: all ease 0.5s;
  backdrop-filter: blur(10px);
  transition-delay: 0.2s;
  z-index: 3;
}
.about-group-4-items__name {
  color: #fff;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 18px;
  font-family: "Montserrat";
}
.about-group-4-items__position {
  color: #fff;
  font-size: 12px;
  font-family: var(--miko-font);
}
.swiper-about-item:hover .about-group-4-items__info {
  opacity: 1;
  bottom: 10px;
}
.about-group-4 .swiper-slide {
  max-width: 330px;
}

.about-group-4--mobile {
  display: none;
}

.about-group-4-items__image {
  width: 92%;
  display: inline-block;
  border-radius: 50%;
  padding-top: 92%;
  position: relative;
  z-index: 2;
}
.about-group-4-items__image::before {
  content: "";
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background: linear-gradient(45deg, #1bc1c1, #70efd1);
  position: absolute;
  bottom: -50px;
  right: 20px;
  transition: all ease 1s;
  opacity: 0;
  transition-delay: 0.2s;
  animation: balloon 2s linear 0s infinite alternate;
}
.about-group-4-items__image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #ebebeb;
  border-radius: 50%;
  transition: background linear 1s;
  z-index: -1;
}
.about-group-4-items__image span {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  text-align: center;
  height: 100%;
  overflow: hidden;
  border-radius: 0% 0% 50% 50%;
  padding-top: 20px;
  transition: all ease 0.8s;
}
.about-group-4-items__image span::after {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(45deg, #1bc1c1, #70efd1);
  position: absolute;
  top: 100px;
  left: 20px;
  transition: all ease 1s;
  opacity: 0;
  transition-delay: 0.4s;
  animation: balloon 3s linear 0.5s infinite alternate;
}
.about-group-4-items__image span::before {
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: linear-gradient(45deg, #1bc1c1, #70efd1);
  position: absolute;
  top: 60px;
  right: 40px;
  transition: all ease 1s;
  opacity: 0;
  transition-delay: 0.6s;
  animation: balloon 4s linear 1s infinite alternate;
}
.swiper-about-item:hover .about-group-4-items__image span {
  top: -30px;
  padding-top: 0;
  overflow: hidden;
  border-radius: 0 0 50% 50%;
  height: calc(100% + 30px);
}
.swiper-about-item:hover .about-group-4-items__image span img {
}
.swiper-about-item:hover .about-group-4-items__image::before {
  opacity: 1;
  bottom: 0px;
}
.swiper-about-item:hover .about-group-4-items__image span::after {
  opacity: 1;
  top: 60px;
}
.swiper-about-item:hover .about-group-4-items__image span::before {
  opacity: 1;
  top: 10px;
}
.swiper-about-item:hover .about-group-4-items__image::after {
  background: linear-gradient(45deg, #faf5f0, #70efd1);
}

@keyframes balloon {
  to {
    transform: translateY(20px);
  }
}
@keyframes balloon1 {
  0% {
    transform: rotate(180deg);
    border-radius: 40% 50% 43% 48%;
  }
  50% {
    transform: rotate(360deg);
    border-radius: 50% 40% 45% 50%;
  }
  100% {
    transform: rotate(0deg);
    border-radius: 50%;
  }
}
.swiper-about-item {
  animation-name: balloon;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-delay: 0s;
}
.swiper-about-item:nth-child(1),
.swiper-about-item:nth-child(7),
.swiper-about-item:nth-child(9),
.swiper-about-item:nth-child(15) {
  animation-duration: 2s;
}
.swiper-about-item:nth-child(2),
.swiper-about-item:nth-child(5),
.swiper-about-item:nth-child(11),
.swiper-about-item:nth-child(14) {
  animation-duration: 3s;
}
.swiper-about-item:nth-child(3),
.swiper-about-item:nth-child(6),
.swiper-about-item:nth-child(8),
.swiper-about-item:nth-child(13) {
  animation-duration: 4s;
}
.swiper-about-item:nth-child(4),
.swiper-about-item:nth-child(10),
.swiper-about-item:nth-child(12),
.swiper-about-item:nth-child(16) {
  animation-duration: 5s;
}

.swiper-about-item .about-group-4-items__image::after {
  animation-name: balloon1;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.swiper-about-item:nth-child(1) .about-group-4-items__image::after,
.swiper-about-item:nth-child(7) .about-group-4-items__image::after,
.swiper-about-item:nth-child(9) .about-group-4-items__image::after,
.swiper-about-item:nth-child(15) .about-group-4-items__image::after {
  animation-duration: 15s;
  animation-delay: 0s;
}
.swiper-about-item:nth-child(2) .about-group-4-items__image::after,
.swiper-about-item:nth-child(5) .about-group-4-items__image::after,
.swiper-about-item:nth-child(11) .about-group-4-items__image::after,
.swiper-about-item:nth-child(14) .about-group-4-items__image::after {
  animation-duration: 13s;
  animation-delay: 0.5s;
}
.swiper-about-item:nth-child(3) .about-group-4-items__image::after,
.swiper-about-item:nth-child(6) .about-group-4-items__image::after,
.swiper-about-item:nth-child(8) .about-group-4-items__image::after,
.swiper-about-item:nth-child(13) .about-group-4-items__image::after {
  animation-duration: 12s;
  animation-delay: 0.3s;
}
.swiper-about-item:nth-child(4) .about-group-4-items__image::after,
.swiper-about-item:nth-child(10) .about-group-4-items__image::after,
.swiper-about-item:nth-child(12) .about-group-4-items__image::after,
.swiper-about-item:nth-child(16) .about-group-4-items__image::after {
  animation-duration: 11s;
  animation-delay: 0.2s;
}

.about-group-5 {
  padding: 4.375rem 0;
}
.about-group-5 .center-layout-2 {
  display: flex;
  justify-content: space-between;
}
.about-group-5__left {
  width: 38.0859375%;
  margin-top: 3rem;
}
.about-group-5__right {
  width: 53.7109375%;
}
.about-group-5__right img {
  border-radius: 15px;
}
.about-group-5__title {
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Montserrat";
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.about-group-5__name {
  font-family: var(--miko-font);
  font-size: 36px;
  font-weight: 100;
  color: #000;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.about-group-5__desc {
  font-size: 0.875rem;
  font-family: var(--miko-font);
  color: #000;
  margin-bottom: 3rem;
}

.about-group-6 {
  position: relative;
  text-align: right;
}
.about-group-6-img {
  position: relative;
  margin: 0;
  display: block;
  text-align: right;
}
.about-group-6-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(
    90deg,
    #faf5f0 30%,
    rgba(112, 239, 209, 70%) 50%,
    rgba(112, 239, 209, 0%) 100%
  );
  background: -webkit-gradient(
    linear,
    90deg,
    color-stop(30%, FAF5F0),
    color-stop(50%, 70efd1),
    color-stop(100%, 70efd1)
  );
  background: -webkit-linear-gradient(
    90deg,
    #faf5f0 30%,
    rgba(112, 239, 209, 70%) 50%,
    rgba(112, 239, 209, 0%) 100%
  );
  background: -o-linear-gradient(
    90deg,
    #faf5f0 30%,
    rgba(112, 239, 209, 70%) 50%,
    rgba(112, 239, 209, 0%) 100%
  );
  background: -ms-linear-gradient(
    90deg,
    #faf5f0 30%,
    rgba(112, 239, 209, 70%) 50%,
    rgba(112, 239, 209, 0%) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
  background: linear-gradient(
    90deg,
    #faf5f0 30%,
    rgba(112, 239, 209, 70%) 50%,
    rgba(112, 239, 209, 0%) 100%
  );
}
.about-group-6__content {
  position: absolute;
  top: 0;
  text-align: left;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.about-group-6__title {
  font-family: var(--miko-font);
  font-size: 36px;
  font-weight: 100;
  color: #000;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.about-group-6__main {
  display: inline-block;
  max-width: 40%;
  margin-top: 6rem;
}
.about-group-6-items {
  background: #fff;
  border-radius: 40px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
  color: #1fc1c1;
  font-family: "Montserrat";
  text-align: center;
  padding: 10px 5px;
}

.about-group-7 {
  position: absolute;
  width: 100%;
  background: linear-gradient(to top, rgb(255 255 255) 50%, transparent);
  bottom: 0;
  left: 0;
  z-index: 1009;
}
