

/*/----------------------------BANNER - START--------------------------------*/
.banner_wrap {
    padding-top: 185px;
}
.gd_common_banner{
      height: 540px;
    background-position: center;
}
.home_banner_ctrl{
  background-image: url(../images/home/home-banner.webp?v1);
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;

}
.blockchain_game_sec{
  padding: 50px 0px;
}
.blockchain_game_sec .title{
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-weight: 800;
}
.blockchain_game_sec .contents{
line-height: 1.7;
}
.home_banner_ctrl .title{
  font-size: 35px!important;
  line-height: 50px;
}
@media(max-width: 991px){
  .home_banner_ctrl{
    height: initial;
    padding: 30px 0px;
    background: #070334;
    text-align: center!important;
  }
}

@media(max-width: 991px) and (min-width: 767px) {
  .blockchain_dapp_game_banner {
    display: flex;
    align-items: center;
    background: #070334;
    text-align: center!important;
    padding: 50px 0px;
  }
}
@media(max-width: 765px) {
  .home_banner_ctrl {
    height: 485px!important;
    padding: 0px;
  }
  .home_banner_ctrl .title{
    font-size: 23px!important;
    line-height: 35px;
  }
  .home_banner_ctrl .ban_btn, .blockchain_game_sec .ban_btn {
    width: fit-content;
    white-space: normal;
    font-size: 12px;
  }
  .blockchain_game_sec {
    text-align: center;
  }
  .blockchain_game_dev .blockchain_game_dev_btn {
    font-size: 12px!important;
  }
  .blockchain_dapp_game_banner {
    display: flex;
    align-items: center;
    background: #070334;
    text-align: center!important;
    padding: 50px 0px;
  }
  .blockchain_dapp_game_banner .banner_sec .title {
    font-size: 23px!important;
    line-height: 35px!important;
  }
  .blockchain_dapp_game_banner .banner_sec .blk_dapp_bnr_btn {
    font-size: 12px!important;
    padding: 8px!important;
  }
  .blockchain_dapp_game_banner .banner_list {
    margin-top: 10px!important;
    margin-bottom: 0px!important;
  }
  .blockchain_dapp_game_banner .banner_sec .contents {
    font-size: 18px!important;
  }
  .blockchain_dapp_game_services .title,
  .p2e_game_dev_services .p2e_game_service_leftsec .title {
    font-size: 25px!important;
    line-height: 30px!important;
  }
  .p2e_game_dev_services .p2e_game_service_leftsec .p2e_service_list {
    padding: 10px 0px!important;
  }
  .p2e_game_dev_services .p2e_game_service_leftsec, 
  .p2e_game_dev_services .p2e_game_service_rightsec {
    padding: 30px!important;
  }
  .move_to_earn_dev_sec .m2e_tab .m2e_tab_link {
    font-size: 12px!important;
    margin-right: 2px!important;
    padding: 7px 15px!important;
  }
  .move_to_earn_dev_sec .m2e_tab {
    justify-content: flex-start!important;
    display: flex!important;
  }
  .move_to_earn_dev_sec .m2e_dev_card_sec  {
    margin-top: 10px!important;
  }
  .p2e_game_dev_services .p2e_game_service_rightsec .sub_contents {
    min-height: 0px!important;
  }
}
.gd_titles {
    color: #fff;
    font-weight: 600;
    font-size: 19px;
}
.gd_heads {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
 
.gd_pad_ctrl{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.gd_sec_titles{
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: .5rem;
  font-weight: 600;
}
.gd_sec_titles, .gd_heads{
  text-transform: capitalize;
}
.gd_title_tagline {
    font-size: 16px;
    font-weight: 500;
    color: #e5e1f5;
}
.gd_desc, .gd_sec_desc,p{
  font-size: 16px !important;

}
.gd_sec_desc, .gd_title_tagline{

    margin-bottom: .5rem;
}

.gd_align_center{
  display: flex;
  align-items: center;
}
.text-white{
  color: #fff;
}
h1.common_banner_head {
    color: #fff;
    font-weight: 800;
    font-size: 55px;
    text-transform: uppercase;
     
    /* text-align: center; */
    margin: 0 auto;
    text-shadow: 0 4px 3px #3c13bb;
}
.common_banner_desc {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    
}
.ban_btn {
    background-color: #5f36e0;
    border: 0;
    border-radius: 0px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 15px;
    color: #fff!important;
}
@media(min-width: 991px) {
  .blockchain_dapp_game_banner {
    background-image: url(../images/home/banner-new.webp?v1);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    display: flex;
    align-items: center;
  }
}
.blockchain_dapp_game_banner .banner_sec {
  margin-top: 100px;
}
.blockchain_dapp_game_banner .banner_sec .title {
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 4px 3px #3c13bb;
  font-size: 35px;
  line-height: 50px;
  margin-top: 10px;
}
.blockchain_dapp_game_banner .banner_sec .contents {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
}
.blockchain_dapp_game_banner .banner_sec .blk_dapp_bnr_btn {
  background: #6e19c2 !important;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 15px;
  color: #fff!important;
  border: 1px solid #9e54ff;
  border-radius: 6px !important;
  position: relative;
  margin-bottom: 25px;
} 
.blockchain_dapp_game_banner .banner_sec .blk_dapp_bnr_btn:active,
.blockchain_dapp_game_banner .banner_sec .blk_dapp_bnr_btn:active:focus,
.blockchain_dapp_game_banner .banner_sec .blk_dapp_bnr_btn:focus {
  box-shadow: unset;
  border: none;
}
.blockchain_dapp_game_banner .banner_list {
  display: flex;
  align-items: center;
  background-image: linear-gradient(45deg,#231943,#130f1e);
  border: 1px solid rgba(139,124,172,.25);
  border-radius: 10px;
  padding: 5px 8px;
  text-align: left;
  margin: 15px 7px;
}
.blockchain_dapp_game_banner .banner_list .banner_count_sec {
  padding-left: 10px;
}
.blockchain_dapp_game_banner .banner_list .banner_count {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}
.blockchain_dapp_game_banner .banner_list .banner_count_title {
  color: #c2a9db;
  font-size: 15px!important;
  font-weight: 500;
  margin-bottom: 0px;
}
.blockchain_dapp_game_banner .banner_list .sprite_icons {
  width: 40px;
  height: 40px;
  object-fit: none;
}
.blockchain_dapp_game_services {
  padding-top: 50px;
  padding-bottom: 80px;
  background: #1a0e2b;
}
.blockchain_dapp_game_services .title {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  font-weight: 800;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
}

 .take_advantage_of_our_web3 {
    padding-top: 50px;
    padding-bottom: 80px;
    background: #1a0e2b;
}
.take_advantage_of_our_web3 .title {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    font-weight: 800;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
}
.take_advantage_of_our_web3 a {
  text-decoration: none;
}
.take_advantage_of_our_web3 .services_box {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    position: relative;
    padding: 20px;
    margin-top: 80px;
    background: #1a0e2b;
    border-radius: 10px;
    min-height: 210px;
    border-image-source: linear-gradient(to left, #ffffff00, #ffffff)!important;
    border-image-slice: 1!important;
    border: 3px solid #fff;
}

.take_advantage_of_our_web3 .services_box .sub_title {
    font-size: 20px;
    font-weight: 700;
    padding: 0px 10px;
    margin-bottom: 0px;
    margin-top: 10px;
    color: #fff;
    text-transform: capitalize;
}

.take_advantage_of_our_web3 .services_box .sub_content {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    font-weight: 300;
    padding-top: 8px;
    margin-bottom: 0px;
    color: #fff;
}

.features_of_our_blockchain_game_development {
    padding-top: 50px;
    padding-bottom: 80px;
    background: #fff;
}

.features_of_our_blockchain_game_development .title {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    font-weight: 800;
    text-align: center;
    color: #000;
    text-transform: capitalize;
}

.features_of_our_blockchain_game_development{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    flex-wrap: wrap;
}

.features_of_our_blockchain_game_development .box{
    position: relative;
   /* width: 320px;*/
   min-height: 249px;
    color: #fff;
    background: #111;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:20px;
    margin-bottom:20px;
    transition: 0.5s;
}

.features_of_our_blockchain_game_development .box:hover{
    transform: translateY(-20px);
}

.features_of_our_blockchain_game_development .box::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #ffbc00, #ff0058);
}

.features_of_our_blockchain_game_development .box::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #ffbc00, #ff0058);
    filter: blur(0px);
}
.features_of_our_blockchain_game_development .box::before,
.features_of_our_blockchain_game_development .box::after{
  background: linear-gradient(315deg, #6e19c2, #693af4);
}



.features_of_our_blockchain_game_development .box span{
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: rgba(0,0,0,0.6);
    z-index: 2;
}

.features_of_our_blockchain_game_development .box span::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,0.1);
    pointer-events: none;
}

.features_of_our_blockchain_game_development .box .content{
    position: relative;
    z-index: 10;
    padding: 20px 20px;
}

.features_of_our_blockchain_game_development .box .content h2{
    font-size: 2em;
    color: #fff;
    margin-bottom: 10px;
}

.features_of_our_blockchain_game_development .box .content p{
    font-size: 1.1em;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.4em;
}

.features_of_our_blockchain_game_development .box .content a{
    display: inline-block;
    font-size: 1.1em;
    color: #111;
    background: rgba(255,255,255,0.1);
    padding: 10px;
    text-decoration: none;
    font-weight: 700;
}

.features_of_our_blockchain_game_development .box .sub_title {
    font-size: 20px;
    font-weight: 700;
    padding: 0px 10px;
    margin-bottom: 0px;
    margin-top: 10px;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
}

.features_of_our_blockchain_game_development .box .sub_content {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    font-weight: 300;
    padding-top: 8px;
    margin-bottom: 0px;
    color: #fff;
}

.blockchain_dapp_game_services .services_box {
  align-items: center;
  /*cursor: pointer;*/
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  position: relative;
  padding: 20px;
  margin-top: 80px;
  background: #fff;
  border-radius: 10px;
  /*box-shadow: 2px 2px 5px 3px #ddd8ed;*/
  min-height: 210px;
}
.blockchain_dapp_game_services .services_box .services_hrf
{
  text-decoration: none;
}
.blockchain_dapp_game_services .services_box:hover .sub_title {
  transform: scale(1.1);
  transition:  0.8s ease;
}
.take_advantage_of_our_web3 .gd_title_tagline
{
  text-align: center;
}
.features_of_our_blockchain_game_development .gd_title_tagline
{
  text-align: center;
  color: #000;
}
.blockchain_dapp_game_services .services_box .sprite_icons {
  position: absolute;
  top: -60px;
  -webkit-transition: 0.8s ease;
  -moz-transition:  0.8s ease;
  transition:  0.8s ease;
}
.blockchain_dapp_game_services .services_box .sub_title {
  font-size: 20px;
  font-weight: 700;
  padding: 0px 10px;
  margin-bottom: 0px;
  margin-top: 10px;
  color: #000;
  text-transform: capitalize;
}
.blockchain_dapp_game_services .services_box .sub_content {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  font-weight: 300;
  padding-top: 8px;
  margin-bottom: 0px;
  color: #000;
}
.blockchain_dapp_game_services .services_box .sprite_icons {
  width: 100px;
  height: 100px;
  object-fit: none;
}
.p2e_game_dev_services {
  background: #fff;
}
.p2e_game_dev_services .p2e_game_service_leftsec {
  background-color: #2e0544;
  padding: 50px;
}
.p2e_game_dev_services .p2e_game_service_leftsec .title {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  font-weight: 800;
  text-align: left;
  color: #fff;
  text-transform: capitalize;
}
.p2e_game_dev_services .p2e_game_service_leftsec .contents {
  font-size: 16px;
  color: #fff;
  padding-top: 10px;
}
.p2e_game_dev_services .p2e_game_service_leftsec .p2e_service_list {
  font-weight: 600;
  font-size: 16px;
  padding: 20px 20px 20px;
  transition: 0.5s;
  color: #fff;
}
.p2e_game_dev_services .p2e_game_service_leftsec .p2e_service_list:hover {
  background: #27033b;
}
.p2e_game_dev_services .p2e_game_service_rightsec {
  padding: 50px;
}
.p2e_game_dev_services .p2e_game_service_rightsec .p2e_service_box {
  border: 1px solid #403e3d;
  box-shadow: 0 0 15px 3px rgb(0 0 0 / 20%);
  padding: 15px !important;
  position: relative;
  margin: 10px 0px;
}
.p2e_game_dev_services .p2e_game_service_rightsec .sub_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: capitalize;
}
.p2e_game_dev_services .p2e_game_service_rightsec .sub_contents {
  font-size: 14px!important;
  color: #000;
  font-weight: 500;
  padding-top: 8px;
  margin-bottom: 0px;
  min-height: 215px;
}
.p2e_game_dev_services .p2e_game_service_rightsec .sub_cont1 {
  min-height: 0px;
}
.p2e_game_dev_services .p2e_game_service_rightsec .btn_card_div {
  position: absolute;
  right: 0;
  border: 1px solid #403e3d;
  border-right: none;
  border-bottom: none;
  bottom: 0;
}
.p2e_game_dev_services .p2e_game_service_rightsec .btn_card_div .corner_box {
  padding: 2px 10px;
  font-weight: 500;
  position: relative;
}
.move_to_earn_dev_sec {
  padding: 50px 0px;
  background-color: #f4f3f1;
  position: relative;
}
.move_to_earn_dev_sec .title {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  font-weight: 800;
  text-align: left;
  color: #000;
}
.move_to_earn_dev_sec .m2e_tab {
  justify-content: flex-end;
}
.move_to_earn_dev_sec .m2e_tab .m2e_tab_link {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  margin-right: 5px;
  padding: 10px 18px;
  background-image: linear-gradient(to bottom,#6e19c2 20%,#6e19c3 50%)!important;
  border-radius: 25px;
}
.move_to_earn_dev_sec .m2e_dev_card_sec {
    margin-top: 30px;
    height: 385px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 40%;
    position: absolute;
    top: 164px;
    right: 121px;
}
.move_to_earn_dev_sec .m2e_dev_card {
  padding: 60px 0px;
}
.move_to_earn_dev_sec .m2e_dev_card_sec::-webkit-scrollbar {
  width: 5px;
}

.move_to_earn_dev_sec .m2e_dev_card_sec::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.move_to_earn_dev_sec .m2e_dev_card_sec::-webkit-scrollbar-thumb {
  background: #6e19c2;
  border-radius: 15px;
}

.move_to_earn_dev_sec .m2e_dev_card_sec::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.banner_cryptos_sprite{
  width: 70px;
  height: 70px;
  object-fit: none;
}
.banner_cryptos_sprite#eth_nw{
  object-position: 2px -2px;
}
.banner_cryptos_sprite#eos_nw{
  object-position: -72px -2px;
}
.banner_cryptos_sprite#tron_nw{
 object-position:-145px -2px;
}
.banner_cryptos_sprite#matic_nw{
  object-position: -228px -4px;
}
.banner_cryptos_sprite#cosmos_nw{
 object-position:-315px -4px;
}
 
.gd_supported_nwsec{
  background-image: url(../images/home/network-bg.webp);
  position: relative;
  z-index: 0;
  padding-bottom: 9px;
}
 
 
 
.gd_supported_nwsec:before{
content: '';
    position: absolute;
    width: 100%;
    height: 100%;
        background: linear-gradient(8deg, #f42f2ff7 -6%, #20153af2 85%);
}
.gd_supported_nwsec:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(4deg, #da4652 -3%, #20153a00 86%);
    top: -2px;
    z-index: -1;
    }

.gd_snw_box .gd_heads{
color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.gd_snw_box{
  text-align: center;
}
.gd_supported_nwsec .gd_titles{
margin-bottom: 12px;
    position: relative;
    z-index: 0;
    font-size: 16px;
}
.gd_supported_nwsec .gd_titles:before {
content: '';
    position: absolute;
    width: 25%;
    height: 100%;
    background: linear-gradient(29deg, #581b37 -6%, #3b1839 85%);
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    clip-path: polygon(9% 0%,91% 0%,100% 100%,0% 100%);
    border-top: 1px solid #8e3347;
  }

/*-0---------------------------------------------------ABOUT-----------------------------------------------------*/
.gd_homeabt_sec{
  
  background-image: url(../images/home/abt-bg.webp?v1);
  padding: 100px 0px;
  background-size: cover;
}
.gd_homeabt_sec .gd_content_wrap .gd_sec_titles, .gd_homeabt_sec .gd_content_wrap  .gd_sec_desc{
  color: #fff;

}

.gd_home_btns .btn {
border-radius: 0;
    font-weight: 500;
    min-width: auto;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    border: 0;
    margin-right: 10px;
}
.btn_purple {
  background-color: #5f36e0;
  color: #fff;
}
.btn_purple a{
  color: #fff;
}
.btn_purple a:hover{
  text-decoration: none;
}
/*-------------------------------------------BLOCKCHAIN DEVELOPMENT SERVICES----------------------------------*/
.blockchainserv_box .gd_heads {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 0!important;
}
.blockchainserv_box {
    text-align: center;
    background-color: #17161a;
    color: #fff;
    padding: 30px;
    border-radius: 8px;
    background-image: radial-gradient(circle at 49% 32%, #413d45,#15141a 100%);
}
.blockchainserv_box .gd_sublines {
    font-size: 21px;
        font-weight: 500;
}
.blockchainserv_box .gd_desc {
    margin-top: 13px;
    min-height: 215px;
}
.gd_blokchaindev_servsec .gd_title_tagline{
  color:#5f5b6b;
}
.blckdev_serv_sprite{
  width: 100px !important;
  height: 100px;
  object-fit: none;
  margin: 0 auto;
}

.gd_blokchaindev_servsec #dapp_game_services_owl .owl-nav .owl-prev,
.gd_blokchaindev_servsec #dapp_game_services_owl .owl-nav .owl-next {
     position: absolute;
    top: 40%;
        width: 30px;
    height: 40px;
    background: #b4ff01;
    font-size: 30px;
    display: grid;
    align-items: center;
    justify-content: initial;
    color: #17161a;
    padding-right: 2px !important;
    outline: none;
}
.gd_blokchaindev_servsec #dapp_game_services_owl .owl-nav .owl-prev {
  left: -15px;
}
.gd_blokchaindev_servsec #dapp_game_services_owl .owl-nav .owl-next {
  right: -15px;
}

.gd_blokchaindev_servsec #dapp_game_services_owl .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.gd_blokchaindev_servsec #dapp_game_services_owl .owl-dots button.owl-dot {
  width: 12px;
  height: 12px;
  /*border-radius: 50%;*/
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.gd_blokchaindev_servsec #dapp_game_services_owl .owl-dots button.owl-dot.active {
  background-color: #5f36e0;
}
.gd_blokchaindev_servsec #dapp_game_services_owl .owl-dots button.owl-dot:focus {
  outline: none;
}
/*---------------------------------------------SCOPE OF BLOCKCHAIN GAMING------------------------------------------*/
.gd_scope_sec{
    background-image: url(../images/home/scope-bg.webp?v1);
    background-color: #111112;
    background-size: contain;
    background-repeat: no-repeat;
}
.gdhome_scopehl {
    color: #ff2251;
    font-size: 16px;
}
.scopes_cases_ul{
  padding: 0;
  list-style: none;
}
.scope_case_box {
    display: flex;
    align-items: center;
    border: 1px solid #ff2d2d5c;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 27px;
    background-color: #190c0c;
    box-shadow: 0 8px 21px -17px #ff1414;
}
.gdscope_highlblue{
    color: #06f3ff;
}
.scopesec_sprite {
  width: 40px;
  height: 40px;
  object-fit: none;
}
.scope_case_box .gd_desc{
  font-weight: 500;
      margin-left: 7px;
}

/*---------------------------------------------GAMES COMPARISION SEC-------------------------------------------------*/
 
.games_comparision_sec {
    /*background-color: #7211fd;*/
    min-height: 490px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.games_comparision_sec::before {
    position: absolute;
     /*background-image: url(../images/home/shadow.jpg);*/ 
    width: 100%;
    height: 100%;
    top: 0;
    content: ' ';
    opacity: .88;
    background-position: top center;
    background-size: cover;
    display: block;
}
.games_compare_ul{
  padding: 0;
  margin: 0;
}
li.games_compare_li {
  color: #fff;
    list-style: none;
    margin-bottom: 15px;
}
.games_compare_li_head .games_compare_head{
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 17px;
}
.games_compare_li .gd_desc{
  font-size: 16px;
}
.gd_cmpare_greybg{
  background-color: #3c3a42;
}
.gd_cmpare_purplebg {
    background-color: #5f36e0;
}
.games_compare_li_head{
  padding: 10px 22px;
  list-style: none;
}
.gd_compare_box {
    padding: 35px 22px;
    position: relative;
    z-index: 0;
    min-height:  460PX;
}
.games_comparision_sec [class^=col-]{
  padding: 0;
}
.game_cmp_trad{
  background-image: url(../images/home/traditional-bg.webp);
}
 
.game_cmp_blck {
    background-image: url(../images/home/blck-bg.webp);
    background-size: cover;
    position: relative;
}
.gd_compare_box li{
font-weight: 500;
padding: 9px 10px;
    display: flex;
        border-radius: 3px;
    align-items: center;
}
.game_cmp_trad .games_compare_li  {
    background-color: #00000052;
    border: 1px solid #1f1f1f;
}
.game_cmp_blck .games_compare_li {
    background-color: #0d052566;
    border: 1px solid #2b204c;
}

.game_cmp_blck:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(105,49,249,0.1);
}
.game_cmp_trad .gd_compare_box:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(27 23 41 / 57%);
    left: 0;
    top: 0;
    z-index: -1;
}
.game_cmp_trad .games_compare_li .gamecmp_sprite {
width: 35px;
    height: 35px;
    object-fit: none;
    background-color: #ffaeae14;
    
    border-radius: 3px;
    border: 1px solid #ff3939;
    margin-right: 10px;
}
.game_cmp_blck .games_compare_li .gamecmp_sprite {
width: 35px;
    height: 35px;
    object-fit: none;
    background-color: #c0ffae21;
    border-radius: 3px;
    border: 1px solid #3fc159;
    margin-right: 10px;
}
 

.supported_blcknws#gdhome_blnwrks:before {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    height: 100%;
    background-image: radial-gradient(circle at 51% -41%,#9266ff,#7021dcc2 57%);
    z-index: -1;
}

/*--------------------------------------------DEVELOPMENT CYCLE SEC-------------------------------------------------*/
.blockchain_game_dev {
  padding: 30px 0px;
  background: #2e0544;
}
.blockchain_game_dev .title {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-weight: 800;
  color: #fff;
}
.blockchain_game_dev .contents {
    font-size: 16px;
    font-weight: 500;
    color: #e5e1f5;
    padding-top: 10px;
    text-align: justify;
}
.blockchain_game_dev .blockchain_game_dev_btn {
  border: 0;
  border-radius: 0px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 15px;
  color: #fff!important;
  background: linear-gradient(125deg, #e529f7, #a22bfe);
  border-radius: 7px;
}
.dapp_devcycle_sec{
        background-image: radial-gradient(circle at 50% 50%, #1b0e2a,#1a0e2b 79%);
    position: relative;
    background-color: #1a0e2b;
    
}

.perks_sec{
  background:#2e0544;
  padding:60px 0px;
}
.perks_sec .title {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    font-weight: 800;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
}
.perks_sec .gd_title_tagline{
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.perks_sec .box{
    background: #fff;
    text-align: center;
    margin-top: 20px;
    padding: 20px; 
    min-height: 220px; 
}
.perks_sec .box .sub_title {
    font-size: 20px;
    font-weight: 700;
    padding: 0px 10px;
    margin-bottom: 0px;
    margin-top: 10px;
    color: #000;
    text-transform: capitalize;
    text-align: center;
}
.perks_sec .box .sub_content {
    font-size: 1.1em;
    color: #000;
    margin-top: 10px;
    line-height: 1.4em;
}
/*.dapp_devcycle_sec:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    background-image: url(../images/home/dev-cycle-bg.jpg);
    top: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.08;
}*/
.dapp_devcycle_box .gd_desc{
  color: #fff;
}
.dappdevcyc_count {
    color: #fff;
    background-color: #5f36e0;
    width: 40px;
    height: 30px;
    font-size: 20px;
    /* padding: 21px; */
    position: absolute;
    text-align: center;
    font-weight: 600;
    right: 8px;
    top: 5px;
    padding: 0px;
    z-index: 1;
}
.dapp_devcycle_box {
    background-color: #151519;
    padding: 15px;
    display: flex;
    align-items: center;
}
.dapp_devcycle_box .gd_desc {
    color: #fff;
    margin-left: 8px;
}
.dapp_devcycle_box:nth-child(2){
  margin-top: 30px;
}
/*.dappdevcyc_count:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #5f36e0;
    content: '';
    z-index: -1;
}*/


/*---------------------------------------------dApp functionality sec-------------------------------------------------*/
.dapp_functionality_sec {
/*background-color: #202028;*/
}

 .serv_tab_btn {
    background-color: transparent;
    border: 0;
    color: #c8c8cc;
    font-weight: 500;
    cursor: pointer;
    padding: 0;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 14px;
    text-align: center;
    justify-content: center;  
}
 .serv_tab_btn:focus{
  outline: 0;
}
 

.tab_content_wrap {
  background-color: #5f36e0;
  padding: 35px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 8px;
}
#logic_function .gd_desc, #logic_function .gd_heads, #blockchain_function .gd_heads, 
#blockchain_function .gd_desc, #dapp_function .gd_heads, #dapp_function .gd_desc{
  color: #fff
}
 #logic_function .tab_content_wrap{
background-image: url(../images/home/logic-based-smart-contracts.webp);
 }

#dapp_function .tab_content_wrap{
background-image: url(../images/home/dapp-games.webp?v2);

 }

#blockchain_function .tab_content_wrap{
background-image: url(../images/home/blockchain-based-games.webp?v2);

 }

.gd_desc p{
  margin-bottom: 0;
  font-size: 17px;
}
.gd_home_uls [class^=col-]{
  padding:0px 10px;
}
.fn_tabs_li:nth-child(1){
  margin-top: 0px;
}
.fn_tabs_li {
    background-color: #190a4657;
    padding: 10px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.fn_tabs_li img{
  margin-right: 5px;
}
.gd_home_uls{
  margin-top: 15px;
}
.dapp_functionality_tab [class^=col-]{
  padding: 10px;
}
#myTabs .serv_tab_btn.active {
  z-index: 0;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 12px 0px;
  color: #fff;
  display: contents;
}
#myTabs .serv_tab_btn.active:before{
    background-color: #4821c1;
    content: '';
    width: 96%;
    height:80%;
    top: 7px;
    left: 10px;
    right: 0;
    position: absolute;
    z-index: -1;
    transform: skewX(-20deg);
}
#myTabs  .col-md-4{
    position: relative;
    z-index: 1;
    align-items: center;
    display: flex;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
}
.serv_tab_btn p{
  margin-bottom: 0;
  text-decoration: none;
}
.fn_tab_fucntion a {
  text-decoration: none;
  color: #fff;
}
#myTabs .col-md-4:before{
background-color: #17161a;
    content: '';
    width: 95%;
    height: 80%;
    top: 7px;
    left: 10px;
    right: 0;
    position: absolute;
    z-index: 0;
    transform: skewX(-20deg);
    z-index: -1;
}

.serv_tab_btn.active.show:before{
      background-color: #4821c1;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  transform: skewX(-20deg);
}
.serv_tab_btn.active.show{
   position: relative;
  transition: 0.2s;
  width: 100%;

}
 
.functionality_sprite{
  width: 35px;
  height: 35px;
  object-fit: none;
 
}

.function_tab_img{
  width: 26px;
  height: 26px;
  object-fit: none;
  z-index: 2;
  position: relative;
  display: inline-block;
  margin-right: 4px;
}
.fn_tabs_li .gd_desc{
  font-weight: 500;
}

/*------------------------------------------------------TECHNOLOGY STACK------------------------------------------*/
.gd_techstack{
      background-color: #131315;
}
.tech_row {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 30px 30px;
    background-size: cover;
    color: #fff;
    background-position: center;
}
.port_download_sec{
  padding: 0px 30px;
}
.game_stack_bg{
  background: linear-gradient(
100.14deg
, #30916D 0.68%, #121A17 102.82%);
}
#modal_sub_but{
  background: #192F21;
    color: #fff;
}
.crypt_stack_bg{
  background-image: url(../images/home/crypt-stack-bg.webp);
}
.gd_techstack .tech_row .gd_title_tagline{
  font-size: 16px;
}
.gd_gamestacks .gd_heads{
  font-size: 20px;
}
 
button.gd_home_btns  {
    
    border-radius: 0;
    border: 0;
    outline: 0;
    font-size: 16px;
    font-weight: 500;
    margin-top: 0.5rem;
    padding: 6px 15px;
}
ul.gd_techs_ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
li.gd_techs_li {
    display: inline-block;
    text-align: center;
    padding: 12px;
}
.gdtech_img_box{
    width: 70px;
    height: 70px;
    position: relative;
    text-align: center;
    border-radius: 4px;
    margin:0 auto;
    box-shadow: 0 7px 8px -2px #09063cb0;
    background : linear-gradient(0deg, rgba(53, 19, 156, 1) 0%, rgba(61, 23, 176, 1) 34.78%, rgba(79, 31, 224, 1) 100%);;
     margin-bottom: 10px;
  }
.gdtech_img_box:before {
    position: absolute;
    content: '';
    width: 94%;
    height: 45%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) -19%, rgba(255, 255, 255, 0) 92%);
    left: 2px;
    /* right: auto; */
    margin: 0 auto;
    top: 2px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.gd_techs_li .gd_desc{
  font-weight: 500;
}
.techno_stack_sprite {
    width: 70px;
    height: 75px;
    object-fit: none;
}
/*----------------------------------------------------------FAQ-----------------------------------------*/

#faq_loadMore,#faq_loadless{
    background: #fff;
    padding: 5px !important;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    border-radius: 8px;
    width: max-content;
    margin: 20px auto 0px auto;
}
.gdhome_faq .content {
  width: 80%;
  padding: 20px;
  margin: 0 auto;
  padding: 0 60px 0 0;
}

.gdhome_faq .centerplease {
  margin: 0 auto;
  max-width: 270px;
  font-size: 40px;
}

.gdhome_faq .question {
    color: #fff;
    position: relative;
    margin: 0;
    padding: 17px 10px 17px 50px;
    display: block;
    width: 100%;
    cursor: pointer;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 500;
}

.gdhome_faq .answers {
     color: #ffffff;
    padding: 0px 0px 0px 50px;
    background: #373740;
     
    
    height: 0;
    overflow: hidden;
    z-index: 0;
    position: relative;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.gdhome_faq .questions:checked ~ .answers{
  height: auto;
  opacity: 1;
  padding: 17px 10px 17px 50px;
}

.gdhome_faq .plus {
color: #fff;
    position: absolute;
    margin-left: 3px;
    margin-top: -29px;
    z-index: 5;
    font-size: 2em;
    line-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    right: 0;
    margin-right: 52px;
}

.gdhome_faq .questions:checked ~ .gdhome_faq .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.gdhome_faq .questions {
  display: none;
}

.gdhome_faq .sbb-serv-sprite {
    object-fit: none;
    width: 60px;
    height: 60px;
}
.gdhome_faq .sbb-bt-sprite{
    object-fit: none;
    width: 80px;
    height: 80px;
}
.gdhome_faq .sbb-yt-sprite{
    object-fit: none;
    width: 50px;
    height: 50px;
}
.gdhome_faq .sbb_bts_sec{
    background-color: #fafafa;
    padding-bottom: 40px;
}
.faq .question{
     background : linear-gradient(90deg, rgba(10, 10, 13, 1) 0%, rgba(16, 16, 21, 1) 18.07%, rgba(24, 24, 32, 1) 57.86%, rgba(27, 27, 36, 1) 100%);
  border-style : Solid;
  border-color : #363651;
  border-color : rgba(54, 54, 81, 1);
  border-width : 1px;
 
  border-radius : 3px;
}
.gdhome_faq{
  background-color: #111112;
}

.move_to_earn_dev_sec .card{
  background: transparent;
  margin-top: 40px;
}

@media(min-width: 991px) {
  .move_to_earn_dev_sec .card .card-body {
    padding: 1.25rem 0;
  }
}

.move_to_earn_dev_sec .nav-tabs .nav-link{
  border:1px solid #6e19c2!important;
  border-radius: 25px;
  color: #000;
  font-weight: 700;
}
.move_to_earn_dev_sec .nav-tabs .nav-item.show .nav-link, 
.move_to_earn_dev_sec .nav-tabs .nav-link.active{
  background: #6e19c2;
  color: #fff;
}
.move_to_earn_dev_sec .nav-tabs .nav-item{
  margin:5px;
}
  .move_to_earn_dev_sec .nav-tabs{
    border-bottom: none;
  }

  .move_to_earn_dev_sec .nav-tabs {
    display:none;
}

@media(min-width:768px) {
    .move_to_earn_dev_sec .nav-tabs {
        display: flex;
    }
    
    .move_to_earn_dev_sec .card {
        border: none;
    }

    .move_to_earn_dev_sec .card .card-header {
        display:none;
    }  

    .move_to_earn_dev_sec .card .collapse{
        display:block;
    }
}

@media(max-width:767px){
    .move_to_earn_dev_sec .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }
}
@media(max-width: 767px){
  .move_to_earn_dev_sec .card-header{
    background-color:#6e19c2;
    
  }
  .move_to_earn_dev_sec .card-header a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
  }
  .move_to_earn_dev_sec .move_to_earn_dev_sec .card{
    margin-top: 20px;
  }
  .move_to_earn_dev_sec [aria-expanded="true"] i {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            transform: rotate(180deg);
        }
}
