.experience-bg {
  min-height: 1200px;
  height: auto;
  background: url("../img/experience/Rectangle 15.png") center/cover no-repeat;
  position: relative;
  z-index: 1;
}
.experience-bg > * {
  z-index: 2;
}
.experience-global {
  padding-top: 63px;
  margin-left: 26px;
  margin-right: 26px;
  position: relative;
  z-index: 10;
}
.experience-box {
  background: #f5faff;
  position: relative;
}

.experience-global > * {
  position: relative;
  z-index: 2;
}
.experience-title {
  text-align: center;
  width: 100%;
}
.experience-text {
  font-size: 64px;
}
.experience-text span {
  background: linear-gradient(98.36deg, #00d9ff -1.98%, #0066ff 95.37%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.experience-desc {
  color: #194185;
  display: block;
  text-align: center;
  padding: 0 250px;
}
.experience-button {
  margin-top: 48px;
  display: flex;
  gap: 24px;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.experience-button > :first-child {
  background-color: #fff;
  border: 1px solid #1570ef;
}
.experience-button > :first-child a {
  color: #1570ef;
}
.experience-button:hover > :first-child {
  background-color: #1570ef;
}
.experience-button:hover > :first-child a {
  color: #fff;
}
.experience-img {
  position: absolute;
  top: 33% !important;
  left: 50% !important;
  transform: translate(-50%, 0px) !important;
  z-index: 2;
  height: auto;
  object-fit: cover;
}
.experience-img img {
  height: 740px !important;
  border-radius: 32px !important;
  border: none !important;
  display: block;
  max-width: none !important;
  border-image-slice: 1 !important;
  border-image-repeat: stretch !important;
}

.experience-img::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 32px;
  background: linear-gradient(
    179.15deg,
    rgba(94, 220, 255, 0.2) 0.73%,
    rgba(255, 255, 255, 0.2) 99.33%
  ) !important;
  pointer-events: none;
}

.experience-star-global {
  position: relative;
  width: 600px;
  height: 200px;
  margin: 0 auto;
}
.experience-star-box {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  aspect-ratio: 1/1;
  z-index: 0;
}
.experience-star-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.experience-star-item {
  position: absolute;
  bottom: 60px;
  left: 50%;
  width: 80px;
  z-index: 10;
}

.experience-star-item:nth-child(1) {
  transform: translate(-214px, 100px);
}
.experience-star-item:nth-child(2) {
  transform: translate(-144px, 32px);
}
.experience-star-item:nth-child(3) {
  transform: translate(-45px, 8px);
}
.experience-star-item:nth-child(4) {
  transform: translate(60px, 34px);
}
.experience-star-item:nth-child(5) {
  transform: translate(144px, 100px);
}

.experience-star-item:nth-child(3) img {
  transform: rotate(40deg);
}
.experience-star-item:nth-child(3):hover img {
  transform: rotate(30deg);
}

.experience-star-item img {
  width: 100%;
  height: auto;
  display: block;
}

.experience-star-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.experience-circle-wrapper {
  position: absolute;
  top: 130%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  z-index: 1;
}
.experience-circle-wrapper-2 {
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.base-title-box {
  position: relative;
  z-index: 5;
}

.experience-circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.experience-circle::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 100%;
  padding: 1px;
  background: linear-gradient(
    180deg,
    rgba(0, 102, 255, 0.4) 0%,
    rgba(0, 217, 255, 0.4) 21.51%,
    rgba(255, 255, 255, 0.4) 43.5%
  );

  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
}

.experience-circle-wrapper-2 .experience-circle {
  box-shadow: 0px 0px 40px 4px #0000001a;
}
.experience-circle-wrapper-2 .experience-circle::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 100%;
  padding: 1px;
  background: linear-gradient(
    180deg,
    rgba(0, 102, 255, 0.4) 0%,
    rgba(0, 217, 255, 0.4) 21.51%,
    rgba(255, 255, 255, 0.4) 43.5%
  );

  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
}
.ring-1 {
  width: 1400px;
  aspect-ratio: 1/1;
  z-index: 4;
}

.ring-2 {
  width: 700px;
  aspect-ratio: 1/1;
  z-index: 4;
}

.icon-bubble {
  width: 44px;
  height: 44px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.icon-bubble:hover {
  transform: scale(1.2);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin-ccw {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}
.counter-rot-cw-fast {
  animation: spin-ccw 20s linear infinite;
}

.counter-rot-ccw-med {
  animation: spin 30s linear infinite;
}

.counter-rot-cw-slow {
  animation: spin-ccw 40s linear infinite;
}

.counter-rot-ccw-slow {
  animation: spin 40s linear infinite;
}

.spin-cw-fast {
  animation: spin 20s linear infinite;
}

.spin-ccw-med {
  animation: spin-ccw 30s linear infinite;
}

.spin-cw-slow {
  animation: spin 40s linear infinite;
}

.spin-ccw-slow {
  animation: spin-ccw 50s linear infinite;
}

.experience-orbit-arm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform: rotate(0deg);
}
.experience-mount {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.emoji {
  width: 30px;
  height: 30px; 
  position: relative;
}
.emoji::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}
.emoji img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media (min-width: 1025px) and (max-width: 1300px) {
  .experience-bg {
    min-height: 1000px !important;
  }
  .experience-desc {
    padding: 0 100px !important;
  }
  .experience-img img {
    height: 500px !important;
    border-radius: 20px !important;
  }
  .experience-img::after {
    border-radius: 20px;
  }
  .experience-global::after {
    height: 260% !important;
    top: 40% !important;
  }
  .experience-img {
    top: 36% !important;
  }

  .ring-1 {
    width: 1100px;
  }
  .ring-2 {
    width: 600px;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .experience-img img {
    height: 400px !important;
  }

  .experience-text {
    font-size: 50px;
  }

  .experience-desc {
    padding: 0;
  }
  .experience-img {
    top: 39% !important;
  }
  .experience-star-box {
    top: 25px;
    width: 400px;
  }
  .experience-star-item {
    width: 60px;
  }

  .experience-star-item:nth-child(1) {
    transform: translate(-180px, 40px);
  }

  .experience-star-item:nth-child(2) {
    transform: translate(-123px, -33px);
  }

  .experience-star-item:nth-child(3) {
    transform: translate(-35px, -58px) rotate(30deg);
  }

  .experience-star-item:nth-child(4) {
    transform: translate(52px, -33px);
  }

  .experience-star-item:nth-child(5) {
    transform: translate(125px, 40px);
  }
  .ring-1 {
    width: 1300px;
  }
  .ring-2 {
    width: 700px;
  }
}

@media (max-width: 768px) {
  .experience-bg {
    margin-top: -30px !important;
    min-height: 690px !important;
  }

  .experience-global {
    padding-top: 38px;
    margin-left: 0px;
    margin-right: 0;
  }
  .experience-global::after {
    display: none !important;
  }
  .experience-text {
    font-size: var(--text-size-5);
  }
  .experience-desc {
    padding: 0;
    font-size: var(--text-size-1);
  }
  .experience-button {
    margin-top: 32px;
  }
  .experience-img {
    top: 42% !important;
    margin: 0 auto;
    height: 80vw !important;
  }
  .experience-img img {
    height: 40vw !important;
  }

  .experience-star-global {
    width: 300px;
    height: 150px;
    margin: 30px auto 0;
  }

  .experience-star-item {
    width: 40px;
    height: auto;
  }

  .experience-star-item:nth-child(1) {
    transform: translateY(-120px) translateX(-20px);
  }

  .experience-star-item:nth-child(2) {
    transform: translateY(-154px) translateX(-16px);
  }

  .experience-star-item:nth-child(3) {
    transform: translateY(-164px) translateX(0px) rotate(30deg);
  }

  .experience-star-item:nth-child(4) {
    transform: translateY(-154px) translateX(16px);
  }

  .experience-star-item:nth-child(5) {
    transform: translateY(-120px) translateX(20px);
  }

  .ring-1 {
    width: 1200px;
  }
  .ring-2 {
    width: 550px;
  }
  .emoji {
    width: 15px;
    height: 15px;
    transform: translate(0px, -8px);
  }
  .icon-bubble {
    width: 20px;
    height: 20px;
  }
  .experience-circle .experience-orbit-arm:nth-child(2) .icon-bubble .emoji {
    transform: rotate(180deg) translate(0px, -8px);
  }
}
@media (max-width: 576px) {
  .experience-bg::after {
    top: 40% !important;
    width: 100% !important;
    height: 90% !important;
  }
  .experience-img {
    top: 48% !important;
    margin: 0 auto;
    height: auto !important;
    border-radius: 10px !important;
  }
  .experience-img img {
    height: 200px !important;
    border-radius: 10px !important;
  }
  .experience-img::after {
    border-radius: 10px;
  }
  .experience-star-global {
    width: 300px;
    height: 150px;
    margin: 0 auto;
  }
  .experience-star-item {
    width: 40px;
    height: auto;
  }
  .experience-star-box {
    top: 20px;
    width: 260px;
  }

  .experience-star-item:nth-child(1) {
    transform: translate(-118px, 32px);
  }

  .experience-star-item:nth-child(2) {
    transform: translate(-75px, -18px);
  }

  .experience-star-item:nth-child(3) {
    transform: translate(-18px, -32px) rotate(30deg);
  }

  .experience-star-item:nth-child(4) {
    transform: translate(44px, -15px);
  }

  .experience-star-item:nth-child(5) {
    transform: translate(82px, 32px);
  }

  .ring-1 {
    width: 800px;
  }
  .ring-2 {
    width: 550px;
  }
  .experience-circle-wrapper {
    top: 100%;
  }
}
@media (max-width: 376px) {
  .experience-img {
    top: 51% !important;
  }
  .experience-star-item:nth-child(1) {
    transform: translate(-120px, 40px);
  }

  .experience-star-item:nth-child(2) {
    transform: translate(-84px, -12px);
  }

  .experience-star-item:nth-child(3) {
    transform: translate(-18px, -32px) rotate(30deg);
  }

  .experience-star-item:nth-child(4) {
    transform: translate(45px, -12px);
  }

  .experience-star-item:nth-child(5) {
    transform: translate(80px, 40px);
  }
}
