    /* FRUIT BUTTON START*/ 
    .frutiger-button {
        cursor: pointer;
        position: relative;
        padding: 2px;
        border-radius: 6px;
        border: 0;
        text-shadow: 1px 1px #000a;
        background: linear-gradient(#006caa, #00c3ff);
        box-shadow: 0px 4px 6px 0px #0008;
        transition: 0.3s all;
      }
      
      .frutiger-button:hover {
        box-shadow: 0px 6px 12px 0px #0009;
      }
      
      .frutiger-button:active {
        box-shadow: 0px 0px 0px 0px #0000;
      }
      
      .inner {
        position: relative;
        inset: 0px;
        padding: 1em;
        border-radius: 4px;
        background: radial-gradient(circle at 50% 100%, #30f8f8 10%, #30f8f800 55%),
          linear-gradient(#00526a, #009dcd);
        overflow: hidden;
        transition: inherit;
      }
      
      .inner::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(-65deg, #0000 40%, #fff7 50%, #0000 70%);
        background-size: 200% 100%;
        background-repeat: no-repeat;
        animation: thing 3s ease infinite;
      }
      
      @keyframes thing {
        0% {
          background-position: 130%;
          opacity: 1;
        }
      
        to {
          background-position: -166%;
          opacity: 0;
        }
      }
      
      .top-white {
        position: absolute;
        border-radius: inherit;
        inset: 0 -8em;
        background: radial-gradient(
          circle at 50% -270%,
          #fff 45%,
          #fff6 60%,
          #fff0 60%
        );
        transition: inherit;
      }
      
      .inner::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        transition: inherit;
        box-shadow: inset 0px 2px 8px -2px #0000;
      }
      
      .frutiger-button:active .inner::after {
        box-shadow: inset 0px 2px 8px -2px #000a;
      }
      
      .text {
        position: relative;
        z-index: 1;
        color: white;
        font-weight: 550;
        transition: inherit;
      }
  /* FRUIT BUTTON START*/
  .button {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    border-width: 0;
    padding: 0 8px 12px;
    min-width: 10em;
    box-sizing: border-box;
    background: transparent;
    font: inherit;
    cursor: pointer;
    z-index: 1;
  }
  
  .button-top {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
    padding: 8px 16px;
    transform: translateY(0);
    text-align: center;
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, .25);
    transition-property: transform;
    transition-duration: .2s;
    -webkit-user-select: none;
    user-select: none;
  }
  .button-top a {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
  }
  
  .button:active .button-top {
    transform: translateY(6px);
  }
  
  .button-top::after {
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    box-sizing: content-box;
    background-image: radial-gradient(#cd3f64, #9d3656);
    text-align: center;
    color: #fff;
    box-shadow: inset 0 0 0px 1px rgba(255, 255, 255, .2), 0 1px 2px 1px rgba(255, 255, 255, .2);
    transition-property: border-radius, padding, width, transform;
    transition-duration: .2s;
  }
  
  .button:active .button-top::after {
    border-radius: 6px;
    padding: 0 2px;
  }
  
  .button-bottom {
    position: absolute;
    z-index: -1;
    bottom: 4px;
    left: 4px;
    border-radius: 8px / 16px 16px 8px 8px;
    padding-top: 6px;
    width: calc(100% - 8px);
    height: calc(100% - 10px);
    box-sizing: content-box;
    background-color: #803;
    background-image: radial-gradient(4px 8px at 4px calc(100% - 8px), rgba(255, 255, 255, .25), transparent), radial-gradient(4px 8px at calc(100% - 4px) calc(100% - 8px), rgba(255, 255, 255, .25), transparent), radial-gradient(16px at -4px 0, white, transparent), radial-gradient(16px at calc(100% + 4px) 0, white, transparent);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5), inset 0 -1px 3px 3px rgba(0, 0, 0, .4);
    transition-property: border-radius, padding-top;
    transition-duration: .2s;
  }
  
  .button:active .button-bottom {
    border-radius: 10px 10px 8px 8px / 8px;
    padding-top: 0;
  }
  
  .button-base {
    position: absolute;
    z-index: -2;
    top: 4px;
    left: 0;
    border-radius: 12px;
    width: 100%;
    height: calc(100% - 4px);
    background-color: rgba(0, 0, 0, .15);
    box-shadow: 0 1px 1px 0 rgba(255, 255, 255, .75), inset 0 2px 2px rgba(0, 0, 0, .25);
  }
  
  
  .btton {
    padding: 12px 20px;
    background-color: #04695b;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
  }
  
  .btton:hover {
    background-color: #1ac969;
  }
  /* From Uiverse.io by xueyuantan */ 
  .btton {
    width: 9em;
    height: 3em;
    border-radius: 30em;
    font-size: 15px;
    font-family: inherit;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 6px 6px 12px #c5c5c5,
                -6px -6px 12px #ffffff;
   }
   
   .btton::before {
    content: '';
    width: 0;
    height: 3em;
    border-radius: 30em;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #0fd850 0%, #f9f047 100%);
    transition: .5s ease;
    display: block;
    z-index: -1;
   }
   
   .btton:hover::before {
    width: 9em;
   }
  



   #scrollToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
  z-index: 50;
  background-color: #fff;
    color: rgb(220, 101, 101);
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
  }
  
  #scrollToTopBtn:hover {
    color: #0e0e0e;
  }
  
  