/*@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');*/

/* @import url('https://fonts.googleapis.com/css2?family=Freckle+Face&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Skranji&display=swap');
:root{
    --mainWhite:#fff;
    scrollbar-color: #8b5e3b transparent;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.label-default{
    padding: 3px 9px;
    background-color: silver;
    border-radius: 15px;
}
.label-warning{
    padding: 3px 9px;
    background-color: #edac33;
    border-radius: 15px;
}
.token-select{
    height: 38px;
    width: 125px;
}
html,
body {
    width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    height: 100%;
    padding: 0;
    margin: 0;
}
.vld-overlay .vld-background {
    background: transparent !important;
  }
.unstacked_section .vld-overlay .vld-icon svg {
   stroke: var(--mainWhite) !important;
  }


#app {
    height: 100%;
}

body {
    background: url('../images/dashboard_bg.png') no-repeat;
    background-size: 100% 140%;
    background-position: 100% 39%;
    width: 100%;
    height: 100vh;
    font-family: 'Skranji', cursive !important;
    transition: all .3s ease;
}
.page_bg {
    background: url("../images/ptanhi_wild_west_theme.png") no-repeat;
    height: 100%;
    width: 100%;
    background-size: cover;
    /* font-family: CarnevaleeFreakshow !important; */
  }


  /*======== Global Css Start ============*/
  @font-face {
    font-family: WesternBangBang-Regular;
    src: url('../css/WesternBangBang-Regular.ttf');
}

.modal-dialogs .modal-frame{
 height: auto !important;
  background: url("../images/wood-frame.png") no-repeat center !important;
  background-size: 100% 100% !important;
 
}

.btn-outline {
    border: 1px solid #ddd !important;
    color: #fff;
    padding: 0px 14px;
    font-size: 14px;
    width: 100%;
    transition: all 0.4s;
    background: transparent !important;
  }
  .btn-outline:hover {
    color: #fff !important;
    background: green !important;
    border: 1px solid green  !important;
  }

/* .carnivalsFont{
    font-family: CarnevaleeFreakshow !important;
} */
.stick {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .stick img {
    width: 38px;
  }
.text-default{
    color:#fff;
}
.text-glow{
    color:#28A745;
}
.text-gray{
    color:#959090;
}
.selected-img{
    border: 3px solid #fff;;
    /* padding: 4px; */
    border-radius: 0px;
    display: inline-block;
    height: 100%;
    -moz-box-shadow: 0px 1px 20px 0px #fff;
        -webkit-box-shadow: 0px 1px 20px 0px #fff;
        box-shadow: 0px 1px 20px 0px #fff;
}
.img-frame {
    background: url("../images/box.png") no-repeat center;
    background-size: 100% 100%;
    height: 100%;
    padding: 10px;
    cursor: pointer;
  }
  .img-frame img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    max-height: 150px;
    padding: 3px 0;
    border-radius: 8px;
  }
  .wood-card-frame {
    background: url("../images/card-frame.png") no-repeat center;
    background-size: 100% 100%;
    height: 200px;
    width: 124px;
    margin: auto;
    padding: 10px;
    cursor: pointer;

  }
  .pos-abs{
    position: absolute;
  }
  .wood-card-frame .card_images {
    aspect-ratio: 3/2;
    object-fit: initial;
    height: 100%;
    padding: 1px 5px;
    border-radius: 6px;
    width: 100%;
  }

  .craft-card .wood-card-frame img {
    padding: 12px 13px;
  
  }
 .scrollbar::-webkit-scrollbar {
    display: none;
  }
  
  /* Track */
  .scrollbar::-webkit-scrollbar-track {
    background: #8b5e3b;
  }
  
  /* Handle */
  .scrollbar::-webkit-scrollbar-thumb {
    background: #8b5e3b;
  }
  
  /* Handle on hover */
  .scrollbar::-webkit-scrollbar-thumb:hover {
    background: #8b5e3b;
  }

input:focus{
    outline: none !important;
    box-shadow: none !important;
}

body::-webkit-scrollbar {
    width: 10px;
}

.miniscreen_scrollbar::-webkit-scrollbar {
    width: 10px;
}

.top-label {
    position: absolute;
    top: -37px;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .top-label .inventory-label {
    width: 230px;
    margin: auto;
    position: relative;
  }
  .loader-con{
    height: 24px;
        position: relative;
        top: 57px;
  }
  .top-label .inventory-label h3 {
    position: absolute;
    top: 23px;
    left: 0;
    width: 100%;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #351e19;
    font-family: 'Skranji', cursive !important;
  }

  .top_btns {
    position: absolute;
    top: -39px;
    left: 37px;
    z-index: 2;
    display: flex;
  }
  .top_btns a {
    height: 85px;
  }
  .top_btns .inventory_btn img {
    width: 70px;
  }
  
  .top_btns .inventory_btn h4 {
    color: #d09e60;
    font-size: 15px;
  }
  .bottom_btn {
    top: 16px;
    /* left: ÷-6px; */
    position: relative;
  }
  
  .bottom_btn a {
    margin: auto;
    position: relative;
    display: block;
    height: 52px;
  }
  .bottom_btn .stake_btn {
    width: 106px;
  }
  .bottom_btn .unstake_btn {
    width: 170px;
  }
  .bottom_btn img {
    height: 100%;
  }
  .bottom_btn h5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 12px 0;
    color: #c6965e;
    text-transform: uppercase;
    font-family: 'Skranji', cursive !important;
  }

  .left-side-wrapper .row .wood-card-frame img {
    padding: 1px 5px !important;
    width: 100%;
    
  }
  .right-side_content .img-frame img{
    padding: 4px;
    border-radius: 15px;
    height: 100%;
  }
  .right-side_content .char-card-img .img-frame{
    height: 143px;
    width: 100px;
    margin: auto;
    position: relative;
  }
  .right-side_content .char-card-img img{
    padding: 2px;
    border-radius: 0; 
  }

/* Handle */
.selected-card{
    border: 1px dotted #fff;
}
body::-webkit-scrollbar-thumb {
    background: var(--linear-gradient);
    filter: var(--filterShadow);
    border-radius: 10px;
    backdrop-filter: blur(20px);
    border-radius: 10px;
}
.w-60{
    width: 60%;
}

/* Handle on hover */

body::-webkit-scrollbar-thumb:hover {
    background: #EEAC33;
}

a {
    text-decoration: none !important;
}

.bitter-font {
    font-family: 'Bitter', serif;
}

.input-field {
    width: 328px;
    margin: auto;
}
 ul li {
     list-style: none;
 }

 .left_side {
    /* background: red; */
    height: 390px;
    /*overflow: auto;*/
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 20px 0 5px;
    width: 100%;
    margin-top: 45px;
  }

  .main_inventory {
    margin-top: 160px;
    text-align: center;
    /* overflow: hidden; */
    height: 600px;
  }
  
  .main_inventory .img_main {
    width: 78%;
    text-align: center;
    margin: 0 auto;
  }
  .inventory-card .inventory_img.wood-card-frame{
   width: 100%;
   height: 100%;
  }

  /*======== Global Css End ============*/

/* ************===== Animation  ====**********************/
.animation-bottom {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-44%, -50%);
    transition: all 0.3s ease-in-out 0s;
    z-index: 2;
}
.animation-bottom i{
    font-size: 23px;
    color: var(--mainWhite);
}
.stake_section .left_side .inventory_img:hover .animation-bottom ,
 .craft-card .wood-card-frame:hover .animation-bottom {
    top: 50%;
    left: 50%;
    opacity: 1;
}
.fadeIn-bottom {
    top: 80%;
}
.craft-card .wood-card-frame  .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 6px !important;
}
.stake_section .left_side .inventory_img:hover .content-overlay ,
 .craft-card .wood-card-frame:hover .content-overlay {
    opacity: 1;
}


/* ************===== Animation End  ====**********************/
/* =========== new project code=============== */

#main-header {
    /*background: url(../images/navbar_bg.png) repeat-x center top;
    z-index: 1001;
    height: 6.33333rem;
    margin-top: 1.66667rem;
    position: relative;*/
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.site_logo {
    margin-top: 12px;
}

.navbar-nav {
    margin-top: 0.8rem;
}

.navbar-nav .nav-link {
    font-family: 'Skranji', cursive !important;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-right: 2.66667rem;
    padding: 0px !important;
    color: var(--mainWhite);
}

.navbar-nav .nav-link:hover {
    color: #EEAC33;
}

.modes_heading,
.modes_options,
.modal-header {
    font-family: 'Skranji', cursive !important;
}

.mode-hover-effect img {
    transition: transform .3s;
}

.mode-hover-effect:hover img {
    transform: scale(1.03);
}

.mode-hover-effect:hover h2 {
    color: #EEAC33;
}

.dpd-item {
    color: #000000;
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #cccccc;
}

.dpd-item:hover {
    color: #EEAC33;
}


/*==== Modal Scroll Start  =====*/

.modal-scroll {
    overflow-y: auto;
    overflow-x: hidden;
    height: 413px;
    padding: 0 10px;
}

.modal-scroll::-webkit-scrollbar {
    width: 4px;
}

.modal-scroll::-webkit-scrollbar-thumb {
    background: transparent;
    height: 2px !important;
    border-radius: 20px;
}

.modal-scroll:hover::-webkit-scrollbar-thumb {
    background: #EEAC33;
}

.modal-scroll::-webkit-scrollbar-thumb:hover {
    background: #7b61ff;
}

.modal-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-right: none;
    border-left: none;
}

.modal-scroll::-webkit-scrollbar-track-piece:end {
    background: transparent;
    margin-bottom: 22px;
}

.modal-scroll::-webkit-scrollbar-track-piece:start {
    background: transparent;
    margin-top: 22px;
}


/*==== Modal Scroll End  =====*/


/*============  Attack page =================*/

.main_cart {
    width: 75%;
    margin: 0 auto;
    border: 2px solid #EEAC33;
    /*height: 450px;*/
}

.weapon_cart {
    text-align: center;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--mainWhite);
}

.weapon_cart .weapon-cart--img {
    height: 100%;
    padding: 10px;
}

.attack_btn a:hover,
.attack_btn button:hover {
    transform: scale(1.1);
}

.attack_btn a,
.attack_btn button {
    transition: transform .3s;
    padding: 12px 50px;
    background: #EEAC33;
    color: #000000 !important;
    font-weight: bold;
    border-radius: 8px;
    display: inline-block;
    border: none;
}


/*============  End Attack page =================*/


/*============  Adventure Reward  Page Start =================*/

/* CSS */
.map-label {
    padding: 5px 5px;
    border: none;
    outline: none;
    color: rgb(255, 255, 255);
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    /* border-radius: 10px; */
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}
.wooden-bg{
    background: url('../images/wooden.jpeg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.map-label:before {
    content: "";
    background: linear-gradient(45deg,
            #ff0000,
            #ff7300,
            #fffb00,
            #ffb300,
            #84653c,
            #fcf686,
            #ff0000);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing-map-label 20s linear infinite;
    transition: opacity 0.3s ease-in-out;
    /* border-radius: 10px; */
}

@keyframes glowing-map-label {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.map-label:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #222;
    left: 0;
    top: 0;
    /* border-radius: 10px; */
}
.adv-bg {
    background: url('../images/advanture-mode.jpeg') no-repeat center;
    height: 100vh;
    /* position: fixed;
    top: 0;
    left: 0;
    right: 0; */
    background-size: cover;
}

.adv-content {
    width: 50%;
    height: 100%;
    margin: auto;
}

.reward-time {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}


/*============  Adventure Reward  Page End  =================*/


/*============= Modal Css==========*/

.modal-wrapper {
    margin: 130px 0px 0 0;
}

.modal-backdrop {
    background-color: rgb(0 0 0 / 65%) !important;
}

.modal-wrapper .modal-content {
    /*opacity: 0.9;*/
    text-align: center;
    margin: auto;
    padding: 70px 20px;
    background: rgb(0 0 0 / 52%) !important;;
    border-radius: 46px !important;
    border-width: initial !important;
    border-style: none !important;
    border-color: initial !important;
    border-image: initial !important;
    border: 3px solid #EEAC33 !important;
    height: 350px;
}

.modal-xs {
    width: 35vw !important;
}

.modal-wrapper .modal-dialogs .modal-content .close-modal {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 1;
    font-size: 40px !important;
    color: var(--mainWhite);
    font-family: 'Skranji', cursive !important;
}

.modal-title {
    color: var(--mainWhite);
    font-family: 'Skranji', cursive !important;
}


/*============= End Modal Css==========*/

/*============  Market Page Start  =================*/
.shop-bg{
    height: 70%;
    overflow: scroll;
    margin-top: 120px;
    overflow-x: hidden;
}
.shop-bg .main-content-wrapper .card_img img{
aspect-ratio: 1/1;
object-fit: contain;

}
.shop-bg .main-content-wrapper .card_img {
    margin: 0px 0;
}
.shop-bg .main-content-wrapper .card_img video{
    position: inherit;
    width: 56%;
    height: auto;
}
.main-content-wrapper .vld-icon svg{
 stroke: #fff;
}

.shop-bg .bi-info{
    color: var(--mainWhite);
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-bg .card_footer .qty-input{
    width: 80%;
    margin: auto;
}


.shop-bg .card_footer .qty-input input{
    border-radius: 1.25rem;
}


.filter-wrapper .from-group:not(:first-child) {
    margin: 35px 0;
}

.filter-wrapper .filter-title {
    color: #d9dbe2;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.filter-wrapper .input-filter {
    background: var(--primaryColor);
    border-radius: 50px;
    border: 3px solid #EEAC33;
    color: var(--mainWhite);
    padding: 8px 20px;
    text-transform: capitalize;
    width: 90%;
}
.input-filter:focus{
    background: var(--primaryColor) !important;
    outline: none;  
}
.filter-wrapper .input-filter::placeholder {
    text-transform: capitalize;
    color: var(--mainWhite);
}

.filter-wrapper .price-filter input {
    width: 40%;
}

.filter-wrapper .search-icon,
.filter-wrapper .caret-down {
    position: absolute;
    top: 55px;
    right: 52px;
}
.filter-wrapper .list-wrapper .schema-list {
    max-height: 250px;
    min-height: 41px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    border: 3px solid #EEAC33;
    width: 90%;
    padding: 0;
    overflow-y: scroll;
}
.list-wrapper .schema-list a {
    padding: 6px 15px;
    display: block;
    width: 100%;
    color: var(--mainWhite);
}
.list-wrapper .schema-list li:hover {
    background: #01253d;
    transition: background 0.4s ease-in;
}

.schema-list::-webkit-scrollbar {
    width: 4px;
    /* display: none; */
}

.schema-list:hover::-webkit-scrollbar-thumb {
    background: #766640;
    height: 2px !important;
    border-radius: 20px;
}

    /* Handle on hover */

.schema-list::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-right: none;
    border-left: none;
}

.schema-list::-webkit-scrollbar-track-piece:end {
    background: transparent;
    margin-bottom: 8px;
}

.schema-list::-webkit-scrollbar-track-piece:start {
    background: transparent;
    margin-top: 8px;
}

.market-card{
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    border: 3px solid #EEAC33;
    padding: 6px 8px 12px;
    width: 100%;
    margin-bottom: 20px;

}

.market-card .card-content p{
    color: var(--mainWhite);
}
.market-card .card_header{
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    margin-top: 4px;
}
.card_price{
    font-size: 12px;
    font-weight: bold;
}
.card_header .card-id{
    background: #01253d;
    border-radius: 25px;
    color: var(--mainWhite);
    padding: 3px 8px;
}
.card_header .info_btn{
    background: transparent;
    border: 2px solid var(--mainWhite);
    width: 23px;
    height: 23px;
    border-radius: 50px;
    position: absolute;
    right: 0;
    top: 2px;
}
.card_header .info_btn span{
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mainWhite);
}

.card-content .card_title{
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.card-pricing .wax-logo{
    width: 20px;
}

.card-pricing .price-usd{
    color: #d9dbe2;
    font-size: 14px;
}

.card_footer .btn{
    display: block;
    width: 80%;
    padding: 6px 20px;
    margin: auto;
    margin-top: 8px;
}

 .btn-rounded{
    background: #ab6334 !important;
    border: 3px solid #b48026;
    border-radius: 50px !important;
    color: var(--mainWhite) !important;
    text-transform: capitalize;
    transition: all .4s ease-in-out;
}
 .btn-rounded:hover{
    background: #9e5829 !important;
    color: var(--mainWhite) !important;
}

.card-info {
    /* height: 327px; */
    padding: 12px 0px;
}

.card-info ul li{
    color: var(--mainWhite);
    text-transform: capitalize;
}
.card-info ul li span {
    float: right;
    text-transform: capitalize;
}
.wbx_btn{
    background: #585757;
    padding: 2px 18px;
    display: flex;
    align-items: center;
}  
.wbc_btn{
    background: #E5924C;
    padding: 2px 18px;
    display: flex;
    align-items: center;
} 
.optionl_img {
    position: absolute;
    top: 0;
    left: 0;
}
/*============  Market Page End  =================*/


/*============  Media Queries Start  =================*/
@media (max-width: 992px){
    .wood-card-frame{
        width: 130px;
        padding: 10px 10px 10px 0px;
    }
    .modal-xs {
        width: 60vw !important;
    }
    .modal-wrapper {
        margin: 80px 0px 0 0;
    }
    body{
        background-size: cover;
        background-position: left;
    }
}
@media (max-width:768px) {
    .shop-wrapper {
        margin-top: 30% !important;
    }
    .shop-bg .main-content-wrapper .card_img{
        text-align: center;
    }
    .left_side{
        margin-top: 100px;
        height: 570px;
    }
    .wood-card-frame{
        width: 100%;
        height: auto;
        background: none;
        padding: 10px 0px !important;
    }
    .nftInner{
        width: 100%;
        display: inline-block;
    }
    .wood-card-frame .card_images {
        aspect-ratio: 1/1.3;
        /* width: 120px; */
        height: 185px;

    }
    .top_btns{
        left: 10px;
        top: 50px;
        /* flex-direction: column; */
    }
    .top_btns a{
        margin-right: 30px !important;
    }
    .top_btns .inventory_btn img {
        width: 50px;
    }
    .page_bg{
        overflow: auto;
    }
    .modal-xs{
        width: 80vw !important;
    }
    .modal-wrapper {
        margin: 20px 0px 0 0;
    }
    .inventory-card .inventory_img.wood-card-frame{
        z-index: 9;
        height: auto;
    }
    .user_profile{
        width: 45% !important;
    }
    .navbar-nav .dropdown-menu{
        position: absolute !important;
        z-index: 999 !important;
        right: 0 !important;
        top: 25px !important;
    }
    .navbar-nav .nav-link{
        width: 100%;
        text-align: center;
    }
    .navbar-nav{
        background: #895429;
        padding: 20px;
    }
    .navbar{
        padding: .5rem 0rem !important;
    }
    .img_main{
        width: 100% !important;
    }
    .singleImg_prev .card_images{
        width: 30% !important;
        position: relative;
        left: inherit;
        top: inherit;

    }
    .right_border{
        border-bottom: 3px solid #ffffff;
    }
    .bank_data_details span{
        width: 100%;
        display: inline-block;
        margin-top: 10px;
    }
    .shop-bg .main-content-wrapper .card_img video{
        height: 100%;
    }
    .scrollbar::-webkit-scrollbar {
        display: block;
        width: 20px;
    }
    .scrollbar::-webkit-scrollbar-thumb {
        background: #eeac33;
    }
}

@media (max-width:1264px) {
  #main-header  .wood-ribbon a {
        padding: 5px 31px 0 12px !important;
        
    }
}
/*============  Media Queries End  =================*/




/* =========== End new project code=============== */