/* HELVETICA NEUE FONT FAMILY */
@font-face {
  font-family: openSans-Regular;
  src: url(../font/OpenSans-Regular.ttf);
}

@font-face {
  font-family: openSans-Light;
  src: url(../font/OpenSans-Light.ttf);
}

@font-face {
  font-family: openSans-Bold;
  src: url(../font/OpenSans-Bold.ttf);
}

@font-face {
  font-family: openSans-ExtraBold;
  src: url(../font/OpenSans-ExtraBold.ttf);
}

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

/* MAIN STYLING */

/* html {
  scroll-behavior: smooth;
} */

body {
  font-family: openSans-Regular;
  color: #171717;
  background: url(../img/bg.png);
  padding: 0 10px 0 10px;
}

a {
  font-family: openSans-Regular;
  color: #171717;
  transition: 0.2s;
  font-weight: 100;
}

a:hover {
  color: #f8cb46;
  text-decoration: underline;
}

h2,
h3 {
  font-family: openSans-Bold, sans-serif;
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
}

h1 {
  font-family: openSans-Bold, sans-serif;
  font-size: 49px;
  letter-spacing: -1.5px;
  line-height: 1;
}

p {
  font-family: openSans-Bold;
  font-size: 18px;
  font-weight: normal;
}

ul {
  list-style: none;
}

ul li {
  font-family: openSans-Light, sans-serif;
}

.success-msg {
  color: #7bcd5b;
  border: 2px solid #7bcd5b;
  border-radius: 15px;
  padding: 20px 0px 22px 0px;
  margin-bottom: 50px;
}

header {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 770px;
  background-color: white;
  border-radius: 30px 30px 0 0;
  margin-top: 30px;
  padding: 52px 52px 0 52px;
}

header.single-head .icon-txt {
  justify-content: start;
}

.logos {
  display: flex;
  max-width: 260px;
}

header .logo-zumpass {
  flex: 0.2;
}

header .icon-app {
  flex: 0.2;
}

header .logo-zumpass img {
  width: 100%;
  position: relative;
  z-index: 1;
  max-width: 150px;
  min-width: 130px;
}

header .icon-app img {
  width: 100%;
  position: relative;
  left: -7px;
  z-index: 0;
  max-width: 150px;
  border-radius: 35px;
  min-width: 130px;
}

header .icon-txt {
  flex: 1;
  display: flex;
  flex-direction: row-reverse;
  padding-left: 15px;
  justify-content: space-between;
  height: 130px;
  align-items: center;
}

header.general .logo-zumpass {
  flex: 0.25;
}

header.general .icon-txt {
  flex: 0.75;
}

header.general .icon-txt {
  flex: 1;
}

.icon-txt .app-name {
  flex: 0.7;
  display: flex;
  align-items: end;
  padding-bottom: 5px;
}

/*.icon-txt div {
  flex:0.3;
}*/

/*header .icon-txt div ul {
  float: right;
}*/

header .icon-txt ul.platforms {
  align-self: start;

}

header .icon-txt ul.platforms li {
  display: inline-block;
  width: 30px;
  height: 30px;
}

header .icon-txt ul.platforms li:first-child {
  display: none;
}

ul.platforms li.ios {
  background: url(../img/icon-appstore.png) no-repeat;
  background-size: 100%;
}

ul.platforms li.android {
  background: url(../img/icon-android.png) no-repeat;
  background-size: 100%;
}

main {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: -1px;
  max-width: 770px;
  background-color: white;
  border-radius: 0 0 30px 30px;
  padding: 52px 52px 26px 52px;
}

main div {
  flex: 1;
  margin: 10px 0 10px 0;
}

main div p {
  text-align: center;
}

main div.step-by-step p {
  margin-bottom: 30px;
  font-family: openSans-Regular;
}

.step-by-step-title {
  margin: 0 !important;
  text-align: center;
  margin-bottom: 38px !important;
}

.step-by-step-title span.ico_p_config {
  background: url(../img/icon-config.png) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-flex;
  background-size: contain;
  text-indent: -90px;
  overflow: hidden;
  position: relative;
  top: 4px;
}

main div.step-by-step-title h3 {
  font-family: openSans-Bold;
  font-size: 24px;
  color: #ca054d;
  margin: 0;

}

main div.step-by-step-title span {
  font-size: 18px;
}

main div p span {
  font-family: openSans-Bold;
  font-size: 24px;
  color: #ca054d;
}

main div p a.download {
  display: inline-block;
  margin: 0 auto;
  height: 60px;
  background-color: #ca054d;
}




.store_link a {
  background: url(../img/badge-app-store.png) no-repeat;
  background-size: cover !important;
  width: 110px;
  display: block;
  height: 41px;
  margin: auto;
}

.store_link a.app-store {
  background: url(../img/badge-app-store.png) no-repeat;
}

.store_link a.google-play {
  background: url(../img/badge-google-play.png) no-repeat;
}

main div p.slim {
  margin-bottom: 20px;
  font-weight: 100;
  text-align: left;
  font-size: 16px;
}

main div.ct p {
  font-family: openSans-Regular, sans-serif;
  text-align: left;
  margin-bottom: 20px;
}

/* Slider */

.product_slider,
.product_slider .slick-track {
  margin: 0;
}


.product_container {
  width: 212px;
  height: 255px;
  background-color: #FAFAF5;
  border: 2px solid #E6E6E6;
  border-radius: 20px;
  padding: 22px;
  text-align: center;

}

.product_container span {
  font-family: openSans-Bold;
  font-size: 16px;
  margin-top: 15px;
  display: block;
}

.product_icon {
  width: 74px;
  height: 74px;
  border-radius: 16px;
  background-color: #ccc;
  margin: auto;
  overflow: hidden;
}

.product_icon img {
  width: 100%;
}

.slick-slide>div {
  margin: 7.5px;
}

.draggable:hover {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.slick-list .slick-track .slick-slide:first-child>div {
  margin-left: 0 !important;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 6px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #E6E6E6;
  margin: 0 2.5px 0 2.5px;

}

.slick-dots li button:hover {
  box-shadow: none;
}

li.slick-active button {
  background-color: #FFD323;
}

ul.slick-dots {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  height: 10px;
  margin-bottom: 15px;
}

/*------------------------------------------------*/

form input {
  font-family: openSans-Bold, sans-serif;
  display: block;
  width: 100%;
  margin-bottom: 30px;
  padding: 12px;
  border: 4px solid #f8cb46;
  border-radius: 18px;
  color: #171717;
  font-weight: 900;
  font-size: 18px;

  &:focus {
    outline: 0;
    border-color: #171717;
  }

  transition: 0.2s;
}

form input::placeholder {
  color: #171717;
  font-weight: 900;
}

button {
  font-family: openSans-Bold, sans-serif;
  margin-bottom: 30px;
  padding: 14px 30px 15px 30px;
  background-color: #f8cb46;
  border: 3px solid #f8cb46;
  border-radius: 18px;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
  transition: 0.2s;
}

button:hover {
  border: 3px solid #171717;
  box-shadow: 0px 5px #171717;
}

#accesscode {
  display: flex;
  background-color: #f8cb46;
  border-radius: 18px;
  align-items: center;
  margin-bottom: 30px;
  color: #171717;
  font-weight: 900;
}

#accesscode span {
  flex: 0.3;
  font-size: 18px;
  color: #fff;
  padding-left: 15px;
  color: #171717;
}

#accesscode input {
  flex: 0.7;
  margin-bottom: 0;
}

#accesscode label.error {
  margin: 72px 0 0 15px;
}

.form-control {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
  margin-bottom: 40px;
}

.form-control label.error {
  margin: 27px 0 0 36px;
  padding: 2px 5px;
}

.form-control+.form-control {
  margin-top: 1em;
}

input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0;

  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 0.50em;
  transform: translateY(-0.075em);
  cursor: pointer;
  display: grid;
  place-content: center;
}

input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(#171717);
  /* Windows High Contrast Mode */
  background-color: CanvasText;
  margin-left: -5px;
  margin-top: 5px;
}

input[type="checkbox"]:checked::before {
  transform: scale(1.5);
}

.form-control span {
  margin: 3px 0 0 10px;
  cursor: pointer;
}

/* input[type="checkbox"]:focus {
  outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);
} */

label.error {
  font-family: openSans-Regular;
  position: absolute;
  display: inline;
  margin: -42px 0 0 20px;
  font-size: 15px;
  color: white;
  background-color: white;
  padding: 0 5px;
  border-radius: 5px;
  border: 1px solid red;
  color: red;
}

.footer,
main div.step-by-step p.footer,
main div.ct p.footer {
  text-align: center;
  border-top: 1px solid #ccc;
  padding: 40px 0 20px 0;
  font-weight: 100;
  font-size: 16px;
  margin-bottom: 0;
  font-family: openSans-Bold;
}

main div.step-by-step p.footer {
  margin-top: 70px;
}

.mb_0 {
  margin-bottom: 0 !important;
}

@media(max-width:1024px) {

  header {
    /*max-width: 75%;*/
    padding: 5% 5% 0 5%;
  }

  main {
    /*max-width: 75%;*/
    padding: 5% 5% 1.5% 5%;
  }

  h1 {
    font-size: 4.8vw;
  }

  header .icon-txt {
    padding-left: 1.2%;
  }

  header .icon-txt {
    padding-left: 1.2%;
  }

  header.single-head .icon-txt {
    padding-left: 3%;
  }

  .icon-txt .app-name {
    margin-top: -3.5%;
  }

  header.single-head .icon-txt .app-name {
    margin-top: 0;
  }

  .footer {
    border-top: 1px solid #ccc;
    padding: 30px 0 20px 0;
  }

}

@media(max-width:780px) {

  header {
    max-width: 770px;
  }

  main {
    max-width: 770px;
  }

  h1 {
    font-size: 6.3vw;
  }

}

@media(max-width:630px) {

  h1 {
    letter-spacing: -1px;
  }

  header {
    flex-wrap: wrap;
    padding: 0 10% 0 10%;
  }

  header.single-head {
    flex-direction: column;
  }

  header .logo-zumpass {
    flex: 1 0 33%;
    /*margin: 10% 0 0 15%;*/
  }

  header.single-head .logo-zumpass {
    display: flex;
    flex: 1;
    margin: 10% 32% 0 32%;
    justify-content: center;
  }

  header.single-head .logo-zumpass img {
    width: 100%;
  }

  .logos {
    margin: auto;
    margin-top: 40px;
    width: 100%;
    text-align: center;
    max-width: 240px;
  }

  header .icon-app {
    flex: 1 0 33%;
    /*margin: 10% 15% 0 0;*/
  }

  header .icon-txt {
    flex: 1 0 33%;
    flex-direction: column-reverse;
    padding-left: 0;
    height: auto;
  }

  header.single-head .icon-txt {
    flex: 1;
  }

  header .icon-txt div {
    margin: 10px 0;
  }

  .icon-txt .app-name {
    margin-top: 23px;
  }

  header.single-head .icon-txt .app-name {
    margin-top: 23px;
  }

  header .icon-txt div.app-name h1 {
    width: 100%;
    font-size: 10vw;
    text-align: center;
  }

  header .icon-txt ul.platforms {
    width: 100%;
    margin: 10px 0 5px 0;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 15px;
    width: 100%;
  }

  header .icon-txt ul.platforms li:first-child {
    display: inline-block;
    width: 125px;
    overflow: hidden;
    padding-top: 5px;
  }

  .success-msg {
    margin-left: 5%;
    margin-right: 5%;
    padding: 20px;
    font-size: 5vw;
  }

  main div p.slim {
    text-align: center;
  }

  form input {
    margin-bottom: 15px;
  }

  #accesscode {
    flex-direction: column;
  }

  #accesscode span {
    padding: 5px 0;
  }

  button {
    width: 100%;
  }

  label.error {
    margin: -27px 0 0 20px;
  }

  #accesscode label.error {
    margin: 73px 0 0 10px;
  }

  .form-control label.error {
    margin: 43px 0 0 36px;
  }

  .slick-slide>div {
    padding: 0 50px 0 50px;
  }

}

@media(max-width:387px) {

  .form-control label.error {
    margin: 62px 0 0 36px;
  }

}

/*Header Gift Card*/

.header_giftcard {
  padding: 18px 35px !important;
}

header.header_giftcard .icon-txt {
  height: auto !important;
}

header.header_giftcard .logo-zumpass img,
header.header_giftcard .icon-app img {
  max-width: 120px;
  min-width: 100px;
}

/*---------------------------------------------------*/

.full_banner {
  height: 222px;
  width: 100%;
  max-width: 770px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
}

.full_banner img {
  width: 100%;
  max-width: 500px;
}

.main_giftcard {
  padding-top: 18px !important;
}

@media(max-width:630px) {

  header.header_giftcard .icon-txt ul.platforms {
    margin-top: 20px;
  }

}