@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900");

body {
	font-family: "Raleway", sans-serif;
	font-size: 1.2em;
  color: #707070;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

a {
  transition: all 0.3s ease;
  color: #38B;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #D40;
}

a:focus {
  outline: none;
}

.btn {
  padding: 8px 32px;
}

.btn:hover {
  background-color: #ced4da;
}

.tm-section-pad-top {
  padding-top: 80px;
  padding-bottom: 40px;
}

.tm-font-big {
  font-size: 1.25rem;
}

/* Navbar */

.tm-navbar {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background: rgba(10, 22, 40, 0.55);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  transition: background 0.35s ease, box-shadow 0.35s ease;
}

.tm-navbar.scroll {
  background: rgba(10, 22, 40, 0.92);
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.45);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.navbar-brand {
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0;
}

.navbar-brand img {
  height: 56px;
  border-radius: 8px;
  object-fit: contain;
}

.navbar-brand:hover,
.tm-navbar.scroll .navbar-brand:hover {
  color: #f0b429;
  text-decoration: none;
}

.tm-navbar.scroll .navbar-brand {
  color: white;
}

.nav-item {
  list-style: none;
}

.tm-nav-link {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 0.5rem 1.1rem !important;
  position: relative;
  transition: color 0.25s ease;
  background: none !important;
}

.tm-nav-link::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #f0b429, #38B);
  border-radius: 2px;
  transition: width 0.3s ease;
}

.tm-nav-link:hover,
.tm-nav-link.current {
  color: #fff !important;
  background: none !important;
}

.tm-nav-link:hover::after,
.tm-nav-link.current::after {
  width: 60%;
}

.navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 6px 12px;
  border-radius: 8px;
}

.navbar-toggler-icon {
  color: white;
  padding-top: 6px;
}

.tm-navbar.scroll .navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.tm-navbar.scroll .navbar-toggler-icon {
  color: rgba(255, 255, 255, 0.8);
}

/* Hero */

#infinite {
  background-color: #0a1628;
  background-image: url(../img/hero-crypto-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  min-height: 375px;
  position: relative;
}

.tm-hero-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.tm-hero-text-container-inner {
  margin-top: -90px;
}

.tm-hero-title {
  font-size: 3.5rem;
  text-shadow: 2px 2px 2px #333;
}

.tm-hero-subtitle {
  text-shadow: 2px 2px 2px #333;
}

@media (max-height: 480px) {
  .tm-hero-text-container-inner {
    margin-top: -40px;
  }
}

.tm-section-title {
  font-size: 2.6rem;
  font-weight: normal;
}

/* Contact */

#contact {
  color: white;
  background-color: #0a1628;
  background-image: linear-gradient(180deg, rgba(10,22,40,0.92) 0%, rgba(10,22,40,0.97) 100%), url(../img/hero-crypto-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 980px;
  position: relative;
  padding-bottom: 50px;
  padding-top: 100px;
}

.contact-item {
  margin-left: 20px;
  margin-bottom: 50px;
}

.item-link {
  display: flex;
  align-items: center;
}

.item-link i,
.item-link span {
  color: white;
  transition: all 0.3s ease;
}

.item-link:hover i,
.item-link:hover span {
  color: #3496d8;
}

::placeholder {
  color: white;
  opacity: 1;
}

.tm-footer {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  padding: 0 15px;
}

.tm-footer a {
  color: #fff;
}

.tm-footer a:hover {
  color: #9CF;
}

p {
  line-height: 1.9;
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1275px;
  }

  .tm-container-contact {
    max-width: 1063px;
  }
}

@media (max-width: 767px) {
  .navbar-nav {
    max-width: 200px;
    text-align: right;
  }

  .navbar-collapse {
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 3px;
  }

  .navbar-collapse .nav-link {
    color: #707070;
    padding-right: 20px;
  }
}
