@font-face {
  font-family: Super Moods;
  src: url(../font/Alimama.ttf);
}
 ::-webkit-scrollbar {width:10px;background-color: #F5F5F5;}
/* 滚动槽 */::-webkit-scrollbar-track {border-radius:5px;}
/* 滚动条滑块 */::-webkit-scrollbar-thumb {border-radius:10px;background:#e5d6c8;}
/* 隐藏左右滚动条 */::-webkit-scrollbar {display: none--;}
body{overflow-x:hidden;}
body {
  font-family: Super Moods;
  text-transform: capitalize;
  background-color: #ffc09d;
  padding: 0;
  margin: 0;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
section {
  min-height: 90vh;
  width: 100vw;
}

.part-1 {
  background-color: #ffc09d;
  text-align: center;
  min-height: 94vh;
}

.part-1 .socials-container {
  padding-top: 2rem;
  text-align: center;
}

.part-1 .socials-container img {
  width: 50px;
}

.part-1 .logo {
padding-top: 1rem;
  width: 20%;
  min-width: 240px;
}
.part-1 .logo2 {
  width: 40%;
  min-width: 300px;
}

.part-1 .title {
  background-image: url(../image/name-.png);
  background-size: 100%;
  width: 40%;
  height: fit-content;
  background-repeat: no-repeat;
  text-align: center;
  margin-top: -50px;
}
.part-1 .title2 {
  padding:0px 50px 70px 50px;
  color: #9b4f25;
  font-size: 18px;
  line-height:28px;
  font-weight: 100;
  width: 80%;
  height: fit-content;
  background-repeat: no-repeat;
  text-align: center;
  text-shadow:1px 1px 2px #ffffff;
}

.part-2 {
  background-color: #f0dfb3;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: -16px;
}

h1 {
  color: #ffffff;
  font-size: 4em;
  margin-top: 50px;
  text-shadow:1px 1px 2px #000000;
}

.links a {
  text-align: center;
  padding: 17px 25px 14px;
  gap: 10px;
  background: #fdcf5e;
  border: 1px solid #000000;
  box-shadow: 9px 9px 0px 1px #000000;
  border-radius: 20px;
  color: #ffffff;
  font-size: 32px;
  text-decoration: none;
  font-weight: 100;
  margin-right: 2rem;
}
.links a:hover {
  background: #fff2af;
  color: #81503f;
}
.links-2 a {
  text-align: center;
  padding: 17px 25px 14px;
  gap: 10px;
  color: #81503f;
  background: #fdcf5e;
  border: 1px solid #000000;
  box-shadow: 9px 9px 0px 1px #000000;
  border-radius: 20px;
  font-size: 32px;
  text-decoration: none;
  font-weight: 100;
  margin-right: 2rem;
}

.links-2 a:hover {
  background:#fff2af; color: #81503f;
}

.flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.part-3,
.part-4,
.part-5 {
  background-color: #fff2af;
}

.part-2 .head img {
  position: absolute;
  top: 0;
  left: -20%;
  width: 130px;
}

.part-2 .head {
  position: relative;
}

.part-2 h2 {
  font-size: 96px;
  color: #daa271;
  text-shadow:1px 1px 2px #000000;
}

.part-2 .foot {
  text-align: center; padding-bottom: 30px;
}

.part-2 .foot p {
  color: #daa271;
   text-shadow:1px 1px 2px #000000;
  font-size: 64px;
  padding: 30px;
  margin: 0;
}

.part-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: fit-content;
  margin-top: -16px;
}

.part-3 .title {
  width: 50%;
}

.part-3 p {
  color: #81503f;
  text-shadow:2px 2px 2px #fff;
  font-size: 66px;
  padding: 0;
  margin: 0;
}

.part-3 .flex-center {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.part-3 .illustration {
  width: 40%;
  margin-bottom: 5rem;
}

.part-4 .figures {
  column-count: 3;
  column-gap: 10px;
}

.part-4 {
  padding-top: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.part-4 figure {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  break-inside: avoid;
}

.part-4 figure > img {
  grid-row: 1 / -1;
  grid-column: 1;
}

.part-5 .logo {
  width: 20%;
  min-width: 240px;
}
.part-5 .logo2 {
  width: 40%;
  min-width: 300px;
}

.part-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.part-5 .title {
  background-image: url(../image/name-.png);
  background-size: 100%;
  width: 40%;
  height: fit-content;
  background-repeat: no-repeat;
  text-align: center;
  margin-top: -50px;
}

.part-5 p {
  color: #ffffff;
  font-size: 4em;
  margin-top: 50px;
  text-shadow:1px 1px 2px #000000;
}

.part-5 .socials-container {
  margin-bottom: 3rem;
}

.part-img {
  width: 100%;
}

.part-3 .flex-center .links {
  padding-top: 2rem;
}

.p2 {
  margin-top: 4rem; 
  font-size: 40px;
}

.part-5 .socials-container img {
  width: 50px;
}

@media only screen and (max-width: 500px) {
  .part-1 .socials-container img {
    width: 30px;
  }
  .part-1 .title {
    width: 100%;
  }
  h1 {
    margin-top: 100px;
  }

  .links, .links-2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 38px;
  }

  .part-3 .flex-center {
    padding: 1rem;
  }

  .links a, .links-2 a {
    margin-right: 0rem;
  }

  .part-4 figure {
    width: 90%;
  }

  .part-4 figure > img {
    width: 100%;
  }

  .part-4 .figures {
    column-count: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .part-2 h2 {
    font-size: 40px;
  }
  .part-2 .head img {
    left: -14%;
    width: 63px;
  }

  .about {
    width: 80%;
  }

  .part-2 .foot p {
    font-size: 27px;
  }

  .part-2,
  .part-3 {
    height: fit-content;
    min-height: fit-content;
  }

  .part-3 {
    padding-top: 3rem;
  }

  .part-3 .title {
    width: 100%;
  }

  .part-3 p {
    font-size: 33px;
    text-align: center;
  }

  .part-3 .illustration {
    width: 70%;
    margin-bottom: 0;
  }

  .part-5 .socials-container img {
    width: 30px;
  }
  .part-5 .title {
    width: 100%;
  }
  h1 {
    margin-top: 100px;
  }

  .p2 {
    margin-top: 4rem !important;
  }
}

a, a:visited, a:hover, a:active {
  color: white;
}