:root {
  --color-blue: #0077ba;
  --color-yellow: #f4bb27;
  --color-red: #e24949;
}

body {
  overflow-x: hidden;
  letter-spacing: 0.11em;
}

img {
  width: 100%;
  object-fit: cover;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

a {
  display: block;
  text-decoration: none;
}

#egg,
#cake,
#tea,
#shortbread-main,
#package,
#pineapple-tiny {
  scroll-margin-top: 80px;
}

.banner,
.banner-mobile {
  margin-top: 56px;
}

.text-blue {
  color: var(--color-blue);
}
.text-yellow {
  color: var(--color-yellow);
}
.text-red {
  color: var(--color-red);
}
.text-white {
  color: white;
}
.text-p {
  font-size: 16px;
}

.slogan {
  letter-spacing: 0.5rem;
  padding: 2rem 0;
  font-size: 36px;
  font-weight: 900;
}

.slogan-photo {
  max-width: 80%;
  margin: auto;
}

.logo {
  width: 150px;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.title {
  font-size: 32px;
  letter-spacing: 0.5rem;
  font-weight: 900;
}

.subtitle {
  font-size: 24px;
  font-weight: 700;
}

.banner {
  display: none;
}

.nav-position {
  position: relative;
}

.language-dropdown {
  position: absolute;
  right: 0;
}

.dropdown-list {
  right: 0;
  left: auto !important;
}

.main-photo {
  margin: 16px auto 8px;
}

.inside-content {
  border-left: 5px solid black;
  padding-left: 16px;
  box-sizing: border-box;
}

.content-text {
  font-size: 16px;
}

.sub-section {
  margin: 80px 0;
}

.special-title {
  width: 70%;
}

.purchase-gift {
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.3),
      rgba(255, 255, 255, 0.8)
    ),
    url("../images/tea/background.png");
  background-position: center;
}

.biscuit {
  width: 50%;
}

.slogan-photo {
  filter: drop-shadow(0 0 1.5rem white);
}

.shortbread-half {
  width: 30%;
}

.pineapple-section {
  display: flex;
  flex-direction: column-reverse;
}

.pineapple-content {
  margin: 16px 0;
}

.sweet-section {
  display: flex;
  align-items: center;
  width: 100%;
  margin: auto;
}

.sweet-photo {
  width: 80%;
}

.step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: auto;
  background-color: grey;
  color: white;
  font-size: 22px;
}

.redeem-title {
  max-width: 80%;
  margin: auto;
}

.icon {
  width: 40%;
  margin: 24px auto;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  padding: 8px;
}

.remind-section-content {
  padding: 50px 0;
  margin: auto;
}

.act-title {
  width: 35%;
  flex-shrink: 0;
  background-color: grey;
  color: white;
  text-align: center;
  padding: 8px 0;
  border-radius: 8px;
}

.act-detail {
  width: 55%;
  margin-left: auto;
}

.transport-title {
  background-color: var(--color-yellow);
  display: inline-block;
  padding: 4px 16px;
  border-radius: 8px;
}

.transportation-block {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/transportation/background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.transportation-content {
  width: 80%;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .logo {
    width: 200px;
  }
  .banner {
    display: block;
  }
  .banner-mobile {
    display: none;
  }
  .text-p {
    font-size: 20px;
  }
  .section-content {
    margin: 50px auto;
  }
  .slogan {
    font-size: 48px;
  }
  .slogan-photo {
    max-width: 50%;
  }
  .title {
    font-size: 42px;
  }
  .subtitle {
    font-size: 28px;
  }
  .content-text {
    font-size: 18px;
  }
  .section-content {
    width: 80%;
  }
  .biscuit {
    width: 50%;
  }
  .each-section {
    padding: 30px 0;
  }
  .box-tea-wrapper {
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .shortbread-half {
    width: 50%;
  }
  .sweet-section {
    display: flex;
    align-items: center;
    width: 80%;
    margin: auto;
  }
  .sweet-photo {
    width: 50%;
  }
  .pineapple-section {
    flex-direction: column;
  }

  .pineapple-content {
    margin: 0 0 32px 0;
  }
  .open-time {
    margin: 16px 0 16px 20px;
  }
  .reminder {
    margin-left: 20px;
  }
  .icon {
    margin: 48px auto 24px;
  }
  .remind-section-content {
    width: 60%;
  }
  .act-title {
    width: 20%;
  }
}
