* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
}

a {
  color: rgb(60, 60, 60);
  text-decoration: none;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: linear-gradient(45deg, #f7f7f7, #ededed);
}

.menu-container {
  position: relative;
  width: 600px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-container .circle {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 170px;
  background: linear-gradient(305deg, rgb(193, 193, 193) 0%, rgb(242, 242, 242) 100%);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.menu-container .circle .color-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}
.menu-container .circle .color-circle .inner-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: linear-gradient(305deg, rgb(232, 232, 232) 0%, rgb(166, 166, 166) 100%);
}
.menu-container .circle .color-circle .inner-circle p {
  transform: rotate(calc(-51.4285714286deg * var(--i)));
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  border-radius: 50%;
}
.menu-container .around-circle {
  left: 0;
  transform-origin: 300px;
  transition: 0.5s;
  transition-delay: transform calc(0.1s * var(--i));
  transform: rotate(0deg) translateX(225px);
}
.menu-container.active a {
  transform: rotate(calc(51.4285714286deg * var(--i)));
}

.middle-circle {
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  z-index: 10000;
  font-size: 2em;
}

.color-1 {
  background-image: linear-gradient(320deg, #272101 0%, rgb(252, 215, 43) 100%);
}
.color-1:hover {
  background-image: linear-gradient(320deg, #8c7402 0%, #fef3c2 100%);
}

.color-2 {
  background-image: linear-gradient(320deg, #1b3004 0%, rgb(157, 241, 65) 100%);
}
.color-2:hover {
  background-image: linear-gradient(320deg, #508f0b 0%, #e7fcd0 100%);
}

.color-3 {
  background-image: linear-gradient(320deg, #09594b 0%, rgb(112, 241, 218) 100%);
}
.color-3:hover {
  background-image: linear-gradient(320deg, #12b699 0%, #fbfffe 100%);
}

.color-4 {
  background-image: linear-gradient(320deg, #590909 0%, rgb(241, 112, 112) 100%);
}
.color-4:hover {
  background-image: linear-gradient(320deg, #b61212 0%, #fffbfb 100%);
}

.color-5 {
  background-image: linear-gradient(320deg, #094359 0%, rgb(112, 206, 241) 100%);
}
.color-5:hover {
  background-image: linear-gradient(320deg, #128ab6 0%, #fbfeff 100%);
}

.color-6 {
  background-image: linear-gradient(320deg, #1b0959 0%, rgb(142, 112, 241) 100%);
}
.color-6:hover {
  background-image: linear-gradient(320deg, #3812b6 0%, #fcfbff 100%);
}

.color-7 {
  background-image: linear-gradient(320deg, #540959 0%, rgb(232, 112, 241) 100%);
}
.color-7:hover {
  background-image: linear-gradient(320deg, #ab12b6 0%, #fefbff 100%);
}

.color-8 {
  background-image: linear-gradient(320deg, #522b02 0%, rgb(250, 172, 89) 100%);
}
.color-8:hover {
  background-image: linear-gradient(320deg, #b56005 0%, #fef6ee 100%);
}

@media (max-width: 700px) {
  .menu-container {
    position: relative;
    width: 440px;
    height: 440px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu-container .circle {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 130px;
    background: linear-gradient(305deg, rgb(193, 193, 193) 0%, rgb(242, 242, 242) 100%);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .menu-container .circle .color-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
    transition: all 0.5s;
  }
  .menu-container .circle .color-circle .inner-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(305deg, rgb(232, 232, 232) 0%, rgb(166, 166, 166) 100%);
  }
  .menu-container .circle .color-circle .inner-circle p {
    transform: rotate(calc(-51.4285714286deg * var(--i)));
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 14px;
  }
  .menu-container .around-circle {
    left: 0;
    transform-origin: 220px;
    transition: 0.5s;
    transition-delay: transform calc(0.1s * var(--i));
    transform: rotate(0deg) translateX(225px);
  }
  .menu-container.active a {
    transform: rotate(calc(51.4285714286deg * var(--i)));
  }

  .middle-circle {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    z-index: 10000;
    font-size: 2em;
  }
}
.corner-circle:nth-child(1) {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 170px;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.corner-circle:nth-child(2) {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 170px;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.corner-circle:nth-child(3) {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 170px;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.corner-circle:nth-child(4) {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 170px;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.corner-circle .corner-circle .circle {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 170px;
  background: linear-gradient(305deg, rgb(193, 193, 193) 0%, rgb(242, 242, 242) 100%);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.corner-circle .circle .color-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}

.corner-circle .circle .color-circle .inner-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: linear-gradient(305deg, rgb(232, 232, 232) 0%, rgb(166, 166, 166) 100%);
}

.corner-circle .circle .color-circle .inner-circle p {
  transform: rotate(calc(-51.4285714286deg * var(--i)));
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  border-radius: 50%;
}

@media (max-width: 700px) {
  .corner-circle:nth-child(1) {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .corner-circle:nth-child(2) {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .corner-circle:nth-child(3) {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .corner-circle:nth-child(4) {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .corner-circle .corner-circle .circle {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    background: linear-gradient(305deg, rgb(193, 193, 193) 0%, rgb(242, 242, 242) 100%);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }

  .corner-circle .circle .color-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
    transition: all 0.5s;
  }

  .corner-circle .circle .color-circle .inner-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: linear-gradient(305deg, rgb(232, 232, 232) 0%, rgb(166, 166, 166) 100%);
  }

  .corner-circle .circle .color-circle .inner-circle p {
    transform: rotate(calc(-51.4285714286deg * var(--i)));
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */