@import url(../fonts/flaticon/flaticon.css);
@import url(../css/revise.css);

.wow {
  visibility: hidden;
}
.wow.animate__animated {
  visibility: visible;
}

@font-face {
  font-family: "SweiSpringCJKtc";
  src: url("https://cdn.jsdelivr.net/gh/max32002/swei-spring@1.068/WebFont/CJK%20TC/SweiSpringCJKtc-Regular.woff2")
    format("woff2");
  font-display: block;
}

/*========================================================
 基礎重置
=========================================================*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --nav-h: 68px;
}
html,
body {
  height: 100%;
  overflow: hidden;
}
body {
  font-size: 16px;
}
body:before {
  content: " ";
  position: fixed;
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/body-bg.png) center 0 no-repeat;
  background-size: cover;
}
h1,
h2,
h3,
h4,
h5,
p,
span {
  font-family: "SweiSpringCJKtc", "Noto Serif TC";
}
h2 {
  color: #eabb73;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 1.5%;
}
h5 {
  font-size: 18.4px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 1.2px;
  }
  h5 {
    font-size: 22px;
    line-height: 36px;
  }
}
@media screen and (min-width: 1100px),
  screen and (min-width: 1024px) and (max-height: 650px) {
  h2 {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1500px) {
  h2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 2.4px;
  }
  h5 {
    font-size: 26px;
    line-height: 36px;
  }
}

.container {
  opacity: 0;
  transition: opacity 180ms ease;
  position: relative;
  z-index: 1;
  padding: unset;
  max-width: unset;
  height: 100vh;
  height: 100svh;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  -ms-overflow-style: none; /* IE / Edge */
  scrollbar-width: none; /* Firefox */
  scrollbar-gutter: stable both-edges;
}
.container::-webkit-scrollbar {
  display: none; /* Chrome / Safari */
}
.container.is-locked {
  overflow: hidden;
}
.container.fp-restoring {
  opacity: 0;
  pointer-events: none;
}
html.fp-ready .container {
  opacity: 1;
}
.aos-reset {
  transition: none !important;
}
html.fp-ready .container.fp-restoring {
  opacity: 1;
  pointer-events: auto;
}
@media (prefers-reduced-motion: no-preference) {
  .container {
    animation: fpFailSafe 1s ease forwards;
  }
  html.fp-ready .container {
    animation: none;
  }
  @keyframes fpFailSafe {
    to {
      opacity: 1;
    }
  }
}
/* 每個 Section 的樣式 */
.section {
  overflow: hidden;
  position: relative;
  pointer-events: auto;
  height: 100vh;
  height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  transition: background-color 0.3s;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.grecaptcha-badge {
  visibility: hidden;
}
/*========================================================
  device change
=========================================================*/
.mb {
  display: block;
}
.pc {
  display: none;
}
@media screen and (min-width: 1100px),
  screen and (min-width: 1024px) and (max-height: 650px) {
  .mb {
    display: none;
  }
  .pc {
    display: block;
  }
}

/*========================================================
  section1
=========================================================*/
.section1,
.section3 {
  width: 100%;
}
.section1 .bg,
.section3 .bg {
  background-image: url(../img/kv-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.s1,
.s3 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
.section1 .box,
.section3 .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5%;
}
.section1 .text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section1 h1 {
  font-size: 28px;
  writing-mode: vertical-lr;
  color: #eabb73;
  margin-bottom: 8%;
}
.section1 h2 {
  color: #fff;
  font-size: 18px;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 16px;
  letter-spacing: 1.2px;
}
.section1 h2::before,
.section1 h2::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #fff;
}
.section1 p {
  font-size: 16px;
}
.section1 .pic,
.section3 .pic {
  width: 100%;
  height: 49%;
}
.section1 .pic {
  height: 44%;
}
.section1 .pic img,
.section3 .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .section1 h1 {
    font-size: 36px;
  }
  .section1 h2 {
    font-size: 24px;
  }
  .section1 p {
    font-size: 20px;
  }
}

@media screen and (min-width: 1100px),
  screen and (min-width: 1024px) and (max-height: 650px) {
  .section1 {
    flex-direction: row-reverse;
    justify-content: center;
  }
  .s1,
  .s3 {
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
  }
  .section1 h2 {
    font-size: 28px;
    letter-spacing: 2.4px;
  }
  .section1 p {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
  .section1 .box {
    width: 50%;
    margin: unset;
    padding-right: 10%;
    justify-content: center;
  }
  .section1 .pic {
    width: 50%;
    height: 100%;
    display: flex;
  }
  .section1 .pic img {
    height: 80%;
    align-self: flex-end;
  }
}

@media screen and (min-width: 1500px) {
  .section1 h1 {
    font-size: 40px;
  }
  .section1 h2 {
    font-size: 32px;
  }
  .section1 p {
    font-size: 28px;
  }
}

/*========================================================
  section2
=========================================================*/
.section2 {
  justify-content: flex-start;
}
.section2 .bg {
  background-image: url(../img/s2-bg-mb.png);
  background-repeat: no-repeat;
  background-position: 62% center;
  background-size: cover;
}
.section2 .box {
  width: 90%;
  margin-top: calc(15% + 68px);
}
@media screen and (min-width: 1100px),
  screen and (min-width: 1024px) and (max-height: 650px) {
  .section2 {
    justify-content: center;
    align-items: flex-start;
  }
  .section2 .bg {
    background-image: url(../img/s2-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .section2 .box {
    margin-top: unset;
    width: 50%;
  }
}

/*========================================================
  section3
=========================================================*/
.s3 {
  justify-content: space-between;
}
.section3 .box {
  margin-top: 25%;
}
.section3 h2 {
  color: #eabb73;
}
.section3 .pic {
  width: 100%;
  height: 50%;
}
.section3 .pic img {
  object-position: left bottom;
}
@media screen and (min-width: 1100px),
  screen and (min-width: 1024px) and (max-height: 650px) {
  .section3 .box {
    width: 55%;
    margin: unset;
    justify-content: center;
  }
  .section3 .text {
    padding-right: 2.5%;
  }
  .section3 .pic {
    width: 45%;
    height: 100%;
    display: flex;
  }
  .section3 .pic img {
    align-self: center;
    height: 80%;
  }
}

/*========================================================
  section4
=========================================================*/
.section4 {
  justify-content: center;
  align-items: end;
}
.section4 .bg {
  background-image: url(../img/s4-bg-mb.png);
  background-repeat: no-repeat;
  background-position: 15% center;
  background-size: cover;
}
.section4 .box {
  display: flex;
  flex-direction: column;
  align-items: anchor-center;
  margin-right: 5%;
  width: 48%;
}
.s4-h2 {
  width: 100%;
}
.section4 h5 {
  font-size: 16px;
  line-height: 20px;
  margin: 5% 0;
}
@media screen and (min-width: 768px) {
  .section4 .bg {
    background-position: left center;
  }
  .section4 .box {
    width: 55%;
  }
  .s4-h2 {
    width: 70%;
  }
  .section4 h5 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1100px),
  screen and (min-width: 1024px) and (max-height: 650px) {
  .section4 .bg {
    background-image: url(../img/s4-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .section4 .box {
    width: 65%;
    margin-right: unset;
  }
  .section4 h2 {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 1.2px;
  }
  .section4 h5 {
    margin: unset;
  }
}
@media screen and (min-width: 1500px) {
  .section4 h2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 2.4px;
  }
  .section4 h5 {
    font-size: 26px;
    line-height: 32px;
  }
}

/*========================================================
  section5
=========================================================*/
.section5 {
  justify-content: end;
}
.section5 .bg {
  background-image: url(../img/s5-bg-mb.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.section5 .box {
  width: 90%;
  margin-bottom: 5%;
}

@media screen and (min-width: 1100px),
  screen and (min-width: 1024px) and (max-height: 650px) {
  .section5 .bg {
    background-image: url(../img/s5-bg.png);
    background-position: right center;
  }
  .section5 .box {
    margin-bottom: 2.5%;
  }
}

/*========================================================
  section6
=========================================================*/
@media screen and (min-width: 1100px),
  screen and (min-width: 1024px) and (max-height: 650px) {
  .section6,
  .section7 {
    background: url(../img/s6-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: start;
    color: #40210f;
  }
  .section6 .pic {
    width: 100%;
    height: 82.5%;
  }
  .section6 .pic img,
  .section7 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section6 .box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 100%;
    gap: 2%;
  }
  .section6 h2 {
    color: #40210f;
    border: 1px solid #40210f;
    line-height: 36px;
    padding: 10px 16px;
    letter-spacing: 2px;
    margin-bottom: unset;
  }
  .section6 h4,
  .section7 h4 {
    text-align: start;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: unset;
  }
  .s6-p2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media screen and (min-width: 1500px) {
  .section6 h2 {
    padding: 14px 16px;
  }
  .section6 h4,
  .section7 h4 {
    font-size: 26px;
    line-height: 36px;
  }
}

/*========================================================
  section7
=========================================================*/
@media screen and (min-width: 1100px),
  screen and (min-width: 1024px) and (max-height: 650px) {
  .section7 {
    flex-direction: row;
    justify-content: start;
  }
  .section7 .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 35%;
    height: 100%;
    gap: 8%;
  }
  .section7 .pic {
    width: 65%;
    height: 100%;
  }
  .section7 h2 {
    color: #40210f;
    border: 1px solid #40210f;
    line-height: 36px;
    padding: 10px 16px;
    letter-spacing: 2px;
    margin-bottom: unset;
  }
  .section7 h4 {
    text-align: center;
  }
  .section7 .title {
    display: flex;
    height: auto;
  }
}

/*========================================================
  section67
=========================================================*/

.section67 {
  background: url(../img/s6-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: start;
  color: #40210f;
}
.section67 .pic-swiper {
  width: 100%;
  height: 100vh;
  height: 100svh;
}
.section67 .pic-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section67 .pic-swiper .pic {
  width: 100%;
  height: 65%;
}
.section67 .pic-swiper .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 95%;
  height: 35%;
}
.section67 .pic-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section67 h4 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: unset;
}
.section67 h2 {
  color: #40210f;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 2px;
  margin-top: 3%;
  margin-bottom: unset;
}

@media screen and (min-width: 768px) {
  .section67 h4 {
    font-size: 24px;
    line-height: 36px;
  }
  .section67 h2 {
    font-size: 32px;
  }
}

@media screen and (min-width: 1100px),
  screen and (min-width: 1024px) and (max-height: 650px) {
  .section67 {
    display: none;
  }
}

/*========================================================
  section8
=========================================================*/
.section8 {
  justify-content: end;
}
.section8 .bg {
  background-image: url(../img/s8-bg-mb.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.section8 .box {
  width: 90%;
  margin-bottom: 6%;
}
.section8 h2 {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .section8 .bg {
    background-position: 50% 60%;
  }
  .section8 .box {
    margin-bottom: 4%;
  }
}

@media screen and (min-width: 1100px),
  screen and (min-width: 1024px) and (max-height: 650px) {
  .section8 {
    justify-content: center;
    align-items: end;
  }
  .section8 .bg {
    background-image: url(../img/s8-bg.png);
    background-position: 25% top;
  }
  .section8 .box {
    width: unset;
    margin-bottom: unset;
    margin: 5% 10% 0 0;
  }
  .section8 h2 {
    color: #eabb73;
  }
}

/*========================================================
  section9
=========================================================*/
.section9 {
  position: relative;
  justify-content: start;
}
.section9 .bg {
  background-color: #fff;
  background-image: url(../img/s9-bg-mb.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.section9 .box {
  width: 90%;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section9 h2 {
  color: #fff;
  font-size: 32px;
}

@media screen and (min-width: 768px) {
  .section9 h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1100px),
  screen and (min-width: 1024px) and (max-height: 650px) {
  .section9 .bg {
    background-image: url(../img/s9-bg.png);
  }
  .section9 h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1500px) {
  .section9 h2 {
    font-size: 44px;
  }
}
/*========================================================
                         預約賞屋
=========================================================*/

.form-text {
  width: 70%;
  margin-bottom: 8%;
}
input,
select {
  background-color: #eeeeef;
  border-radius: 0;
  color: #231815;
  outline-color: #231815;
  border: 1px solid #231815;
  padding-left: 15px;
  opacity: 0.8;
}
input:focus,
select:focus {
  scale: 1.01;
  opacity: 1;
}
input[type="text"],
input[type="phone"],
select {
  height: 45px;
  width: 100%;
}
select {
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 24px auto;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
::placeholder {
  color: #40210f !important;
}
:-ms-input-placeholder {
  color: #40210f !important;
}
::-ms-input-placeholder {
  color: #40210f !important;
}
.reservation {
  background: url(../img/form-bg.png) no-repeat center center;
  background-size: cover;
  pointer-events: auto;
  width: 100%;
  position: relative;
  text-align: start;
  font-family: "SweiSpringCJKtc", "Noto Serif TC" !important;
}
.reservation .box {
  max-width: 800px;
  margin: 0 auto;
  width: 85%;
}
.reservation .input-block {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
/* 所有欄位預設一列寬 */
.reservation .input-block input,
.reservation .input-block select {
  flex: 1 1 100%;
}
.reservation .form_check_txt {
  color: #fff;
  font-size: 14.4px;
  margin-left: 3px;
  line-height: 1.8;
}
.reservation .form_check_txt a {
  text-decoration: none;
  color: #40210f;
}
.reservation .reg_btn {
  width: 100%;
  background-color: #40210f;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border: none;
  margin-top: 20px;
  padding: 10px 20px;
  line-height: normal;
}
.reservation .reg_disabled {
  cursor: no-drop;
  opacity: 0.8;
}
.reservation .reg_btn:hover {
  background-color: #482a19e1;
}
.reservation .reg_btn:focus {
  outline: unset;
}
.reservation .reg_disabled:hover {
  background-color: #482a19e1;
  opacity: 0.8;
}
.reservation .msgerror {
  color: #fff100;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
.input-error {
  border: 2px solid #ee7878 !important;
}
.input-error:focus {
  outline: 0;
  box-shadow: 0 0 10px 3px rgb(149 149 149) !important;
}
.priv {
  margin-bottom: 2%;
}
.info {
  margin-top: 4%;
}
.map-block {
  position: relative;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 5% 0;
}
.map {
  width: 100%;
  height: 350px;
}

/* 平板以上：兩欄排版邏輯 */
@media screen and (min-width: 768px) {
  .reservation .input-block .field-group-half {
    flex: 1 1 calc(50% - 7px); /* 兩欄，中間 gap 是14px */
  }

  .reservation .input-block .field-group-full {
    flex: 1 1 100%;
  }
  .form-text {
    width: 55%;
  }
}

@media screen and (min-width: 1100px),
  screen and (min-width: 1024px) and (max-height: 650px) {
  .reservation {
    padding: 80px 0;
  }
  .reservation .box {
    display: flex;
    max-width: 1100px;
    gap: 5%;
  }
  #myform {
    width: 50%;
  }
  .map-block {
    display: flex;
    width: 50%;
    margin: unset;
  }
  .info {
    font-size: 17px;
  }
  .reservation .form_check_txt {
    font-size: 16px;
  }
  .form-text {
    width: 65%;
  }
}

@media screen and (min-width: 1500px) {
  .reservation .box {
    max-width: 1440px;
  }
}
/*========================================================
  footer
=========================================================*/
footer {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2d657b;
  color: #fff;
}
.footer-logo {
  height: 26px;
  line-height: 50px;
  pointer-events: none;
}

/*========================================================
                         隱私權
=========================================================*/

.fancybox-container {
  z-index: 9999999;
}

.modal-body {
  overflow-y: auto;
  padding: 20px;
}

.modal-header {
  border-bottom: none;
}

.modal-body h2 {
  text-align: center;
  margin-bottom: 20px;
}

.modal-body p span {
  font-weight: bold;
  font-size: 1.1rem;
}

.modal-dialog {
  margin-bottom: 80px;
}

@media (min-width: 576px) {
  .modal-body {
    padding: 20px 40px;
  }

  .modal-dialog {
    max-width: 1000px;
  }
}

@media (min-width: 1024px) {
  .modal-body {
    padding: 20px 80px;
  }

  .modal-dialog {
    max-width: 1200px;
    margin-bottom: 0;
  }
}

/* =========================================================
   Back to Top
   ========================================================= */
.oTop {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 50px;
  height: 50px;
  border-radius: 999px;

  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.02);

  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 16px 42px rgba(0, 0, 0, 0.38);

  cursor: pointer;
  padding: 0;
  z-index: 9998;

  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;

  transition:
    opacity 0.35s ease,
    transform 0.55s cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 0.35s ease,
    border-color 0.35s ease;

  -webkit-tap-highlight-color: transparent;
}

.oReserve {
  position: fixed;
  right: 24px;
  bottom: 84px;
  width: 50px;
  height: 50px;
  z-index: 9998;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;

  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.25);

  outline: none;
  -webkit-tap-highlight-color: transparent;

  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.oReserve,
.oReserve:visited,
.oReserve:active,
.oReserve:focus,
.oReserve:hover {
  color: #fff !important;
}

/* 顯示 */
.oTop.is-show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* 箭頭（細緻、居中） */
.oTop__ic {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  transform: translateY(2px) rotate(45deg);

  border-left: 1.5px solid rgba(255, 255, 255, 0.95);
  border-top: 1.5px solid rgba(255, 255, 255, 0.95);

  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.15));
}

/* 呼吸感（非常克制） */
.oTop.is-show {
  animation: oTopBreath 4.2s ease-in-out infinite;
}

@keyframes oTopBreath {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.06) inset,
      0 16px 42px rgba(0, 0, 0, 0.38);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.1) inset,
      0 20px 52px rgba(0, 0, 0, 0.46);
  }
}

/* Hover（桌機） */
@media (hover: hover) {
  .oTop:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.32);
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.12) inset,
      0 24px 64px rgba(0, 0, 0, 0.55);
  }
  .oReserve:hover {
    transform: translateY(-2px) scale(1.08);
    border-color: rgba(255, 255, 255, 0.32);
  }
}

/* Active */
.oTop:active {
  transform: translateY(0);
}

/* 手機微調 */
@media (max-width: 768px) {
  .oTop {
    right: 14px;
    bottom: 14px;
    width: 46px;
    height: 46px;
  }
  .oReserve {
    right: 14px;
    bottom: 70px;
    width: 46px;
    height: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .oTop,
  .oTop.is-show {
    transition: none !important;
    animation: none !important;
  }
}

[data-aos="custom-zoom-out"] {
  transform: scale(1.2);
  opacity: 1;
  transition-property: transform, opacity;
  transition:
    transform 5s ease,
    opacity 3s ease !important;
}

[data-aos="custom-zoom-out"].aos-animate {
  transform: scale(1);
  opacity: 1;
}

[data-aos="custom-fade-up"] {
  transform: translateY(30px);
  opacity: 0;
  transition-property: transform, opacity;
}

[data-aos="custom-fade-up"].aos-animate {
  transform: translateY(0);
  opacity: 1;
}

[data-aos="custom-fade-down"] {
  transform: translateY(-30px);
  opacity: 0;
  transition-property: transform, opacity;
}

[data-aos="custom-fade-down"].aos-animate {
  transform: translateY(0);
  opacity: 1;
}
