@font-face {
  font-family: serif;
  src: url(fonts/GothamBook.ttf);
  src: url(fonts/GothamBook.ttf);
}
video {
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 820px;
}
.homepage__bg {
  background: url('/images/team/header-team@2x.png'), black;
  color: white;
  text-align: center;
  background-position-y: -340px;
  background-position-x: center;
  position: relative;
}

main {
  pointer-events: none;
  color: white;
  text-align: center;
}

.main-text {
  max-width: 770px;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 40px;
}

.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  max-height: 100vh;
  min-height: 820px;

  background: repeating-linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.625),
    rgba(0, 0, 0, 0.625) 1px,
    rgba(0, 0, 0, 0.7) 0,
    rgba(0, 0, 0, 0.7) 100px
  );
  display: flex;
}
.content .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#video {
  background-color: #fff;
  border-radius: 32px;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.24);
  display: inline-flex;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  padding: 25px 40px;
  text-align: center;
  pointer-events: all;
  cursor: pointer;
  font-size: 14px;
  min-width: 210px;
  justify-content: space-between;
  align-items: center;
  line-height: 20px;
}
#video img {
  width: 100%;
  max-height: 14px;
  max-width: 17px;
  align-self: center;
}
.play-btn {
  letter-spacing: -1px;
}
.arrow-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

#play-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  animation: appear 0.4s forwards;
  z-index: 999;
}

.close-wrapper {
  width: 80%;
}
#close {
  width: 23px;
}

#logomark {
  margin: 0 auto;
  margin-bottom: 55px;
  padding-top: 155px;
}

.homepage__bg .logo-title {
  margin-bottom: 10px;
  text-align: center;
}

.homepage__bg .logo-title + p {
  margin-bottom: 0;
  max-width: 770px;
  margin: 0 auto;
}

.introducing-beyond-protocol__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  padding: 300px 0 190px 0;
}

.introducing-beyond-protocol__box {
  text-align: left;
  background: #18171f;
  padding: 63px 70px 55px 70px;
  border-radius: 10px;
}
.introducing-beyond-protocol__box img {
  margin-bottom: 35px;
}
.introducing-beyond-protocol__box h6 {
  font-size: 24px;
  line-height: 36px;
}
.introducing-beyond-protocol__box p {
  line-height: 26px;
  color: #999999;
  margin-bottom: 0;
}

.the-app-store-of-the-future {
  background: url('/images/The\ App\ Store\ of\ the\ Future\ bg.jpg');
  height: 800px;
  display: flex;
  align-items: center;
  background-position-y: -4px;
  position: relative;
  background-size: cover;
}
.the-app-store-of-the-future::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(
    180.48deg,
    rgba(0, 0, 0, 0) 20.25%,
    #000000 65.52%
  );
}

@media only screen and (max-width: 1200px) {
  .the-app-store-of-the-future {
    /* background-size: 100%; */
    background-repeat: no-repeat;
    min-height: 200px;
    height: auto;
    padding: 100px 0;
  }
  .the-app-store-of-the-future::before {
    width: 25%;
  }
}

.the-app-store-of-the-future__container {
  text-align: left;
}
.the-app-store-of-the-future__container .wrap {
  max-width: 570px;
}
@media only screen and (max-width: 867px) {
  .the-app-store-of-the-future__container .wrap {
    max-width: 100%;
    padding: 50px 0;
  }
}
.the-app-store-of-the-future__container h2 {
  letter-spacing: -1px;
  color: white;
}
.the-app-store-of-the-future__container p {
  color: #999999;
  line-height: 26px;
}
@media only sceren and (max-width: 867px) {
  .the-app-store-of-the-future__container p {
    font-size: 12px;
    line-height: 22px;
  }
}
.blockchain {
  padding: 82px 0 73px 0;
}
.blockchain .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 100px;
  align-items: center;
}
.blockchain__box {
  max-width: 400px;
}

.blockchain__box p {
  line-height: 26px;
  margin-bottom: 0;
}

.blockchain__box .btn-more {
  border: 1px solid #000000;
  display: inline-block;
  margin-top: 30px;
  color: black;
  font-weight: 700;
  max-width: 180px;
  font-size: 14px;
  line-height: 20px;
  padding: 20px 40px;
  letter-spacing: -1px;
  border-radius: 50px;
}
.blockchain__box .btn-more p {
  text-transform: uppercase;
}
.blockchain__box .btn-more:hover {
  color: white;
  background: black;
  text-decoration: none;
}
@media only screen and (max-width: 1200px) {
  .introducing-beyond-protocol__box {
    padding: 35px;
  }
  .the-app-store-of-the-future {
    background-position: left;
  }
}
@media only screen and (max-width: 992px) {
  .blockchain .container {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 867px) {
  .introducing-beyond-protocol__grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
    padding: 150px 0;
  }
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 32px;
  }

  .blockchain {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .the-app-store-of-the-future {
    background: black;
    position: relative;
    height: auto;
    padding-top: 300px;
  }
  .the-app-store-of-the-future::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url('../images/Securing\ the\ devices\ on\ the\ edge\ mobile.jpg');
    background-size: cover;
    width: 100%;
    min-height: 300px;
    height: auto;
    display: block;
  }
}
@media only screen and (max-width: 576px) {
  .introducing-beyond-protocol__grid {
    padding: 100px 0;
  }
  .introducing-beyond-protocol__box {
    max-width: 100%;
    padding: 15px;
  }
  .introducing-beyond-protocol__box img {
    margin-bottom: 20px;
  }
  .introducing-beyond-protocol__box p {
    font-size: 14px;
  }
  #logomark {
    padding-top: 60px;
    margin-bottom: 35px;
  }

  .blockchain .container img {
    max-width: 100%;
  }
  .homepage__bg {
    background-position-y: 0px;
    background-size: cover;
  }
}

@media only screen and (max-height: 750px) {
  .content .container {
    top: 200px;
  }
}
@media only screen and (max-height: 600px) {
  .content .container {
    top: 150px;
  }
}

.arrow-link {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-7px);
  }
}
