*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
:root {
    --font-family: 'Manrope', sans-serif;
  
    --gradient-text: linear-gradient(89.97deg, #2fba81 1.84%, #4d5fb5 102.67%);
    --gradient-bar: linear-gradient(103.22deg, #AE67FA -13.86%, #F49867 99.55%);
    
    --color-bg: #040C18;
    --color-footer : #031B34;
    --color-blog: #042c54;
    --color-text: #81AFDD;
    --color-subtext: #FF8A71;
  }

 

body{
    background: #151724;
}
/*loading*/
.loadCenter{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.ring{
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background:#292935;
    animation: ring 2s linear infinite;
}
@keyframes ring {
    0%{
        transform: rotate(0deg);
        box-shadow: 1px 5px 2px #e65c00;


    }
    50%{
        transform: rotate(180deg);
        box-shadow: 1px 5px 2px #18b201;


    }
    100%{
        transform: rotate(360deg);
        box-shadow: 1px 5px 2px #0456c8;


    }
    
    
}
.ring::before{
    position: absolute;
    content: '';
    left: 0;
    top:0;
    height:100%;
    width:100%;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(255,255,55,.3);


}

.loadCenter span{
    color: #737373;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    animation: text 3s ease-in-out infinite;
    z-index: 2500;

}
@keyframes text {
   0%{
    color:#292935;
   }

    
}
.navSec{
    background: #1c1e2b;
    padding-bottom: 40px;
}
a{
    color:unset;
    text-decoration: none;
}
.navHead img{
    width:240px;
}
.navBar{
    width: 90%;
    margin: auto;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navLinks a:nth-child(2){
    background: #2fba81;
    padding: 15px 12px;
    color: #fff;
    border-radius: 5px;
    transition: ease 0.5s;

}
.navLinks a:nth-child(2):hover{
    background: var(--gradient-text);
}
.navLinks a:nth-child(1){
   color: #2fba81;
  
    
    

}
.navLinks a{
    margin-left: 15px;
}
/*heading begins*/
.row2{
    width: 90%;
    margin: 60px auto 0;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

}
.col1{
    flex-basis: 45%;
}
.row2 .col1 h1{
   font-size: 43px;
   margin-bottom: 20px;
  background: var(--gradient-text);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;


}
.col1 p{
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 40px;
}
.col1 a{
    background: #2fba81;
    padding: 15px 18px;
    display: inline;
    color: #fff;
    border-radius: 5px;
    margin-top: 15px;
    transition:ease  0.5s;
   
}
.col1 a:hover{
    background: var(--gradient-text);
}
.contImg  {
    display: flex;
    align-items: center;
   margin-top: 50px;
}
.contImg img{
    width: 150px;
    margin-right: 10px;
}
.contImg small{
    color: #fff;
}
.col2{
    flex-basis: 45%;
    max-width: 500px;
    
}
.col2Box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
   
    
   /*display: grid;
    grid-template-columns: repeat(auto-fit,minmax(150px,2fr));
    grid-gap: 30px;*/

}
.col2b h4{
    font-size: 20px;
    text-align: center;
}
.col2b{
    width: 100px;
    height: 100px;
    flex-basis: 45%;
    padding: 40px;
    background: #292935;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2fba81;
    border-radius: 10px;
   
}
/*heading ends*/
.servicesCon{
    margin: 40px 0;
}
.servicesHead{
    text-align: center;
    
}
.servicesHead small{
    color: #2fba81;
    font-weight: 500;
}
.servicesHead h2{
    font-size: 30px;
    color: #fff;
    margin: 15px 0;
}
.servicesHead p{
    font-size: 15px;
    line-height: 20px;
    
    color: #fff;
}
.row3{
       display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    grid-gap: 70px;
    width: 90%;
    margin: 30px auto;
    flex-wrap: wrap;


}
.col3{
    background: #292935;
    text-align: center;
    padding: 40px 20px;
    position: relative;
    border-radius: 10px;
    transition:ease 0.5s;

    cursor: pointer;

    
}
.col3:hover{
    border: 1px solid #2fba81;
    transform:translateY(-7px);
}
.col3 p{
    color: #fff;
}
.col3 span{
    position:absolute;
    top: 10px;
    right: 20px;
    color: #fff;
    border-bottom: 1px solid #fff;
  
    
}
.subCon{

}
.col6{
    flex-basis: 45%;
    
}
.col6 img{
    width: 80%;
    border-radius: 10px;
}
.col7{
    flex-basis: 55%;
}
.col7 h2{
    font-size: 30px;
    margin-bottom: 20px;
   background: var(--gradient-text);
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;

}
.col7 p{
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 30px;
    
    color: #fff;
}
.col7 a{
    
    padding: 15px 18px;
    display: inline;
    color: #fff;
    border-radius: 5px;
    margin-top: 15px;
    background: var(--gradient-text);
   
}

/*integrate section */
.integrateSection{
    margin:50px 0;
}
.integrateHead{
    text-align: center;
    
}
.integrateHead small{
    color: #2fba81;
    font-weight: 500;
}
.integrateHead h2{
    font-size: 30px;
    color: #fff;
    margin: 15px 0;
}
.integrateHead p{
    font-size: 15px;
    line-height: 20px;
    
    color: #fff;
}
.row4 {
    width: 85%;
    max-width: 1000px;
    margin: auto;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;

    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    

}
.searchBox input{
    width: 95%;
    height: 100%;
    border: none;
    outline: none;
    background: #292935;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px 10px;
    color:white;
    


}
.searchBox button{
    width: 5%;
    height: 100%;
    background: var(--gradient-text);
    border: none;
    outline: none;
    color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    /*border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;*/

}
.row5{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 85%;
    max-width: 1000px;
    margin: auto;
    flex-wrap: wrap;
}
.col5{
    flex-basis: 29%;
    background: #292935;
    text-align: center;
    padding: 15px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    

}
.col5Img{
   width: 180px;
   height: 180px;
   line-height: 180px;
    background: #2c2d3c;
    margin-bottom: 12px;
    align-items: center;
    cursor: pointer;

}
.col5Img img{
    width:140px;
}
.col5 h3{
    color: #fff;
    font-weight: 500;
color:#2fba81;
font-size: 24px;
}
.col5 p{
    font-size: 13px;
    color: #fff;
}

.col5 a{
    margin-top: 15px;
    display: block;
    background: #2c2d3c;
    padding: 10px;
    color: #fff;
    width: 100%;
    border-radius: 5px;
}

/*modal style*/
.rowBtn{
    width: 90%;
    margin: 20px auto;
  }
  .rowcolBtn button{
    padding: 12px 20px;
    width: 100%;
    border-radius: 10px;
    color: #fff;

    border: none;
    outline: none;
    border: 0.5px solid #fff;

  }
  .rowcolBtn button:first-child{
    background: #1d2a3a;
    margin-bottom: 10px;
  }
  .rowcolBtn button:nth-child(2){
    background: var(--gradient-text);
  }
  .rowcolBtn i{
    margin-right: 5px;
   
  }
.securedRow p{
    background: var(--gradient-text);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
 
}
.securedRow i{
    margin-right: 5px;
}
.coin{
    margin-bottom: 25px;
    text-align: center;
    background: var(--gradient-text);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  
}
.connectCon{
    width: 100%;
    border: 0.5px solid #fff;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    background: #602b41;
    opacity:0.7;
    color: #fff;
    font-size: 15px;
    text-align: center;

    padding: 10px;
    margin-bottom: 10px;
}
.coinP{
    text-align:center;
}
.endtoend{
    text-align: center;
}
.endtoend p{
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    margin-top: 10px;
}
.connectBtn{
    background: #1d2a3a;
    margin-bottom: 10px;
    background: var(--gradient-text);
    width: 100%;
    padding: 15px;
    color: #fff;
    border-radius: 10px;
    outline: none;
    border: 0.5px solid #fff;
  }
 


 /* @media only screen and  (min-width: 320px) and (max-width: 750px) {
    .col5{
        flex-basis: 100%;
    }


    .col5 h3{
        color: #fff;
        font-weight: 500;
    color:#2fba81;
    font-size: 15px;
    }
    
    .col5Img img{
        width:60%
    }




  }*/

@media screen and (max-width:750px){
    .navHead img{
        width:120px;
    }
    .navBar h2{
        font-size: 15px;
    }
    .navLinks a:nth-child(1){
        display: none;
    }
    .navLinks a:nth-child(2){
        background: #2fba81;
        padding: 12px;
        color: #fff;
        border-radius: 5px;
        font-size: 12px;
    
    }
    .col7 a{
    
        padding: 15px;
        display: inline;
        color: #fff;
        border-radius: 5px;
        margin-top: 15px;
        background: var(--gradient-text);
       
    }
    .col1 h1{
        font-size: 20px;
        font-weight: 500;
    }
    .col1 p{
        font-size: 13px;
    }
.col1,.col2{
    flex-basis: 100%;
}
.col2b h4{
    font-size: 15px;
}
.col2Box{
    margin-top: 30px;

}
.col1 a{
 
    padding: 15px;
}
.servicesHead small{
    color: #2fba81;
    font-weight: 500;
}
.servicesHead h2,.integrateHead h2,.subCon h2{
    font-size: 20px;
    color: #fff;
    margin: 15px 0;
}
.servicesHead p{
    font-size: 15px;
    line-height: 20px;
    
    color: #fff;
}
.searchBox button{
    width: 25%;
    height: 100%;
  
    /*border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;*/

}
.searchBox input{
    width: 75%;
    height: 100%;
 


}

.col6,.col7{
    flex-basis: 100%;
}
.col6 img{
    width: 70%;
}
.col5 h3{
    font-size: 14px;

}
.col5Img{
    width: 60px;
    height: 60px;
    line-height: 60px;
     background: #2c2d3c;
     margin-bottom: 12px;
     align-items: center;
     cursor: pointer;
 
 }
 .col5Img img{
     width:60px;
 }

.col5{
    flex-basis: 45%;
}
 
}

/*@media screen and (max-width:1050px){
   .col1{
    flex-basis: 40%;
}
.col2{
    flex-basis: 45%;
}
 
}*/


