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

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

#banner {
  overflow:hidden;
  position:relative;
  width:320px;
  height:100px;
  display:box;
  border:1px solid #d9b480;
  background-color: #d9b480 ;
  box-sizing: border-box;
}

img, svg {
  position: absolute;
}

#all{
  visibility: hidden;
}

#bg-green{

  background-color: #00908b;
  position: absolute;
  width: 420px;
  height: 100px;
  opacity: 0.86;
  left:-100px;
}

#bg-golden{
  background-color:#d9b480;
  position: absolute;
  width: 360px;
  height: 100px;
  left:-320px
}



#bg-3{
  left:-150px
}

#bg-4{
  top:115px
}



#img-1, #img-2, #img-3{
  top:0px;
  right:0
}


#logo-0, #logo-1{
  top:30px;
  left: 80px;
  
  width:160px
}



#text-1{
  top:25px;
  position: absolute;
}

.line{
  font-family: 'Bebas Neue', sans-serif;
  color:white;
  font-size: 32px;
  line-height: 28px;
  width:320px;
  text-align: center;
  letter-spacing: 0;
}

.small-line {
  font-family: 'Bebas Neue', sans-serif;
  color:white;
  font-size: 20px;
  line-height: 20px;
  width:320px;
  text-align: center;
}

#text-2{
  top: 24px;
  position: absolute;
}

#text-2 >.line{
  letter-spacing: 0px;
  font-size: 40px;
  line-height: 36px;
}

#text-3{
  top:8px;
  position: absolute;
}

#text-3 > .line{
  font-size: 40px;
  line-height: 32px;
}

#text-3 > .small-line{
  font-size: 24px;
  line-height: 24px;
}

/* last screen */

#logo-1{
  top: 5px;
}

#text-4{
  top: 40px;
  position: absolute;
 
  /* border:solid 1px white */
}

#text-4 >.line{

  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 0px;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  width:320px
  
  
}


#btn{

  font-family: 'Bebas Neue', sans-serif;

  position: absolute;
  display: block;
  top: 62px;
  left: 110px;
  width:100px;
  
  padding:6px 10px 4px 10px;
  border-radius: 20px;
  color: white;
  text-align: center;
  line-height: 14px;
  font-size:18px;

  /* background: rgb(253,255,255);
  color:#d9b480 */

  background: rgb(253,19,94);
  color:rgb(253,255,255);
  border:solid 1px red
  

}

a > #btn{

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

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

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