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

html {
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  background: #0a0a1a;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.wrapper {
  width: 100vw;
  position: relative;
}

/* Header */
.official-head {
  width: 100vw;
  height: 80px;
  position: fixed;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20%;
  background: #190a2f;
}

.app-name {
  width: 340px;
  height: 90px;
  background: no-repeat url('img/tuk-tuk_logo.png') 50%;
  background-size: contain;
}

.app-name a {
  display: block;
  width: 100%;
  height: 100%;
}

.home-about-tabs {
  width: 225px;
  display: flex;
  justify-content: space-between;
}

.home-about-tabs .normal-tab {
  font-size: 20px;
  font-weight: 700;
  color: hsla(0, 0%, 100%, 0.6);
}

.home-about-tabs .active-tab {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home-about-tabs .active-tab:after {
  content: "";
  margin-top: 10px;
  width: 40px;
  height: 5px;
  background: #875fff;
  border-radius: 3px;
}

/* Hero */
#home {
  width: 100vw;
  height: 100vh;
  padding: 10% 20% 0;
  background: url('img/bkg.png') no-repeat 50%;
  background-size: cover;
  display: flex;
  align-items: center;
}

.home-left {
  width: 60.5%;
  min-width: 440px;
  height: 26vw;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-right: 21px;
}

.home-left .left-word {
  font-size: 5vh;
  font-weight: 700;
  color: #fff;
  line-height: 8.3vh;
  text-shadow: 0 1px 7px rgba(27, 9, 54, 0.4);
}

.home-left .google-play {
  width: 28vh;
  height: 8vh;
  min-width: 172px;
  min-height: 49px;
  max-width: 305px;
  max-height: 87px;
  margin-top: 3.3vh;
  margin-bottom: 1.4vh;
  background: url('img/google-play.png') no-repeat 50%;
  background-size: contain;
}

.home-left .apple-store {
  width: 28vh;
  height: 8vh;
  min-width: 172px;
  min-height: 49px;
  max-width: 305px;
  max-height: 87px;
  background: url('img/apple-store.png') no-repeat 50%;
  background-size: contain;
}

.download-btn a {
  display: block;
  width: 100%;
  height: 100%;
}

.home-right {
  width: 45.5vh;
  max-width: 520px;
  min-width: 237px;
  height: 65vh;
  min-height: 338px;
  max-height: 730px;
  background: no-repeat url('img/tuk_photo.jpeg') 50%;
  background-size: contain;
  background-size: contain;
}

/* People */
#people {
  width: 100vw;
  background: #190a2f;
}

#people .content {
  width: 60%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-top: 40px;
}

#people .content .people-img {
  width: 30vw;
  height: 30vw;
  background: no-repeat url('img/tuk_photo.jpeg') 50%;
  background-size: contain;
  margin-right: 15px;
}

#people .content .people-word .word-1 {
  font-size: 2.61vw;
  font-weight: 700;
  color: #fff;
}

#people .content .people-word .word-2 {
  font-size: 1.31vw;
  color: hsla(0, 0%, 100%, 0.6);
  line-height: 36px;
}

#people .top {
  width: 100vw;
  height: 6.25vw;
  background: no-repeat url('img/top.png') 50%;
  background-size: contain;
}

/* Page Features */
#page {
  width: 100vw;
  background: #f9f8ff;
  padding: 3.96vw 20vw 0.01px;
}

#page .page-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4.48vw;
}

#page .page-wrap .content-word {
  width: 50%;
  padding-left: 3.12vw;
}

#page .page-wrap .content-word .word-1 {
  font-size: 2.61vw;
  font-weight: 700;
  color: #121332;
}

#page .page-wrap .content-word .word-2 {
  font-size: 1.31vw;
  color: rgba(18, 19, 50, 0.6);
  line-height: 36px;
}

#page .page-wrap .page-1-img {
  width: 26.56vw;
  height: 33.85vw;
  background: no-repeat url('img/page-1.png') 50%;
  background-size: contain;
}

#page .page-wrap .page-2-img {
  width: 26.56vw;
  height: 33.85vw;
  background: no-repeat url('img/page-2.png') 50%;
  background-size: contain;
}

#page .page-wrap .page-3-img {
  width: 26.56vw;
  height: 33.85vw;
  background: no-repeat url('img/page-3.png') 50%;
  background-size: contain;
}

/* About */
#about {
  width: 100vw;
  background: #190a2f;
}

#about .bottom {
  width: 100vw;
  height: 6.25vw;
  background: no-repeat url('img/bottom.png') 50%;
  background-size: contain;
}

#about .about-wrap {
  width: 100vw;
  padding: 0 20% 100px;
}

#about .about-wrap .content-head {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}

#about .about-wrap .content-head .us {
  font-size: 23px;
  font-weight: 700;
  color: #fff;
  line-height: 26px;
  text-shadow: 0 1px 7px rgba(27, 9, 54, 0.4);
}

#about .about-wrap .content-head:before {
  content: "";
  width: 3px;
  height: 17px;
  background: #875fff;
  margin-right: 10px;
}

#about .about-wrap .about-item {
  background: hsla(0, 0%, 100%, 0.05);
  border-radius: 7px;
  padding: 27px 18px;
  margin-bottom: 17px;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  text-shadow: 0 1px 7px rgba(27, 9, 54, 0.4);
}

#about .about-wrap .about-item .name {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
}

/* Footer */
.footer {
  width: 100vw;
  padding: 11px 20% 30px;
  background: #120722;
}

.footer .tabs .foot-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .tabs .foot-tabs .logo {
  width: 200px;
  height: 55px;
  background: no-repeat url('img/tuk-tuk_logo.png') 50%;
  background-size: contain;
}

.footer .tabs .foot-tabs .other-tabs {
  width: 500px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.footer .copy-night {
  margin-top: 11px;
  font-size: 12px;
  font-weight: 400;
  color: hsla(0, 0%, 100%, 0.4);
  line-height: 8px;
}

@media (max-width: 768px) {
  .official-head {
    padding: 0 10%;
    height: 60px;
  }

  .app-name {
    width: 120px;
    height: 35px;
  }

  .home-about-tabs {
    width: 140px;
  }

  .home-about-tabs .normal-tab,
  .home-about-tabs .active-tab {
    font-size: 14px;
  }

  #home {
    padding: 15% 10% 0;
    flex-direction: column;
    height: auto;
    min-height: 100vh;
  }

  .home-left {
    width: 100%;
    min-width: auto;
    min-height: auto;
    height: auto;
    align-items: center;
    text-align: center;
    margin-right: 0;
  }

  .home-left .left-word {
    font-size: 4vh;
    line-height: 6vh;
  }

  .home-right {
    width: 60vw;
    height: 80vw;
    min-width: auto;
    min-height: auto;
    max-width: none;
    max-height: none;
    margin-top: 20px;
  }

  #people .content {
    width: 90%;
    flex-direction: column;
    text-align: center;
    padding-top: 20px;
  }

  #people .content .people-img {
    width: 60vw;
    height: 60vw;
    margin-right: 0;
    margin-bottom: 15px;
  }

  #people .content .people-word .word-1 {
    font-size: 5vw;
  }

  #people .content .people-word .word-2 {
    font-size: 3vw;
  }

  #people .top {
    height: 12vw;
  }

  #page {
    padding: 6vw 5% 0.01px;
  }

  #page .page-wrap {
    flex-direction: column;
    margin-bottom: 8vw;
  }

  #page .page-wrap .content-word {
    width: 100%;
    padding-left: 0;
    text-align: center !important;
    margin-bottom: 4vw;
  }

  #page .page-wrap .content-word .word-1 {
    font-size: 5vw;
  }

  #page .page-wrap .content-word .word-2 {
    font-size: 3vw;
    line-height: 5vw;
  }

  #page .page-wrap .page-1-img,
  #page .page-wrap .page-2-img,
  #page .page-wrap .page-3-img {
    width: 50vw;
    height: 64vw;
  }

  #about .bottom {
    height: 12vw;
  }

  #about .about-wrap {
    padding: 0 5% 50px;
  }

  .footer {
    padding: 11px 5% 20px;
  }

  .footer .tabs .foot-tabs {
    flex-direction: column;
    gap: 15px;
  }

  .footer .tabs .foot-tabs .other-tabs {
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
  }
}
