/* ss4 */
.achievements {
  padding-top: 155px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  position: relative;
  background-image: var(--bg-img-achievements);
  background-size: cover;
  background-repeat: no-repeat;
}

.achievements-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.achievements-achievements {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -45px;
  z-index: -1;
}

.achievements-headding {
  position: relative;
}

.achievements-headding-title {
  padding: 10px 16px;
  position: relative;
  z-index: 2;
  color: var(--Second, #683f19);
  text-align: center;
  font-family: "Baloo 2";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
}

.achievements-headding-title strong {
  color: var(--pri, #fbae17);
}

.achievements-headding-imgbg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
[lang="en"] .achievements-headding-imgbg {
  object-fit: cover;
}
.achievements-headding-imgcup {
  z-index: 3;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -65px;
  width: 59.536px;
  height: 72px;
  transform-origin: center;
  animation: zoomShake 5s ease-in-out infinite;
}

@keyframes zoomShake {
  0% {
    transform: scale(1) rotate(0) translateX(-50%);
  }

  20% {
    transform: scale(1.1) rotate(0) translateX(-50%);
  }

  40% {
    transform: scale(1) rotate(0) translateX(-50%);
  }

  55% {
    transform: scale(1) rotate(-5deg) translateX(-50%);
  }

  70% {
    transform: scale(1) rotate(8deg) translateX(-50%);
  }

  85% {
    transform: scale(1) rotate(-3deg) translateX(-50%);
  }

  100% {
    transform: scale(1) rotate(0) translateX(-50%);
  }
}

.achievements-headding-start1 {
  position: absolute;
  top: -65px;
  right: 111px;
}

.achievements-headding-start2 {
  position: absolute;
  top: -22px;
  left: 122px;
}

.achievements-desc {
  margin-top: 17px;
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
  font-family: "Baloo 2";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-shadow:
    1px 0 rgba(104, 63, 25, 0.6),
    -1px 0 rgba(104, 63, 25, 0.6),
    0 1px rgba(104, 63, 25, 0.6),
    0 -1px rgba(104, 63, 25, 0.6),
    1px 1px rgba(104, 63, 25, 0.6),
    -1px -1px rgba(104, 63, 25, 0.6),
    1px -1px rgba(104, 63, 25, 0.6),
    -1px 1px rgba(104, 63, 25, 0.6);
}

.achievements-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 85px;
}

.achievements-list {
  position: relative;
  background: #fffde5;
  border: 1px solid #fbae17;
  border-radius: 20px;
  height: 626px;
  padding: 32px;
  display: flex;
  gap: 36px;
}

.achievements-swiper2 {
  flex-shrink: 0;
  width: 398.095px;
  height: 100%;
  border-radius: 16px;
  border: 3px solid #683f19;
}

.achievements-swiper2 .slide-image-wrapper {
  height: 100%;
}

.achievements-right {
  width: calc(100% - 398.095px - 36px - 32px * 2);
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.achievements-infor {
  width: 100%;
  padding-top: 32px;
}

.achievements-infor-name {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 32px;
}

.achievements-infor-check {
  width: 24px;
  height: 24px;
}

.achievements-infor-name p {
  color: var(--color-text, #3a2a1a);
  font-family: "Baloo 2";
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
}

.achievements-infor-point {
  display: flex;
  align-items: center;
  gap: 28px;
}

.achievements-infor-point-box {
  display: flex;
  align-items: center;
  gap: 12px;
}

.achievements-box-label {
  color: var(--color-text, #3a2a1a);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.achievements-box-value {
  min-width: 64px;
  height: 36px;
  background: #fbae17;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: "Baloo 2";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  text-shadow:
    1px 0 rgba(104, 63, 25, 0.4),
    -1px 0 rgba(104, 63, 25, 0.4),
    0 1px rgba(104, 63, 25, 0.4),
    0 -1px rgba(104, 63, 25, 0.4),
    1px 1px rgba(104, 63, 25, 0.4),
    -1px -1px rgba(104, 63, 25, 0.4),
    1px -1px rgba(104, 63, 25, 0.4),
    -1px 1px rgba(104, 63, 25, 0.4);
}

.achievements-infor-point-line {
  width: 1px;
  height: 24px;
  background: rgba(104, 63, 25, 0.4);
}

.achievements-infor-point-total {
  min-width: 140px;
  height: 52px;
  background: #683f19;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  gap: 3px;
}

.achievements-point-total-value {
  color: #fff;
  text-align: center;
  font-family: "Baloo 2";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  text-shadow:
    1px 0 rgba(104, 63, 25, 0.4),
    -1px 0 rgba(104, 63, 25, 0.4),
    0 1px rgba(104, 63, 25, 0.4),
    0 -1px rgba(104, 63, 25, 0.4),
    1px 1px rgba(104, 63, 25, 0.4),
    -1px -1px rgba(104, 63, 25, 0.4),
    1px -1px rgba(104, 63, 25, 0.4),
    -1px 1px rgba(104, 63, 25, 0.4);
}

.achievements-point-total-label {
  width: 34px;
  color: #fff;
  font-family: "Baloo 2";
  font-size: 11.9px;
  font-style: normal;
  font-weight: 600;
  line-height: 15.3px;
}

.achievements-infor-desc {
  color: var(--color-text, #3a2a1a);
  font-family: "Baloo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-top: 20px;
}

.achievements-thumbsSlider {
  height: 240px;
  width: 100%;
  display: flex;
}

.achievements-swiper {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.achievements-swiper .swiper-slide {
  border-radius: 12px;
}

.achievements-swiper .swiper-slide.swiper-slide-thumb-active {
  border-top: 2px solid var(--pri, #fbae17);
  border-right: 2px solid var(--pri, #fbae17);
  border-bottom: 4px solid var(--pri, #fbae17);
  border-left: 2px solid var(--pri, #fbae17);
}

.achievements-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.achievements-thumb-tag {
  position: absolute;
  max-width: 90%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12px;
  border-radius: 5.643px;
  border: 1px solid rgba(104, 63, 25, 0.6);
  background: #fbae17;
  padding: 9px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.achievements-thumb-tag p {
  white-space: nowrap;
  color: #fff;
  text-align: center;
  font-family: "Baloo 2";
  font-size: 25.393px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.393px;
  text-transform: uppercase;
  text-shadow:
    1px 0 rgba(104, 63, 25, 0.6),
    -1px 0 rgba(104, 63, 25, 0.6),
    0 1px rgba(104, 63, 25, 0.6),
    0 -1px rgba(104, 63, 25, 0.6),
    1px 1px rgba(104, 63, 25, 0.6),
    -1px -1px rgba(104, 63, 25, 0.6),
    1px -1px rgba(104, 63, 25, 0.6),
    -1px 1px rgba(104, 63, 25, 0.6);
}

.achievements-new-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -62px;
  width: 48px;
  height: 48px;
  background: #fffae5;
  border: 1px solid #fbae17;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.achievements-new-button-next svg {
  width: 18px;
  height: 18px;
  aspect-ratio: 1/1;
  transform: translateX(3px);
}

.achievements-new-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -62px;
  width: 48px;
  height: 48px;
  background: #fffae5;
  border: 1px solid #fbae17;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.achievements-new-button-prev svg {
  width: 18px;
  height: 18px;
  aspect-ratio: 1/1;
  transform: rotate(180deg);
}

.achievements-new-button-next.swiper-button-disabled,
.achievements-new-button-prev.swiper-button-disabled {
  background: rgba(147, 149, 152, 0.6);
  border: none;
}

.achievements-new-button-next.swiper-button-disabled svg path,
.achievements-new-button-prev.swiper-button-disabled svg path {
  fill: #fff;
}
@media (max-width: 768px) {
     /*  */
  .achievements-list {
    flex-direction: column;
    height: auto;
    padding: 32px 16px;
  }

  .achievements-infor-point {
    flex-wrap: wrap;
  }

  .achievements-swiper2 {
    width: 100%;
    height: 300px;
  }

  .achievements-right {
    flex-direction: column-reverse;
    width: 100%;
  }

  .achievements-new-button-next {
    right: 10px;
    top: 325px;
    transform: translateY(0);
    z-index: 10;
  }

  .achievements-new-button-prev {
    left: 10px;
    top: 325px;
    transform: translateY(0);
    z-index: 10;
  }

  .achievements {
    padding-top: 259px;
    margin-top: 0;
  }

  .achievements-desc {
    padding: 0 16px;
    font-size: 32px;
  }

  .achievements-achievements {
    top: 115px;
  }
   .achievements-thumbsSlider {
    height: 250px;
  }

  .achievements-headding-title {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) { 
    .achievements {
        background-position: center top;
    }

    .achievements-infor-point {
        width: 100%;
        flex-wrap: wrap;
    }

    .achievements-list {
        height: 757px;
    }
}