*, *:before, *:after {
  box-sizing: border-box;
}

body {
  background-image: url(assets/img/background.jpg);
  background-attachment: fixed;
  background-color: #021321;
  background-size: cover;
  font-family: Rubik,sans-serif;
  font-size: 13px;
  line-height: 1.5;
}
header {
  border-bottom: 1px solid #ffffff1f;
}

/* card styles */
.card-style-2 {
  background: #07121c9e;
  border-radius: 16px;
  padding: 26px;
  height: 100%;
}
.card-heading h2 {
  color: white;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
.network-simulation, .personal-simulation {
	counter-reset: h2counter;
}
.card-heading:before {
	counter-increment: h2counter;
	content: counters(h2counter,".") "";
	color: white;
	background: #b13097;
	min-width: 38px;
	display: inline-block;
	height: 38px;
	text-align: center;
	line-height: 38px;
	border-radius: 5px;
	font-size: 16px;
	margin-right: 12px;
}
.card-style-2 h3 {
  font-size: 18px;
  font-weight: 500;
  color: #33ccee;
  margin-top: 1rem;
  margin-bottom: 20px;
}
.card-heading p {
  color: #8ba3a3;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.card-heading {
  padding-bottom: 22px;
  border-bottom: 1px solid #ffffff0d;
  margin-bottom: 2rem;
  align-items: center!important;
  justify-content: flex-start!important;
  display: flex!important;
}
/* card styles */

/* page title */
.page-title {
  background: #07121c9e;
  border-radius: 16px;
  color: #fff;
  padding: 32px 26px
}

.page-title h1 {
  font-size: 28px;
  margin: 0
}

.page-title p {
  color: #8ba3a3;
  margin: 0
}

.title-icon {
  background: #b13097;
  border-radius: 9px;
  font-size: 26px;
  height: 56px;
  margin-right: 14px;
  min-width: 54px;
  padding: 8px 12px;
  text-align: center
}
/* page title */

/* tabs */
.simulation-tabs .nav-tabs li a {padding: 16px 20px;color: white;border: 2px solid transparent;background: #161d38;border-radius: 0;}
.simulation-tabs .nav-tabs li:first-child a {
    border-top-left-radius: 9px;
}
.simulation-tabs .nav-tabs li a.active {
    background: #2d2ac0;
  border-color: transparent;
    color: white;
}
.simulation-tabs .nav-tabs li a:hover {
    background: #2d2ac0;
    border-color: transparent;
}

.simulation-tabs .nav-tabs li a:focus {

}

.simulation-tabs .nav-tabs {
    border-bottom: 1px solid #ffffff12;
}

.simulation-tabs .tab-content {
    padding: 2rem 0;
}

/* tabs */

.title {
  color: white;
  font-size: 15px;
  font-weight: 500;
}

.tokenomics {
  font-size: 22px;
  font-weight: 300;
  top: -36px;
  letter-spacing: 3px;
}

.tab {
  overflow: hidden;
  border: 1px solid gray;
  background-color: #80808000;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  color: white;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 3px;
}

.tab button:hover {
  background-color: #5f8ea2;
}

.tab button.active {
  background-color: #5f8ea2;
  border: none;
}

.tab button:focus {
  outline: 1px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid gray;
  border-top: none;
}


.range-slider {
    width: 100%;
  position: relative;
  margin: 23px 0 35px 0;
}

.range-slider__range {
  -webkit-appearance: none;
  height: 5px;
  border-radius: 5px;
  background: linear-gradient(to right,#6ef4ff59 0%,#63deb5 50%,#106fcb 100%);
  outline: none;
  padding: 0;
  width: 100%;
}

.range-slider__range::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 30px;  /* Increased size for better touch interaction on mobile */
height: 30px;
border-radius: 50%;
background: #2c3e50;
cursor: pointer;
-webkit-transition: background 0.15s ease-in-out;
transition: background 0.15s ease-in-out;
}


.range-slider__range::-webkit-slider-thumb:hover {
  background: #1abc9c;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #1abc9c;
}
.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  -moz-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  background: #1abc9c;
}
.range-slider__range:active::-moz-range-thumb {
  background: #1abc9c;
}
.range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1abc9c;
}

.range-slider__value {
  position: absolute;
  color: #f3eded;
  text-align: center;
  border-radius: 3px;
  right: 0;
  top: -26px;
}


.range-slider__value__display {
  display: inline-block;
  position: relative;
  width: 100%;
  color: #f3eded;
  line-height: 26px;
  text-align: center;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #ffffff2b;
  padding: 10px 10px;
  margin-bottom: 25px;
}


.range-slider__tag {
  color: #f3eded;
  line-height: 20px;
  padding: 0;
  position: absolute;
  top: -26px;
}

::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}

.button-71 {
  background: linear-gradient(to right,#be0eca 0%,#6c2c87 50%,#5410b1 100%);
  border: 0;
  border-radius: 56px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;
  font-size: 18px;
  font-weight: 600;
  outline: 0;
  padding: 16px 21px;
  position: relative;
  margin:10px;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-primary{color: white;background: #2d2ac0;padding: 16px 17px;font-size: 14px;border: 0;}

.button-primary:hover, .button-primary:active {

background: #28269e !important;

color: white !important;

border: 0;
}
.options .btn {
  width: 100%;
  margin-bottom: 18px;
}
.options .btn:focus {
  box-shadow: 0 0 0 0.2rem rgb(27 25 155 / 21%) !important;
}
.button-primary-personal{
  border: 2px solid #33d1eb;
  border-radius: 10px;
  transition: .5s;
  font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    color: #33d1eb;
    font-weight: 500;
    height: 100%;
    line-height: 1;
    margin:5px;
    background: transparent;
}

.button-primary-personal:hover {
  background: #03e9f4;
  border: 2px solid #33d1eb;
  border-radius: 10px;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #03e9f4,
              0 0 25px #03e9f4; 
}
.disclaimer-body {
  color: white;
  font-size: 14px;
  line-height: 1.5;
}

.disclaimer-body p {
  color: #838d8d;
  line-height: 2;
}

@media (min-width: 768px) {

  .range-slider__value:after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #4b4b4b;
    border-bottom: 7px solid transparent;
    content: "";
    opacity: 0;
  }
}


.personal-simulation h4 {
  color: white;
  font-size: 15px;
  font-weight: 200;
}

.personal-simulation .user-box {
  position: relative;
}

.personal-simulation .user-box input {
  width: 100%;
  padding: 14px 20px;
  color: #fff;
  margin-bottom: 20px;
  border: none;
  outline: none;
  background: #18243cb5;
  font-size: 13px;
  border-radius: 6px;
  color: #cacaca;
}

.personal-simulation .user-box label {
  color: #cbd5db;
  font-size: 13px;
  margin-bottom: 4px;
  align-items: center!important;
  display: flex!important;
}

.personal-simulation .user-box input:focus ~ label,
.personal-simulation .user-box input:valid ~ label {
  top: -20px;
  left: 0;
  color: #03e9f4;
  font-size: 12px;
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%,100% {
    left: 100%;
  }
}




.choose-section {
  color: white;
  text-align: center;
}
.choose-header p {
    font-size: 15px;
    color: #b7b7c7;
}

.choose-header {
    margin-bottom: 3rem;
}
.choose-section i {
  font-size: 34px;
  color: #30d6be;
  height: 40px;
  line-height: 40px;
}

.choose-section h2 {
  font-weight: 400;
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.choose-section h2 {
}
.choose-section h2:hover {
  color: #30d6be;
}
.choose-section h1 {
  font-weight: 500;
  /* margin-bottom: 2rem; */
  font-size: 2.6rem;
  margin: 0;
}
.choose-section h1 span {
  font-weight: 300;
  color: #30d6be;
}
.option-box {
  background: #00000047;
  border-radius: 9px;
  margin-bottom: 2rem;
}
.option-box p {
    color: #b7b7c7;
    line-height: 2;
    font-size: 14px;
    margin: 0;
}
.choose-section a {
  color: white;
  text-decoration: none;
}
.readonly {
  pointer-events: none;
}

/* cookie */
.cookiehidden {
	visibility: hidden;
	opacity: 0;
}
#cookit:after {
    content: "";
    position: fixed;
    background: #000000c7;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#cookit-container {
	background: #0b0f21 !important;
	position: fixed;
	top: 35%;
	width: 100%;
	text-align: center;
	padding: 3rem 2rem;
	z-index: 9999;
	left: 0;
	right: 0;
	max-width: 680px;
	margin: 0px auto;
	border-radius: 12px;
}

	#cookit p {
		color: #a7bac6 !important;
		display: inline-block;
		margin: 0;
		line-height: 2;
		margin-bottom: 2rem;
		font-size: 14px;
	}

#cookit-button {
	color: white !important;
	cursor: pointer;
	background: #2e6d9d !important;
	background-size: 150%;
	border-radius: 4px;
	border: 0 !important;
	padding: 12px 32px;
	margin-left: 6px;
}

#cookit-link {
	padding: 12px 32px;
	color: white !important;
	cursor: pointer;
	background-size: 120%;
	border-radius: 4px;
	border: 0 !important;
	background-color: transparent !important;
	text-decoration: none;
	margin-right: 6px;
	background: #b42186 !important;
}
#cookit-link:hover {
  background: #a01b76 !important;
}

#cookit-button:hover {
  background: #245b85 !important;
}
#cookit p b {
  color: white;
  font-weight: 500;
}
/* cookie */

.tips {
  background: none;
  border: 0;
  color: #26c6b4;
  font-size: 16px;
  padding: 0;
  margin-left: 8px;
}

.footer {
  border-top: 1px solid #ffffff1f;
  color: #b7b7c7;
  padding: 28px 0;
}

.footer p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.footer a {
  color: #b7b7c7;
  text-decoration: none;
  font-size: 14px;
}
.footer .row > div:last-child {
  text-align: right;
}
@media (min-width:1025px) {
.choose-section {
  margin-top: 4rem;
}
}
@media (min-width:1180px) {
  .choose-section {
    margin-top: 7rem;
}
}
@media (min-width: 600px) and (max-width: 800px) {
  .choose-section {
    padding-top: 0rem;
  }
  
  .main {
    min-height: 500px;
  }
  }
@media (min-width: 920px) and (max-width: 1170px) {
.choose-section {
  padding-top: 4rem;
}

.main {
  min-height: 610px;
}
}
@media (min-width:1025px) {

.option-box {
  padding: 4rem 4.5rem;
}
/* main nav */
.sidebar-header {
  display: none;
}
.main-nav {
  margin: 0 !important;
  padding: 0 !important;
}

.main-nav li > a {
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 34px 18px !important;
  position: relative
}

.main-nav li a.active,.main-nav li a:hover {
  color: #33d1eb !important;
}
.main-nav li:last-child a {
    padding-right: 0 !important;
}

.main-nav li a i {
    margin-right: 4px;
}
.main-nav li a:before {
  background-image: linear-gradient(90deg,#080a1700 0,#28b1be 51%,#00000000);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  transition: .5s;
  width: 0
}

.main-nav li a.active:before {
  transition: .5s;
  width: 80%
}
/* main nav */
}
@media (min-width:1400px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width:1300px) {
.main {
  min-height: 780px;
}
}
@media (max-width: 1024px) {
header {
  padding: 16px 8px;
}
.option-box {
  padding: 2rem 20px;
}
.main-nav .navbar-collapse {
  position: fixed;
  top: 0;
  width: 100%;
  text-align: left;
  background: #111525;
  height: 100%;
  max-width: 80%;
  z-index: 3;
  display: block !important;
  left: -100%;
  transition: 0.5s;
}
  .main-nav .navbar-collapse.show {
    left: 0;
}
.navbar-toggler {
  background: transparent;
  color: white;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.main-nav ul li {
    padding: 0px 20px;
}
.main-nav ul li a {
  color: white;
  line-height: 40px;
  padding: 10px 0px;
  border-bottom: 1px solid #ffffff21;
}

.main-nav ul li a.active {
  color: white !important;
}
.sidebar-header {
  align-items: center!important;
  justify-content: space-between!important;
  display: flex!important;
  color: white;
  padding: 12px 20px;
  border-bottom: 1px solid #ffffff21;
}

.sidebar-header .close-button {
  background: none;
  border: 0;
  color: white;
  font-size: 22px;
  color: #22d8e6;
}

.sidebar-header h5 {
  font-size: 20px;
  font-weight: 500;
}
}
@media (max-width: 768px) {
.button-primary {
  width:100%;
  padding: 9px 5px;
}
.page-title h1 {
  font-size: 20px;
}
.card-heading h2 {
  font-size: 16px;
  font-weight: 400;
}
.simulation-tabs .nav-tabs li {
  width: 100%;
  margin-bottom: 10px;
}
.simulation-tabs .nav-tabs li a {
  background: #161d38;
}
body {
  background-position: center center !important;
}
}
@media (max-width:540px) {
.choose-section h1 {
  font-size: 34px;
}
.choose-section h2 {
  margin-bottom: 14px;
}
.option-box p {
  line-height: 23px;
}

}
