@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@500;800&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wrapper {
  background-color: white;
}

.page {
  padding-top: 34px;
  background-image: url('./imgs/bg.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
      
}


.page .container {
  width: 100%;
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 15px;
}
.page--logo {
  text-align: center;
  margin-bottom: 8px;
}
.page--title {
  font-family: 'Figtree', sans-serif;
  font-size: 38px;
  font-weight: 800;
  text-align: center;
  color: #1f272c;
  margin-bottom: 0;
  word-wrap: break-word;
}
.page--afterTitle {
  font-family: 'Figtree', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #a6b3b8;
  margin-bottom: 20px;
  word-wrap: break-word;
}
.page--asset {
  margin-bottom: 45px;
  position: relative;
}

.video_wrapper {
  position: absolute;
  width: 75.29%;
  height: 76.92%;
  position: absolute;
  left: 12.3%;
  top: 8.464%;
  background-color: black;
}

.page--asset img {
  max-width: 100%;
}

.page--afterVideo {
  margin-bottom: 20px;
  word-wrap: break-word;
}
.page--afterVideo p{
  font-family: 'Figtree', sans-serif;
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  color: #1f272c;
}

.page--action {
  text-align: center;
}

.page--btn {
  font-family: 'Figtree', sans-serif;
  display: inline-block;
  border-radius: 21px;
  background-color: #6b48ff;
  border-radius: 22px;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  transition: all 0.15s linear;
  font-size: 24px;
}
.page--btn:hover {
  filter: brightness(1.2);
}

.page--btnbox {
  display: inline-block;
  padding: 17px 89px;
}

.footer--content {
  text-align: center;
  padding-top: 136px;
  padding-bottom: 20px;
}

.footer--logo {
  margin-bottom: 10px;
  height: 50px;
  width: auto;
}

.footer--text {
  font-family: 'Figtree', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.83;
  text-align: center;
  color: #777a91;
}



@media screen and (min-width: 768px) {
  .page .container {
    max-width: 640px;;
  }
  .page--title {
    font-size: 71px;
  }
  .page--afterTitle p {
    font-size: 20px;
  }
  .page--afterVideo p {
    font-size: 41px;
  }
}


@media screen and (min-width: 900px) {
  .page .container {
    max-width: 1200px;
  }
  .page {
    background-size: 1750px;
  }
}