@charset "utf-8";
/* CSS Document */
.SP1{
    margin-left: auto;
    margin-right: auto;
    
}
  /* <!-- CARD-Stanzen -->*/
   
        .outer {
  width: 375px;
  height: 210px;
  border-radius: 10px;
  padding: 1px;
  background: radial-gradient(circle 230px at 0% 0%, #ffffff, #0c0d0d);
  position: relative;
}
        
.outer-w {
  width: 375px;
  height: 180px;
  border-radius: 10px;
  padding: 1px;
  background: radial-gradient(circle 230px at 0% 0%, #c0c0c0, #0c0d0d);
  position: relative;
}





.card-s {
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 9px;
  border: solid 1px #202222;
  background-size: 20px 20px;
  background: radial-gradient(circle 280px at 0% 0%, #444444, #0c0d0d);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  color: #fff;
}
.ray {
  width: 220px;
  height: 45px;
  border-radius: 100px;
  position: absolute;
  background-color: #c7c7c7;
  opacity: 0.4;
  box-shadow: 0 0 50px #fff;
  filter: blur(10px);
  transform-origin: 10%;
  top: 0%;
  left: 0;
  transform: rotate(40deg);
}
.ray-b {
  width: 220px;
  height: 45px;
  border-radius: 100px;
  position: absolute;
  background-color: #A0A0A0;
  opacity: 0.4;
  box-shadow: 0 0 50px #a0a0a0;
  filter: blur(10px);
  transform-origin: 10%;
  top: 0%;
  left: 0;
  transform: rotate(40deg);
}
.card-sw {
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 9px;
  border: solid 1px #000000;
  background-size: 20px 20px;
  background: radial-gradient(circle 280px at 0% 0%, #b0b0b0, #c0c0c0);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  color: #000000;
}

.card-sw .text {
  font-weight: bolder;
  font-size: 1rem;
    ;
  background-clip: text;
  color: black;
}

.line {
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #2c2c2c;
}
.topl {
  top: 10%;
  background: linear-gradient(90deg, #888888 30%, #1d1f1f 70%);
}
.bottoml {
  bottom: 10%;
}
.leftl {
  left: 10%;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, #747474 30%, #222424 70%);
}
.rightl {
  right: 10%;
  width: 1px;
  height: 100%;
}


.card-s1 {
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 9px;
  border: solid 1px #202222;
  background-size: 20px 20px;
  background: radial-gradient(circle 280px at 100% 100%, #444444, #0c0d0d);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  color: #fff;
}

.line1 {
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #2c2c2c;
}
.topl1 {
  top: 10%;
  background: linear-gradient(90deg, #1d1f1f 30%, #888888 70%);
}
.bottoml1 {
  bottom: 10%;
}
.leftl1 {
  left: 10%;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, #222424 30%, #747474 70%);
}
.rightl1 {
  right: 10%;
  width: 1px;
  height: 100%;
}

.card-s .card-s1 .text {
  font-weight: bolder;
  font-size: 1rem;
  background-clip: text;
  color: floralwhite;
}