@charset "UTF-8";
.navbar {
  position: fixed;
  top: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.9019607843);
  height: 64px;
  justify-content: space-between;
}
.navbar .navbar-collapse {
  justify-content: end;
}
@media screen and (max-width: 992px) {
  .navbar {
    min-height: 64px;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 滾動觸發的動畫 */
[data-animate=bottom] {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s ease, transform 1s ease;
}

[data-animate=bottom].animate {
  opacity: 1;
  transform: translateY(0);
}

/* Scroll 的即時動畫 */
.Scroll {
  animation: fadeInUp 3s ease forwards;
}

.Mid {
  animation: slideUp 2.1s ease forwards;
}

.Short {
  animation: slideUp 1.3s ease forwards;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.header {
  position: relative;
  width: 100%;
  height: calc(100vh - 64px);
  min-height: 852px;
  background-image: url(https://ec.ipasspay.com.tw/merchant_registration/media/landing-page-banner-XJ43KV6H.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  margin-top: 64px;
  justify-self: space-between;
  border-bottom: solid 5px #d9d9d9;
  background-color: #ffffff;
}
.header .navbar {
  border-bottom: 1px solid #d9d9d9;
  padding: 0 60px;
}
.header .navbar-nav {
  align-items: center;
}
@media screen and (max-width: 992px) {
  .header .navbar-nav {
    align-items: start;
  }
}
.header .nav-link {
  font-weight: 600;
  font-size: 20px;
  color: #1E1E1E;
}
.header .btn {
  border: 1px solid #1E1E1E;
  color: #1BCD97;
  width: 90px;
  height: 42px;
  line-height: 24px;
  border-radius: 10px;
  margin-left: 20px;
}
@media screen and (max-width: 992px) {
  .header .btn {
    border: 0px solid #1E1E1E;
    color: #1E1E1E;
    text-align: start;
    margin-left: 0px;
  }
}
.header .container {
  align-items: center;
}
.header .row {
  align-items: center;
  justify-content: center;
}
.header .row .col-12 {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin-top: 20vh;
  height: 100%;
}
.header .Logo {
  background-image: url(https://ec.ipasspay.com.tw/merchant_registration/assets/img/ipass-money-icon.svg);
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 20px;
  border: 3px solid #1BCD97;
  width: 244px;
  height: 244px;
  margin: 0 auto 66px;
  animation: fadeInUp 0.5s ease forwards;
}

p {
  font-size: 20px;
  color: #1E1E1E;
}

.TitleH2 {
  font-weight: 600;
}

.BottonScroll {
  position: absolute;
  text-align: center;
  bottom: 0;
  margin-bottom: 40px;
  width: 100%;
  right: 0;
  justify-content: center;
  background-image: url(../image/arrow.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 40px;
}
.BottonScroll p {
  color: #1BCD97;
}

.Pic0 {
  background-image: url(https://ec.ipasspay.com.tw/merchant_registration/assets/img/ipass-stopwatch.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 507px;
}

#intro1, #intro2 {
  padding: 100px 0;
  text-align: center;
}
#intro1 .btn, #intro2 .btn {
  max-width: 350px;
  border-radius: 50px;
  background-color: #1BCD97;
  height: 70px;
  display: flex;
  transition: 0.3s;
}
#intro1 .btn a, #intro2 .btn a {
  color: #ffffff;
  width: 100%;
  font-weight: 500;
  line-height: 55px;
  font-size: 24px;
}
#intro1 .btn:hover, #intro2 .btn:hover {
  filter: brightness(110%);
}
#intro1 .btn_dark, #intro2 .btn_dark {
  margin-top: 30px;
  background-color: #263238;
}
#intro1 .btn_dark:hover, #intro2 .btn_dark:hover {
  filter: brightness(130%);
}

#intro1 .Outer {
  justify-content: center;
  align-items: center;
}
#intro1 .Outer .row {
  align-items: center;
  text-align: start;
}
#intro1 .Outer .row .TitleH3 {
  color: #1BCD97;
}
#intro1 .Outer .row ul {
  padding: 0;
}
#intro1 .Outer .row li {
  list-style: none;
  line-height: 45px;
  font-size: 20px;
}

@keyframes slideBackground {
  from {
    background-position: 0 top;
  }
  to {
    background-position: -1000px top;
  }
}
#intro2 {
  background-color: #F1F4F6;
  background-image: url(https://ec.ipasspay.com.tw/merchant_registration/media/ipass-import-mothod-banner-QQE37KUI.svg);
  background-repeat: repeat-x;
  background-position: 0 top;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  animation: slideBackground 30s linear infinite;
}
#intro2 .TitleH2 {
  margin-bottom: 40px;
}
#intro2 .row .row {
  margin-top: 63px;
}
#intro2 .row .row .icon {
  margin-bottom: 40px;
}
#intro2 .row .row .TitleH3 {
  font-size: 32px;
}

.BtnGroup {
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer {
  display: flex;
  justify-content: space-between;
  padding: 34px;
  height: 155px;
  background-color: #1BCD97;
  background-image: url(https://ec.ipasspay.com.tw/merchant_registration/media/footer-mask-HEUIGMV3.svg);
  background-position: top center;
  align-items: center;
}/*# sourceMappingURL=style.css.map */