/* Index Twenty Two */
.navbar {
    margin-top: 0px !important;
    background-color: #fff;
}

.crypto_slider_main .swiper-slide{
    height: 100vh;
}

.crypto_slider_main_inner{
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 100%;
}

.bitcoin-price-heading{
    font-size: 20px;
    font-weight: 300;
    /*padding-left: 30px;
    width: 65%;*/
}

#bprice,
#eprice,
#lprice{
    font-weight: 100;
}

.crypto_logo{
    width: 75px;
    height: 75px;
    display: table-cell;
}

.crypto_logo_main{
    display: grid;
    text-align: center;
    margin-bottom: 20px;
}

.crypto_logo img{
    width: 100%;
}

.crypto_logo_main .swiper-slider-heading{
    display: table-cell;
    vertical-align: middle;
    padding-left: 25px;
}

.crypto_button a{
    font-size: 22px !important;
	/* width: 350px; */
	max-width: 350px;
	    margin-top: 10px;
}

.crypto_button{
    margin-top: 40px;
    margin-left: 26px;
}

.crypto_black_overlay{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    position: absolute;
}

.munch-token-span {
    font-weight: 600 !important;
    background-color: #172026;
    color: #fff;
}

.buy_munch {
    background: url('../../assets/images/buy-munch-button.png');
}

.bg_bitcoin{
    background: #e6007a;
}

.bg_ethereum{
    background: #627eea;
}
.bg_telegram{
    background: #0088cc;
}


.bg_litecoin{
    background: #a0a0a0;
}

.crypto_slider_main .swiper-pagination-bullet,
.crypto_slider_main .swiper-pagination-bullet:hover{
    background: transparent;
    opacity: 1;
    border: 2px solid #fff;
    height: 16px;
    width: 16px;
}

.crypto_slider_main .swiper-pagination-bullet-active,
.crypto_slider_main .swiper-pagination-bullet:hover{
    background: #FFFFFF !important;
}

.crypto_currency_version .half_section_right .half_section_picture{
    background: url("../images/half_section_right_bg_2.jpg") !important;
    background-repeat: no-repeat;
}

.crypto_currency_version .half_section_main .half_section_picture{
    background: url("../images/charity-image.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}

.donations_tallyboard {
    background-color: transparent;
}

.donations_tallyboard h3 {
    color: #e6007a;
}

#donated-usd {
    color: #fff !important;
}

.crypo_stock_prices{
    font-size: 30px;
    text-align: center;
}

#e_price,
#b_price,
#l_price,
#r_price,
#iota_price,
#dash_price,
#neo_price,
#monero_price,
#qtum_price{
    font-weight: bold;
    letter-spacing: 2px;
}

.stock_prices_crypto{
    display: table;
    margin-top: 10px !important;
    margin: 0 auto;
    margin-bottom: 55px !important;
    text-align: center;

}

.crypo_stock_prices_logo{
    width: 35px;
    height: 35px;
    display: table-cell;
}

.crypo_stock_prices_logo img{
    width: 100%;
    height: 100%;
}

.crypo_stock_heading{
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}

.dashboard_section .button{
    margin-top: 35px;
}

.clipboard-button {
    height: 18px;
    width: 18px;
    background: url(https://image.flaticon.com/icons/png/512/84/84185.png);
    border: none;
    background-position: center;
    background-size: cover;
}

.bold {
    font-weight: 700;
}


.icon{
	

opacity: 0.2;
	  transition: .5s ease;
	backface-visibility: hidden;
}
.icon:hover {
  opacity: 1;
}


   .icon img.image-hover {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      object-fit: contain;
      opacity: 0;
      transition: opacity .2s;
    }
    .icon:hover img.image-hover {
      opacity: 1;
    }

/* Media Query */
@media only screen and (max-width: 992px) {

    .bitcoin-price-heading{
        font-size: 20px;
    }

    .crypto_logo{
        width: 55px;
        height: 55px;
    }

    .crypto_button a{
        font-size: 16px !important;
    }

    .crypto_logo_main .swiper-slider-heading{
        padding-left: 15px;
    }
    .crypo_stock_prices{
        font-size: 22px;
    }

    .dashboard_section .crypo_stock_heading{
        font-size: 16px !important;
        padding-left: 10px;
    }

    .dashboard_section .crypo_stock_prices_logo{
        width: 30px;
        height: 30px;
    }
    .dashboard_section .button{
        margin: 0;
    }

    .dashboard_section .stock_prices_crypto{
        margin-bottom: 30px !important;
    }
	
	.roadmap_section{
        margin: 50px 0;
    }
}

.section_bite_centre {
    width: 400px;
    position: absolute;
    margin-top: -60px;
    margin-left: 30%;
}

.section_bite_left {
    width: 210px;
    position: absolute;
    margin-top: -60px;
    margin-left: 0%;
}

.section_bite_right {
    width: 300px;
    position: absolute;
    margin-top: 60px;
    margin-left: calc(100% - 300px);
}

@media only screen and (max-width: 992px) {
    .section_bite_left {
        width: 120px;
        margin-top: -30px;
    }

    .section_bite_right {
        width: 200px;
        margin-top: 30px;
        margin-left: calc(100% - 200px);
    }
}
