
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lora:ital,wght@0,400..700;1,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.no-scroll {
    overflow: hidden;
}
*{
  font-family: "Roboto Serif", serif;

}
h2{
    font-size: 35px !important;
}

@media (max-width:480px) {
    h2{
        font-size: 30px !important;
    }
}

h1{
    font-size: 40px !important;
}



/*  ------------------------------- */
/* Cryptowallet-hero */
#main-content{
    margin-top:70px;
}
.Cryptowallet-hero{
    padding-block: 100px;
    background:linear-gradient(to left,#92E0EE82,#FFFFFF)
}
.Cryptowallet-hero-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.Cryptowallet-hero-left p{
    padding-block: 30px;
    font-size: 20px;
}
.Cryptowallet-hero-left h1 span{
    color:#0A97BE;
}



.Coinbase-hero-left-button{
    width: 100%;
}

.Coinbase-hero-left-button a{
    width:35% !important;
}

.Coinbase-Clone-button {
  border: 2px solid #0A97BE;
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 5px;
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: white;
  color: #0A97BE;
  width: 46%;
  margin-right: 10px;
}

.Coinbase-Clone-button.active {
  background-color: #0A97BE;
  color: white;
}

@media (max-width:568px) {
    .Coinbase-Clone-button{
     font-size: 12px;
     padding: 12px 20px;
    }
}


/* ------------------------------------ */

/* popup */

.overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.popup-content {
    background-color: white;
    border-radius: 20px;
    padding: 40px 20px 30px;
    text-align: center;
    width: 80%;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.popup-content .illustration {
    width: 300px;
    margin-bottom: 20px;
}

.popup h2 {
    font-size: 31px;
    font-weight: 500;
    color: #0099cc;
    margin-bottom: 20px;
}

.button-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.button-container a{
    text-decoration: none;
}

.button-container button {
    padding: 10px 15px;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s;
}

.whatsapp-btn {
    background-color: #25d366;
    color: white;
}

.whatsapp-btn:hover {
    background-color: #339e72;
}

.teams-btn {
    background-color: #0078d4;
    color: white;
}

.teams-btn:hover {
    background-color: #005a8f;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    color: #555;
    cursor: pointer;
}

.close-btn:hover {
    color: #000;
}


@media (max-width:1200px) {
    .Whitelabel-hero-left-button{
        width: 100%;
    }
}
@media (max-width:986px) {
     .overlay{
        width: 100% !important;
     }
   .overlay .button-container{
        display: flex;
        gap:5px;
        margin: auto;
    }
    .overlay .button-container button{
         width: 100%;
         font-size: 14px;
    }

}
@media (max-width:568px) {
    .Coinbase-Clone-button{
     font-size: 12px;
     padding: 12px 20px;
    }
    .Whitelabel-hero-left h1{
        font-size: 30px !important;
    }
   .overlay{
    padding:20px !important
   }
   .overlay h2{
    font-size: 16px;
   }
  .overlay .button-container button{
    font-size: 15px;
  }
}


.Cryptowallet-hero-right{
    width: 100%;
}

.Cryptowallet-hero-right img{
    width: 100%;
}
@media (max-width:991px) {
      /* ------------------------------------ */
    .Metamask-hero-left {
        text-align: center;
        margin-bottom: 30px;
    }
     .Cryptowallet-hero-left {
        text-align: center;
    }

}
@media (max-width:768px) {

    .Cryptowallet-hero-left {
        text-align: center;
    }
    .Cryptowallet-hero-left h1{
        font-size: 40px !important;
    }
}
@media (max-width:486px) {
    .Cryptowallet-hero{
        padding-block: 50px;
    }
    .Cryptowallet-hero-left h1{
        font-size: 30px !important;
    }
    .Cryptowallet-hero-left p{
        font-size: 16px;
    }
    .Craitrix-develop{
        padding:30px 0px !important;
    }
}
/* ------------------------------------ */

/* -------------------------------------------- */
/* Craitrix-develop */
.Craitrix-develop {
    padding-top: 70px;
    position: relative;
    background: url("/assets/Vector.png");
    background-position: center;
    background-size: contain;
    height: fit-content;
    overflow: hidden;
}

.Craitrix-develop-container {
    position: relative;
    margin-bottom: 100px;
}

.Craitrix-develop-box {
    background: linear-gradient(to left, #499FBF66, #0A97BE00);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    height: fit-content;
    text-align: center;
    border-radius: 50px;
    position: relative;
    z-index: 2;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.Craitrix-develop-box h2 {
    color: #0A97BE;
}
.Craitrix-develop-box p{
    font-size: 18px;
    text-align: justify;
}
.Craitrix-develop-circle {
    width: 170px;
    height: 170px;
    background: radial-gradient(#499FBF66, #0a97bed2);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    transition: all 0.3s ease;
}

.circle1 {
    position: absolute;
    top: -50px;
    left: -50px;
}

.circle2 {
    position: absolute;
    bottom: -50px;
    right: -50px;
}

@media (max-width:768px) {
    
    /* ------------------------------------ */
    /* Crairtrix-develop */
    .Craitrix-develop {
        padding: 30px 20px;
    }

    .Craitrix-develop-box {
        border-radius: 30px;
        padding: 30px 20px;
    }

    .Craitrix-develop-box h2 {
        font-size: 20px;
    }

    .Craitrix-develop-box p {
        font-size: 14px;
        text-align: justify;
    }

    .Craitrix-develop-circle {
        width: 120px;
        height: 120px;
    }

    .circle1 {
        top: -20px;
        left: -20px;
    }

    .circle2 {
        bottom: -20px;
        right: -20px;
    }

}

@media (max-width:480px) {
        /* ---------------------------------------- */
    /* Craitrix-develop */
    .Craitrix-develop-container {
        margin-bottom: 50px;
    }
    .Craitrix-develop-box {
        padding: 25px 15px;
    }

    .Craitrix-develop-circle {
        width: 90px;
        height: 90px;
    }

    .circle1 {
        top: -15px;
        left: -15px;
    }

    .circle2 {
        bottom: -15px;
        right: -15px;
    }

}


/* ------------------------------------------ */

/* ------------------------------------- */
/* Cryptowallet-feature */

.Cryptowallet-feature h2{
    text-align: center;
    padding-block: 20px;
    width:60%;
    margin: auto;
    color:#0A97BE;
    margin-bottom: 50px;
    position: sticky;
    top: 5px;
}
.Cryptowallet-feature-div{
    position: relative;
   
}
.Cryptowallet-feature-div-box{
    width: 45% !important;
    margin: auto !important;
   position: sticky;
   top:150px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.329);
    height: 300px !important;
    max-height: 600px;
    padding:20px;
    border-radius: 1rem;
      transition: transform 0.3s ease;
      width: 90%;
      margin-bottom: 24px !important;
}
.sticky-header {
  position: sticky;
  top: 40px;
  z-index: 300;
  padding-block: 40px;
  text-align: center;
  width: 80%;
  margin: auto;
  color: #0A97BE;
  transition: all 0.3s ease;
}
.sticky-disabled {
  position: static !important;
}
/* Optional hover effect */
.Cryptowallet-feature-div-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}


.Cryptowallet-feature-div-box h4{
    color: #0A97BE;
}
.Cryptowallet-feature-div .box1{
    background-color: #F9F4E4;
}
.Cryptowallet-feature-div .box2{
    background-color: #F7F0FF;
}
.Cryptowallet-feature-div .box3{
    background-color: #F4F7FA;
}
.Cryptowallet-feature-div .box4{
    background-color: #F9F4E4;
}
.Cryptowallet-feature-div .box5{
    background-color: #F7F0FF;
}
.Cryptowallet-feature-div .box6{
    background-color: #F4F7FA;
}
.Cryptowallet-feature-div .box7{
    background-color: #F9F4E4;
}
.Cryptowallet-feature-div .box8{
    background-color: #F7F0FF;
}
.Cryptowallet-feature-icon{
    width: 80px;
    display: flex;
    margin-inline: auto;
}
.Cryptowallet-feature-div-box p{
    font-size:18px !important;
}
.Cryptowallet-feature-icon img{
    width:100%;
}
@media (max-width:1100px) {
     .Cryptowallet-feature-div-box p {
        font-size: 16px !important;
    }
    #leftFeaturesContainer{
        width: 100% !important;
    }
    #rightFeaturesContainer{
        width: 100% !important;
    }
}
@media (max-width:991px) {
     /* ------------------------------- */
    /* Cryptowallet-feature */
    .Cryptowallet-feature-div-box{
        width: 90% !important;
    }

    .feature-btn{
        font-size: 14px;
    }
   
}

@media (max-width:768px) {
     /* --------------------------------------------- */
    /* Cryptowallet-feature */
    .Cryptowallet-feature h2{
        width: 100%;
    }
    .Cryptowallet-faq-answer-div-para{
        font-size: 12px;
        text-align: center;
    }
    .Cryptowallet-feature-div-box p
 {
   font-size: 18px !important;
}
}
@media (max-width:468px) {
    .Cryptowallet-feature-div-box p {
        font-size: 16px !important;
    }
}
/* ---------------------------------------- */
/* Dex-Launch */
.Dex-Launch{
 
      background: url("https://res.cloudinary.com/cryptiecraft/image/upload/f_auto,q_auto/assets/dex/dex-content-backside.png");
    background-position: center;
    background-size: cover;
    padding-block: 100px;
    position: relative;
    overflow: hidden;
}
.dex-round-circle-1{
     width: 200px;
    height: 200px;
    background: linear-gradient(#0a97be60,#fff);
    border-radius: 50%;
    position: absolute;
    transition: all 0.3s ease;
    left: 1%;
    top:1%;
}
.dex-round-circle-2{
     width: 200px;
    height: 200px;
    background: linear-gradient(#0a97be65,#fff);
    border-radius: 50%;
    position: absolute;
    transition: all 0.3s ease;
    right: 1%;
    bottom:5%;
}
@media (max-width:768px) {
    .dex-round-circle-1{
        width: 170px;
        height: 170px;
        left: -10%;
    top:-1%;
    }
    .dex-round-circle-2{
        width:170px;
        height: 170px;
    }
}
.Dex-Launch-container{
    padding: 20px;
        backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid #F4EAEA;
    border-radius: 1rem;
    
}

.Dex-Launch-container h2{
    text-align: center;
    color: #0A97BE;
    margin-bottom: 50px;
}
.Dex-Launch-container p{
    font-size: 18px;
    text-align: justify;
}
@media (max-width:486px) {
    .Dex-Launch{
        margin-top: 0px !important;
        padding-block: 50px !important;
    }
    .Dex-Launch-container p{
        font-size: 16px;
    }
}
/* -------------------------------------- */
/* BinanceNft-benefits */
.Cryptowallet{
  padding-block: 50px;
}
.Cryptowallet-container{
    margin-inline: 30px;
}
/* set style to header */
.Cryptowallet-span{
    color:#0A97BE
}
.Cryptowallet-box{
 background: white;
  border-radius: 15px;
  box-shadow: 0 0 5px #0A97BE;
  border: 1px solid #0A97BE;
  padding:30px;
}
.Cryptowallet-box-middle{
    padding-left: 0px !important;
    padding-right:0px !important;
}
/* set button style */
.feature-btn{
    display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border: 2px solid #ABABAB;
  padding: 15px 20px;
  border-radius: 10px;
  font-weight: 500;
  transition: all 0.3s ease;
  width: 100%;
}
.feature-btn.active {
  background-color: #279EBF;
  color: white;
  border-color: #00aaff;
}
.feature-btn:hover {
  background-color: #279EBF;
  color: white;
  border-color: #00aaff;
}
.CryptowalletCenter-head{
    color:#0A97BE;
}
.desc-text{
    font-size: 20px;
    font-weight: 500;
    text-align: justify;
}
#leftFeaturesContainer{
    gap:90px;
    width: 80%;
}
#rightFeaturesContainer{
    gap:90px;
        width: 80%;
        margin-left: auto;

}
#featureImage{
    max-height:130px !important;
}

@media (max-width:968px) {
    #leftFeaturesContainer {
        gap: 15px;
        width: 100%;
    }
    .desc-text{
        font-size: 16px;
    }
    #rightFeaturesContainer{
        gap:15px;
        width: 100%;
    }
}
@media (max-width:486px) {
    .Cryptowallet-container{
        margin-inline: 0px;
    }
    .Cryptowallet-box{
        padding:10px;
    }
    .Cryptowallet-box .row{
        margin-right: 0px !important;
        margin-left: 0px !important
    }
}
/* ----------------------------------------- */
/* Dex-types */
.Dex-types{
    padding-block: 100px;
    background-color:#E9F9FB;
}
.Dex-types h2{
    text-align: center;
    padding-bottom: 30px;

}
.Dex-types-container{
    display: flex;
    margin: auto;
}
.Dex-types h2 span{
    color:#0A97BE;
}
.Dex-types-box{
    padding:10px;
    border:1px solid #0A97BE;
    box-shadow: 0px 0px 5px #0A97BE;
    border-radius: 1rem;
    text-align: center;
    height: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
}
.Dex-types-box-content h3{
    color: #0A97BE;
}

.Dex-types-box img{
    width: 100px;
    margin-bottom: 30px;
   
}
@media (max-width:1200px) {
    .Dex-types-box{
       height: 450px;
    }
}
@media (max-width:986px) {
    .Dex-types-box{
        height: fit-content;
    }
}

@media (max-width:486px) {
    .Dex-types-container{
        width: 100%;
    }
    .Dex-types-box-content p{
        font-size: 14px;
    }
}

/* ------------------------------------- */
/*Metamask-Wallet-Clone-button */
.Metamask-Wallet-Clone {
    background-color: #E9F9FB;
}

.Metamask-Wallet-Clone h2 {
    margin-bottom: 20px;
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
}

.Metamask-Wallet-Clone p {
    width: 70%;
    margin: auto;
    margin-bottom: 20px;
}

.Metamask-Wallet-Clone h2 span {
    color: #0A97BE;
}

.Metamask-Wallet-Clone-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

.Metamask-Wallet-Clone-buttons button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    border: 1px solid #0A97BE;
    color: #797979;
    border-radius: 1rem;
    background-color: white;

}

.Metamask-Wallet-Clone-buttons button.active {
    background-color: #0A97BE;
    color: white;
}

.wallet-box {
    margin-top: 40px;
    background-color: white;
    padding: 40px 20px;
    width: 100%;
    height: 350px;
    border-radius: 0.8rem;
    box-shadow: 0px 0px 10px #0A97BE;
}

.wallet-box img {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
}

.wallet-box h4 {
    color: #0A97BE;
}
@media (max-width:991px) {
    
     .Metamask-Wallet-Clone-buttons {
        width: 100%;
    }
}
@media (max-width:768px) {
       .Metamask-Wallet-Clone p {
        width: 100%;
    }

    .Metamask-Wallet-Clone-buttons button {
        font-size: 14px;
    }
 .wallet-box img {
        width: 100px;
        height: 100px;
    }

    .Metamask-Wallet-development-left {
        width: 100%;
    }
}

@media (max-width:468px) {
      .Metamask-Wallet-Clone-buttons button {

        font-size: 10px;
    }

    .wallet-box {
        height: 320px;
    }

    .walletContent-para {
        font-size: 12px;
    }

}


/* -------------------------------- */

/* BinanceNft-Marketplace */
.trc-process-section {
  background: #E9F9FB6B;
  position: relative;
  padding-block:100px;
  overflow: hidden;

 
}
.trc-process-section-container{
 backdrop-filter: blur(15px);
 -webkit-backdrop-filter: blur(15px);
     box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border:1px solid #F4EAEA;
  border-radius: 1rem;
  padding:30px;
  width: 90%;
  margin: auto;
}
.trc-process-section-container-div{
    margin: auto;
}
.trc-process-span {
  color: #0A97BE;
}
.round-circle-1{
    width: 170px;
    height: 170px;
    background: linear-gradient(#0A97BE,#fff);
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease;
    left: 2%;
    top:15%;
}
.round-circle-2{
    width: 130px;
    height: 130px;
    background: linear-gradient(#0A97BE,#fff);
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease;
    right: 4%;
    top:25%;
}
.round-circle-3{
       width: 120px;
    height: 120px;
    background: linear-gradient(#0A97BE,#fff);
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease;
    left: 0%;
    bottom:-3%;
}
.round-circle-4{
    width: 160px;
    height: 160px;
    background: linear-gradient(#0A97BE,#fff);
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease;
    right: 3%;
    bottom:15%;
}

.BinanaceNft-process-list {
  list-style: none;
  padding: 0;
  margin: auto;
  width: 80%;
  position: relative;
}
.BinanceNft-process-step {
  background:#ECECEC66;
  padding: 12px 16px;
  margin-bottom: 20px;
  cursor: pointer;
  border-radius: 6px;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease;
  list-style: none;
}

.BinanceNft-process-step.active {
  background: linear-gradient(to right, #0A97BEB5, #73A0AD1A);
  font-weight: bold;
}


.BinanceNft-process-step::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #555;
  border-radius: 50%;
  position: absolute;
  left: -27px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.BinanceNft-process-list{
    width: 80%;
        display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}

.BinanceNft-process-step.active::before {
  background: none;
}

.BinanceNft-step-icon {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
}

.process-card {
  background: #fff;
  height: fit-content;
  box-shadow: 0px 0px 15px #0A97BEB5;
  position: relative;
  max-height:420px;
  min-width:450px;
  min-height: 350px;
  z-index: 1;
   width: 550px;
  height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width:1200px) {
    .process-card {
          min-width:300px;
        width: 380px;
          height: 450px;

    }
}

.step-number {
  position: absolute;
  top: 0;
  left: 0;
  background: #008fcf;
  color: white;
  font-size: 3rem;
  font-weight: bold;
  padding: 10px 20px;
  border-bottom-right-radius: 70px;
  border-top-left-radius: 10px;
  z-index: 1;
}

.BinanceNft-faq-answer {
    display: none;
}
.BinanceNft-process-right {
    height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin: auto;
  position: relative;
}
.BinanceNft-process-right-img{
    width: 100px;
    margin-right: 30px;
}


.process-right-header {
  text-align: center;
  color: #0A97BE;
}

.process-right-para {
  text-align: center;
}

.trc-process-section-img1 {
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.trc-process-section-img2 {
  width: 250px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.BinanceNft-faq-question{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.dropdown{
    transition: all 0.3s ease;

}
.BinanceNft-faq-question.open .dropdown{
    transform: rotate(180deg);
}
/* Hide the right panel by default on mobile */
@media (max-width: 997px) {
    .BinanceNft-process-list{
        width: 100%;
    }
  .process-right {
    display: none !important;
  }
  .BinanceNft-process-step::before {
    display: none;
  }
   li.BinanceNft-process-step::marker{
    display: none;
    color:white
   }
  .BinanceNft-process-step {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 10px;
    background: #f8f9fa;
    width: 100%;
  }

  .BinanceNft-faq-question {
    width: 100%;
  font-weight: 600;
  cursor: pointer;
  padding: 12px;
  background:white;
  border-radius: 6px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}

.BinanceNft-faq-answer {
  padding: 15px;
  margin-top: 10px;
  background: #fff;
  border-radius: 0 6px 6px 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  height:0px;
  opacity:0;
  max-height: 300px;
  transition: all 0.4s ease;
    z-index: 10;

}
.BinanceNft-faq-question.open + .BinanceNft-faq-answer{
    height: 300px;
    opacity: 1;
}
.BinanceNft-faq-answer-div{
    margin-top: 40px;
   display:flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   height: 100%;
}
/* .BinanceNft-faq-question::after {
  content: "+";
  position: absolute;
  right: 10px;
  font-size: 20px;
  transition: transform 0.2s ease;
}

.BinanceNft-faq-question.open::after {
  content: "-";
} */
.BinanceNft-process-right-img{
    width: 50px;
    margin-right: 30px;
}

.trc-process-section-img2 {
display: none;
}
.trc-process-section-img1 {
    width: 50px !important;
}
}
  
@media (max-width:768px) {
    .trc-process-section-container{
        width: 100%;
        padding:5px 
    }
    .trc-process-section{
        padding-block: 0px;
    }
    .BinanceNft-process-list{
        padding-left: 0px !important;
    }
}
@media (max-width:486px) {
    .BinanceNft-faq-answer{
        text-align: center;
        font-size: 13px;
    }
    .BinanceNft-faq-question p{
     font-size: 12px;
    }
    .step-number{
        padding:5px 15px;
    }
}
/* ---------------------------------------------- */
/* Cryptomlm-clonescript */
.Cryptomlm-clonescript {
    text-align: center;
    padding-top: 50px;
    background-color: #E9F9FB;

}

.Cryptomlm-clonescript-head {
    width: 50%;
    margin: auto;
}

.Cryptomlm-clonescript-head span {
    color: #0A97BE;
}

.Cryptomlm-clonescript-para {
    width: 60%;
    margin: auto;
}

.Cryptomlm-clonescript-div {
    margin: auto;
    padding: 60px 30px;
}

.Cryptomlm-clonescript-div button {
    width: 100%;
    border: 1px solid #0A97BE;
    border-radius: 1rem;
    padding: 10px;
    background-color: white;
    font-size: 16px;
}

.Cryptomlm-clonescript-div-box {
    background: linear-gradient(to right, #0A97BE, #087C9ED9);
    border-radius: 18px;
    position: relative;
    width: 80%;
    margin: 100px auto 20px auto;
    padding: 70px;
    
}
.Cryptomlm-clonescript-div-box-round
{
    border:2px solid #0381A3 !important;
    background-color: white;
    border-radius: 50%;
    width: 160px;
    height:160px;
    position: absolute;
    top:0;
        left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}


.Cryptomlm-clonescript-div-box img {
    width: 70%;
    height: auto;
}
#Cryptomlm-clonescript-desc {
    width: 60%;
    display: flex;
    margin: auto;
    padding-bottom: 20px;
}

.Cryptomlm-clonescript-div-box-buttons {
    width: 40%;
    display: flex;
    gap: 20px;
    margin: auto;
}

.Cryptomlm-clonescript-div-box-buttons button {
    border-radius: 10px;
}

.Cryptomlm-clonescript-div-box p {
    color: white;
    font-size: 18px;
}

.Cryptomlm-clonescript-div1 {
   display: flex !important;
   margin: auto !important;
   width: 80%;

}
  .Cryptomlm-clonescript-btn {
    color:#0A97BE;
    width: 100%;
  }
.active {
    color: white !important;
    background: linear-gradient(to right, #03C9FF, #027899) !important;
    box-shadow: none !important;
}

@media (max-width:991px) {
    
    /* Craitrix-Blockchain */
    .Cryptomlm-clonescript-btn {
        margin-top: 10px;
        width: 100% !important;
    }

    .card-entry {
        height: fit-content !important;
    }

    .item-content img {
        width: 40px !important;
        flex: none !important;
    }
    .Cryptomlm-clonescript-div-box-buttons {
 width: 100%;
    }
    .Cryptomlm-clonescript-div1 {
   display: flex !important;
   margin: 0px !important;
   width: 100%;

}
#blockchain-desc{
    font-size: 16px;
}
}

@media (max-width:768px) {
     /* Craitrix-Blockchain */
    .Cryptomlm-clonescript {
        padding: 10px;
    }

    .Cryptomlm-clonescript-head {
        width: 100%;
    }

    .Cryptomlm-clonescript-para {
        width: 100%;
        text-align: justify;

    }

    .Cryptomlm-clonescript-div {
        width: 100%;
        padding: 30px 10px;
        background-color: #E9F9FB;
    }

    .Cryptomlm-clonescript-div-box img {
        width: 120px;
    }

    .Cryptomlm-clonescript-div-box {
        padding: 20px 10px;
    }

    .Cryptomlm-clonescript-div-box p {
        text-align: justify;
    }

    .Cryptomlm-clonescript-div button {
        margin-bottom: 10px;
    }

    .Cryptomlm-clonescript-div-box {

        width: 100%;
        margin: 100px 0px 0px 0px;
    }
    .Cryptomlm-clonescript-div-box-round{
    width: 140px !important;
    height: 140px !important;
}

}

@media (max-width:486px) {
     /* Cryptomlm-clonescript */
     .Cryptomlm-clonescript-div{
        padding:0px;
     }
    .Cryptomlm-clonescript-div-box {

    width: 100%; 
    padding: 30px;
}
.Cryptomlm-clonescript-btn{
    width: 100%;
    font-size: 14px !important;
}
.Cryptomlm-clonescript-div button {
     width: auto;
     font-size: 11px  !important;
}
.Cryptomlm-clonescript-div-box-round{
    width: 140px !important;
    height: 140px !important;
}
.Cryptomlm-clonescript-div-box-round img{
    width: 100px;
}
.Cryptomlm-clonescript-div-box-buttons{
    width: 100%;
    justify-content: space-around;
}
.Cryptomlm-clonescript-div-box-buttons button{
   width: 50%;
}
.Cryptomlm-clonescript-div-box p {
    font-size: 16px;
}
.Cryptomlm-feature-tab{
    font-size: 10px;
}

}

     
/* Whitelabel-why-crypticraft */
.BinanceClone-why-cryptiecraft {
    background: url("/assets/Vector.png");
    background-position: center;
    background-size: contain;

}

.multi-crypto-wallet-section {
    padding: 80px 20px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.multi-crypto-wallet-section h2 {
    color: black;
    font-size: 32px;
    font-weight: 500;
}

.multi-crypto-wallet-section h2+p {
    margin-top: 30px;
    margin-bottom: 45px;

}

.multi-crypto-wallet-section p {
    font-size: 17px;
}

.features-circle-container {
    position: relative;
    width: 100%;
    height: 600px;
    margin: 0 auto;
}

.center-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    height: 464px;
    z-index: 1;
}

.center-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.feature-circle {
    position: relative;
    width: 100%;
    height: 100%;
}

.feature-item {
    position: absolute;
    display: flex;
    align-items: center;
}

.feature-box {
    background-color: white;
    border: 1px solid #e6f7fc;
    padding: 25px;
    /* box-shadow: 0 5px 15px rgba(0, 153, 204, 0.1); */
    box-shadow: 0px 0px 20px #0099cc;
    z-index: 1;
    min-width: 200px;
}

.feature-box span {
    color: #0099cc;
    font-size: 16px;
    font-weight: 500;
}

.connector {
    position: absolute;
    background-color: transparent;
    border-top: 2px dashed #0099cc;
    z-index: 0;
    display: none;
}

/* Positioning for each feature */
.top-left {
    top: 6%;
    left: 41%;
    border-radius: 0px 0px 15px 0px;

}

.top-left .connector {
    width: 100px;
    transform: rotate(45deg);
    top: 25px;
    left: 100%;
}

.top-right {
    top: 25%;
    right: 18%;
}

.top-right .connector {
    width: 100px;
    transform: rotate(-45deg);
    top: 25px;
    right: 100%;
}

.right-top {
    bottom: 18%;
    right: 18%;
}

.right-top .connector {
    width: 80px;
    top: 50%;
    right: 100%;
}

.right-bottom {
    top: 47%;
    right: 15%;
}

.right-bottom .connector {
    width: 80px;
    top: 50%;
    right: 100%;
}

.bottom-right {
    bottom: 10%;
    right: 25%;
}

.bottom-right .connector {
    width: 100px;
    transform: rotate(45deg);
    bottom: 25px;
    right: 100%;
}

.left-top {
    top: 26%;
    left: 18%;
}

.left-top .connector {
    width: 80px;
    top: 50%;
    left: 100%;
}

.left-middle {
    top: 48%;
    left: 15%;
}

.left-middle .connector {
    width: 100px;
    top: 50%;
    left: 100%;
}

.left-bottom {
    bottom: 17%;
    left: 17%;
}

.left-bottom .connector {
    width: 80px;
    top: 50%;
    left: 100%;
}

/* Responsive styles */
@media (max-width: 1200px) {
    .features-circle-container {
        height: 550px;
    }

    .feature-box {
        padding: 12px 20px;
        min-width: 180px;
    }

    .feature-box span {
        font-size: 15px;
    }
}

@media (max-width: 992px) {
    .features-circle-container {
        height: 500px;
    }

    .feature-box {
        min-width: 160px;
    }

    .feature-box span {
        font-size: 14px;
    }
}

@media (max-width: 768px) {


    .multi-crypto-wallet-section {
        padding: 30px 15px;
    }

    .multi-crypto-wallet-section h2 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .features-circle-container {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .center-logo {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        margin-bottom: 30px;
    }

    .feature-circle {
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 100%;
        max-width: 400px;
    }

    .feature-item {
        position: relative;
        width: 100%;
        justify-content: center;
    }

    .feature-box {
        width: 100%;
        min-width: unset;
    }

    .connector {
        display: none;
    }

    .top-left,
    .top-right,
    .right-top,
    .right-bottom,
    .bottom-right,
    .left-top,
    .left-middle,
    .left-bottom {
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
    }
}

@media (max-width: 480px) {

    .multi-crypto-wallet-section h2 {
        font-size: 24px;
    }

    .center-logo {
        width: 100px;
        height: 100px;
    }

    .feature-box {
        padding: 10px 15px;
    }

    .feature-box span {
        font-size: 13px;
    }
}

.cta-banner {
    margin-block: 50px;
  height: 300px;
background: linear-gradient(to right,#0A97BE,#087C9ED9);
position: relative;
width: 95%;
margin: 40px;
border-radius: 1rem;
}
.cta-banner a{
    text-decoration: none;
}
.cta-banner .container{
  z-index:10;
}
.cta-img2{
    position: absolute;
    height: 100%;
    width: 500px;
    left: 0;
    top: 0;
    z-index: 1;
}
.cta-img2 img{
    width: 100%;
    height: 100%;
}
.cta-img1{
    position: absolute;
    height: 100%;
    width: 500px;
    right: 0;
    bottom: 0;
    top:0;
    z-index: 2;
}
.cta-img1 img{
    width: 100%;
    height: 100%;
}

/* responsive */
@media (max-width:1024px) {
    .cta-banner {
  height: 250px;

}
   .cta-img1{
    width:400px;
}
  .cta-img2{
    width:400px;
}
}
@media (max-width:968px) {
   .cta-banner{
    height: 200px;
   }
   .cta-img1{
    width: 300px;
   }
   .cta-img2{
    width: 300px;
   }
}

@media (max-width:768px) {
    .cta-banner{
        width: 100%;
        margin: 0px;
    }
   .cta-img1{
    width: 200px;
   }
   .cta-img2{
    width: 200px;
   }
   .cta-banner h4{
    font-size: 16px;
   }
  
}
.sidebar-link1:hover .sidebar-link-button{
    background-color: #005a8f;
    color: white;
}

/* faq-contactus */
 
.faqListContainer{
  width: 70%;
  margin:auto;
}
.faq-contactus-container{
  background-color: #E9F9FB;
  padding-block: 50px;
}
.faq-contactus-container img{
  position: absolute;
  z-index: 0;
  width: 40%;
  left:0;
  top: 0;
}
.faq-contactus-container h2{
    color:#0A97BE;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
/* --------------- */
.faq-question-content{
  position: relative;
    width: 100%;
  background-color: white;
  margin-bottom: 10px;
    padding:10px 20px;
    box-shadow: 0px 5px 10px black;
    border-radius: 1rem;
    color: #0099CC;
    cursor: pointer;
}
.faq-content-box{
    border:1px solid #0A97BE;
    border-radius: 0.5rem;
    position: relative;
    padding: 5px 10px 5px 50px;
}
.faq-content-box::before{
    content: '';
    position: absolute;
    width: 40px;
    height: 30px;
    left:39px;
    top: -1px;
    z-index: 1;
    border-radius: 0.5rem 0px 0px 0px;
    border:1px solid #0A97BE;
     border-right:none;
    border-bottom:none;
    box-shadow: -5px -10px 0px white ;
}
.faq-content-box::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 10px;
    left:-1px;
    top: 39px;
    z-index: 1;
    border-radius: 0.5rem 0px 0px 0px;
    border:1px solid #0A97BE;
     border-right:none;
    border-bottom:none;
    box-shadow: -8px 0px 0px white ;
}
.faq-content-small-box{
    position: absolute;
    top: -1PX !important;
    left: -1PX !important;
    border:1px solid #0A97BE;
     border-left: none;
     border-top:none;
     border-radius: 0px 0px 0.5rem 0px;
 
    width: 40px;
    height: 40px;
    background-color: white;
}
.faq-content-small-box img{
    width: 40px;
}
.faq-content-box p{
    font-size: 20px;
}
 
  .faq-contactus p{
    margin-block: 10px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-size: 22px;
  }
    .faq-contactus p i{
        margin-left: 20px;
    }
/* ------------------------------ */
.faq-contactus{
  margin-bottom:20px;
}
.faq-answer-content{
  position: relative;
    width: 100%;
  background-color: white;
    margin-left:100px;
    padding:10px 20px;
    box-shadow: 0px 5px 10px black;
    border-radius: 1rem;
 
}
.faq-ans-content-box{
  width:100%;
     border:1px solid #0A97BE;
    border-radius: 0.5rem;
    position: relative;
    padding: 5px 50px 5px 10px;
    background-color: #E9F9FB;
}
 
.faq-ans-content-box p{
    font-size: 19px;
}
 
.faq-ans-content-box::before{
    content: '';
    position: absolute;
    width: 40px;
    height: 30px;
    right:39px;
    top: -1px;
    z-index: 1;
    border-radius:0px 0.5rem 0px 0px;
    border:1px solid #0A97BE;
     border-left:none;
    border-bottom:none;
    box-shadow: 1px -5px 0px white ;
}
.faq-ans-content-box::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 10px;
    right:-1px;
    top: 39px;
    z-index: 1;
    border-radius:0px 0.5rem 0px 0px;
    border:1px solid #0A97BE;
     border-left:none;
    border-bottom:none;
    box-shadow: 10px -5px 0px white ;
}
 
.faq-ans-content-small-box{
    position: absolute;
    top: -1PX !important;
    right: -1PX !important;
    border:1px solid #0A97BE;
     border-right: none;
     border-top:none;
     border-radius: 0px 0px 0px 0.5rem ;
    width: 40px;
    height: 40px;
    background-color: white;
}
 
.faq-ans-content-small-box img{
    width: 40px;
}
 
 
@media (max-width:1200px) {
   .faq-question-content{
    width: 90%;
  }
  .faq-answer-content {
    width: 90%;
  }
}
@media (max-width:987px) {
    .faq-contactus-container img{
  width: 70%;
}
  .faq-answer-content {
    margin-left:50px;
  }
}
 
@media (max-width:768px) {
    .faq-content-box{
        height: fit-content !important;
    }
  .faq-question-content{
    width: 90%;
  }
  .faq-answer-content {
    width: 90%;
  }
  .faq-contactus p{
    font-size: 14px;
   
  }
 
 
}
 
@media (max-width:487px) {
     .Whitelabel-features-left {
    margin-top:0px;
    margin-bottom:0px;
  }
  .faq-contactus p{
    font-size: 10px;
         margin-block-start: 0.2em;
    margin-block-end: 0.2em;
  }
  .faq-content-box{
    height: 30px;
  }
  .faq-content-small-box {
    width:30px;
    height: 30px;
  }
    .faq-content-small-box img{
      width: 30px;
    }
    .faq-content-box::before {
      left:29px;
      height: 15px;
    }
    .faq-content-box::after {
        content: '';
        position: absolute;
        width: 20px;
        height: 4px;
        left: 0px;
        top: 29px;
        z-index: 1;
        border-radius: 0.5rem 0px 0px 0px;
        border: 1px solid #0A97BE;
        border-right: none;
        border-bottom: none;
        box-shadow: -8px 0px 0px white;
    }
 
 
    .faq-ans-content-small-box img {
    width: 30px;
}
.faq-ans-content-small-box
 {
    height: 30px;
 }
.faq-ans-content-box::before
 {
    height: 20px;
}
.faq-ans-content-box::after
 {
    top: 29px;
    height: 0px;
 }
     .faq-answer-content {
      width: 90%;
margin-left:30px    }
 
}
.faqListContainer{
  width: 70%;
  margin:auto;
}
 
.faq-contactus-container{
  background-color: #E9F9FB;
  padding-block: 50px;
    position: relative;
 
}
.faq-contactus-container img{
  position: absolute;
  z-index: 0;
  width: 30%;
  left:0;
  top: 0;
}
.faq-contactus-container h2{
  font-size: 40px;
  text-align: center;
}
/* --------------- */
.faq-question-content{
  position: relative;
    width: 100%;
  background-color: white;
  margin-bottom: 10px;
    padding:10px 20px;
    box-shadow: 0px 5px 10px black;
    border-radius: 1rem;
}
.faq-content-box{
    border:1px solid #0A97BE;
    border-radius: 0.5rem;
    position: relative;
    padding: 5px 10px 5px 50px;
}
.faq-content-box::before{
    content: '';
    position: absolute;
    width: 40px;
    height: 30px;
    left:39px;
    top: -1px;
    z-index: 1;
    border-radius: 0.5rem 0px 0px 0px;
    border:1px solid #0A97BE;
     border-right:none;
    border-bottom:none;
    box-shadow: -5px -10px 0px white ;
}
.faq-content-box::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 8px;
    left:0px;
    top: 39px;
    z-index: 1;
    border-radius: 0.5rem 0px 0px 0px;
    border:1px solid #0A97BE;
     border-right:none;
    border-bottom:none;
    box-shadow: -8px 0px 0px white ;
}
.faq-content-small-box{
    position: absolute;
    top: -2PX !important;
    left: -2PX !important;
    border:1px solid #0A97BE;
     border-left: none;
     border-top:none;
     border-radius: 0px 0px 0.5rem 0px;
    width: 43px;
    height: 42px;
    background-color: white;
}
.faq-content-small-box img{
    width: 40px;
}
 
  .faq-contactus p{
    text-align: center;
  }
/* ------------------------------ */
.faq-contactus{
  margin-bottom:20px;
}
.faq-answer-content{
  position: relative;
    width: 100%;
  background-color: white;
    margin-left:100px;
    padding:10px 20px;
    box-shadow: 0px 5px 10px black;
    border-radius: 1rem;
 
}
.faq-ans-content-box{
  width:100%;
     border:1px solid #0A97BE;
    border-radius: 0.5rem;
    position: relative;
    padding: 5px 50px 5px 10px;
    background-color: #E9F9FB;
}
 
.faq-ans-content-box::before{
    content: '';
    position: absolute;
    width: 40px;
    height: 30px;
    right:39px;
    top: -1px;
    z-index: 1;
    border-radius:0px 0.5rem 0px 0px;
    border:1px solid #0A97BE;
     border-left:none;
    border-bottom:none;
    box-shadow: 1px -5px 0px white ;
}
.faq-ans-content-box::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 6px;
    right: -1px;
    top: 39px;
    z-index: 1;
    border-radius: 0px 0.5rem 0px 0px;
    border: 1px solid #0A97BE;
    border-left: none;
    border-bottom: none;
    box-shadow: 10px -1px 0px white;
}
 
.faq-ans-content-small-box{
    position: absolute;
    top: -2PX !important;
    right: -2PX !important;
    border:1px solid #0A97BE;
     border-right: none;
     border-top:none;
     border-radius: 0px 0px 0px 0.5rem ;
    width: 42px;
    height: 42px;
    background-color: white;
}
 
.faq-ans-content-small-box img{
    width: 40px;
}
 
 
@media (max-width:1200px) {
   .faq-question-content{
    width: 90%;
  }
  .faq-answer-content {
    width: 90%;
  }
}
@media (max-width:987px) {
  .faq-answer-content {
    margin-left:50px;
  }
  .leftimg{
    width: 100%;
  }
}
 
@media (max-width:768px) {
    .faq-content-box{
        height: 60px;
    }
  .faq-question-content{
    width: 90%;
  }
  .faq-answer-content {
    width: 90%;
  }
  .faq-contactus p{
    font-size: 14px;
   
  }
 
 
}
 
@media (max-width:487px) {
    .faqListContainer{
        width: 90%;
    }
  .faq-contactus p{
    font-size: 10px;
         margin-block-start: 0.2em;
    margin-block-end: 0.2em;
  }
  .faq-content-box{
    height: 40px;
  }
  .faq-content-small-box {
    width:32px;
    height: 32px;
    top:-2px !important;
    left:-2px !important;
  }
    .faq-content-small-box img{
      width: 30px;
    }
    .faq-content-box::before {
      left:39px;
      height: 15px;
    }
    .faq-content-box::after {
        content: '';
        position: absolute;
        width: 20px;
        height: 4px;
        left: 0px;
        top: 29px;
        z-index: 1;
        border-radius: 0.5rem 0px 0px 0px;
        border: 1px solid #0A97BE;
        border-right: none;
        border-bottom: none;
        box-shadow: -8px 0px 0px white;
    }
 
 
    .faq-ans-content-small-box img {
    width: 30px;
}
.faq-ans-content-small-box
 {
    height: 32px;
 }
.faq-ans-content-box::before
 {
    height: 20px;
}
.faq-ans-content-box::after
 {
    top: 29px;
    height: 20px;
 }
     .faq-answer-content {
      width: 90%;
margin-left:30px    }
 
}
 
 
 
@media (max-width:1400px) {
    .faq-content-small-box{
        width: 42px;
    }
  .faq-question-icon{
    left: 2%;
    top:45px;
  }
}
@media (max-width:1200px) {
  .faq-question-icon{
    left: 0%;
  }
    .faq-ans-text{
      padding:20px 60px 20px 20px;
    }
  .faq-ans-text p{
    font-size: 14px;
  }
}
 
@media (max-width:987px) {
  .faq-question-icon{
    left:0%;
    top:35%;
  }
     .faq-ans-text{
      height: 50px;
     }
  .faq-ans-icon {
    width:50px;
  }
 
}
@media (max-width: 768px) {
  .faq-item {
    margin-bottom: 10px;
}
  .faq-question{
    padding:10px 10px 10px 20px;
  }
  .faq-question-text {
    height: 50px;
  }
   .faq-question-text p{
    font-size: 10px;
   }
   .faq-question-icon{
    width: 30px;
    left:4%;
    top:55%
   }
   .faq-answer{
    margin-left:30px;
   }
       .faq-ans-text {
        height: 20px;
    }
     .faq-ans-text p{
      font-size: 10px;
     }
     .faq-ans-icon {
      top:40px;
    width:30px;
  }
}
@media (max-width:487px){
  .curved-box{
    width: 100%;
  }
   .faq-question{
    border-radius: 1rem;
   }
   .faq-question-text {
    height: 35px;
  }
 .faq-question-text p{
  font-size: 8px;
  height: 35px;
          display: flex;
        align-items: center;
 }
  .faq-question-icon{
    width: 20px;
    left:6%;
    top:65%
   }
    .faq-ans-icon {
      top:40px;
      right:10px;
    width:20px;
  }
      .faq-ans-text {
        height: 0px;
      }
   .faq-ans-text p{
    font-size: 7px;
   }
   .faq-contactus {
    padding:0px;
   }
   .faq-contactus h2 {
    font-size: 20px;
    padding-block: 20px;
   }
 
   /* ------------------------ */
   .Craitrix-Contactus-container-right-info a{
    font-size: 10px !important;
    text-decoration: none;
    color:#0099CC;
    cursor: pointer;
}
}
 
 
/* ------------------------------------------- */
/* responsive design */
@media (max-width:1400px) {
    .faq-content-small-box{
        width: 42px;
    }
  .faq-question-icon{
    left: 2%;
    top:45px;
  }
}
@media (max-width:1200px) {
  .faq-question-icon{
    left: 0%;
  }
    .faq-ans-text{
      padding:20px 60px 20px 20px;
    }
  .faq-ans-text p{
    font-size: 14px;
  }
}
 
@media (max-width:987px) {
  .faq-question-icon{
    left:0%;
    top:35%;
  }
     .faq-ans-text{
      height: 50px;
     }
  .faq-ans-icon {
    width:50px;
  }
 
}
@media (max-width: 768px) {
  .faq-item {
    margin-bottom: 10px;
}
  .faq-question{
    padding:10px 10px 10px 20px;
  }
  .faq-question-text {
    height: 50px;
  }
   .faq-question-text p{
    font-size: 10px;
   }
   .faq-question-icon{
    width: 30px;
    left:4%;
    top:55%
   }
   .faq-answer{
    margin-left:30px;
   }
       .faq-ans-text {
        height: 20px;
    }
     .faq-ans-text p{
      font-size: 10px;
     }
     .faq-ans-icon {
      top:40px;
    width:30px;
  }
}
@media (max-width:487px){
  .curved-box{
    width: 100%;
  }
   .faq-question{
    border-radius: 1rem;
   }
   .faq-question-text {
    height: 35px;
  }
 .faq-question-text p{
  font-size: 8px;
  height: 35px;
          display: flex;
        align-items: center;
 }
  .faq-question-icon{
    width: 20px;
    left:6%;
    top:65%
   }
    .faq-ans-icon {
      top:40px;
      right:10px;
    width:20px;
  }
      .faq-ans-text {
        height: 0px;
      }
   .faq-ans-text p{
    font-size: 7px;
   }
   .faq-contactus {
    padding:0px;
   }
   .faq-contactus h2 {
    font-size: 20px;
    padding-block: 20px;
   }
}


@media (max-wdith:480px) {
    
    .BinanceNft-process-list {
        padding-left: 0px;
    }

    .BinanceNft-faq-question p {
        font-size: 12px;
    }

    .BinanceNft-faq-answer-div p {
        text-align: center;
    }

    .BinanceNft-faq-answer-div-para {
        font-size: 10px;
        text-align: center;
    }

    .Metamask-Wallet-Clone-buttons button {

        font-size: 10px;
    }

    .wallet-box {
        height: 320px;
    }

    .walletContent-para {
        font-size: 12px;
    }

    .BinanceClone-Securityfeature-left {
        width: 100%;
    }
}

/* ------------------------------ */
.ERC-popular-tokens-section {
            padding: 80px 20px;
            max-width: 1300px;
            margin: 0 auto;
            text-align: center;
        }

        .ERC-popular-tokens-section h2 {
            color: black;
            font-size: 32px;
            font-weight: 500;
            margin-bottom: 60px;
        }

        .ERC-tokens-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .ERC-token-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            transition: transform 0.3s ease;
        }

        .ERC-token-item:hover {
            transform: translateY(-10px);
        }

        .ERC-token-icon {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            overflow: hidden;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .ERC-token-icon img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .ERC-token-item h3 {
            color: #0099cc;
            font-size: 18px;
            font-weight: 500;
            margin: 0 0 5px;
        }

        .ERC-token-symbol {
            color: black;
            font-size: 16px;
        }

        /* Responsive styles */
        @media (max-width: 1200px) {
            .ERC-tokens-grid {
                grid-template-columns: repeat(4, 1fr);
            }
        }

        @media (max-width: 992px) {
            .ERC-tokens-grid {
                grid-template-columns: repeat(3, 1fr);
                gap: 25px;
            }

            .ERC-popular-tokens-section {
                padding: 60px 15px;
            }

            .ERC-popular-tokens-section h2 {
                font-size: 28px;
                margin-bottom: 40px;
            }

            .ERC-token-icon {
                width: 80px;
                height: 80px;
            }

            .ERC-token-item h3 {
                font-size: 16px;
            }

            .ERC-token-symbol {
                font-size: 14px;
            }
        }

        @media (max-width: 768px) {
            .ERC-tokens-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 20px;
            }
        }

        @media (max-width: 480px) {
            .ERC-popular-tokens-section h2 {
                font-size: 24px;
                margin-bottom: 30px;
            }

            .ERC-token-icon {
                width: 70px;
                height: 70px;
            }

            .ERC-token-item h3 {
                font-size: 15px;
            }

            .ERC-token-symbol {
                font-size: 13px;
            }
        }


        /* -------------------------- */
        
/* ----------------------------------- */
/* Whitelabel-Tech-stack */
  .tech-stack-section {
        padding: 30px 0;
        background-color: #fff;
    }
    
    .tech-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 15px;
    }
    
    .tech-title {
        text-align: center;
        color:black;
        font-size: 32px;
        font-weight: 500;
        margin-bottom: 15px;
    }
    
    
    .tech-categories {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    
    .tech-category {
        display: flex;
        border-radius: 10px;
        /* overflow: hidden; */
    }
    
    .category-label {
        border-radius: 10px;
        background: linear-gradient(to bottom, #0099cc, #006699);
        color: white;
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 250px;
        font-weight: 500;
        text-align: center;
        margin-right: 10px;
    }
    
    .tech-icons {
        /* background-color: #ffff; */
        border-radius: 10px;
        box-shadow: 0 0px 10px #0099cc;
        /* border: 1px solid #e0e0e0; */
        border-left: none;
        flex-grow: 1;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 10px 50px;
        gap: 25px;
        flex-wrap: wrap;
    }
    
    .tech-icon {
        height: 40px;
        width: auto;
        object-fit: contain;
    }
    
    /* Responsive styles */
    @media (max-width: 992px) {
        .category-label {
            width: 200px;
            padding: 15px;
        }
        
        .tech-icons {
            padding: 10px 20px;
            gap: 20px;
        }
        
        .tech-icon {
            height: 35px;
        }
    }
    
    @media (max-width: 768px) {
        .tech-category {
            flex-direction: column;
        }
        
        .category-label {
            width: 100%;
            padding: 10px;
        }
        
        .tech-icons {
            border-left: 1px solid #e0e0e0;
            border-top: none;
            padding: 15px;
            justify-content: center;
        }
        
        .tech-title {
            font-size: 28px;
        }
        
        .tech-subtitle {
            font-size: 15px;
        }
    }
    
    @media (max-width: 576px) {
        .tech-stack-section {
            padding: 40px 0;
        }
        
        .tech-title {
            font-size: 24px;
        }
        
        .tech-subtitle {
            font-size: 14px;
        }
        
        .tech-icon {
            height: 30px;
        }


    }   


    @keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.tech-icon.animate {
    animation: slideInLeft 0.8s ease forwards;
}

.tech-icon:nth-child(1) { animation-delay: 0.1s; }
.tech-icon:nth-child(2) { animation-delay: 0.2s; }
.tech-icon:nth-child(3) { animation-delay: 0.3s; }
.tech-icon:nth-child(4) { animation-delay: 0.4s; }
.tech-icon:nth-child(5) { animation-delay: 0.5s; }
.tech-icon:nth-child(6) { animation-delay: 0.6s; }
.tech-icon:nth-child(7) { animation-delay: 0.7s; }
.tech-icon:nth-child(8) { animation-delay: 0.8s; }
.tech-icon:nth-child(9) { animation-delay: 0.9s; }

/* ----------------------------------- */
/* Dex-AI */
.Dex-AI{
  
      background: url("https://res.cloudinary.com/cryptiecraft/image/upload/f_auto,q_auto/assets/dex/dex-content-backside.png");
    background-position: center;
    background-size: cover;
    padding-block: 100px;
    position: relative;
    overflow: hidden;

}
.Dex-AI h3{
    padding-bottom: 20px;
    color:#0A97BE;
    font-size: 40px !important;
}
.Dex-AI p{
    font-size: 20px;
    text-align: justify;
}
.Dex-AI-container{
 padding: 20px;
        backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid #F4EAEA;
    border-radius: 1rem;
    text-align: center;
}

@media (max-width:486px) {
    .Dex-AI{
        padding-block: 20px;
    }
    .Dex-AI h3{
        font-size: 25px !important;
    }
    .Dex-AI p{
        font-size: 16px;
    }
}
