
html, body {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: rgb(0, 0, 0);
}

a:link {
  text-decoration: none;
}

.hidden {
  display: none !important;
}

.caption { 
  position: absolute;
  left: 0;
  top: 10%;
  min-width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  opacity: 0.6;
  color: #fff;
  padding: 18px;
  font-size: 50px;
  letter-spacing: 10px;
}

#installContainer {
  position: relative;
  bottom: 1em;
  display: flex;
  justify-content: center;
  width: 100%;
}

#installContainer button {
  background-color: inherit;
  border: 1px solid grey;
  font-size: 1em;
  padding: 0.75em;
  cursor: pointer;
} 

.block {
  display: block;
  width: 300px;
  height: 120px;
  border: none;
  cursor: pointer;
  text-align: center;
}


video {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

div.overlay {
  opacity: 1;
  background-color: white;
  position: absolute;
  left: 0; top: 0; height: 100%; width: 100%;
}

/* Background IMG */
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6 {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* First image (Background. Full height) */
.bgimg-1 {
  background-image: url("../img/14t.jpg");
  min-height: 800px;
}

/* Second image (Background. Full height) */
.bgimg-2 {
  background-image: url("../img/mall-background_w_728.jpeg"); 
  min-height: 100%;
}

.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}


/* Footer Bar with Fa Icons & vertical aligned text */

.icon-bar {
  width: 100%;
  background-color: rgb(39, 38, 38);
  overflow: auto;
  padding-bottom: 10px;
  z-index: 100;
}

.icon-bar a {
  float: left;
  width: 20%;
  text-align: center;
  padding: 12px 0;
  transition: all 0.3s ease;
  color: lightgrey;
  font-size: 10px;
}

/* Add a hover effect */
.icon-bar a:hover {
  color: #4CAF50;
}
/* Add a select effect */
.icon-bar a:active {
  color: #4CAF50;
}

/* Add a hover effect */
.fa:hover {
  color: #4CAF50;
}
/* Add a hover effect */
.fab:hover {
  color: #4CAF50;
}
/* Add a hover effect */
.far:hover {
  color: #4CAF50;
}
/* Add a hover effect */
.fa-solid:hover {
  color: #4CAF50;
}
.fa:active {
  color: #4CAF50;
}
/* Add a hover effect */
.fab:active {
  color: #4CAF50;
}
/* Add a hover effect */
.far:active {
  color: #4CAF50;
}
/* Add a hover effect */
.fa-solid:active {
  color: #4CAF50;
}
/* Add a hover effect */
.a:hover {
  color: #4CAF50;
}
/* Add a hover effect */
.a:active {
  color: #4CAF50;
}

/* Set a specific color for each brand */
/* Home */
.fa-home {
  color: lightgrey;
  font-size: 24px;
}
/* Utensils */
.fa-utensils {
  color: lightgrey;
  font-size: 24px;
}
/* Facebook */
.fa-facebook-f {
  color: rgb(35, 103, 200);
  font-size: 24px;
}
/* Map marker */
.fa-map-marker {
  color: lightgrey;
  font-size: 24px;
}
/* Route */
.fa-route {
  color: lightgrey;
  font-size: 24px;
}
/* Instagram */
.fa-instagram {
  color: lightgrey;
  font-size: 24px;
}
/* Order Pizza */
.fa-pizza-slice {
  color: rgb(14, 239, 89);
  font-size: 24px;
}

/* Ticket */
.fa-ticket {
  color: lightgrey;
  font-size: 24px;
}
/* List */
.fa-rectangle-list {
  color: rgb(210, 235, 17);
  font-size: 24px;
}
/* Info i */
.fa-info {
  color: lightgrey;
  font-size: 24px;
}
/* Phone */
.fa-phone-alt {
  color: lightgrey;
  font-size: 24px;
}
/* Hamburger menu */
.fa-bars {
  color: lightgrey;
  font-size: 24px;
}
/* Money Bill */
.fa-money-bill-alt {
  color: rgb(34, 115, 229);
  font-size: 24px;
}
/* Mastercard */
.fa-cc-mastercard {
  color: lightgrey;
  font-size: 24px;
}
/* Visa */
.fa-cc-visa {
  color: rgb(210, 235, 17);
  font-size: 24px;
}
/* LinkedIn */
.fa-linkedin {
  color: rgb(35, 103, 200);
  font-size: 24px;
}

/* Piggy Bank */
.fa-piggy-bank {
  color: rgb(35, 103, 200);
  font-size: 40px;
}
/* Mobile phone */
.fa-app-store {
  color: rgb(35, 103, 200);
  font-size: 40px;
}
/* Rocket */
.fa-rocket {
  color: rgb(35, 103, 200);
  font-size: 40px;
}
/* Rocket */
.fa-user-shield {
  color: rgb(35, 103, 200);
  font-size: 40px;
}



/*fa-google */
.fa-google {
  color: rgb(35, 103, 200);
}

/* fa-handshake */
.fa-handshake {
  color: rgb(35, 103, 200);
}
/* fa-cloud-arrow-down */
.fa-cloud-arrow-down {
  color: rgb(35, 103, 200);
}
/* fa-android */
.fa-android {
  color: rgb(35, 103, 200);
}
/* fa-apple */
.fa-apple {
  color: rgb(35, 103, 200);
}
/* fa-user-pen */
.fa-clock-rotate-left {
  color: rgb(35, 103, 200);
}
/* fa-code */
.fa-code {
  color: rgb(35, 103, 200);
}
/* fa-hand-holding-dollar */
.fa-hand-holding-dollar {
  color: rgb(35, 103, 200);
}

.hero-image {
  background-image: url("../img/hero_background.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  margin-top: 50px;
  margin-bottom: 50px;
  /*top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  color: rgb(0, 0, 0);
}

.hero-text2 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgb(0, 0, 0);
}

/* Share button pointer */
.arrows {
  width: 60px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: -135px;
}

.arrows path {
  stroke: #2994D1;
  fill: transparent;
  stroke-width: 2px;  
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite; 
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
  animation-delay:-1s;
  -webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
  animation-delay:-0.5s;
  -webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 { 
  animation-delay:0s;
  -webkit-animation-delay:0s; /* Safari 和 Chrome */
}


*,
*:before,
*:after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.popup{
    background-color: #0e64ba;
    width: 450px;
    padding: 30px 40px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    display: none;
    text-align: center;
    z-index: 100;
}
.popup button{
    display: block;
    margin:  0 0 20px auto;
    background-color: transparent;
    font-size: 30px;
    color: #c5c5c5;
    border: none;
    outline: none;
    cursor: pointer;
}
.popup p{
    font-size: 14px;
    text-align: justify;
    margin: 20px 0;
    line-height: 25px;
}
.popup a{
    display: block;
    width: 150px;
    position: relative;
    margin: 10px auto;
    text-align: center;
    background-color: #e50f0f;
    color: #ffffff;
    text-decoration: none;
    padding: 5px 0;
}

.coupon {
  border: 5px dotted #bbb;
  width: 80%;
  border-radius: 15px;
  margin: 0 auto;
  max-width: 600px;
}

.container {
  padding: 2px 16px;
  background-color: #f1f1f1;
}

.promo {
  background: #ccc;
  padding: 3px;
}

.expire {
  color: red;
}