
  .lines {
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    z-index: 30;
    opacity: 1;
    transition: 1.5s all ease;
  }
  
  #profile{
      position: relative;
      z-index: 31;
  }
@media only screen and (max-width: 479px) {
    .lines{
      top:100px;
    }
}

  .line-container {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 5px;
  }

  .animated-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    animation: moveLine 3s linear infinite;
  }

  @keyframes moveLine {
    0% { 
      left: 0;
    }
    100% { 
      left: 100%; 
    }
  }
  @media (max-width: 767px) {
    @keyframes moveLine {
      0% { 
        left: -60%;
      }
      100% { 
        left: 100%; 
      }
    }
  }

  .line-container:nth-child(1) {
    position: absolute;
    top: 21%;
    left: 0;
    transform: rotate(90deg);
    @media (max-width: 1679px) {
      top: 10%;
    }
    @media (max-width: 1279px) {
      top: 15%;
    }
    @media (max-width: 1023px) {
      top: 30%;
    }
    @media (max-width: 990px) {
      top: 35%;
    }
    @media (max-width: 767px) {
      top: 40%;
    }
    @media (max-width: 479px) {
      top: 36%;
    }
    @media (max-width: 374px) {
      display: none;
    }
  }

  .line-container:nth-child(2) {
    position: absolute;
    top: 21%;
    left: 4.5%;
    transform: rotate(75deg);
    @media (max-width: 1679px) {
      top: 10%;
    }
    @media (max-width: 1279px) {
      top: 18%;
    }
    @media (max-width: 1023px) {
      top: 30%;
      transform: rotate(78deg);
    }
    @media (max-width: 990px) {
      top: 35%;
      transform: rotate(81deg);
    }
    @media (max-width: 767px) {
      top: 40%;
      transform: rotate(84deg);
    }
    @media (max-width: 479px) {
      top: 36%;
    }
    @media (max-width: 374px) {
      display: none;
    }

  }

  .line-container:nth-child(3) {
    position: absolute;
    top: 21%;
    right: 4.5%;
    transform: rotate(105deg);
    @media (max-width: 1679px) {
      top: 10%;
    }
    @media (max-width: 1279px) {
      top: 18%;
    }
    @media (max-width: 1023px) {
      top: 30%;
      transform: rotate(102deg);
    }
    @media (max-width: 990px) {
      top: 35%;
      transform: rotate(99deg);
    }
    @media (max-width: 767px) {
      top: 40%;
      transform: rotate(96deg);
    }
    @media (max-width: 479px) {
      top: 36%;
    }
    @media (max-width: 374px) {
      display: none;
    }

  }

  .line-container:nth-child(4) {
    position: absolute;
    top: 21%;
    left: 9.5%;
    transform: rotate(60deg);
    @media (max-width: 1679px) {
      top: 10%;
    }
    @media (max-width: 1279px) {
      top: 18%;
    }
    @media (max-width: 1023px) {
      top: 30%;
      transform: rotate(65deg);
    }
    @media (max-width: 990px) {
      top: 35%;
      transform: rotate(72deg);
    }
    @media (max-width: 767px) {
      top: 40%;
      transform: rotate(78deg);
    }
    @media (max-width: 479px) {
      top: 36%;
    }
    @media (max-width: 374px) {
      display: none;
    }

  }

  .line-container:nth-child(5) {
    position: absolute;
    top: 21%;
    right: 9.5%;
    transform: rotate(120deg);
    @media (max-width: 1679px) {
      top: 10%;
    }
    @media (max-width: 1279px) {
      top: 18%;
    }
    @media (max-width: 1023px) {
      top: 30%;
      transform: rotate(115deg);
    }
    @media (max-width: 990px) {
      top: 35%;
      transform: rotate(108deg);
    }
    @media (max-width: 767px) {
      top: 40%;
      transform: rotate(102deg);
    }
    @media (max-width: 479px) {
      top: 36%;
    }
    @media (max-width: 374px) {
      display: none;
    }

  }

  .line-container:nth-child(6) {
    position: absolute;
    top: 21%;
    left: 15.8%;
    transform: rotate(45deg);
    @media (max-width: 1679px) {
      top: 10%;
    }
    @media (max-width: 1279px) {
      top: 18%;
    }
    @media (max-width: 1023px) {
      top: 30%;
      transform: rotate(52deg);
    }
    @media (max-width: 990px) {
      top: 35%;
      transform: rotate(62deg);
    }
    @media (max-width: 767px) {
      top: 40%;
      transform: rotate(70deg);
    }
    @media (max-width: 479px) {
      top: 36%;
    }
    @media (max-width: 374px) {
      display: none;
    }

  }

  .line-container:nth-child(7) {
    position: absolute;
    top: 21%;
    right: 15.8%;
    transform: rotate(135deg);
    @media (max-width: 1679px) {
      top: 10%;
    }
    @media (max-width: 1279px) {
      top: 18%;
    }
    @media (max-width: 1023px) {
      top: 30%;
      transform: rotate(128deg);
    }
    @media (max-width: 990px) {
      top: 35%;
      transform: rotate(118deg);
    }
    @media (max-width: 767px) {
      top: 40%;
      transform: rotate(110deg);
    }
    @media (max-width: 479px) {
      top: 36%;
    }
    @media (max-width: 374px) {
      display: none;
    }

  }

  .line-container:nth-child(8) {
    position: absolute;
    top: 21%;
    left: 25%;
    transform: rotate(30deg);
    @media (max-width: 1679px) {
      top: 10%;
    }
    @media (max-width: 1279px) {
      top: 18%;
    }
    @media (max-width: 1023px) {
      top: 30%;
      transform: rotate(39deg);
    }
    @media (max-width: 990px) {
      top: 35%;
      transform: rotate(50deg);
    }
    @media (max-width: 767px) {
      top: 40%;
      transform: rotate(59deg);
    }
    @media (max-width: 479px) {
      top: 36%;
    }
    @media (max-width: 374px) {
      display: none;
    }

  }

  .line-container:nth-child(9) {
    position: absolute;
    top: 21%;
    right: 25%;
    transform: rotate(150deg);
    @media (max-width: 1679px) {
      top: 10%;
    }
    @media (max-width: 1279px) {
      top: 18%;
    }
    @media (max-width: 1023px) {
      top: 30%;
      transform: rotate(141deg);
    }
    @media (max-width: 990px) {
      top: 35%;
      transform: rotate(130deg);
    }
    @media (max-width: 767px) {
      top: 40%;
      transform: rotate(121deg);
    }
    @media (max-width: 479px) {
      top: 36%;
    }
    @media (max-width: 374px) {
      display: none;
    }

  }

  .line-container:nth-child(10) {
    position: absolute;
    top: 21%;
    left: 48.5%;
    transform: rotate(15deg);
    @media (max-width: 1679px) {
      top: 10%;
    }
    @media (max-width: 1279px) {
      top: 18%;
    }
    @media (max-width: 1023px) {
      top: 30%;
      transform: rotate(22deg);
    }
    @media (max-width: 990px) {
      top: 35%;
      left: 43%;
      transform: rotate(34deg);
    }
    @media (max-width: 767px) {
      top: 40%;
      left: 36%;
      transform: rotate(49deg);
    }
    @media (max-width: 479px) {
      top: 36%;
    }
    @media (max-width: 374px) {
      display: none;
    }

    .animated-line {
      animation-delay: .5s;
      @media (max-width: 990px) {
        top: 35%;
        animation-delay: 0s;
      }
    } 
  }

  .line-container:nth-child(11) {
    position: absolute;
    top: 21%;
    right: 48.5%;
    transform: rotate(165deg);
    @media (max-width: 1679px) {
      top: 10%;
    }
    @media (max-width: 1279px) {
      top: 18%;
    }
    @media (max-width: 1023px) {
      top: 30%;
      transform: rotate(158deg);
    }
    @media (max-width: 990px) {
      top: 35%;
      right: 43%;
      transform: rotate(146deg);
    }
    @media (max-width: 767px) {
      top: 40%;
      right: 36%;
      transform: rotate(131deg);
    }
    @media (max-width: 479px) {
      top: 36%;
    }
    @media (max-width: 374px) {
      display: none;
    }

    .animated-line {
      animation-delay: .5s;
      @media (max-width: 990px) {
        animation-delay: 0s;
      }
    }
  }
}

