body {
  background:#ccc;
  padding:0;
  margin:0;
}

#link{
  width:160px;
  height:600px;
  position:absolute;
  top:0px;
  left:0px;
}

#banner {
  overflow:hidden;
  position:relative;
  width:160px;
  height:600px;
  display:box;
  border:1px solid #00AEEF;
  background-color: #00AEEF ;
  box-sizing: border-box;
}

img, svg {
  position: absolute;
}

#all{
  visibility: hidden;
}

#bg-1{
  position: absolute;
  background: rgb(213,244,255);
  background: radial-gradient(circle, rgba(213,244,255,1) 0%, rgba(0,174,239,1) 100%);
  width: 160px;
  height: 600px;
  
}

#bg-2,#bg-3,#bg-4{
  fill:#00AEEF

}

#bg-2{
  position: absolute;
  left: -320px;
  top: -100px;
  width: 800px;
  height: 800px;
}

#bg-4{
  top:20px;
}

#btn{

  font-family: 'Nunito', sans-serif;

  position: absolute;
  display: block;
  top: 515px;
  left: 10px;
  width: 140px;
  height: 44px;
  border-radius: 25px;
  color: white;
  text-align: center;
  line-height: 44px;
  font-weight: 800;


  background: rgb(253,53,1);
  background: linear-gradient(0deg, rgba(253,53,1,1) 0%, rgba(253,144,1,1) 100%);

}

a > #btn{

  box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
  transition: top .2s, box-shadow .1s;
  
}

a:hover > #btn{
    top: 505px;
    box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.4);
}

a:active > #btn{
    top: 515px;
    box-shadow: 0px 2px 5px 8px rgba(0,0,0,0.3);
}


#img-1{
  position: absolute;
  left: 40px;
  top: 134px;
}

#img-2{
  position: absolute;
  left: 40px;
  top: 126px;
}

#img-3{
  position: absolute;
  left: 1px;
  top: 156px;
}


#text-1, #text-2, #text-3, #text-4{
  position: absolute;
}

#text-1{
  top: 400px;
}

#text-2{
  top: 370px;
}

#text-3{
  top: 360px;
}

#text-4{
  top: 340px;
}


#logo{
  left: 5px;
  top: 35px;
  width:150px
}


.line{

  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  color:white;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  width:160px;
  text-align: center;
  

  

}