@font-face {
  font-family: PoufV02 Black;
  src: url("PoufV02-Black.ttf");
}

@font-face {
  font-family: PoufExtra;
  src: url("PoufV0.2-BlackExtraExpanded.ttf");
}
body {
  font-family: "Urbanist", sans-serif;
}
a {
  color: #89b78d;
  text-decoration: none;

  font-family: "Urbanist", sans-serif;
}
a:focus,
a:hover {
  color: #ffffff;
  text-decoration: underline;
}
body {
  overflow-x: hidden;
  transition: all 0.2s ease-in-out;
  background-color: #040403;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: PoufExtra;
}
p {
  font-family: "Urbanist", sans-serif;
  font-size: 17px;
}
:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}
ul {
  padding-left: 0px;
}
.header_area {
  position: relative;
  z-index: 99;
}
.navbar {
  height: auto;
  min-height: auto;
  margin-bottom: 0px;
  border: 0px;
  border-radius: 0px;
  background: transparent;
  width: 100%;

  transition: 0.2s ease-in-out;
}
.navbar-default .navbar-nav li a {
  color: #fff;
  text-transform: capitalize;
}

.navbar-default .navbar-nav li a:hover {
  color: #fad02c;
}
a.navbar-brand.logo {
  padding: 0px 15px;
  height: auto;
}
a.navbar-brand.logo img {
  height: 50px;
}
.navbar-nav {
  margin-right: 0px;
  padding: 0px 0px;
}
.padding_section {
  padding: 30px 0px;
}

.slider {
  background: #f1f4fe;
  background-image: url(../img/hero-bg.png);

  /*--gradient: linear-gradient(to right,#ef146e 0,#fea958 51%,#ef146e 100%);
    --gradient-sec: linear-gradient(to right,#111c58 0,#5c2782 51%,#111c58 100%);
    background-color: #ef146e !important;

        background-image: url(../img/bg5.png), url(../img/bg6.png), var(--gradient-sec);*/
}
.slider {
  padding: 136px 0px;
  position: relative;
  background-position: top center;
  background-size: cover;
}
.slider:before {
  background-image: url(../img/bg5.png), url(../img/bg6.png);
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  background-size: cover;
  /*background-image: url(../img/pic2.png);
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 0;
    */
}
.slider_inner,
.step6_section,
.process_inner,
footer {
  z-index: 9;
  position: relative;
}
h2 {
  color: #fff;
  font-weight: 500;
  font-family: PoufExtra;
  font-size: 54px;
  text-transform: uppercase;
}
.m_btn {
  font-family: PoufExtra;
  color: #fff !important;
  padding: 7px 25px !important;
  background: linear-gradient(90deg, rgb(80, 159, 234) 0%, rgb(22, 59, 157) 100%);
  font-size: 18px;
  text-transform: uppercase !important;
  line-height: 36px !important;
  border-radius: 45px;
  box-shadow: rgba(80, 159, 234, 0.27) -8px 9px 31px;
  border-radius: 12px;
}
.m_btn:disabled {
	background: linear-gradient(to right, #939393 0, #939393 100%) !important;
	border: 3px solid #7a7d7b;
}
.min_section {
  overflow: hidden;
  padding: 120px 0px;
  padding-bottom: 0px;
}

section > div,
.b_graph {
  position: relative;
  z-index: 999;
}
.sn_wallet_in {
  border: 2px solid #9c84ff;
  border-radius: 0px;
  padding: 25px 20px;
  background: linear-gradient(to right, #0c125f 0, #4d2eb8 100%);
  margin-top: 20px;
}
.sn_wallet_in h4 {
  margin: 0px;
  /* color: #fff; */
  font-size: 22px;
  margin-bottom: 17px;
  text-transform: uppercase;
}
.sn_wallet_in p {
  background: linear-gradient(90deg, rgb(80, 159, 234) 0%, rgb(22, 59, 157) 100%);
  margin: 0px;
  padding: 6px 0px;
  border-radius: 12px;

  font-family: "Urbanist", sans-serif;
  color: #fff;
  font-size: 21px;
  position: relative;
  border: 3px solid #536d98;

  display: block;
  padding: 8px;
  font-size: 24px;
  font-weight: 600;
  border: 3px solid #536d98;
  box-shadow: inset 0px 0px 16px #00000082, 0px 10px 15px #00000026;
  background: linear-gradient(90deg, rgb(80, 159, 234) 0%, rgb(22, 59, 157) 100%);
}
.sn_wallet_in p.yellow {
  text-decoration: none;
  border: 3px solid #536d98;
  background: linear-gradient(to right, #939393 0, #939393 100%) !important;
  color: #2a4c37 !important;
}
.et_pb_divider_0 {
  margin: auto;
  background-image: linear-gradient(90deg, #56b57d 0%, #287f4b 100%);
  border-radius: 4px 4px 4px 4px;
  overflow: hidden;
  height: 4px;
  margin-bottom: 40px !important;
  width: 100px;
  box-shadow: 0px 6px 18px 0px #2b2b2b4d;
}
.main_col > div:nth-child(even) .sn_wallet_in {
  border-color: #aaacff;
}
.main_col > div:nth-child(even) .sn_wallet_in p {
  background: linear-gradient(90deg, #6c76fa 0%, #323ed2 100%);
}

.main_col > div:nth-child(3) .sn_wallet_in {
  border-color: #c532ff;
}
.main_col > div:nth-child(3) .sn_wallet_in p {
  background: linear-gradient(90deg, #8538ea 0%, #c532ff 100%);
}
.c_icon {
  position: absolute;
  right: 14px;
  font-size: 18px;
  top: 11px;
}
.b_graph img {
  height: 100px;
  min-height: 100px;
  width: 100%;
}
.m_sn {
  background: linear-gradient(to right, #100a2d 0, #0e0f16 100%);
  border: 0px solid #8574e8;
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 15px;
  padding-bottom: 20px;
  position: relative;
  background: rgba(17, 26, 22, 0.6509803921568628) 0 0 no-repeat padding-box;
  border-radius: 16px;
  overflow: hidden;
}
.m_sn h5 {
  margin: 0px;
  padding: 0px 15px;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;

  font-family: "Urbanist", sans-serif !important;
  background: rgba(5, 7, 6, 0.6) 0 0 no-repeat padding-box;
  padding: 18px 0;
  text-align: center;
  color: #fff;
}
.m_sn p {
  margin: 0px;
  padding: 15px 15px;
  color: #fff;
  text-align: center;
  padding-top: 25px;
}
.m_sn p span {
  color: #529ee5;
}
.l_r_b {
  padding: 0px 15px;
}
.l_r_b button {
  border: 0px;
  background: transparent;
  color: #2bbdd1;
  font-family: PoufExtra;
  font-size: 19px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.btn_box {
  text-align: center;
}
.btn_box .m_btn {
  padding: 14px 0px !important;
  margin-bottom: 20px;
  font-family: PoufExtra;
  width: 89%;
}

.multi_b > div:nth-child(even) .m_sn .btn_box .m_btn {
  background: linear-gradient(90deg, #8838eb 0%, #be32fc 100%);
}
.in_box {
  padding: 25px 15px;
  color: #fff;
  text-align: center;
  padding-top: 25px;
}
.in_box span {
  display: block;
  font-size: 24px;
  font-weight: 600;
}
.in_box span span {
  color: #fff800;
}
footer {
  background: transparent;
  padding: 25px 0px;
  color: #fff;
}
.f_logo img {
  height: 55px;
}
footer .p_pad {
}
footer .p_pad {
  padding: 12px 0px;
  margin: 0px;
  font-size: 20px;
  font-family: PoufExtra;
}
footer p a {
  padding: 0px 13px;
  color: #fff;
  padding-top: 9px;
  padding-bottom: 8px;
  font-size: 17px !important;
  background: linear-gradient(to right, #7a01ff 0, #4c6aff 100%);
  border-radius: 15px;
}
#copy:hover {
  cursor: pointer !important;
}
.mt-10 {
  margin-top: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.mr-10 {
  margin-right: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.disabled {
  cursor: not-allowed !important;
}

.modal-title {
  float: left;
  font-size: 18px;
}
.btn-sm {
  font-size: 15px;
  margin-top: -8px;
}
body:before {
  position: fixed;
  content: "";
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url(../img/bg.png);
  width: 100%;
  height: 100%;
  top: 0px;
  background-size: cover;
  opacity: 1;
}
.mm {
  position: fixed;
  width: 190px;
}
.m1 {
  left: 0px;
  bottom: 0px;
}
.m2 {
  right: 0px;
  bottom: 0px;
  width: 190px;
}
.navbar-default .navbar-nav li a {
}

.multi_b > div:nth-child(3) .ab {
  left: auto;
  right: 3px;
  top: -15px;
}

.multi_b > div:nth-child(5) .m_sn,
.multi_b > div:nth-child(2) .m_sn {
  border: 0px solid #6047a5;
}
.multi_b > div:nth-child(5) .m_sn h5,
.multi_b > div:nth-child(2) .m_sn h5 {
  background: rgba(5, 7, 6, 0.6) 0 0 no-repeat padding-box;
  color: #fff;
}

.multi_b > div:nth-child(5) .m_sn p,
.multi_b > div:nth-child(2) .m_sn p {
  color: #464141;
}
.multi_b > div:nth-child(5) .m_sn p span,
.multi_b > div:nth-child(2) .m_sn p span {
  color: #529ee5;
}
.handle_top_boxes {
  margin-top: 20px;
  background: #39259c;
  background: linear-gradient(to right, #120e29 0, #130f29 100%);
  border-radius: 15px;
  padding: 50px 20px;
  border: 2px solid #6047a5;
}
.handle_top_boxes .sn_wallet_in {
  background: transparent;
  border: 0px;
  padding: 0px;
  margin: 0px;
}

.handle_top_boxes .logo_h img {
  margin: auto;
  height: 136px;
  margin-top: -20px;
}
.process_inner,
.multi_b {
  width: 90%;
  margin: auto;
}
.nav_main {
  top: 0px;
  position: absolute;
  z-index: 9;
  width: 100%;
  background: rgba(20, 30, 26, 0.32941176470588235) !important;
  padding: 15px 0px;
}
.nft-to-stake, .nft-to-unstake{
  margin: 10px;
  display: inline-block;
  padding: 3px;
}

input[type=radio], input[type=checkbox]{ display: block; margin-left: 50px; }

/* Start */
/* Start */
/* Start */
.pendingTrxPopUp {
  display: none;
  max-width: 80vw;
  z-index: 99999999;
  position: fixed;
  background: #caece5;
  left: 50%;
  top: 10%;
  transform: translate(-50%, -10%);
  padding: 20px 50px;
  border-radius: 8px;
  border: 2px solid;
  outline: 5px solid #caece5;
}
#tick {
  stroke: #63bc01;
  stroke-width: 6;
  transition: all 1s;
}
#circle {
  stroke: #63bc01;
  stroke-width: 6;
  transform-origin: 50px 50px 0;
  transition: all 1s;
}

.progressLoading #tick {
  opacity: 0;
}

.ready #tick {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: draw 8s ease-out forwards;
}

.progressLoading #circle {
  stroke: #4c4c4c;
  stroke-dasharray: 314;
  stroke-dashoffset: 1000;
  animation: spin 3s linear infinite;
}

.ready #circle {
  stroke-dashoffset: 66;
  stroke: #63bc01;
}

#circle {
  stroke-dasharray: 500;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
    stroke-dashoffset: 66;
  }
  50% {
    transform: rotate(540deg);
    stroke-dashoffset: 314;
  }
  100% {
    transform: rotate(1080deg);
    stroke-dashoffset: 66;
  }
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

#check {
  width: 300px;
  height: 300px;
}

/* End */
/* End */
/* End */
/* End */
.m_btn {
  position: relative;
  overflow: hidden;
  border: 0px;
  margin-left: 0px;
  background: linear-gradient(90deg, rgb(80, 159, 234) 0%, rgb(22, 59, 157) 100%);
  box-shadow: inset 0px 0px 16px #00000082, 0px 10px 15px #00000026;
  border-radius: 12px;
  font-family: "Urbanist", sans-serif !important;
  text-transform: uppercase;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 10px 30px !important;
  color: #fff !important;
  background: linear-gradient(90deg, rgb(80, 159, 234) 0%, rgb(22, 59, 157) 100%);
  box-shadow: inset 0px 0px 16px #00000082, 0px 10px 15px #00000026;
  line-height: 20px !important;
  border: 3px solid #536d98;
}

.hightlighth2 {
  font-size: 34px !important;
  margin: 0px !important;
  color: #fff800;
  padding-bottom: 10px;
  text-align: center;
  letter-spacing: 0px;
  color: #509fea;
  text-shadow: 0px 3px 5px #65b985;
  text-shadow: 0 0 3px #ff0000, 0 0 5px #0000ff;
  text-shadow: -1px 2px 0 #163b9d, 1px 2px 0px #163b9d, -2px -2px 0px #163b9d,
    2px -2px 0 #163b9d;

  position: relative;
  font-family: PoufExtra;
}
.hightlighth2 span span {
  color: #fff;
}
.hightlighth2 span.second {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  text-shadow: 0px 4px 7px #0000004d;
  z-index: 1;
  top: 0;
}
.hightlighth2 span {
  position: relative;
  z-index: 2;
}
.exhange_here {
  background: linear-gradient(114.4deg, rgba(28, 42, 54, 0.5) 2.31%, rgba(0, 21, 62, 0.2) 98.65%);
  border: 2px solid #a9a9a9;
  border-radius: 16px;
  overflow: hidden;
}
.main_col {
  display: flex;
  align-items: center;
}
footer {
  position: relative;
  background-color: #a4f4c5;
  padding-top: 70px;
  padding-bottom: 50px;
  background-size: cover;
  background-position: 50%;
}
.footer-frog {
  width: 190px;
}
.footer_content h4 {
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  color: #fff !important;
  text-transform: uppercase;
}
footer .footer_icons a {
  color: #fff;
  font-size: 20px;
  background: #223f33;
  height: 46px;
  width: 46px;
  display: inline-block;
  padding: 9px 10px 0;
  border-radius: 9px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.30196078431372547);
  text-align: center;
  margin: 4px 5px 0;
  background: #fff;
  padding: 5px 0 0;
  font-size: 26px;
  color: #3c7352;
}
.copyline {
  padding: 70px 10px 0;
  background: transparent;
}
.copyline p {
  margin-bottom: 0;
  color: #fff;
  text-align: left;
  font-size: 14px;
}
.sweet-alert button {
  padding: 12px 32px 12px !important;
  background: linear-gradient(90deg, #5dbc84 0, #2c9055) !important;
  color: #fff !important;
}
@media (max-width: 767px) {
  .main_col {
    display: block !important;
  }
  .navbar {
  }
  a.navbar-brand.logo img {
    height: auto;
    width: 143px;
  }
  navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background: transparent;
  }
  .navbar-toggle {
    border: 0px;
    margin-top: 5px;
    display: none;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-nav {
  }
  .navbar-nav {
    padding: 0px;
    margin: 0px 0px;
  }
  .min_section:before {
    position: absolute;
  }
  .container {
    position: relative;
    z-index: 9;
  }
  .min_section {
    padding: 120px 0px;
    padding-bottom: 20px;
  }
  .et_pb_divider_0 {
    margin-bottom: 10px !important;
  }
  h2 {
    font-size: 25px;
  }
  .sn_wallet_in h4 {
    font-size: 22px;
    margin-bottom: 14px;
  }
  .f_logo img {
    height: 55px;
    margin: auto;
  }
  footer .p_pad {
    font-size: 20px;
    text-align: center !important;
  }
  .mm {
    display: none;
  }
  .process_inner,
  .multi_b {
    width: 100%;
    margin: auto;
  }
  .handle_top_boxes .sn_wallet_in {
    margin-top: 40px;
  }
  .ab {
    display: none;
  }
  .multi_b > div {
    padding-left: -0px;
    padding-right: -0px;
  }
  .hightlighth2 {
    font-size: 28px !important;
  }
  .navbar-header {
    float: left;
  }
  .navbar-collapse {
    float: right;
    -webkit-overflow-scrolling: touch;
    border-top: 0px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
  }
  .m_btn {
    padding: 7px 18px !important;
    font-size: 14px !important;
  }
}

.disable-click{  pointer-events:none;}
