
@media (max-width:786px) {
    .responsive-br{
        display: none;
    }
}

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

/* 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;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.popup-banner{
    background:url("https://res.cloudinary.com/cryptiecraft/image/upload/v1754761789/assets/popup-banner.png");
   background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    border-radius: 1rem 1rem 0px 0px;
}
.popup-banner img{
    padding-block: 50px;
    width: 100px;
    height: auto;
}
.popup-content {
    background-color: white;
    border-radius: 20px;
    text-align: center;
    width: 40%;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.popup-content .illustration {
    width: 300px;
    margin-bottom: 20px;
}
.popup-content-container{
    padding: 50px;    
}
.popup h2 {
    font-size: 31px !important;
    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 {
    width: 100%;
    padding: 10px 25px;
    border: none;
    border-radius: 1.5rem;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: background-color 0.3s;
}

.button-container button img{
    width: 30px;
    height: auto;
}
.whatsapp-btn {
    background-color: #5FD669;
    color: black;
}

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

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

.teams-btn:hover {
    background-color: #282888a9;
}

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

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


@media (max-width:1200px) {
    .Whitelabel-hero-left-button{
        width: 100%;
    }
    
    .Coinbase-Clone-button{
     font-size: 12px;
     padding: 12px 20px;
    }
}
@media (max-width:1000px) {
    .popup-banner img{
        width:70px;
        height: auto;
    }
    .popup-content-container {
        padding:20px
    }
}
@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;
    }

    .Coinbase-Clone-button{
     font-size: 12px;
     padding: 12px 20px;
    }
}
@media (max-width:786px) {
    .popup-content{
        width: 70%;
    }
    .popup-content-container{
        padding:25px;
    }
    .popup-content-container h2{
        font-size: 30px !important;
    }
    .popup-banner img {
        width: 80px;
        height: auto;
    }
}

@media (max-width:568px) {
    .popup-banner img{
        width: 100%;
        height: auto;
        padding-top:0px;
        padding-bottom:50px;
    }
    .popup-content-container h2{
        font-size: 24px !important;
    }
    .popup-content-container p{
        font-size: 14px;
    }
    .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: 12px;
  }
      .popup-content {
        width: 90%;
      }
}


.binance-home-crypto{
    background: linear-gradient(to right, #FFFFFF, #92E0EE82);
    margin-top: 70px ;
    padding-block: 50px;
    padding-inline:50px;
}
@media (max-width:986px) {
   .binance-home-crypto .row{
    width: 100%;
    margin: auto;
}
.binance-home-crypto .row .col-lg-6{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
}
.binance-home-crypto-flex{
    display: flex;
    gap: 10px;
    align-items: center;
}
.binance-home-crypto-flex a{
    display: flex;
    gap: 10px;
    text-decoration: none;
}
.home-title span{
    color: #0A97BE;
}
.binance-home-crypto-para{
    margin-block: 20px;
}

@media (max-width:786px) {
    .binance-home-crypto .binance-home-crypto-container{
    width: 100%;
    text-align: center;
}

}
@media (max-width:486px) {
    .binance-home-crypto{
        padding-block: 10px;
        padding-inline: 10px;
    }
    .binance-home-crypto .home-title{
        font-size: 30px !important;
    }
    .binance-home-crypto-para{
        text-align: justify;
    }
}
.binance-home-crypto .home-title{
  
    font-size: 50px;
}

.nft-marketplace2 .binance-home-crypto-box{
    width:90%;
    display: flex;
    margin:auto;
    height: 100%;
    align-items: center;
    justify-content: center;
}

@media (max-width:1200px) {
    .binance-home-crypto-box{
        width: 100%;
    }
}
@media (max-width:486px) {
    .binance-home-crypto-box

 {
    margin-top: 20px;
 }

}

/* MAIN BUTTON */
.binance-choose-solution-section-heading-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  max-width: 180px;
  padding: 6px 20px;
  border: none;
  border-radius: 2rem;
  background: linear-gradient(90deg, #0A97BE 0%, #333 100%);
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: background-color 0.3s ease;
}
@media (max-width:786px) {
    .binance-home-crypto-flex a{
    width: 100%;
}
.binance-choose-solution-section-heading-btn {
    width: 100%;
}
.binance-home-crypto-button.unactive{
    max-width: 100% !important;
    width: 100%;
}

}

/* BACKGROUND SLIDE */
.binance-choose-solution-section-heading-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0A97BE 0%, #333 100%);
  transform: translateX(-100%);
  transition: transform 0.5s ease;
  z-index: 0;
}

.binance-choose-solution-section-heading-btn:hover::before {
  transform: translateX(0%);
}

/* ICON MOVES LEFT TO RIGHT */
.binance-choose-solution-section-heading-btn-i {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.5s ease;
  color: white;
  z-index: 1;
}

.binance-choose-solution-section-heading-btn:hover .binance-choose-solution-section-heading-btn-i {
  transform: translate(130px, -50%);
}

/* TEXT */
.binance-choose-solution-section-heading-btn-para {
  margin: 0 auto;
  color: white;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

/* UNACTIVE STATE */
.binance-home-crypto-button.unactive {
  background: #eee;
  max-width: 220px;
  color: black !important;
  display: flex;
  gap: 20px;
}

.binance-home-crypto-button.unactive .binance-choose-solution-section-heading-btn-para,
.binance-home-crypto-button.unactive .binance-choose-solution-section-heading-btn-i {
  color: black !important;
}

.binance-home-crypto-button.unactive::before {
  display: none;
}

.binance-home-crypto-button.unactive:hover {
  background: #ddd;
}

.binance-home-crypto-button.unactive:hover .binance-choose-solution-section-heading-btn-i {
  transform: translate(5px, -50%);
}
.binance-home-crypto-button.unactive:hover .binance-choose-solution-section-heading-btn-para{
    color: #0A97BE !important;
}
/* RESPONSIVE */
@media (max-width: 400px) {
  .binance-choose-solution-section-heading-btn {
    padding: 10px 16px;
  }

  .binance-home-crypto-button.unactive:hover .binance-choose-solution-section-heading-btn-i {
    transform: translate(3px, -50%);
  }
}


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

.nft-marketplace2 .what-binance{
    padding-block:50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background:url('https://res.cloudinary.com/cryptiecraft/image/upload/v1754816046/assets/Pattern.png');
    background-position:bottom center;
    width: 100%;
    min-height: 500px;
    background-size: contain;
    background-repeat: no-repeat;

}
.nft-marketplace2 .what-binance-h2 {
    text-align: center;
}
.nft-marketplace2 .what-binance-h2 span{
    color: #0A97BE;
}
.nft-marketplace2 .what-binance-para{
    line-height: 2;
    padding-block: 20px;
    width: 75%;
    margin: auto;
    text-align: justify;
}
@media (max-width:786px) {
    .nft-marketplace2 .what-binance-para{
        width: 100%;
    }
}

@media (max-width:486px) {
    .nft-marketplace2 .what-binance-h2{
        text-align: left;
        padding-inline: 20px;
    }
    .nft-marketplace2 .what-binance {
        padding-block: 50px;
    }
      .nft-marketplace2 .what-binance {
        text-align: center;
      }
      .nft-marketplace2 .what-binance-para{
        width: 95%;

        text-align: justify;
        padding-inline: 10px;
      }
}


.nft-marketplace2 .designed-grid-box-section{
    padding-top: 50px;
    background-color: #F9FAFB;
}

.nft-marketplace2 .designed-grid-box-section{
    padding-block: 50px;
}
.designed-grid-box-container{
    margin-top: 50px;
    padding-inline: 50px;
}
@media (max-width:486px) {
    .designed-grid-box-container{
         padding-inline: 20px
    }
}
.designed-grid-box-container-box h5{
  color: #0A97BE;
}
.designed-grid-box-container-box{
    padding-block: 10px;
    border-radius: 0.5rem;
    background-color: #0A97BEDE;
    box-shadow: 9px 8px 17px -5px rgb(245, 246, 247) inset,
                 -11px -12px 5px -5px rgba(5, 5, 5, 0.123) inset;
}
.designed-grid-box-container-box1 h5,
.designed-grid-box-container-box3 h5,
.designed-grid-box-container-box5 h5
{
   color: white;
}
.designed-grid-box-container-box2,
.designed-grid-box-container-box4,
.designed-grid-box-container-box6
{
    padding-block: 10px;
    border-radius: 0.5rem;
    background-color: #DCF5FE;
box-shadow: -11px -12px 5px -5px rgba(5, 5, 5, 0.123) inset,
            9px 8px 17px -5px rgb(245, 246, 247) inset 
;
}
.designed-grid-box-container-box1:hover,
.designed-grid-box-container-box3:hover,
.designed-grid-box-container-box5:hover{
box-shadow: -11px -12px 5px -5px  rgb(245, 246, 247) inset,
 -11px -12px 5px -5px rgba(5, 5, 5, 0.123) inset;

}
.designed-grid-box-container-box2:hover,
.designed-grid-box-container-box4:hover,
.designed-grid-box-container-box6:hover
{
        box-shadow: 9px 8px 17px -5px rgba(5, 5, 5, 0.123) inset,
        -11px -12px 5px -5px  rgb(245, 246, 247) inset;


}
.nft-marketplace2 .designed-grid-box-container-box img{
    width: 80px;
    height: auto;
    margin-bottom: 20px;
}
.designed-grid-box-section-header{
    text-align: center;
    width: 80%;
    margin: auto;
}
.designed-grid-box-section-header span{
    color: #0A97BE;

}
.designed-grid-box-section-para{
    text-align: center;
    width: 84%;
    margin: auto;
    margin-block: 20px;
    /* color: #F9FAFB; */
}
.designed-grid-box-container-box{
    min-height: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.nft-marketplace2 .designed-grid-box-container-box p{
    /* color: #4B5563; */
    text-align: justify;
    width: 90%;
    margin: auto;
}


.designed-grid-box-container-button{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 30px;
}
@media (max-width:486px) {
    .designed-grid-box-container-box h5{
        padding-block: 10px;
    }
  .designed-grid-box-section-header{
    width: 100%;
    padding-left:  20px;
    padding-right: 10px;
    text-align: left;
  }
  .designed-grid-box-section{
    padding-block: 50px;
  }
  .designed-grid-box-container-box img{
    width: 80px;
    height: auto;
  }
  .nft-marketplace2 .designed-grid-box-section
{
    padding-block: 20px;
}
.designed-grid-box-section-para{
    width:100%;
    text-align: left;
    padding-inline: 20px;
}
}

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

.coinbase-clone-script2-features-description-box{
    padding: 20px;

}

.coinbase-clone-script2-features-box2-div{
    display: flex;
    align-items: center;
     gap:10px;
     background-color: white;
     padding: 20px 30px 20px 30px;
     border-radius: 17px;
     margin-bottom: 10px;
     border: #0A97BE 1px solid;
     min-height: 100%;
}

.coinbase-clone-script2-features h4{
      color:#0A97BE;
}



.coinbase-clone-script2-features .nft-section-img {
  width: 100%;
  height: 100%;
 margin-left: 20px;
}


.coinbase-clone-script2-features .image-container {
  position: relative;
  z-index: 0;
}

.coinbase-clone-script2-features .image-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background-color: #0A97BE;
  border-radius: 20px;
  z-index: 0;
}


.coinbase-clone-script2-features .image-container .nft-image-wrapper {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 50px;
}

.coinbase-clone-script2-features .features-title {
  color: #0A97BE;
  
}
.coinbase-clone-script2-features .features-subtitle {
  color: #000000;
  
}
.coinbase-clone-script2-features .features-description {
  /* color: #420D4180; */
  
}

@media (max-width: 767.98px) {
  .coinbase-clone-script2-features .image-container::before {
    display: none;
  }


  .coinbase-clone-script2-features .nft-section-img {
    margin-left: 0;
  }
}


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




   .nft-marketplace {
      padding: 60px 20px;
      background-color: #EDF2F780;
    }

    .nft-marketplace .nav-tabs{
      justify-content: space-between;
      border-bottom: none !important;}

    .nft-marketplace .nft-title span {
      color: #0A97BE;
    }
.nft-marketplace2-para{
  text-align: justify;
}
    .nft-marketplace .nav-tabs .nav-link {
      border-radius: 20px;
      border: 2px solid #0A97BE;
      color: #0A97BE;
      margin: 5px;
      padding: 10px 20px;
    }

    .nft-marketplace .nav-tabs .nav-link.active {
      background-color: #0A97BE;
      color: #fff !important;
      border-color: #0A97BE;
    }

    .nft-marketplace .tab-pane {
      background-color: #fff;
      border: 2px solid #cce5f5;
      border-radius: 12px;
      
      margin-top: 30px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    }
     .nft-marketplace .tab-content{
      padding:0px !important;
      max-height: 100% !important;
     }
    .nft-marketplace .tab-content-box {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 30px;
      
    }

    .nft-marketplace .tab-content-text {
      flex: 1 1 300px;
      text-align: left;
      padding-left: 30px;
    }

    .nft-marketplace .tab-content-text h5 {
      color: #0A97BE;
      
    }

    .nft-marketplace .tab-content-img {
      flex: 1 1 250px;
      
    }

   .nft-marketplace  .tab-content-img img {
      width: 100%;
      height: auto;
      border-radius: 10px;
    }








/* --------------- */
   .nft-marketplace2 .popular-blockchain {
      padding: 30px 20px;
      background-color: #EDF2F780;
      text-align: center;
    }

    .popular-blockchain h2 {
      font-size: 28px;
      margin-bottom: 20px;
    }
    .popular-blockchain h2 span{
      color: #0A97BE;

    }

   .nft-marketplace2 .popular-blockchain p {
      font-size: 16px;
      /* color: #555; */
      /* max-width: 800px; */
      margin: 0 auto 40px;
      width: 82%;
      
    }

    .popular-blockchain .blockchain-icon {
      width: 60px;
      height: 60px;
      object-fit: contain;
      margin-bottom: 15px;
      transition: transform 0.3s ease;
    }

    .popular-blockchain .blockchain-icon:hover {
      transform: scale(1.1);
    }

    .popular-blockchain .icon-container {
      margin-bottom: 30px;
    }

@media (max-width:486px) {
    .popular-blockchain h2{
        text-align: left;
        padding-inline: 20px;
    }
     .popular-blockchain{
      padding:60px 10px;
     }
   .nft-marketplace2 .popular-blockchain p{
        width: 100%;
        text-align: left;
        padding-inline: 20px;
     }
     
     .nft-marketplace2 .popular-blockchain{
        padding:20px 0px;
     }
}
    /* ----------------------- */



.nft-marketplace2 .marketplace-solutions {
  background-color: #ffffff;
  padding: 30px 10px;
}
.marketplace-solutions-para{
     width: 80%;
     margin: auto;
}
.marketplace-solutions .marketplace-solutions-title span {
  color: #0A97BE;
}
.marketplace-solutions  .marketplace-solutions-container-first{
   background-color: #E1F9FF;
   border-radius: 24px;
   border: #0A97BE solid 1px;
   margin-bottom: 24px;
 }
.marketplace-solutions .marketplace-title{
    color: #0A97BE;
}

.marketplace-solutions .feature-list {
  list-style-type: disc;
  padding-left: 20px;
}

.marketplace-solutions .nft-image {
  max-width: 100%;
  height: auto;
}

.marketplace-solutions .marketplace-description{
    margin-bottom: 30px;
    line-height: 2;
}

.marketplace-solutions .marketplace-description-box{
    padding:  20px;
}

.marketplace-solutions .marketplace-solutions-container-second{
    background-color: #E1E6FF;
    border-radius: 24px;
    border: #0A97BE solid 1px;
    margin-bottom: 24px;
    padding: 20px;
}

@media (max-width:486px) {
    .marketplace-solutions .marketplace-solutions-title {
        text-align: left;
        padding-inline: 10px;
    }
    .marketplace-solutions-para{
        width: 100%;
        text-align: left;
        padding-inline: 10px;
    }
    .marketplace-solutions .marketplace-description-box{
        padding:10px;
    }
}
/* ------------ */


/* Section styling */
.software-benefit-container{
    padding-inline: 50px;
}
@media (max-width:486px) {
    .software-benefit-container{
    padding-inline: 20px;
}
}
.nft-marketplace2 .software-benefit {
  padding: 30px 0;
  /* background-color: #EDF2F780; */
}

.software-benefit-title span{
  color: #0A97BE;
}
.nft-cards{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nft-cards img {
  max-width: 100%;
  height: auto;
}



.benefit-icon {
  font-size: 1.5rem;
  color: #0A97BE;
  flex-shrink: 0;
  margin-top: 5px;
}


.software-benefit ul li h5 {
  color: #0A97BE;
}

.software-benefit ul li p {
  font-size: 0.95rem;
  /* color: #6c757d; */
}


.software-benefit .benefits-icon{
  width: 30px;
  height: 30px;
  margin-right: 10px;
 
}
@media (max-width:786px) {
   .nft-marketplace2 .software-benefit{
        padding-top:0px;
        padding-inline: 10px;
    }
    .nft-marketplace2 .software-benefit p{
        text-align: justify;
    }
    .software-benefit h2{
        text-align: left    ;
    }
}
/* -------------------------- */
.nft-marketplace2 .crypto-token-multi-chain{
   padding-block: 50px;
}
.crypto-token-multi-chain h2{
    text-align:  center;
    margin-bottom:20px;
   
}
.crypto-token-multi-chain h2 span{
    color: #0A97BE;

}
.crypto-token-multi-chain-container{
    margin-inline: 20px;
}
.crypto-token-multi-chain-para{
    width: 70%;
    margin: auto;
    text-align: center;
}
.crypto-token-multi-chain-box{
    background-color: #EDF2F7;
    padding: 10px 20px;
    position: relative;
    text-align: center;

}
.crypto-token-multi-chain-container{
    margin-top: 100px;
}

.crypto-token-multi-chain-box-img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 2px solid #0A97BE;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* transform: translate(27%, -50%); */
    background-color: white;
}
.crypto-token-multi-chain-box-img img{
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.crypto-tokent-multi-chain-box-content{
    margin-top: 100px;
}

.crypto-tokent-multi-chain-box-content h3{
    color: #0A97BE;
}
.crypto-token-multi-chain-box1-box1{
    position: absolute;
    width: 100px;
    height: 100px;
    top: -5px;
    left: -5px;
    background-color: #0A97BE;
    z-index: -1;
}

.crypto-token-multi-chain-box1-box2{
    position: absolute;
    width: 100px;
    height: 100px;
    top: -5px;
    right: -5px;
    background-color: #0A97BE;
    z-index: -1;
}

.crypto-token-multi-chain-box2-box1{
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: -5px;
    left: -5px;
    background-color: #0A97BE;
    z-index: -1;
}

.crypto-token-multi-chain-box2-box2{
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: -5px;
    right: -5px;
    background-color: #0A97BE;
    z-index: -1;
}
.crypto-token-multi-chain-box.box2{
    margin-top: 100px;
}
.crypto-token-multi-chain-box.box4{
    margin-top: 100px;
}
@media (max-width:786px) {
    .crypto-token-multi-chain-box-img{
        width: 100px;
        height: 100px;
    }
    .crypto-token-multi-chain-box-img img{
        width: 80px;
        height: 80px;
    }
    .crypto-token-multi-chain h2
{
    text-align: left;
    padding-inline: 20px;
}
    .crypto-token-multi-chain-box {
        margin-top: 70px;
    }
    .crypto-token-multi-chain-container {
        margin-top: 30px;
    }
    .crypto-token-multi-chain-container {
        margin-inline: 10px;
    }
    .crypto-tokent-multi-chain-box-content
{
    margin-top: 70px;
}
}
@media (max-width:486px) {
    .crypto-token-multi-chain-para{
        width: 100%;
        text-align: left;
        padding-inline: 20px;
    }
}

/* banner-grid-section */

.banner-grid-section{
    margin-block: 50px;
}
.banner-grid-section-container{
    border-radius: 1rem;
    box-shadow: 0px 0px 5px black;
}
.banner-grid-section-container-content{
    padding-block: 50px;
}
.banner-grid-section-container-content-container{
    margin-inline: 40px;
}
.banner-grid-section-container-img{
    background: url("https://res.cloudinary.com/cryptiecraft/image/upload/v1754845885/assets/nft2/nft-development.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-block: 100px;
    width: auto;
    height: auto;
     border-radius: 1rem 1rem 0px 0px ;
     object-fit: contain;
}
.banner-grid-section-container-div-header{
    text-align: center;
    background-color:#0A97BE63 ;
    padding-block: 20px;
    color:white;
    font-weight: 600;
}
.banner-grid-section-container-content-box{
    padding:15px;
    box-shadow: 0px 0px 5px black;
    border-radius: 0.5rem;
    min-height: 100%;
    position: relative;
}
.banner-grid-section-container-content-box:hover{
    box-shadow: 0px 0px 10px #0A97BE;
}
.banner-grid-section-container-content-box h4{
    text-align: center;
    color:#0A97BE;
}
.banner-grid-section-container-content-box .box-number {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #009ddc;
    color: white;
    font-weight: bold;
    border-radius: 20% 0px 25% 0px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    z-index: 1;
}
.binance-choose-solution-section-button{
    display: flex;
    margin:auto;
    width: 100%;
    margin-top: 50px;
    align-items: center;
    justify-content: center;
}

@media (max-width: 786px) {
  .banner-grid-section-container-content-container {
    margin-inline: 20px;
  }
  .banner-grid-section-container-img{
    padding-block: 30px;
  }
  .banner-grid-section-container-content-box p{
    padding-top: 10px;
  }
}



/* 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: 50px;
        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: 0px 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; }




/* --------------------------------------------- */
/* Why Chooseus */


.triangle-container{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    height: 600px;
    width: 100%;
    position: relative;
}
.triangle-container::before{
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background-color: #0a97be10;
    backdrop-filter: blur(20%);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
      box-shadow:0px 0px 500px #0a97be3d;
  z-index: -1;
    
}
.triangle-container-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.triangle-container-box .card-box{
    width: 130px;
    height: 180px;
    padding:10px;
    margin: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #0A97BE;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.514);
    border-radius: 0.5rem;
    background-color: white;

}
.triangle-container-box .card-box p{
    text-align: center;
}
.triangle-container-box .card-box img{
    width: 80px;
    height: auto;
}
.cryptiecraft-whychooseus{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.cryptiecraft-whychooseus .highlight{
    color:#0A97BE;
}
.cryptiecraft-whychooseus p{
    font-size: 18px;
    line-height: 1.7;
    text-align: justify;
    color: black;
}

.cryptiecraft-whychooseus .stats{
    background: linear-gradient(to right,#0A97BE,#054658);
    background-clip: text;
    color: transparent;
    width: fit-content;
    font-size: 30px;
    font-weight: bold;
}
.cryptiecraft-whychooseus .get-demo-btn{
    padding:10px 20px;
    border:none;
    border-radius: 0.5rem;
    width: 50%;
    background-color: #0A97BE;
    color:white;
}


@media (max-width:1200px) {
    .triangle-container-box .card-box {
        width: 100px;
        height: 140px;
    }
    .triangle-container-box .card-box img {
        width: 50px;
        height: auto;
    }
    .triangle-container-box .card-box p{
        font-size: 12px !important;
    }
}

@media (max-width:986px) {
        .triangle-container-box .card-box {
        width: 130px;
        height: 170px;
    }
}
@media (max-width:786px) {
    .triangle-container-box .card-box{
        width: 100px;
        height: 150px;
    }
   
}

@media (max-width:580px) {
     .triangle-container {
        height: 380px;
    }
      .triangle-container-box .card-box{
        width: 80px;
        height: 120px;
    } 
        .triangle-container-box .card-box img {
            width: 40px;
            height: auto;
        }
            .triangle-container-box .card-box p{
                font-size: 10px !important;
            }
            .cryptiecraft-whychooseus p{
                line-height: 1.7;
            }
}
@media (max-width:486px) {
    .triangle-container-box .card-box{
        width: 70px;
        height: 100px;
    } 
        .triangle-container-box .card-box img {
            width: 30px;
            height: auto;
        }
             .triangle-container-box .card-box p {
        font-size: 7px !important;
    }
    .cryptiecraft-whychooseus p {
        font-size: 14px;
    }
}
@media (max-width:400px) {
        .triangle-container-box .card-box {
            width:60px;
            height: 100px;
        }
}

@media (max-width:370px) {
        .triangle-container-box .card-box {
        width: 50px;
        height: 90px;
    }

        .triangle-container-box .card-box img
{
    width: 20px;
    height: auto;
}
    .triangle-container-box .card-box p {
        font-size: 7px !important;
    }
}
/* ------------- */


.faq-left-box-question,
.faq-right-box-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-radius: 0.5rem;
  /* background-color: rgba(0, 0, 0, 0.589); */
  cursor: pointer;
}
.faq{
    background-color: #EDF2F780;
    padding-block: 50px;
}
.faq h2{
    color:#0A97BE;
    text-align: center;
    margin-bottom: 20px;
}
.faq-left-box-question p i{
    font-size: 30px;
}
.faq-right-box-question p i{
    font-size: 30px;
}
.faq-left-box-question p{
    margin-bottom: 0px !important;
}
.faq-right-box-question p{
    margin-bottom: 0px !important;
}

.faq-box {
  /* border: 1px solid black; */
  background-color: white;
  border-radius: 0.5rem;
  margin-bottom: 20px;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;  transition: all 0.3s ease;
}
.faq-box:hover .faq-left-box-question-para{
    color:#0A97BE;
}
.faq-box:hover .faq-left-box-question-icon{
    color: #0A97BE;
}
.faq-box.active{
    border:2px solid #0A97BE;
     box-shadow: 0px 0px 5px #0A97BE;
}
.faq-box:hover{
        border:2px solid #0A97BE;

        box-shadow:0px 0px 5px #0A97BE;
}

.faq-left-box-answer,
.faq-right-box-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 20px;
  transition: max-height 0.5s ease, opacity 0.3s ease, padding 0.3s ease;
}

.faq-box.active .faq-left-box-answer,
.faq-box.active .faq-right-box-answer {
  max-height: 300px; /* set high enough for your content */
  opacity: 1;
  padding: 10px 20px;
}

.faq-question-icon {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  transition: transform 0.3s ease, color 0.3s ease;
  line-height: 1;
  transform-origin: center;
  color: #000;
}

.faq-box.active .faq-question-icon {
  transform: rotate(45deg);
  color: #0A97BE;
}

/* Rotate to make "+" look like "×" */
.faq-box.active .faq-question-icon {
  transform: rotate(45deg);
  color: #0A97BE;
}

.faq-box-question .faq-left-box-question-icon i{
    font-size: 30px;
}
.faq-box.active .faq-left-box-question-icon {
  transform: rotate(45deg);
  color: #0A97BE;
}
.faq-container{
    margin-inline: 20px;
}
.faq-box.active .faq-left-box-question-para,
.faq-box.active .faq-left-box-question-icon,
/* .faq-box.active .faq-left-box-answer p,
.faq-box.active .faq-right-box-answer p, */
.faq-box.active .faq-right-box-question p,
.faq-box.active .faq-left-box-question p {
  color: #0A97BE;
  font-weight: 600;
}

@media (max-width:786px) {
    .faq-left-box-question p{
        font-size: 14px;
    }
    .faq-question-icon i{
        font-size: 14px;
    }
}
/* --------------------------------- */


/* --------------------------- */
.nft-marketplace2 .p2p-crypto-exchange2-features{
    padding:50px 20px 50px 0px;
  /* background-color: #EDF2F780;    */
}
.p2p-crypto-exchange2-features-header-para{
    padding-left: 20px;
    width: 70%;
    text-align: center;
    margin: auto;
    padding-block: 20px;
}
.p2p-crypto-exchange2-features .col-lg-3{
    width: 28% !important;
}
.p2p-crypto-exchange2-features-box1{
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    
}

.p2p-crypto-exchange2-features-box1::before{
    content: '';
    position: absolute;
    top: 0;
    right: 100px;
    bottom: 0;
    left: 0;
    background-color: #0A97BE;
   z-index: 0;
   border-radius: 0px 26px 26px 0px;
}

.p2p-crypto-exchange2-features-box1 img{
    width: 100%;
    height: auto;
    z-index: 100;
}

.p2p-crypto-exchange2-features-box2-div{
    display: flex;
    align-items: center;
     gap:10px;
     background-color: white;
     padding:10px;
     padding-inline: 20px;
     border-radius: 0.5rem;
     margin-bottom: 10px;
     min-height: 100%;
     border: 3px solid #0A97BE;
     transition: all 0.3s ease;
}
.p2p-crypto-exchange2-features-box2-div:hover{
     padding-left: 40px;
     padding-right:0px;
     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.p2p-crypto-exchange2-features .col-lg-5{
    width: 36%;
}
.p2p-crypto-exchange2-features h4{
      color:#0A97BE;
}
.p2p-crypto-exchange2-features-box2-div-cointent p{
    font-size: 14px;
}
.p2p-crypto-exchange2-features-header{
  margin-bottom: 20px;
    text-align: center;
}
.p2p-crypto-exchange2-features-header span{
    color:#0A97BE;

}
@media (max-width:986px) {
    .p2p-crypto-exchange2-features-header{
        text-align: center;
    }
    .p2p-crypto-exchange2-features .col-lg-3{
        width: 80% !important;
        height: 50%;
        margin: auto;
    }
    .p2p-crypto-exchange2-features .col-lg-5{
        margin-top: 20px;
        width: 50% !important;
    }
}

@media (max-width:786px) {
    .p2p-crypto-exchange2-features .col-lg-5{
        width: 100% !important;
    }
    .p2p-crypto-exchange2-features{
        padding:10px;
    }
  .nft-marketplace2 .p2p-crypto-exchange2-features-header-para{
        width: 100%;
        padding-left: 0px;
    }
    .p2p-crypto-exchange2-features .row{
        width: 100%;
        margin: auto;
    }
    .nft-marketplace2 .p2p-crypto-exchange2-features{
        padding:20px 10px;
    }
}




.bgBlue{
    padding: 20px auto;
    background-color: #E0F8FF;
    padding-bottom: 50px;
}

.nft-marketplace-section {
        padding: 50px;
    }
    
    .nft-marketplace-section h2 {
        color: black;
        font-size: 28px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 50px;
    }
    
    .nft-categories {
        display: flex;
        flex-direction: column;
        gap: 30px;
        max-width: 1440px;
        margin-inline: auto;
        justify-content: center;

    }
    
    .nft-category-row {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
        margin-left: 8%;
    }
    
    .nft-category {
        margin-bottom: 30px;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
        cursor: pointer;
    }
    
    .nft-category:hover {
        transform: translateY(-5px);
    }
    

    .category-image {
        position: relative;
        height: 220px;
        overflow: hidden;
    }
    
    .category-image .main-img {
        width: 100%;
        height: 100%;
        display: block;
        opacity: 0.7; /* hidden by default */
        transition: opacity 0.1s ease;
        filter: blur(5px);
        z-index: 1;
        position: relative;
    }
    
    .imagebblur {
        position: absolute;
        bottom: -20px;
        right: 20px;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
    }
    
    .category-image .imagebblur {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        filter: blur(0px); 
        transition: opacity 0.1s ease, filter 0.4s ease;
        z-index: 2;
    }
    
    .category-image .imagebblur img {
        width: 100px;
        height: 100px;
        object-fit: contain;
    }
    
    /* Hover: show main image, hide the blurred one */
    .category-image:hover .main-img {
        opacity: 1;
        filter: blur(0);
    }
    
    .category-image:hover .imagebblur {
        opacity: 0;
        filter: blur(0);
    }
    


    .category-name {
        background-color: #0099cc;
        color: white;
        padding: 12px 0;
        text-align: center;
        padding-left: 10px;
        font-size: 18px;
        font-weight: 500;
    }
    
    /* Responsive styles for NFT categories */
    @media (max-width: 1200px) {
        .nft-category {
            width: 220px;
        }
    }
    
    @media (max-width: 992px) {
        .nft-category-row {
            justify-content: center;
        }
        
        .nft-category {
            width: 100%;
        }
    }
    
    @media (max-width: 768px) {
        .nft-marketplace-section {
            padding: 30px 15px;
        }
        
        .nft-marketplace-section h2 {
            font-size: 24px;
            margin-bottom: 30px;
        }
        
        .nft-category {
            width: 180px;
        }
        
        .category-image {
            height: 130px;
        }
    }
    
    @media (max-width: 576px) {
        .nft-category-row {
            gap: 15px;
        }
        
        .nft-category {
            width: 150px;
        }
        
        .category-image {
            height: 110px;
        }
        
        .category-name {
            padding: 10px 0;
            font-size: 14px;
        }
    }
    



     /* -------------------------------- */
    .binance-clone-script2-development{
        padding-block: 50px;
    }
    .binance-clone-script2-development-container{
        margin-inline: 20px;
    }
    .binance-clone-script2-development-right{
        padding:40px 40px 40px 60px;
        border-radius: 5rem 0px 0px 5rem;
        border: 3px solid #0A97BE;
        position: relative;
    }

    .binance-clone-script2-development-right p{
        line-height: 2;
    }
       .binance-clone-script2-development-right-bottom{
        position: absolute;
        width: 60%;
        height: 10px;
        background-color: #0A97BE;
        right: 0;
        bottom: 0;
        border-radius: 1rem 0px 0px 0px;
       }
.binance-clone-script2-development-right-container{

    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.binance-clone-script2-development-right img{
    width: 60%;
    height: auto;
    display: flex;
    margin: auto;
}

.binance-clone-script2-whitelabel-left h3{
      margin-bottom: 20px;
}
       .binance-clone-script2-development-left img{
        width: 90%;
        height: auto;
       }
@media (max-width:986px) {
    .binance-clone-script2-development-container .row{
        width: 100%;
        margin: auto;
    }
    .binance-clone-script2-development-right{
        border-radius: 1rem;
    }
}
@media (max-width:486px) {
    .binance-clone-script2-development-right-bottom{
        display: none;
    }
    .binance-clone-script2-development-right {
        padding:20px
    }
      .binance-clone-script2-development-right p{
        line-height: 1.8;
        margin-bottom: 0px !important;
      }
      .binance-clone-script2-development-container{
        margin-inline: 0px;
      }
      .binance-clone-script2-development-right-container{
        margin-top: 20px;
      }
      .binance-clone-script2-development{
        padding-top: 0px;
      }
}