/* box */
@media (max-width: 950px) {
  .ingageBoxes_box__BbcTt {
    width: 180px !important;
    height: 180px !important;
  }
}
@media (max-width: 450px) {
  .ingageBoxes_box__BbcTt {
    width: 150px !important;
    height: 150px !important;
  }
  .ingageBoxes_Title__4OK6M {
    font-size: var(--font-12) !important;
  }
  .ingageBoxes_div__WlXjD {
    font-size: var(--font-20) !important;
  }
}

.ingageBoxes_box__BbcTt {
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: var(--br25);
  background: linear-gradient(45deg, var(--color-light-blue), var(--color-dark-blue));
  width: 200px;
  height: 200px;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.ingageBoxes_box__BbcTt:hover .ingageBoxes_picture__C_5C6 {
  transform: scale(1.1);
}

.ingageBoxes_animation1__HmEyJ,
.ingageBoxes_animation2__4dtMj {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
}
.ingageBoxes_animation1__HmEyJ {
  animation: 60s ingageBoxes_move__qjbF0 linear infinite;
}
.ingageBoxes_animation2__4dtMj {
  animation: 50s ingageBoxes_move__qjbF0 linear infinite;
}
.ingageBoxes_animation1__HmEyJ::before,
.ingageBoxes_animation2__4dtMj::before {
  content: "";
  position: absolute;
  top: -300px;
  right: -300px;
  bottom: -300px;
  left: -300px;
  background: conic-gradient(
    from 180deg at 50% 50%,
    #2ff2eb -97.5deg,
    #1761ff 14.05deg,
    #4545ff 54.01deg,
    #8000ff 113.42deg,
    #ff2c8e 185.62deg,
    #ffa133 262.5deg,
    #979797 374.05deg
  );
  filter: blur(150px) brightness(1.1) contrast(1.5);
}
.ingageBoxes_animation1__HmEyJ::before {
  animation: 45s ingageBoxes_move__qjbF0 linear infinite;
}
.ingageBoxes_animation2__4dtMj::before {
  animation: 30s ingageBoxes_move__qjbF0 linear infinite;
}

@keyframes ingageBoxes_move__qjbF0 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.ingageBoxes_gooli1__BDfH0,
.ingageBoxes_gooli5__0IrDX {
  border-radius: var(--br100);
  filter: blur(20px);
  background-color: #2ff2eb;
  position: absolute;
  right: 0;
  top: 10px;
  height: 70px;
  width: 70px;

  display: flex;
}
.ingageBoxes_gooli1__BDfH0 {
  animation: ingageBoxes_gooli1__BDfH0 16s infinite ease-in-out;
}
.ingageBoxes_gooli5__0IrDX {
  animation: ingageBoxes_gooli2__2HtMj 16s infinite ease-in-out;
}

.ingageBoxes_gooli2__2HtMj,
.ingageBoxes_gooli6__nSYBq {
  border-radius: var(--br100);
  filter: blur(20px);
  background-color: #4545ff;
  position: absolute;
  top: 10px;
  left: 100px;
  height: 70px;
  width: 70px;

  display: flex;
}
.ingageBoxes_gooli2__2HtMj {
  animation: ingageBoxes_gooli2__2HtMj 18s infinite ease-in-out;
}
.ingageBoxes_gooli6__nSYBq {
  animation: ingageBoxes_gooli1__BDfH0 18s infinite ease-in-out;
}

.ingageBoxes_gooli3__xf6cY,
.ingageBoxes_gooli7__wpj35 {
  border-radius: var(--br100);
  filter: blur(20px);
  background-color: #b443ff;
  position: absolute;
  top: 10px;
  right: -20px;
  height: 70px;
  width: 70px;

  display: flex;
}
.ingageBoxes_gooli3__xf6cY {
  animation: ingageBoxes_gooli3__xf6cY 14s infinite ease-in-out;
}
.ingageBoxes_gooli7__wpj35 {
  animation: ingageBoxes_gooli4__8A0nU 14s infinite ease-in-out;
}

.ingageBoxes_gooli4__8A0nU,
.ingageBoxes_gooli8__x2mc7 {
  border-radius: var(--br100);
  filter: blur(20px);
  background-color: #ffa133;
  position: absolute;
  top: 10px;
  right: -20px;
  height: 70px;
  width: 70px;

  display: flex;
}
.ingageBoxes_gooli4__8A0nU {
  animation: ingageBoxes_gooli4__8A0nU 20s infinite ease-in-out;
}
.ingageBoxes_gooli8__x2mc7 {
  animation: ingageBoxes_gooli3__xf6cY 20s infinite ease-in-out;
}

@keyframes ingageBoxes_gooli2__2HtMj {
  0% {
    top: -10px;
    left: 50px;
    transform: scale(1);
  }
  20% {
    top: 20px;
    left: -10px;
    transform: scale(1.2);
  }
  40% {
    top: 60px;
    left: 80px;
    transform: scale(1.1);
  }
  60% {
    top: 90px;
    left: 70px;
    transform: scale(1.3);
  }
  80% {
    top: 30px;
    left: 30px;
    transform: scale(1.4);
  }
  100% {
    top: -10px;
    left: 50px;
    transform: scale(1);
  }
}

@keyframes ingageBoxes_gooli3__xf6cY {
  0% {
    top: 0px;
    left: 0px;
    transform: scale(1.2);
  }
  20% {
    top: 40px;
    left: 90px;
    transform: scale(1.1);
  }
  40% {
    top: 70px;
    right: 100px;
    transform: scale(1.3);
  }
  60% {
    top: 100px;
    right: 60px;
    transform: scale(1.4);
  }
  80% {
    top: 50px;
    right: 20px;
    transform: scale(1.5);
  }
  100% {
    top: 0px;
    left: 0px;
    transform: scale(1.2);
  }
}

@keyframes ingageBoxes_gooli1__BDfH0 {
  0% {
    top: 0px;
    right: 0px;
    transform: scale(1);
  }
  20% {
    top: 50px;
    right: 100px;
    transform: scale(1.3);
  }
  40% {
    top: 100px;
    right: 30px;
    transform: scale(1.6);
  }
  60% {
    top: 70px;
    right: 50px;
    transform: scale(1.8);
  }
  80% {
    top: 20px;
    right: 70px;
    transform: scale(1.4);
  }
  100% {
    top: 0px;
    right: 0px;
    transform: scale(1);
  }
}

@keyframes ingageBoxes_gooli4__8A0nU {
  0% {
    top: 0px;
    right: 0px;
    transform: scale(1);
  }
  20% {
    top: 50px;
    right: 100px;
    transform: scale(1.4);
  }
  40% {
    top: 100px;
    right: 30px;
    transform: scale(1.7);
  }
  60% {
    top: 80px;
    right: 40px;
    transform: scale(1.9);
  }
  80% {
    top: 30px;
    right: 20px;
    transform: scale(1.5);
  }
  100% {
    top: 0px;
    right: 0px;
    transform: scale(1);
  }
}
.ingageBoxes_settingContainer__Wsvql {
  position: absolute;
  width: 20px;
  height: 10px;
  top: 20px;
  right: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--gap-5);
  cursor: pointer;
}

/* box */

/* content */

.ingageBoxes_title__P1ALh {
  color: var(--color-white);
  position: relative;
  text-transform: uppercase;
  font-weight: var(--weight-600);
  font-size: var(--font-14);
}
.ingageBoxes_counter__pwjQa {
  color: var(--color-white);
  position: relative;
  font-size: var(--font-30);
  text-transform: uppercase;
  font-weight: var(--weight-600);
  text-align: center;
}
/* content */

/* picture */
.ingageBoxes_picture__C_5C6 {
  cursor: pointer;
  filter: blur(2px);
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition9);
  border-radius: var(--br25);
  opacity: 0.3;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}
/* picture */


/*# sourceMappingURL=97f7bcae0cbc6adb.css.map*/