body{
    background: #050208;
}
:root {
    --fcolor: #693fca;
    --mcolor: #fff;
    --navcolor: #050208;
    --btnbg: #0a090f;
    --scolor: #693fca;
    --tcolor: #653bcf;
    --tabline: #ffb11b;
    --txtcolor: #ccc;
}
.text-light{
	color: #cfcfcf !important;
}

h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
}
h3 {
    font-size: 24px;
    color: #fff;   
}
.h3 {
    color: #fff;   
}
h4 {
    color: #fff;
}
h5 {
    color: #fff;
}
.banner {
    min-height: 100vh;
    display: flex
;
    align-items: center;
    justify-content: center;
    background: url(../images/blockchain-game-development/banner-img.webp), url(../images/blockchain-game-development/banner-bg.webp);
    background-position: 100% bottom, center;
    background-repeat: no-repeat;
    background-size: 86vh, cover;
    color: #FFF;
}
.btn.orange-btn {  
background: linear-gradient(96.66deg, #DBA879 12.78%, #5F36D2 49.28%, #2A1B56 91.86%);
border-radius: 33px;
    color: #fff;
    padding: 12px 64px;
    text-align: center;
    transition: .3s all ease;
    border: 0px;
}
 .stats-container {
      display: flex;
      justify-content: center;
      flex-direction: row;
      padding: 40px 20px;
      gap:40px;
    }
    .stat-item {
      display: flex;
      align-items: center;
      gap: 15px;
      min-width: 180px;
    }
    .stat-item .h5{
        color: #AE8DE7;
    }

    .blue_txt{
        background: linear-gradient(96.37deg, #DBA879 4.41%, #895EFF 56.29%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
    }
.caro_border h5{
background: linear-gradient(96.37deg, #DBA879 4.41%, #895EFF 56.29%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}

.cards_black2 {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #121218;
    border-radius: 8px;
    padding: 20px;
    height: 100%;
}

.cards_black2 p {
    text-align: center;
}
.cards_black2 h5 {
    text-align: center;
}
#bitpay_caro .owl-prev,#bitpay_caro .owl-next{
    height: 50px;
    width: 50px;
    border: 1px solid #212529;
    border-radius: 34px;
}
.owl-prev {
    background: url(/images/fantasy-sports-development/left-arrow.png) !important;
    width: 40px;
    height: 40px;
    background-size: 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 30px !important;
}
.owl-next {
    background: url(/images/fantasy-sports-development/right-arrow.png) !important;
    width: 40px;
    height: 40px;
    background-size: 100% !important;
    background-position: center;
    background-repeat: no-repeat;
}
#bitpay_caro .owl-prev span,#bitpay_caro .owl-next span{
    display: none;
}
.owl-theme .owl-nav {
    margin-top: 10px;
}
#bitpay_caro {
    display: flex !important
;
    flex-direction: column-reverse;
}
#bitpay_caro .item {
    height: 100%;
}
#bitpay_caro .item h3{
    color: #CBF48F;
}
#bitpay_caro .item:hover h3{
    color: #000;
}
#bitpay_caro .owl-prev, #bitpay_caro .owl-next {
    height: 50px;
    width: 50px;
    border: 1px solid #ffffff;
    border-radius: 34px;
}
/*.bg-color2 {
    background: #0D0D1B;
}

.topmenu .megadropdown >li.select > a {
    background: url(../images/nextarrow.svg) #49470c;
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 17px;
    border-radius: 4px;
    color: #fff !important;
}*/
.aerow {
    background: url(../images/erc20-token-development/arrow.svg);
    background-repeat: no-repeat;
    padding: 5px 5px 5px 30px;
    background-position: left;
}
.owl-carousel .owl-item img {
    display: block;
     width: unset !important; 
}
.caro_border{
    padding: 20px;
    background: #100F14;

border-radius: 12px;
    height: 100%;
    transition: all .3s ease;
}
.white_border {
    background: #100F14;
    border-radius: 6px;
    padding: 30px 20px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;

}

.white_border:hover{

transform: translateY(-10px);

}
.greybox {
    background: #100F14;
    border-radius: 8px;
    margin: 0;
    padding: 20px;
    height: 100%;
    position: relative;
}
  .accordion_images {
    display: none;
  }
}

.accordion_images img {
  opacity: 0;
  transition: 0.3s;
}

.accordion_images img:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
}

.accordion_images img.active {
  opacity: 1;
}

.accordion .accordion_intro{
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  background: url(../images/centralized-crypto-exchange-development/up.svg);
  background-repeat: no-repeat;
  background-position: right 88%;
}
.accordion.accordion_active .accordion_intro{
  
  background: url(../images/centralized-crypto-exchange-development/down.svg);
  background-repeat: no-repeat;
  background-position: right 88%;
}
.accordion.accordion_active .accordion_intro h4{
  
  background: linear-gradient(96.37deg, #DBA879 4.41%, #895EFF 56.29%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.accordion{
    border-bottom: 1px solid #ffffff24;
}
.l-hei{
    line-height: 30px;
}
.accordion_intro {
  position: relative;
  padding: 20px;
  cursor: pointer;
}

.accordion_content {
  color: #fff;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.25s ease-out;
  opacity: 0;
}

.accordion_content .accordion_image {
  display: none;
}
.accordion p {
  margin: 0;
  line-height: 30px;
  padding-bottom: 15px;
}
.accordion h4{
  margin: 0;
  line-height: 30px;
}

.accordion h4 {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
}

.accordion p {
  color: #f1f1f1;
  font-size: 15px;
  margin: 0;
}

.accordion_active .accordion_intro {
}

.accordion_active .accordion_content {
  padding: 0 20px 20px;
  opacity: 1;
}
    .row_flex{
       display: flex;
    gap: 15px;
    }
  


.accordion_images {
  position: relative;
}

.bg_card {
    background: #111111;
    border-radius: 8px;
    height: 100%;
    padding: 70px 40px;
    transition: .3 all ease;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.bg_card p {
    color: #fff;
}
.card_img1{
    background: url(../images/blockchain-game-development/action.webp);

    border-radius: 8px;
    background-size:100%;
    background-position:center;
    background-repeat: no-repeat;
}
.card_img2{
     background: url(../images/blockchain-game-development/casino.webp);
         background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.card_img3{
     background: url(../images/blockchain-game-development/board.webp);

         background-size:100%;
    background-position: center;
    background-repeat: no-repeat;
}
.card_img4{
     background: url(../images/blockchain-game-development/rpg.webp);

         background-size:100%;
    background-position: center;
    background-repeat: no-repeat;
}
.card_img5{
    background: url(../images/blockchain-game-development/mmorts.webp);

    border-radius: 8px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

    
.bac_img {
    position: absolute;
    width: 80%;
    z-index: -1;
}
.img_sec {
    position: absolute;
    z-index: -1;
    width: 20%;
    height: auto;
    left: -10%;
}
.img_sec2 {
    position: absolute;
    z-index: -1;
    width: 20%;
    height: auto;
    right: -10%;
}

.card_dark {
    background: #100F14;
    border-radius: 16px;
    padding: 32px 24px;
    height: 100%;
}
.tech_bg {
    background: url(../images/blockchain-game-development/hire-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    padding: 50px;
}

.ts-card{
    background: rgba(11, 10, 13, 0.5);
border: 1px solid rgba(174, 141, 231, 0.1);
border-radius: 8px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 18px;
height: 100%;
}

.bg_card .col-lg-8 {
    position: relative;
    z-index: 9;
}
.layer-bg {
    background: #000000bf;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.bg_card:hover .layer-bg {
    display: block;
}
@media (max-width: 991px) {
    .banner {
        background:linear-gradient(359.55deg, #050208 0.36%, #170057 99.61%);
    }
    .stats-container {
      display: grid;
      padding: 20px;
    }
    .img_sec{
       display:none !important;
    }
}
@media (max-width: 650px) {
    
    .section{
        padding: 10px;
    }
    h2 {
        font-size: 28px;
    }
    h3{
        font-size: 24px !important;
    }
    .h3{
        font-size: 24px !important;
    }
    .icnone img {
        display: none;
    }
    .tech_bg{
        background: none;
    }
    
}
