*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Sora", sans-serif;
}
/* navbar */
.navbar{
    border-bottom: 1px solid #e0e0e0;
}
.navbar-brand{
    color: #0052FF;
}
.navbar-nav{
    margin-right: 10px;
}
.nav-mid li{
    font-size: 14px;
    font-weight: 500;
}
.right-nav span img{
    height: 17px;
}
.right-nav span{
    padding: 7px 12px 10px 12px !important;
    background-color: rgb(233, 233, 233);
    border-radius: 50%;
}
.btn1,.btn2{
    font-size: 16px;
}
.btn1{
    background-color: rgb(233, 233, 233); 
}
.btn2{
    background-color: #0052FF;
    color: #fff;
}
/* banner */
.banner{
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 40vh;
    
}
.banner-inner h1{
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -2px;
    font-size: 60px;
}
.banner-inner p{
    font-size: 18px;
}
/* phone-banner */
.phone-row{
    height: 500px;
    background-color: #eff1f4;
    margin: 4.4em;
    border-radius: 30px;
}
.mid-vid{
    align-items: center;
    justify-content: center;
    text-align: center;
}
.mid-vid video{

    height: 500px;
}
.con{
    padding-bottom: 20px !important;
    padding-left: 20px;
}
.aro{
    padding-bottom: 20px !important;
    padding-right: 20px;
}
.aro a{
    background-color: #e6e6e6;
    border-radius: 50%;
    padding: 10px;
    float: right;
}
.aro img{
    height: 30px;
}
/* earn part */
.earn-box{
    
    background-color: #000;
    align-items: center;
    justify-content: center;
}
.earn-left img{
    /* width: fit-content; */
    max-height: 300px ;
}
.earn-right{
    padding: 30px 50px;
}
.earn-right h1{
    color:#eaeaea !important;
}
.earn-right h4{
    font-size: 18px;
    font-weight: 300 !important;
    color: #e0e0e0;
}
.earn-right a{
    letter-spacing: 1px;
}
.earn-right button{
    font-size: 15px;
    background-color:rgb(87,139,250);
    border-radius: 30px;
    padding: 14px 30px !important;
    font-weight: 600 !important;
    color: #000;
}
.earn-right button:hover{
    background-color:rgb(67, 126, 255);
    color: #000;
}
.earn-right img{
    height: 30px;
}
/* content */
.content-content{
    font-style: italic;
    padding: 4em 2em;
    margin: 2em 4em;
}
/* footer */
footer h5{
    color: #000;
}
footer span{
    color: #959595;
    letter-spacing: -0.5px;

}
.footer-list a {
    text-decoration: none;
}
.coin-head h4{
    color: #0d6efd;
}
.coin-head a{
    text-decoration: none;
}
.footer-list a:hover {
    color: #c1c1c1 !important;
}
.foot-row{
    margin: 2rem 0rem !important;
}
.foot-row ul{
    margin-bottom: 1rem !important;
}
.footer-container{
    padding-left: 3rem !important;
}
/* From Uiverse.io by cssbuttons-io */
/* button  */
button {
    position: relative;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    outline-offset: 4px;
    transition: filter 250ms;
    user-select: none;
    touch-action: manipulation;
   }
   
   .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: hsl(0deg 0% 0% / 0.25);
    will-change: transform;
    transform: translateY(2px);
    transition: transform
       600ms
       cubic-bezier(.3, .7, .4, 1);
   }
   
   .edge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: linear-gradient(
       to left,
       hsl(207, 100%, 16%) 0%,
       hsl(212, 100%, 32%) 8%,
       hsl(209, 100%, 32%) 92%,
       hsl(218, 100%, 16%) 100%
     );
   }
   
   .front {
    display: block;
    position: relative;
    padding: 13px 29px;
    border-radius: 30px;
    font-size: 1rem;
    color: white;
    background: #0d6efd;
    will-change: transform;
    transform: translateY(-4px);
    transition: transform
       600ms
       cubic-bezier(.3, .7, .4, 1);
   }
   
   button:hover {
    filter: brightness(110%);
   }
   
   button:hover .front {
    transform: translateY(-6px);
    transition: transform
       250ms
       cubic-bezier(.3, .7, .4, 1.5);
   }
   
   button:active .front {
    transform: translateY(-2px);
    transition: transform 34ms;
   }
   
   button:hover .shadow {
    transform: translateY(4px);
    transition: transform
       250ms
       cubic-bezier(.3, .7, .4, 1.5);
   }
   
   button:active .shadow {
    transform: translateY(1px);
    transition: transform 34ms;
   }
   
   button:focus:not(:focus-visible) {
    outline: none;
   }
.copyright{
    background-color: #000;
}
