@import url("https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css");
body {
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  max-width: 1140px;
  width: 95%;
  margin: auto;
}

a {
  text-decoration: none;
  display: inline-block;
  color: black;
}

h1,
h2,
h3,
h4 {
  margin: 0;
}

h2 {
  color: #FF8000;
  margin-bottom: 40px;
  border-bottom: 1px solid #FF8000;
  padding-right: 4rem;
  padding-bottom: 8px;
  font-size: 28px;
  position: relative;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

h2:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: url("../image/bg.png") no-repeat center/contain;
}

h3 {
  font-family: 'cwTeXFangSong', serif;
}

p {
  line-height: 1.5em;
}

img {
  width: 100%;
}

.reserve-btn {
  width: 200px;
  line-height: 30px;
  padding: 8px;
  margin-top: 24px;
  background-color: #B6DBFF;
  color: white;
  border-radius: 4px;
  text-align: center;
}

.reserve-btn i {
  margin: 0 8px;
}

.link-btn {
  display: block;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  color: #FF8000;
  background-color: white;
  border-radius: 50vh;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

section:not(:first-child) {
  padding: 40px 0;
}

/* =============nav============ */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-size: cover;
  background: #FEFEFF;
  border-bottom: 2px solid rgba(128, 128, 128, 0.1);
}

.navbar h1 {
  margin-left: 12px;
}

.navbar h1 a {
  display: block;
}

.navbar .navbar-toggler {
  color: transparent;
}

.navbar .navbar-toggler i {
  color: #5356B5;
}

.navbar .navbar-collapse {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.navbar .navbar-collapse .navbar-nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar .navbar-collapse .navbar-nav {
  margin-left: auto;
}

.navbar .navbar-collapse .navbar-nav .nav-link {
  text-align: center;
  color: #5356B5;
  margin: 12px;
  padding: 10px;
}

/* =============banner============ */
#banner {
  position: relative;
}

#banner img {
  height: 70vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

#banner .content-box {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
}

#banner .content-box strong {
  font-size: 28px;
  color: #5356B5;
  text-shadow: 0 1px 1px white;
  display: block;
  margin-bottom: 12px;
}

#banner .content-box p {
  color: white;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.38);
  font-family: 'cwTeXFangSong', serif;
  font-size: 18px;
}

#banner .content-box p a {
  color: white;
}

/* ========================= */
#about .img-box {
  position: relative;
}

#about .img-box img {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

#about .img-box .img-text {
  position: absolute;
  bottom: 40px;
  left: 50px;
  color: #e6e6e6;
  text-shadow: 0 1px 1px #000;
  text-align: left;
}

#about .img-box .img-text ul {
  margin: 0;
  padding-left: 1rem;
}

#about .content-box {
  background: url("../image/about/bg-01.jpg") no-repeat center/cover, #f4f4f4;
  background-blend-mode: overlay;
  padding: 40px;
  line-height: 2;
  color: gray;
}

/* =============services============ */
#services {
  background: url(../image/bg-04.jpg) no-repeat center/cover, #ebebeb;
  background-blend-mode: overlay;
}

#services .col-md-6:nth-child(even) .services-box {
  background-color: #EDF6FF;
}

#services .col-md-6:nth-child(even) .services-box h3 {
  color: #FF8000;
}

#services .col-md-6:nth-child(odd) .services-box {
  background-color: #FFF6ED;
}

#services .col-md-6:nth-child(odd) .services-box h3 {
  color: #B6DBFF;
}

#services .col-md-6:nth-child(odd) .services-box h3:after {
  background: url("../image/services/bg-02.png") no-repeat center/contain;
}

#services .services-box {
  padding: 30px 50px;
  -webkit-box-shadow: 2px 2px 2px rgba(198, 198, 198, 0.3);
          box-shadow: 2px 2px 2px rgba(198, 198, 198, 0.3);
}

#services .services-box .img-box {
  width: 100px;
  border-radius: 50%;
  padding: 20px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#services .services-box h3 {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  margin: 16px 0;
  padding-bottom: 16px;
}

#services .services-box h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 72px;
  height: 10px;
  background: url("../image/services/bg.png") no-repeat center/contain;
}

#services .services-box p {
  color: #969696;
}

#figure-box {
  padding: 60px 0;
  background: url(../image/bg-02.jpg) no-repeat center/cover, #ededed;
  background-blend-mode: overlay;
}

#figure-box figure img {
  margin-bottom: 15px;
}

#figure-box .sticky-lg-top {
  z-index: 10;
}

#figure-box .sticky-lg-top p {
  color: #5356B5;
  font-size: 18px;
  font-style: italic;
}

/* =============price============ */
#price .price-box {
  background-color: #EDF6FF;
  padding: 30px 50px;
  border-radius: 8px;
}

#price .price-box .img-box {
  width: 100px;
  background-color: white;
  border-radius: 50%;
  padding: 20px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 2px 2px 2px rgba(198, 198, 198, 0.3);
          box-shadow: 2px 2px 2px rgba(198, 198, 198, 0.3);
}

#price .price-box h3 {
  margin: 16px 0;
  color: #FF8000;
}

/* =============contact============ */
#contact {
  background: url(../image/bg-03.jpg) no-repeat center/cover, #e5e5e5;
  background-blend-mode: overlay;
}

#contact .group-text {
  font-size: 22px;
  font-style: italic;
  color: #5356B5;
  letter-spacing: 2px;
  margin-bottom: 20px;
  padding-bottom: 8px;
  display: inline-block;
  border-bottom: 2px dotted;
  font-family: 'cwTeXFangSong', serif;
}

#contact a {
  display: block;
  margin: 16px 0;
  padding-left: 2rem;
  margin: 0;
  margin-top: 4px;
  color: #969696;
}

#contact i {
  margin-right: 1rem;
  width: 16px;
  line-height: 16px;
  font-size: 20px;
  color: #5356B5;
}

#contact .information p {
  margin: 16px 0;
  color: #5356B5;
}

#contact .information p span {
  display: block;
  padding-left: 2rem;
  margin-top: 4px;
}

#contact .contact-content {
  padding: 40px;
  background: #EDF6FF;
}

/* =============footer============ */
footer {
  padding: 20px;
  padding-bottom: 80px;
  background-color: #FEFEFF;
}

footer p,
footer a {
  margin: 0;
  font-size: 14px;
}

/* =============quick-link============ */
.quick-link-l {
  z-index: 99;
  position: fixed;
  bottom: 40px;
  right: 20px;
  font-size: 20px;
}

.quick-link-l .link-btn {
  margin-top: 20px;
  font-size: 24px;
}

.quick-link-s {
  z-index: 99;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FEFEFF;
}

.quick-link-s .link-btn {
  font-size: 24px;
  line-height: 40px;
  width: 33.33333%;
  color: gray;
  text-align: center;
  background-color: unset;
  border: 0;
  border-radius: unset;
  padding: 8px 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  float: left;
  margin: 0;
}

.quick-link-s .link-btn i {
  margin: auto;
}

@media screen and (min-width: 991px) {
  .navbar h1 a,
  .navbar .navbar-nav .nav-link {
    position: relative;
  }
  .navbar h1 a::after,
  .navbar .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: 1px solid;
    width: 0%;
    background-color: #5356B5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar h1 a:hover::after,
  .navbar .navbar-nav .nav-link:hover:after {
    width: 100%;
  }
  .reserve-btn:hover {
    background-color: #5356B5;
    color: white;
  }
  footer a:hover,
  #contact a.link-btn:hover {
    color: #5356B5;
  }
  .link-btn:hover {
    background-color: #FF8000;
    cursor: pointer;
  }
  .link-btn:hover i {
    color: white;
  }
  section:not(:first-child) {
    padding: 120px 0;
  }
  #contact a:hover {
    color: #5356B5;
  }
  /* =============nav============ */
  .navbar .navbar-collapse .navbar-nav .nav-link {
    margin: 0 12px;
  }
  /* =============banner============ */
  #banner img {
    height: 90vh;
  }
  #banner .content-box strong {
    font-size: 80px;
    margin-bottom: 32px;
  }
  #banner .content-box p {
    font-size: 24px;
  }
  #banner .content-box a:hover {
    color: #5356B5;
  }
  /* =============about============ */
  #about .content-box {
    padding: 20%;
  }
  figure {
    margin: 40px 0;
  }
  figure img {
    margin-bottom: 15px;
  }
  /* =============price============ */
  #price .price-box {
    padding: 60px;
    border-radius: 8px;
  }
}
/*# sourceMappingURL=style.css.map */