.globali {
  width: 100%;
  background: #0a1527;
  padding: 60px 0;
  position: relative;
}
.globali .inner {
  display: flex;
  flex-direction: column;
}
.globali .inner .section3 {
  width: 100%;
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 100px;
}
.globali .inner .section3 > img {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.globali .inner .section3 .swiper3 {
  width: 30%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.globali .inner .section3 .swiper3 .swiper-wrapper {
  width: 100%;
}
.globali .inner .section3 .swiper3 .swiper-wrapper .swiper-slide {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.globali .inner .section3 .swiper3 .swiper-wrapper .swiper-slide .text1 {
  width: 100%;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 32px;
  line-height: 45px;
  margin-bottom: 20px;
}
.globali .inner .section3 .swiper3 .swiper-wrapper .swiper-slide .text2 {
  width: 100%;
  color: #e7ecf5;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 32px;
}
.globali .inner .section3 .swiper3 .swiper-wrapper .swiper-slide .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid #556d79;
  background: #15253f;
  box-shadow: 0px 0px 4px #2d426c inset;
  padding: 20px;
  margin-bottom: 33px;
}
.globali .inner .section3 .swiper3 .swiper-wrapper .swiper-slide .content .text3 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
.globali .inner .section3 .swiper3 .swiper-wrapper .swiper-slide .content .text4 {
  color: #5b739e;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 15px;
  line-height: 35px;
}
.globali .inner .section3 .swiper3 .swiper-wrapper .swiper-slide .btn {
  width: fit-content;
  border-radius: 61px;
  border: 1px solid #d7151a;
  background: #d7151a;
  padding: 5px 16px;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  transition: 0.5s;
}
.globali .inner .section3 .swiper3 .swiper-wrapper .swiper-slide .btn:hover {
  background: transparent;
  color: #d7151a;
}
.globali .inner .section3 .swiper4 {
  width: 70%;
  overflow: hidden;
}
.globali .inner .section3 .swiper4 .swiper-wrapper {
  width: 100%;
}
.globali .inner .section3 .swiper4 .swiper-wrapper .swiper-slide {
  width: 100%;
  position: relative;
}
.globali .inner .section3 .swiper4 .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.globali .inner .section3 .swiper4 .swiper-wrapper .swiper-slide .content {
  position: absolute;
  display: flex;
  gap: 20px;
  align-items: center;
}
.globali .inner .section3 .swiper4 .swiper-wrapper .swiper-slide .content .dot {
  width: 8px;
  height: 8px;
  background: #d7151a;
  border-radius: 50%;
  border: 2px solid #ffffff;
  position: relative;
  animation: breathe 4s infinite ease-in-out;
}
.globali .inner .section3 .swiper4 .swiper-wrapper .swiper-slide .content .text5 {
  padding: 2px 20px;
  border-radius: 28px;
  background: rgba(246, 246, 246, 0.7);
  box-shadow: 0px 0px 2px -1px rgba(0, 0, 0, 0.1), 0px 0px 3px rgba(0, 0, 0, 0.1);
  color: #56657c;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
}
.globali .inner .section3 .swiper4 .swiper-wrapper .swiper-slide:nth-child(1) .content {
  top: 22%;
  left: 50%;
}
.globali .inner .section3 .swiper4 .swiper-wrapper .swiper-slide:nth-child(2) .content {
  top: 32%;
  left: 50%;
}
.globali .inner .section3 .swiper4 .swiper-wrapper .swiper-slide:nth-child(3) .content {
  top: 49%;
  left: 54%;
}
.globali .inner .section3 .swiper4 .swiper-wrapper .swiper-slide:nth-child(4) .content {
  top: 48%;
  left: 63%;
}
.globali .inner .section3 .swiper4 .swiper-wrapper .swiper-slide:nth-child(5) .content {
  top: 39%;
  left: 58%;
}
.globali .inner .section3 > .btn {
  position: absolute;
  right: 10%;
  bottom: 30%;
  padding: 10px 20px;
  border-radius: 48px;
  background: #c9d1db;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}
.globali .inner .section3 > .btn .prev {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #223757;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.globali .inner .section3 > .btn .next {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #223757;
  background: #223757;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.globali .inner .section4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 100px;
}
.globali .inner .section4 .item {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  border: 0.8px solid #233554;
  background: #15233e;
  padding: 35px;
  display: flex;
  flex-direction: column;
  transition: 0.5s;
}
.globali .inner .section4 .item .img {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  transition: 0.5s;
}
.globali .inner .section4 .item .text5 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 18px;
}
.globali .inner .section4 .item .text6 {
  color: #94a9c8;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
}
.globali .inner .section4 .item:nth-child(1) .img {
  background: #1b2f52;
}
.globali .inner .section4 .item:nth-child(1):hover {
  border: 0.8px solid #50A2FF;
  background: #1a2b4c;
  box-shadow: 0px 0px 44.7px 12px #1d1c24;
  transform: translateY(-15px);
}
.globali .inner .section4 .item:nth-child(2) .img {
  background: #313145;
}
.globali .inner .section4 .item:nth-child(2):hover {
  border: 0.8px solid #FF6900;
  background: #1a2b4c;
  box-shadow: 0px 0px 44.7px 12px #1d1c24;
  transform: translateY(-15px);
}
.globali .inner .section4 .item:nth-child(3) .img {
  background: #133344;
}
.globali .inner .section4 .item:nth-child(3):hover {
  border: 0.8px solid #00BC7D;
  background: #1a2b4c;
  box-shadow: 0px 0px 44.7px 12px #1d1c24;
  transform: translateY(-15px);
}
.globali .inner .section4 .item:nth-child(4) .img {
  background: #212951;
}
.globali .inner .section4 .item:nth-child(4):hover {
  border: 0.8px solid #A78BFA;
  background: #1a2b4c;
  box-shadow: 0px 0px 44.7px 12px #1d1c24;
  transform: translateY(-15px);
}
.globali .inner .section5 {
  width: 100%;
  border-radius: 12px;
  border: 0.8px solid #30497d;
  background: #1a2b4c;
  box-shadow: 0px -4px 12.5px rgba(109, 109, 109, 0.2);
  padding: 22px 63px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.globali .inner .section5 .text2 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
.globali .inner .section5 .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
.globali .inner .section5 .btn .btn1 {
  text-align: center;
  min-width: 225px;
  padding: 14px 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #d7151a;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  transition: 0.5s;
}
.globali .inner .section5 .btn .btn1 svg {
  transition: 0.5s;
}
.globali .inner .section5 .btn .btn2 {
  text-align: center;
  min-width: 225px;
  padding: 14px 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #ffffff;
  color: #223757;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  transition: 0.5s;
}
.globali .inner .section5 .btn .btn2 svg {
  transition: 0.5s;
}
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(215, 21, 26, 0.2);
  }
  70% {
    box-shadow: 0 0 0 4px rgba(215, 21, 26, 0.2);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(215, 21, 26, 0.2);
  }
}
@media screen and (max-width: 1440px) {
  .globali .inner .section5 .text2 {
    font-size: 18px;
  }
  .globali .inner .section5 {
    flex-direction: column;
    gap: 15px;
  }
}
@media screen and (max-width: 1280px) {
  .globali .inner .section3 .swiper3 .swiper-wrapper .swiper-slide .text1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .globali .inner .section4 .item {
    padding: 20px;
  }
}
@media screen and (max-width: 834px) {
  .globali .inner .section3 {
    padding-bottom: 70px;
    margin-bottom: 0px;
    flex-direction: column;
  }
  .globali .inner .section3 .swiper3 {
    width: 100%;
  }
  .globali .inner .section3 .swiper3 .swiper-wrapper .swiper-slide {
    height: auto;
    justify-content: space-between;
  }
  .globali .inner .section3 .swiper3 .swiper-wrapper .swiper-slide .text1 {
    font-size: 20px;
    line-height: 45px;
    margin-bottom: 0px;
  }
  .globali .inner .section3 .swiper4 {
    width: 100%;
  }
  .globali .inner .section3 .swiper3 .swiper-wrapper .swiper-slide .text2 {
    margin-bottom: 15px;
  }
  .globali .inner .section3 .swiper3 .swiper-wrapper .swiper-slide .content {
    margin-bottom: 15px;
  }
  .globali .inner .section3 .swiper3 .swiper-wrapper .swiper-slide .content {
    margin-bottom: 15px;
    gap: 10px;
  }
  .globali .inner .section3 .swiper3 .swiper-wrapper .swiper-slide .content .text4 {
    line-height: 25px;
  }
  .globali .inner .section3 > .btn {
    right: 5%;
    bottom: 20%;
  }
  .globali .inner .section3 > img {
    bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .globali {
    padding: 40px 0;
  }
  .globali .inner .section2 {
    gap: 15px;
  }
  .globali .inner .section4 {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 30px;
  }
  .globali .inner .section4 .item .img {
    margin-bottom: 15px;
  }
  .globali .inner .section4 .item .text5 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .globali .inner .section5 {
    padding: 20px;
  }
  .globali .inner .section5 .text2 {
    font-size: 15px;
  }
  .globali .inner .section5 .btn {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
  }
  .globali .inner .section5 .btn .btn1,
  .globali .inner .section5 .btn .btn2 {
    min-width: fit-content;
    width: calc((100% - 20px) / 2);
    padding: 14px;
  }
}
@media screen and (max-width: 480px) {
  .globali .inner .section3 > .btn {
    bottom: 15%;
    padding: 5px 10px;
    gap: 10px;
  }
  .globali .inner .section4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .globali .inner .section5 .btn {
    gap: 15px;
    flex-direction: column;
  }
  .globali .inner .section5 .btn .btn1,
  .globali .inner .section5 .btn .btn2 {
    width: 100%;
  }
}
