


    *{
    margin:0px;
    padding:0px;
    box-sizing: border-box;
    }

    /* body {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight:500;
    color:#675b57;
    background-color:#fff;
   } */

   body {
     font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height:1.6;
    font-weight:500;
    color:#000;
    background-color: #fff;
}

html{
  scroll-behavior: smooth;
}

section{
  scroll-margin-top: 120px;
}

    h1,h2,h3,h4,h5,h6{
        color:#0a121f;
          font-family: "Montserrat", sans-serif;
    }

    .title-redcolor{
        color:#f53408;
    }

    /* .h1-title{
    font-size:35px;
    font-weight:600; 
    line-height:45px;
    } */

    .h1-title {
    font-size: 33px;
    font-weight: 600;
    line-height: 45px;
    margin-top: 5px;
}

    .titleTop p{
        margin-bottom:0px;
    }

    .middleWitetous a{
    text-decoration: none;
    color: #848d99;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 1px;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-box {
    text-align: center;
}
.walletchoose {
    text-align: center;
    /* margin-top: 14px; */
    padding: 20px 25px;
}
.walletchoose h2{
    font-weight:700;
    font-size:24px;
    color:#010101;
}

.titleTop h1 {
    font-size: 39px;
    font-weight: 800;
    position: relative;
}
.colorblue {
    color: #2a45ed;
}

/* .millions-choose {
    border: 1px solid #f2f2f2;
    padding: 3px 17px;
    border-radius: 50px;
    display: inline-block;
} */
.sectopMar{
    padding:70px;
}



.millions-choose {
    border: 1px solid #f2f2f2;
    padding: 3px 20px;
    border-radius: 50px;
    display: inline-block;
    background: #ffffff;
}

.titleTop h1:before {
    content: '';
    border-top: 1px solid #f1f1f1;
    width: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    top: 30px;
}

/* .titleTop h1::after{
    content: '';
    border-top: 1px solid #f1f1f1;
    width: 100%;
    display: block;
    position: absolute;
    z-index: -1;
   bottom:0px;
} */

.wrapSlider {
    max-width:1015px;
    margin: auto;
}

.borderLeftRifht {
    position: relative;
    /* padding-bottom: 80px; */
}


/* .borderLeftRifht:before {
    content: '';
    border-left: 1px solid #f1f1f1;
    display: block;
    position: absolute;
    z-index: -1;
    top: 30px;
    left:12px;
     height:100%;
} */

/* .borderLeftRifht::after{
    content: '';
    border-left: 1px solid #f1f1f1;
    display: block;
    position: absolute;
    z-index: -1;
    top: 30px;
    right:12px;
    height:100%;
} */

.borderLeftRifht:before {
    content: '';
    /* border-left: 1px solid #f1f1f1; */
    width: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    top: 30px;
    left:0px;
    right:0px;
    height: 100%;
    background: #fff;
    border: 1px solid #f1f1f1;
}


.Sect_wrapOnnership {
    padding: 125px 0px 50px 0px;
    background: #f7f7f7;
    margin-top: -70px;
    position: relative;
    z-index: -32;
}
.wrapOnnerTitle h2 {
    font-size: 40px;
    font-weight:700;
    display: inline-block;
    text-align: center;
    line-height: 33px;
    letter-spacing:-1px;
}

.controlOwner{
    font-size:25px;
    font-weight: 700;
    text-transform:uppercase;
}

.titleALL h2{
    font-size: 39px;
    font-weight: 800;
    position: relative;
}
.wraperCriptoIMg{
    text-align:center;
}
.btnwrap a{
    background-color:#3e3939;
    padding:10px 20px;
    text-decoration:none;
    border-radius:1px;
    color:#fff;
}

.bluebg {
    background-color: #0063e4;
    text-align: center;
    padding:45px 10px;
    position:relative;
}
.bluebg h2 {
    color: #fff;
    font-weight: bold;
    font-size: 50px;
}
.bluebg p{
    color:#fff;
}
.bluebg img {
    position: absolute;
    bottom: -32px;
    left: 0px;
    right: 0px;
    margin: auto;
}



.wrapAppDown {
    display: flex;
    justify-content: space-between;
    max-width: 740px;
    margin: auto;
    align-items: center;
    position: relative;
}

.wrapAppDown::before {
    content: '';
    border-left: 1px solid #cecece;
    position: absolute;
    height:80%;
    width: 1px;
    left: 0px;
    right: 0px;
    margin: auto;
}


.colAppDown p {
    margin: 0px;
    line-height: 16px;
    margin-bottom: 5px;
}

.download_d {
    color: #0063e4;
    text-decoration: none;
    font-weight: 700;
    font-size: 22px;
    line-height: 0px;
}

.wrapIN02 {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items:center;
}

.colAppDown {
    width:45%;
}

.wrapCol02 {
    width: 50%;
    /* border: 1px solid red; */
}


.blackbox {
    /* background: #000000; */
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 45px 0px;
}

.backbg{
    background-color:#292626;
    border-radius:15px;
}

.sectopMtMb{
    margin-top:80px;
    margin-bottom:80px;
}

/* .borderLeftRifht {
    position: relative;
     border:1px solid #f1f1f1;
} */



.opennow {
    text-align: center;
    margin-top:30px;
    font-weight: 700;
}
/* ----------- */
.wraplogo {
    display: flex;
    gap: 16px;
    align-items: center;
}

/* .topftitle p{
    text-transform: uppercase;
    font-size:12px;
} */

.paraLinkblue a{
    text-decoration:none;
    color:#2563eb;
}


/* privacy and others specific start */
    .privacy-hero {
      padding: 140px 0 60px;
      background: linear-gradient(145deg, #f9fcff 0%, #f2f6fe 100%);
      border-bottom: 1px solid rgba(0,0,0,0.02);
      text-align: center;
    }
    .privacy-hero h1 {
      font-weight: 700;
      margin-bottom: 0.5rem;
    }
    .privacy-hero .last-updated {
      color: #4b5563;
      font-size: 1rem;
      background: rgba(37,99,235,0.05);
      display: inline-block;
      padding: 0.3rem 1.5rem;
      border-radius: 40px;
      margin-top: 1rem;
    }

    .privacy-content {
      padding: 60px 0 90px;
      background: #ffffff;
    }
    .privacy-content h2,h3,h4,h5,h6{
        font-size:22px;
        font-weight:600;
    }
    .privacy-card {
      background: white;
      border-radius: 32px;
      padding: 3rem;
      box-shadow: 0 20px 40px -15px rgba(0,34,64,0.08);
      border: 1px solid #eef2f6;
    }
    .privacy-card ul {
      padding-left: 1.5rem;
      margin-bottom: 1.5rem;
    }
    .privacy-card li {
      margin-bottom: 0.4rem;
    }
    .privacy-card hr {
      margin: 2rem 0;
      opacity: 0.2;
    }

    /* privacy and others specific end */


    .img-box img {
    border-radius: 15px;
}

.todayse h3 {
    font-weight:600;
    font-size: 24px;
}
.todayse {
    text-align: center;
    padding-top: 40px;
    letter-spacing: 2px;
    text-transform: capitalize;
    font-weight: 600;
}


/* ================= RESPONSIVE ================= */


.img_Radius{
    border-radius:15px;
}


@media(max-width:1399px){



}



@media(max-width:1199px){



}


@media(max-width:992px){
  .sectopMar {
   padding: 60px 100px;
}
}

@media(max-width:768px){
    .sectopMar {
    padding: 50px 35px;
}
  
}


@media(max-width:576px){


    .wrapIN02 {
        flex-direction: column-reverse;
        /* background: #292626; */
         gap:20px;
    }

div#wrapIN02_id {
    flex-direction: column;
  
}

.wrapAppDown {
 align-items: flex-start;
    position: relative;
    justify-content: center;
}

.backbg {
    background-color: #292626;
    border-radius:0px;
    width: 100%;
}

    .wrapAppDown::before {
        content: '';
        border-left: 1px solid #d7d7d7;
        position: absolute;
        height: 43%;
        width: 1px;
        left: 0px;
        right: 0px;
        margin: auto;
        top: 25px;
    }

.backbg_left {
    border-radius: 15px 0px 0px 15px;
}

.backbg_right {
    border-radius: 0px 15px 15px 0px;
}

.wrapCol02 {
    width:100%;
}

.millions-choose {
    border: none;
    padding: 0px;
    border-radius: 50px;
    display: inline-block;
}
.titleTop h1 {
    font-size: 24px;
   
}

.titleTop h1:before {
   border-top: 1px solid #ffffff;
 }

 .wrapOnnerTitle h2 {
    font-size: 33px;
    font-weight: 700;
    display: block;
    text-align: center;
    line-height: 33px;
    letter-spacing: -1px;
    margin-top: 15px;
}
.controlOwner {
    font-size: 20px;
   
}
.wrapOnnerTitle {
    text-align: center;
}

.Sect_wrapOnnership {
    padding: 0px 0px 0px 0px;
    background: #ffffff;
    margin-top: 0px;
    position: static;
    z-index: auto;
}

.wraperCriptoSect{
    background: #f9f9f9;
    padding: 25px 0px;
    position: relative;
}
.sectopMar {
    padding:35px;
}

.wraperCriptoSect::before {
    content: '';
    position: absolute;
    border-top: 2px solid #0059cd;
    width: 50%;
    top: 0px;
    text-align: center;
    margin: auto;
    left: 0px;
    right: 0px;
}

.titleALL h2 {
    font-size: 30px;
   
}
.bluebg h2 {
    font-size: 30px;
}
.sectopMtMb {
    margin-top: 40px;
    margin-bottom: 40px;
}

.opennow {
   margin-top: 20px;
}


/* -------------------------- */



/* .topbar {
    display: none;
} */


/* .wrapAppDown {
    display: flex;
    justify-content: space-between;
    max-width: 740px;
    margin: auto;
    align-items: center;
    position: relative;
    background: #292626;
} */



}


@media(max-width:320px){


}


