.green-circle,
.blue-circle {
  background-color: var(--green);
  border-radius: 20px;
  width: 90vw;
  min-height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin: 0 auto;
  margin-top: 80px;
}

.blue-circle {
  background-color: var(--blue);
  margin-top: 220px;
}

.blue-circle p,
.blue-circle li {
  color: white;
}

.school-info {
  margin: 0;
}

.center-circle {
  border-radius: 50%;
  border: 2px solid var(--blue);
  width: 300px;
  height: 300px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.center-circle p {
  color: var(--blue);
  text-align: center;
}

.sugar-circles div {
  border-radius: 50%;
  background-color: var(--blue);
  border: 2px solid var(--blue);
  width: 200px;
  height: 200px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.4s ease;
}

.sugar-circles div p {
  color: white;
}

.sugar-circles div:hover {
  background-color: white;
  border: 2px solid var(--blue);
  cursor: pointer;
}

.sugar-circles div:hover p {
  color: var(--blue);
}

.sugar-circles-container {
  position: relative;
  width: 300px;
  margin-left: 0;
}

.sugar {
  margin-top: 200px;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
}

#s1 {
  width: 250px;
  height: 250px;
}

#s3 {
  width: 150px;
  height: 150px;
}

#s4 {
  width: 150px;
  height: 150px;
}

#s5 {
  width: 100px;
  height: 100px;
}

#s6 {
  width: 200px;
  height: 200px;
}

#s7 {
  width: 100px;
  height: 100px;
}

#s8 {
  width: 100px;
  height: 100px;
}

#s9 {
  width: 150px;
  height: 150px;
}

#s10 {
  width: 200px;
  height: 200px;
}

#s11 {
  width: 200px;
  height: 200px;
}

#s12 {
  width: 150px;
  height: 150px;
}

.sugar-circles {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* .spine-big-circle {
        background-color: var(--blue);
      }

      .spine-big-circle:nth-child(4n) {
        background-color: var(--green);
      } */

.main-header {
  min-height: 55vh;
  margin-top: 200px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-header-content {
  padding: 0 5vw;
  text-align: center;
}

.main-header-laptop {
  display: none;
}

.main-header h2 {
  font-size: 1.8em;
}

.sub-header {
  font-size: 1.4em;
  position: relative;
}

.green-line {
  margin-bottom: 40px;
}

@media screen and (min-width: 540px) {
  .sub-header {
    font-size: 1.8em;
  }
}

@media screen and (min-width: 768px) {
  .main-header {
    margin-top: 200px;
    min-height: 60vh;
  }

  .sub-header {
    font-size: 2.2em;
  }

  .main-header-laptop {
    display: block;
  }

  .main-header-mobile {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .blue-circle,
  .green-circle {
    position: relative;
    overflow: visible;
    margin-top: 0;
  }

  .green-circle::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    background-color: var(--green);
    border-radius: 50%;
    bottom: -75px;
    left: 100px;
  }

  .blue-circle::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    background-color: var(--blue);
    border-radius: 50%;
    bottom: -115px;
    left: 55%;
  }

  .blue-circle::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    background-color: var(--blue);
    border-radius: 50%;
    bottom: -195px;
    left: 70%;
  }

  .spine-text {
    font-size: 0.8rem;
  }
  .main-header-content {
    padding: 0 15vw;
    text-align: center;
  }

  .sub-header {
    font-size: 2.6em;
  }

  .green-circle {
    border-radius: 50%;
    width: 700px;
    height: 700px;
    min-height: 700px;
    padding: 60px;
    margin-left: 32vw;
  }

  .blue-circle {
    border-radius: 50%;
    width: 600px;
    height: 600px;
    min-height: 600px;
    padding: 60px;
    margin-left: 5vw;
  }

  .center-circle {
    border-radius: 50%;
    border: 2px solid var(--blue);
    width: 300px;
    height: 300px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .center-circle p {
    color: var(--blue);
    text-align: center;
  }

  .sugar-circles div {
    position: absolute;
  }

  .sugar-circles-container {
    margin-left: 100px;
  }

  .sugar {
    margin-top: 100px;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #s1 {
    top: -100px;
    left: -230px;
  }

  #s2 {
    top: 100px;
    right: -205px;
  }

  #s3 {
    top: 270px;
    right: -60px;
  }

  #s4 {
    top: -120px;
    right: -50px;
  }

  #s5 {
    top: -14px;
    right: -140px;
  }

  #s6 {
    top: -210px;
    right: 105px;
  }

  #s7 {
    top: 160px;
    left: -160px;
  }

  #s8 {
    top: 230px;
    left: -70px;
  }

  #s9 {
    top: 270px;
    left: -220px;
  }

  #s10 {
    top: 100px;
    left: -380px;
  }

  #s11 {
    top: 310px;
    right: -270px;
  }

  #s12 {
    bottom: -290px;
    right: -60px;
  }

  #s13 {
    bottom: -220px;
    left: -10px;
  }
}

@media screen and (min-width: 1060px) {
  .sub-header {
    margin-top: 200px;
    font-size: 2.8em;
  }
}
