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

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

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


/* -------------------------------------------------- */
/* Coinbase-hero */
.Coinbase-Clone-hero {
  background: linear-gradient(to right, #FFFF, #92E0EE82);
}
.Coinbase-Clone-hero h2{
  color: black;
  font-size: 40px;
  font-weight: 500;
}

 .Coinbase-Clone-hero-left p{
  width: 80%;
 
    line-height: 1.7;
    font-size: 20px;

    margin-bottom: 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;
    }
     .Coinbase-Clone-hero-left p{
      text-align: justify;
      width: 100%;
      font-size: 18px;
      margin-left: 0px;
     }
}


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

/* 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%;
    }
    
    .Coinbase-Clone-button{
     font-size: 12px;
     padding: 12px 20px;
    }
}
@media (max-width:986px) {
     .overlay{
        width: 100% !important;
     }
   .overlay .button-container{
        display: flex;
        gap:5px;
        margin: auto;
    }
    .overlay .button-container button{
         width: 100%;
         font-size: 14px;
    }

    .Coinbase-Clone-button{
     font-size: 12px;
     padding: 12px 20px;
    }
}

@media (max-width: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;
  }
}


/* ----------------------------------- */
/* Coinbase-Clone-Banner */
.Coinbase-Clone-Banner{
    background-image: radial-gradient(#cfe8ff 1.2px, transparent 0);
    background-size: 20px 20px;
    background-position: center;
}

/* set header style */
.Coinbase-Clone-Banner-header {
    font-size: 30px;
    font-style: 500;
}

.Coinbase-Clone-Banner h2{
    color: #0A97BE;
}

.Coinbase-Clone-Banner-para {
    line-height: 1.7;
    text-align: justify;
    font-size: 20px;
}

@media (max-width:992px) {
    .Coinbase-Clone-Banner-header {
        text-align: center;
    }
}

@media (max-width:486px) {
  .Coinbase-Clone-Banner .mt-5{
    margin-top: 0px !important;
  }
  .Coinbase-Clone-Banner-para{
    line-height: 1;
    text-align: justify;
    font-size: 16px;
  }
}


/* -------------------------------------- */
/* CoinbaseFeature */
.CoinbaseFeature{
    background-color: #E9F9FB;
}
.CoinbaseFeature-box{
  padding:50px 30px;
}
.CoinbaseFeature-container{
  margin-inline:50px;
}
/* set style to header */
.CoinbaseFeature h2{
    color:black;
    font-size: 40px;
    font-weight: 500;
}
.CoinbaseFeature-box{
 background: white;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(100, 100, 100, 0.1);
  color:black;
  width: 100%;
}
.CoinbaseFeature-box img{
  width: 40%;
}
.CoinbaseFeature-box p{
  text-align: justify;
  font-size: 17px;
}
.CoinbaseFeature-box .d-grid{
    gap:4rem !important;
}
/* set button style */
.feature-btn{
    display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  background-color: #fff;
  border: 2px solid #ABABAB;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.2s ease;
  color: black;
  width: 100%;
}
.feature-btn.active {
  background-color: #279EBF;
  color: white;
}

@media (max-width:987px) {
  .CoinbaseFeature-container{
  margin-inline:0px !important;
}
}
@media (max-width:487px) {
  .feature-btn {
    font-size: 14px;
  }
  #leftFeaturesContainer{
    gap:1rem !important;
  }
    #rightFeaturesContainer{
    gap:1rem !important;
  }
}

/* --------------------------------------- */
/*VersaliteCoinbase  */
.VersaliteCoinbase{
  background-image: radial-gradient(#cfe8ff 1.2px, transparent 0);
  background-size: 20px 20px;
  background-position: center;
}
.VersaliteCoinbase h2{
    color:#0099cc;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
}
.VersaliteCoinbase-para{
    line-height: 1.7;
    font-size: 18px;
    text-align: justify;
}

/* -------------------------------------------- */
/* Essentialfeature */
.Essentialfeature {
  display: flex;
  flex-direction: column;
  background-color: #e9f9fb;
  margin-bottom: 60px;
  padding: 60px 20px;
}

.Essentialfeature h2 {
  color: black;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}

.hexagon-grid {
  position: relative;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  min-height: 600px;
}

.hexagon {
  width: 190px;
  height: 214px;
  background: url('https://res.cloudinary.com/cryptiecraft/image/upload/f_auto,q_auto/assets/coinbase/Polygon.png') no-repeat center/cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  text-align: center;
  transition: transform 0.3s ease;
  cursor: pointer;
}

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

.hex-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
}

.hex-title {
  font-size: 16px;
  padding: 0 10px;
}

.toggle-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.set-button {
  font-size: 16px;
  border-radius: 25px;
  width: 200px;
  height: 48px;
  border: 2px solid grey;
  background-color: white;
  color: black;
  transition: all 0.2s ease;
}

.set-button.active {
  background-color: #0099cc;
  color: white;
}

/* Default layout for large screens */
.hexagon:nth-child(1) { top: 0; left: 0; }
.hexagon:nth-child(2) { top: 0; left: 190px; }
.hexagon:nth-child(3) { top: 0; left: 380px; }
.hexagon:nth-child(4) { top: 168px; left: 95px; }
.hexagon:nth-child(5) { top: 168px; left: 285px; }
.hexagon:nth-child(6) { top: 336px; left: 190px; }

/* Tablets: Medium screens (max-width: 768px) */
@media (max-width: 768px) {
  .hexagon-grid {
    width: 440px;
    min-height: 660px;
  }

  .Essentialfeature{
    height: auto;
  }

  .hexagon {
    width: 150px;
    height: 170px;
  }

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

  .hex-title {
    font-size: 16px;
  }

  .hexagon:nth-child(1) { top: 0; left: 0; }
  .hexagon:nth-child(2) { top: 0; left: 145px; }
  .hexagon:nth-child(3) { top: 0; left: 290px; }
  .hexagon:nth-child(4) { top: 130px; left: 72px; }
  .hexagon:nth-child(5) { top: 130px; left: 215px; }
  .hexagon:nth-child(6) { top: 260px; left: 145px; }
}

/* Mobiles: Small screens (max-width: 576px) */
@media (max-width: 576px) {
  .hexagon-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: static;
    gap: 20px;
    min-height: auto;
    margin-top: 20px;
  }
  .Essentialfeature{
    height: auto;
  }

  .hexagon {
    position: static;
    width: 160px;
    height: 180px;
  }

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

  .hex-title {
    font-size: 12px;
  }
}
.VersaliteCoinbase-container{
  border-bottom: 1px solid #0A97BE;
  height: 12px;
  background-color: #0A97BE;
  width: 70%;
  border-radius:0px 1rem 0px 0px;
  margin-top: 20px;
}

/* --------------------------------- */
/* Coinbase-Clone-Benefits */
.Coinbase-Clone-Benefits h2{
    text-align: center;
    color:black;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 30px;
}
 #releaseTrigger {
  height: 1px;
}
.sticky-header {
  position: sticky;
  top: 40px;
  z-index: 300;
  padding-block: 40px;
  text-align: center;
  width: 80%;
  margin: auto;
  color: #0A97BE;
  transition: all 0.3s ease;
}
.sticky-disabled {
  position: static !important;
}
@media (max-width:486px) {
  .sticky-header {
top:0px;
width: 100%;
  }
}
.Benefits-title{
        color:#0A97BE;
        font-size: 28px;
}
#benefitsContainer{
    width: 100%;
    margin: auto;
}

.benefit-card {
  transition: transform 0.3s ease;
  height: 320px;
}

.benefit-card:hover {
  transform: translateY(-5px);
}
.Coinbase-Clone-Benefits-div p{
    font-size: 20px;
    color: black;
}
@media (max-width:992px) {
    .Benefits-div p{
        width: 100% !important;
        font-size: 16px;
    }  
    .Benefits-div div{
        padding:10px;
    }
    .Coinbase-Clone-Benefits-div p {
      font-size: 15px !important;
    }
}
@media (max-width:768px) {
  .benefit-card{
    height: 340px;
  }
}
@media (max-width:486px) {
  #benefitsContainer .p-4{
    padding:0.5rem !important;
  }
  .Benefits-title {
    font-size: 20px;
  }
     .Coinbase-Clone-Benefits-div p {
      font-size: 14px !important;
    }
}
/* ------------------------------------ */
/* Coinbase clone software */
.Coinbase-Clone-CloneSoftware{
    background-color: #E9F9FB;
    margin-top: 20px;
}
.Coinbase-Clone-CloneSoftware-left h2{
    color: black;
    font-size: 40px;
    font-weight: 500;
}
.Coinbase-Clone-CloneSoftware-left h2 span{
  color:#0A97BE;
}
.Coinbase-Clone-CloneSoftware-left p{
   line-height: 1.7;
   font-size: 19px;
   text-align: justify;
}

/* --------------------------------- */
/* Coinbase Clone Script */

.CloneScript {
  padding-top: 2rem;
}

.CloneScript h2 {
  color: black;
  font-size: 40px;
  font-weight: 500;
}
.CloneScript h2 span{
  color: #0A97BE;
}
.CloneScript p {
  line-height: 1.7;
  font-size: 19px;
  text-align: center;
}
  #cloneScriptFeatures p{
  line-height: 1.7;
  font-size: 19px;
  text-align: center;
  }
.CloneScript-card {
  border: 2px solid #0A97BEE0;
  box-shadow: 0 4px 15px rgba(10, 151, 190, 0.25); 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #fff;
}

.CloneScript-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(10, 151, 190, 0.35); 
}
@media (max-width:968px) {
 

.CloneScript p {
  line-height: 2;
  font-size: 16px;
}
  #cloneScriptFeatures p{
    line-height: 2;
  font-size: 16px;
  }
}
@media (max-width:486px) {
  .CloneScript p{
    line-height: 1.7;
    text-align: justify;
  }
  #cloneScriptFeatures p{
   line-height: 1.7;
    text-align: center;
  }
}
/* ------------------------------ */
/* Workflowsection */

.WorkflowSection h2{
  color: black;
  font-size: 40px;
    text-align: center;
}

.WorkflowImageDiv{
    max-width: 500px;
    height: 400px;
}
.Workflow1{
    object-fit: contain;
    transform:translate(10%,0%);
    width: 400px;
}
.Workflow2{
    top:70%;
   left:10%;
    transform: translate(-40%, -30%);
        width: 500px;
        height: 400px;
        z-index: -1;
}

.workflow-box {
  scrollbar-width: 35px;
  scrollbar-color: #0A97BE #f1f1f1;
  padding: 30px;
  background-color: #E9F9FB;
  overflow-y: auto;
  max-height: 580px;
}
.workflow-box-div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
   padding:40px;
}
.workflow-box-div p{
      display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 18px;
}

.workflow-box::-webkit-scrollbar {
  width: 10px; 
}

.workflow-box::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px; 
  margin-block: 4px; 
}

.workflow-box::-webkit-scrollbar-thumb {
  background-color: #0A97BE;
  border-radius: 10px; 
  border: 2px solid transparent; 
  background-clip: padding-box;
}

.step-number{
    color:#0A97BE;
}
@media (max-width:768px) {
    .Workflow2{
        width: 100% !important;
        height: auto;
    }
    .Workflow1{
        width: 80% !important;
        height: auto;
    }
    .workflow-box-div{
    display: block !important;
    }
    .WorkflowImageDiv{
    max-width: 500px;
    height: 200px;
}
.step-number{
    text-align: center;
}
}

/* ------------------------------------- */
/* revenue-section */
.revenue-section {
  background-color: #e8fafd;
  min-height: 100vh;
  text-align: center;
}

.section-title {
  color:black;
  font-weight: 500;
  font-size: 40px;
}

.revenue-card {
  background-color: #ffffff;
  border: 2px solid #0a97be;
  border-radius: 12px;
  width: 250px;
  min-height: 230px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.revenue-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 16px rgba(10, 151, 190, 0.15);
}

.revenue-card img {
  max-height: 80px;
  object-fit: contain;
}

.revenue-title {
  color: black;
  font-size: 19px;
  font-weight: 500;
}


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


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

}
.triangle-container-box .card-box p{
    text-align: center;
}
.triangle-container-box .card-box img{
    width: 80px;
}
.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-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;
   }
}
/* -------------------------------------------- */
/* Craitrix-Frequently */


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

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

.Coinbase-Clone-Banner img{
    margin-top: 50px;
    width: 90%;
}
     .Coinbase-Clone-Banner .container{
        width: 100% !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        max-width: 100% !important;
     }
    .Coinbase-Clone-Banner-para {
        line-height: 1.5 ;
    }



@media (max-width: 768px) {
    #main-content{
        margin-top: 50px;
    }
    
  /* -------------------------------------- */
  /*  Coinbase-clone-hero*/

  .Coinbase-Clone-hero-left{
    text-align: center;
    gap: 10px !important;
  }



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


/* ---------------------------------------- */
/* Coinbase-Benefits */
    .Coinbase-Clone-Benefits-div p{
        font-size: 14px;
    }

    .Coinbase-Clone-CloneSoftware-left h2 {
      text-align: center;
    }
    
#benefitsContainer {
    width: 100%;
}
.step-number{
    font-size: 2rem !important;
}
.workflow-box-div p{
    font-size: 12px;
    text-align: center;
}
  .WorkflowImageDiv{
    display: none;
   }
 

/* --------------------------------- */
/* faq-section */
.faq-section-container {
    width: 90%;
    position: relative;
}
/* ------------------------------------ */

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


    /* ------------------------------- */
    /* workflowsection */
    .workflow-box-div{
    display: block !important;
    justify-content: center;
    align-items: center;
}
   .accordion-button{
    font-size: 12px !important;
   }
}


