.main-area1 {
  background-color: #ccc;
}

.main-area1 .empty1 {
  height: 500px;
  background-color: #ddd;
}

.policy-banner1 {
  height: 130px;
  color: yellow;
  background-color: #dadae5;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.footervip {
  background-color: black;
  height: 50px;
  width: 100%;
  color: white;
}


.bottomads {
    background: url(/images/ref/blueduk.png);
    background: url(/images/ref/duk.png);
    background-repeat: no-repeat;
    width: 900px;
    height: 174px;
    overflow: hidden;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
}








.mining {
    height: 230px;
    width: 230px;
    align-items: center;
    position: relative;
    margin: 52px auto;
}


.mining .rot {
    width: 100%;
    height: 100%;
    animation-duration: 22s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    border-radius: 50%;
    background: url(/images/ref/fan-ring.webp) no-repeat center center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}
.mining .rott {
    width: 100%
230px
;
    height: 100%;
    animation-name: rotate;
    animation-duration: 12s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    border-radius: 50%;
    background: url(/images/ref/fan-spinner.webp) no-repeat center center;
    background-size: 98%;
    position: absolute;
    left: 0;
    top: -3px;
    right: 0;
}
.mining .rot2
Specificity: (0,2,0)
 {
    content: "";
    width: 100%;
    animation-iteration-count: none;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    border-radius: 50%;
    background: url(/images/ref/fan-usdt.png) no-repeat center center;
    background-size: 44px;
}

animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}






/*.center-title .spinminer
Specificity: (0,2,0)
 {
    bottom: -15px;
    width: 32px;
    height: 32px;
    content: "";
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.center-title .spinminer div
Specificity: (0,2,1)
 {
    animation-name: rotate;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background: url(/images/ref/title.png) no-repeat center center !important;
    background-size: 33px !important;
    width: 33px;
    height: 33px;
    content: "";
}
.center-title {
    float: left;
    margin-bottom: 40px;*/
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    width: 100%;
}