*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}
#nav{
    /* border: 2px solid red; */
    height: 70PX;
    width: 100%; 
    position: fixed;
    background:linear-gradient(190deg,#172742,#5c1225);
    z-index: 900;
}
section div img{
    height: 24px;
    width: 100px;
    position: absolute;
    left: 60px;
    top: 20px;
}
section div img:hover{
    cursor: pointer;
}
#home:hover{
    cursor: pointer;
    font-weight: 500; 
    font-size: large;
}
.subnav{
    list-style: none;
    color: white;
    display: flex;
    height: 40px;
    width: 45%;
    /* border: 2px solid red; */
    position: absolute;
    left: 55%;
    top: 30%;
    font-weight: 500;
    font-size: large;
    justify-content: space-evenly;
}
.li{
    opacity: 0.60;
}
.li:hover{
    cursor: pointer;
}
.main{
    /* border: 2px solid green; */
    height: 2800px;
    width: 100%;
    background:linear-gradient(100deg,#172746,#5c1229);
    z-index: 900;
}
.video1{
    width: 240px;
    height: 500px;
    border-radius: 40px;
    position: absolute;
    left: 379px;
    top: 107px;
}
.play{
    position: absolute;
    left: 370px;
    top: 410px;
    height: 180px;
}
.mobile{
    height: 514PX;
    width: 257px;
    position: absolute;
    left: 370px;
    top: 100px;
    border-radius: 53px;
}
.music{
    position: absolute;
    left: 700px;
    top: 200px;
    color: aliceblue;
    font-weight: bolder;
    font-size: 90px;
    opacity: 0.8;
    margin: 0;
    line-height: 1;
}
.music1{
   color: #fff;
   position: absolute;
   top: 420px;
   left: 700px; 
   font-size: small;
   font-weight: bold;
   opacity: 0.70;
}
.in{
   position: fixed;
   top: 650px;
   left: 1380px; ;
   font-weight: bold;
   opacity: 0.70;
   color: #fff;
}
.in:hover{
    cursor: pointer;
}
.volume{
   position: sticky;
   top: 648px;
   height: 30px;
   left: 1440px; 
   font-weight: bold;
}
.volume:hover{
    cursor: pointer;
}
.mobile1{
    height: 514PX;
    width: 257px;
    position: absolute;
    left: 370px;
    top: 800px;
    border-radius: 53px;
}
.video2{
    width: 240px;
    height: 500px;
    border-radius: 40px;
    position: absolute;
    left: 379px;
    top: 807px;
}
.music2{
    position: absolute;
    left: 700px;
    top: 900px;
    color: aliceblue;
    font-weight: bolder;
    font-size: 90px;
    opacity: .8;
    margin: 0;
    line-height: 1;
}
.container {
    position: absolute;
    display: block;
    width: 80px;
    left: 400px;
    top: 100px;
    
}
  .container .delay1 {
    -webkit-animation: waves 2.5s linear;
            animation: waves 2.5s linear;
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
            animation-iteration-count: infinite;
            
  }
  .container .delay2 {
    -webkit-animation: waves 2.5s linear 0.7s forwards;
            animation: waves 2.5s linear 0.7s forwards;
            animation-iteration-count: infinite;
  }
  .container .delay3 {
    -webkit-animation: waves 2.5s linear 1.3s forwards;
            animation: waves 2.5s linear 1.3s forwards;
            animation-iteration-count: infinite;
  }
  .container .delay4 {
    -webkit-animation: waves 2.5s linear 1.9s forwards;
            animation: waves 2.5s linear 1.9s forwards;
            animation-iteration-count: infinite;
  }
   
  .svg-box {
    position: relative;
    z-index: 10;
  }
   
  .svg-box {
    -webkit-animation: bloop 1s linear;
            animation: bloop 1s linear;
            
  }
   
  .circle {
    display: block;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background: #3D3C4B;
    margin: 10px;
    transition:1s,ease-in-out;
    position: absolute;
    top: 1600px;
    left: 10px;
  }



  @-webkitkey-frames waves {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    100% {
      transform: scale(5.5);
      opacity: 0;
    }
  }
  @-webkit-keyframes bloop {
    0% {
      transform: scale3d(1, 1, 1);
    }
    30% {
      transform: scale3d(1.25, 0.75, 1);
    }
    40% {
      transform: scale3d(0.75, 1.25, 1);
    }
    50% {
      transform: scale3d(1.15, 0.85, 1);
    }
    65% {
      transform: scale3d(0.95, 1.05, 1);
    }
    75% {
      transform: scale3d(1.05, 0.95, 1);
    }
    100% {
      transform: scale3d(1, 1, 1);
    }
  }
  @keyframes bloop {
    0% {
      transform: scale3d(1, 1, 1);
    }
    30% {
      transform: scale3d(1.25, 0.75, 1);
    }
    40% {
      transform: scale3d(0.75, 1.25, 1);
    }
    50% {
      transform: scale3d(1.15, 0.85, 1);
    }
    65% {
      transform: scale3d(0.95, 1.05, 1);
    }
    75% {
      transform: scale3d(1.05, 0.95, 1);
    }
    100% {
      transform: scale3d(1, 1, 1);
    }
  }
.Feeling{
    color: #fff;
    position: absolute;
    top: 1100px;
    left: 700px; 
    font-size: small;
    font-weight: bold;
    opacity: 0.70;
}
.pic1{
    position: absolute;
    top: 1600px;
    left: 475px;
    height: 100px; 
    border: 3px solid #fff;
    border-radius: 100%;
}
.pic2{
    position: absolute;
    top: 1700px;
    left: 280px;
    height: 100px; 
    border: 3px solid #fff;
    border-radius: 100%;
}
.pic3{
    position: absolute;
    top: 1800px;
    left: 460px;
    height: 100px; 
    border: 3px solid #fff;
    border-radius: 100%;
}
.music3{
    position: absolute;
    left: 700px;
    top: 1600px;
    color: aliceblue;
    font-weight: bolder;
    font-size: 90px;
    opacity: 0.85;
    margin: 0;
    line-height: 1;
}
.Feeling1{
    color: #fff;
    position: absolute;
    top: 1830px;
    left: 700px; 
    font-size: small;
    font-weight: bold;
    opacity: 0.70;
}
.pic4{
    position: absolute;
    top: 2300px;
    left: 120px;
    height: 400px; 
    
}
.music4{
    position: absolute;
    left: 700px;
    top: 2250px;
    color: aliceblue;
    font-weight: bolder;
    font-size: 90px;
    opacity: 0.85;
    margin: 0;
    line-height: 1;
}
.Feeling2{
    color: #fff;
    position: absolute;
    top: 2480px;
    left: 700px; 
    font-size: small;
    font-weight: bold;
    opacity: 0.70;
}
.ol{
    position: absolute;
    top: 2750px;
    left: 40px;
    list-style: none;
    display: flex;
    color: #908989;
    font-size: small;
    font-weight: bold;
}
.Policy{
    padding-left: 20px;
}
.Policy:hover{
    cursor: pointer;
}
.pic5{
    position: absolute;
    top: 1565px;
    left: 520px;
    height: 70px; 
}
.pic6{
    position: absolute;
    top: 1483px;
    left: 320px;
    height: 250px; 
}
.pic7{
    position: absolute;
    top: 1755px;
    left: 512px;
    height: 80px; 
    transition: all .2s;
    transition-timing-function: ease-in-out;
    z-index: 1;
    display: none;
    transform-origin: bottom left;
    transform: scale(1);
}
.article{
  height: 100px;
  width: 100px;
  position: absolute;
  color: #fff;
  left: 1020px;
  top: 65px;
  background-color: #000;
  font-weight: bold;
  display: none;
}
.article ol{
  padding-left: 25px;
  padding-top: 10px;
}