:root {
  --a: #003755;
  --b: #00040D;
  --c: #2D90FD;
  --d: #93CED6;
}

* {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: "Chivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-rendering: geometricPrecision;
  appearance: none;
  border: 0;
  outline: none;
  box-sizing: border-box;
  transition: opacity 0.25s, background-color 0.25s, color 0.25s, transform 0.25s;
}
@media (max-width: 800px) {
  * {
    font-size: 16px;
  }
}

html, body {
  width: 100vw;
  overflow-x: hidden;
}

body {
  background-color: white;
}

h1, h2, h3, h4, h5, h6 {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-family: "Archivo", sans-serif;
  color: black;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  line-height: 1.1;
  margin-block-end: 1rem;
}
h1.gradient, h2.gradient, h3.gradient, h4.gradient, h5.gradient, h6.gradient {
  background: linear-gradient(90deg, #2D90FD 0%, #93CED6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

p {
  color: black;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: -0.04em;
  margin-block-end: 0.75rem;
}
p strong {
  font-weight: 500;
  color: black;
}
p:last-child {
  margin-block-end: 0;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}
a.underline {
  text-decoration: underline;
}

strong {
  font-weight: bolder;
}

a.button {
  width: min-content;
  height: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  white-space: nowrap;
  border: 2px solid black;
  padding: 0rem 0.5rem;
  text-decoration: none;
  border-radius: 0.25rem;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  color: black;
  transition: all 0.25s;
}
a.button span {
  transition: all 0.25s;
}
a.button:hover {
  background-color: black;
  color: white;
}
a.button:hover span {
  transform: translateX(2px);
}
a.button:active {
  background-color: black;
  color: white;
  transition: none;
  border-color: black;
}

section {
  transition: opacity 0.5s, transform 0.5s;
  padding: 3rem 0;
}

.container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 2rem;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .container {
    padding: 0 1rem;
  }
}

footer#hive-footer section {
  max-width: 1360px;
  margin: 0 auto;
}

header {
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 1000;
  top: 0;
  background: rgba(255, 255, 255, 0);
  transition: background 0.25s;
}
header.fill {
  background: white;
}
header .container {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
header .container > a {
  margin-right: auto;
}
header img {
  width: auto;
  height: 60px;
}
header button {
  display: none;
  font-size: 0;
  width: 40px;
  height: 40px;
  background: url(https://hivedigitaltechnologies.com/static/www/images/menu-black.svg) center center no-repeat;
}
header nav {
  display: flex;
  gap: 10px;
}
header nav a {
  font-family: "Archivo", sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  color: black;
}
header nav a:hover {
  background: linear-gradient(90deg, #2D90FD 0%, #93CED6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 650px) {
  header button {
    display: block;
    font-size: 0;
  }
  header nav {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    height: auto;
    flex-direction: column;
    gap: 0;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.2);
    transition: all 0.25s;
  }
  header nav a {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: white;
    padding: 0 2rem;
    border-bottom: 1px solid #f2f2f2;
  }
  header nav a:first-child {
    border-top: 1px solid #f2f2f2;
  }
  header nav a:hover {
    background: #f0f0f0;
    background-clip: initial;
    -webkit-background-clip: initial;
    text-fill-color: black;
    -webkit-text-fill-color: black;
  }
  header nav:not(.open) {
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
  }
}
@media screen and (max-width: 500px) {
  header nav a {
    padding: 0 1rem;
  }
}

#hero {
  padding-top: 200px;
  position: relative;
}
#hero .container {
  position: relative;
  overflow: visible;
  z-index: 10;
}
#hero svg {
  position: absolute;
  top: -20%;
  right: -20%;
  z-index: 0;
  width: 100%;
}
#hero svg path {
  stroke-width: 1px;
  stroke: #f2f2f2;
  transition: fill 1.5s;
  fill: white;
}
#hero svg path.filled {
  transition: fill 0.1s;
  fill: #f9f9f9;
}
#hero h1 {
  font-size: 48px;
  max-width: 800px;
}
#hero #hero-tickers {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 2rem;
}
#hero #hero-tickers > span {
  font-family: "Chivo", sans-serif;
  background: linear-gradient(to bottom, white, #f2f2f2);
  border-radius: 4px;
  font-weight: 300;
  font-size: 13.5px;
  padding: 4.5px 9px;
  color: #222;
  border: 1px solid #e9e9e9;
  box-shadow: 0px 1px rgba(0, 0, 0, 0.025);
  white-space: nowrap;
}
#hero #hero-tickers > span img {
  width: auto;
  height: 9px;
  margin-right: 5px;
}
#hero p {
  font-size: 24px;
  font-weight: 200;
}
#hero form {
  border-radius: 12px;
  background: linear-gradient(to top, white, #f2f2f2);
  max-width: fit-content;
  padding: 6px;
  margin-top: 2rem;
  border: 1px solid #e9e9e9;
  border-bottom: 1px solid #e1e1e1;
  box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.15);
}
#hero form input {
  height: 40px;
}
#hero form input[type=email] {
  background-color: transparent;
  padding: 0 10px;
  width: 400px;
}
#hero form input[type=submit] {
  background-color: black;
  background: linear-gradient(90deg, #2D90FD 0%, #93CED6 100%);
  border-radius: 6px;
  color: white;
  text-transform: uppercase;
  font-family: "Archivo", sans-serif;
  font-size: 15px;
  padding: 0 16px;
  cursor: pointer;
}
@media screen and (max-width: 580px) {
  #hero form input[type=submit] {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  #hero h1 {
    font-size: 40px;
  }
  #hero p {
    font-size: 20px;
  }
}
@media screen and (max-width: 420px) {
  #hero h1 {
    font-size: 9vw;
  }
  #hero p {
    font-size: 20px;
  }
}

#why-hive {
  background: linear-gradient(to bottom, #f9f9f9, transparent);
}
#why-hive #why-hive-header {
  padding: 0 24px;
}
#why-hive #why-hive-header h2 {
  font-size: 64px;
}
#why-hive #why-hive-header p {
  font-size: 30px;
}
#why-hive ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  gap: 8px;
  margin-top: 2rem;
}
#why-hive ul li {
  background-color: #f2f2f2;
  border-radius: 10px;
  font-weight: 900;
  font-size: 14px;
  padding: 24px;
}
#why-hive ul li h3 {
  margin-block-end: 0.4rem;
  font-size: 15px;
  background: linear-gradient(90deg, #2D90FD 0%, #93CED6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 800px) {
  #why-hive #why-hive-header {
    padding: 0 12px;
  }
  #why-hive #why-hive-header h2 {
    font-size: 48px;
  }
  #why-hive #why-hive-header p {
    font-size: 20px;
  }
  #why-hive ul {
    grid-template-columns: 1fr;
  }
}

#quick-stats .container:first-child #quick-stats-header {
  padding: 0 24px;
}
#quick-stats .container:first-child #quick-stats-header h2 {
  font-size: 24px;
  margin-block-end: 0.5rem;
}
#quick-stats .container:first-child #quick-stats-info {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1px;
  background: #f2f2f2;
  padding: 1px;
}
#quick-stats .container:first-child #quick-stats-info div {
  padding: 24px;
  background: white;
}
#quick-stats .container:first-child #quick-stats-info div h3 {
  background: linear-gradient(90deg, #2D90FD 0%, #93CED6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-weight: 900;
  margin-block-end: 0.4rem;
}
#quick-stats .container:first-child #quick-stats-info div span {
  line-height: 1.4;
}
@media screen and (max-width: 1174px) {
  #quick-stats .container:first-child #quick-stats-info {
    grid-template-columns: 1fr 1fr;
  }
  #quick-stats .container:first-child #quick-stats-info div:last-child {
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 800px) {
  #quick-stats .container:first-child #quick-stats-header {
    padding: 0 12px;
  }
}
#quick-stats .container:last-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#quick-stats .container:last-child > div {
  display: flex;
  flex-direction: column;
}
#quick-stats .container:last-child > div h2 {
  order: 2;
  margin-top: 10px;
}
#quick-stats .container:last-child iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
#quick-stats .container:last-child #tradingview_72046 > div {
  height: 100% !important;
}
@media screen and (max-width: 800px) {
  #quick-stats .container:last-child {
    grid-template-columns: 1fr;
  }
  #quick-stats .container:last-child > div h2 {
    order: 0;
    margin-top: 30px;
    padding: 0 12px;
  }
}

#our-mission h2 {
  font-size: 36px;
  background: linear-gradient(90deg, #2D90FD 0%, #93CED6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
#our-mission p {
  max-width: 840px;
}
#our-mission p:first-of-type {
  font-size: 30px;
}
@media screen and (max-width: 800px) {
  #our-mission h2 {
    font-size: 30px;
  }
  #our-mission p:first-of-type {
    font-size: 24px;
  }
}

#our-work .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
}
#our-work img {
  border-radius: 10px;
}
#our-work details {
  border-bottom: 1px solid #f2f2f2;
}
#our-work details summary {
  position: relative;
  list-style-type: none;
  cursor: pointer;
  padding: 20px;
}
#our-work details summary::-webkit-details-marker {
  display: none;
}
#our-work details summary:hover {
  background: linear-gradient(to bottom, #f9f9f9, transparent);
}
#our-work details summary:before {
  display: block;
  justify-content: center;
  align-items: center;
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 25 25" style="enable-background:new 0 0 25 25;" xml:space="preserve"><polygon fill="black" points="16.74,10.38 12.5,14.62 8.26,10.38 "/></svg>');
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 40px;
  height: 30px;
}
#our-work details summary h3 {
  margin-block-end: 0;
  width: calc(100% - 40px);
}
#our-work details div {
  padding: 20px;
  padding-top: 0;
}
#our-work details div span {
  line-height: 1.4;
}
#our-work details[open] summary:before {
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 25 25" style="enable-background:new 0 0 25 25;transform:rotate(180deg);" xml:space="preserve"><polygon fill="black" points="16.74,10.38 12.5,14.62 8.26,10.38 "/></svg>');
}
@media screen and (max-width: 800px) {
  #our-work .container {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}

/*# sourceMappingURL=style.css.map */
