
.time-ssp{
  position:relative;
  }
  .time-ssp a{
    text-decoration:none;
    color:#000;
  }
  .time-ssp a:hover{
    color:darkslateblue;
  }
  .time{
    position:relative;
    margin:12px;
    line-height:40px;
  }
  .time i{
    margin-right:10px;
    color:#DAA520;
  }
  .sspa a{
    margin-left:5px;
  }
  @media(min-width:340px) and (max-width:376px){
    .ssp  {
      width:100%;
      margin-top: 20px;
      margin-right:130px;
      text-align:center;
    }
  }
  .socia-btn {
    text-align:center;
    padding-bottom:25px;
    width:100%;
    line-height:40px;
  }
  .social-btn a{
    font-size:24px;
    color:#DAA520;
    border:1px solid #ccc;
    width:40px;
    height:40px;
    line-height:40px;
    display:inline-block;
    text-align:center;
    border-radius:50%;
    margin: 0 15px;
    opacity:0.75px;
  }
  @media(min-width:200px){
    .social-btn a{
      font-size: small;
      margin: 0 1px;
    }
  }
  .social-btn i:hover{
  color:darkslateblue;
  }
 
  #banner { 
    overflow: hidden;
      width: 100%; 
      height: auto; 
      background: url(../images/cir1.webp);
      animation: animatedBackground 40s linear infinite;
      background-position:center ;
       background-size:cover;
       
      
  }
  
  @keyframes animatedBackground {
      from { background-position:0px 0px; }
      to { background-position: 0px 300px; }
  }

  .coin-list{
    position: relative;
    right: 10%;
    top: 0;
    margin-bottom: 1px;
    display: flex;
  }
  .coin{
    display:flex;
    align-items: center;
    font-size: 10px;
    
  }
  .coin img{
    width: 40px;
    margin-right: 10px;
    margin-bottom: 30px;
  }
  .coin h5{
    color: #000;
    margin-bottom: 5px;
  }

.navbar ul{
    font-display: 10px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    color: black;
}
.navbar a {
    text-decoration: none;
    color: black;
}
.navbar a:hover{
    color: blue;
}


.reg-btn{
    width: 200px;
    border: black;
    height: 50px;
    border-radius: 20px;
    background:#DAA520;
    margin-left:10px;
    
}
.reg-btn a{
    padding-left: 50px;
    padding-top: 10px;
    color: #000;
}
.reg-btn a:hover{
  color: #fff;
}
.reg-btn:hover{
  color:#fff;
  background: darkslateblue;
}


.que-ani{
    display: inline-block;
    -moz-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -webkit-animation: bouncing-text 5s linear infinite alternate;
  }
  @-webkit-keyframes bouncing-text{
    0%{
      -webkit-transform: translateY(10%);
    }
    100%{
      -webkit-transform: translateX(-90%);
    }
  }

.sec-0-bg{
    background: url(../images/btc.jpg) no-repeat;
    height: 600px;
    background-size: cover;
    opacity: 0.4;
    border-radius: 10px;
    
}
.sec-0-bg-0{
    margin: 20px;
    display: block;
    background:#000;
    height: 580px;
    opacity: 0.9;
    border-radius: 10px;
}

.sec-1-bg{
    background: url(../images/bg-2.jpg) no-repeat;
    height: 600px;
    background-size: cover;
    opacity: 0.8;
    border-bottom-left-radius: 1%;
}
.sec-1-bg-1{
    display: block;
    background: linear-gradient( black 50%,#DAA520 50%);
    height: 500px;
    border-bottom-right-radius: 30%;
    opacity: 0.8;
    
}
.img-sec-1{
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
 
}
.sec-txt-1{
    position: absolute;
    padding: 100px;
    display: block;
    font-family: sans-serif;
    font-size: 20px;
    color: #fff;
    white-space: wrap;
    margin-top: 20px;
}
.text-cd{
    color: #000;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 14px;
    
}
@media (min-width:320px) and (max-width:480px){
    .sec-txt-1{
        padding: 40px;
        font-size: 13px;
        font-weight: bolder;
    }
}
@media (min-width:320px) and (max-width:480px){
    .sec-txt-1{
        padding: 40px;
        font-size: 13px;
        font-weight: bolder;
    }
}
@media (min-width:480px) and (max-width:1300px){
    .sec-txt-1{
        padding-bottom: 50px;
        font-size: 12px;
        font-weight: bold;
    }
}

#load-sec-img{
    display: block;
    animation: rotation 5s infinite linear;
    margin-left: auto;
  margin-right: auto;
  z-index: 0;
  }
  
  @keyframes rotation {
    
    100% {
      transform:rotateY(360deg);
    }
  }
  
  #load-sec-1{
      display: block;
      animation:  scale 5s infinite linear;
  }
  @keyframes scale {
    100%{
        transform: scaleX(100) scaleY(100);
    }
  }
.sec-ul{
    color: #000;
}
  @media(min-width:500px){
      .col_why{
          text-align: center;
          
      }
      
  }
  @media(min-width:500px) and (max-width:1200px){
    .sec-ul{
        text-align: center;
        font-size: 25px;
    }
  }

/*OUR COMPANY LINE*/
.sec-mid-00{
    background: url(../images/bank.png);
    height: 400px;
    border-radius: 5px;
    transition: height 2s, transform 2s;
}
.mid-txt-01{
    color: #DAA520;
    font-weight: bold;
}
    .sec-mid-1-0{
    display: none;
    background: #000;
    height: 400px;
    opacity: 0.8;
    border-radius: 5px;
    }

.sec-mid-00:hover .sec-mid-1-0{
    display: block;
    cursor: pointer;
    height: 300px;
    transition-timing-function: ease-in-out;
}

.sec-mid-00:hover .mid-txt-0{
    display: none;
}
.sec-mid-00:hover .mid-txt-01{
    display: none;
}
.mid-txt-1-1{
    display: block;
    color: #ffffff;
    font-family: sans-serif;
    text-align: center;
    padding-top: 10%;
}

/*IST TAB END*/
.sec-mid-0{
    background: url(../images/b3.jpg);
    height: 400px;
    border-radius: 5px;
    transition: height 2s, transform 2s;
    
}
.mid-txt-mid{
    color: #DAA520;
    font-weight: bold;
    

}

.mid-txt-img-0{
    display: block;
    height: 200px;
    width: 200px;
    margin-top:10px;
    padding-top: 5px;
    border-radius: 10px;
    border: none;
    box-shadow: 1px 1px 4px 4px;
    align-content: center;
   
}

@media(min-width:320px) and (max-width:479px){
    .mid-txt-img-0{
        height: 150px;
    }
}
@media(min-width:460px)and(max-width:487px){
    .mid-txt-img-0{
        height: 100px;
    }
}
@media(min-width:992px) and (max-width:1400px){
    .mid-txt-img-0{
        margin-top:10px;
        height: 150px;
    }
}

.mid-txt-img-1{
    display: block;
    height: 200px;
    width: 200px;
    padding-top: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 4px 4px;
    align-content: center;
    border: none;
}
.mid-txt-0{
    display: block;
    color: #fff;
    font-family: sans-serif;
    text-align: center;
    font-size: 30px;
    padding-top: 40px;
    
}

.sec-mid-1{
    display: none;
    background: #000;
    height: 400px;
    opacity: 0.8;
    border-radius: 5px;
    
}

.sec-mid-0:hover .sec-mid-1{
    display: block;
    cursor: pointer;
    transition-timing-function: ease-in;
    height: 300px;
}

.sec-mid-0:hover .mid-txt-0{
    display: none;
    
}

.sec-mid-0:hover .mid-txt-mid{
    display: none;
}
.mid-txt-1{
    display: block;
    color: #ffffff;
    font-family: sans-serif;
    text-align: center;
    padding-top: 10%;
}
/*END 2ND TAB*/
.sec-mid-3{
    background: url(../images/s1.webp);
    height: 400px;
    border-radius: 5px;
    transition: height 2s;
    
}
.mid-txt-1-3{
    display: block;
    color: #fff;
    font-family: sans-serif;
    text-align: center;
    font-size: 30px;
    padding-top: 40px;
}
.mid-txt-3{
    color: #DAA520;
    
}
.sec-mid-3-3{
    display: none;
    background: #000;
    height: 400px;
    opacity: 0.8;
    border-radius: 5px;
}
.sec-mid-3:hover .sec-mid-3-3{
    display: block;
    cursor: pointer;
    height: 300px;
}
.sec-mid-3:hover .mid-txt-1-3{
    display: none;
}
.sec-mid-3:hover .mid-txt-3{
    display: none;
}
/*END OF OUR COMPANY LINE*/