.hero-banner {
    background-image: url('banner.jpg');
    background-size: cover;
    height: 600px; /* Adjust height as needed */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
  }
  .product-images {
    margin-top: 50px;
  }
  .product-images img {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .footer {
    background-color: #f8f9fa;
    padding: 30px 0;
    text-align: center;
  }
  .logo {
      margin-right: auto;
      height: 80px;
  }
  .buttonRegister {
      background-color: #a50d96;
      color: white;
      border: 4px solid white;
      border-radius: 15px;
      font-size: 30px;
      margin-top: 40px;
  background-color: #a50d96;
  }
  .buttonRegister1 {
      background-color: #027148;
      color: white;
      font-size: 18px;
      margin-top: 40px;
      justify-content: center;
      display: flex;
  }

  .center-button-container {
      display: flex;
      justify-content: center;
  }

  .theme-btn{
    background-color: #ffffff;
      border-radius: 40px;
      bottom: 10px;
      color: #ffffff;
      display: table;
      height: 50px;
      right: 10px;
      min-width: 50px;
      position: fixed;
      text-align: center;
    z-index: 9999;
  }
  .theme-btn i{
    font-size: 22px;
      line-height: 50px;
  }
  .theme-btn.bt-support-now{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1ebbf0+8,39dfaa+100 */
    background: #1ebbf0; /* Old browsers */
    background: -moz-linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #1ebbf0 8%,#39dfaa 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #1ebbf0 8%,#39dfaa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ebbf0', endColorstr='#39dfaa',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    bottom: 70px;
  }
  .theme-btn.bt-buy-now{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1fdf61+0,88BA46+100 */
    background: #1fdf61; /* Old browsers */
    background: -moz-linear-gradient(top,  #A3D179 0%, #88BA46 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #A3D179 0%,#88BA46 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #A3D179 0%,#88BA46 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fdf61', endColorstr='#88BA46',GradientType=0 ); /* IE6-9 */
  }
  .theme-btn:hover{
    color:#fff;
    padding: 0 20px;
  }
   .theme-btn span{
    display: table-cell;
    vertical-align: middle;
      font-size: 16px;
      letter-spacing: -15px;
      opacity: 0;
    line-height: 50px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    text-transform:uppercase;
  }
  .theme-btn:hover span{
    opacity:1;
    letter-spacing: 1px;
    padding-left:10px;
  }
  .at-expanding-share-button[data-position="bottom-left"]{
    bottom: 130px !important;
  }
  /* Support and Buy Button END */
  .dzSubscribeMsg p {
    margin: 0;
    font-size: 12px;
    top: 15px;
  }