.basereward {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  padding: 0.9rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
  align-items: center;

  box-shadow: 0 0 7px rgba(238, 136, 77, 0.605);
  border-radius: 14px;
  background-color: rgba(0, 0, 0, 0.69);
}

.pricing-item-price2 {
  font-size: 1.3rem;
  font-family: var(--heading-font-family), sans-serif;
  margin-top: 15px;
}

.size {
  font-weight: bold;
  font-size: 1.6rem;
}

.pricing-item-header1 {
  position: relative;
  padding: 0.5rem;
  border-bottom: 1px solid rgba(128, 255, 96, 0.105);
  text-align: center;
  width: 85%;
}

.item-style1 {
  backdrop-filter: blur(4px);
  border-radius: 14px;
  background-color: rgba(0, 0, 0, 0.69);
  box-shadow: 0 0 7px rgba(238, 136, 77, 0.605);
  position: relative;
  overflow: hidden;
  color: var(--text-primary);
  height: 100%;
  text-align: center;
  align-items: center;
  padding: 5px;
  margin: 3px;
}

.progress-container {
  -webkit-box-shadow: inset 0 0 20px 0 rgba(56, 103, 244, 0.3), 4px 4px 10px #5b71ff;
  box-shadow: inset 0 0 20px 0 rgba(56, 103, 244, 0.3), 4px 4px 10px #5b71ff;
  border: 2px solid #ff630f;
  position: absolute;
  border-radius: 7px;
  position: absolute;
  background: #fff;
  height: 400px;
  width: 90%;
  background: radial-gradient(circle, #4c00ff 2%, #ffffff 40%);
}

.progress-circle {
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
  mask-image: -webkit-radial-gradient(circle, white, black);
  -webkit-box-shadow: 0 -10px 0 0 #1c88f4;
  box-shadow: 0 -1px 0 0 #D6D7D8;
  margin: -82px 0 0 -82px;
  background: #ffffff;
  border-radius: 100%;
  position: absolute;
  overflow: hidden;
  height: 164px;
  width: 164px;
  left: 50%;
  top: 50%;
}

.p-f,
.p-h {
  clip: rect(0, 164px, 164px, 82px);
  position: absolute;
  overflow: hidden;
  height: 164px;
  width: 100%;
  left: 0%;
}

.p-f {
  -moz-transition: all 22 ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  left: 0;

}

.p-f:before,
.p-h:before {
  content: '';
  background: rgb(26, 255, 0);
  position: absolute;
  height: 164px;
  width: 50%;
  left: 0%;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  -moz-transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.progress-circle #progress {
  font-family: 'Montserrat', sans-serif;
  margin: -70px 0 0 -70px;
  border-radius: 70%;
  position: absolute;
  text-align: center;
  line-height: 140px;
  background: #fff;
  font-size: 34px;
  color: #488ee9;
  height: 140px;
  width: 140px;
  z-index: 1;
  left: 50%;
  top: 50%;
  box-shadow: inset 0 0 15px 0 rgba(7, 69, 255, 0.9), 0 0 30px #ffffff;
}

.l_gradient {
  padding-bottom: 20px 0px 20px 0px;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  overflow: hidden;
  margin: -1px;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.progress-container:before {
  justify-content: center;
  content: 'capacitor';
  text-transform: uppercase;
  position: absolute;
  color: #ff630f;
  font-size: 33px;
  font-family: orbitron;
  text-decoration: underline;
  top: 20px;
  left: 20px;
}

.cap-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
  width: auto;
  border-radius: 14px;

  margin-bottom: 50px;
  background-color: rgba(0, 0, 0, 0.69);
  box-shadow: 0 0 7px rgba(238, 136, 77, 0.605);
}

.ctx {
  box-shadow: inset 0 0 10px 1px #000000, inset 0 -1px 9px 0 #838383;
  min-width: 320px;
  border: 2px solid  #ff630f;
  box-sizing: border-box;
  position: relative;
  width: 450px;
  height: 450px;
  padding: 22px;
  border-radius: 9px;
  background-color: #fff;
  margin: 22px;
}

@media (max-width: 600px) {
  .ctx {
    padding: 18px;
    margin: 22px 2px 22px 2px;

  }

  .cap-bg {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.smlcont {
  -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.3), 4px 4px 10px #5b71ff;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.3), 4px 4px 10px #5b71ff;
  border: 1px solid #ff630f;
  display: flex;
  color: rgb(18, 18, 18);
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
  height: 18%;
  min-width: 200px;
  justify-content: space-between;
  padding: 0px 15px 0 15px;
  align-items: center;
  text-transform: uppercase;
}

.CapContainer {
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.604),  5px 5px 10px #000000b3;
  position: absolute;
  z-index: 100;
  height: 60px;
  width: 85%;
  border: 1px solid #ff630f;
  display: flex;
  border-radius: 4px;
  margin-left: 2.5%;
  margin-top: 320px;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
}

.btnbox {
  width: 100%;
  height: 70px;
  padding-top: 20px;
}

.btn2 {
  text-transform: uppercase;
  text-decoration: none;
  padding: 9px 20px;
  display: inline-block;
  border-radius: 33px;
  -webkit-transition: all .4s;
  transition: all .4s;
  position: relative;
  font-family: Istok Web;
  font-weight: 300;
  border: 1px solid #ff630f;
  margin: 1.5rem 0 2rem 0;
}

.btn2:hover {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: 1px solid #1f57ff;
  background-color: #0d0d0d;
  color: #fff;
}

.btn-white {
  margin-left: 20px;
  -webkit-box-shadow: 0 5px 10px #5b71ff;
  box-shadow: 0 5px 5px #5b71ff;
  background-color: #fff;
  color: #5b71ff;
}

.btn-dark {
  margin-left: 20px;
  background-color: #1e1e1e;
  color: #fff;
}


.btn2::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.btn-white::after {
  -webkit-box-shadow: inset 1px 1px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 1px 10px 0 rgba(0, 0, 0, 0.3);
  background-color: rgb(255, 255, 255);
}

.btn2:hover::after {
  -webkit-transform: scaleX(1.4) scaleY(1.6);
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

.scene--two {
  width: 260px;
  height: 260px;
  perspective: 600px;
  margin: auto;

}

.scene3 {
  position: relative;
  width: 65px;
  height: 65px;
  perspective: 600px;
}

.panelY, .panelV  {
  animation: rotateY 9s linear infinite;
  animation-fill-mode: forwards;
}

@keyframes rotateY {
  from {
    transform: rotateY(0deg);
  }

  to {
    transform: rotateY(360deg);
  }
}

.container_s {
  width: 80%;
  max-width: 1200px;
  margin: auto;
  min-width: 360px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 180px;
}

.container_s2 {
  top: -20px;
  width: 100%;
  position: absolute;
  z-index: 1;
}

.infolink {
  display: inline-block;
}

.infolink::after {
  content: '';
  margin-top: -3px;
  margin-left: 1px;
  width: 0px;
  height: 2px;
  display: block;
  background: rgb(187, 79, 79);
  transition: 300ms;
}

.infolink:hover::after {
  width: 100%;
}

.t-swap {
  position: relative;
  display: flex;
  flex-direction: row;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #ff630f;
  min-height: 50px;
  flex-wrap: wrap;
  background-color: #000000;
}

.x-logo {
  position: relative;
  margin: auto;
  min-width: 230px;
}

.x-logo img {
  min-width: 220px;
}

.xswap {
  margin: auto;
  width: auto;
  padding: 1rem;
  justify-content: center;
}

.swap-btn {
  padding: 2px;
  display: inline-block;
  border-radius: 33px;
  -webkit-transition: all .4s;
  transition: all .4s;
  margin: 4px;
  border: 1px solid #000000;
}

.swap-btn img {
  margin-right: -3px;
}

.swap-btn:hover {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border: 1px solid #1f57ff;
}

.contract-btn {
  margin: 1px 2px 1px 2px;
  display: flex;
  padding: 1px;
  min-width: 200px;
  object-fit: cover;
  display: inline-block;
  border-radius: 33px;
  -webkit-transition: all .4s;
  transition: all .4s;
  border: 1px solid #ff630f;
  justify-content: center;
  background-color: #1e1e1e;
  

}

.contract-btn:hover {
  border: 1px solid #1f57ff;
  background-color: #202020;
}

.contract-box{
  padding: 10px;
  -webkit-box-shadow:inset 2px 2px 9px 0 #000000;
  box-shadow:inset 2px 2px 7px 0 #000000; 
  text-align: center;
  margin: 5px;
  border-radius: 4px;
  background-color: #282828;
}

.social-mid{
  padding: 1rem;
  display: flex;
  justify-content: center;
}

.footerlogo{
  width: 50%;
  min-width: 400px;
  padding-left: 5px;
}

.footerinfo{
  width: 25%;
  min-width: 200px;
  padding-left: 10px;
}

.footercontact{
  width: 25%;
  min-width: 220px;
  padding-left: 10px;
}
