/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 16 2025 | 10:57:28 */
@font-face {
  font-family: "Digital_7_Mono";
  font-style: normal;
  font-weight: normal;
  src: url('https://www.cookbtc.com/wp-content/uploads/2025/09/digital-7-mono.ttf');
}
@font-face {
  font-family: "GEOSLAB";
  font-style: normal;
  font-weight: 700;
  src: url('https://www.cookbtc.com/wp-content/uploads/2025/09/GEOSLAB703-MDCN-BT-BOLD.TTF');
}
@font-face {
  font-family: "GEOSLAB";
  font-style: normal;
  font-display: auto;
  font-weight: 400;
  src: url('https://www.cookbtc.com/wp-content/uploads/2025/09/GEOSLAB703-MDCN-BT-MEDIUM.TTF');
}

:root {
  --fill-range-width: 0; 
}

.bitcoin-info-container{
  color: #fff;
  font-family:'Krub';
}
.bitcoin-info-container p{
  margin-bottom: 0;
  line-height: 16px;
}
/* slider => start */
#bitcoin-info{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-bitcoin-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width:920px;
}
.loading-container{
  max-width: 820px;
  margin: 0 auto;
  margin-top: -120px;
  padding-right: 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.block-bitcoin_box-text{
  display: flex;
  align-items: center;
  justify-content: space-between;
	width: 540px;
}
.block-bitcoin_box-text span{
font-size: 38px;
line-height: 50px;
}
#timer{
  font-size: 50px;
	line-height: 50px;
  font-family: 'GEOSLAB';
 letter-spacing:2px;
}
.block-bitcoin-boxs{
  display: flex;
  /* align-items: center; */
  list-style: none;
  overflow: hidden;
  margin: 10px 0 20px 0;
  width: 820px;
  /* scroll-behavior: smooth; */
	padding-left:0;
}

.block-bitcoin-box {
  background-color: #000;
  margin:0 10px;
  font-size: 20px;
  border-radius: 25px;
  cursor: pointer;
  border: 2px solid #333;
  min-width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;

}

.block-bitcoin-box__front, .block-bitcoin-box__back{
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  padding: 15px;
}

.block-bitcoin-box__front {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  position: relative;
  padding: 0 ;

}
.block-bitcoin-box__front span{
  color: #fff;
  font-family: 'GEOSLAB';
  font-size: 25px;
	font-weight:400;
	margin-top:5px;
}
.block-bitcoin-box__front img{
  width: 40%;
  height: 40%;
  margin-bottom: 20px;
}


.block-bitcoin-box__back{
  color: #ccc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 11px;
	text-align:center;
  line-height: 13px;
  font-weight: 400;
  background-color: rgba(0,0,0,0.9);
  border-radius: 25px;
  bottom: -100%;
  transition: all .5s ease-in;
  padding: 5px;
}
.block-bitcoin-box:hover .block-bitcoin-box__back{
  bottom: 0;
	animation: fade .5s ease;
	transition: all .5s ease-in;
}
.block-bitcoin-box:first-child .block-bitcoin-box__back{
  font-size: 18px;
  line-height: 28px;
}

.block-bitcoin-box.active-block{
/*   border: 2px solid #FF0AA8; */
  min-width: 240px;
  height: 240px;
	
}
.active-block span{
  font-size: 50px;
  line-height: 50px;
/*   color: #FF0AA8; */
	font-weight:400;
}
.active-block p{
	padding:0 10px;
	text-align:center;
	line-height:26px;
}
/* lottie */
.lottie-animation{
  width:80%;
  height: 80%;
}

.direction-btn{
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 3px;
	padding:0;
}
.direction-btn img{
  width: 40px;
  height: 40px;
}
.direction-btn:hover,.direction-btn:focus{
		outline:none;
		border:none;
		background:transparent;
		filter:drop-shadow(0 0 15px #F0BA33);
	}
.left-btn{
  left: -10px;
  top: calc(33% + 20px);
  background:transparent !important;
}
.left-btn img{
  margin-right: 3px;
}
.right-btn{
  right: -10px;
  top: calc(33% + 20px);
  background:transparent !important;
}
.right-btn img{
  margin-left: 3px;
}
/* slider => end */
/* remained => start */
.container-mining {
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #fff;
}
.remained{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.remained-text{
  margin-top: 10px;
  font-size: 45px;
  font-weight: 700;
  line-height: 70px !important;

}

/* remained => end */
/* Circulated Supply => start */
.right {
  width: 820px;
  height: 80px;
  border-radius: 10px;
  position: relative;
  margin-top: 20px;
}
.right header{
  display: flex; 
  align-items: center;
  justify-content: space-between;
}
.right header p {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
}
/*  range input styles */

.range {
  width: 100%;
  height: 8px;
/*   background: #0087f4; */
  background: #5c5c5c;
  border-radius: 10px;
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fill-range {
  width: calc(var(--fill-range-width)   / 21000000 * 100%);
  height: 8px;
/*   background: #f60202; */
  background: #f0ba33;
  border-radius: 10px;
  position: relative;
  animation: fill-range 4s ease-in-out;
}

.range-box #right,
.range-box #left {
  padding-top: 5px;
}
#right {
  float: right;
  text-align: right;
	color:#fff;
}

/* left volume for upload style */
.left-volume {
  width: 90px;
  height: 24px;
  position: absolute;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  right: calc(100% - (var(--fill-range-width)   / 21000000 * 100%) + 15px);
  top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.left-volume p {
  height: 100%;
  padding: 5px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.left-volume::after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: -5px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 10px solid transparent;
  border-right: 30px solid #fff;
  border-bottom: 15px solid transparent;
  transform: rotate(90deg);
}
/* Circulated Supply => end */


/* Bitcoin Info Box => start*/
.main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}

/* theme box card */
.box-card-wrapper {
  flex: 1;
  margin:0 15px;
}

.box-card {
  flex: 1;
  height: 146px;
  background-color: #121212;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px;
  color: #fff;
  border-top: 4px solid #f7931a;

}

/*  haeder box card */
.box-card .box-card-header {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
  /* color: #FF0AA8; */
  color: #fff;

}

/*  description box card */
.box-card .box-cart-description {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.0902778px;
  opacity: 1;
  color: #fff;
}
/* Bitcoin Info Box => end*/

/* Animation fill progressbar */
@keyframes fill-range {
  from {
    width: 0;
  }
  to {
    width: calc(var(--fill-range-width) / 21000000 * 100%);
  }
}

@keyframes fade {
  from {
    bottom: -100%;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}



    .circulated-remained-min-box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 820px;
      margin: 0 auto;
    }

    .circulated-remained-min-box .box-text {
      margin-right: 10px;
    }

    .circulated-remained-min-box .big-text {
      font-size: 72px;
      line-height: 80px;
    }

    .circulated-remained-min-box .small-text {
      font-size: 29px;
      line-height: 40px;
      margin-left: 5px;
    }

    .circulated-remained-min-box .lock-bitcoin {
      font-size: 130px;
      line-height: 130px;
      font-family: 'GEOSLAB';
    }

    .battery {
      height: 60px;
      width: 100%;
      max-width: 540px;
      position: relative;
      margin: 0 0 0 auto;
    }
    
    .battery:after {
      content: "";
      position: absolute;
      height: 30px;
      width: 15px;
      background-color: #fff;
      margin: auto;
      top: 0;
      bottom: 0;
      left: 0;
      border-radius: 5px;
    }
/*  RESPONSIVE DESIGN  for MOBILE*/


    @media screen and (max-width:1024px) {
      .main{
        flex-wrap: wrap;
        flex-direction: row;
      }
      .box-card-wrapper{
        min-width: 46%;
        margin: 10px;
      }
      .circulated-remained-min-box{
        width: 100%;
      }
      .circulated-remained-min-box .big-text{
        line-height: 70px;
        font-size: 70px;
      }
      .circulated-remained-min-box .lock-bitcoin{
        font-size: 120px;
        line-height: 120px;
      }
      .circulated-remained-min-box .small-text{
        font-size: 28px;
        line-height: 30px;
      }
      .range-box {
        margin-top: 10px;
      }

      .block-bitcoin-wrapper{
        width: 640px;
      }
      .block-bitcoin-boxs{
        width:540px;
      }
      .loading-container{
        max-width: 540px;
      }
      .block-bitcoin_box-text{
        width: 260px;
        flex-direction: column;
      }

      .block-bitcoin_box-text span{
        font-size: 26px;
        line-height: 30px;
      }
      .battery{
        max-width: 520px;
        margin-top: 25px;
      }

    }
    @media screen and (max-width:767px) {
			.main{
				margin-top:0;
			}
      .box-card-wrapper{
/*         min-width: 100%; */
        width: 100%;
      }
      .circulated-remained-min-box{
        flex-direction: column;
      }
      .circulated-remained-min-box .lock-bitcoin{
        font-size: 80px;
        line-height: 80px;
        margin-top: 10px;
      }
			
			
			.circulated-remained-min-box .box-text{
				margin-right: 10px;
				flex-direction: row;
				display: flex;
				align-items: center;
				justify-content: center;
			}
		  .circulated-remained-min-box .big-text{
        line-height: 20px;
        font-size: 26px;
      }

      .circulated-remained-min-box .small-text{
        font-size: 20px;
        line-height: 26px;
      }
      .block-bitcoin-wrapper{
        width: 360px;
      }
      .block-bitcoin-boxs{
        width:260px;
      }
      .loading-container{
        max-width: 100%;
        margin-top: 25px;
        justify-content: center;
        align-items: center;
        padding: 0 10px;
      }
			.circulated-remained-min-box{
				margin-top:20px;
			}
      .battery{
        max-width: 100%;
        overflow: hidden;
      }
      .battery:after{
        width: 12px;
      }
      .direction-btn{
        width: 30px;
        height: 30px;

      }
      .direction-btn img{
        width: 30px;
        height: 30px;
      }
      .left-btn{
        left: 10px;
      }

      .right-btn{
        right: 10px;
      
      }
      .right {
        padding: 0 10px;
      }
      .right header p {
        text-align: left;
        padding: 0;
      }
      .left-volume{
        top: 50px;
        right: calc(100% - (var(--fill-range-width)   / 21000000 * 100%) + 25px);

      }
    
    }

