/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (https://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
html {
  width: 100%;
  min-height: 100%;
  max-width: 100vw;
  overflow-x: hidden;

}

body {
  width: 100%;
  /* height: 100%; */
  position: relative;
  font-family: Lora, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /*background-color: #000;*/
  background: rgb(23, 23, 23);
  background: linear-gradient(0deg, rgba(23, 23, 23, 1) 0%, rgba(75, 75, 75, 1) 35%, rgba(106, 106, 106, 1) 66%, rgba(0, 0, 0, 1) 100%);

}



h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

h3.wllt_cnnctd {
  margin: 0 0 15px;
}

p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.5;
}

@media(min-width:768px) {
  p {
    margin: 0;

  }
}

a {
  color: #1d9b6c;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #42dca3;
}

a#discord_faq {
  display: inline;
}

.light {
  font-weight: 400;
}

.hglght {
  color: #1d9b6c;
}

.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  text-transform: uppercase;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #000;
}

.navbar-custom .navbar-brand {
  font-weight: 700;
  height: auto;
  font-size: 3rem;
}

.navbar-custom .navbar-brand:focus {
  outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
  outline: 0;
}

.navbar-custom a {
  color: #fff;
}

.navbar-custom .nav li a {
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
  outline: 0;
  color: rgba(255, 255, 255, .8);
  background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: 0;
  background-color: transparent;
}

.navbar-custom .nav li.active {
  outline: 0;
}

.navbar-custom .nav li.active a {
  background-color: rgba(255, 255, 255, .3);
}

.navbar-custom .nav li.active a:hover {
  color: #fff;
}


.container.hddr {
  max-width: 1800px;
  width: 100%;
}

@media(min-width:768px) {
  .navbar-custom {
    padding: 20px 0;
    border-bottom: 0;
    letter-spacing: 1px;
    background: 0 0;
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
  }

  .navbar-custom.top-nav-collapse {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    background: #000000b0;
  }
}

.navbar-right {
  padding: 15px 0;
}

#buy_it {
  font-size: 2rem;
  position: relative;
  height: 5rem;
  display: flex;
}


#connect_button {
  top: 50%;
  transform: translateY(-50%);
  /* background-color: transparent;
    border: 2px #1d9b6c solid;
    color: #1d9b6c; */
  border-radius: 1.5rem;
  padding: 1rem;
  font-weight: 800;
  width: fit-content;
  position: relative;
  font-size: 1.5rem;
  z-index: 10;
}

#connect_button::after {
  content: 'Connect Wallet';
  margin-left: 2rem;

}

#connect_button:hover {
  transform: scale(0.95) translateY(-50%);
  text-decoration: none;
  cursor: pointer;
}

#connect_button i {
  font-size: 2rem;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
  position: absolute;
}


.wllt_cnnctd {
  font-size: 1rem;

}

#wallet_balance::before {
  content: '';
  background: url('/img/tfuel.png');
  background-size: contain;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: -0.25rem;
  margin-right: 0.15rem;
}





.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.intro .intro-body .brand-heading {
  font-size: 40px;
}

.intro .intro-body .intro-text {
  font-size: 18px;
}

@media(min-width:768px) {
  .intro {
    height: 100%;
    padding: 0;
  }

  .intro .intro-body .brand-heading {}

  .intro .intro-body .intro-text {}
}

.main.one {
  min-height: 9.1875rem;
  margin-bottom: 3.125rem;
}

#swap_box_wrapper {
  display: block;
  position: relative;
  margin: 5rem auto;
  width: 80%;
  max-width: 800px;
  height: auto;
  /*min-height: 900px;*/

}

#swap_box {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  padding: 1rem;
  width: 100%;
  border: 2px #1d9b6c solid;
  border-radius: 1.5rem;
  background-color: #3a3a3a;
  height: auto;
}

h2.one_line {
  display: inline;
}

#stake_text {
  color: #1d9b6c;
}

#unstake_text {}

.swap_field {
  width: 100%;
  height: 50%;
  display: flex;
  flex-flow: column;
}

.swap_divider {
  width: 100%;
  height: 7rem;
  margin: 1.75rem 0 0;
}

#swap_arrows {
  height: 5rem;
  width: 5rem;
  margin: 1rem auto;
}

.sb_header.lrg {
  margin-bottom: 2rem;
}

.sb_header.smll {
  width: 100%;
  font-size: 1.75rem;
}

.sb_header.labbel {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.sbhl.balance {
  margin-left: auto;
  margin-right: 1rem;
}

.blnc_avlbl {
  margin-left: auto;
  color: #1d9b6c;
}

.sb_amount_wrap {
  width: 100%;
  background-color: #545454;
  display: flex;
  height: auto;
  min-height: auto;
  border: 2px #707070 solid;
  border-radius: 1rem;
  align-items: center;
  justify-content: center;
}

.sb_amount {
  width: 100%;
  display: flex;
  flex-flow: column;
  margin: 2rem 5%;
  flex-grow: 1;
}

.sb_a {
  /*width: 80%;*/
  font-size: 2.5rem;
  background-color: white;
  border-radius: 1rem;
  display: flex;
  flex-flow: row;
}

.sb_a input {
  color: #1d9b6c;
  width: 80%;
  height: 5rem;
  background-color: transparent;
  border: none;
}

.sb_rght {
  display: flex;
  flex-flow: column;
  margin: auto;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

textarea:focus,
input:focus {
  outline: none;
}

.sb_rght {
  width: 20%;
  opacity: 0.8;
}

.bttn_100,
.bttn_50 {
  display: block;
  height: 40%;
  padding: 5% 0;

}

.bttn_value {
  color: #1d9b6c;
  font-size: 1.5rem;
}

.bttn_value:hover {
  cursor: pointer;
}

.sb_currency {
  width: 30%;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 1rem;
}

.currency_name {
  text-align: right;
  font-weight: 700;
  font-size: 1.6rem;
  margin-right: 0.6rem;
  /*margin-top: 2rem;*/
}

.currency_logo {
  height: 35px;
  width: 35px;
}

/*
#lets_go {
    width: auto;
    padding: 1.5rem;
    margin: 1rem auto;
	background-color: lightgray;
	font-size: 3rem;
	color: #1d9b6c;
	border: 2px white solid;
	border-radius: 1.5rem;
	transition-duration: 1s;
}

#lets_go:hover {
	transform: scale(0.9);
}

*/

#lets_go {
  width: auto;
  padding: 1.5rem;
  margin: 1rem auto;
  font-size: 3rem;
  border-radius: 1.5rem;
}

#lets_go:hover {
  transform: scale(0.95);
  text-decoration: none;
  cursor: pointer;
}

.lets_anim {
  outline: none;
  text-align: center;
  background: #fff;
  border: 2px solid #1d9b6c;
  color: #1d9b6c;
  letter-spacing: 1px;
  text-shadow: 0;
  cursor: pointer;
  transition: all 0.25s ease;
}

.lets_anim:hover {
  color: white;
  background: #1d9b6c;
}

.lets_anim:active {
  letter-spacing: 2px;
}

.lets_anim:after {
  content: "SUBMIT";
}

.sweet_3d {
  position: absolute;

}

#chupa {
  left: 12%;
  top: 25%;
}

#donut,
#lollipop {
  right: 7%;
  top: 50%;
}

#iCream {
  left: 8%;
  top: 22%;
}

#snfs {
  right: 10%;
  top: 8rem;
}

#candy,
#choco {
  bottom: 17%;
  left: 17%;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

.content-section {
  padding-top: 100px;
}

#about {
  padding-bottom: 10rem;
}

.bout_sus {
  text-align: justify;
}

.bout_sus h2 {
  text-align: center;
}

.download-section {
  width: 100%;
  padding: 50px 0;
  color: #fff;
  background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

#map {
  width: 100%;
  height: 200px;
  margin-top: 100px;
}

@media(min-width:767px) {
  .content-section {
    padding-top: 250px;
  }

  .download-section {
    padding: 100px 0;
  }

  #map {
    height: 400px;
    margin-top: 250px;
  }
}

.btn {
  border-radius: 0;
  text-transform: uppercase;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn-default {
  border: 1px solid #42dca3;
  color: #42dca3;
  background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
  border: 1px solid #42dca3;
  outline: 0;
  color: #000;
  background-color: #42dca3;
}

ul.banner-social-buttons {
  margin-top: 0;
}

@media(max-width:1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}

@media(max-width:767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }

  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}

footer {
  padding: 7rem 0 0;
}


#ftr_hldr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 0 2rem;
}

footer p {
  text-align: center;
  font-size: 1.25rem;
}


.socials_m {
  list-style-type: none;
  padding: 0;
}

.socials_m li {
  display: inline-block;
  padding: 1rem;
}

.ftr_main {
  position: relative;
  /*top: 50%;
	transform: translateY(-50%); */
  height: 8rem;
  text-align: center;
}

.ftr_main.f_lft a {
  font-size: 3rem;
}

.socialz,
.socialz i {
  font-size: 3rem;
}

.socialz:hover {
  color: #42dca3;
  cursor: pointer;
}

.f_lft,
.f_rght {}

.ya_mid {
  height: 8rem;
}

.ya_mid img {
  height: 100%;
  width: auto;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.cntr_v {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}



::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, .2);
}

::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, .2);
}

img::selection {
  background: 0 0;
}

img::-moz-selection {
  background: 0 0;
}

body {
  webkit-tap-highlight-color: rgba(255, 255, 255, .2);
}

::-moz-selection {
  color: white;
  text-shadow: none;
  background: #1d9b6c;

}

::selection {
  color: white;
  text-shadow: none;
  background: #1d9b6c;
}