 
#appSection h2{
    margin: 0;
  }
  #appSection p.app_pera{
    line-height: 25px;
    font-size: 18px;
    text-transform: capitalize;
    font-family: sans-serif;
  
  }
  .app_paravr{
    font-size: 16px;
    color: black;
    font-weight: 600;
    margin-bottom: 5px;  
  }
  
  
  #appButton {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background-color: #ffffff;
    color: #494949;
    cursor: pointer;
    z-index: 9000;
    overflow: hidden;
    text-align: left;
    transition: right 0.3s ease-in-out; /* Added transition property */
    outline: none;
    border: none;
    padding: 7px 8px 7px 37px;
    border-radius: 10px 0px 0px 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    font-size: 16px;
    font-weight: 600;
  }
  
  #appButton::after {
    content: '';
    position: absolute;
    top: 51%;
    left: 20px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #494949;
    transition: left 0.3s ease-in-out;
  }
  
  #appButton:hover {
    background-color: #f3f3f3; /* Darker color on hover */
    transform: translateY(-50%) scale(1.05); /* Slightly scale up on hover */
  }
  
  #appButton:hover::after {
    left: 10px; /* Move arrow 5px to the left on hover */
  }
  
  
  #appSection {
    position: fixed;
    top: 50%;
    right: -300px;
    width: 300px;
    background-color: #f4f4f4;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease-in-out;
    z-index: 999;
    transform: translateY(-50%);
  }
  
  #appSection.open {
    right: 0;
  }
  
  #appSection img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
    a.downloadButton {
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  a.downloadButton img {
    width: 20px; /* Adjust size of the Android logo as needed */
    margin: 0 !important;
  }
  
  
  #dapp__btn {
      width:500px;
    margin-top: 12px;
  }
  #dbtn-wrap {
      position:relative;
    padding: 4px;
    width: 237px;
    height: 57px;
      display:block;
      text-decoration:none;
      margin-bottom:30px;
      background: #242428;
      background: -webkit-gradient(linear, 0 bottom, 0 top, from(#2d2d30 ), to(#17171a));
      background: -moz-linear-gradient(-90deg, #17171a, #2d2d30 );
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
      -webkit-box-shadow: 0 1px 0 #37373b;
      -moz-box-shadow: 0 1px 0 #37373b;
      box-shadow: 0 1px 0 #37373b;
  }
  
  #dbtn-wrap span.title{
    text-align: center;
    color: #d6d6e7;
    font: 24px / 47px "BebasNeueRegular", Helvetica, Arial, sans-serif;
    height: 50px;
      width:230px;
      display:block;
      position:relative;
      -webkit-box-shadow: 0 -1px 0 #8d8d94, 0 1px 1px #0b0b0c;
      -moz-box-shadow:  0 -1px 0 #8d8d94, 0 1px 1px #0b0b0c;
      box-shadow:  0 -1px 0 #8d8d94, 0 1px 1px #0b0b0c;
      background: #52525c;
      background: -webkit-gradient(linear, 0 bottom, 0 top, from(#383840 ), to(#5a5a64));
      background: -moz-linear-gradient(-90deg, #5a5a64, #383840 );
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
      z-index:5;
      -webkit-transition:width .2s ease-out;
      -moz-transition:width .2s ease-out;
      -o-transition:width .2s ease-out;
  }
  
  #dbtn-wrap:hover span.title {
      font-size:16px;
      width:135px;
  }
  
  #dinfo {
      position:absolute;
      height:50px;
      width:230px;
      top:5px;
      right:4px;
      -webkit-box-shadow: 0 -1px 0 #404042, 0 1px 1px #0b0b0c;
      -moz-box-shadow:   0 -1px 0 #404042, 0 1px 1px #0b0b0c;
      box-shadow:   0 -1px 0 #404042, 0 1px 1px #0b0b0c;
      background: #2a2a2d;
      background: -webkit-gradient(linear, 0 bottom, 0 top, from(#212124 ), to(#2a2a2d));
      background: -moz-linear-gradient(-90deg, #2a2a2d, #212124 );
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
      z-index:4;
  }
  
  #dinfo p {
      width:65px;
      margin:17px 17px 0 0;
      position:absolute;
      right:0;
      color:#7c7c84;
      font:11px/12px Helvetica, Arial, sans-serif;
      text-align:left;
  }