.color-cards {
  max-width: 120rem;
  width: 100%;
  margin: 11rem auto 0 auto;
  font-family: "Nunito", sans-serif;
  position: relative;
  z-index: 1;
}
.color-cards::after {
  content: "";
  width: 38.125rem;
  height: 38.125rem;
  border-radius: 27.9092rem;
  opacity: 0.6;
  background: #fe95d6;
  filter: blur(6.25rem);
  position: absolute;
  right: 6.25rem;
  bottom: -15.25rem;
  z-index: -2;
  pointer-events: none;
}
.color-cards-container {
  max-width: 88.125rem;
  width: 100%;
  margin: 0 auto;
}
.color-cards-header {
  display: flex;
  justify-content: center;
  text-align: center;
}
.color-cards-header h3 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: -0.05rem;
  margin: 0;
  color: #3b4c58;
  font-weight: 400;
}
.color-cards-header h3 strong,
.color-cards-header h3 b {
  font-weight: 700;
  letter-spacing: 0.06rem;
}
.color-cards-content {
  margin-top: 4.6875rem;
  display: flex;
  gap: 1.75rem;
  margin-top: 4.6875rem;
  position: relative;
}
.color-cards-content::before {
  content: "";
  width: 38.125rem;
  height: 38.125rem;
  border-radius: 38.1266rem;
  opacity: 0.6;
  background: #53beff;
  filter: blur(9.375rem);
  position: absolute;
  left: -25rem;
  top: -6.25rem;
  z-index: -1;
  pointer-events: none;
}
.color-cards-content::after {
  content: "";
  width: 38.125rem;
  height: 38.125rem;
  border-radius: 37.3392rem;
  opacity: 0.6;
  background: #6c54ee;
  filter: blur(12.5rem);
  position: absolute;
  right: -17.1875rem;
  top: 6.5625rem;
  z-index: -1;
  pointer-events: none;
}
.color-cards-content .item {
  width: 28.125rem;
  height: 40.625rem;
  border-radius: 2.5rem;
  border: 0.0625rem solid #fff;
  position: relative;
  box-shadow: 0 0.9375rem 1.25rem rgba(37, 78, 132, 0.15);
  transition: all 0.35s linear;
  text-decoration: unset;
}
.color-cards-content .item.blue {
  background-image: url("/assets/img/color-card/color-card-blue.png");
  background-size: 100% 100%;
}
.color-cards-content .item.blue .screen {
  position: absolute;
  top: 5.875rem;
  width: 20.625rem;
  height: 14rem;
  z-index: 1;
  transition: all 0.35s linear;
}
.color-cards-content .item.blue .b-icon {
  position: absolute;
  transition: all 0.35s linear;
}
.color-cards-content .item.blue .b-icon:nth-child(1) {
  border-radius: 0.9375rem;
  box-shadow: 0 0.25rem 0.9375rem 0 rgba(0, 0, 0, 0.15);
  width: 2.875rem;
  height: 2.875rem;
  left: 1.9375rem;
  top: 10.5625rem;
  z-index: 0;
}
.color-cards-content .item.blue .b-icon:nth-child(2) {
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 0.9375rem;
  box-shadow: 0 0.25rem 0.9375rem 0 rgba(0, 0, 0, 0.15);
  left: 8.25rem;
  top: 18.4375rem;
  z-index: 2;
}
.color-cards-content .item.blue .b-icon:nth-child(3) {
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 0.9375rem;
  box-shadow: 0 0.25rem 0.9375rem 0 rgba(0, 0, 0, 0.15);
  right: 7.8125rem;
  top: 20.8125rem;
}
.color-cards-content .item.blue .b-icon:nth-child(4) {
  width: 1.6875rem;
  height: 1.6875rem;
  border-radius: 0.9375rem;
  box-shadow: 0 0.25rem 0.9375rem 0 rgba(0, 0, 0, 0.15);
  left: 12.8125rem;
  top: 21.625rem;
}
.color-cards-content .item.blue .b-icon:nth-child(5) {
  width: 1.6875rem;
  height: 1.6875rem;
  border-radius: 0.9375rem;
  box-shadow: 0 0.25rem 0.9375rem 0 rgba(0, 0, 0, 0.15);
  right: 9.3125rem;
  top: 2.5625rem;
}
.color-cards-content .item.blue .b-icon:nth-child(6) {
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 0.9375rem;
  box-shadow: 0 0.25rem 0.9375rem 0 rgba(0, 0, 0, 0.15);
  left: 7.1875rem;
  top: 4.4375rem;
  z-index: 2;
}
.color-cards-content .item.blue .b-icon:nth-child(7) {
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 0.9375rem;
  box-shadow: 0 0.25rem 0.9375rem 0 rgba(0, 0, 0, 0.15);
  right: 6.0625rem;
  top: 13.875rem;
  z-index: 2;
}
.color-cards-content .item.blue .b-icon:nth-child(8) {
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 0.9375rem;
  box-shadow: 0 0.25rem 0.9375rem 0 rgba(0, 0, 0, 0.15);
  right: 1.875rem;
  top: 8.875rem;
  z-index: 0;
}
.color-cards-content .item.orange {
  background-image: url("/assets/img/color-card/color-card-orange.png");
  background-size: 100% 100%;
}
.color-cards-content .item.orange .screen {
  position: absolute;
  right: 0;
  top: 5.5rem;
  width: 22.9375rem;
  height: 19.0625rem;
  transition: all 0.35s linear;
}
.color-cards-content .item.purple {
  background-image: url("/assets/img/color-card/color-card-purple.png");
  background-size: 100% 100%;
}
.color-cards-content .item.purple .p-avatar {
  position: absolute;
  border-radius: 50%;
  transition: all 0.35s linear;
}
.color-cards-content .item.purple .p-avatar:nth-child(1) {
  width: 5.1875rem;
  height: 5.1875rem;
  left: 2.9375rem;
  top: 8.6875rem;
}
.color-cards-content .item.purple .p-avatar:nth-child(2) {
  width: 3.5rem;
  height: 3.5rem;
  left: 6.75rem;
  top: 14.6875rem;
}
.color-cards-content .item.purple .p-avatar:nth-child(3) {
  width: 8.1875rem;
  height: 8.1875rem;
  left: 11.625rem;
  top: 13.3125rem;
}
.color-cards-content .item.purple .p-avatar:nth-child(4) {
  width: 4.1875rem;
  height: 4.1875rem;
  left: 10.625rem;
  top: 7.4375rem;
}
.color-cards-content .item.purple .p-avatar:nth-child(5) {
  width: 2.0625rem;
  height: 2.125rem;
  left: 16.75rem;
  top: 7rem;
}
.color-cards-content .item.purple .p-avatar:nth-child(6) {
  width: 5.625rem;
  height: 5.625rem;
  right: 3rem;
  top: 9.5rem;
}
.color-cards-content .item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: radial-gradient(141.42% 141.42% at 0% 0%, rgba(250, 250, 250, 0.02) 0%, rgba(246, 246, 246, 0) 100%);
  backdrop-filter: blur(0.75rem);
  border-radius: 2.5rem;
}
.color-cards-content .item::after {
  content: "";
  width: 3rem;
  height: 3rem;
  position: absolute;
  right: 1.4375rem;
  top: 1.3125rem;
  background: url("/assets/img/icon/arrow-right-up.svg");
  background-size: 100% 100%;
}
.color-cards-content .item-head {
  height: 23.75rem;
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.color-cards-content .item-body {
  position: relative;
  z-index: 2;
  padding: 0 2.5rem 0.625rem 2.5rem;
  display: flex;
  flex-direction: column;
}
.color-cards-content .item-body h4 {
  font-size: 2rem;
  line-height: 2.0625rem;
  letter-spacing: -0.06rem;
  margin: 0;
  font-weight: 700;
  color: #ffffff;
}
.color-cards-content .item-body p {
  margin: 1.6875rem 0 0 0;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  font-family: "Archivo", sans-serif;
  color: #ffffff;
}
.color-cards-content .item-body p strong,
.color-cards-content .item-body p b {
  font-weight: 700;
}
.color-cards-content .item:hover {
  transform: translateY(-2.4375rem);
  box-shadow: 0 0.9375rem 3.125rem rgba(37, 78, 132, 0.35);
}
.color-cards-content .item:hover.blue .screen {
  width: 22.1875rem;
  height: 15rem;
  top: 4.25rem;
}
.color-cards-content .item:hover.blue .b-icon:nth-child(1) {
  top: 8.0625rem;
  left: -1.25rem;
  width: 3.5625rem;
  height: 3.5625rem;
  border-radius: 1.125rem;
}
.color-cards-content .item:hover.blue .b-icon:nth-child(2) {
  width: 3.75rem;
  height: 3.75rem;
  left: 5.625rem;
  top: 19.8125rem;
  border-radius: 1.125rem;
}
.color-cards-content .item:hover.blue .b-icon:nth-child(3) {
  width: 3.8125rem;
  height: 3.8125rem;
  right: 5.5625rem;
  top: 22.625rem;
}
.color-cards-content .item:hover.blue .b-icon:nth-child(4) {
  width: 1.6875rem;
  height: 1.6875rem;
  left: 12rem;
  top: 26.5rem;
}
.color-cards-content .item:hover.blue .b-icon:nth-child(5) {
  right: 8.125rem;
  top: -0.5rem;
}
.color-cards-content .item:hover.blue .b-icon:nth-child(6) {
  width: 4.125rem;
  height: 4.125rem;
  top: -1.875rem;
  left: 2.9375rem;
  border-radius: 1.1563rem;
}
.color-cards-content .item:hover.blue .b-icon:nth-child(7) {
  width: 3.625rem;
  height: 3.625rem;
  right: 3.875rem;
  top: 14.9375rem;
}
.color-cards-content .item:hover.blue .b-icon:nth-child(8) {
  width: 3.5rem;
  height: 3.5rem;
  right: -1.25rem;
  top: 6.25rem;
}
.color-cards-content .item:hover.orange .screen {
  width: 25.625rem;
  height: 21.2521rem;
  top: 4.375rem;
}
.color-cards-content .item:hover.purple .p-avatar:nth-child(1) {
  width: 7.5rem;
  height: 7.5rem;
  top: 6.125rem;
  left: -1.625rem;
}
.color-cards-content .item:hover.purple .p-avatar:nth-child(2) {
  width: 6.625rem;
  height: 6.625rem;
  top: 14.9375rem;
  left: 2.5625rem;
}
.color-cards-content .item:hover.purple .p-avatar:nth-child(3) {
  width: 12.875rem;
  height: 12.9375rem;
  top: 12.5rem;
  left: 10.25rem;
}
.color-cards-content .item:hover.purple .p-avatar:nth-child(4) {
  width: 6.875rem;
  height: 6.875rem;
  top: 3.125rem;
  left: 6.8125rem;
}
.color-cards-content .item:hover.purple .p-avatar:nth-child(5) {
  width: 4.125rem;
  height: 4.125rem;
  top: 3.5625rem;
  left: 15.625rem;
}
.color-cards-content .item:hover.purple .p-avatar:nth-child(6) {
  width: 9.375rem;
  height: 9.3125rem;
  top: 5.625rem;
  right: -2.5rem;
}
