body {
  background:#ccc;
  padding:0;
  margin:0;
  font-family: 'Poppins', sans-serif;
}

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

#banner {
  overflow:hidden;
  position:relative;
  width:200px;
  height:200px;
  display:box;
  border:1px solid #333333;
  
  box-sizing: border-box;

  background: rgb(255,255,255);
  /* background: linear-gradient(180deg, rgba(50,62,78,1) 0%, rgba(50,62,78,1) 70%, rgba(38,46,58,1) 100%); */

}

img, svg {
  position: absolute;
}

#all{
  visibility: hidden;
}



#img{
  position: absolute;
  top:100px;
}


#logo{
  left: 40px;
  top: 5px;
  width:120px
  
}


#logos{
  left: 10px;
  top: 160px;
  position: absolute;
}
#logos-1,#logos-2{
  width:180px;
}

#logos-2{
  top:20px
}



#text-1, #text-2{
  
  top: 50px;
  left:0px;
  position: absolute;
  /* border: solid 1px red; */
}

#text-2{
  top: 50px;
}

.line{
  font-family: inherit;
  color:#fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  width:140px;
  text-align: center;
}

.line-bold{
  font-family: inherit;
  color:#fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 800;
  width:140px;
  text-align: center;
}

#text-2 > .line {
  width:140px;
  font-size: 12px;
  line-height: 14px;
}

#gradient-top{

  position:absolute;
  top:0;
  color:white;

  width:300px;
  height:100px;
 
  background: linear-gradient(180deg, rgba(50,62,78,1) 0%, rgba(50,62,78,0) 100%);
  display: block;

}

#gradient-bottom{

  position:absolute;
  top:100px;

  /* border:solid 1px red; */
  color:white;


  width:300px;
  height:200px;
  background: linear-gradient(180deg, rgba(50,62,78,0) 0%, rgba(50,62,78,1) 100%);

}

#iphone{
  position:absolute;
  top:50px;
  width:80px;
  left:125px
}


#btn{

  font-family: inherit;
  position: absolute;
  display: block;
  top: 122px;
  left: 20px;
  color: rgb(204,20,23);
  text-align: center;
  line-height: 11px;
  font-weight: 400;
  font-size: 11px;
  padding:3px 20px 2px 20px;
  border-radius: 25px;
  text-transform: uppercase;
  background:  rgb(255,255,255);
  
}

a > #btn{

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

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

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