:root {
  --bg-color: #0f0f0f;
  --text-color: #ffffff;
  --text-secondary: #a0a0a0;
  --purple: #8a2be2;
  --orange: #ffa500;
  --pink: #ff1493;
  --button-bg: #4040ff;
}

.c-community-sec {
  background-color: var(--bg-color);
  color: var(--text-color);
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  min-height: 100vh;
  min-height: 100lvh;
  background-image: url("../img/community-sec/WorldMap.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-community-sec .title-spaced {
  margin-bottom: clamp(25.45px, 14vh, 999rem);
  font-weight: 300;
  color: #f7f8fc;
}
.c-community-sec .circle-center,
.c-community-sec #Layer_1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.circle-center {
    width: 26.319vw;
    height: 26.319vw;
    aspect-ratio: 1;
    border: 25px solid #3E28F6;
    box-shadow: 0 0 0 1.388vw #0C063E;
    border-radius: 999px;
    background-color: #06060E;
}

.c-community-sec #Layer_1 {
  top: 40%;
  width: 100%;
}

.container {
  max-width: 1200px;
  padding: clamp(48px, 3.23vw, 999rem) clamp(24px, 1.67vw, 999rem);
  text-align: center;
}

.c-community-sec h2 {
  font-size: 2.5rem;
  letter-spacing: 0.5rem;
  margin-bottom: 4rem;
}

.c-com-sec-container {
  width: max-content;
  position: absolute;
  top: 35%;
  left: 20%;
  transform: translate(-50%, -50%);
  transform: rotate(-10deg);
}

.c-com-sec-container.card-1 {
  transform: rotate(-11.38deg);
}

.c-com-sec-container.card-1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-10px, -6px);
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(
    90deg,
    #d24c4c 100%,
    #da3e3e 100%,
    #de3d3d 100%,
    #c24242 100%
  );
  z-index: -1;
}
.c-com-sec-container.card-1 {
  left: 15.625%;  
}

.c-com-sec-container.card-2 {
  width: max-content;
  position: absolute;
  top: 45%;
  left: 37.2%;
  transform: rotate(0deg);
}

.c-com-sec-container.card-3 {
  width: max-content;
  position: absolute;
  top: 28%;
  left: 51%;
  transform: rotate(-24.7deg);
}

.c-com-sec-container.card-4 {
  width: max-content;
  position: absolute;
  top: 48%;
  left: 61%;
  transform: rotate(11.53deg);
}

.c-com-sec-container.card-5 {
  width: max-content;
  position: absolute;
  top: 30%;
  left: 77%;
  transform: rotate(-5.24deg);
}

.c-com-sec-container.card-5::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(9.41deg) translate(14px, -6px);
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(
    90deg,
    #d24c4c 100%,
    #da3e3e 100%,
    #de3d3d 100%,
    #c24242 100%
  );
  z-index: -2;
}

.c-com-sec-container .sticky-note {
  font-size: clamp(8px, 0.972vw, 0.972vw);
  font-weight: 400;
  line-height: 1.429;
  text-align: left;
  color: #1a1a1a;
  position: absolute;
  top: 100px;
  left: -10px;
  padding: 13px;
  width: clamp(100px, 9.722vw, 9.722vw);
  height: max-content;
  z-index: 10;
  background: rgb(254, 94, 244);
  z-index: 1;
  opacity: 1;
}

.c-com-sec-container.card-2 .sticky-note {
  transform: translate(0px, 0px) rotate(4.74deg);
  top: 122px;
  left: -30px;
}

.c-com-sec-container.card-3 .sticky-note {
  transform: translate(-74px, -44px) rotate(45.54deg);
  height: auto;
}

.c-com-sec-container.card-4 .sticky-note {
  transform: rotate(-15.85deg) translate(-32px, 15px);
  height: auto;
}

.c-com-sec-container.card-5 .sticky-note {
  transform: rotate(21.85deg) translate(47px, -94px);
  height: auto;
}

.c-com-sec-container .sticky-note.is--blue {
  background: rgb(61, 210, 244);
}

.c-com-sec-container .sticky-note.is--purple {
  background: rgb(94, 0, 255);
}

.c-com-sec-container .sticky-note.is--green {
  background: #45ed50;
}

.c-com-sec-container .sticky-note.is--yellow {
  background: #f4c23c;
}

.c-com-sec-container .sticky-note.is--pink {
  background: #fe5ef4;
}

.c-com-sec-card {
  background-color: white;
  border-radius: 20px;
  padding: 12px 12px 10.59px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: max-content;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 7;
  position: relative;
}
.c-com-sec-image {
  width: clamp(2rem, 3.819vw, 3.4375rem);
  height: clamp(2rem, 3.819vw, 3.4375rem);
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 0.486vw;
}

.c-com-sec-container.card-1 .c-com-sec-image {
  width: clamp(40px, 4.930vw, 71px);
  height: clamp(42px, 5.2625vw,75.78px);
}

.c-com-sec-name {
  font-family: Plus Jakarta Sans;
  font-size: clamp(8px, 0.972vw, 18px);
  font-weight: 600;
  line-height: 1.26;
  text-align: left;
  color: #000;
  margin-top: 0;
  margin-bottom: 5px;
}
.c-com-sec-country {
  font-family: Plus Jakarta Sans;
  font-size: clamp(8px, 0.833vw, 18px);
  font-weight: 400;
  line-height: 15.12px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
}

.c-com-sec-floating-ring {
  aspect-ratio: 1;
  border-radius: 999px;
  background-color: transparent;
  position: absolute;
  border: 4px solid #3E28F6;
  box-shadow: 0 0 0 1.388vw #0C063E;
  transform: translate(-50%, -50%);
}

.c-com-sec-floating-ring.is--small {
  width: 3.611vw;
  height: 3.611vw;
  top: 28.888%;
  left: 30.555%;
  border: 4px solid #3E28F699;
}

.c-com-sec-floating-ring.is--large,
.c-com-sec-floating-ring.is--large.is--inside-card {
  width: 5.486vw;
  height: 5.486vw;
  border: 4px solid #3E28F6;
}

.c-com-sec-floating-ring.is--large.is--inside-card {
  top: 10px;
  right: -94px;
  bottom: unset;
  z-index: -1;
  background-color: #06060E;
}

.c-com-sec-floating-ring.is--large {
  bottom: 19.72%;
  right: 12.083vw;
  border: 4px solid #3E28F666;
}

.colorful-arrow {
  width: clamp(12px, 1.666vw, 24px);
  height: clamp(12px, 1.666vw, 24px);;
  position: absolute;
  z-index: 10;
}

.colorful-arrow.is--purple {
  top: 39.648%;
  left: 34.277%;;
}

.colorful-arrow.is--green {
  top: 52.648%;
  left: 57.277%;
}
.colorful-arrow.is--yellow {
  top: 27.648%;
  left: 64.277%;
}

@media (max-width: 600px) {
  .c-community-sec .title-spaced {
    font-size: clamp(20px, 5.797vw, 30px);
  }

  .c-com-sec-floating-ring.is--small,
  .c-com-sec-floating-ring.is--large,
  .c-com-sec-floating-ring.is--large.is--inside-card {
    border-width: 2px;
  }
  .c-com-sec-floating-ring.is--small {
    width: 5.398vw;
    height: 5.398vw;
    left: 12.560vw;
    top: 47.480vh;
  }

  .c-com-sec-floating-ring.is--large {
    width: 8.202vw;
    height: 8.202vw;
  }
  .c-com-sec-floating-ring.is--large:not(.is--inside-card) {
    display: none;
  }
  .c-com-sec-floating-ring.is--large.is--inside-card {
    top: 0;
    right: -25px;
  }

  .colorful-arrow {
    width: clamp(8px, 2.493vw, 10.32px);
    height: clamp(8px, 2.493vw, 10.32px);
    transform: rotate(-36.15deg);

  }
  .colorful-arrow.is--purple {
    top: 49.94vh;
    left: 28.227vw;
  }

  .colorful-arrow.is--green {
    top: 49.648%;
    left: 58.277%;
  }

  .colorful-arrow.is--yellow {
    top: 31.648%;
    left: 54.277%;
}

  .c-com-sec-card {
    max-width: 250px;
    padding: 6px;
    border-radius: 8.6px;
  }
  .c-community-sec #Layer_1 {
    transform-origin: left;
    transform: rotate(-36.15deg) translate(-47%, -43px);
    width: 150%;
  }
  .c-community-sec .circle-center {
    border: 2.591vw solid #3E28F6;
    box-shadow: 0 0 0 2.077vw #0C063E;
    width: 30vw;
    height: 30vw;
  }

  /* .c-com-sec-image {
    width: 120px;
    height: 120px;
    margin-bottom: 4px;
  } */
  .c-com-sec-container.card-5 {
    transform: rotate(-41.39deg);
  }
  .c-com-sec-container.card-1 .c-com-sec-image,
  .c-com-sec-container.card-5 .c-com-sec-image {
    width: 7.729vw;
    height: 7.729vw;
  }

  .c-com-sec-container.card-2 .c-com-sec-image {
    width: 5.71vw;
    height: 5.71vw;
  }
  .c-com-sec-container.card-3 .c-com-sec-image,
  .c-com-sec-container.card-4 .c-com-sec-image {
    width: 6.736vw;
    height: 6.736vw;
  }
  .c-com-sec-container.card-1::after,
  .c-com-sec-container.card-5::after {
    border-radius: 8.6px;
  }
  .c-com-sec-name {
    font-size: clamp(6px, 1.454vw, 8px);
    line-height: 1.25;
    margin-bottom: 0;
  }

  .c-com-sec-container.card-2 .c-com-sec-name,
  .c-com-sec-container.card-3 .c-com-sec-name,
  .c-com-sec-container.card-4 .c-com-sec-name {
    font-size: clamp(5px, 1.246vw, 9px);
  }
  .c-com-sec-country {
    font-size: clamp(6px, 1.57vw, 9px);
    line-height: 1.25;
  }

  .c-com-sec-container .sticky-note {
    font-size: clamp(6px, 1.454vw, 8px);
    line-height: 1.4;
    width: 15.338vw;
    height: auto;
  }

  .c-com-sec-container.card-1 {
    transform: rotate(-47.53deg);
    top: 54%;
    left: 8%;
  }
  .c-com-sec-container.card-1::after {
    transform: rotate(4.26deg) translate(-5px, -4px);
  }
  .c-com-sec-container.card-5::after {
    transform: rotate(26.74deg) translate(0px, -4px);
  }
  
  .c-com-sec-container .sticky-note {
    padding: 8px;
  }
  .c-com-sec-container.card-1 .sticky-note {
    top: 0;
    left: 0;
    transform: translate(-33px, 22px);
  }

  .c-com-sec-container.card-2 {
    transform: rotate(-36.15deg);
    top: 50%;
    left: 34.2%;
  }
  
  .c-com-sec-container.card-2 .sticky-note {
    top: 55px;
    left: -13px;
  }

  .c-com-sec-container.card-3 {
    transform: rotate(-60.84deg);
    top: 38%;
    left: 40%;
  }

  .c-com-sec-container.card-3 .sticky-note {
    top: 30px;
    left: -33px;
    transform: rotate(40.61deg) translate(0px, 0px);
  }

  .c-com-sec-container.card-4 {
    transform: rotate(-24.62deg);
    top: 43%;
    left: 64%;
  }

  .c-com-sec-container.card-4 .sticky-note {
    padding: 8px;
    top: 55px;
    left: -23px;
    transform: rotate(-15deg) translate(0px, 0px);
  }

  .c-com-sec-container.card-5 {
    top: 26%;
    left: 75%;
  }

  .c-com-sec-container.card-5::after {
    transform: rotate(14.65deg) translate(4px, -4px);
  }
  
  .c-com-sec-container.card-5 .sticky-note {
    padding: 8px;
    top: 0;
    left: 0;
    transform: rotate(14.61deg) translate(35px, 6px);
  }
}
