
.download-app-box {
    position: static;
    width: 100%;
    padding: 30px;
    font-family: Verdana, arial, sans-serif;
    color: #fff;
    background: linear-gradient(45deg,#000000 0%,#a300ee 10%,#000000 35%,#b000c7 90%,#020000);
    height: inherit;
    transition: all 0.5s cubic-bezier(0, 1, 0.5, 1) 0s;
    overflow: hidden;
}

.petir-icon {
    width: 65px;
    margin: 0px 0px 0px 10px;
    position: absolute;
    top: 80px;
    left: 2px;
}

.petir-icon img {
    display: block;
    max-width: 100%;
}

.text-wrapper {
    position: absolute;
    left: 100px;
    top: 73px;
}

.title {
    font-size: 15px;
    font-weight: bold;
    color: #ffcc00;
}

.sub-title {
    font-size: 11px;
    color: #FFF;
    letter-spacing: 0px;
}

.download-button {
    position: absolute;
    right: 18px;
    margin-top: 0;
}

.download-button a {
    font-size: 12px;
    padding: 4px 5px;
    color: #000;
    height: 34px;
    background: linear-gradient(to bottom, #00f5f6 0%, #0b669e 100%);
    border-radius: 20px;
    border: 2px solid #05f4fa;
    box-shadow: 0px 0px 3px #00d3ff;
}
.close-box {
  position: absolute;
  display: block;
  top: 39px;
  left: 9px;
  height: 26px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 60px;
}