.hole {
  height: calc(100vh - 100px);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.hole .info {
  width: 862px;
  color: var(--White, #fff);
  display: flex;
  gap: 40px;
  align-items: center;
}
.hole .info .map {
  width: 312px;
  background-color: transparent;
  transition: all 0.3s ease;
}
.hole .info .map img {
  width: inherit;
  height: auto;
}
.hole ol {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.hole ol li button {
  border-radius: 50px;
  border: 5px solid var(--Green-Light, #00ff6a);
  display: flex;
  width: 50px;
  height: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--Green-Light, #00ff6a);
  font-family: Libre Franklin;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.2px;
}
.hole ol li button:hover {
  background-color: var(--Green-Light, #00ff6a);
  color: var(--Contrast-Green, #003a29);
}
.hole ol li button.selected {
  background-color: var(--Green-Light, #00ff6a);
  color: var(--Contrast-Green, #003a29);
  cursor: not-allowed;
}
.hole .hole-by-hole {
  border-radius: 15px;
  background: var(--Go-Green, #00e677);
  display: flex;
  padding: 24px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}
.hole .hole-by-hole span {
  color: var(--Contrast-Green, #003a29);
  font-family: Libre Franklin;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.2px;
}
.hole .hole-by-hole button {
  border: var(--Contrast-Green, #003a29) 1px solid;
  color: var(--Contrast-Green, #003a29);
}

@media (max-width: 1440px) {
  .hole {
    height: calc(100vh - 75px);
  }
  .hole ol {
    gap: 18px;
  }
  .hole ol li button {
    height: 40px;
    width: 40px;
    font-size: 16px;
    border: 4px solid var(--Green-Light, #00ff6a);
  }
}
@media (max-width: 1024px) {
  .hole {
    height: calc(100vh - 126px);
    position: relative;
  }
  .hole .info {
    width: 646px;
  }
  .hole .info .map {
    width: 208px;
  }
  .hole ol {
    flex-wrap: wrap;
    padding-inline: 40px;
  }
  .hole ol::-webkit-scrollbar {
    width: 0;
  }
}
@media (max-width: 768px) {
  .hole {
    height: auto;
  }
  .hole .info {
    width: unset;
    margin-inline: 48px;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .hole {
    height: auto;
    background: #003a29 !important;
  }
  .hole .info {
    width: 100vw;
    flex-direction: column;
  }
  .hole .info .text {
    display: flex;
    flex-direction: column;
    width: inherit;
    gap: 48px;
  }
  .hole .info .text .heading {
    height: 252px;
    width: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hole .info .text .heading h1 {
    color: var(--White, #fff);
    font-family: Libre Franklin;
    font-size: 70px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
    letter-spacing: -0.7px;
  }
  .hole .info .text p {
    margin: 0 100px 0 24px;
  }
}

/*# sourceMappingURL=hole.css.map */
