@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300&family=Noto+Sans+SC:wght@300&family=Noto+Serif+SC:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100&family=Noto+Serif+SC:wght@300&display=swap');

html,
body {
  scroll-behavior: smooth;
  background: #E3EAF4;
  max-width: 1440px;
  margin: auto;
}

.g-polygon {
  position: absolute;
  opacity: 0.6;
}

.g-polygon-1 {
  width: 30%;
  height: 30%;
  top: 50%;
  right: 50%;
  background: #ffee55;
  clip-path: circle(50% at 50% 50%);
}

.g-polygon-2 {
  width: 30%;
  height: 30%;
  top: 20%;
  right: 0;
  background: #167353;
  clip-path: circle(50% at 50% 50%);
}

.g-polygon-3 {
  width: 30%;
  height: 30%;
  background: #3fd6ff;
  clip-path: circle(50% at 50% 50%);
}

.background {
  filter: blur(120px);
  position: absolute;
  width: 100%;
  height: 100%;
}

.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
}

.foreground {
  backdrop-filter: blur(10px);
}

.ci {
  animation: ci-fadein 3s;
  animation-fill-mode: forwards;
}

@keyframes ci-fadein {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 100%;
  }

  100% {
    opacity: 0;
    display: none;
  }
}

.slogan {
  position: absolute;
  top: 30%;
  font-size: 2rem;
  text-align: center;
  font-family: 'Noto Serif SC', serif;
  color: white;
}

.slogan p {
  width: fit-content;
  margin: 2rem auto;
  letter-spacing: 1.2rem;
  padding: 12px;
  animation: slogan-fadein 8s;
  animation-fill-mode: forwards;
}


@keyframes slogan-fadein {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  60% {
    opacity: 100%;
    color: #2E4241;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    display: none;
  }
}

.navbar {
  position: fixed;
  top: 0;
  right: 0;
  height: 3rem;
  background-color: #2E4241;
  width: 100%;
  z-index: 12;
  animation: navbarbg-fadein 7s;
}

@keyframes navbarbg-fadein {
  0% {
    opacity: 0;
  }

  80% {
    opacity: 0;
    top: -20px;
  }

  100% {
    top: 0;
    opacity: 100%;
  }

}

a:link {
  text-decoration: none;
  color: #e0daae;
}


a:visited {
  text-decoration: none;
  color: #e0daae;
}


a:hover {
  text-decoration: none;
  color: #e0daae;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
  cursor: pointer;
}


a:active {
  text-decoration: none;
  color: #e0daae;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
}

ul {
  display: flex;
}

li {
  margin-right: 3rem;
  text-decoration: none;
  list-style: none;
  color: #e0daae;
  font-weight: 100;
}

.navbarContainer {
  display: flex;
  justify-content: space-between;
}

.navbar img {
  margin: 12px;
}

.mainPage {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: mainpage 8s;
}

.mainPageContainer {
  max-width: 1440px;
  min-width: 1280px;
  margin: auto;
}

@keyframes mainpage {
  0% {
    opacity: 0;
    height: 0;
    overflow: hidden;
  }

  60% {
    opacity: 0;
    height: 0;
    overflow: hidden;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 100%;
    display: block;
  }

}

.mainPage p {
  font-family: 'Noto Sans SC', sans-serif;
  letter-spacing: 0.1rem;
  font-size: 1.2rem;
  line-height: 2.8rem;
}

h1 {
  letter-spacing: 0.3rem;
  font-size: 2rem;
  color: #2E4241;
  font-family: 'Noto Serif SC', serif;
}

h2 {
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  font-family: 'Noto Serif SC', serif;
}

.section1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: fit-content;
  margin: 2rem auto 0 auto;
}

.title1 {
  margin: 0 6rem;
  padding-left: 3rem;
}

.s1picarea {
  font-size: 0;
}

.subtitle1 {
  margin-top: 3rem;
}

.subtitle1 span {
  background-color: #f6efbc9f;
}

.section2 {
  background-color: #f8f9fb;
  opacity: 0.8;
  padding: 5rem 0 7rem 0;
  text-align: center;
}

.section2 p {
  color: #2E4241;
  text-align: center;
}

.section2 span {
  color: black;
  background-color: #f6efbc9f;
}

.wave {
  width: 100%;
  height: 200px;
  background: #E3EAF4;
  position: relative;
  top: -150px;
  clip-path: polygon(100% 100%, 0% 100%, 0.00% 55.67%, 2.00% 55.34%, 4.00% 54.41%, 6.00% 52.98%, 8.00% 51.20%, 10.00% 49.29%, 12.00% 47.46%, 14.00% 45.92%, 16.00% 44.84%, 18.00% 44.36%, 20.00% 44.51%, 22.00% 45.29%, 24.00% 46.61%, 26.00% 48.32%, 28.00% 50.21%, 30.00% 52.09%, 32.00% 53.72%, 34.00% 54.93%, 36.00% 55.58%, 38.00% 55.59%, 40.00% 54.97%, 42.00% 53.77%, 44.00% 52.15%, 46.00% 50.28%, 48.00% 48.38%, 50.00% 46.67%, 52.00% 45.33%, 54.00% 44.53%, 56.00% 44.35%, 58.00% 44.81%, 60.00% 45.87%, 62.00% 47.40%, 64.00% 49.22%, 66.00% 51.13%, 68.00% 52.92%, 70.00% 54.37%, 72.00% 55.32%, 74.00% 55.67%, 76.00% 55.37%, 78.00% 54.46%, 80.00% 53.04%, 82.00% 51.27%, 84.00% 49.36%, 86.00% 47.52%, 88.00% 45.97%, 90.00% 44.87%, 92.00% 44.36%, 94.00% 44.49%, 96.00% 45.25%, 98.00% 46.56%, 100.00% 48.25%);
}

.section3 {
  position: relative;
  top: -200px;
  text-align: center;
}

.pchide {
  display: none;
}

.section3main {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section3main img {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.s3title {
  margin-bottom: 3rem;
}

.s3details {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0rem 12rem;
  margin-top: 3rem;
}

.numberDec {
  font-family: 'Antonio', sans-serif;
  font-size: 48px;
  background: -webkit-linear-gradient(#c2a475, #c2a475);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
  text-align: left;
  position: relative;
  top: -36px;
  left: -24px;
}

.numberDec span {
  font-size: 28px;
}

.advantages {
  background: rgba(255, 255, 255, 0.3);
  width: 30%;
  border-radius: 1rem;
}

.h2Dec {
  background-color: #466968;
  padding: 1px 0;
  transform: rotate(-3deg) skew(-3deg);
  position: relative;
  top: -3rem;
}

.h2Dec h2 {
  transform: rotate(3deg) skew(3deg);
  color: white;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 100;
}

.advantages p {
  text-align: left;
  padding: 0 1rem;
  position: relative;
  top: -2rem;
  text-align: justify;
}

.advantagesDetail span {
  background-color: #f6efbc9f;
}

.hr1 {
  position: relative;
  top: -6rem;
}

.section6 {
  /* background-color: #f8f9fbbb; */
  position: relative;
  top: -3rem;

}

.service {
  display: flex;
  justify-content: center;
  align-items: center;
  /* position: relative;
  top: 3rem;
  left: 3rem; */
}


.section6 h1 {
  text-align: center;
  color: #2E4241;
  padding-right: 3rem;
  padding-bottom: 0.6rem;
}

.s6 p {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.6) 50%, #2E4241 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .3s ease-out;
  padding: 0 12rem;
  color: white;
}

.s6 p:hover {
  font-weight: bold;
  background-position: left bottom;
  color: #c2a475;
  cursor: pointer;
}

.section7 {
  display: flex;
  padding: 1rem;
}

.s7pics {
  position: relative;
}

.s7pics img {
  border-radius: 6px 6px 0 0;
}

.s7picdes {
  /* position: relative;
  top: 0rem;
  left: 0rem; */
  border-left: #76bab7 dashed 2px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1rem;
  /* width: fit-content; */
}

.s7right {
  display: flex;
  padding-right: 1rem;
}

.s7pics01 {
  margin-left: 2rem;
}


.s7pics02 {
  /* display: flex;
  flex-direction: column;
  justify-content: stretch; */
  margin-left: 3rem;
  margin-top: 3.4rem;
  padding-bottom: 4rem;
}

.s7pics03 {
  margin-left: 3rem;
  margin-top: 2rem;
}

.s7bottom {
  position: relative;
}


.more {
  position: absolute;
  right: 0;
  top: -30px;
  padding: 12px 36px;
  width: fit-content;
  letter-spacing: 0.2rem;
  color: white;
  margin-top: 6px;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  background-color: #2E4241;

}

.more:hover {
  transform: translateY(-1px);
  transform: scale(1.1);
  transition-duration: 600ms;
  cursor: pointer;
  color: #c2a475;
}


@keyframes scroll {
  from {
    transform: translateX(0%)
  }

  to {
    transform: translateX(-100%)
  }
}

/* .section8 p {
  margin: 0;
} */

.s8contact {
  margin-top: 3rem;
  margin-left: 24rem;
}

.s8title {
  letter-spacing: 0.3rem;
  font-size: 2rem;
  color: #2E4241;
  font-family: 'Noto Serif SC', serif;
}

.area {
  margin: auto;
  display: flex;
  justify-content: start;
  align-items: center;
}

.areatitle {
  text-decoration: underline;
  text-decoration-thickness: 16px;
  text-decoration-color: #67d1ee32;
  text-underline-offset: -6px;
  color: #3398b4;
  font-weight: bold;
  text-align: center;
}

.areacontent {
  text-align: center;
  color: #2E4241;
  margin-left: 12px;
  padding-top: 6px;
}


.areacontent2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.areacontent2 a {
  color: #2E4241;
}

.resbtn {
  background-color: #2E4241;
  border-radius: 6px;
  color: white;
  /* border: 1.2px solid #2E4241; */
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  text-align: center;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  font-weight: 200;
  padding: 12px;
  width: 180px;
  margin: 3rem auto 0 auto;
}

.resbtn:hover {
  transform: translateY(-1px);
  transform: scale(1.1);
  transition-duration: 600ms;
  cursor: pointer;
}

.section9 {
  background-color: #f8f9fbaa;
  margin-top: 3rem;
  padding: 3rem;
  display: flex;
  align-items: start;
}

.s9slogan {
  margin-left: 3rem;
}

.s9slogan h2 {
  margin: 3rem 0;
  text-decoration: underline;
  text-underline-offset: 12px;
  text-decoration-color: #c2a475;
}

.s9slogan p {
  line-height: 1rem;
}


.footer {
  display: flex;
  justify-content: center;
  margin-bottom: 6rem;
  margin-top: 3rem;
}

.contactInfo {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 1rem;
}

.contactInfo a {
  color: #2E4241;
  margin-right: 6px;
}

.companyInfo {
  margin-left: 3rem;
}

.company p {
  letter-spacing: 0.8px;
  margin: 0;
  font-size: 1rem;
  line-height: 1.6rem;
}

/* 
.footerslogan1 {
  position: relative;
  top: -8rem;
  left: 6rem;
  transform: rotate(-3deg);
  background-color: #f6efbc95;
  width: fit-content;
  padding: 1rem;
  text-decoration: underline;
  text-underline-offset: 12px;
}

.footerslogan2 {
  position: relative;
  top: -7rem;
  left: 6rem;
  transform: rotate(-1deg);
  background-color: #f6efbc8a;
  padding: 0.8rem;
  text-decoration: underline;
  text-underline-offset: 12px;
} */

.navham {
  display: none;
}



@media only screen and (max-width: 768px) {

  html,
  body {
    max-width: 768px;
  }

  .mainPage {
    margin: auto;
  }

  .mainPageContainer {
    max-width: 768px;
    min-width: 300px;
    margin: auto;
  }

  .navham {
    display: block;
    margin: 0.8rem 2rem 0 0;
    position: fixed;
    top: 0;
    right: 1rem;
  }

  .navbar {
    width: 100%;
  }

  #navbarLinks {
    background: #2E4241;
    opacity: 0.9;
    display: none;
    position: absolute;
    right: 0;
    top: 30px;
    width: 60vw;
    padding-top: 2rem;
  }

  #navbarLinks li {
    font-size: 1.3rem;
    line-height: 3rem;
  }

  .section1 {
    margin: 6rem 2rem 0 2rem;
    /* display: block; */
    flex-direction: column;
  }

  .title1 {
    padding: 0;
    margin: 0;
  }

  .s1picarea img {
    width: 300px;
    max-width: 100%;
  }

  .s1picarea {
    width: 300px;
    height: 400px;
    overflow: hidden;
  }

  .section2 {
    width: 100%;
    height: fit-content;
  }

  .section2 p {
    margin: 1.2rem;
    line-height: 2.2rem;
  }

  .section2 .dialog1 {
    padding: 1rem 0;
  }

  .section3 img {
    width: 100%;
  }

  .mobilehide {
    display: none;
  }

  .pchide {
    display: block;
  }

  .s3details {
    padding: 0;
    display: block;
  }

  .numberDec {
    z-index: 2;
    transform: rotate(-1deg) skew(0deg);
    left: 0px;
    top: -60px;
  }

  .advantages {
    margin: 3rem auto;
    width: 80%;
    height: 230px;
    padding: 0rem 1rem 5rem 1rem;
    margin-bottom: 2rem;
  }

  .h2Dec {
    padding: 0.2px 0;
    transform: rotate(0deg) skew(0deg);
    top: -6rem;
  }

  .h2Dec h2 {
    font-size: 1.2rem;
    transform: rotate(-0deg) skew(0deg);
  }

  .advantages p {
    font-size: 1rem;
    line-height: 2rem;
    top: -5rem;
  }

  .section5 {
    margin: auto;
  }


  .section6 {
    width: 100%;
  }

  .section6 h1 {
    padding: 1rem;
  }

  .s6 p {
    padding: 0;
    text-align: center;
  }

  .service {
    display: block;
  }

  .service img {
    width: 100%;
  }

  .section7 {
    display: block;
    padding: 1rem;
  }

  .s7pics {
    position: static;
    margin: 1rem auto;
  }

  .s7pics img {
    margin: auto;
    padding: 0;
    max-width: 100%;
  }

  .s7right {
    display: block;
  }

  .s7pics02 {
    margin: 0;
    padding: 0;
  }

  .s7pics02 img {
    width: 360px;
    max-width: 100%;
  }

  .s7pics03 {
    margin-top: 0;
  }

  .s7pics03 img {
    width: 360px;
    max-width: 100%;
  }

  .section7 p {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .s7bottom {
    margin-top: 2rem;
  }

  .s7bottom hr {
    display: none;
  }

  .more {
    position: static;
    margin: auto;
  }

  .section8 {
    border-top: 1px solid #c2a475;
    padding-top: 2rem;
    margin-top: 2rem;
  }


  .s8contact {
    margin: 0;
  }

  .area {
    display: block;
    margin-bottom: 3rem;
  }

  .s8contact p {
    margin: 0;
  }

  .areacontent {
    margin: 0;
  }

  .areacontent span {
    display: none;
  }

  .areacontent2 {
    display: block;
  }

  .section9 {
    display: block;
    /* background-color: inherit; */
    padding: 2rem;
    margin: 3rem auto;
  }

  .section9 h2 {
    line-height: 3rem;
  }

  .s9Img {
    margin: auto;
    width: 100%;
  }

  .s9slogan {
    margin-left: 0;
  }


  .footer {
    display: block;
  }


  .footerImg {
    margin: auto;
    width: 100%;
  }

  .contactInfo {
    justify-content: center;
    margin-bottom: 2rem;
  }
}

.floating-btn {
  position:fixed;
  height:120px;
  bottom:40px;
  right:0px;
  background-color:#2E4241;
  color:#FFF;
  border-radius: 5px 0px 0px 5px;
  text-align:center;
  box-shadow: 2px 2px 3px #999;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 5px 5px 5px 8px;
  z-index: 999;
}