




.join-discard{
border-radius: 50px;
    background-color: rgb(255, 196, 0);
    
}



.rrrr{
  color: red;
}
.syotimer {
  text-align: center;

  /* margin: 30px auto 0; */
  padding: 0 0 10px;
}
.syotimer-cell {
  display: inline-block;
  margin: 0 5px;

  width: 79px;

}
.syotimer-cell__value {
  font-size: 72px;
  color: #1080ff;

  height: 81px;
  line-height: 81px;

  margin: 0 0 5px;
}
.syotimer-cell__unit {
  font-family: Arial, serif;
  font-size: 12px;
  text-transform: uppercase;
}

#simple-timer .syotimer-cell_type_day,
#periodic-timer_period_days .syotimer-cell_type_hour,
#layout-timer_only-seconds .syotimer-cell_type_second,
#layout-timer_mixed-units .syotimer-cell_type_minute {
  width: 120px;

}

.option {
  font-weight: 700;
}

/* For layout demo page */
body {
  font-family: Tahoma, serif;
  font-size: 14px;
  /* padding: 0 0 40px; */

}
.row {

  /*padding-bottom: 10px;*/
}
.row blockquote {
  border-left: 5px solid #999;
  padding-left: 20px;
  width: 600px;
  margin: 0 auto;
}
pre {
  width: 650px;
  margin: 0 auto 10px;
  border: solid gray;
  border-width: 0.1em 0.1em 0.1em 0.8em;
  padding: 0.2em 0.6em;
  
}
.toggle-source-code {
  width: 650px;
  margin: 10px auto;
  text-align: right;
}
.toggle-source-code:before {
  font-size: 0.9em;
  color: #666666;
  border-bottom: 1px dashed #666666;
}
.toggle-source-code_action_show:before {
  content: "Show code";
}
.toggle-source-code_action_hide:before {
  content: "Hide code";
}


.TimerContainer{
    background: #080e13;
    height: 572px;
}





.dark:not(.has-background) .section-background {
  background-color: #000000 !important;
}
.faqs{
  background-color: #000000;
  height: 300px;
}
.faqsh{
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}
.accordion {
  background-color: #f7c608;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 60%;
margin-left: 20%;
  border: none;
  border-radius: 50px;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
}
.colc{
  color: #f7c608;
}
.active, .accordion:hover {
  background-color: rgb(218, 168, 7);

}
.parha{
  color: #ffff;
}
.discrd{
  height: 40px;

}
.discrdd{
  height: 40px;
  margin-left:5%;
}
.twetter{
  height: 35px;
  margin-top: 5%;
  margin-right: 9%;
}

.youtube{
  height: 35px;
  margin-left: 25%;
  margin-top: 5%;
}
.bright-inverse .header-actions .btn {
  color: #f7c608 !important;
  border-color: #f7c608 !important;
  background: transparent;
}
.bright-inverse .header-actions .btn:hover {
  background: #f7c608 !important;

  color: #fff !important ;
}
body:not(.header--menu-open) .bright-inverse .header-nav-wrapper .header-nav-item--active a {
  color: #f7c608 !important;
}

.panel {
  padding: 0 18px;
  display: none;
  width: 59%;
  border-radius: 40px;
  margin-left: 19.5%;
background-color: #000000;
  overflow: hidden;
}

.syotimer__head{
  display: none;
}
.mint-bnt{
  text-align: center;
  margin-top: 3%;
}
.timerr{
/* background-color: rgb(248, 135, 242); */
background: #16222A;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #3A6073, #16222A);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #261338, #16222A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.mint-bntt{
width: 15%;
border-radius: 20px;
height: 50px;
background-color: rgb(255 0 255);
}





/* timer */

/* html, body {
  height: 100%;
  }
  html {
  background-image: url('https://www.jqueryscript.net/demo/Modern-Circular-jQuery-Countdown-Timer-Plugin-Final-Countdown/img/sample.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  }
  body {
  background-color: rgba(44,62,80 , 0.6 );
  background-image: url('https://www.jqueryscript.net/demo/Modern-Circular-jQuery-Countdown-Timer-Plugin-Final-Countdown/img/pattern.png');
  background-position: center;
  background-repeat: repeat;
  font-family: 'Raleway', 'Arial', sans-serif;
  } */
  .TimerContainer  .countdown-container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  }
 .TimerContainer  .clock-item .inner {
  height: 0px;
  padding-bottom: 100%;
  position: relative;
  margin-top: 29%;
  width: 66%;
  }
  .TimerContainer .clock-canvas {
  background-color: rgba(255, 255, 255, .1);
  border-radius: 50%;
  height: 0px;
  padding-bottom: 100%;
  }
  .TimerContainer .text {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin-top: -134px;
  position: absolute;
  top: 50%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
  
  width: 100%;
  }
  .TimerContainer .text .val {
  font-size: 50px;
  }
  .TimerContainer .text .type-time {
  font-size: 20px;
  }
   @media (min-width: 768px) and (max-width: 991px) {
  .TimerContainer .clock-item {
  margin-bottom: 30px;
  }
  }
   @media (max-width: 767px) {
  .TimerContainer  .clock-item {
  margin: 0px 30px 30px 30px;
  }
  }

  .TimerContainer .row{
    width: 100%;
    height: auto;
    display: flex;
    text-align: -webkit-center;
  }
  .TimerContainer .container{
    width: 90%;
    text-align: center;
    margin: 0 auto;
    
  }
.TimerContainer  .col-md-3{
  width: 25%;
  /* float: left; */
}

/* timer */

.pub-mint{
width: 200px;
height: 50px;
border-radius: 40px;
background-color: #e308f7;
}
.faqs{





@media screen and (min-width: 0) and (max-width: 3239px) and (orientation: landscape){
h3 {
    font-size: calc((2.4 - 1) * 1.2vw + 1rem) !important;
}
  
}