@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;700&display=swap');

@font-face {
  font-family: ProximaNova;
  src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.eot);
  src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.eot?#iefix) format("embedded-opentype"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.woff2) format("woff2"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.woff) format("woff"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.ttf) format("truetype"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.svg#wf) format("svg");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: ProximaNova;
  src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.eot);
  src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.eot?#iefix) format("embedded-opentype"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.woff2) format("woff2"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.woff) format("woff"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.ttf) format("truetype"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.svg#wf) format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: ProximaNova;
  src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.eot);
  src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.eot?#iefix) format("embedded-opentype"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.woff2) format("woff2"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.woff) format("woff"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.ttf) format("truetype"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.svg#wf) format("svg");
  font-weight: 700;
  font-style: normal
}

/*
font-family: 'Montserrat', sans-serif;
*/

html {
  scroll-behavior: smooth;
}

body {
  font-family: ProximaNova;
  background: #000;
  color: #fff;
}

h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
}

h1 {
  
}

.burger {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 25px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}

.burger span {
  display: block;
  height: 3px;
  background: black;
  border-radius: 3px;
  transition: all 0.3s ease;
}

#logo h1 {
  display: flex;
  align-items: center;
}

#logo h1 span {
  margin-left: auto;
  font-weight: bold;
  font-size: 3rem;  
  color: #FFFFFF;
  text-transform: uppercase;
}

h2 {
  font-size: 9.6rem;
}

p {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 300;
}

.row {
  max-width: 160rem;
  margin: 0 auto;
}

.accent {
  color: #3e6eb2;
}

#hero,
#seller,
#culture,
#portfolio,
#posts,
#testimonials,
footer {
  min-height: 100vh;
  padding-top: 20rem;
  position: relative;
  box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box;
}

.button {
  padding: 1rem 2.5rem;
  background: #3e6eb2;;
  border-radius: .3rem;
  display: inline-block;
  font-size: 2.4rem;
  color:white;
  text-transform: uppercase;
  font-weight: bold;
}

.button:hover {
  background:#33488e;
}

.pointer {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  margin-left: -20px;
  animation: bounce 2s ease infinite;
  -webkit-animation: bounce 2s ease infinite;
}

.bounce {
  animation: bounce 2s ease infinite;
}
@keyframes bounce {
    70% { transform:translateY(0%); }
    80% { transform:translateY(-15%); }
    90% { transform:translateY(0%); }
    95% { transform:translateY(-7%); }
    97% { transform:translateY(0%); }
    99% { transform:translateY(-3%); }
    100% { transform:translateY(0); }
}

/* header */
header {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, .25);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

h1 a {
  display: block;
  height: 70px;
  width: 160px;
  text-indent: -9999px;
  background: url(../img/logo4.svg) 0 0 no-repeat;
  /*filter: invert(100%) sepia(45%) saturate(1%) hue-rotate(61deg) brightness(104%) contrast(101%);*/
}

.main-nav {
  text-align: right;
  justify-content: end;
}

.main-nav ul {
  float: right;
}

.main-nav li {
  display: inline-block;
}

.main-nav li a {
  font-size: 2rem;
  text-transform: uppercase;
  padding: 0 2rem;
  font-weight: bold;
}

.main-nav li a:hover {
  color: rgba(255, 255, 255, .8);
}

/* main */

#hero > div {
  background: none;
  margin: 0 auto;
}

#hero h2 ,
#hero.inner h2{
  font-size: 9.6rem;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  margin: 0 0 3.2rem 0;
}

#hero h2 *,
#hero.inner h2 * {
  display: inline;
}

#hero h2 strong,
#hero.inner h2 strong {
  font-weight: 700;
}

#hero p {
  text-align: center;
}

#hero.inner h2{
  font-size: 8rem;
}
#portfolio .row div > ul li span.highlight {
  display: inline-block;  
}
span.highlight {
  color: #3e6eb2;;
  font-weight: bold;
}

#hero {
  background: url(../img/body_bg.png) no-repeat center;
  background-size: cover;
}

/* seller */
#seller,
#culture {
  background: #030303;
  padding-bottom: 3rem;
}

#seller {
  background: #e1f1fd;
}

#seller h3, #seller p {
  color:#212121;
}

#culture {
  padding-top: 20rem;
}

#seller .row,
#culture .row {
  display: grid;
  grid-template-columns: 45% 45%;
  grid-template-rows: 1fr;
  column-gap: 10%;
  width: 90%;
}

#seller h3,
#culture h3,
#portfolio h3 {
  font-size: 5.4rem;
  text-align: left;
  margin: 0 0 2rem 0;
  /* font-weight: bold; */
}

#portfolio h3.highlight {
  font-weight: bold;
  color:#3e6eb2;;
}

#seller .row div,
#culture .row div {
  margin-bottom: 5rem;
}

#seller .row div p,
#culture .row div p {
  margin-bottom: 1rem;
}

#seller h3 strong,
#culture h3 strong {
  font-weight: 700;
  text-transform: uppercase;
}

#seller > .row .cont,
#culture > .row .cont {
  display: flex;
  flex-direction: row;
  gap: 6.4rem;
}

/* portfolio */
#portfolio {
  background: #eaf3ff;
  position: relative;
  padding-bottom: 10rem;
}

#portfolio h4, #portfolio a {
  color: #3e6eb2;;
  font-weight: bold;
}

#portfolio a {
  color: #212121
}

#portfolio li.active a {
  color:#3e6eb2;;
}

#portfolio h4, 
#posts h4,
#modal h4 {
  font-size: 6.4rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10rem;
  text-align: left;
}

#posts p {
  font-weight: 300;
}

.smallcaps {
  margin-top:2rem;
}

#posts .smallcaps p {
  font-size: 1.2rem;
}

.ending {
  display: flex;
  align-items: center;
  justify-content: center;
  padding:3rem 0;
  margin-top:5rem;
}

.ending img {
  max-width: 200px;
  /*filter: invert(15%) sepia(52%) saturate(3802%) hue-rotate(222deg) brightness(93%) contrast(90%);*/
  margin-right:2rem;
}

.ending p {
  color:#1f388e;
  font-weight: bold;
  font-size:5.5rem;
  margin:0;
}

#portfolio h4 {
  font-size: 4.4rem;
  margin-bottom: 3rem;
}

#portfolio nav {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  border-right: 1px solid #65a6a9;
}

#portfolio nav li {
  margin: 1rem 0;
}

#portfolio nav li a:hover {
  color: rgba(31, 56, 142, 0.803);
}

#portfolio nav li:first-of-type {
  margin-top: 0;
}

.portfolio-listing li.founders {
  display:block;
}

.portfolio-listing li.team {
  display: none;
}

.main-nav li a:hover {
  color: #3e6eb2;
}

.main-nav li:last-of-type a {
  filter: invert(37%) sepia(60%) saturate(564%) hue-rotate(175deg) brightness(96%) contrast(88%);
  position: relative;
  top:5px;
}

.main-nav li:last-of-type a:hover {
  filter: invert(100%) sepia(32%) saturate(0%) hue-rotate(252deg) brightness(110%) contrast(101%);
}

.main-nav li:last-of-type a img {
  height: 2.4rem;
}

.main-nav li:last-of-type a img {
  height: 2.4rem;
}

#portfolio nav li.active {
  border-right: 2px solid #1f388e;
}

#portfolio .row div.team > ul {
  display:block;
}

#portfolio .row div.team > ul li {
  display:block;
  width:30%;
  float:left;
  background:#e4f0fc;
  padding:2rem;
}

#portfolio .row div.team > ul li:nth-child(2) {
  margin-left:5%;
  margin-right:5%;
  background:#e4f0fc;
}

#portfolio .row div.team > ul li img {
  border-radius:1000px;
  border:solid 5px #3e6eb2;
  width:200px;
  height:200px;
  display:block;
  margin:0 auto;
}

#portfolio .row div > ul li h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2.2rem;
  color: #3e6eb2;
  margin-bottom:.8rem;
  text-align: center;
  box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
}

#portfolio .row div > ul li.finance,
#portfolio .row div > ul li.development,
#portfolio .row div > ul li.research,
#portfolio .row div > ul li.memes,
#portfolio .row div > ul li.investments {
  display:none
}

#portfolio .row div > ul {
  display: grid;
  /*grid-gap: 4rem 1rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;*/
  grid-auto-columns: 1fr;
  text-align: center;
  margin: 0 auto;
}

#portfolio .row div > ul li p {
  margin-bottom:.8rem;
  text-align: left;
  color:#212121;
}

#portfolio .row div > ul li {
  display: flex;
  width: 100%;
  padding: 4% 2%;
  flex-direction: column;
  justify-content: space-between;
  padding-top:0;
}

#portfolio .row div > ul li:hover {
  background: rgba(255, 255, 255, .02);
}

#portfolio .row div > ul li img {
  display: block;
  border-radius: 5px;
}

#portfolio .row div > ul li:nth-child(5n) {
  border-right: none;
}

#portfolio .row div > ul li.last {
  border-bottom: none;
}

#portfolio .row div > ul li a,
#portfolio .row div > ul li span {
  display: flex;
  align-items: stretch;
  justify-content: left;
  vertical-align: middle;
}

#portfolio .row div > ul li a img,
#portfolio .row div > ul li img {
  width: 100%;
  height: 100%;  
  border-radius: 5px;
}

#portfolio .row div > ul li img {
  height:auto;
  margin-bottom:2rem;
}

.highlighter {
  background:#e4f0fc;
  padding:3rem;
  border-radius: 5px;
  margin-bottom:3rem;
}

ul.bullet {
  position: relative;
}

ul.bullet li {
  position: relative;
}

ul.bullet li:before {
  content: '';
   display: inline-block;
   width: 15px;
   height: 15px;
   -moz-border-radius: 7.5px;
   -webkit-border-radius: 7.5px;
   border-radius: 7.5px;
   background-color: #3e6eb2;
  color:#3e6eb2;
  position: absolute;
  left: -0.5rem;
  top: .7rem;
}

/* posts */

#posts {
  background: #1f388e;
}

#posts ul {
  overflow: hidden;
}

#posts li {
  padding: 2rem 0;
  overflow: hidden;
  border-bottom: 1px solid #282828;
}

#posts li:last-of-type {
  border-bottom: none;
}

#posts li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#posts li a span {
  font-size: 1.6rem;
  color: #bbb;
}

#posts li a h5 {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.5;
}

#posts li a em {
  font-size: 3rem;
  text-align: right;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}

/*
testimonials
*/

#testimonials {
  padding-bottom: 20rem;
  background: #0C0C0C;
}

#testimonials h4 {
  font-size: 6.4rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.testimonial {
  display: grid;
  grid-template-columns: 45% 45%;
  grid-template-rows: 1fr;
  column-gap: 10%;
  width: 90%;
  text-align: center;
  margin: 0 auto;
}

.testimonial img {
  border-radius: 100%;
  max-width: 30rem;
  width: 100%;
  margin-bottom: 2rem;
}

.testimonial h6 {
  color: #7130a6;
  text-transform: uppercase;
  font-size: 3rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.testimonial h5 {
  font-size: 3.2rem;
  margin-bottom: 1rem;
}

.testimonial p {
  font-size: 1.8rem;
}

/* footer */

footer {
  background: #e4f0fc;
  min-height: auto;
  padding-bottom: 4rem;
  text-align: center;
}

footer p {
  font-size: 3.2rem;
  margin-bottom: 3.2rem;
  color:#212121;
}

.overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: #000;
  z-index: 5000;
  border: 0;
}

.alert-warning {
  color: #7330A8;
}

.modal_container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  top: 10vh;
  border: 0;
  border-radius: 5px;
  overflow: hidden;
  background: #000;
  position: relative;
}

#modal {
  padding: 2.5rem 4rem;
}

.modal_close {
  position: absolute;
  top: 2.25rem;
  right: 2rem;
  overflow: hidden;
  text-indent: -9999px;
  display: block;
  height: 2rem;
  width: 2rem;
  z-index: 100;
}

.modal_close:before {
  display: block;
  content: ".";
  text-indent: -9999px;
  clear: both;
  height: 2rem;
  width: 2rem;
  background: url(../icons/close.svg) 0 0 no-repeat;
  background-size: contain;
  filter: invert(100%) sepia(0%) saturate(7480%) hue-rotate(129deg) brightness(105%) contrast(101%);
}

.modal_close:hover {
  opacity: .75;
}

#modal h4 {
  margin-bottom: 1rem;
}

#modal p {
  line-height: 2;
}

#modal input {
  color: #666;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  margin: 0 0.5rem;
  height: 1.9rem;
}

#modal input.text {
  width: -webkit-fill-available;
}

#modal textarea {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  margin-top: 2rem;
  color: #666;
  padding: 0 1rem;
  box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
}

#modal button {
  margin: 2rem 0;
  font-size: 2rem;
}

.burger {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 25px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}

.burger span {
  display: block;
  height: 3px;
  background: white;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.nav-close {
  display: none;
  background: none;
  border: none;
  font-size: 4.5rem;
  padding: 1rem;
  cursor: pointer;
  align-self: flex-end;
}

.hidden-field { display: none; }
.message { padding: 10px; margin: 10px 0; border-radius: 5px; }
.success { background-color: #d4edda; color: #155724; }
.error { background-color: #f8d7da; color: #721c24; }

.branding ul li {
  display: flex;
  align-items: center;
  margin-bottom:5rem;
}

.branding ul li img {
  max-width: 150px;
  margin-left:20px;
}

span.primary, span.secondary, span.tertiary {
  margin-left:1rem;
  display: inline-block;
}

span.primary {
  border:solid 15px #3e6eb2;
}

span.secondary {
  border:solid 15px #e1f1fd;
  box-shadow: -1px 1px 4px 2px rgba(0, 0, 0, 1);
  -webkit-box-shadow: -1px 1px 4px 2px rgba(0, 0, 0, 1);
  -moz-box-shadow: -1px 1px 4px 2px rgba(0, 0, 0, 1);
}

span.tertiary {
  border:solid 15px #253789;
}

@media only screen and (max-width: 1600px) {
    
  #portfolio .row > ul li a img {
    max-width: 70%;
  }
  
  #portfolio .row > ul li {
    min-height: 16rem;
  }
  
  #portfolio .row > ul li:nth-child(5n) {
    border-right: 1px solid #282828;
  }
  
  #portfolio .row > ul li:nth-child(6n) {
    border-right: none;
  }
    
}

/* @media only screen and (max-width: 1440px) {
  #hero h2 {
    font-size: 7rem;
  }
  
  #seller h3,
  #culture h3  {
    font-size: 5rem;
  }
  
  #portfolio h4, #posts h4, #modal h4 {
    font-size: 4rem;
  }
} */

@media only screen and (max-width: 1440px) {
  #hero h2,
  #hero.inner h2 {
    font-size: 6rem;
  }      
  
  .portfolio .row {
    overflow: hidden;
  }
  
  #portfolio .row div > ul {
    max-width: 100%;
  }
  
  #portfolio nav,
  #portfolio .row > ul {
    max-width: 96%;
    width: 100%;
    float: none;
    margin: 0 2%;
    overflow: hidden;
  }
  
  #portfolio nav {
    margin-bottom: 4rem;
    border: none;
  }
  
  #portfolio nav li {
    display: inline-block;
    margin-right: 1rem;
    padding-right: 1rem;
  }
  
  #portfolio .row > ul  {
    overflow: hidden;
  }
  
  #portfolio .row > ul li {
    width: 20%;
  }
  
  #portfolio .row > ul li:nth-child(6n) {
    border-right: 1px solid #282828;
  }
  
  #portfolio .row > ul li:nth-child(5n) {
    border-right: none;
  }
  
  #portfolio nav li.active {
    border: none;
  }
  
  #portfolio nav li.active a {
    border: 2px solid #82A9F9;
    border-width: 0 0 2px 0;
    padding-bottom: .5rem;
  }
  
  #posts li a h5 {
    font-size: 2.4rem;
  }
  
  footer p {
    font-size: 2rem;
  }
  
  .button {
    font-size: 1.8rem;
  }  
}

@media (max-width: 1280px) {
  .testimonial {
    grid-template-columns: 100%;
    row-gap: 5rem;
  }
  
  #seller .row,
  #culture .row {
    grid-template-columns: 100%;
  }
  
  #seller .row div,
  #culture .row div  {
    margin-bottom: 3.5rem;
  }
  
  #seller h3,
  #culture h3,
  #portfolio h4,
  #posts h4,
  #modal h4 {
    font-size: 3rem;
    margin-bottom: 5rem;
  }
  
  #seller h3,
  #culture h3 {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 960px) {
  h1 a {
    background-position: 50% 0;
  }
  
  
  .main-nav li a {
    padding: 0 1rem;
  }
  
  header {
    display: inline-block;
    position: relative;
    text-align: center
  }
  
  #logo {
    margin: 0 auto 2rem auto;
    display: inline-block;
    width: auto;
  }
  
  #hero,
  #seller,
  #portfolio,
  #posts,
  #culture,
  footer {
    padding-top: 10rem;
    min-height: 700px;
  }
  
  #culture {
    padding-top: 20rem;
  }
  
  .main-nav {
    text-align: center;
    width: 100%;
    overflow: hidden;
  }
  
  .main-nav ul {
    float: none;
  }
  
  #hero h2,
  #hero.inner h2 {
    font-size: 3.5rem;
  }
  
  .main-nav li a,
  #hero p,
  p,
  #portfolio nav li a {
    font-size: 1.5rem;
  }
  
  .pointer {
    display: none;
  }
  
  footer {
    min-height: auto;
  }
}

@media (max-width: 680px) {
  #portfolio .row div > ul {
    /*grid-template-columns: 1fr 1fr 1fr;*/
  }
  #portfolio .row div.team > ul li {
    width:100%;
  }
  
  #portfolio .row div.team > ul li:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 560px) {
  #seller > .row .cont.centered,
  #culture > .row .cont.centered {
    display: inline-block;
    max-width: 100%;
    padding: 0 4%;
  }
  
  .burger {
    display: flex;
    margin-left: auto;
  }
  
  .burger.hidden {
    display: none !important;
  }
  
  #posts {
    background: #1f388e;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  
  header {
    display: flex;
  }
  
  h1 a {
    margin-left:6rem;
  }
  
  .main-nav {
    position: absolute;
    top: 0px;
    right: 0;
    background: #1f388e;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }
  
  .main-nav ul {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
  
  .main-nav ul li {
    display: block;
    float:none;
    width:100%;
    text-align: center;
    border-bottom: solid 1px #1f388e;
    padding:1rem 0;
  }
  
  .main-nav ul li a {
    font-size: 3rem;
    border-bottom: solid 1px #1f388e;
  }
  
  .main-nav.open {
    max-height: 100vh;
    height:100vh;
  }
  
  .main-nav ul {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 1rem 0;
  }
  
  .nav-close {
    display: block;
  }
  
  #portfolio .row div.team > ul li {
    width:100%;
  }
  
  #portfolio .row div.team > ul li:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }
  
  #portfolio .row div > ul {
    /*grid-template-columns: 1fr 1fr;*/
  }
  
  #portfolio .row > ul li {
    width: 33.333%;
    min-height: 12rem;
  }
  
  #portfolio .row > ul li:nth-child(5n) {
    border-right: 1px solid #282828;
  }
  
  #portfolio .row > ul li:nth-child(3n) {
    border-right: none;
  }
  
  #posts li a em {
    display: none
  }
  
  #posts li a h5 {
    font-size: 1.8rem;
  }
  
  #posts li a span {
    font-size: 1.2rem;
  }
  
  #posts li a h5 {
    max-width: 83%;
  }
}