.tech-container {
  padding: 0 0 140px 0;
}

.tech-stack {
  width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 377px;
  gap: 0px;
  position: relative;
  border-right: 1px solid #ffffff1a;
  border-bottom: 1px solid #ffffff1a;
}

.tech-stack-box {
  height: 377px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  position: relative;
  border-top: 1px solid #ffffff1a;
  border-left: 1px solid #ffffff1a;
  width: 100%;
  overflow: visible;
}

.tech-stack > div:nth-child(7)::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 20px;
  height: 20px;
  background: linear-gradient(to right, #ffffff1a 0 100%, transparent 0) bottom
      left / 20px 1px no-repeat,
    linear-gradient(to top, #ffffff1a 0 100%, transparent 0) bottom left / 1px
      20px no-repeat;
  transform: rotate(180deg);
}

.tech-stack > div:nth-child(7)::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
  background: linear-gradient(to bottom, white 0 100%, transparent 0) center /
      1px 9px no-repeat,
    linear-gradient(to right, white 0 100%, transparent 0) center / 9px 1px
      no-repeat,
    linear-gradient(to bottom right, white 0 100%, transparent 0) center / 1px
      9px no-repeat,
    linear-gradient(to top right, white 0 100%, transparent 0) center / 1px 9px
      no-repeat;
}

.tech-stack > div:nth-child(9)::before,
.tech-stack > div:nth-child(8)::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 20px;
  height: 20px;
  background: linear-gradient(to top, #ffffff1a 0 100%, transparent 0) bottom
    left / 1px 20px no-repeat;
  transform: rotate(180deg);
}

.tech-stack > div:nth-child(9)::after,
.tech-stack > div:nth-child(8)::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
  background: linear-gradient(to bottom, white 0 100%, transparent 0) center /
      1px 9px no-repeat,
    linear-gradient(to right, white 0 100%, transparent 0) center / 9px 1px
      no-repeat,
    linear-gradient(to bottom right, white 0 100%, transparent 0) center / 1px
      9px no-repeat,
    linear-gradient(to top right, white 0 100%, transparent 0) center / 1px 9px
      no-repeat;
}

.tech-stack > div:nth-child(9) > div::before {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 20px;
  height: 20px;
  background: linear-gradient(to right, #ffffff1a 0 100%, transparent 0) bottom
      right / 20px 1px no-repeat,
    linear-gradient(to top, #ffffff1a 0 100%, transparent 0) bottom left / 1px
      20px no-repeat;
  transform: rotate(90deg);
}

.tech-stack > div:nth-child(9) > div::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  right: -5px;
  bottom: -5px;
  background: linear-gradient(to bottom, white 0 100%, transparent 0) center /
      1px 9px no-repeat,
    linear-gradient(to right, white 0 100%, transparent 0) center / 9px 1px
      no-repeat,
    linear-gradient(to bottom right, white 0 100%, transparent 0) center / 1px
      9px no-repeat,
    linear-gradient(to top right, white 0 100%, transparent 0) center / 1px 9px
      no-repeat;
}

.tech-stack > div:nth-child(1)::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 20px;
  height: 20px;
  background: linear-gradient(to right, #ffffff1a 0 100%, transparent 0) bottom
      left / 20px 1px no-repeat,
    linear-gradient(to top, #ffffff1a 0 100%, transparent 0) bottom left / 1px
      20px no-repeat;
  transform: rotate(270deg);
}

.tech-stack > div:nth-child(1)::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
  background: linear-gradient(to bottom, white 0 100%, transparent 0) center /
      1px 9px no-repeat,
    linear-gradient(to right, white 0 100%, transparent 0) center / 9px 1px
      no-repeat,
    linear-gradient(to bottom right, white 0 100%, transparent 0) center / 1px
      9px no-repeat,
    linear-gradient(to bottom right, white 0 100%, transparent 0) center / 1px
      9px no-repeat;
}

.tech-stack > div:nth-child(3)::before,
.tech-stack > div:nth-child(2)::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 20px;
  height: 20px;
  background: linear-gradient(to top, #ffffff1a 0 100%, transparent 0) bottom
    left / 1px 20px no-repeat;
  transform: rotate(180deg);
}

.tech-stack > div:nth-child(3)::after,
.tech-stack > div:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
  background: linear-gradient(to bottom, white 0 100%, transparent 0) center /
      1px 9px no-repeat,
    linear-gradient(to right, white 0 100%, transparent 0) center / 9px 1px
      no-repeat,
    linear-gradient(to bottom right, white 0 100%, transparent 0) center / 1px
      9px no-repeat,
    linear-gradient(to top right, white 0 100%, transparent 0) center / 1px 9px
      no-repeat;
}

.tech-stack > div:nth-child(3) > div::before {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 20px;
  height: 20px;
  background: linear-gradient(to right, #ffffff1a 0 100%, transparent 0) bottom
      right / 20px 1px no-repeat,
    linear-gradient(to top, #ffffff1a 0 100%, transparent 0) bottom left / 1px
      20px no-repeat;
  transform: rotate(360deg);
}

.tech-stack > div:nth-child(3) > div::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
  background: linear-gradient(to bottom, white 0 100%, transparent 0) center /
      1px 9px no-repeat,
    linear-gradient(to right, white 0 100%, transparent 0) center / 9px 1px
      no-repeat,
    linear-gradient(to bottom right, white 0 100%, transparent 0) center / 1px
      9px no-repeat,
    linear-gradient(to top right, white 0 100%, transparent 0) center / 1px 9px
      no-repeat;
}

.tech-stack > div:nth-child(4)::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -20px;
  width: 20px;
  height: 20px;
  background: linear-gradient(to top, #ffffff1a 0 100%, transparent 0) bottom
    left / 1px 20px no-repeat;
  transform: rotate(90deg);
}

.tech-stack > div:nth-child(4)::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 20px;
  height: 20px;
  background: linear-gradient(to top, #ffffff1a 0 100%, transparent 0) bottom
    left / 1px 20px no-repeat;
  transform: rotate(90deg);
}

.tech-stack > div:nth-child(6)::before {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 20px;
  height: 20px;
  background: linear-gradient(to top, #ffffff1a 0 100%, transparent 0) bottom
    right / 1px 20px no-repeat;
  transform: rotate(90deg);
  z-index: 10;
}

.tech-stack > div:nth-child(6)::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -20px;
  width: 20px;
  height: 20px;
  background: linear-gradient(to top, #ffffff1a 0 100%, transparent 0) bottom
    right / 1px 20px no-repeat;
  transform: rotate(90deg);
  z-index: 10;
}

.tech-stack > div > div {
  width: 100%;
  height: 100%;
  padding: 24px 0px 24px 24px;
  position: relative;
  z-index: 2;
}

.chips {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}

.chips span {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  width: fit-content;
  padding: 4px 12px;
  border: 1px solid #c7c7cc;
  color: #c7c7cc;
  border-radius: 49px;
}

.tech-title-h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  color: #fff;
}

.tech-title-h1 {
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  vertical-align: middle;
  color: #fff;
}

.tech-stack > div:nth-child(2) > div,
.tech-stack > div:nth-child(3) > div,
.tech-stack > div:nth-child(4) > div,
.tech-stack > div:nth-child(5) > div,
.tech-stack > div:nth-child(7) > div,
.tech-stack > div:nth-child(8) > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 32px;
}

.tech-stack > div:nth-child(9) > div {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
  gap: 59px;
}

.tech-stack > div:nth-child(9) > div .tech-title-h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 160%;
  color: #fff;
}

.tech-stack > div:nth-child(6) {
  position: relative;
  overflow: hidden;
}

.tech-stack > div:nth-child(6) > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 5;
}

.tech-stack > div:nth-child(6) > div > p {
  font-weight: 500;
  font-size: 32px;
  line-height: 160%;
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.tech-stack > div:nth-child(6) > div > button {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  color: #000;
  background-color: #fff;
  padding: 9px 42px;
  border-radius: 40px;
  border: 1px solid #fff;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.tech-stack > div:nth-child(6) .bubble {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bubble-glow {
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.95) 0%,
    rgba(135, 186, 255, 0.4) 40%,
    rgba(26, 26, 26, 0) 70%
  );
  filter: blur(60px);
  border-radius: 50%;
  opacity: 0;
}

.get-touch-box.modular {
  padding: 70px 40px;
}

.get-touch-box.modular > p {
  font-size: 64px;
  line-height: 84px;
}

.get-touch.bodular-box {
  margin: 0 0 160px 0;
}
