:root {
  --primary: #c12879;
  --secondary: #e36034;
}

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

html {
  font-size: 12px;
}

body {
  font-family: "Noto Sans HK", sans-serif, -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
    "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
}

a {
  text-decoration: none;
  cursor: pointer;
  user-select: none;
}

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;

  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;

  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;

  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;

  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
}

.hidden-input {
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.1);
  outline: none;
  cursor: default;
}

.custom-dimorder-logo {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.custom-app-logo-wrap {
  width: 120px;
  height: auto;
  object-fit: contain;
}

.custom-app-logo {
  width: 120px;
  height: auto;
  object-fit: contain;
}

.custom-social-link-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.custom-hashtag-text {
  letter-spacing: 0.1rem;
}

.custom-iphone-img {
  width: 240px;
  height: auto;
  object-fit: contain;
}

.custom-slogon-img {
  width: 400px;
  height: auto;
  object-fit: contain;
}

.custom-scroll-img {
  width: 40px;
  height: auto;
  object-fit: contain;
}

.custom-bg-header {
  background-image: url("assets/top\ bar\ .png");
  background-size: cover;
  margin-bottom: -1px;
}

.custom-bg-hero {
  background-image: url("assets/hero\ photo.png");
  background-size: cover;
  background-position: center top;
}

.custom-bg-features {
  background-image: url("assets/colour\ background.png");
  background-size: cover;
  margin-bottom: -2px;
}

.custom-bg-feature1 {
  background: url("assets/photo1.png");
  background-size: cover;
  margin-top: -1px;
}

.custom-bg-feature2 {
  background-image: url("assets/photo2.png");
  background-size: cover;
  margin-top: -2px;
  margin-bottom: -2px;
}

.custom-bg-feature3 {
  background-image: url("assets/photo3.png");
  background-size: cover;
  margin-top: -1px;
}

.custom-bg-feature4 {
  background-image: url("assets/photo4.png");
  background-size: cover;
  margin-bottom: -1px;
}

.custom-bg-footer {
  background-image: url("assets/under\ bar.png");
  background-size: cover;
}

.custom-bg-left {
  background-position: left top;
}

.custom-bg-right {
  background-position: right top;
}

.custom-download-img {
  border-radius: 5%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.2);
}

.custom-download-img-desktop {
  width: 140px;
  height: auto;
  object-fit: contain;
}
