#app {
  background: #fafffe;
}
.banner {
  width: 100%;
  margin-top: 50px;
}
.banner .swiper {
  width: 100%;
  overflow: hidden;
}
.banner .swiper .swiper-wrapper {
  width: 100%;
}
.banner .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .swiper .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  z-index: 4;
  transition: all 1.4s ease;
  -webkit-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1440px;
  height: 70%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .left {
  width: 72%;
  display: flex;
  flex-direction: column;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .left .tag {
  width: fit-content;
  border-radius: 18641400px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  padding: 7px 17px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #e61874;
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 45px;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .left .tag .dot {
  color: #ffffff;
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 48px;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .left .title {
color: rgba(255, 255, 255, 1);
font-family: Inter;
font-weight: 700;
font-size: 40px;
line-height: 48px;
  margin-bottom: 35px;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .left .desc {
  width: 60%;
  color: rgba(255, 255, 255, 0.7);
  font-family: Inter;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 150px;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .left .btn {
  display: flex;
  align-items: center;
  gap: 19px;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .left .btn .btn1 {
  border-radius: 18641400px;
  background: #1b9ba4;
  padding: 7px 11px 7px 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-family: Inter;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .left .btn .btn1 .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .left .btn .btn2 {
  border-radius: 18641400px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  padding: 7px 11px 7px 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-family: Inter;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .left .btn .btn2 .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .right {
  min-width: 135px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .right .item {
  display: flex;
  align-items: center;
  gap: 26px;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .right .item .line {
  width: 2px;
  height: 64px;
  background: rgba(230, 24, 116, 0.85);
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .right .item .content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .right .item .content .text1 {
  color: #ffffff;
  font-family: Manrope;
  font-weight: 800;
  font-size: 42px;
  line-height: 42px;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .right .item .content .text2 {
  color: rgba(255, 255, 255, 0.4);
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .bottom .left {
  display: flex;
  align-items: center;
  gap: 24px;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .bottom .left .page {
  display: flex;
  align-items: center;
  gap: 12px;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .bottom .left .page .one {
  width: 24px;
  height: 4px;
  border-radius: 18641400px;
  background: #97a1ab;
  cursor: pointer;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .bottom .left .page .one-active {
  width: 44px;
  height: 4px;
  border-radius: 18641400px;
  background: #e61874;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .bottom .left .num {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  font-family: Inter;
  font-size: 17px;
  line-height: 18px;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .bottom .left span {
  color: #1b9ba4;
  font-weight: 600;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .bottom .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.65);
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .bottom .right svg {
  opacity: 0.65;
  transform: translate3d(0, 0, 0);
  animation: verticalMove 2s linear infinite;
}
.banner .swiper .swiper-wrapper .swiper-slide-active img {
  opacity: 1;
  z-index: 21;
  transition: all 1.2s ease 0.5s;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.banner > .line {
  width: 100%;
  height: 18px;
  border-top: 1px solid #1b9ba4;
  background: #063669;
}
.producti {
  width: 100%;
  background: #fafefd;
  position: relative;
}
.producti .back {
  position: absolute;
  top: -6%;
  left: -6%;
  width: 267px;
  height: 219px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(27, 155, 164, 0.2) 0%, rgba(27, 155, 164, 0) 100%);
  z-index: 0;
}
.producti > img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 0;
}
.producti .inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
.producti .inner .section1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.producti .inner .section1 .section1-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.producti .inner .section1 .section1-left .desc {
  color: #e61874;
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 19.5px;
  text-transform: uppercase;
}
.producti .inner .section1 .section1-left .title {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  color: #063669;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
}
.producti .inner .section1 .section1-right {
  border-radius: 8px;
  border: 1px solid #1b9ba4;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
}
.producti .inner .section1 .section1-right p {
  padding: 8px 10px;
  color: #1b9ba4;
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.producti .inner .section1 .section1-right .icon {
  width: 40px;
  max-width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #1b9ba4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.producti .inner .section1 .section1-right .icon svg {
  transform: translate3d(0, 0, 0);
  animation: horizontalMove 2s linear infinite;
}
.producti .inner .section2 {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.producti .inner .section2 .section2-left {
  width: 33%;
  min-width: 374px;
  height: auto !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 22px;
  flex-shrink: 0;
}
.producti .inner .section2 .section2-left .item {
  border-radius: 16px;
  border-bottom: 2px solid rgba(131, 131, 131, 0.35);
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 15px 15px 0px;
  transition: 0.5s;
  cursor: pointer;
}
.producti .inner .section2 .section2-left .item .line {
  width: 3px;
  max-width: 3px;
  min-width: 3px;
  height: 93px;
  border-radius: 18641400px;
  background: #1b9ba4;
  opacity: 0;
  transition: 0.5s;
}
.producti .inner .section2 .section2-left .item .img {
  width: 64px;
  max-width: 64px;
  min-width: 64px;
  height: 64px;
  border-radius: 15px;
  overflow: hidden;
}
.producti .inner .section2 .section2-left .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.producti .inner .section2 .section2-left .item .img:hover img {
  transform: scale(1.05);
}
.producti .inner .section2 .section2-left .item .content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.producti .inner .section2 .section2-left .item .content .text1 {
  color: #6b7280;
  font-family: Inter;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  transition: 0.5s;
}
.producti .inner .section2 .section2-left .item .content .text2 {
  color: #9ca3af;
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
.producti .inner .section2 .section2-left .item .icon {
  opacity: 0;
  transition: 0.5s;
}
.producti .inner .section2 .section2-left .item:hover .line {
  opacity: 1;
}
.producti .inner .section2 .section2-left .item:hover .content .text1 {
  color: #063669;
}
.producti .inner .section2 .section2-left .item:hover .icon {
  opacity: 1;
}
.producti .inner .section2 .section2-left .item:hover .icon svg {
  transform: translate3d(0, 0, 0);
  animation: horizontalMove 2s linear infinite;
}
.producti .inner .section2 .section2-left .item-active {
  border: 0.6px solid #f3f4f6;
  background: #f5fffe;
  box-shadow: 0px 0px 6px -4px rgba(0, 0, 0, 0.13);
}
.producti .inner .section2 .section2-left .item-active .line {
  opacity: 1;
}
.producti .inner .section2 .section2-left .item-active .content .text1 {
  color: #063669;
}
.producti .inner .section2 .section2-left .item-active .icon {
  opacity: 1;
}
.producti .inner .section2 .section2-left .item-active .icon svg {
  transform: translate3d(0, 0, 0);
  animation: horizontalMove 2s linear infinite;
}
.producti .inner .section2 .section2-right {
  width: 64%;
  height: auto !important;
  display: flex;
  align-items: stretch;
  flex-shrink: 0;
  overflow: hidden;
}
.producti .inner .section2 .section2-right .swiper {
  width: 100%;
  aspect-ratio: 2385 / 1440;
  overflow: hidden;
  position: relative;
}
.producti .inner .section2 .section2-right .producti-swiper {
  display: none;
}
.producti .inner .section2 .section2-right .producti-swiper-active {
  display: block;
}

.producti .inner .section2 .section2-right .swiper .prev,
.producti .inner .section2 .section2-right .swiper .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  max-width: 54px;
  min-width: 54px;
  height: 54px;
  border-radius: 10px;
  background: #1b9ba4;
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  cursor: pointer;
}
.producti .inner .section2 .section2-right .swiper .prev{
  left: 3%;
}
.producti .inner .section2 .section2-right .swiper .next{
  right: 3%;
}
.producti .inner .section2 .section2-right .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.producti .inner .section2 .section2-right .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.producti .inner .section2 .section2-right .swiper .swiper-wrapper .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}
.producti .inner .section2 .section2-right .swiper .swiper-wrapper .swiper-slide .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  pointer-events: none;
}
.producti .inner .section2 .section2-right .swiper .swiper-wrapper .swiper-slide .content .top {
  text-align: center;
  color: #2c2c2c;
  font-family: Manrope;
  font-weight: 700;
  font-size: 20px;
  line-height: 48px;
  margin-bottom: 10px;
}
.producti .inner .section2 .section2-right .swiper .swiper-wrapper .swiper-slide .content .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.producti .inner .section2 .section2-right .swiper .swiper-wrapper .swiper-slide .content .bottom .img {
  width: 40%;
  min-width: 180px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.producti .inner .section2 .section2-right .swiper .swiper-wrapper .swiper-slide .content .bottom .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.applicationi {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.applicationi .section1 {
  width: 100%;
}
.applicationi .section1 .swiper {
  width: 100%;
}
.applicationi .section1 .swiper .swiper-wrapper {
  width: 100%;
}
.applicationi .section1 .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.applicationi .section1 .swiper .swiper-wrapper .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1440px;
  height: 80%;
  display: flex;
  flex-direction: column;
  z-index: 3;
}
.applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .top .top-left {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .top .top-left .desc {
  color: #d63384;
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 19.5px;
  text-transform: uppercase;
}
.applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .top .top-left .line {
  width: 32px;
  height: 1px;
  background: #d63384;
}
.applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .top .top-right {
  width: 57px;
  height: 60px;
  border-radius: 0px 10px 0px 0px;
  border-top: 1.7px solid rgba(255, 74, 164, 0.6);
  border-right: 1.7px solid rgba(255, 74, 164, 0.6);
}
.applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom {
  display: flex;
  justify-content: space-between;
}
.applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-left {
  width: 70%;
  display: flex;
  flex-direction: column;
}
.applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-left .text1 {
  height: 118px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 35px;
}
.applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-left .text1 .num1 {
  min-width: 125px !important;
  color: #1b9ba4;
  font-family: Manrope;
  font-weight: 800;
  font-size: 100px;
  line-height: 50px;
}
.applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-left .text1 p {
  color: #ffffff;
  font-family: Manrope;
  font-weight: 800;
  font-size: 45px;
  line-height: 50px;
}
.applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-left .text2 {
  color: rgba(255, 255, 255, 0.6);
  font-family: Inter;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 38px;
}
.applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-left .btn {
  width: fit-content;
  border-radius: 8px;
  border: 1px solid #1b9ba4;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  margin-bottom: 49px;
}
.applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-left .btn p {
  padding: 8px 10px;
  color: #ffffff;
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-left .btn .icon {
  width: 40px;
  max-width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #1b9ba4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-left .btn .icon svg {
  transform: translate3d(0, 0, 0);
  animation: horizontalMove 2s linear infinite;
}
.applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-left .pages {
  display: flex;
  align-items: center;
  gap: 16px;
}
.applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-left .pages .page {
  display: flex;
  align-items: center;
  gap: 6px;
}
.applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-left .pages .page .one {
  width: 12px;
  height: 3px;
  border-radius: 18641400px;
  background: rgba(255, 255, 255, 0.45);
}
.applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-left .pages .page .one-active {
  width: 32px;
  height: 3px;
  border-radius: 18641400px;
  background: #d63384;
}
.applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-left .pages .num {
  color: rgba(255, 255, 255, 0.55);
  font-family: Manrope;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
.applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-left .pages .num span {
  color: #d63384;
}
.applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-right {
  width: 23%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-right .item1 {
  width: 100%;
  min-height: 72px;
  border-radius: 16px;
  border: 0.6px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15), inset 0 2px 8px rgba(255, 255, 255, 0.2), inset 0 -2px 8px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #d0d0d0;
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  transition: 0.5s;
  cursor: pointer;
}
.applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-right .item1 .icon {
  width: 40px;
  max-width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-right .item1 .icon svg {
  opacity: 0.6;
  transition: 0.5s;
}
.applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-right .item1:hover .icon {
  background: #1b9ba4;
}
.applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-right .item1:hover .icon svg {
  opacity: 1;
}
.applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-right .item2 {
  justify-content: center;
}
.applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-right .item3 {
  width: 72px;
  height: 40px;
  justify-content: center;
  border-radius: 18641400px;
  border: 0.6px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  cursor: pointer;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15), inset 0 2px 8px rgba(255, 255, 255, 0.2), inset 0 -2px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-right .item3 svg:nth-child(1) {
  display: block;
}
.applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-right .item3 svg:nth-child(2) {
  display: none;
}
.applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-right .item-active {
  border: 0.6px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.34);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-right .item-active .icon {
  background: #1b9ba4;
}
.applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-right .item-active .icon svg {
  opacity: 1;
}
.applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-right .item-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #1b9ba4;
  width: 0;
  animation: progressBar 5s linear forwards;
  animation-play-state: running;
}
.applicationi .section1 .swiper .swiper-wrapper .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 220px;
  background: linear-gradient(0deg, #edfeff 0%, rgba(237, 254, 255, 0.73) 16.35%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
  pointer-events: none;
}
.applicationi .section2 {
  width: 100%;
  background: linear-gradient(180deg, #efffff 0%, #f9ffff 42.03%);
  position: relative;
  top: -50px;
}
.applicationi .section2 .inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  top: -50px;
}
.applicationi .section2 .inner .swiper {
  width: min(700px, 82vw);
  overflow: visible;
  margin: 0 auto;
}
.applicationi .section2 .inner .swiper .swiper-wrapper {
  width: 100%;
  align-items: stretch;
}
.applicationi .section2 .inner .swiper .swiper-wrapper .swiper-slide {
  width: 100% !important;
  height: auto;
  transition: transform 0.5s, opacity 0.5s, box-shadow 0.5s;
  background: #ffffff;
  padding: 25px 25px 10px 25px;
  cursor: pointer;
  border-radius: 16px;
  box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.applicationi .section2 .inner .swiper .swiper-wrapper .swiper-slide .img {
  width: 100%;
  overflow: hidden;
}
.applicationi .section2 .inner .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.applicationi .section2 .inner .swiper .swiper-wrapper .swiper-slide .img img:hover {
  transform: scale(1.05);
}
.applicationi .section2 .inner .swiper .swiper-wrapper .swiper-slide .content {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  display: none;
  transition: 0.5s;
}
.applicationi .section2 .inner .swiper .swiper-wrapper .swiper-slide .content p {
  color: #545454;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  transition: 0.5s;
}
.applicationi .section2 .inner .swiper .swiper-wrapper .swiper-slide .content .icon {
  width: 37px;
  max-width: 37px;
  min-width: 37px;
  height: 35px;
  border-radius: 8px;
  background: #d63384;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.applicationi .section2 .inner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  transform: translateX(0) translateY(0) rotate(0deg) scale(1);
  z-index: 10;
  opacity: 1;
  pointer-events: auto;
  box-shadow: 0px 0px 4.7px 3px rgba(0, 0, 0, 0.22);
}
.applicationi .section2 .inner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .content {
  display: flex;
}
.applicationi .section2 .inner .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev-prev {
  transform: translateX(1080px) translateY(42px) rotate(-10deg) scale(0.86);
  z-index: 1;
  opacity: 0.58;
}
.applicationi .section2 .inner .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev {
  transform: translateX(520px) translateY(25px) rotate(-7deg) scale(0.92);
  z-index: 3;
  opacity: 0.9;
}
.applicationi .section2 .inner .swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
  transform: translateX(-520px) translateY(25px) rotate(7deg) scale(0.92);
  z-index: 3;
  opacity: 0.9;
}
.applicationi .section2 .inner .swiper .swiper-wrapper .swiper-slide.swiper-slide-next-next {
  transform: translateX(-1080px) translateY(42px) rotate(10deg) scale(0.86);
  z-index: 1;
  opacity: 0.58;
}
.applicationi .section2 .section2-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
}
.applicationi .section2 .section2-bottom svg {
  transform: translate3d(0, 0, 0);
  animation: horizontalMove 2s linear infinite;
}
@keyframes progressBar {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.abouti {
  width: 100%;
  background: linear-gradient(180deg, #f9ffff 0%, #fafffe 42.03%);
  position: relative;
  z-index: 2;
}
.abouti .inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.abouti .inner .section1 {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.abouti .inner .section1 .line {
  width: 77px;
  height: 1px;
  background: #d63384;
  margin-bottom: 11px;
}
.abouti .inner .section1 .title {
  text-align: center;
  color: #1b9ba4;
  font-family: Manrope;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 32px;
}
.abouti .inner .section1 .desc {
  color: #434653;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 32px;
}
.abouti .inner .section1 .desc span {
  color: #d63384;
  font-weight: 700;
  font-size: 18px;
}
.abouti .inner .section1 .btn {
  width: fit-content;
  border-radius: 8px;
  border: 1px solid #1b9ba4;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
}
.abouti .inner .section1 .btn p {
  padding: 8px 10px;
  color: #1b9ba4;
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.abouti .inner .section1 .btn .icon {
  width: 40px;
  max-width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #1b9ba4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.abouti .inner .section1 .btn .icon svg {
  transform: translate3d(0, 0, 0);
  animation: horizontalMove 2s linear infinite;
}
.abouti .inner .section2 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  bottom: -50px;
}
.abouti .inner .section2 .item {
  width: 30%;
  border-radius: 12px;
  border: 2px solid rgba(230, 24, 116, 0.15);
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.25);
  padding: 25px;
  display: flex;
  flex-direction: column;
}
.abouti .inner .section2 .item .top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}
.abouti .inner .section2 .item .top .icon {
  width: 65px;
  max-width: 65px;
  min-width: 65px;
  height: 65px;
  border-radius: 8px;
  background: rgba(27, 155, 164, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}
.abouti .inner .section2 .item .top p {
  color: #000000;
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
}
.abouti .inner .section2 .item .middle {
  text-align: center;
  color: #000000;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 28px;
}
.abouti .inner .section2 .item .bottom {
  width: 100%;
  height: 170px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.abouti .inner .section2 .item .bottom img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
  transform: scale(1);
}
.abouti .inner .section2 .item .bottom:hover img{
  transform: scale(1.05);
}
.abouti .inner .section2 .item .bottom .img-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.abouti .inner .section2 .item .bottom .img-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.abouti .inner .section2 .item .bottom .img-inner .mask {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.abouti .inner .section2 .item .bottom .img-inner .mask .play {
  width: 55px;
  height: 55px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  cursor: pointer;
}
.abouti .inner .section2 .item .bottom .img-inner .mask .play svg {
  width: 40%;
  height: 40%;
  cursor: pointer;
  position: relative;
  left: 4px;
}
.abouti-num {
  width: 100%;
  background: #1b9ba4;
  position: relative;
  z-index: 1;
}
.abouti-num .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 0 50px 0;
}
.abouti-num .inner .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.abouti-num .inner .item .text1 {
  text-align: center;
  color: #ffffff;
  font-family: Manrope;
  font-weight: 800;
  font-size: 61px;
  line-height: 50px;
}
.abouti-num .inner .item .text2 {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-family: Inter;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
}
.servicesi {
  width: 100%;
  background: #fafffe;
  position: relative;
}
.servicesi > img {
  position: absolute;
  top: -50px;
  right: 0px;
  width: 100%;
  transform: rotate(120deg);
  z-index: 0;
}
.servicesi .inner {
  padding-top: 75px;
}
.servicesi .inner .swiper {
  width: 100%;
}
.servicesi .inner .swiper .swiper-wrapper {
  width: 100%;
}
.servicesi .inner .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  position: relative;
  overflow: hidden !important;
  border-radius: 24px;
  border: 0.6px solid #f3f4f6;
  overflow: hidden;
}
.servicesi .inner .swiper .swiper-wrapper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  height: 8px;
  background: #d63384;
  width: 0;
}
.servicesi .inner .swiper .swiper-wrapper .swiper-slide.progress-active::after {
  animation: progressBar 7s linear forwards;
}
.servicesi .inner .swiper .swiper-wrapper .swiper-slide > img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
}
.servicesi .inner .swiper .swiper-wrapper .swiper-slide .num {
  position: absolute;
  top: 10px;
  right: -10px;
  color: #d63384;
  font-family: Manrope;
  font-weight: 800;
  font-size: 180px;
  line-height: 50px;
}
.servicesi .inner .swiper .swiper-wrapper .swiper-slide .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .top .title1 {
  text-align: center;
  color: #ffffff;
  font-family: Inter;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
}
.servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .top .line {
  width: 670px;
  height: 1px;
  background: #f3f4f6bf;
}
.servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .top .title2 {
  text-align: center;
  color: #1b9ba4;
  font-family: Manrope;
  font-weight: 800;
  font-size: 30px;
  line-height: 41px;
}
.servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .middle1 {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .middle1 .prev,
.servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .middle1 .next {
  width: 58px;
  max-width: 58px;
  min-width: 58px;
  height: 58px;
  border-radius: 100px;
  background: #ffffff85;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .middle1 p {
  width: 72%;
  text-align: center;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
.servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .middle2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  color: #d63384;
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .middle2 svg {
  transform: translate3d(0, 0, 0);
  animation: horizontalMove 2s linear infinite;
}
.servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .bottom {
  width: 100%;
  border-radius: 16px;
  background: #1b9ba499;
  backdrop-filter: blur(40px);
  padding: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .bottom .left {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .bottom .left .text1 {
  color: #ffffff;
  font-family: Manrope;
  font-weight: 700;
  font-size: 20px;
  line-height: 39px;
}
.servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .bottom .left .text2 {
  color: #ffffff80;
  font-family: Inter;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
}
.servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .bottom .right {
  width: fit-content;
  border-radius: 8px;
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
}
.servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .bottom .right p {
  padding: 8px 10px;
  color: #ffffff;
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .bottom .right .icon {
  width: 40px;
  max-width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .bottom .right .icon svg {
  transform: translate3d(0, 0, 0);
  animation: horizontalMove 2s linear infinite;
}
.globali {
  width: 100%;
  background: #fafffe;
  position: relative;
}
.globali .inner {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.globali .inner .section1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 26px;
}
.globali .inner .section1 .desc {
  display: flex;
  align-items: center;
  gap: 15px;
}
.globali .inner .section1 .desc .line {
  width: 32px;
  height: 1px;
  background: #d63384;
}
.globali .inner .section1 .desc p {
  color: #d63384;
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
}
.globali .inner .section1 .title {
  color: #063669;
  font-family: Manrope;
  font-weight: 800;
  font-size: 40px;
  line-height: 43.2px;
}
.globali .inner .section1 .title span {
  color: #1b9ba4;
}
.globali .inner .section2 {
  width: 100%;
}
.globali .inner .section2 .swiper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.globali .inner .section2 .swiper .swiper-pagination {
  position: relative;
  top: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet {
  width: fit-content;
  height: 36px;
  border-radius: 18641400px;
  border: 1.1px solid #1b9ba41f;
  background: #1b9ba40a;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 17px;
  transition: 0.5s;
  opacity: 1;
  cursor: pointer;
}
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet .dot {
  width: 10px;
  height: 10px;
  border-radius: 18641400px;
  transition: 0.5s;
}
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet p {
  color: #434653;
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  transition: 0.5s;
}
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(1) .dot {
  background: #1b9ba4;
}
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(1):hover,
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active {
  background: #1b9ba4;
  box-shadow: 0px 4px 14px #1b9ba433;
}
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(1):hover .dot,
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active .dot {
  background: #fff;
}
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(1):hover p,
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active p {
  color: #fff;
}
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(2) .dot {
  background: #d63384;
}
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(2):hover,
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active {
  background: #d63384;
  box-shadow: 0px 4px 14px #d6338433;
}
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(2):hover .dot,
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active .dot {
  background: #fff;
}
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(2):hover p,
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active p {
  color: #fff;
}
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(3) .dot {
  background: #f73e3e;
}
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(3):hover,
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active {
  background: #f73e3e;
  box-shadow: 0px 4px 14px #f73e3e33;
}
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(3):hover .dot,
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active .dot {
  background: #fff;
}
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(3):hover p,
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active p {
  color: #fff;
}
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(4) .dot {
  background: #f59e0b;
}
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(4):hover,
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active {
  background: #f59e0b;
  box-shadow: 0px 4px 14px #f59e0b33;
}
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(4):hover .dot,
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active .dot {
  background: #fff;
}
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(4):hover p,
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active p {
  color: #fff;
}
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(5) .dot {
  background: #8b5cf6;
}
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(5):hover,
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active {
  background: #8b5cf6;
  box-shadow: 0px 4px 14px #8b5cf633;
}
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(5):hover .dot,
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active .dot {
  background: #fff;
}
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(5):hover p,
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active p {
  color: #fff;
}
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(6) .dot {
  background: #009cf6;
}
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(6):hover,
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(6).swiper-pagination-bullet-active {
  background: #009cf6;
  box-shadow: 0px 4px 14px #009cf633;
}
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(6):hover .dot,
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(6).swiper-pagination-bullet-active .dot {
  background: #fff;
}
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(6):hover p,
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(6).swiper-pagination-bullet-active p {
  color: #fff;
}
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(7) .dot {
  background: #ff4040;
}
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(7):hover,
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(7).swiper-pagination-bullet-active {
  background: #ff4040;
  box-shadow: 0px 4px 14px #ff404033;
}
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(7):hover .dot,
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(7).swiper-pagination-bullet-active .dot {
  background: #fff;
}
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(7):hover p,
.globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(7).swiper-pagination-bullet-active p {
  color: #fff;
}
.globali .inner .section2 .swiper .swiper-wrapper {
  width: 100%;
  margin-top: 50px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .left {
  width: 100%;
  height: auto !important;
  flex-shrink: 0;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #e5efed;
  position: relative;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .left .Africa {
  position: absolute;
  top: 66%;
  left: 56%;
  display: flex;
  align-items: center;
  gap: 5px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .left .Africa .dot {
  display: flex;
  align-items: center;
  justify-content: center;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .left .Africa .dot .dot1 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1.2px solid #ffffff;
  background: #1b9ba4;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .left .Africa p {
  color: #6f6f6f;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .left .Asia {
  position: absolute;
  top: 48%;
  left: 76%;
  display: flex;
  align-items: center;
  gap: 5px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .left .Asia .dot {
  display: flex;
  align-items: center;
  justify-content: center;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .left .Asia .dot .dot1 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1.2px solid #ffffff;
  background: #d63384;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .left .Asia p {
  color: #6f6f6f;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .left .MiddleEast {
  position: absolute;
  top: 43%;
  left: 55%;
  display: flex;
  align-items: center;
  gap: 5px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .left .MiddleEast .dot {
  display: flex;
  align-items: center;
  justify-content: center;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .left .MiddleEast .dot .dot1 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1.2px solid #ffffff;
  background: #f73e3e;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .left .MiddleEast p {
  color: #6f6f6f;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .left .Europe {
  position: absolute;
  top: 24%;
  left: 61%;
  display: flex;
  align-items: center;
  gap: 5px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .left .Europe .dot {
  display: flex;
  align-items: center;
  justify-content: center;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .left .Europe .dot .dot1 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1.2px solid #ffffff;
  background: #f59e0b;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .left .Europe p {
  color: #6f6f6f;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .left .SouthAmerica {
  position: absolute;
  top: 38%;
  left: 22%;
  display: flex;
  align-items: center;
  gap: 5px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .left .SouthAmerica .dot {
  display: flex;
  align-items: center;
  justify-content: center;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .left .SouthAmerica .dot .dot1 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1.2px solid #ffffff;
  background: #8b5cf6;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .left .SouthAmerica p {
  color: #6f6f6f;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .left .NorthAmerica {
  position: absolute;
  top: 73%;
  left: 31%;
  display: flex;
  align-items: center;
  gap: 5px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .left .NorthAmerica .dot {
  display: flex;
  align-items: center;
  justify-content: center;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .left .NorthAmerica .dot .dot1 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1.2px solid #ffffff;
  background: #009cf6;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .left .NorthAmerica p {
  color: #6f6f6f;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .left .Oceania {
  position: absolute;
  top: 75%;
  left: 86%;
  display: flex;
  align-items: center;
  gap: 5px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .left .Oceania .dot {
  display: flex;
  align-items: center;
  justify-content: center;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .left .Oceania .dot .dot1 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1.2px solid #ffffff;
  background: #ff4040;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .left .Oceania p {
  color: #6f6f6f;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .left .China {
  position: absolute;
  top: 30%;
  left: 82%;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .left .China p {
  color: #063669;
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .right {
  width: 38%;
  height: auto !important;
  flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.95) 6.17%, rgba(255, 255, 255, 0.8) 93.83%);
  box-shadow: 0px 0px 10.6px #0000001f;
  padding: 30px 30px 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .right .text1 {
  display: flex;
  align-items: center;
  gap: 12px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .right .text1 .dot {
  width: 14px;
  max-width: 14px;
  min-width: 14px;
  height: 14px;
  border-radius: 18641400px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .right .text1 p {
  color: #063669;
  font-family: Manrope;
  font-weight: 700;
  font-size: 20px;
  line-height: 33px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .right .text2 {
  color: #434653;
  font-family: "Alibaba PuHuiTi";
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  transition: 0.5s;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .right .globali-num {
  display: flex;
  align-items: center;
  gap: 24px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .right .globali-num .item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .right .globali-num .item .text3 {
  font-family: Manrope;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .right .globali-num .item .text4 {
  color: #9ca3af;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .right .globali-num .item1 .text3 {
  color: #e61874;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .right .globali-num .item2 .text3 {
  color: #1b9ba4;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .right .globali-num .line {
  width: 1px;
  height: 48.5px;
  background: rgba(0, 0, 0, 0.08);
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .right .btn1 {
  display: flex;
  align-items: center;
  gap: 17px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .right .btn1 .prev,
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .right .btn1 .next {
  width: 42px;
  max-width: 42px;
  min-width: 42px;
  height: 42px;
  border-radius: 42px;
  background: #1b9ba4;
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .right .btn2 {
  position: absolute;
  right: -100px;
  bottom: -100px;
  width: 154.5px;
  height: 226px;
  transform: rotate(45deg);
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .right .btn2 svg {
  position: absolute;
  top: 55%;
  left: 10%;
  transform: rotate(-45deg);
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .right::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(1) .left .Africa {
  left: 52%;
  flex-direction: row-reverse;
  justify-content: flex-start;
  gap: 12px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(1) .left .Africa .dot {
  border-radius: 50%;
  border: 4px solid rgba(27, 155, 164, 0.5);
  animation: breatheAfrica 4s infinite ease-in-out;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(1) .left .Africa .dot .dot1 {
  width: 12px;
  max-width: 12px;
  min-width: 12px;
  height: 12px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(1) .left .Africa p {
  color: #1b9ba4;
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(1) .right {
  border: 0.6px solid rgba(27, 155, 164, 0.13);
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(1) .right .text1 .dot {
  background: #1b9ba4;
  box-shadow: 0px 0px 10px rgba(27, 155, 164, 0.25);
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(1) .right .btn2 {
  background: #1b9ba4;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(1) .right::after {
  background: linear-gradient(90deg, #1b9ba4 0%, rgba(27, 155, 164, 0.25) 100%);
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(2) .left .Asia {
  left: 73%;
  flex-direction: row-reverse;
  justify-content: flex-start;
  gap: 12px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(2) .left .Asia .dot {
  border-radius: 50%;
  border: 4px solid rgba(214, 51, 132, 0.5);
  animation: breatheAsia 4s infinite ease-in-out;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(2) .left .Asia .dot .dot1 {
  width: 12px;
  max-width: 12px;
  min-width: 12px;
  height: 12px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(2) .left .Asia p {
  color: #d63384;
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(2) .right {
  border: 0.6px solid rgba(214, 51, 132, 0.13);
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(2) .right .text1 .dot {
  background: #d63384;
  box-shadow: 0px 0px 10px rgba(214, 51, 132, 0.25);
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(2) .right .btn2 {
  background: #d63384;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(2) .right::after {
  background: linear-gradient(90deg, #d63384 0%, rgba(214, 51, 132, 0.25) 100%);
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(3) .left .MiddleEast {
  left: 49%;
  flex-direction: row-reverse;
  justify-content: flex-start;
  gap: 12px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(3) .left .MiddleEast .dot {
  border-radius: 50%;
  border: 4px solid rgba(247, 62, 62, 0.5);
  animation: breatheMiddleEast 4s infinite ease-in-out;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(3) .left .MiddleEast .dot .dot1 {
  width: 12px;
  max-width: 12px;
  min-width: 12px;
  height: 12px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(3) .left .MiddleEast p {
  color: #f73e3e;
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(3) .right {
  border: 0.6px solid rgba(247, 62, 62, 0.13);
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(3) .right .text1 .dot {
  background: #f73e3e;
  box-shadow: 0px 0px 10px rgba(247, 62, 62, 0.25);
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(3) .right .btn2 {
  background: #f73e3e;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(3) .right::after {
  background: linear-gradient(90deg, #f73e3e 0%, rgba(247, 62, 62, 0.25) 100%);
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(4) .left .Europe {
  left: 56%;
  flex-direction: row-reverse;
  justify-content: flex-start;
  gap: 12px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(4) .left .Europe .dot {
  border-radius: 50%;
  border: 4px solid rgba(245, 158, 11, 0.5);
  animation: breatheEurope 4s infinite ease-in-out;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(4) .left .Europe .dot .dot1 {
  width: 12px;
  max-width: 12px;
  min-width: 12px;
  height: 12px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(4) .left .Europe p {
  color: #f59e0b;
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(4) .right {
  border: 0.6px solid rgba(245, 158, 11, 0.13);
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(4) .right .text1 .dot {
  background: #f59e0b;
  box-shadow: 0px 0px 10px rgba(245, 158, 11, 0.25);
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(4) .right .btn2 {
  background: #f59e0b;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(4) .right::after {
  background: linear-gradient(90deg, #f59e0b 0%, rgba(245, 158, 11, 0.25) 100%);
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(5) .left .SouthAmerica {
  left: 14%;
  flex-direction: row-reverse;
  justify-content: flex-start;
  gap: 12px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(5) .left .SouthAmerica .dot {
  border-radius: 50%;
  border: 4px solid rgba(139, 92, 246, 0.5);
  animation: breatheSouthAmerica 4s infinite ease-in-out;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(5) .left .SouthAmerica .dot .dot1 {
  width: 12px;
  max-width: 12px;
  min-width: 12px;
  height: 12px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(5) .left .SouthAmerica p {
  color: #8b5cf6;
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(5) .right {
  border: 0.6px solid rgba(139, 92, 246, 0.13);
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(5) .right .text1 .dot {
  background: #8b5cf6;
  box-shadow: 0px 0px 10px rgba(139, 92, 246, 0.25);
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(5) .right .btn2 {
  background: #8b5cf6;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(5) .right::after {
  background: linear-gradient(90deg, #8b5cf6 0%, rgba(139, 92, 246, 0.25) 100%);
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(6) .left .NorthAmerica {
  left: 22%;
  flex-direction: row-reverse;
  justify-content: flex-start;
  gap: 12px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(6) .left .NorthAmerica .dot {
  border-radius: 50%;
  border: 4px solid rgba(0, 156, 246, 0.5);
  animation: breatheNorthAmerica 4s infinite ease-in-out;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(6) .left .NorthAmerica .dot .dot1 {
  width: 12px;
  max-width: 12px;
  min-width: 12px;
  height: 12px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(6) .left .NorthAmerica p {
  color: #009cf6;
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(6) .right {
  border: 0.6px solid rgba(0, 156, 246, 0.13);
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(6) .right .text1 .dot {
  background: #009cf6;
  box-shadow: 0px 0px 10px rgba(0, 156, 246, 0.25);
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(6) .right .btn2 {
  background: #009cf6;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(6) .right::after {
  background: linear-gradient(90deg, #009cf6 0%, rgba(0, 156, 156, 0.25) 100%);
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(7) .left .Oceania {
  left: 81%;
  flex-direction: row-reverse;
  justify-content: flex-start;
  gap: 12px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(7) .left .Oceania .dot {
  border-radius: 50%;
  border: 4px solid rgba(255, 64, 64, 0.5);
  animation: breatheOceania 4s infinite ease-in-out;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(7) .left .Oceania .dot .dot1 {
  width: 12px;
  max-width: 12px;
  min-width: 12px;
  height: 12px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(7) .left .Oceania p {
  color: #ff4040;
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(7) .right {
  border: 0.6px solid rgba(255, 64, 64, 0.13);
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(7) .right .text1 .dot {
  background: #ff4040;
  box-shadow: 0px 0px 10px rgba(255, 64, 64, 0.25);
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(7) .right .btn2 {
  background: #ff4040;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide:nth-child(7) .right::after {
  background: linear-gradient(90deg, #ff4040 0%, rgba(255, 64, 64, 0.25) 100%);
}
@keyframes breatheAfrica {
  0% {
    box-shadow: 0 0 0 2px rgba(27, 155, 164, 0.2);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(27, 155, 164, 0.2);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(27, 155, 164, 0.2);
  }
}
@keyframes breatheAsia {
  0% {
    box-shadow: 0 0 0 2px rgba(214, 51, 132, 0.2);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(214, 51, 132, 0.2);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(214, 51, 132, 0.2);
  }
}
@keyframes breatheMiddleEast {
  0% {
    box-shadow: 0 0 0 2px rgba(247, 62, 62, 0.2);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(247, 62, 62, 0.2);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(247, 62, 62, 0.2);
  }
}
@keyframes breatheEurope {
  0% {
    box-shadow: 0 0 0 2px rgba(245, 158, 11, 0.2);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(245, 158, 11, 0.2);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(245, 158, 11, 0.2);
  }
}
@keyframes breatheSouthAmerica {
  0% {
    box-shadow: 0 0 0 2px rgba(139, 92, 246, 0.2);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(139, 92, 246, 0.2);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(139, 92, 246, 0.2);
  }
}
@keyframes breatheNorthAmerica {
  0% {
    box-shadow: 0 0 0 2px rgba(0, 156, 156, 0.2);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(0, 156, 156, 0.2);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(0, 156, 156, 0.2);
  }
}
@keyframes breatheOceania {
  0% {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.2);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(255, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 64, 64, 0.2);
  }
}
.blogi {
  width: 100%;
  border-radius: 80px 80px 0px 0px;
  background: #edf2fa;
  position: relative;
}
.blogi .back1 {
  position: absolute;
  bottom: 5%;
  left: -10%;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(214, 51, 132, 0.14) 0%, rgba(214, 51, 132, 0) 100%);
  z-index: 0;
}
.blogi .back2 {
  position: absolute;
  top: 70%;
  left: 40%;
  width: 152px;
  height: 152px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(27, 155, 164, 0.15) 0%, rgba(27, 155, 164, 0.04) 100%);
  z-index: 0;
}
.blogi .back3 {
  position: absolute;
  top: 80%;
  left: 51%;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(27, 155, 164, 0.15) 0%, rgba(27, 155, 164, 0.04) 100%);
  z-index: 0;
}
.blogi .back4 {
  position: absolute;
  bottom: 15%;
  right: -2%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(214, 51, 132, 0.1) 0%, rgba(214, 51, 132, 0) 100%);
  z-index: 0;
}
.blogi .back5 {
  position: absolute;
  bottom: 0%;
  right: -2%;
  width: 137px;
  height: 137px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(214, 51, 132, 0.1) 0%, rgba(214, 51, 132, 0) 100%);
  z-index: 0;
}
.blogi .inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 50px 0;
}
.blogi .inner .section1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.blogi .inner .section1 .section1-left {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.blogi .inner .section1 .section1-left .desc {
  display: flex;
  align-items: center;
  gap: 12px;
}
.blogi .inner .section1 .section1-left .desc .line {
  width: 32px;
  height: 1px;
  background: #d63384;
}
.blogi .inner .section1 .section1-left .desc p {
  color: #d63384;
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
.blogi .inner .section1 .section1-left .title {
  color: #063669;
  font-family: Manrope;
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
}
.blogi .inner .section1 .section1-left .title span {
  color: #1b9ba4;
}
.blogi .inner .section1 .section1-right {
  height: fit-content;
  border-radius: 18641400px;
  background: #f4f6f8;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  padding: 4px;
}
.blogi .inner .section1 .section1-right .item {
  padding: 10px 20px;
  border-radius: 18641400px;
  background: transparent;
  text-align: center;
  color: #7a7f8e;
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  transition: 0.5s;
}
.blogi .inner .section1 .section1-right .item-active {
  background: #1b9ba4;
  color: #ffffff;
}
.blogi .inner .section2 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.blogi .inner .section2 .section2-left {
  width: 60%;
  border-radius: 20px;
  overflow: hidden;
  height: auto !important;
  flex-shrink: 0;
  position: relative;
}
.blogi .inner .section2 .section2-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blogi .inner .section2 .section2-left .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}
.blogi .inner .section2 .section2-left .content .top {
  padding: 20px 0 0 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.blogi .inner .section2 .section2-left .content .top .tag {
  padding: 6px 12px;
  border-radius: 18641400px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.blogi .inner .section2 .section2-left .content .top .tag p {
  color: #ffffff;
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
.blogi .inner .section2 .section2-left .content .top .tag1 {
  background: rgba(27, 155, 164, 0.6);
}
.blogi .inner .section2 .section2-left .content .top .tag1 p {
  text-transform: uppercase;
}
.blogi .inner .section2 .section2-left .content .top .tag2 {
  background: rgba(214, 51, 132, 0.45);
}
.blogi .inner .section2 .section2-left .content .bottom {
  padding: 0 30px 30px 30px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.blogi .inner .section2 .section2-left .content .bottom .time {
  display: flex;
  align-items: center;
  gap: 12px;
}
.blogi .inner .section2 .section2-left .content .bottom .time p {
  color: rgba(255, 255, 255, 0.85);
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.blogi .inner .section2 .section2-left .content .bottom .title {
  width: 90%;
  color: #ffffff;
  font-family: Manrope;
  font-weight: 700;
  font-size: 20px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.5s;
}
.blogi .inner .section2 .section2-left .content .bottom .desc {
  width: 80%;
  color: rgba(255, 255, 255, 0.5);
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: 0.5s;
}
.blogi .inner .section2 .section2-left .content .bottom .btn {
  display: flex;
  align-items: center;
  gap: 7px;
}
.blogi .inner .section2 .section2-left .content .bottom .btn p {
  color: #d63384;
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.blogi .inner .section2 .section2-left .content .bottom .btn svg {
  transform: translate3d(0, 0, 0);
  animation: horizontalMove 2s linear infinite;
}
.blogi .inner .section2 .section2-left::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 5.29%, rgba(40, 40, 40, 0.49) 20%, rgba(102, 102, 102, 0) 40%);
  z-index: 1;
  pointer-events: none;
}
.blogi .inner .section2 .section2-left:hover .content .bottom .title {
  color: #1b9ba4;
}
.blogi .inner .section2 .section2-right {
  width: 37%;
  height: auto !important;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 22px;
  min-height: 0;
}
.blogi .inner .section2 .section2-right .item {
  width: 100%;
  border-radius: 20px;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  flex: 1 1 0;
  min-height: 0;
  flex-direction: column;
}
.blogi .inner .section2 .section2-right .item .top {
  width: 100%;
  border-radius: 20px 20px 0 0;
  position: relative;
  overflow: hidden;
  flex: 0 0 58%;
  min-height: 0;
}
.blogi .inner .section2 .section2-right .item .top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blogi .inner .section2 .section2-right .item .top .tag {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 10px;
  border-radius: 18641400px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.blogi .inner .section2 .section2-right .item .top .tag p {
  color: #ffffff;
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
.blogi .inner .section2 .section2-right .item .bottom {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 0 0 20px 20px;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  min-height: 88px;
}
.blogi .inner .section2 .section2-right .item .bottom .time {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blogi .inner .section2 .section2-right .item .bottom .time p {
  color: #b0b5c0;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.blogi .inner .section2 .section2-right .item .bottom .title {
  width: 100%;
  color: #063669;
  font-family: Manrope;
  font-weight: 700;
  font-size: 15px;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.5s;
}
.blogi .inner .section2 .section2-right .item1 .top .tag {
  background: rgba(214, 51, 132, 0.45);
}
.blogi .inner .section2 .section2-right .item1:hover .bottom .title {
  color: #d63384;
}
.blogi .inner .section2 .section2-right .item2 .top .tag {
  background: rgba(27, 155, 164, 0.6);
}
.blogi .inner .section2 .section2-right .item2:hover .bottom .title {
  color: #1b9ba4;
}
.blogi .inner .section3 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blogi .inner .section3 a {
  border-radius: 8px;
  border: 1px solid #1b9ba4;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
}
.blogi .inner .section3 a p {
  padding: 8px 10px;
  color: #1b9ba4;
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.blogi .inner .section3 a .icon {
  width: 40px;
  max-width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #1b9ba4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blogi .inner .section3 a .icon svg {
  transform: translate3d(0, 0, 0);
  animation: horizontalMove 2s linear infinite;
}

.index-video-dialog .el-dialog {
  background: #0b1f35;
  border-radius: 16px;
}
.index-video-dialog .el-dialog__body {
  padding: 20px;
}
.index-video-player {
  width: 100%;
  display: block;
  border-radius: 12px;
}
.producti .inner .section2 .section2-left .item,
.blogi .inner .section1 .section1-right .item {
  cursor: pointer;
}

@media (max-width: 1200px) {
  .producti .inner,
  .blogi .inner {
    gap: 45px;
    padding: 50px 0;
  }
  .producti .inner .section1 .section1-left .title,
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-left .text1 p,
  .abouti .inner .section1 .title,
  .globali .inner .section1 .title,
  .blogi .inner .section1 .section1-left .title {
    font-size: 20px;
    line-height: 28px;
  }
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-left .text1 .num1,
  .abouti-num .inner .item .text1,
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .top .title1,
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .top .title2 {
    font-size: 20px;
    line-height: 28px;
  }
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-left .text1 .num1{
    min-width: 50px;
  }
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-left .text1 {
    height: 70px;
}

  .producti .inner .section2 .section2-left .item .content .text1,
  .producti .inner .section2 .section2-left .item .content .text2,
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-left .text2,
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-right .item1,
  .abouti .inner .section1 .desc,
  .abouti .inner .section2 .item .top p,
  .abouti .inner .section2 .item .middle,
  .blogi .inner .section1 .section1-right .item,
  .blogi .inner .section2 .section2-left .content .bottom .title,
  .blogi .inner .section2 .section2-left .content .bottom .desc,
  .blogi .inner .section2 .section2-right .item .bottom .title {
    font-size: 14px;
    line-height: 22px;
  }

  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-left .text1 .num1{
    min-width: 50px !important;
  }
  .producti .inner .section2 {
    gap: 30px;
  }
  .producti .inner .section2 .section2-left {
    width: 36%;
    min-width: 0;
    gap: 16px;
  }
  .producti .inner .section2 .section2-right {
    width: 61%;
  }
  .producti .inner .section2 .section2-right .swiper .swiper-wrapper .swiper-slide .content .top {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 35px;
  }
  .producti .inner .section2 .section2-right .swiper .swiper-wrapper .swiper-slide .content .bottom .img {
    width: 45%;
  }
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content {
    width: 88%;
    height: auto;
  }
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-left .text1,
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-left .text2,
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-left .btn {
    margin-bottom: 30px;
  }
  .applicationi .section2 .inner {
    top: -50px;
  }
  .applicationi .section2 .inner .swiper {
    width: min(620px, 78vw);
  }
  .applicationi .section2 .inner .swiper .swiper-wrapper .swiper-slide {
    width: 100% !important;
    padding: 18px;
  }
  .abouti .inner {
    gap: 45px;
  }
}

@media (max-width: 992px) {
  .producti .inner,
  .abouti .inner,
  .blogi .inner {
    gap: 35px;
    padding: 45px 0;
  }
  .producti .inner .section1,
  .producti .inner .section2,
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom,
  .abouti .inner .section2,
  .blogi .inner .section1,
  .blogi .inner .section2 {
    flex-direction: column;
    gap: 25px;
  }
  .producti .inner .section1 .section1-left,
  .producti .inner .section2 .section2-left,
  .producti .inner .section2 .section2-right,
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-left,
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-right,
  .blogi .inner .section2 .section2-left,
  .blogi .inner .section2 .section2-right {
    width: 100%;
  }
  .producti .inner .section1 .section1-left .desc,
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .top .top-left .desc,
  .blogi .inner .section1 .section1-left .desc p {
    font-size: 14px;
    line-height: 20px;
  }
  .producti .inner .section2 .section2-left {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .producti .inner .section2 .section2-left .item {
    width: 48%;
  }
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide > img {
    min-height: 650px;
  }
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-right {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-right .item1 {
    width: 48%;
  }
  .applicationi .section2 .inner {
    top: 0;
    padding: 35px 0;
  }
  .abouti .inner .section2 .item {
    width: 100%;
  }
  .abouti-num .inner {
    flex-wrap: wrap;
    gap: 30px;
    padding: 45px 0;
  }
  .abouti-num .inner .item {
    width: 48%;
  }
  .blogi {
    border-radius: 40px 40px 0 0;
  }
  .blogi .inner .section1 {
    align-items: flex-start;
  }
  .blogi .inner .section1 .section1-right {
    flex-wrap: wrap;
    border-radius: 20px;
  }
  .blogi .inner .section2 .section2-right {
    gap: 25px;
  }
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-left .text1{
    flex-wrap: wrap;
  }
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-left .text1 .num1{
    min-width: 40px;
  }
  .globali .inner .section1 {
    gap: 15px;
}
.producti .inner .section2 .section2-right .swiper .swiper-wrapper .swiper-slide .content .bottom .img {
  width: 40%;
}
}

@media (max-width: 640px) {
  .producti .inner,
  .abouti .inner,
  .blogi .inner {
    gap: 25px;
    padding: 35px 0;
  }
  .producti .inner .section1 .section1-left .title,
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-left .text1 p,
  .abouti .inner .section1 .title,
  .blogi .inner .section1 .section1-left .title {
    font-size: 18px;
    line-height: 26px;
  }
  .producti .inner .section2 .section2-left .item,
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-right .item1,
  .abouti-num .inner .item {
    width: 100%;
  }
  .producti .inner .section2 .section2-left .item {
    padding: 14px;
    gap: 12px;
  }
  .producti .inner .section2 .section2-left .item .line {
    display: none;
  }
  .producti .inner .section2 .section2-left .item .img {
    width: 18%;
    max-width: none;
    min-width: 0;
    height: auto;
  }
  .producti .inner .section2 .section2-right .swiper .prev,
  .producti .inner .section2 .section2-right .swiper .next {
    width: 8%;
    flex: 0 0 8%;
    aspect-ratio: 1 / 1;
    height: auto;
  }
  .producti .inner .section2 .section2-right .swiper .swiper-wrapper .swiper-slide .content .top {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide > img {
    min-height: 750px;
  }
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content {
    width: 92%;
  }
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-left .text1 {
    height: auto;
    gap: 14px;
  }
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-left .text1 .num1 {
    min-width: 0;
    font-size: 20px;
    line-height: 28px;
  }
  .applicationi .section2 .inner .swiper {
    width: min(560px, 84vw);
  }
  .applicationi .section2 .inner .swiper .swiper-wrapper .swiper-slide {
    width: 100% !important;
    padding: 14px;
  }
  .abouti .inner .section1 {
    width: 100%;
  }
  .abouti .inner .section2 {
    bottom: 0;
  }
  .abouti .inner .section2 .item {
    padding: 18px;
  }
  .abouti .inner .section2 .item .bottom {
    height: auto;
  }
  .abouti .inner .section2 .item .bottom .img-inner {
    position: relative;
  }
  .blogi {
    border-radius: 28px 28px 0 0;
  }
  .blogi .inner .section1 .section1-right .item {
    padding: 8px 12px;
  }
  .blogi .inner .section2 .section2-left .content .bottom,
  .blogi .inner .section2 .section2-left .content .top {
    padding: 18px;
  }
  .blogi .inner .section2 .section2-left .content .bottom .title,
  .blogi .inner .section2 .section2-right .item .bottom .title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 1200px) {
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content,
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content {
    width: 86%;
    height: 82%;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .left .desc,
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-left .text2,
  .abouti .inner .section1 .desc,
  .blogi .inner .section2 .section2-left .content .bottom .desc {
    font-size: 15px;
    line-height: 24px;
  }
  .applicationi .section2 .inner {
    top: -50px;
  }
}

@media (max-width: 992px) {
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content,
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content {
    width: 90%;
    height: auto;
    top: 50%;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top,
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .top,
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom,
  .abouti .inner,
  .globali .inner .section2 .swiper .swiper-wrapper .swiper-slide {
    flex-direction: column;
    gap: 24px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .left,
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .left .desc,
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .right,
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-left,
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-right,
  .abouti .inner .section1,
  .abouti .inner .section2,
  .globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .left,
  .globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .right {
    width: 100%;
  }

  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .right,
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-right {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }

  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .left .tag,
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .right{
    display: none;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .right .item {
    width: 30%;
    gap: 12px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .right .item .line {
    height: 40px;
  }
  .producti .inner .section2 .section2-left,
  .blogi .inner .section1 .section1-right,
  .blogi .inner .section2 .section2-right {
    gap: 16px;
  }
  .applicationi .section2 .inner {
    top: 0;
    padding: 35px 0;
  }
  .servicesi > img,
  .producti > img {
    display: none;
  }
  .servicesi .inner {
    padding-top: 35px;
  }
}

@media (max-width: 640px) {
  .inner {
    width: 90%;
  }
  .banner {
    margin-top: 50px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top,
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .bottom,
  .producti .inner,
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom,
  .abouti .inner,
  .abouti-num .inner,
  .servicesi .inner,
  .globali .inner,
  .blogi .inner {
    gap: 20px;
  }
  .producti .inner,
  .applicationi .section2 .inner,
  .abouti .inner,
  .abouti-num .inner,
  .servicesi .inner,
  .globali .inner,
  .blogi .inner {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .left .tag,
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .left .desc,
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .bottom .left .num,
  .producti .inner .section1 .section1-left .desc,
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .top .top-left .desc,
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-left .text2,
  .abouti .inner .section1 .desc,
  .abouti .inner .section2 .item .middle,
  .blogi .inner .section1 .section1-right .item,
  .blogi .inner .section2 .section2-left .content .bottom .desc {
    font-size: 14px;
    line-height: 22px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .left .title,
  .producti .inner .section1 .section1-left .title,
  .producti .inner .section2 .section2-right .swiper .swiper-wrapper .swiper-slide .content .top,
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-left .text1 p,
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-left .text1 .num1,
  .abouti .inner .section1 .title,
  .abouti-num .inner .item .text1,
  .globali .inner .section1 .title,
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .top .title1,
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .top .title2,
  .globali .inner .section1 .section1-left .title,
  .blogi .inner .section1 .section1-left .title {
    font-size: 18px;
    line-height: 26px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .left .tag,
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .left .title,
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .left .desc,
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-left .text1,
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-left .text2,
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-left .btn {
    margin-bottom: 20px;
  }

  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .left .title,
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .left .desc{
    margin-bottom: 5px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .left .btn,
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .bottom,
  .blogi .inner .section1 .section1-right {
    flex-wrap: wrap;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .left .btn .btn1,
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .left .btn .btn2 {
    padding: 7px 10px 7px 16px;
    font-size: 14px;
    line-height: 20px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .left .btn .btn1 .icon,
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .left .btn .btn2 .icon,
  .producti .inner .section1 .section1-right .icon,
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-left .btn .icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    max-width: 36px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .right .item,
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-right .item1,
  .abouti-num .inner .item {
    width: 100%;
  }
  .producti .inner .section2 .section2-left .item .img {
    width: 52px;
    height: 52px;
    min-width: 52px;
    max-width: 52px;
  }
  .producti .inner .section2 .section2-right .swiper .swiper-wrapper .swiper-slide .content .bottom {
    flex-direction: column;
    gap: 20px;
  }
  .producti .inner .section2 .section2-right .swiper .swiper-wrapper .swiper-slide .content .bottom .left,
  .producti .inner .section2 .section2-right .swiper .swiper-wrapper .swiper-slide .content .bottom .right,
  .producti .inner .section2 .section2-right .swiper .swiper-wrapper .swiper-slide .content .bottom .img {
    width: 100%;
  }
  .producti .inner .section2 .section2-right .swiper .swiper-wrapper .swiper-slide .content .bottom .img {
  width: 40%;
}
  .applicationi .section2 .inner .swiper {
    width: 88vw;
  }
  .applicationi .section2 .inner .swiper .swiper-wrapper .swiper-slide {
    width: 100% !important;
    padding: 14px;
  }
  .abouti .inner .section2 .item,
  .blogi .inner .section2 .section2-right .item {
    padding: 16px;
  }
  .blogi .inner .section2 .section2-left .content {
    position: static;
  }
  .blogi .inner .section2 .section2-left .content .top,
  .blogi .inner .section2 .section2-left .content .bottom {
    padding: 16px;
  }
  .index-video-dialog .el-dialog {
    width: 90% !important;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .left .btn{
    display: none;
  }
}

@media (max-width: 1180px) {
  .abouti .inner .section2 {
    bottom: 0;
    align-items: stretch;
    gap: 20px;
  }
  .abouti .inner .section2 .item {
    width: 32%;
    padding: 20px;
  }
  .abouti .inner .section2 .item .top {
    gap: 14px;
  }
  .abouti .inner .section2 .item .top .icon {
    width: 16%;
    max-width: none;
    min-width: 0;
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .abouti .inner .section2 .item .top p {
    font-size: 16px;
    line-height: 22px;
  }
  .abouti .inner .section2 .item .middle {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .abouti .inner .section2 .item .bottom {
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .abouti .inner .section2 .item .bottom .img-inner {
    position: relative;
  }
  .abouti .inner .section2 .item .bottom .img-inner .mask .play {
    width: 14%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .servicesi .inner {
    padding-top: 40px;
  }
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide {
    aspect-ratio: 16 / 9;
  }
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide > img {
    object-fit: cover;
  }
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide .content {
    width: 88%;
    height: 86%;
    justify-content: center;
    gap: 20px;
  }
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .top {
    gap: 18px;
  }
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .top .title1,
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .top .title2,
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .middle1 p,
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .bottom .left .text1 {
    font-size: 18px;
    line-height: 26px;
  }
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .top .line {
    width: 76%;
  }
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .middle1 {
    width: 100%;
  }
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .bottom {
    padding: 24px;
    gap: 16px;
  }
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .bottom .left .text2 {
    font-size: 14px;
    line-height: 22px;
  }
  .globali .inner .section2 .swiper .swiper-pagination {
    top: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
  }
  .globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet {
    height: auto;
    padding: 8px 12px;
  }
  .globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet p {
    font-size: 14px;
    line-height: 18px;
  }
  .blogi .inner .section2 {
    gap: 20px;
  }
  .blogi .inner .section2 .section2-left {
    width: 58%;
  }
  .blogi .inner .section2 .section2-right {
    width: 39%;
    gap: 20px;
  }
  .blogi .inner .section2 .section2-left .content .bottom {
    padding: 0 24px 24px 24px;
  }
  .blogi .inner .section2 .section2-left .content .bottom .title {
    font-size: 18px;
    line-height: 28px;
  }
  .blogi .inner .section2 .section2-left .content .bottom .desc {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 992px) {
  .abouti .inner .section2 {
    flex-direction: row;
    flex-wrap: wrap;
    bottom: 0;
  }
  .abouti .inner .section2 .item {
    width: 48%;
  }
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide {
    aspect-ratio: 4 / 5;
  }
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide .content {
    width: 88%;
    height: auto;
    gap: 18px;
  }
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .middle1 .prev,
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .middle1 .next {
    width: 8%;
    max-width: none;
    min-width: 0;
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .bottom .left {
    width: 100%;
  }
  .globali .inner .section2 .swiper .swiper-wrapper {
    margin-top: 35px;
  }
  .globali .inner .section2 .swiper .swiper-pagination {
    justify-content: center;
  }
  .blogi .inner .section2 {
    flex-direction: column;
    gap: 20px;
  }
  .blogi .inner .section2 .section2-left,
  .blogi .inner .section2 .section2-right {
    width: 100%;
  }
  .blogi .inner .section2 .section2-left img,
  .blogi .inner .section2 .section2-right .item .top img {
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .blogi .inner .section2 .section2-right {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .blogi .inner .section2 .section2-right .item {
    width: 48%;
  }
}

@media (max-width: 640px) {
  .abouti .inner .section2 {
    flex-direction: column;
    gap: 20px;
  }
  .abouti .inner .section2 .item {
    width: 100%;
    padding: 16px;
  }
  .abouti .inner .section2 .item .top .icon {
    width: 14%;
  }
  .abouti .inner .section2 .item .top p,
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .top .title1,
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .middle1 p,
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .bottom .left .text1,
  .globali .inner .section1 .title,
  .blogi .inner .section2 .section2-left .content .bottom .title {
    font-size: 16px;
    line-height: 24px;
  }
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide {
    aspect-ratio: 9 / 14;
  }
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide .num {
    top: 10px;
    right: 4%;
    font-size: 18px;
    line-height: 26px;
  }
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide .content {
    width: 90%;
    gap: 16px;
  }
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .top {
    gap: 14px;
  }
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .top .title2 {
    font-size: 18px;
    line-height: 26px;
  }
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .top .line {
    width: 80%;
  }
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .middle1 p {
    width: 100%;
  }
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .middle1 .prev,
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .middle1 .next {
    width: 10%;
  }
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .middle2,
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .bottom .left .text2 {
    font-size: 14px;
    line-height: 22px;
  }
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .bottom {
    padding: 16px;
  }
  .globali .inner .section2 .swiper .swiper-pagination {
    justify-content: center;
    gap: 8px;
  }
  .globali .inner .section2 .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 45%;
    justify-content: center;
    padding: 8px;
    gap: 6px;
  }
  .blogi .inner .section2 .section2-right {
    flex-direction: column;
    gap: 20px;
  }
  .blogi .inner .section2 .section2-right .item {
    width: 100%;
  }
  .blogi .inner .section2 .section2-left .content {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    height: auto;
    background: #fff;
  }
  .blogi .inner .section2 .section2-left::after {
    display: none;
  }
  .blogi .inner .section2 .section2-left .content .top,
  .blogi .inner .section2 .section2-left .content .bottom {
    padding: 16px;
  }
  .blogi .inner .section2 .section2-left .content .top {
    flex-wrap: wrap;
  }
  .blogi .inner .section2 .section2-left .content .bottom {
    gap: 10px;
  }
  .blogi .inner .section2 .section2-left .content .bottom .title,
  .blogi .inner .section2 .section2-left .content .bottom .desc,
  .blogi .inner .section2 .section2-right .item .bottom .title {
    width: 100%;
  }
  .blogi .inner .section2 .section2-left .content .bottom .desc,
  .blogi .inner .section2 .section2-right .item .bottom .title {
    font-size: 14px;
    line-height: 22px;
  }
.blogi .inner .section2 .section2-left .content .bottom .time p{
    color: #000000;
  }
.blogi .inner .section2 .section2-left .content .bottom .title{
    color: #000000;
  }
  .blogi .inner .section2 .section2-left .content .bottom .desc{
    color: #000000;
  }
  .blogi .inner .section2 .section2-left .content .top{
        padding: 16px;
    }
   .blogi .inner .section2 .section2-left .content .bottom {
        padding: 0 16px 16px;
    }
}

.blogi .inner .section2 .section2-empty {
  width: 100%;
  min-height: 260px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.65);
  color: #063669;
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
}
.videoPopup {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background: rgba(3, 16, 31, 0.72);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.videoPopup-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.videoPopup-inner {
  position: relative;
  width: min(1080px, 86vw);
  border-radius: 18px;
  background: #071d35;
  padding: 22px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
}
.videoPopup-close {
  position: absolute;
  top: -42px;
  right: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #063669;
  cursor: pointer;
  z-index: 2;
}
.videoPopup .index-video-player {
  width: 100%;
  max-height: 76vh;
  display: block;
  border-radius: 12px;
  background: #000000;
  object-fit: contain;
}
@media (max-width: 768px) {
  .videoPopup {
    padding: 18px;
  }
  .videoPopup-inner {
    width: 94vw;
    padding: 12px;
  }
}

.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content {

}
.applicationi .section2 .inner .swiper .swiper-wrapper .swiper-slide .img {
  height: 390px;
  border-radius: 12px;
}
.applicationi .section2 .inner .swiper .swiper-wrapper .swiper-slide .img img {
  height: 100%;
}
.abouti .inner .section2 .item .bottom .img-inner {
  cursor: pointer;
}
.abouti-num .inner {
  justify-content: center;
  gap: 24px;
}
.abouti-num .inner .item {
  flex: 1 1 0;
  min-width: 160px;

}
.servicesi .inner .swiper .swiper-wrapper .swiper-slide > img {
  object-fit: cover;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .left {
  min-height: 430px;
}
.globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .left img {
  display: block;
}
.blogi .inner .section2 {
  gap: 24px;
}
.blogi .inner .section2 .section2-left {
  min-height: 520px;
  max-height: 560px;
}
.blogi .inner .section2 .section2-right {
  max-height: 560px;
  gap: 18px;
  overflow: hidden;
}
.blogi .inner .section2 .section2-right .item {
  flex: 1 1 0;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.blogi .inner .section2 .section2-right .item .top {
  flex: 1 1 auto;
  min-height: 0;
}
.blogi .inner .section2 .section2-right .item .bottom {
  flex: 0 0 auto;
}

@media (max-width: 1200px) {
  .applicationi .section2 .inner .swiper .swiper-wrapper .swiper-slide .img {
    height: clamp(250px, 30vw, 340px);
  }
  .applicationi .section2 .inner .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev-prev {
    transform: translateX(920px) translateY(36px) rotate(-9deg) scale(0.86);
  }
  .applicationi .section2 .inner .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev {
    transform: translateX(455px) translateY(22px) rotate(-6deg) scale(0.92);
  }
  .applicationi .section2 .inner .swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
    transform: translateX(-455px) translateY(22px) rotate(6deg) scale(0.92);
  }
  .applicationi .section2 .inner .swiper .swiper-wrapper .swiper-slide.swiper-slide-next-next {
    transform: translateX(-920px) translateY(36px) rotate(9deg) scale(0.86);
  }
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .top .line {
    width: min(670px, 76%);
  }
}

@media (max-width: 992px) {
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content {
    height: auto;
    max-height: calc(100% - 56px);
    justify-content: center;
    gap: 28px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .right .item {
    width: calc(33.333% - 12px);
    min-width: 150px;
  }
  .applicationi .section2 .inner .swiper .swiper-wrapper .swiper-slide .img {
    height: 300px;
  }
  .applicationi .section2 .inner .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev-prev {
    transform: translateX(710px) translateY(30px) rotate(-8deg) scale(0.86);
  }
  .applicationi .section2 .inner .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev {
    transform: translateX(350px) translateY(18px) rotate(-5deg) scale(0.92);
  }
  .applicationi .section2 .inner .swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
    transform: translateX(-350px) translateY(18px) rotate(5deg) scale(0.92);
  }
  .applicationi .section2 .inner .swiper .swiper-wrapper .swiper-slide.swiper-slide-next-next {
    transform: translateX(-710px) translateY(30px) rotate(8deg) scale(0.86);
  }
  .abouti-num .inner .item {
    flex: 0 0 calc(50% - 12px);
  }
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide {
    aspect-ratio: auto;
  }
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide .content {
    justify-content: center;
  }
  .globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .left {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
  .globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .left img {
    object-fit: contain;
  }
  .globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .right {
    min-height: 0;
    gap: 22px;
  }
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .top .top-right{
    display: none;
  }
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-left .text1{
    height: auto;
  }
  .blogi .inner .section2 .section2-left {
    min-height: 0;
    max-height: none;
  }
  .blogi .inner .section2 .section2-right {
    max-height: none;
    overflow: visible;
  }
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide .num{
    display: none;
  }.servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .bottom{
    display: none;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .left .title {
    color: rgba(255, 255, 255, 1);
    font-family: Inter;
    font-weight: 700;
    font-size: 30px;
    line-height: 48px;    margin-bottom: 10px;
}
.banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .left .desc {
    margin-bottom: 20px;
}
}

@media (max-width: 640px) {
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .left .title {
        color: rgba(255, 255, 255, 1);
        font-family: Inter;
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
    }
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content {
    width: 90%;
    max-height: calc(100% - 48px);
    gap: 18px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .right {
    gap: 10px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .top .right .item {
    min-width: 0;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .bottom .right {
    display: none;
  }
  .applicationi .section2 .inner .swiper .swiper-wrapper .swiper-slide .img {
    height: 240px;
  }
  .applicationi .section2 .inner .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev-prev {
    transform: translateX(505px) translateY(22px) rotate(-6deg) scale(0.88);
  }
  .applicationi .section2 .inner .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev {
    transform: translateX(250px) translateY(14px) rotate(-4deg) scale(0.93);
  }
  .applicationi .section2 .inner .swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
    transform: translateX(-250px) translateY(14px) rotate(4deg) scale(0.93);
  }
  .applicationi .section2 .inner .swiper .swiper-wrapper .swiper-slide.swiper-slide-next-next {
    transform: translateX(-505px) translateY(22px) rotate(6deg) scale(0.88);
  }
  .abouti-num .inner {
    gap: 20px;
  }
  .abouti-num .inner .item {
    flex: 0 0 calc(50% - 10px);
    min-width: 0;
    gap:5px
  }
  .abouti-num .inner .item .text1 {
    line-height: 30px;
    font-size: 28px;
  }
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .middle1 {
    gap: 10px;
  }
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .middle2 {
    gap: 12px;
    text-align: center;
  }
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .bottom .right {
    width: 100%;
    justify-content: space-between;
  }
  .globali .inner .section2 .swiper .swiper-wrapper {
    margin-top: 24px;
  }
  .globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .left {
    aspect-ratio: 4 / 3;
  }
  .globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .left p {
    font-size: 12px !important;
    line-height: 16px !important;
  }
  .globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .right {
    padding: 22px;
  }
  .globali .inner .section2 .swiper .swiper-wrapper .swiper-slide .right .globali-num {
    flex-wrap: wrap;
    gap: 14px;
  }
  .blogi .inner .section2 .section2-right .item {
    padding: 0;
  }
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide .content .bottom .bottom-right .item1{
    min-height: auto;
    padding: 12px;
  }
  .servicesi .inner .swiper .swiper-wrapper .swiper-slide > img {
    height: 300px;
}.servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .middle1 .prev svg, 
.servicesi .inner .swiper .swiper-wrapper .swiper-slide .content .middle1 .next svg{
  width: 15px;
}
.producti .inner .section2 .section2-right .swiper .swiper-wrapper .swiper-slide .content .top {
        margin-bottom: 0px;
    }

}
@media (max-width: 521px) {
.producti .inner .section2 .section2-right .swiper .swiper-wrapper .swiper-slide .content .bottom .img {
  width: 35%;
}
}
@media (max-width: 420px) {
  .abouti-num .inner .item {
    flex: 0 0 100%;
  }
  .applicationi .section2 .inner .swiper .swiper-wrapper .swiper-slide .img {
    height: 210px;
  }
  .applicationi .section2 .inner .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev-prev,
  .applicationi .section2 .inner .swiper .swiper-wrapper .swiper-slide.swiper-slide-next-next {
    opacity: 0;
  }
  .applicationi .section2 .inner .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev {
    transform: translateX(86px) translateY(10px) rotate(-3deg) scale(0.94);
  }
  .applicationi .section2 .inner .swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
    transform: translateX(-86px) translateY(10px) rotate(3deg) scale(0.94);
  }
  .applicationi .section1 .swiper .swiper-wrapper .swiper-slide > img {
        min-height: 780px;
    }
    .applicationi .section2 {
    top: 0px;
  }
  .producti .inner .section2 .section2-right .swiper .swiper-wrapper .swiper-slide .content .bottom .img {
    width: 30%;
    min-width: 130px;
  }
  .producti .inner .section2 .section2-right .swiper .prev, .producti .inner .section2 .section2-right .swiper .next {
    width: 35px;
    max-width: 35px;
    min-width: 35px;
    height: 35px;
}
}
