/* ------------------ CSS by Sadhana ------------------ */
.container-position {
  position: relative;
  top: -195px;
}
.bg-image {
  position: absolute;
  z-index: -1;
  opacity: 0.7;
}
.bg-image.kiwi-bg01 {
  left: -50px;
  top: 42%;
  width: 450px;
  animation: zoom-in-out 1s ease infinite;
}
.bg-image.kiwi-bg02 {
  right: 20%;
  top: 2%;
  width: 350px;
  animation: zoom-in-out 1s ease infinite;
}
.bg-image.kiwi-bg03 {
  left: 40%;
  top: 60%;
  width: 300px;
}
.bg-image.kiwi-bg04 {
  left: 6px;
  top: 42%;
  width: 350px;
  animation: zoom-in-out 1s ease infinite;
}
.bg-image.kiwi-bg05 {
  right: 4%;
  top: 43%;
  width: 300px;
  animation: zoom-in-out 1s ease infinite;
  z-index: 1;
}

.bg-image.kiwi-bg06 {
  left: 40%;
  top: 56%;
  width: 500px;
  animation: zoom-in-out 1s ease infinite;
}

.bg-image.kiwi-bg07 {
  left: 0;
  top: 70%;
  width: 300px;
  animation: zoom-in-out 1s ease infinite;
}
.bg-image.kiwi-bg08 {
  left: 40%;
  top: 82%;
  width: 500px;
  animation: zoom-in-out 1s ease infinite;
}
.bg-image.kiwi-bg09 {
  left: 0;
  top: 95%;
  width: 300px;
  animation: zoom-in-out 1s ease infinite;
}
.flex-align {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
.top-buffer {
  margin-top: 100px;
}
.heading2 {
  font-size: 60px;
  font-weight: var(--font-weight-SemiBold);
  color: var(--color-000000);
  padding: 0 90px;
  position: relative;
  z-index: 1;
  margin-top: 280px;
}
.service-headtxt .text-anim div {
  display: inline-block;
}
.rectangle_service {
  margin: 0 auto;
  border-radius: 30px;
  height: 540px;
}
.rectangle_service--green {
  background: radial-gradient(#97bf1e, #688908);
  ;
}
.rectangle_service--yellow {
  background: linear-gradient(45deg, #ffe78a, #d6ad10, #fad02c);
  overflow: hidden;
}
.rectangle_service--blue {
  background: radial-gradient(#0728f5, #00042c);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.rectangle_service--coffee {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  opacity: 0;
  position: absolute;
  margin: -50px -102% 0;
  width: 100%;
}
.rectangle_service--grey {
  background: radial-gradient(rgba(62, 62, 62, 1), rgba(67, 67, 67, 1));
  background-size: cover;
  overflow: hidden;
}
.service-title {
  font-size: var(--font-size-40);
  line-height: var(--line-height-40);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 10px;
}
.service-title--grren {
  color: var(--color-97bf1e);
}
.service-title--yellow {
  color: var(--color-fad02c);
}
.service-title--blue {
  color: #2a339a;
}
.service-title--grey {
  color: #363636;
}
.coffee_cup1 img,
.coffee_cup2 img,
.coffee_cup3 img {
  width: 200px;
  height: 200px;
}
.coffee_cup1 {
  position: absolute;
  margin: 14px 0 63% 0;
  opacity: 0;
}
.coffee_cup2 {
  position: absolute;
  margin: 18% 0 0 34%;
  opacity: 0;
}
.coffee_cup3 {
  position: absolute;
  margin: 39% 0 0 67%;
  opacity: 0;
}
.rectangle_service .text {
  font-size: var(--font-size-18);
  font-weight: 500;
  color: var(--color-825200);
}
.rectangle_service .text--stronger {
  font-size: var(--font-size-35);
  margin: 8px 0 0 88px;
  width: 35%;
  color: var(--color-fad02c);
  text-align: right;
  text-shadow:
    0 0 0px #ffdb4e,
    0 0 1px #ffdb4e,
    0 0 1px #ffdb4e,
    0 0 3px #825200,
    0 0 1px #825200,
    0 0 3px #825200,
    0 0 3px #825200,
    0 0 3px #825200;
  position: absolute;
  bottom: 12%;
  opacity: 0;
}
.rectangle_service .text--social {
  font-size: var(--font-size-26);
  font-weight: 500;
  color: var(--color-825200);
  width: 55%;
  text-align: center;
  position: absolute;
  bottom: 20%;
  opacity: 0;
}
.emoji {
  position: absolute;
  z-index: 9;
  width: 100px;
  height: 100px;
  display: flex;
  background-color: transparent;
  align-items: center;
  left: 75%;
  top: -44%;
  justify-content: center;
}
.emoji .eye {
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: #fff;
  opacity: 0.7;
  border-radius: 50%;
}
.emoji .eye:nth-child(1) {
  left: 15px;
  top: 20px;
}
.emoji .eye:nth-child(2) {
  right: 15px;
  top: 20px;
}
.emoji .eye .pupil {
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -5px;
  margin-left: -5px;
}
.emoji .lips {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  border: 4px solid #000;
  border-color: transparent transparent #759708 transparent;
}
.masked-image {
  position: absolute;
  object-fit: cover;
  top: 0;
  right: 0;
  padding: 0;
  width: 100%;

}
.masked-image div span {
  text-transform: uppercase;
  display: none;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.animated-text {
  color: var(--color-825200);
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 8px;
  margin-bottom: 20px;
  position: relative;
  animation-name: animated-text;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
.kiwi-coffee {
  position: absolute;
  width: 92%;
  z-index: 1;
  right: 70px;
  top: 1168px;
}
.rectangle_service--coffee img {
  width: 40%;
}
.with {
  margin: 50px auto 0;
  opacity: 0;
  text-align: center;
}
@keyframes animated-text {
  0% {
    margin-bottom: -40px;
  }
  30% {
    letter-spacing: 25px;
    margin-bottom: -40px;
  }
  85% {
    letter-spacing: 8px;
    margin-bottom: -40px;
  }
  100% {
    margin-bottom: 20px;
  }
}
@keyframes mask-move {
  0%,
  30% {
    mask-size: 0% 0%;
  }
  70%,
  100% {
    mask-size: 160vmax 160vmax;
  }
}

.topTobottom {
  animation: linear;
  animation-name: topTobottom;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.topTobottom2 {
  animation: linear;
  animation-name: topTobottom2;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.bottomTotop {
  animation: linear;
  animation-name: bottomTotop;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.bottomTotop2 {
  animation: linear;
  animation-name: bottomTotop2;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.bottomTotop3 {
  animation: linear;
  animation-name: bottomTotop3;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.run {
  animation: linear;
  animation-name: run;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.run2 {
  animation: linear;
  animation-name: run2;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.run3 {
  animation: linear;
  animation-name: run3;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.kiwiCup {
  animation: linear;
  animation-name: kiwiCup;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.runOpacity {
  animation: linear;
  animation-name: runOpacity;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes topTobottom {
  0% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 75%;
    opacity: 1;
  }
}

@keyframes topTobottom2 {
  0% {
    bottom: -20%;
    opacity: 0;
  }
  100% {
    bottom: 12%;
    opacity: 1;
  }
}

@keyframes bottomTotop {
  0% {
    right: 0;
    opacity: 0;
  }
  100% {
    right: 70%;
    opacity: 1;
  }
}

@keyframes bottomTotop2 {
  0% {
    right: 0;
    opacity: 0;
  }
  100% {
    right: 40%;
    opacity: 1;
  }
}

@keyframes bottomTotop3 {
  0% {
    right: -20%;
    opacity: 0;
  }
  100% {
    right: 10%;
    opacity: 1;
  }
}

@keyframes run {
  0% {
    /* bottom: 60%; */
    opacity: 1;
    right: 70%;
  }
  100% {
    right: 100%;
    opacity: 0;
  }
}
@keyframes run2 {
  0% {
    opacity: 1;
    right: 40%;
  }
  100% {
    right: 100%;
    opacity: 0;
  }
}
@keyframes run3 {
  0% {
    opacity: 1;
    right: 10%;
  }
  100% {
    right: 100%;
    opacity: 0;
  }
}
@keyframes runOpacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes kiwiCup {
  0% {
    right: 20%;
    opacity: 1;
  }
  50% {
    right: 60%;
    opacity: 1;
  }
  100% {
    right: 100%;
    opacity: 1;
  }
}
@keyframes animateVapour {
  0% {
    transform: translateY(0) scaleX(1);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  50% {
    transform: translateY(-150px) scaleX(5);
  }
  95% {
    opacity: 0;
  }
  100% {
    transform: translateY(-300px) scaleX(10);
  }
}
@keyframes zoom-in-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.02, 1.02);
  }
  100% {
    transform: scale(1, 1);
  }
}
/* -------------- Social media -------------- */
.social-media {
  position: relative;
  width: 300px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.menu-toggle {
  width: 100px;
  height: 100px;
  background-color: #2c359f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-18);
  cursor: pointer;
  transition: 1.5s;
  z-index: 99;
  color: #fff;
  transform: translate(0, 0);
}
.menu-toggle:before,
.menu-toggle:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #586ffa;
  border-radius: 50%;
}
.menu-toggle:before {
  animation: ripple 2s linear infinite;
}
.menu-toggle:after {
  animation: ripple 2s linear 1s infinite;
}
@keyframes ripple {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.social-media.active .menu-toggle {
  transform: rotate(360deg);
}
.social-media li {
  position: absolute;
  left: 20px;
  transform: rotate(0) translateX(105px);
  transform-origin: 130px;
  transition: 0.5s;
  transition-delay: calc(0.1s * var(--s));
}
.social-media:hover>li {
  opacity: 1;
}
/* .social-media:hover > li:not(:hover) {
      opacity:.5;
  } */
.social-media.active li {
  transform: rotate(calc((360deg / 5) * var(--s)));
}
.social-media.active li:hover a {
  color: var(--color);
}
.social-media li a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(calc(360deg / -5 * var(--s)));
  font-size: 22px;
  color: transparent;
  transition-delay: 1.5s;
}
.social-media.active li a {
  color: var(--color);
}
.social-media li a::before {
  position: absolute;
  content: '';
  width: 40px;
  height: 2px;
  background: var(--color);
  border: 2px solid var(--color);
  border-radius: 10px;
  transform: rotate(calc(360deg * var(--s))) translate(0, 70px);
  transition: width 0.5s, height 0.5s, tarnsform .5s;
  transition-delay: 1.5s, 1.5s, 1s;
  opacity: 0;
}
.social-media.active li a::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 2px solid var(--color);
  border-radius: 5px;
  box-shadow: 0 0 3px var(--color);
  transform: rotate(0);
  transition: width 0.1s, height 0.1s;
  transition-delay: 0.5s, 0.5s;
  opacity: 1;
}
.social-media.active li:hover a::before {
  box-shadow: 0 0 10px var(--color);
  width: 55px;
  height: 55px;
  transition-delay: .1s, .1s;
  transition: all 0.1s ease-out;
}
#bubbles {
  padding: 100px 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}
.bubble {
  width: 60px;
  height: 60px;
  background: #7883cb;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  position: absolute;
}
.bubble:before {
  font-family: bootstrap-icons !important;
  position: relative;
}
.x1 {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0.2;
  animation: moveclouds 15s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -webkit-animation: moveclouds 15s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -moz-animation: moveclouds 15s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -o-animation: moveclouds 15s linear infinite, sideWays 4s ease-in-out infinite alternate;
}
.x1:before {
  content: "\f344";
  color: #2f3aa8;
  font-size: 60px;
  top: 17px;
}
.x2 {
  left: 200px;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0.5;
  animation: moveclouds 25s linear infinite, sideWays 5s ease-in-out infinite alternate;
  -webkit-animation: moveclouds 25s linear infinite, sideWays 5s ease-in-out infinite alternate;
  -moz-animation: moveclouds 25s linear infinite, sideWays 5s ease-in-out infinite alternate;
  -o-animation: moveclouds 25s linear infinite, sideWays 5s ease-in-out infinite alternate;
}
.x2:before {
  content: "\f8db";
  color: #475df0;
  font-size: 40px;
  top: 16px;
  left: 12px;
}
.x3 {
  left: 350px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.3;
  animation: moveclouds 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -webkit-animation: moveclouds 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -moz-animation: moveclouds 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -o-animation: moveclouds 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
}
.x3:before {
  content: "\f437";
  color: #475df0;
  font-size: 40px;
  top: 16px;
  left: 12px;
}
.x4 {
  left: 470px;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  transform: scale(0.75);
  opacity: 0.35;
  animation: moveclouds 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -webkit-animation: moveclouds 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: moveclouds 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -o-animation: moveclouds 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
}
.x4:before {
  content: "\f663";
  color: #475df0;
  font-size: 50px;
  top: 16px;
  left: 6px;
}
.x5 {
  left: 150px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.3;
  animation: moveclouds 7s linear infinite, sideWays 1s ease-in-out infinite alternate;
  -webkit-animation: moveclouds 7s linear infinite, sideWays 1s ease-in-out infinite alternate;
  -moz-animation: moveclouds 7s linear infinite, sideWays 1s ease-in-out infinite alternate;
  -o-animation: moveclouds 7s linear infinite, sideWays 1s ease-in-out infinite alternate;
}
.x5:before {
  content: "\f472";
  color: #475df0;
  font-size: 40px;
  top: 16px;
  left: 10px;
}
.rectangle_service--blue .text--social1 {
  flex-basis: 100%;
  height: 0;
  margin: 0;
  color: #fff;
  margin-bottom: 2%;
  font-size: var(--font-size-30);
  text-align: center;
  position: absolute;
  bottom: 20%;
}
.rectangle_service--blue .text--social1:after {
  content: "Boost your Social Presence";
  display: flex;
  justify-content: center;
  transform: rotateX(180deg);
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, .0) 10%, rgba(255, 255, 255, .5));
  opacity: 0.5;
  -webkit-background-clip: text;
  color: transparent;
}
@keyframes moveclouds {
  0% {
    top: 500px;
  }
  100% {
    top: -500px;
  }
}
@keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}
@-webkit-keyframes moveclouds {
  0% {
    top: 500px;
  }
  100% {
    top: -500px;
  }
}
@-webkit-keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}
@-moz-keyframes moveclouds {
  0% {
    top: 500px;
  }
  100% {
    top: -500px;
  }
}
@-moz-keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}
@-o-keyframes moveclouds {
  0% {
    top: 500px;
  }
  100% {
    top: -500px;
  }
}
@-o-keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}
.brand-arrow {
  overflow: hidden;
  width: auto;
  margin: 100px 0 0 -10px;
  padding-top: 85px;
}
.brand-arrow img {
  width: 50%;
}
.bar-check {
  height: 20px;
  border-bottom: 2px dashed #989898;
  margin: 0 0 30px 0;
}
.bar-check span {
  float: right;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('../images/arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin: 0 -4px 0 0;
}
.width-1 {
  width: 50%;
}
.width-2 {
  width: 75%;
}
.width-3 {
  width: 45%;
}
.width-4 {
  width: 65%;
}
.width-5 {
  width: 50%;
}
.width-6 {
  width: 25%;
}
.width-kiwi {
  rotate: -40deg;
  margin-left: 0;
  margin-top: 20px;
  border-bottom: 2px dashed #fad02c;
  position: absolute;
  left: -50%;
  bottom: 120px;
  width: 117%;
}
.width-kiwi span {
  width: 65px;
  height: 65px;
  margin: -7px -6px 0 0;
  background-image: url('../images/kiwi_arrow.png');
}
.text--brand {
  color: #fff;
  font-size: 28px;
  float: right;
  margin: 30px 30px 0 0;
}
.animate {
  font-size: 35px;
  position: absolute;
  right: 42px;
  top: 70px;
}
.animate span {
  display: inline-block;
}
/* Animation One */
.tex-style span {
  color: var(--color-fad02c);
  opacity: 0;
  transform: translate(-150px, -50px) rotate(-180deg) scale(3);
  animation: revolveScale .4s forwards;
}
@keyframes revolveScale {
  60% {
    transform: translate(20px, 20px) rotate(30deg) scale(.3);
  }
  100% {
    transform: translate(0) rotate(0) scale(1);
    opacity: 1;
  }
}
.text_bg {
  animation: zoom-in-out 1s ease infinite;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}
.t1 {
  position: relative;
  left: 40%;
  top: 56%;
  font-size: 70px;
  color: rgba(92, 92, 92, 0.2);
}
.t2 {
  position: relative;
  left: 148px;
  top: 16%;
  font-size: 100px;
  color: rgba(92, 92, 92, 0.3);
}
.t3 {
  position: relative;
  left: 599px;
  top: 30%;
  font-size: 60px;
  color: rgba(92, 92, 92, 0.3);
}
.t4 {
  position: relative;
  left: 599px;
  top: -133px;
  font-size: 50px;
  color: rgba(92, 92, 92, 0.3);
}
.t5 {
  position: relative;
  left: 720px;
  top: -133px;
  font-size: 55px;
  color: rgba(92, 92, 92, 0.3);
}
.t6 {
  position: relative;
  left: 85px;
  top: 21%;
  font-size: 60px;
  color: rgba(92, 92, 92, 0.3);
}
.t7 {
  position: relative;
  left: 7%;
  top: -61%;
  font-size: 53px;
  color: rgba(92, 92, 92, 0.5);
}
.t8 {
  position: relative;
  left: 87%;
  top: 0%;
  font-size: 74px;
  color: rgba(92, 92, 92, 0.2);
}
/* -------------- Content Creation -------------- */
.rectangle_service--green {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rectangle_service--green svg {
  -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, .7));
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, .7));
  /* animation: fill 0.5s ease forwards 3.5s; */
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 30%;
}
.angle_wings path:nth-child(1) {
  stroke-dasharray: 696;
  stroke-dashoffset: 696;
  animation: line-animation 2s ease forwards;
}
.angle_wings path:nth-child(2) {
  stroke-dasharray: 696;
  stroke-dashoffset: 696;
  animation: line-animation 2s ease forwards 0.3s;
}
.angle_wings path:nth-child(3) {
  stroke-dasharray: 113;
  stroke-dashoffset: 113;
  animation: line-animation 2s ease forwards 0.6s;
}
.angle_wings path:nth-child(4) {
  stroke-dasharray: 113;
  stroke-dashoffset: 113;
  animation: line-animation 2s ease forwards 0.9s;
}
.angle_wings path:nth-child(5) {
  stroke-dasharray: 114;
  stroke-dashoffset: 114;
  animation: line-animation 2s ease forwards 1.2s;
}
.angle_wings path:nth-child(6) {
  stroke-dasharray: 114;
  stroke-dashoffset: 114;
  animation: line-animation 2s ease forwards 1.5s;
}
@keyframes line-animation {
  to {
    stroke-dashoffset: 0;
  }
}
/*
@keyframes fill {
    from{
        fill: transparent;
    }
    to{
        fill: #aed731;
    }
} */
.pen_margin {
  position: absolute;
  top: 23%;
  right: 47%;
  width: 6%;
  opacity: 0;
}
.pen_margin img {
  width: 100%;
  transition: all 0.5s ease-out 1s;
}
.content-img01, .content-img04 {
  position: absolute;
  width: 120px;
}
.content-img02, .content-img03 {
  position: absolute;
  width: 80px;
}
.content-img img {
  width: 100%;
}
.content-img01 {
  left: 50px;
  top: 40px;
}
.content-img02 {
  right: 50px;
  top: 40px;
}
.content-img03 {
  left: 50px;
  bottom: 40px;
}
.content-img04 {
  right: 50px;
  bottom: 40px;
}
.content-img img.zoom {
  animation: zoom-in-zoom-out 5s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes zoom-pen {
  0% {
    transform: scale(0.8, 0.8);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(0.8, 0.8);
  }
}
/* -------------- Blub -------------- */
.panel.aboutus {
  opacity: 0;
  transition: visibility 0.5s, opacity 1s linear;
}
.panel.aboutus.active {
  visibility: visible;
  opacity: 1;
}
@keyframes moveUp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-50px);
    opacity: 1;
  }
}
.bulb-about-text {
  padding: 0 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-welcome {
  font-size: var(--font-size-50);
  line-height: var(--line-height-68);
  color: var(--color-131313);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 20px;
}
.about-welcome span {
  background: var(--color-ffffff);
  padding: 0px 8px;
}
/* -------------- Top banner -------------- */
.circle {
  height: 111px;
  width: 111px;
  background: radial-gradient(#c8ff22, #fff200, #a9e100);
  background-repeat: no-repeat;
  border-radius: 50px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  position: absolute;
  right: -53px;
  top: 68px;
  z-index: 2;
  animation: zoom-pen 3s ease infinite;
}
.circle2 {
  height: 5px;
  width: 5px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  position: absolute;
  left: -24px;
  top: -8px;
  z-index: 2;
  animation: zoom-pen 3s ease infinite;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 5px #cbfc22, 0px 0px 0px 10px #cdf827, 0px 0px 0px 20px yellow, 0px 0px 0px 30px rgb(250 208 44 / 60%);
  margin: 1em;
}
.mask {
  position: absolute;
  width: 67% !important;
  right: 46%;
  top: -46px;
  filter: blur(15px);
}
.banner-bg {
  height: 370px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner-bg .ai-hand {
  width: 30vw;
  margin-top: -84px;
}
.lightning {
  width: 45vw;
}
.lightning .electricity {
  position: relative;
  z-index: 1;
  rotate: 7deg;
  margin-top: 280px;
  width: 47vw;
  margin-left: -29px;
}
.banner-bg .hand {
  width: 25vw;
  margin-top: 520px;
}
.innovation_service--bg {
  background-image: url(../images/service/innovation.png);
  background-size: cover;
  overflow: hidden;
}
.innovation__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.person_img {
  position: absolute;
  top: 35px;
  width: 65px;
  left: 26%;
}
.person_img img {
  width: 100%;
}
.person_img02 {
  position: absolute;
  bottom: 8px;
  width: 70px;
  left: 28%;
}
.person_img02 img {
  width: 100%;
}
.innovation_text {
    position: absolute;
    bottom: 140px;
    right: 20px;
    width: 50%;
}
.innovation_text .service-text {
    padding: 0;
    font-size: 30px;
    line-height: 40px;
    text-align: left;
}
.development_service--bg {
  background-image: url(../images/service/development.jpg);
  background-size: cover;
  overflow: hidden;
}
.bridge-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
.side-pillar-bridge01 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.side-pillar-bridge02 {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* cloud css */
.cloud {
  overflow: hidden;
  position: absolute;
  width: 100%;
  /* padding-bottom: 100%; */
  height: 55%;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.5;
  background-color: #2295ff0f;
}
.cloud img {
  width: 45%;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.cloud .cloud2 {
  width: 30%;
}
.cloud .cloud4 {
  width: 55%;
}
.cloud .cloud3 {
  width: 65%;
}

.cloud1 {
  -webkit-animation: animCloud 60s infinite linear;
  -moz-animation: animCloud 60s infinite linear;
  animation: animCloud 60s infinite linear
}

.cloud2 {
  -webkit-animation: animCloud 70s infinite linear;
  -moz-animation: animCloud 70s infinite linear;
  animation: animCloud 70s infinite linear
}

.cloud3 {
  -webkit-animation: animCloud 80s infinite linear;
  -moz-animation: animCloud 80s infinite linear;
  animation: animCloud 80s infinite linear
}

.cloud4 {
  -webkit-animation: animCloud 100s infinite linear;
  -moz-animation: animCloud 100s infinite linear;
  animation: animCloud 100s infinite linear
}
@-webkit-keyframes animCloud {
  from {
    -webkit-transform: translateX(0%)
  }

  to {
    -webkit-transform: translateX(150%)
  }
}

@-moz-keyframes animCloud {
  from {
    -moz-transform: translateX(0%)
  }

  to {
    -moz-transform: translateX(150%)
  }
}

@keyframes animCloud {
  from {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%)
  }

  to {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
  }
}

/* cloud css */
.development_service-text {
    position: relative;
    z-index: 1;
}
.development_service-text .div-text {
  text-align: center;
  padding-top: 40px;
}
.development_service-text .innovation-logo {
  position: absolute;
  left: 40%;
  padding-top: 230px;
  width: 160px;
}
.development_service-text02 {
    position: absolute;
    bottom: 106px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.development_service-text02 .div-text {
  mix-blend-mode: overlay;
  color: var(--color-ffffff);
  font-size: 34px;
  width: 32%;
  text-align: center;
}
.businessman-img .businessman02 {
  position: absolute;
  left: 180px;
  top: 150px;
  width: 70px;
  z-index: 1;
}
.businessman-img .businessman03 {
  position: absolute;
  right: -90px;
  top: 180px;
  width: 330px;
  z-index: 1;
}



















































@media only screen and (min-width: 1921px) {
.banner-bg {
    height: 550px;
}
.heading2 {
    font-size: 80px;
    margin-top: 400px;
}
.rectangle_service {
    border-radius: 50px;
    height: 650px;
}
.bubble {
    width: 80px;
    height: 80px;
}
.x1:before {
  font-size: 54px;
  top: 25px;
  left: 15px;
}
.x2:before {
  font-size: 54px;
  top: 25px;
  left: 15px;
}
.x3:before {
  font-size: 54px;
  top: 25px;
  left: 15px;
}
.x4:before {
  font-size: 54px;
  top: 25px;
  left: 15px;
}
.x5:before {
  font-size: 54px;
  top: 25px;
  left: 15px;
}
.menu-toggle {
  width: 100px;
  height: 100px;
}
.social-media.active li:hover a::before {
  width: 70px;
  height: 70px;
}
.social-media.active li a::before {
  width: 65px;
  height: 65px;
}
.person_img02 {
  width: 88px;
}
.person_img {
  width: 78px;
}
.person_img02 {
  left: 27%;
}

}
@media (max-width: 1700px) {
  .banner-bg .hand {
    margin-top: 460px;
  }
  .lightning .electricity {
    margin-top: 245px;
    margin-left: -26px;
  }
}
@media (max-width: 1600px) {
  .container-position {
    position: relative;
    top: -110px;
  }
  .rectangle_service--coffee img {
    width: 50%;
  }
  .coffee_cup2 {
    margin: 20% 0 0 34%;
  }
  .coffee_cup3 {
    margin: 39% 0 0 67%;
  }
  .lightning .electricity {
    margin-top: 219px;
    margin-left: -25px;
  }
  .banner-bg .hand {
    margin-top: 408px;
  }
  .mask {
    top: -40px;
  }
.development_service-text .innovation-logo {
    width: 140px;
}
.businessman-img .businessman03 {
    right: -70px;
    top: 200px;
    width: 280px;
}
.businessman-img .businessman02 {
    left: 140px;
    top: 180px;
    width: 60px;
}
}
@media (max-width: 1500px) {
  .lightning .electricity {
    margin-top: 254px;
  }
  .banner-bg .hand {
    margin-top: 443px;
  }
  .banner-bg .ai-hand {
    margin-top: -33px;
  }
  .container-position {
    position: relative;
    top: -95px;
  }
  .heading2 {
    font-size: var(--font-size-50);
    line-height: var(--line-height-50);
    margin-top: 220px;
  }
}
@media (max-width: 1480px) {
  .coffee_cup2 {
    margin: 23% 0 0 33%;
  }
  .coffee_cup3 {
    margin: 48% 0 0 62%;
  }
  .banner-bg .hand {
    margin-top: 421px;
  }
  .banner-bg .ai-hand {
    margin-top: -10px;
  }
  .lightning .electricity {
    margin-left: -21px;
  }
  .container-position {
    top: 0;
  }
  .wrapper_text_animate {
    margin-bottom: 100px;
  }
  .pen_margin {
    top: 28%;
    right: 44%;
}
.width-kiwi {
  rotate: -48deg;
  left: -52%;
  bottom: 115px;
  width: 120%;
}
}
@media (max-width: 1300px) {
  .banner-bg .hand {
    margin-top: 370px;
  }
  .banner-bg .ai-hand {
    margin-top: -27px;
  }
  .lightning .electricity {
    margin-top: 218px;
    margin-left: -18px;
  }
  .pen_margin {
    top: 31%;
    right: 46.5%;
}
  .rectangle_service--green svg {
    top: 30%;
    width: 100%;
}
.content-img01, .content-img04 {
  width: 90px;
}
.content-img02, .content-img03 {
  width: 70px;
}
.businessman-img .businessman03 {
    right: -70px;
    top: 210px;
    width: 240px;
}
.development_service-text .innovation-logo {
  width: 120px;
}

}
@media (max-width: 1199.98px) {
  .banner-bg {
    height: 370px;
  }
  .banner-bg .ai-hand {
    margin-top: -216px;
  }
  .lightning .electricity {
    margin-top: 3px;
  }
  .banner-bg .hand {
    margin-top: 145px;
  }
  .rectangle_service {
    height: 500px;
  }
  .rectangle_service .text--social {
    font-size: var(--font-size-22);
  }
  .rectangle_service .coffee_cup3 .text {
    font-size: var(--font-size-27);
    margin: -193px 0 0 78px;
  }
  .coffee_cup2 {
    margin: 23% 0 0 30%;
  }
  .coffee_cup3 {
    margin: 47% 0 0 58%;
  }
.coffee_cup1 img, .coffee_cup2 img, .coffee_cup3 img {
  width: 140px;
  height: 140px;
}
.rectangle_service--coffee img {
  width: 40%;
}
.rectangle_service .text--stronger {
  margin: 0;
  width: 100%;
  bottom: 7%;
  text-align: center;
}
.rectangle_service .text--social {
  width: 100%;
  bottom: 14%;
}
.brand-arrow {
  margin: 60px 0 0 -10px;
  padding-top: 100px;
}
.bar-check {
  margin: 0 0 30px 0;
}
.bg-image.kiwi-bg01 {
  width: 350px;
}
.bg-image.kiwi-bg02 {
  width: 250px;
}
.bg-image.kiwi-bg03 {
  width: 200px;
}
.text--brand {
  font-size: 18px;
}
.animate {
  font-size: 22px;
  top: 60px;
}
}
@media (max-width: 1060px) {
  .banner-bg .hand {
    margin-top: 126px;
  }
  .banner-bg .ai-hand {
    margin-top: -194px;
  }
  .width-kiwi {
    rotate: -55deg;
    left: -48%;
    bottom: 135px;
    width: 120%;
}
.development_service-text02 .div-text {
    font-size: 22px;
    line-height: 20px;
    width: 30%;
    text-align: center;
}
.development_service-text .innovation-logo {
    width: 100px;
}
.person_img02 {
    bottom: 8px;
    width: 66px;
}
.person_img {
    top: 35px;
    width: 58px;
}
.businessman-img .businessman02 {
    left: 92px;
    top: 160px;
    width: 60px;
}
.businessman-img .businessman03 {
    right: -112px;
    top: 190px;
    width: 240px;
}
.innovation_text .service-text {
    padding: 0;
    font-size: 20px;
    line-height: 26px;
}
.person_img02 {
  width: 53px;
}
.person_img {
  top: 34px;
  width: 46px;
}
}
@media (max-width:991.98px) {
  .banner-bg .ai-hand {
    margin-top: -192px;
  }
  .banner-bg .hand {
    margin-top: 95px;
  }
  .lightning .electricity {
    margin-top: -12px;
  }
  .rectangle_service {
    height: 57vh;
}
  .rectangle_service .text--social {
    font-size: var(--font-size-16);
    margin-left: -4px;
  }
  .rectangle_service .coffee_cup3 .text {
    font-size: var(--font-size-22);
    margin: -201px 0 0 55px;
  }

.bg-image.kiwi-bg05 {
  width: 100px;
}
.coffee_cup1 img, .coffee_cup2 img, .coffee_cup3 img {
  width: 110px;
  height: 110px;
}
.bar-check {
  margin: 0 0 16px 0;
}
.bar-check span {
  width: 20px;
  height: 20px;
  margin: 10px -4px 0 0;
}
.brand-arrow {
  margin: 60px 0 0 -10px;
  padding-top: 60px;
}
.rectangle_service {
  height: 400px;
}
.animated-text {
  font-size: 35px;
}
.rectangle_service--green svg {
  top: 22%;
  width: 100%;
}
.content-img01, .content-img04 {
  width: 80px;
}
.content-img02, .content-img03 {
  width: 50px;
}
.businessman-img .businessman02 {
    left: 80px;
    top: 120px;
    width: 50px;
}
.businessman-img .businessman03 {
    right: -72px;
    top: 150px;
    width: 200px;
}
.development_service-text .innovation-logo {
    padding-top: 150px;
    width: 90px;
}
}
@media (max-width:850px) {
  .banner-bg .ai-hand {
    margin-top: -165px;
  }
  .banner-bg .hand {
    margin-top: 91px;
  }
  /* #bubbles {
    padding: 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
} */
.development_service-text .innovation-logo {
    padding-top: 150px;
    width: 70px;
}
.development_service-text02 .div-text {
  font-size: 18px;
  line-height: 17px;
  width: 30%;
}
.businessman-img .businessman03 {
  right: -67px;
  top: 160px;
  width: 180px;
}
.businessman-img .businessman02 {
  left: 60px;
  top: 150px;
  width: 36px;
}
.x1:before {
  font-size: 30px;
  top: 20px;
  left: 15px;
}
.x2:before {
  font-size: 30px;
  top: 20px;
  left: 15px;
}
.x3:before {
  font-size: 30px;
  top: 20px;
  left: 15px;
}
.x4:before {
  font-size: 30px;
  top: 20px;
  left: 15px;
}
.x5:before {
  font-size: 30px;
  top: 20px;
  left: 15px;
}
}
@media (max-width:767.98px) {
  .pt-150 {
        padding-top: 50px;
    }
    .floating-section-bg::before {
    width: 100%;
    height: 100%;
}
  .banner-bg .hand {
    margin-top: 74px;
  }
  .heading2 {
    margin-top: 100px;
    padding: 0;
    text-align: center;
}
.rectangle_service {
  height: 400px;
  margin-top: 50px;
}
.bg-image.kiwi-bg04 {
  width: 250px;
}
.bg-image.kiwi-bg06 {
  width: 0px;
}
.banner-bg .hand {
  width: 27vw;
}
.banner-bg .ai-hand {
  margin-top: -127px;
  position: relative;
  z-index: 1;
}
.coffee_cup2 {
  margin: 18% 0 0 24%;
}
.coffee_cup3 {
  margin: 34% 0 0 48%;
}
.rectangle_service--coffee {
  margin-top: -50px;
}
.work-progress-title {
  margin-bottom: 40px;
}
.width-kiwi {
  rotate: -55deg;
  left: -43%;
  bottom: 95px;
  width: 90%;
}
.development_service-text .innovation-logo {
    padding-top: 150px;
    width: 100px;
}
.bulb-about-text {
    padding: 0 0px;
}
.person_img02 {
    left: 27%;
}
.top-buffer {
    margin-top: 50px;
}

}
@media (max-width:576px) {
  .rectangle_service {
    height: 350px;
    margin-top: 50px;
}
.top-buffer {
  margin-top: 60px;
}
.bulb-about-text {
  padding: 0 0px;
}
.banner-bg .ai-hand {
  margin-top: -100px;
}
.banner-bg .hand {
  margin-top: 60px;
}
.rectangle_service--coffee {
  margin-top: -40px;
}
.banner-bg {
  height: 180px;
}
#bubbles {
    padding: 30px 0;
}
.rectangle_service--blue .text--social1 {
    margin-bottom: 0;
    bottom: 12%;
}
.businessman-img .businessman02 {
        left: 60px;
        top: 120px;
        width: 36px;
    }
        .businessman-img .businessman03 {
        right: -54px;
        top: 133px;
        width: 170px;
    }
}
@media (max-width: 480px) {
  .banner-bg .hand {
      width: 31vw;
  }
  .banner-bg .ai-hand {
    margin-top: -90px;
}
.content-img01 {
  left: 30px;
  top: 20px;
}
.content-img02 {
  right: 30px;
  top: 20px;
}
.content-img03 {
  left: 30px;
  bottom: 20px;
}
.content-img04 {
  right: 30px;
  bottom: 20px;
}
.team-text .sub-text {
  font-size: var(--font-size-18);
  line-height: var(--line-height-18);
}
.team-text .div-text {
  font-size: var(--font-size-26);
  line-height: var(--line-height-26);
}
.width-kiwi {
  rotate: -55deg;
  left: -43%;
  bottom: 100px;
  width: 100%;
}
.person_img {
  top: 20px;
  width: 40px;
}
.person_img02 {
  width: 48px;
}
.innovation_text {
  bottom: 58px;
  right: 10px;
  width: 54%;
}
.development_service-text .innovation-logo {
  padding-top: 120px;
  width: 90px;
}
.development_service-text02 {
    bottom: 76px;
}
 .innovation_text .service-text {
  padding: 0;
  font-size: 16px;
  line-height: 21px;
}
.development_service-text .innovation-logo {
  padding-top: 120px;
  width: 60px;
}
.about-welcome {
    font-size: var(--font-size-27);
    line-height: var(--line-height-22);
}
}
@media (max-width: 375px) {
  .top-buffer {
    margin-top: 40px;
}
.coffee_cup1 img, .coffee_cup2 img, .coffee_cup3 img {
  width: 90px;
  height: 90px;
}
.banner-bg .ai-hand {
  margin-top: -70px;
}
.banner-bg .hand {
  width: 34vw;
  margin-top: 56px;
}
.pen_margin {
  top: 39%;
  right: 46.5%;
}
.content-img01, .content-img04 {
  width: 60px;
}
.development_service-text .innovation-logo {
    padding-top: 120px;
    width: 70px;
}
.businessman-img .businessman03 {
        right: -99px;
        top: 121px;
        width: 200px;
    }

}