.services-section{
  width: 100%;
  margin-top: 4rem;
}

.services-container{
    align-content: center;
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  height: min-content;
  justify-content: center;
  overflow: visible;
  padding: 0 6rem;
  position: relative;
  width: 100%;
}

.services{
    display: grid;
    flex: 1 0 0px;
    gap: 16px;
    grid-auto-rows: min-content;
    grid-template-columns: repeat(2,minmax(200px,1fr));
    grid-template-rows: repeat(1,min-content);
    height: min-content;
    justify-content: center;
    max-width: 1000px;
    overflow: visible;
    padding: 4rem 0rem;
    position: relative;
    z-index: 1;
}

.service{
    justify-self: start;
  position: relative;
  width: 100%;
  background: rgba(13, 13, 13, 0.8);
  padding: 48px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
  border-radius: 24px;
  border: 0.4px solid #53535370;
  text-align: center;
  overflow: hidden;
}

.service h1{
  font-size: 42px;
  font-weight: 500;
  text-align: center;
  font-family: 'Satoshi';
  line-height: 1.1;
  letter-spacing: -1px;
}

.service p{
    font-weight: 400;
    color: rgb(153, 153, 153);
    font-size: 14px;
    width: 70%;
}

.service-full{
  width: 203%;
}

.service-full p{
  width: 50%;
}

.glow{
  height: 500px;
  left: -260px;
  overflow: visible;
  position: absolute;
  top: -400px;
  width: 500px;
  z-index: 0;
}

.glow .glow-blur{
  background-color: rgb(212, 34, 144);
  filter: blur(70px);
  border-radius: 500px;
  transform: translate(-50%, -50%);
  opacity: 1;
  aspect-ratio: 1 / 1;
  flex: none;
  height: 400px;
  left: 50%;
  overflow: visible;
  position: absolute;
  top: 50%;
  width: 400px;
}

.glow-blur-gradient{
  background: conic-gradient(rgb(166, 46, 214) 0deg, rgb(194, 51, 199) 54.8916deg, rgb(225, 0, 255) 106.699deg, rgb(255, 71, 255) 162deg, rgb(234, 0, 255) 252deg, rgb(247, 0, 255) 306deg, rgba(255, 0, 157, 0.616) 360deg);
  border-radius: 50%;
  opacity: 0.8;
  inset: 0;
  overflow: hidden;
  position: absolute;
}

.glow-right{
  height: 500px;
  overflow: visible;
  position: absolute;
  top: -390px;
  width: 500px;
  z-index: 0;
  right: -260px;
}

.glow-right .glow-blur{
  background-color: rgb(34, 84, 212);
  filter: blur(70px);
  border-radius: 500px;
  transform: translate(-50%, -50%);
  opacity: 1;
  aspect-ratio: 1 / 1;
  flex: none;
  height: 400px;
  left: 50%;
  overflow: visible;
  position: absolute;
  top: 50%;
  width: 400px;
}

.glow-right .glow-blur-gradient{
  background: conic-gradient(rgb(91, 46, 214) 0deg, rgb(63, 51, 199) 54.8916deg, rgb(56, 0, 255) 106.699deg, rgb(154, 71, 255) 162deg, rgb(163, 0, 255) 252deg, rgb(255, 0, 120) 306deg, rgba(255, 0, 157, 0.384) 360deg);
  border-radius: 50%;
  opacity: 0.8;
  inset: 0;
  overflow: hidden;
  position: absolute;
}

.glow-down{
  height: 500px;
  overflow: visible;
  position: absolute;
  bottom: -399px;
  width: 500px;
  z-index: 0;
  left: -260px;
}

.glow-down .glow-blur{
  background-color: rgb(34, 84, 212);
  filter: blur(70px);
  border-radius: 500px;
  transform: translate(-50%, -50%);
  opacity: 1;
  aspect-ratio: 1 / 1;
  flex: none;
  height: 400px;
  left: 50%;
  overflow: visible;
  position: absolute;
  top: 50%;
  width: 400px;
}

.glow-down .glow-blur-gradient{
  background: conic-gradient(rgb(166, 46, 214) 0deg, rgb(194, 51, 199) 54.8916deg, rgb(225, 0, 255) 106.699deg, rgb(255, 71, 255) 162deg, rgb(234, 0, 255) 252deg, rgb(247, 0, 255) 306deg, rgba(255, 0, 157, 0.384) 360deg);
  border-radius: 50%;
  opacity: 0.8;
  inset: 0;
  overflow: hidden;
  position: absolute;
}

.glow-up-right{
  height: 500px;
  overflow: visible;
  position: absolute;
  top: -399px;
  width: 500px;
  z-index: 0;
  right: -260px;
}

.glow-up-right .glow-blur{
  background-color: rgb(34, 84, 212);
  filter: blur(70px);
  border-radius: 500px;
  transform: translate(-50%, -50%);
  opacity: 1;
  aspect-ratio: 1 / 1;
  flex: none;
  height: 400px;
  left: 50%;
  overflow: visible;
  position: absolute;
  top: 50%;
  width: 400px;
}

.glow-up-right .glow-blur-gradient{
  background: conic-gradient(rgb(166, 46, 214) 0deg, rgb(194, 51, 199) 54.8916deg, rgb(225, 0, 255) 106.699deg, rgb(255, 71, 255) 162deg, rgb(234, 0, 255) 252deg, rgb(247, 0, 255) 306deg, rgba(255, 0, 157, 0.384) 360deg);
  border-radius: 50%;
  opacity: 0.8;
  inset: 0;
  overflow: hidden;
  position: absolute;
}

@media (max-width:768px) {
  .services-container {
    padding: 0px 2rem;
  }
  .services{
    gap: 2rem;
    grid-template-columns: none;
  }
  .service {
    padding: 2rem 0rem;
  }
  .service-full {
    width:100%;
  }
  .service-full p {
    width: 70%;
  }
}