@font-face {
  font-family: "Pathway Extreme 8pt Thin Italic";
  src: url("../fonts/PathwayExtreme-8ptThinItalic.woff2") format("woff2"), url("../fonts/PathwayExtreme-8ptThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Pathway Extreme 8pt Thin";
  src: url("../fonts/PathwayExtreme-8ptThin.woff2") format("woff2"), url("../fonts/PathwayExtreme-8ptThin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* VARIABLES */
/* Color */
/* MIXINS */
/* RESET CSS */
/* http://meyerweb.com/eric/tools/css/reset/
    v2.0 | 20110126
    License: none (public domain)
    */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  color: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  overflow: scroll;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}
a, a:hover, a:active, a:visited, a:focus {
  color: inherit;
}

i,
em,
.italic-text {
  font-style: italic;
}

.left {
  float: left;
}

.right {
  float: right;
}

.wrap-clear::after {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1;
  display: table;
  clear: both;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

:focus {
  outline: none;
}

input,
button,
textarea {
  border-radius: 0;
  appearance: none;
}

select {
  border-radius: 0;
  background-color: white;
}

textarea {
  resize: none;
}

/* COMMONS */
body {
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.6px;
}

ol,
ul {
  margin: 0px;
}

button,
input,
select,
textarea {
  -webkit-appearance: none;
  outline: none;
  border-radius: 0;
  background-color: transparent;
}

input,
textarea {
  background: transparent;
  border: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
a:focus {
  outline: none;
}

a {
  color: inherit;
  cursor: pointer;
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
  line-height: 1.2;
}

p {
  line-height: 1.3;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.slick-next:before,
.slick-prev:before {
  content: "";
}

.scroll-lock {
  height: 100%;
  overflow-y: hidden;
}
small {
  font-size: 13px;
}

.input[type=checkbox] {
  -webkit-appearance: checkbox;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media only screen and (min-width: 1025px) {
  .hidden-lg {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hidden-md {
    display: none !important;
  }
}

.img-responsive {
  width: 100%;
  height: auto;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    width: 90%;
    max-width: 768px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
}

.container-1 {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .container-1 {
    width: 90%;
    max-width: 768px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .container-1 {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial;
  font-size: 17px;
  position: relative;
}
@media (max-width: 767px) {
  body {
    padding-bottom: 180px;
  }
}

#body-wrapp {
  background-image: url("../images/UTXO-BG.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #body-wrapp {
    min-height: 100vh;
    background-image: url("../images/UTXO-BG-Mobile.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.blue {
  background: rgb(144, 129, 168);
  background: linear-gradient(140deg, rgb(144, 129, 168) 0%, rgb(92, 67, 124) 13%, rgb(57, 26, 95) 30%, rgb(46, 12, 86) 50%, rgb(57, 26, 95) 72%, rgb(92, 67, 124) 90%, rgb(130, 112, 154) 100%);
  min-height: 100vh;
}

.hero {
  position: relative;
  padding-top: 60px;
  padding-bottom: 140px;
}
.hero .header-wrapper {
  position: absolute;
  width: 100%;
}
@media (max-width: 767px) {
  .hero .header-wrapper {
    position: unset;
  }
}
.hero .header-wrapper .wrapper-logo-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: unset;
  align-items: flex-start;
}
.hero .header-wrapper .wrapper-logo-nav .flex-item-nav {
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.hero .header-wrapper .wrapper-logo-nav .flex-item-nav .menu-wrap {
  display: flex;
  align-items: center;
  padding: 5px 20px;
  background-color: #23d167;
  border-radius: 20px;
  cursor: pointer;
  margin-bottom: 5px;
  gap: 5px;
  justify-content: center;
}
.hero .header-wrapper .wrapper-logo-nav .flex-item-nav .menu-wrap #menuBtn {
  color: white;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  display: inline-block;
  padding: 0;
}
.hero .header-wrapper .wrapper-logo-nav .flex-item-nav .menu-wrap .hamburger {
  width: 20px;
  /* Set your desired width */
  height: 20px;
  /* Set your desired height */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}
.hero .header-wrapper .wrapper-logo-nav .flex-item-nav .menu-wrap .bar {
  width: 100%;
  height: 2px;
  background-color: white;
  transition: transform 0.3s, opacity 0.3s;
}
.hero .header-wrapper .wrapper-logo-nav .flex-item-nav .menu-wrap .bar:first-child {
  margin-bottom: 9.5px;
  /* Set your desired spacing between bars */
}
.hero .header-wrapper .wrapper-logo-nav .flex-item-nav .menu-wrap .menu-open .bar:first-child {
  transform: translateY(6px) rotate(45deg);
}
.hero .header-wrapper .wrapper-logo-nav .flex-item-nav .menu-wrap .menu-open .bar:last-child {
  transform: translateY(-6px) rotate(-45deg);
}
.hero .header-wrapper .wrapper-logo-nav .flex-item-nav #navItems {
  display: none;
}
.hero .header-wrapper .wrapper-logo-nav .flex-item-nav #navItems .link-class {
  background-color: #23d167;
  display: block;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 1.5rem;
  color: white;
  margin-bottom: 1px;
}
.hero .header-wrapper .wrapper-logo-nav .flex-item-nav #navItems.active {
  display: block;
  transition: display 0.3s ease;
}
.hero .header-wrapper .wrapper-logo-nav .item-logo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 200px;
}
@media (max-width: 767px) {
  .hero .header-wrapper .wrapper-logo-nav .item-logo {
    padding-right: 0px;
  }
}
.hero .header-wrapper .wrapper-logo-nav .item-logo a .logo-image {
  width: 130px;
}
@media (max-width: 767px) {
  .hero .header-wrapper .wrapper-logo-nav {
    flex-direction: row-reverse;
  }
  .hero .header-wrapper .wrapper-logo-nav .flex-item-nav {
    align-items: flex-end;
  }
  .hero .header-wrapper .wrapper-logo-nav .item-logo {
    justify-content: flex-start;
  }
}
.hero #myVideo {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .hero #myVideo {
    position: fixed;
    right: 0;
    top: 0;
    /* min-width: 100%; */
    /* min-height: 100%; */
    max-width: 100%;
  }
}
.hero #myVideoMobile {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .hero #myVideoMobile {
    position: fixed;
    right: 0;
    top: 0;
    /* min-width: 100%; */
    /* min-height: 100%; */
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero #myVideoMobile img {
    transform: scale(1.25);
  }
}
@media screen and (max-width: 768px) {
  .hero #myVideo {
    right: 0;
    top: 0;
    /* min-width: 100%; */
    /* min-height: 100%; */
    max-width: 100%;
  }
}
.hero .content {
  position: fixed;
  bottom: 30px;
  color: #23d167;
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .hero .content {
    padding: 0 15px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.hero .content h1 {
  font-size: 37px;
  font-family: "Pathway Extreme 8pt Thin";
  font-weight: bold;
}
@media (max-width: 767px) {
  .hero .content h1 {
    font-size: 5vw;
  }
}
.hero .content a {
  text-align: right;
  background-color: #fff;
  border-radius: 50px;
  width: 50px;
  height: 50px;
}
.hero #myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}
.hero #myBtn:hover {
  background: #ddd;
  color: black;
}
.hero .navbar_container {
  color: white;
  z-index: 10;
}
.hero .navbar_container .dropdown .dropdown-list-2 {
  display: none;
}
.hero .navbar_container .dropdown .w--open {
  display: block;
  padding-top: 1px;
  padding-top: 1px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
}
.hero .navbar_container .dropdown .navbar_menu-content {
  font-size: 2rem;
}
.hero .navbar_container .dropdown .navlink_wrapper {
  font-size: 2rem;
}
.hero .navbar_container .dropdown .navlink {
  background-color: var(--black);
  color: #fff;
  border-radius: 50px;
  padding: 0.8rem 1rem;
  font-family: ABC Camera Plain, sans-serif;
  font-size: 24px;
  text-decoration: none;
}
.hero .navbar_container .dropdown .navlink.white {
  z-index: 101;
  color: #000;
  background-color: #fff;
  width: auto;
  padding: 0.8rem 1.2rem 0.8rem 1rem;
  text-decoration: none;
  position: relative;
}

.lottie-animation-2 image {
  display: none;
}

.wrapper-header {
  margin-top: 7.2rem;
  padding-top: 0.5rem;
  padding-bottom: 2rem;
}
.wrapper-header .head {
  text-align: start;
  text-transform: uppercase;
  font-size: 4rem;
  color: #23d167;
}

.page-name {
  color: #23d167;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 700;
}

.portfolio-section {
  margin-top: 150px;
  font-family: "Pathway Extreme 8pt Thin";
  /* Media Queries */
}
.portfolio-section .filter-section {
  padding: 30px 60px;
  transition: 1.3s;
}
.portfolio-section .controls ul {
  text-align: center;
}
.portfolio-section .controls ul li {
  color: #f1f1f1;
  opacity: 0.7;
  background: transparent;
  display: inline;
  padding: 12px 16px;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-tap-highlight-color: transparent;
}
.portfolio-section .controls ul li:hover,
.portfolio-section .controls ul li.active {
  text-decoration: underline solid white 2px;
  text-underline-offset: 0.5rem;
  opacity: 1;
}
.portfolio-section .clearfix:after {
  display: table;
  content: " ";
  clear: both;
}
.portfolio-section .item-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 300px;
  gap: 3rem;
}
.portfolio-section .item-grid .item {
  display: none;
  overflow: hidden;
}
@media (max-width: 768px) {
  .portfolio-section .item-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 768.1px) and (max-width: 991px) {
  .portfolio-section .item-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.portfolio-section .sorting-wrapper .flex-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.portfolio-section .sorting-wrapper .flex-filter #filterButtons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.portfolio-section .sorting-wrapper .flex-filter #filterButtons .filter {
  padding: 5px 20px;
  border: 2px solid white;
  border-radius: 20px;
  color: white;
  font-size: 22px;
  white-space: nowrap;
  transition: all 0.2s ease;
  font-family: "Pathway Extreme 8pt Thin";
  font-weight: 700;
}
.portfolio-section .sorting-wrapper .flex-filter #filterButtons .filter:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  .portfolio-section .sorting-wrapper .flex-filter #filterButtons {
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.portfolio-section .sorting-wrapper .flex-filter .filter-item-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  flex: 1;
  overflow: hidden;
  height: auto !important;
  width: auto !important;
  perspective-origin: unset !important;
  perspective: none !important;
  transition: none !important;
}
@media (max-width: 767px) {
  .portfolio-section .sorting-wrapper .flex-filter .filter-item-wrapper {
    flex-direction: column;
  }
}
.portfolio-section .sorting-wrapper .flex-filter .filter-item-wrapper .mix {
  border: 2px solid #23d167;
  padding: 5px 20px;
  border-radius: 20px;
  color: #23d167;
  font-size: 24px;
}
.portfolio-section .sorting-wrapper .flex-filter .filter-item-wrapper .mix:hover {
  background: #23d167;
  color: black;
  cursor: pointer;
}
@media (max-width: 767px) {
  .portfolio-section .sorting-wrapper .flex-filter {
    flex-direction: column;
  }
  .portfolio-section .sorting-wrapper .flex-filter .filter-item-wrapper {
    flex-direction: row;
  }
}

.research-section {
  margin-top: 170px;
}

.about-section {
  margin-top: 170px;
}

.team-section {
  margin-top: 170px;
}

footer {
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
footer .footer-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
footer .footer-wrapper .logo {
  flex-shrink: 0;
}
footer .footer-wrapper .logo .logo-home {
  display: inline-flex;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 900;
}
footer .footer-wrapper .logo .logo-home img {
  width: 130px;
}
footer .footer-wrapper .link-wrap {
  width: 100%;
}
footer .footer-wrapper .link-wrap .links-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-end;
  gap: 10rem;
  width: 100%;
}
@media (max-width: 767px) {
  footer .footer-wrapper .link-wrap .links-wrapper {
    flex-direction: column;
    gap: 1rem;
  }
}
footer .footer-wrapper .link-wrap .links-wrapper .links {
  display: inline-block;
  color: white;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 900;
}

.filter.mixitup-control-active {
  background: white;
  color: black !important;
}