body{height: 100dvh;}
*,
.main {
  margin: 0;
}
@media screen and (max-width:525px){
  .leftjal,
.rightjal {
  position: absolute;
  width: 110px;
  height: 110px;
}
.leftjal {
  left: 11%;
  bottom: 11%;
  border-bottom: 2px dashed #ffffff63;
  border-left: 2px dashed #ffffff63;
  border-bottom-left-radius: 17px;
}
.rightjal {
  right: 11%;
  bottom: 11%;
  border-bottom: 2px dashed #ffffff63;
  border-right: 2px dashed #ffffff63;
  border-bottom-right-radius: 17px;
}
}
@media screen and (min-width:526px){
  .leftjal,
.rightjal {
  position: absolute;
  width: 160px;
  height: 130px;
}
.leftjal {
  left: 13%;
  bottom: 15%;
  border-bottom: 2px dashed #ffffff63;
  border-left: 2px dashed #ffffff63;
  border-bottom-left-radius: 17px;
}
.rightjal {
  right: 13%;
  bottom: 15%;
  border-bottom: 2px dashed #ffffff63;
  border-right: 2px dashed #ffffff63;
  border-bottom-right-radius: 17px;
}
}
@media screen and (min-width:851px){
  .leftjal,
.rightjal {
  position: absolute;
  width: 200px;
  height: 140px;
}
.leftjal {
  left: 14%;
  bottom: 18%;
  border-bottom: 2px dashed #ffffff63;
  border-left: 2px dashed #ffffff63;
  border-bottom-left-radius: 17px;
}
.rightjal {
  right: 14%;
  bottom: 18%;
  border-bottom: 2px dashed #ffffff63;
  border-right: 2px dashed #ffffff63;
  border-bottom-right-radius: 17px;
}
}
@media screen and (min-width:1100px){
  .leftjal,
.rightjal {
  position: absolute;
  width: 350px;
  height: 150px;
}
.leftjal {
  left: 15%;
  bottom: 21%;
  border-bottom: 2px dashed #ffffff63;
  border-left: 2px dashed #ffffff63;
  border-bottom-left-radius: 17px;
}
.rightjal {
  right: 15%;
  bottom: 21%;
  border-bottom: 2px dashed #ffffff63;
  border-right: 2px dashed #ffffff63;
  border-bottom-right-radius: 17px;
}
}
.main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: radial-gradient(
    circle at 90% 30%,
    #a76d11 0,
    #682c13 30%,
    #301611 60%,
    #1a0f16 100%
  );
  height: 100vh;
}
.ball {
  box-shadow: -8px 15px 35px 5px rgba(19, 19, 19, 0.822);
}
.jalip {
  position: absolute;
  top: 9%;
  left: 50%;
  transform: translate(-50%, 0);
  height: 40px;
  width: 400px;
  color: #cacdcfe1;
  text-align: center;
  font-size: 40px;
  cursor: pointer;
}
.jalip::before{
  content: "ipv4";
  position: absolute;
  font-size: 15px;
  top: 0;
  left: 0;
  width: 60px;
  height: 40px;
    color: #9696966b;
}
.jalip2::before{
  content: "ipv6";
  position: absolute;
  font-size: 15px;
  top: 0;
  left: 0;
  width: 60px;
  height: 40px;
    color: #9696966b;
}
.ball:after,
.ball:before {
  content: "";
  border-radius: 50%;
  top: 0;
  left: 0;
}
.ball,
.ball .shadow,
.ball:after,
.ball:before {
  width: 100%;
  height: 100%;
}
.ball,
.stage {
  display: inline-block;
}
/* .stage::before {
  content: "";
  position: absolute;
  top: -10%;
  left: 100px;
  display: inline-block;
  width: 30px;
  height: 50px;
  background-color: red;
} */
.stage {
  position: relative;
  border-radius: 100%;
  padding: 5px;
}

*,
.ball {
  z-index: 999;
  margin: 0;
}

.ball {
  border-radius: 50%;
  position: relative;
  -webkit-transform-style: preserve-3d;
  background: url("./w.png") 0 0 / auto 100% repeat-x,
    rgb(48, 29, 0);
  -webkit-animation: 60s linear infinite move-map;
  -moz-animation: 60s linear infinite move-map;
  -o-animation: 60s linear infinite move-map;
  -ms-animation: move-map 60s infinite linear;
  animation: 60s linear infinite move-map;
}
.ball:before {
  position: absolute;
  box-shadow: -40px 10px 70px 10px rgba(0, 0, 0, 0.5) inset;
  z-index: 2;
}
.ball:after {
  position: absolute;
  -webkit-filter: blur(0);
  opacity: 0.4;
  background: radial-gradient(
    circle at 50% 80%,
    #4e300300,
    #4d380100 5%,
    #bd5c0de7 80%,
    #f8c579 100%
  );
}
.ball .shadow {
  position: absolute;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.1) 40%,
    rgba(0, 0, 0, 0) 50%
  );
  -webkit-transform: rotateX(90deg) translateZ(-150px);
  -moz-transform: rotateX(90deg) translateZ(-150px);
  -ms-transform: rotateX(90deg) translateZ(-150px);
  -o-transform: rotateX(90deg) translateZ(-150px);
  transform: rotateX(90deg) translateZ(-150px);
  z-index: -1;
}
.stage {
  width: 330px;
  height: 330px;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -ms-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
  -webkit-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  -o-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}
.jalbot,
.jalhead,
.jalmain,
.jaltop {
  display: flex;
}
@-moz-keyframes move-map {
  0% {
    background-position: -849px 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes move-map {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -849px 0;
  }
}
@-o-keyframes move-map {
  0% {
    background-position: -849px 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-ms-keyframes move-map {
  0% {
    background-position: -849px 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes move-map {
  0% {
    background-position: -849px 0;
  }
  100% {
    background-position: 0 0;
  }
}
body {
  color: #f0f8ff;
  height: 100vh;
}
.jalball {
  display: flex;
  height: 100%;
}
.jalball {
  width: 100%;
  justify-content: center;
  align-items: center;
}

.lj1 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  top: -30px;
  left: -10px;
  color: rgba(255, 255, 255, 0.623);
}
.lj2 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  bottom: -10px;
  right: -30px;
  color: rgba(255, 255, 255, 0.623);
}
.lj3 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  top: -30px;
  right: -10px;
  color: rgba(255, 255, 255, 0.623);
}
.lj4 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  bottom: -10px;
  left: -30px;
  color: rgba(255, 255, 255, 0.623);
}
a {
  display: inline-block;
  color: rgba(255, 250, 240, 0.705);
  margin: 10px auto;
  font-size: 18px;
  text-decoration: none;
  position: fixed;
  bottom: 2px;
  left: 50%;
transform: translate(-50%,0%);
}
.jalip2 {
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translate(-50%, 0);
  height: 40px;
  width: 400px;
  color: #f0f8ff9f;
  text-align: center;
  font-size: 17px;
  cursor: pointer;
}

.copy-text.copied::after {
  content: "کپی شد";
  position: absolute;
  top: -27px;
  right: 2%;
  background: #000;
  color: #fff;
  font-size: 15px;
  padding: 3px 6px;
  border-radius: 5px;
  white-space: nowrap;
  opacity: 1;
  transition: opacity 0.5s ease;
  background-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  color: white;
}
.copy-text::after {
  opacity: 50%;
}

.copy-text1.copied1::after {
  content: "کپی شد";
  position: absolute;
  top: -27px;
  right: 2%;
  background: #000;
  color: #fff;
  font-size: 15px;
  padding: 3px 6px;
  border-radius: 5px;
  white-space: nowrap;
  opacity: 1;
  transition: opacity 0.5s ease;
  background-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  color: white;
}
.copy-text1::after {
  opacity: 50%;
}
img{
  width: 140px;
  height: auto;
}