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

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

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


/* ------------------------------- */
/* Sto-hero */
#main-content {
    margin-top: 70px;
}

.Sto-hero {
    padding-block: 50px;
    background: linear-gradient(to left, #92E0EE82, #FFFFFF)
}

.Sto-hero-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 90%;
}

.Sto-hero-left h1 span {
    color: #0A97BE;
}
.Sto-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;
    }
}


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

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



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

.Sto-hero-right img {
    width: 100%;
}

@media (max-width:991px) {

    /* ------------------------------------ */
    .Metamask-hero-left {
        text-align: center;
        margin-bottom: 30px;
    }
}


@media (max-width:480px) {

    .Sto-hero-left {
        text-align: center;
        margin: auto;
    }


  h1{
    font-size: 25px !important;
  }
  .Sto-hero-left p{
    font-size: 16px;
  }

}



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

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

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

.Sto-develop-box h2 {
    color: #0A97BE;
}
.Sto-develop-box p{
    font-size: 20px;
}

.Sto-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 */
    .Sto-develop {
        padding: 30px 20px;
    }

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

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

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

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

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

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

}

@media (max-width:480px) {

    /* ---------------------------------------- */
    /* Sto-develop */
    .Sto-develop{
        padding:30px 0px;
    }
    .Sto-develop-box {
        padding: 25px 15px;
    }

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

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

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

}


/* -------------------------------------- */
/* BinanceNft-benefits */
.Cryptowallet{
    background-color: #E9F9FBB2;
}
.CryptoWallet-container{
    margin-inline: 20px;
}
.CryptoWallet-container h2{
    margin-block: 10px;
}
.Cryptowallet-span{
    color:#0A97BE
}
.CryptoWallet-container p{
    padding-block: 20px;
    font-size: 20px ;
}
.Cryptowallet-box{
 background: white;
  border-radius: 15px;
  box-shadow: 0 0 5px #0A97BE;
  color:black;
  border: 1px solid #0A97BE;
}
.Cryptowallet-box .row{
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.Cryptowallet-box-increase-width{
    padding-left: 0px !important;
    padding-right:0px !important;
}
/* set button style */
.feature-btn{
  background-color: #fff;
  border: 2px solid #ABABAB;
  padding: 15px 20px;
  border-radius: 10px;
  font-size: 19px;
  font-weight: 500;
  transition: all 0.2s ease;
  color: black;
  width: 100%;
  box-shadow: 0px 0px 5px #0A97BE;
}

.feature-btn.active {
  background: linear-gradient(to right, #03C9FF, #027899);
  color: white;
  box-shadow: none;
}


@media (max-width:486px) {
    .Cryptowallet-span{
        font-size: 23px;
    }
    .feature-btn span{
    font-size: 11px !important;
}
}
/* ------------------------- */

/* ---------------------------------------------- */
/* Craitrix revenue */

.Craitrix-revenue-head h2 {
    color: #0A97BE;
    text-align: center;
    padding-block: 20px;
}

.Craitrix-revenue-head p{
    text-align: center;
    font-size: 19px;
    margin-left: 13%;    
    width: 70%;
}

.Craitrix-revenue-container {
    padding: 40px;
    border-radius: 35px;
    width: 90%;
    margin: auto;
}

.Craitrix-revenue-container-left ul {
    padding: 10px;
    width: 100%;
}

.Craitrix-revenue-container-left ul li {
    padding: 10px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #0A97BE33;
    border-radius: 2px;
    margin-bottom: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #0A97BE;
}

.menu-btn {
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
}

.side-icon {
    position: absolute;
    width: 20px;
    overflow: hidden;
    animation: slideIn 0.4s forwards;
    z-index: 1;
    display: none;
}

.menu-btn.active2 .side-icon {
    display: block;
    left: 0;
}

.menu-btn.active2 li {
    padding-left: 30px;
}

@keyframes slideIn {
    from {
        transform: translateX(-20%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}


.Craitrix-revenue-container-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.Craitrix-revenue-container-right img {
    width: 90%;

}

.Craitrix-revenue-container-right h3 {
    color: #0A97BE;
}

.Craitrix-revenue-container-right p {
    width: 60%;
}
@media (max-width:968px) {
    .Craitrix-revenue-container-right img
{
    width: 70%;
}

}
@media (max-width:768px) {
      /* Craitrix-revenue */
    .Craitrix-revenue-container {
        padding: 10px;
        width: 100%;
    }

    .Craitrix-revenue-container-left ul {
        padding: 10px;
        width: 100%;
    }

    .Craitrix-revenue-container-right p {
        width: 100%;
    }

}
@media (max-width:486px){
   .menu-btn.active2 li{
    font-size: 13px !important;
   }
}
/* ----------------------------- */

/* ----------------------------------------- */
/* BinanceClone-MoneyMaking */
.BinanceClone-MoneyMaking {
    width: 100%;
    background: url("https://res.cloudinary.com/cryptiecraft/image/upload/f_auto,q_auto/assets/p2p/Vector.png");
    background-position: center;
    background-size: contain;
    position: relative;
    padding-block: 80px;
    max-height: 900px;
}

.BinanceClone-box {
    background-color: #E9F9FB;
    border-radius: 0px 7rem 7rem 0px;
    border-right: 10px solid #0A97BE;
    padding: 40px;
    position: relative;
}

.BinanceClone-MoneyMaking-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.BinanceClone-MoneyMaking-left h2 {
    color: #0A97BE;
    margin-bottom: 20px;
}

.BinanceClone-MoneyMaking-left p {
    text-align: justify;
    line-height: 2;
}

.BinanceClone-MoneyMaking-right {
    margin-left: 50px;
    height: 670px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.BinanceClone-MoneyMaking-right img {
    width: 100%;
    height: 100%;


}
  .BinanceClone-MoneyMaking-container{
    margin-inline: 50px;
  }
.BinanceClone-MoneyMaking-custom-underline {
    height: 10px;
    width: 55%;
    background-color: #1ba2e3;
    border-radius: 0px 50px 10px 0px;
    position: absolute;
    margin-left: 0;
    bottom: 0;
    left: 0;
}

@media (max-width:991px) {
    
    /* ------------------------------------- */
    /* BinanceClone-MoneyMaking */
   

    .BinanceClone-MoneyMaking-left {
        width: 50%;
    }

    .BinanceClone-MoneyMaking-left p {
        line-height: 1;
        font-size: 10px;
    }

    .BinanceClone-MoneyMaking-right {
        margin-left: 50px;
        width: 50%;
        height: 100%;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
 

}
@media (max-width:576px) {
    
    .BinanceClone-MoneyMaking-right {
        display: none;
    }

    .BinanceClone-MoneyMaking-left {
        width: 100% !important;
    }

    .BinanceClone-MoneyMaking-left p {
        line-height: 2 !important;
    }

}

@media (max-width:468px) {
    .BinanceClone-MoneyMaking {
        padding-block: 30px;
    }
    .BinanceClone-box{
        padding:10px;
    }
    .BinanceClone-MoneyMaking-container {
        margin-inline: 20px;
    }
    .BinanceClone-MoneyMaking-left p{
        line-height: 1.5 !important;
    }
}


/* ---------------------------------------------- */
/* Cryptomlm-clonescript */
.Cryptomlm-clonescript {
    text-align: center;
    padding-top: 50px;
    background-color: #E9F9FB;

}

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

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

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

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

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

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


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

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

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

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

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

}
  .Cryptomlm-clonescript-btn {
    color:#0A97BE;
    width: 100%;
  }
.Cryptomlm-clonescript-btn.active {
    color: white !important;
    background: linear-gradient(to right, #03C9FF, #027899) !important;
    box-shadow: none !important;
}
@media (max-width:1200px) {
     .Cryptomlm-clonescript-div1{
        width: 100%;
    }
    .Cryptomlm-clonescript-div-box{
        width: 100%;
    }
}
@media (max-width:991px) {
    
    /* Craitrix-Blockchain */
    .Cryptomlm-clonescript-btn {
        margin-top: 10px;
        width: 100% !important;
    }
   

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

    .item-content img {
        width: 40px !important;
        flex: none !important;
    }
    .Cryptomlm-clonescript-div-box{
       height: 200px;
    }
    .Cryptomlm-clonescript-div-box-buttons {
 width: 100%;
    }
    #blockchain-desc{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        padding-inline: 20px;
    }
    .Cryptomlm-clonescript-div1 {
   display: flex !important;
   margin: 0px !important;
   width: 100%;

}
#blockchain-desc{

    font-size: 14px;
}
}

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

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

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

    }

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

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

    .Cryptomlm-clonescript-div-box {
        padding: 20px  !important;
        height: 220px;
    }

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

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

    .Cryptomlm-clonescript-div-box {

        width: 100%;
        margin: 100px 0px 0px 0px;
    }
        #blockchain-desc
{
    padding-inline: 0px;
    height: 75%;
}

}

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

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

}

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

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

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

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

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

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


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

.BinanceNft-process-list{
    width: 80%;
}

.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;
}
.dropdown{
    transition: all 0.3s ease;
}
.BinanceNft-faq-question.open .dropdown{
   transform: rotate(180deg);
}
@media (max-width:1200px) {
    .process-card {
          min-width:300px;

        width: 380px;
          height: 450px;

    }
}

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

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

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

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

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

.trc-process-section-img2 {
  width: 250px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.BinanceNft-faq-question{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
/* Hide the right panel by default on mobile */
@media (max-width: 997px) {
    .BinanceNft-process-list{
        width: 100%;
    }
  .process-right {
    display: none !important;
  }
  .BinanceNft-process-step::before {
    display: none;
  }
   li.BinanceNft-process-step::marker{
    display: none;
    color:white
   }
  .BinanceNft-process-step {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 10px;
    background: #f8f9fa;
    width: 100%;
  }

  .BinanceNft-faq-question {
    width: 100%;
  font-weight: 600;
  cursor: pointer;
  padding: 12px;
  background:white;
  border-radius: 6px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  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: 250px;
    opacity: 1;
}
.BinanceNft-faq-answer-div{
    margin-top: 40px;
   display:flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   height: 100%;
}
/* .BinanceNft-faq-question::after {
  content: "+";
  position: absolute;
  right: 10px;
  font-size: 20px;
  transition: transform 0.2s ease;
}

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

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

@media (max-width:768px) {
      .trc-process-section-container{
        width: 100%;
        
    }
    .BinanceNft-process-list{
          padding-left: 0px !important;
    }
}

@media (max-width:486px) {
    .trc-process-section-container-div{
        padding-left: 0px;
        padding-right: 0px;
    }
    .BinanceNft-faq-question p{
        font-size: 12px !important;
    }
    .trc-process-section 
{
    padding-block: 20px;
}
  
    .BinanceNft-process-list{
        padding-left: 0px !important;
    }
    .trc-process-section-container{
        padding: 10px;
    }
    .BinanceNft-faq-answer-div-para{
        font-size: 12px !important;
    }
    .step-number{
        padding:5px 20px;
        font-size: 2.5rem;
    }
}



/* Why Choose us */
.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;
}
.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;
    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;
    }
    .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;
    }
}

/* -------------------------------------------- */
/* Craitrix-Contact */
.cta-nav-link button{
  padding:10px 20px;
  border:none;
  border-radius: 0.5rem;
}
.cta-banner {
  height: 260px;
background: linear-gradient(to right,#0A97BE,#087C9ED9);
position: relative;
width: 95%;
margin: 40px;
border-radius: 1rem;
}

.cta-banner a{
    text-decoration: none;
}
.cta-banner h4{
  font-size: 26px;
  margin-bottom:30px;
}

.cta-img2{
    position: absolute;
    height: 100%;
    width: 500px;
    left: 0;
    top: 0;
}
.cta-img2 img{
    width: 100%;
    height: 100%;
}
.cta-img1{
    position: absolute;
    height: 100%;
    width: 500px;
    right: 0;
    bottom: 0;
    top:0;
}
.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;
    width: 100%;
    margin: 20px 0;
   }
   .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: 17px;
   }
   .cta-banner span{
    font-size: 15px;
   }
}

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



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

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



/* -------------------------- */
.P2P-Development{
    padding-block: 50px;
}
.p2p-div2-header{
        display: flex
;
    justify-content: center;
    align-items: center;
    height: 100%;
    color:#0A97BE
}
.p2p-div2-box{
    padding:15px 20px;
    border:1px solid #0A97BE66;
    box-shadow: 0px 0px 5px #0A97BE66;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
}
.p2p-div2-box p{
    margin-bottom: 0px;
}
@media (max-width:486px) {
    .P2P-Development{
        padding-block: 20px;
    }
}
/* ------------------------------ */
.p2p-process{
    background: url("https://res.cloudinary.com/cryptiecraft/image/upload/f_auto,q_auto/assets/p2p/Vector.png");
    background-position: center;
    background-size: contain;
    padding-block: 50px;
}
.p2p-process h2{
    text-align: center;
    padding-bottom: 20px;

}
.p2p-process span{
    color:#0A97BE
}
.p2p-process-container{
    width: 70%;
    margin: auto;
}
.p2p-process-div
{
    text-align: center;
   box-shadow: 0px 0px 10px #0A97BE;
   padding: 20px;
   height: 300px;
   border-radius: 0.5rem;
   background-color: white;
    word-wrap: break-word;
  overflow-wrap: break-word;
}
.p2p-process-div h5{
    color:#0A97BE;
}

/* --------------------------- */
.p2p-clone-script{
    padding-block: 50px;
    background-color:#F0FBFB ;
}
.p2p-clone-script h2{
    text-align: center;
    color:#0A97BE;
    padding-bottom: 20px;
}
.p2p-clone-script-container{
    width: 70%;
    margin: auto;
}
.p2p-clone-script-div{
    background-color: white;
    box-shadow: 0px 0px 10px #0A97BE;
    padding: 20px 10px ;
    text-align: center;
}
.p2p-clone-script-div p{
    color:#0A97BE;
}
.desc-text{
    font-size: 18px !important;
}

#leftFeaturesContainer{
    width: 90%;
    gap:90px;
}
#rightFeaturesContainer{
    width: 90%;
    gap:90px;
    margin-left: auto;
}
@media (max-width:1200px) {
    .p2p-process-div p{
        font-size: 13px;
    }
}
@media (max-width:986px) {
    #leftFeaturesContainer{
    gap:10px;
}
#rightFeaturesContainer{
    gap:10px;
}
}
@media (max-width:768px) {
    .p2p-process-div{
        height: 280px;
    }
}
@media (max-width:488px) {
    #leftFeaturesContainer{
        width: 100%;
    }
    #rightFeaturesContainer{
        width: 100%;
    }
    .p2p-process-container {
        width: 90%;
    }
    .p2p-process-div{
        height: 300px;
    }
    .bottom-content
{
    height:50% ;
}
.desc-text{
    font-size: 16px !important;
}
.p2p-process-div p{
    font-size: 12px !important;
}
}




/* Whitelabel User Feature Section */
.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-div {
  height: 100%;
  border-radius: 10px;

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

  pointer-events: none; /* Prevents hover flickering */
}

.userfeature-box-img {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}

.userfeature-title {
  font-size: 25px;
  margin-bottom: 10px;
  color: #0A97BE;
  transition: opacity 0.3s ease;
}

.userfeature-desc {
  font-size: 12px;
  color: #333;
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.userfeature-box:hover .userfeature-title{
display: none;
  pointer-events: none;
}


.userfeature-box:hover .userfeature-desc{
  display: block;
  opacity: 1;
  color: white;
  font-size: 14px;
}

.userfeature-box:hover .userfeature-box-img{
  display: none;
}


/* Responsive Adjustments */
@media (max-width: 1200px) {
  .Whitelabel-userfeature-last {
    gap: 25px;
  }
}

@media (max-width: 480px) {
  .Whitelabel-userfeature {
    padding-top: 0px;
  }

  .userfeature-box {
    height: 270px;
  }

  .Whitelabel-userfeature-last {
    display: block !important;
  }

  .userfeature-box:hover .userfeature-title {
    color: white;
    font-size: 18px;
    display: none;
  }

  .userfeature-box:hover .userfeature-desc {
    font-size: 10px;
  }
    .userfeature-box:hover .userfeature-box-img {
    display: none;
  }
}


/* ---------------------------------------- */
/* Dex-Launch */
.Dex-Launch{
      background: url("");
    background-position: center;
    background-size: cover;
    padding-block: 100px;
    position: relative;
    overflow: hidden;
}
.dex-round-circle-1{
     width: 200px;
    height: 200px;
    background: linear-gradient(#0a97be60,#fff);
    border-radius: 50%;
    position: absolute;
    transition: all 0.3s ease;
    left: 1%;
    top:1%;
}
.dex-round-circle-2{
     width: 200px;
    height: 200px;
    background: linear-gradient(#0a97be65,#fff);
    border-radius: 50%;
    position: absolute;
    transition: all 0.3s ease;
    right: -4%;
    bottom:-10%;
}
@media (max-width:768px) {
    .dex-round-circle-1{
        width: 170px;
        height: 170px;
        left: -10%;
    top:-1%;
    }
    .dex-round-circle-2{
        width:170px;
        height: 170px;
    }
}
.Dex-Launch-container{
    padding: 20px;
        backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid #F4EAEA;
    border-radius: 1rem;
    
}
.Dex-Launch-container h2{
    text-align: center;
    color: #0A97BE;
    margin-bottom: 50px;
}
.Dex-Launch-container p{
    font-size: 20px;
    text-align: justify;
}
@media (max-width:486px) {
    .Dex-Launch{
        margin-top: 0px !important;
        padding-block: 50px !important;
    }
    .Dex-Launch-container p{
        font-size: 16px;
    }
    .Dex-Launch-container h2{
            margin-bottom: 20px;
    }
}
