/* ------------------------------------------------------------------
General Styles
------------------------------------------------------------------- */

html,
body {
  height: 100%;
}

body {
  font-family: "Rubik", sans-serif;
  color: #8f9ca8;
  font-size: 17px;
  /*line-height: 1;*/
  line-height: 0 !important;
}

p {
  line-height: 30px;
  margin: 0;
}

h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 48px;
  padding: 0;
  margin: 0;
  font-weight: 700;
  line-height: 1.3;
  background: -webkit-linear-gradient(left, #fffde7, #f5ce61);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  margin-bottom: 20px!important;
}
h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 32px;
  padding: 0;
  margin: 0;
  font-weight: 700;
  line-height: 1.3;
  background: -webkit-linear-gradient(left, #fffde7, #f5ce61);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px!important;
}
h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  letter-spacing: 1px;
  color: #8f9ca8;
  padding: 0;
  margin: 0;
  line-height: 1.3;
}
.small-font {
  font-size: 14px;
  /*color: ;*/
  font-weight: 300;
}
.smaller-font {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  color: #d89f2a;
  letter-spacing: 2px;
  font-weight: 700;
}

.bold {
  font-weight: 700;
}
.light {
  font-weight: 300;
}
.grey-text {
  color: #8f9ca8;
}
.orange-text {
  color: #d89f2a;
}
.gold-text {
  color: #f6d473;
}

.v-pad {
  padding-top: 15px;
  padding-bottom: 15px;
}

.btn {
  font-family: "Montserrat", sans-serif;
  color: #112a40;
  background: -webkit-linear-gradient(left, #fffde7, #f5ce61);
  padding: 0 20px;
  height: 65px;
  font-weight: 300;
  line-height: 65px;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 35px;
  transition: 0.3s;
  border: 1px solid #d89f2a;
  min-width: 180px;
  letter-spacing: 1px;
}

.btn:hover {
  background: transparent;
  color: #d89f2a;
}

.blank-btn {
  background: transparent;
  color: #d89f2a;
  border: 1px solid #d4b77c;
}

.blank-btn:hover {
  color: #fff;
  background: #d89f2a;
}

a:hover {
  text-decoration: none;
}
a:focus {
  outline: none !important;
  text-decoration: none;
}
a {
  color: inherit;
}

section {
  padding: 90px 0;
  background-color: #112a40;
}

img {
  width: 100%;
}

ul.social {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: 0.8s;
}

ul.social li {
  display: inline-block;
  transition: 0.8s;
  margin-right: ;
  margin-bottom: ;
}

/* ------------------------------------------------------------------
Navigation
------------------------------------------------------------------- */

header {
  height: 80px;
  line-height: 80px;
  z-index: 1000;
  position: fixed;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), transparent);
  transition: 0.8s;
}

#logo {
  width: 115px;
  height: 30px;
  float: left;
  transition: 0.8s;
}

ul#menu {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  float: right;
  transition: 0.8s;
}

ul#menu li {
  display: inline-block;
  transition: 0.8s;
  margin-left: 15px;
  margin-right: 15px;
}

ul#menu li a {
  color: #fff;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

ul#menu li a:hover {
  color: #d89f2a;
}

/* ------------------------------------------------------------------
Home & content
------------------------------------------------------------------- */

#home {
  padding: 0;
  position: relative;
  /*height: 100%;*/
  background: url(../images/backgrounds/bg.jpg) no-repeat bottom center;
  background-size: cover;
  box-sizing: border-box;
  padding-top: 100px;
  text-align: center;
  overflow: hidden;
}

.home-wrapper {
  /*width: 475px;*/
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 30px;
  z-index: 200;
}

ul.home-btn {
  margin: 0px;
  padding: 0px;
  margin-top: 40px;
}

ul.home-btn li {
  display: inline-block;
  margin: 15px;
}

.arrow-down img {
  width: 50px;
  padding-top: 40px;
}

@keyframes moveBg {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1692px, 0, 0);
  }
}
@-moz-keyframes moveBg {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1692px, 0, 0);
  }
}
@-webkit-keyframes moveBg {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1692px, 0, 0);
  }
}

#moving-pattern {
  height: 100%;
  background: url(../images/backgrounds/moving-pattern.png) repeat-x;
  width: 5076px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;

  animation: moveBg 60s linear infinite;
  -ms-animation: moveBg 60s linear infinite;
  -moz-animation: moveBg 60s linear infinite;
  -webkit-animation: moveBg 60s linear infinite;
}

.about-col {
  border: 1px solid rgba(216, 159, 42, 0.2);
  border-left: 4px solid #d89f2a;
  padding: 30px 15px;
  min-height: 300px;
  height: 100%;
}

.about-col img {
  max-width: 100px;
  height: 90px;
}
.about-col h3 {
  color: #cb972b;
}

.about-icon {
  float: left;
  width: 33.3%;
  margin-bottom: 15px;
}

.about-title {
  float: left;
  width: 66.7%;
  padding-left: 15px;
  padding-top: 20px;
  margin-bottom: 15px;
}

.features {
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
}

.features img {
  max-width: 165px;
  height: 150px;
}
.features h3 {
  color: #cb972b;
}

#media {
  background: url(../images/backgrounds/bg-media.png) no-repeat top center;
  background-size: cover;
  background-color: #112a40;
}

.media-video {
  max-width: 555px;
  width: 100%;
  float: right;
}

.media-video img {
  max-width: 555px;
}

.media-title {
  position: relative;
  left: 0;
  top: 35%;
}

.media-video img {
  max-width: 555px;
}

.media-video::after {
  clear: both;
}

.featured-text {
  font-style: italic;
  text-transform: uppercase;
  opacity: 0.3;
  letter-spacing: 10px;
}

.mailing-list {
  height: 100px;
  text-align: center;
  background: url(../images/icons/paperplane.png) no-repeat center;
  background-size: contain;
}

.tokensale {
  background: url(../images/backgrounds/bg-building.jpg) no-repeat bottom center;
  background-size: cover;
  position: relative;
  background-color: #112a40;
}

.tokensale-table {
  width: 555px;
  padding: 15px 30px;
  margin: auto;
  border: 1px solid rgba(216, 159, 42, 0.2);
  border-left: 4px solid #d89f2a;
  overflow-x: auto;
  position: relative;
}

.coin-left {
  width: 325px;
  height: 455px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 10;
}

.coin-right {
  width: 310px;
  height: 695px;
  position: absolute;
  right: 0px;
  top: 170px;
  z-index: 10;
}

img.vert-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
img.vert-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

img.vert-move2 {
  -webkit-animation: mover2 1.5s infinite alternate;
  animation: mover2 1.5s infinite alternate;
}
img.vert-move2 {
  -webkit-animation: mover2 1.5s infinite alternate;
  animation: mover2 1.5s infinite alternate;
}

img.vert-move3 {
  -webkit-animation: mover2 1s infinite alternate;
  animation: mover2 1s infinite alternate;
}
img.vert-move3 {
  -webkit-animation: mover2 1s infinite alternate;
  animation: mover2 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
  }
}
@-webkit-keyframes mover2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes mover2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}

table {
  width: 100%;
  line-height: 15px;
}

.tokensale-table td {
  padding: 15px;
  width: 50%;
}

.tokensale-table td:nth-child(odd) {
  color: #d89f2a;
  text-transform: uppercase;
  text-align: right;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
}

.tokensale-table td:nth-child(even) {
  text-align: left;
  font-size: 14px;
  color: #8f9ca8;
}

.roadmap-title {
  width: 45px;
  height: auto;
  margin: 0 auto;
}

.roadmap-title-s {
  display: none;
  margin-bottom: 30px;
}

.roadmap-title-s h3 {
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 10px;
  background: -webkit-linear-gradient(left, #fffde7, #f5ce61);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.branch-l {
  padding: 0px;
  padding-left: 15px;
}

.branch-r {
  padding: 0px;
  padding-right: 15px;
  text-align: right;
}

.roadmap-square {
  width: 25px;
  height: 25px;
  background: #eadaac;
}

.branch-r .roadmap-square {
  float: right;
}

.v-line {
  border-left: 3px solid rgba(216, 159, 42, 1);
}

.line-l {
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #eadaac, #d89f2a);
}

.line-r {
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #d89f2a, #eadaac);
}

.roadmap-info {
  padding-top: 0px;
  padding-bottom: 25px;
}

.roadmap-info p {
  font-size: 14px;
  line-height: 20px;
}

td {
  padding: 5px;
  line-height: 25px;
}

td:nth-child(odd) {
  color: #d89f2a;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  width: 60px;
}

td:nth-child(even) {
  font-size: 14px;
  color: #8f9ca8;
}

#team {
  text-align: center;
  background: url(../images/backgrounds/bg-team.jpg) no-repeat top center;
  background-size: cover;
  background-color: #112a40;
}

.team-circle {
  max-width: 182px;
  max-height: 182px;
  display: inline-block;
  background: url(../images/backgrounds/team-circle.png) no-repeat;
  background-size: 100%;
  padding: 15px;
  margin-bottom: 15px;
  transition: 0.3s;
}

.team-circle:hover {
  transform: scale(1.1);
}

.team-image {
  width: 150px;
  height: 150px;
  border-radius: 75px;
  overflow: hidden;
}

.team-user {
  line-height: 150px;
  background: #345674;
  font-size: 60px;
  color: #112a40;
}

#team h3 {
  color: #d89f2a;
}

#contact {
  padding-bottom: 175px;
  background: url(../images/backgrounds/bg-footer.png) no-repeat bottom center;
  background-color: #112a40;
  background-size: contain;
  text-align: center;
  position: relative;
}

@media (max-width: 892px) {
  #contact {
    padding: 0 0 90px 0;
  }
}

@media (min-width: 759px) and (max-width: 892px) {
  #contact {
    height: 570px;
    padding: 0 0 90px 0;
  }
}

@media (min-width: 668px) and (max-width: 758px) {
  #contact {
    height: 550px;
  }
}

@media (min-width: 494px) and (max-width: 667px) {
  #contact {
    height: 575px;
  }
}

@media (min-width: 454px) and (max-width: 493px) {
  #contact {
    height: 600px;
  }
}

@media (min-width: 357px) and (max-width: 453px) {
  #contact {
    height: 630px;
  }
}

@media (min-width: 333px) and (max-width: 356px) {
  #contact {
    height: 660px;
  }
}

@media (min-width: 320px) and (max-width: 332px) {
  #contact {
    height: 690px;
  }
}

.contact-wrapper {
  /*width: 420px;*/
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.contact-wrapper h2 {
  margin-top: 10px;
}

#contact img {
  /*max-width: 265px;*/
}

ul.social {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

ul.social li {
  display: inline-block;
  transition: 0.8s;
  margin: 10px 7.5px;
}

.social-links {
  background: transparent;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #8f9ca8;
  border: 1px solid #494b3a;
  display: inline-block;
  border-radius: 25px;
  transition: 0.3s;
}

.social-links:hover {
  color: #112a40;
  background: #d89f2a;
  border: 1px solid #d89f2a;
}

.copyright {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.copyright-text {
  width: 100%;
  display: inline-block;
}

input[type="text"],
input[type="email"],
select,
textarea {
  background: transparent;
  line-height: 140%;
  border: none;
  border-bottom: 1px solid rgba(216, 159, 42, 0.3);
  height: 35px;
  width: 100%;
  line-height: 35px;
  padding: 6px 12px;
  color: #8f9ca8;
  font-size: 14px;
}

select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  height: 40px;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
  outline: none !important;
  opacity: 1 !important;
  border-bottom: 1px solid rgba(216, 159, 42, 1) !important;
}

.input-style::-webkit-input-placeholder {
  opacity: 0.6;
}

.input-style:-moz-placeholder {
  opacity: 0.6;
}

.input-style::-moz-placeholder {
  opacity: 0.6;
}

.input-style::-ms-input-placeholder {
  opacity: 0.6;
}

.code-enabler p {
  position: absolute;
  left: 35px;
  top: 12px;
}

/* Hide the browser's default checkbox */
.code-enabler input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

label {
  margin-bottom: 0px;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 15px;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid rgba(216, 159, 42, 0.3);
}

/* On mouse-over, add a grey background color */
.code-enabler:hover input ~ .checkmark {
  background-color: #d89f2a;
  border: 1px solid rgba(216, 159, 42, 1);
}

/* When the checkbox is checked, add a blue background */
.code-enabler input:checked ~ .checkmark {
  background-color: #d89f2a;
  border: 1px solid rgba(216, 159, 42, 1);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.code-enabler input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.code-enabler .checkmark:after {
  left: 6px;
  top: 4px;
  width: 7px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#proposers {
  background: url(../images/backgrounds/bg-building.jpg) no-repeat bottom center;
  background-size: cover;
  position: relative;
  background-color: #112a40;
}

#proposers img {
  max-width: 300px;
}

#service {
  text-align: right;
  background: none;
}

.service-col {
  float: right;
  width: 50%;
  padding: 15px;
}

.terms-privacy {
  min-height: 100%;
  padding-bottom: 200px;
  position: relative;
}

/* ************************** Custom CSS ************************* */

section {
  padding-top: 90px;
  padding-bottom: 0;
}

/* .section-title {
  display: flex;
  justify-content: center;
} */

#home-content h2 {
  margin-bottom: 10px;
}

#home-content h3:not(:last-child) {
  margin-bottom: 20px;
}

#grants {
  padding-top: 90px;
}

#grants p {
  text-align: left;
  margin-bottom: 20px;
}

#grants img {
  margin-bottom: 20px;
}

#grants-popup-4 p {
  margin-bottom: 10px;
}

#about h3, #about h1 {
  margin-bottom: 20px;
}

#about .about-icon {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  margin-bottom: 0;
}

#about .about-icon img {
  margin-bottom: 10px;
}

#about .about-icon h3 {
  margin-bottom: 5px;
}

#about .about-col p {
  font-size: 15px;
  line-height: 22px;
}

#industry-adoption h2 {
    margin-top: 20px;
}

#industry-adoption p, #grants-popup-4 p {
    display: flex;
}

#industry-adoption .dot, #grants-popup-4 .dot {
    margin-right: 10px;
}

#home-content h3,
#features p,
#grants p,
#about h3,
#about p,
#team p,
#media p,
#security h3 {
  text-align: justify;
}

#grants a {
    text-decoration: underline;
    color: #cb972b!important;
    line-height: 1.2;
}

#media a {
    color: #cb972b!important;
}

#tem h2 {
    text-align: left;
}

#team p {
 margin-bottom: 20px;
}

.article h3 {
    margin-top: 25px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    padding: 0;
    font-weight: 700;
    line-height: 1.3;
  background: -webkit-linear-gradient(left, #fffde7, #f5ce61);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  margin-bottom: 20px!important;
}