
@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');

*{
  font-family: "Roboto Serif", serif;
}

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

h1{
    font-size: 40px !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 h1 span{
    color:#0A97BE;
}
.Cryptowallet-hero-left p{
    padding-block: 20px;
    font-size: 20px;
}


 
.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;
    }
    .Cryptowallet-hero-left h1{
        font-size: 40px !important;
    }
    .Cryptowallet-hero-left p{
        font-size: 18px;
        text-align: justify;
    }
}


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

/* 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 {
        padding-block: 50px;
        text-align: center;
    }
}

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

/* -------------------------------------------- */
/* Craitrix-develop */
.Craitrix-develop {
    padding-top: 70px;
    background: url("https://res.cloudinary.com/cryptiecraft/image/upload/f_auto,q_auto/assets/nft/Vector.png");
    background-position: center;
    background-size: contain;
    height: fit-content;
    overflow: hidden;
}

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

.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: 50px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.Craitrix-develop-box h2 span{
    color: #0A97BE;
}

.Craitrix-develop-box p{
    font-size: 18px;
}
.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 {
            padding:30px 5px;
        }
    .Craitrix-develop-box {
        padding: 25px 15px;
    }

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

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

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

}


/* -------------------------------------- */
/* BinanceNft-benefits */
.Cryptowallet{
    background-color: #EAF7FB;
}
/* set style to header */
.Cryptowallet-span{
    color:#0A97BE
}
.Cryptowallet-box{
 background: white;
  border-radius: 15px;
  box-shadow: 0 0 5px #0A97BE;
  color:#6F6F6F;
  border: 1px solid #0A97BE;
}
/* set button style */
.feature-btn{
    display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border: 2px solid #ABABAB;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 500;
  transition: all 0.3s ease;
  color: #ABABAB;
  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;
}

/* ------------------------------------ */
.Sto-Security-token {
    width: 100%;
}

.Sto-Security-token img {
    width: 100%;
}

.Sto-Security-token {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.Sto-Security-token h2 {
    padding-bottom: 20px;
}

.Sto-Security-token h2 span {
    color: #0A97BE;
}

.Sto-Security-token p {
    text-align: justify;
    font-size: 20px;
}

@media (max-width:768px) {
    .Sto-Security-token h2 {
        text-align: center;
    }
}

@media (max-width:486px) {
    .Sto-Security-token p {
        font-size: 15px;
    }
}

/* ----------------------- */
.Whitelabel-userfeature{
    padding-block: 50px;
}
.Whitelabel-userfeature h2{
    text-align: center;
    padding-block: 30px;
}
.Whitelabel-userfeature-last{
    display: flex;
    justify-content: center !important;
    gap:50px;
    width: 100%;
}
 
.userfeature-box {
  height: 400px;
  background: white;
  border: 2px solid #00bcd4;
  border-radius: 10px;
  text-align: center;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 10px #00bcd4;
  margin-bottom: 20px;
  overflow: hidden;
  z-index: 1;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.userfeature-inner {
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease, clip-path 0.4s ease;
  transform-origin: center;
  will-change: transform, clip-path;
    padding: 20px;

}
/* .userfeature-box:hover {
  border: none;
  box-shadow: none;   
}
.userfeature-box:hover .userfeature-inner {
  transform: scale(1.05);
  clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 100% 100%, 0 100%, 0% 80%, 0% 20%);
  background: linear-gradient(to bottom right, #007ba7, #00c6d7);
  color: white;
}

           .userfeature-box:hover .userfeature-desc{
    display: flex; 
   } */
    .userfeature-box img {
      width: 80px;
      height: 80px;
      margin-bottom: 15px;
    }

    .userfeature-title {
      font-size: 25px;
      margin-bottom: 10px;
      color: #0A97BE;
    }

  

    /* .userfeature-box:hover .userfeature-desc {
      color: #fff;
           font-size: 16px;

    }
   .userfeature-box:hover .userfeature-title{
     display: none;
     
   } */
@media (max-width:1200px) {
    .Whitelabel-userfeature-last{
        gap:25px;
    }
}
@media (max-width:480px) {
    .Whitelabel-userfeature{
        padding-top: 0px;
    }
    .userfeature-box {
    height: 320px;
    }
    .Whitelabel-userfeature-last{
        display: block !important;
    }
    .userfeature-box:hover .userfeature-title{
     color: white;
     font-size: 18px;
   }
 .userfeature-box:hover .userfeature-desc{
     color: white;
     font-size: 10px;
   }

}


/* ------------------------ */
.Binance-Like-Nft-heading{
      display: flex;
      text-align: center;
      width: 63%;
      margin: auto;
}
.Binance-Like-Nft-heading span{
    color:#0A97BE;
}

.Binance-Like-Nft .nav{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap:20px;
    width: 95%;
    justify-content: space-between;
    margin: auto;
}
.Binance-Like-Nft .nnav-item{
   
    width: 100%;
}
.Binance-Like-Nft .nnav-item .nnav-link{
     display: flex;
    align-items: center;
    justify-content: center;
    color:#0000007e;
    padding:20px 10px;
}
.Binance-Like-Nft .tab-pane {
  display: none;
}

.Binance-Like-Nft .tab-pane.active {
  display: block;
}

.nnav-link {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: black !important;
    cursor: pointer;
}

.nnav-link:hover {
    color: #0099CC !important;
}

.nnav-link.nav-active {
    color: #0099CC !important;
}
@media (max-width:1140px) {
    .nnav-link{
        font-size: 12px;
    }
}
@media (max-width:1060px) {

    .nnav-link{
        font-size: 10px !important;
    }
}

@media (max-width:1024px) {
    .nnav-link {
        width: 100%;
        font-size: 10px !important;
    }
}
@media (max-width:987px) {
    .Binance-Like-Nft .nav{
             grid-template-columns: repeat(3,1fr);

    }
    .Binance-Like-Nft-right-div1{
        margin-inline: 20px !important;
    }
    .Binance-Like-Nft-right-div1 h2{
         font-size: 30px !important;
    }
      .Binance-Like-Nft-right-div1 p{
         font-size: 14px !important;
    }
}
@media (max-width:768px) {
      .Binance-Like-Nft .nav{
             grid-template-columns: repeat(2,1fr);
    }
     .Binance-Like-Nft .nnav-item .nnav-link{
        font-size: 8px !important;
     }
     .Binance-Like-Nft .nnav-item{
        width:45%;
     }
     #nftTab{
        display: flex;
     }
         .nnav-link {
        width: 100%;
        display: flex !important;
    }

 
}
@media (max-width:768px) {
       .Binance-Like-Nft .nnav-item .nnav-link{
        font-size: 14px !important;
     }
       .Binance-Like-Nft .nav{
             grid-template-columns: repeat(1,1fr);
    }
   .Binance-Like-Nft-right-div1 p
{
    font-size: 12px !important;
}
}
@media (max-width:580px) {
      
        .Binance-Like-Nft-right-div1 p{
            font-size: 11px !important;
        }
        .Binance-Like-Nft-right{
            width: 90% !important;
        }
}
@media (max-width:480px) {
    .Binance-Like-Nft-right-div1 h2{
        font-size: 14px !important;
    }
    .Binance-Like-Nft-heading{
        width: 100%;
    }
    .Binance-Like-Nft .nav{
        width: 98%;
    }
    .Binance-Like-Nft-right-div1{
        margin-inline: 0px !important;
        padding:10px 0px 10px 20px !important;
    }
            .Binance-Like-Nft-right-div2 
{
    height: 200px;
}
}

.Binance-Like-Nft button{
    border:none;
    padding:15px 20px;
    border-radius: 1rem;
    box-shadow: 0px 0px 5px #0A97BE;
}
.Binance-Like-Nft button.active{
    background-color: #0A97BE;
    color:white !important;
}

.Binance-Like-Nft{
    background-color: #E9F9FB;
}
.Binance-Like-Nft-right{
    box-shadow: 0px 0px 5px #0A97BEBF;
    height:350px;
    background-color: white;
    width: 95%;
    display: flex;
    margin: auto;
    border-radius: 1rem;
}
.Binance-Like-Nft-right-div1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-inline: 50px;
}
.Binance-Like-Nft-right-div2{
    position: relative;
    height: 350px;
}
.Binance-Like-Nft-right-div2 img{
    position: absolute;
    width: 100%;
    height: 100%;
   border-radius: 0px 1rem 1rem 0px;
}
@media (max-width:996px) {
   .Binance-Like-Nft-right{
    width: 90%;
    margin: auto;
} 
@media (max-width:768px) {
    .Binance-Like-Nft-right {
        height: 300px;
    }
     .Binance-Like-Nft-right-div1 p{
         font-size: 12px;
     }
    .Binance-Like-Nft-right-div2 {
        height: 300px;
    }
    .Binance-Like-Nft-right-div1 {
        width: 100%;
        padding:20px;
        margin-inline: 0px;
    }
}

@media (max-width:498px) {
      .Binance-Like-Nft-right {
        height: 220px;
    }
    .Binance-Like-Nft-right  .col-6{
        padding-right:0px !important;
        padding-left:0px !important;
    }
      .Binance-Like-Nft-right-div2 {
        height: 220px;
    }
     .Binance-Like-Nft-right-div1 p{
         font-size: 9px !important;
     }
}
}



/* --------------------------------- */
.BinanceClone-Securityfeature{
       padding-block: 50px;
}
.BinanceClone-Securityfeature-header {
    text-align: center;
 
}

.BinanceClone-Securityfeature-header span {
    color: #0A97BE;
}

.BinanceClone-Securityfeature-left {
        display: flex
;
    justify-content: center;
    align-items: center;
    height: 100%;
}

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

.BinanceClone-Securityfeature-right ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.BinanceClone-Securityfeature-right ul li {
    list-style: none;

    align-items: center;
    border: 1px solid #0A97BE87;
    box-shadow: 0px 0px 5px #0A97BE;
    padding: 15px 20px;
    border-radius: 0.6rem;
}

.BinanceClone-Securityfeature-right ul li p {
    margin-bottom: 0px;
    padding-left: 20px
}

.BinanceClone-Securityfeature-right ul li img {
    width: 60px;
}

.BinanceClone-Securityfeature-div {
    margin-top: 50px;
}
@media (max-width:480px) {
    .BinanceClone-Securityfeature-header{
        font-size: 27px !important;
    }
    .BinanceClone-Securityfeature-left {
        width: 100%;
    }
    .BinanceClone-Securityfeature-right .container{
        padding-right:5px !important;
        padding-left:5px !important;
    }
    .feature-desc
{
    font-size: 13px !important;
    padding:0 10px !important;
}
.BinanceClone-Securityfeature-right ul li{
    padding:15px 10px;
}
.BinanceClone-Securityfeature-div{
    margin-top: 10px;
}
.BinanceClone-Securityfeature{
    padding-block: 0px;
}
}
/* ------------------------------------- */
/* Sto-feature */
.Sto-feature{
    padding-bottom:50px;
}
.Sto-feature h2 {
    text-align: center;
    padding-block: 40px;
    margin: auto;
}
.Sto-feature h2 span{
    color:#0A97BE;
}

.Sto-feature-div {
    position: relative;

}
.sticky-header {
  position: sticky;
  top: 20px;
  z-index: 300;
  padding-block: 40px;
  text-align: center;
  width: 100%;
  margin: auto;

  transition: all 0.3s ease;
}
.sticky-disabled {
  position: static !important;
}

@media (max-width:1200px) {
 .sticky-header {
        font-size: 35px !important;
    }
}
@media (max-width:986px) {
    .Whitelabel-process-card {
         top: 10rem;
    }
   .sticky-header {
  top: 0px;
  font-size: 30px !important;
    }
}
@media (max-width:768px) {
  .sticky-header {
    top:0px;
    width: 100%;
  }
}

.Sto-feature-div-box {

    margin: auto !important;
    position: sticky;
    top: 130px;
    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;
}

/* Optional hover effect */
.Sto-feature-div-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.Sto-feature-div-box h4 {
    color: #0A97BE;
}

.Sto-feature-div .box1 {
    background-color: #FDECEF;
}

.Sto-feature-div .box2 {
    background-color: #FFF0E5;
}

.Sto-feature-div .box3 {
    background-color: #FFFDE1;
}

.Sto-feature-div .box4 {
    background-color: #EFFFF8;
}

.Sto-feature-div .box5 {
    background-color: #ECF8FD;
}

.Sto-feature-div .box6 {
    background-color: #F7F0FF;
}

.Sto-feature-div .box7 {
    background-color: #FFEFEF;
}

.Sto-feature-div .box8 {
    background-color: #FAF5EE;
}

.Sto-feature-icon {
    width: 80px;
    display: flex;
    margin-inline: auto;
}
.Sto-feature-div p{
    font-size: 20px;
}

.Sto-feature-icon img {
    width: 100%;
}

@media (max-width:991px) {

    /* ------------------------------- */
    /* Sto-feature */
    .Sto-feature-div-box {
        width: 90% !important;
    }

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

@media (max-width:768px) {

    /* --------------------------------------------- */
    /* Sto-feature */
    .Sto-feature h2 {
        width: 100%;
    }

    .Cryptomlm-faq-answer-div-para {
        font-size: 12px;
        text-align: center;
    }
}
@media (max-width:486px) {
    .Sto-feature-div p {
        font-size: 15px;
    }
    .Sto-feature-div-box {
        top: 150px;
    }
}

.Essentialfeature {
  background-color: #E9F9FB;
}

.Essentialfeature-span {
  color: #0A97BE;
}

.Essentialfeature-right {
  width: 90%;
  margin: auto;
}

.hexagon {
  width: 180px;
  height: 210px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform 0.3s ease;
  background: url('https://res.cloudinary.com/cryptiecraft/image/upload/f_auto,q_auto/assets/nft/Polygon.png'); /* adjust path as needed */
  background-position: center;
  background-size: cover;
  margin: 15px;
}

.hexagon:hover {
  transform: translateY(-5px);
}

.hex-icon {
  width: 40px;
  height: 40px;
}

.hex-title {
  font-size: 18px;
  margin: 0;
}

.hex1 {
  position: relative;
  top: -50px;
  left: 90px;
}

@media (max-width: 1200px) {
  .hex1 {
    top: 0px !important;
  }
}

@media (max-width: 978px) {
  .hex1 {
    left: 0px;
  }
}



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

 
}
.trc1-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: 80%;
  margin: auto;
}
.trc1-process-section-container-div{
    margin: auto;
}
.trc1-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%;
}

.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:350px;
  min-width:450px;
  min-height: 350px;
  z-index: 1;
   width: 550px;
  height: 350px;
  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;
}

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

.trc1-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;
}
.BinanceNft-faq-question p{
    position: relative;
    width: 100%;
}
.BinanceNft-faq-question .arrowdropdown{
    position: absolute;
    right:0;
    transition: all 0.3s ease;
}
.BinanceNft-faq-question.open .arrowdropdown{
    transform: rotate(180deg);
}
/* Hide the right panel by default on mobile */
@media (max-width: 997px) {
    .trc1-process-section {
        padding-block: 50px;
    }
    .BinanceNft-process-list{
        width: 100%;
        padding-left: 0px !important;
    }
    .trc1-process-section p{
       font-size: 14px;
    }
  .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: 250px;
  transition: all 0.4s ease;
    z-index: 10;

}
.BinanceNft-faq-question.open + .BinanceNft-faq-answer{
    height: 300px;
    opacity: 1;
    text-align: center;
}
.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;
}

.trc1-process-section-img2 {
display: none;
}
.trc1-process-section-img1 {
    width: 50px !important;
}
}


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

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

.Metamask-Wallet-Clone h2 {
    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;

}

.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: 250px;
    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:768px) {
    .trc1-process-section-container {
        width: 100%;
        padding:10px
    }
    .Metamask-Wallet-Clone p {
        width: 100%;
    }

    .wallet-box img {
        width: 100px;
        height: 100px;
    }

    .BinanceClone-Securityfeature-right ul {
        padding-left: 0px !important;
    }
 .BinanceClone-process-right ul{
    padding-left: 0px !important;
 }
}



/* Tokendevelopment-Crypto-token */
.Tokendevelopment-Crypto-token-container{
    width: 100%;
}
 .Tokendevelopment-Crypto-token-header{
    text-align: center;
 }
 .Tokendevelopment-Crypto-token-header h2{
    width: 60%;
   margin: auto;
 }
  .Tokendevelopment-Crypto-token-header  p{
    padding-block: 20px;
  }
 .Tokendevelopment-Crypto-token-header span{
    color:#0A97BE
 }
 /* ------------------------------------------ */
/* TokenDevelopment-Crypto-token */
.Tokendevelopment-Crypto-token{
    background-color: #E9F9FB;
    padding-block: 50px;
}
.Tokendevelopment-Crypto-token-container{
    width: 100%;
    padding-inline: 50px;
}
.Tokendevelopment-Crypto-token-container-box{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4,minmax(100px,1fr));
    gap:20px;
}
.industry-card{
    margin: auto;
    width: 100%;
    padding:10px 40px;
    border:1px solid #0A97BE;
    border-radius: 0.5rem;
    box-shadow : 0px 0px 5px #0A97BE;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 90px;
}
@media (max-width:991px) {
    /* ------------------------------- */
/* TokenDevelopment-Crypto-token */
.Tokendevelopment-Cross-Chain-header h2 {
    width: 100% !important;
}
.Tokendevelopment-Cross-Chain-header p {
    width: 90% !important;
}
.Tokendevelopment-Crypto-token-container-box
 {
    grid-template-columns: repeat(3,minmax(100px,1fr));
 }
 .Tokendevelopment-Crypto-token-header{
    text-align: center;
 }

}

@media (max-width:768px) {
     /* ------------------------------------- */
 /* TokenDevelopment-Crypto-token */
 .Tokendevelopment-Crypto-token{
    padding-inline:10px;
 }
}

@media (max-width:468px) {
           /* ------------------------------ */
    /* Tokendevelopment-Crypto-token */
  .Tokendevelopment-Crypto-token-container-box
 {
    grid-template-columns: repeat(2,minmax(100px,1fr));
 }
   .Multi-Chain-box{
    font-size: 14px;
   }

     .icon-box img{
        width: 40px;
        height: 40px;
     }
         .icon-box div {
        font-size: 12px;
    }
     .Tokendevelopment-Crypto-token-header h2 {
        width:100%;
     }
     #TokenDevelopment-service-desc {
        margin-top: 25px;
        font-size: 14px;
     }
}
@media (max-width:380px) {
    .Tokendevelopment-Crypto-token-container {
    padding-inline: 10px;
}
}



/* Tokendevelopment-Cross-Chain */
.Tokendevelopment-Cross-Chain{
    padding-block: 50px;
    background: url("https://res.cloudinary.com/cryptiecraft/image/upload/f_auto,q_auto/assets/nft/Vector.png");
    background-position: center;
    background-size: contain;
}
.Tokendevelopment-Cross-Chain-header h2{
    text-align: center;
    width: 60%;
    margin: auto;
    margin-bottom: 10px;
}

.Tokendevelopment-Cross-Chain-header p{
    text-align: center;
    width: 60%;
    display: flex;
    margin: auto;
    margin-bottom: 60px;
}
.TokenDevelopment-Cross-Chain-boxs{
    width: 90%;
    margin: auto;
}
.TokenDevelopment-Cross-Chain-box{
    border:2px solid #0A97BE91;
    text-align: center;
    border-radius: 10px;
    height: 180px;
    margin-bottom: 20px;
    box-shadow: #0A97BE40 0px 2px 8px 0px;
    padding:10px;
    background-color: white;
}
.TokenDevelopment-Cross-Chain-box img{
    width: 75px;
}
.cta-banner {
height: 300px;
background: linear-gradient(to right,#0A97BE,#087C9ED9);
position: relative;
width: 95%;
border-radius: 25px;
margin: 40px;
}
.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-img1{
    width: 200px;
   }
   .cta-img2{
    width: 200px;
   }
   .cta-banner h4{
    font-size: 16px;
   }

   .cta-banner{
    width: 100%;
    margin:0px;
   }

}
 

.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;
    font-size: 16px;
}
.triangle-container-box .card-box img{
    width: 80px;
}
.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.3;
}

.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;
    }
    .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;
        }
            .triangle-container-box .card-box p{
                font-size: 10px !important;
            }
}
@media (max-width:486px) {
    .triangle-container-box .card-box{
        width: 70px;
        height: 100px;
    } 
        .triangle-container-box .card-box img {
            width: 30px;
        }
             .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;
}
    .triangle-container-box .card-box p {
        font-size: 7px !important;
    }
}



/* 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;
   }
}

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



 .nft-services-section {

    background-color: #ffffff;
}

.nft-services-container {
    /* max-width: 1200px; */
    padding-block: 40px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    position: relative;
    /* gap: 40px; */
}

.nft-services-left {
  background: #ECFFF0;
    flex: 0 0 35%;
    padding-top: 20px;
    padding-inline: 30px;
}
div.sticky{
        position: sticky;
        top: 25%;
    }



.nft-services-left h2 {
    color: black;
    font-size: 36px !important; 
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.4;

}
@media (max-width:486PX) {
    .nft-services-left h2 {
        font-size: 30px !important;
    }
}
.nft-services-left p {
    color:black;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
 
}

.nft-badge {
    position: relative;
    width: 380px;
    height: 380px;
    margin-top: -50px;
    
}

.nft-badge img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nft-services-right {
    background: #ECFAFF;
    flex: 0 0 62%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px;
    flex: 1;
}

.nft-services-right .nft-service-card {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0px 0px 24px 2px #0099cc66;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    position: sticky;
    top:10px;
}



.nft-services-right .nft-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.nft-services-right .nft-service-icon {
    width: 130px;
    height: 130px;
    margin-inline:auto;
    margin-bottom: 10px;
}

.nft-services-right .nft-service-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nft-services-right .nft-service-card h3 {
    color: #0099cc;
    font-weight: 400;
    margin-bottom: 10px;

}

.nft-services-right .nft-service-card p {
    color: black;
    font-size: 20px;
    line-height: 1.5;

    text-align: center;
}

/* Responsive styles */
@media (max-width: 1200px) {
    .nft-services-container {
        max-width: 960px;
    }
}

@media (max-width: 992px) {
    .nft-services-container {
        flex-direction: column;
    }
    
    .nft-services-left {
        text-align: center;
    }
    
    .nft-badge {
        margin: 30px auto;
    }
}

@media (max-width: 768px) {
  
    
    .nft-services-left h2 {
        font-size: 24px;
    }
    .nft-services-right {
        padding:0px;
    }
    .nft-services-right .nft-service-card {
        padding: 20px;
    }

}

@media (max-width: 576px) {
    .nft-service-card{
        width: 95%;
        margin:auto;
        text-align: center;
    }
    .nft-services-left h2 {
        font-size: 22px;
    }
    
    .nft-services-left p {
        font-size: 14px;
    }
    
    .nft-badge {
        width: 300px;
        height: 300px;
    }
    
    .nft-services-right .nft-service-card h3 {
        font-size: 16px;
    }
    
    .nft-services-right .nft-service-card p {
        font-size: 13px;
    }
    .nft-services-right .nft-service-icon{
        width: 80px;
        height: 80px;
    }
  .nft-services-container{
    padding-top: 0px;
  }
  .nft-services-right .nft-service-card p{
    text-align: justify;
  }
}


.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;
        }
    }
    



      .blockchain-networks-section {
    padding: 20px 20px;
    text-align: center;
    background-color: #fff;
    margin: 30px 0;
}

.blockchain-networks-section h2 {
    color: black;
    font-size: 31px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.blockchain-networks-container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;

}

.networks-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;   
}

.network-icon {
    width: 150px;
    height: 120px;
    border-radius: 20%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.network-icon:hover {
    transform: translateY(-5px);
    box-shadow: 8px 6px 6px rgba(48, 49, 49, 0.5);
}

.network-icon img {
    width: 75%;
    height: 75%;
    object-fit: contain;
}
.network-icon {
    display: inline-block;
    text-align: center;
    margin: 10px;
    position: relative;
}

.network-name {
    display: none;
    margin-top: 0px;
    font-size: 17px;
    color:black;
}

.network-icon:hover .network-name {
    display: block;
}

/* Responsive styles for blockchain networks section */
@media (max-width: 992px) {
    .blockchain-networks-section h2 {
        font-size: 24px;
        margin-bottom: 40px;
    }
    
    .network-icon {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 768px) {
    .blockchain-networks-section {
        padding: 40px 15px;
    }
    
    .networks-row {
        gap: 20px;
    }
    
    .network-icon {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 576px) {
    .blockchain-networks-section h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    
    .networks-row {
        gap: 15px;
    }
    
    .network-icon {
        width: 120px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .networks-row {
        gap: 12px;
    }
    
    .network-icon {
        width: 120px;
        height: 120px;
    }
}


/* --------------------------- */
.Nft-launch-div{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .ready-to-launch-section {
    background-color: #E9F9FB;
    padding: 100px 20px;
}

.ready-to-launch-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.ready-to-launch-content {
    flex: 0 0 55%;
}

.ready-to-launch-content h2 {
    font-size: 28px;
    text-align: left;
    margin-bottom: 20px;

}
.ready-to-launch-content h2 span{
    color: #0A97BE;
}

.ready-to-launch-content p {
    color:black;
    font-size: 20px;
    line-height: 1.75;
    text-align: justify;
   
}

.marketplace-icons {
    flex: 0 0 40%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.marketplace-row {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.center-icon {
    justify-content: center;
}

.marketplace-icon {
    background-color: transparent;
    border-radius: 10px;
    padding: 20px;
    width: 160px;
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0px 10px #01688ba7;
    transition: transform 0.3s ease;
    background-color: white;
}

.marketplace-icon:hover {
    transform: translateY(-5px);
}

.marketplace-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 15px;
}

.marketplace-icon span {
    color:black;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    
}

/* Responsive styles */
@media (max-width: 992px) {
    .ready-to-launch-container {
        flex-direction: column;
    }
    
    .ready-to-launch-content, 
    .marketplace-icons {
        flex: 0 0 100%;
    }
    
    .ready-to-launch-content {
        text-align: center;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .ready-to-launch-section {
        padding: 40px 15px;
    }
    
    .ready-to-launch-content h2 {
        font-size: 24px;
    }
    
    .marketplace-icon {
        width: 150px;
        height: 150px;
    }
    
    .marketplace-icon img {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 576px) {
    .marketplace-icon {
        width: 100% !important;
        display: flex;
        justify-content: center;
        padding: 15px;
    }
    
    .marketplace-icon img {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
    }
    
    .marketplace-icon span {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .ready-to-launch-content h2 {
        font-size: 22px;
    }
    
    .ready-to-launch-content p {
        font-size: 14px;
    }
    
    .marketplace-row {
        gap: 15px;
    }
    
    .marketplace-icon {
        width: 150px;
        height: 150px;
    }
}


.admin-feature-hover {
  list-style: none;
  padding: 0;
  margin: 0;
}

.admin-feature-hover li {
  position: relative;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 120px;
}

.feature-title {
  padding: 14px 16px;
  background-color: #f5f5f5;
  font-weight: 600;
  cursor: default;
}

.feature-desc {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  background-color: #fff;
  padding: 0 16px;
  font-size: 15px;
  border-top: 1px solid #eee;
}

/* 👇 On hover, reveal the dropdown description */
.admin-feature-hover li:hover .feature-title{
    display: none;
}
.admin-feature-hover li:hover .feature-desc {
  max-height: 200px;
  padding: 12px 16px;
}
