body {
  font-family: "Inria Sans", sans-serif;
  padding: 0;
  width: 1350px;
  margin: auto;
}

li {
  list-style: none;
}

header {
  justify-content: space-around;
  align-items: center;
  background-color: transparent;
  /* 透明的蓝色背景 */
  padding: 20px 0;
  position: fixed;
  width: 1350px;
  top: 0;
  z-index: 1000;
  display: flex;
}

header .logo img {
  height: 60px;
}

header nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  /* 居中对齐 */
  margin: 0;
  padding: 0;
  width: 100%;
  /* 让导航栏占满宽度 */
}

header nav ul li {
  margin-right: 30px;
}

header nav ul li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  /* 标签字体大小 */
}

header nav ul li a:hover {
  border-bottom: 2px solid #fbca8b;
}

header nav ul li:last-child {
  border-bottom: 2px solid #fbca8b;
}

header nav ul {
  display: flex;
  justify-content: flex-end;
  /* 标签靠右对齐 */
  width: auto;
  /* 让导航栏适应内容宽度 */
}

header nav ul li {
  white-space: nowrap;
  /* 防止换行 */
}

.section {
  text-align: center;
  padding: 100px 20px;
  position: relative;
}

.section>* {
  position: relative;
  z-index: 2;
}

.box2 {
  padding: 0 30px;
  margin-top: -480px;
}

.hero {
  background-size: cover;
  background-position: center;
  color: white;
  height: 100vh;
}

.hero h2 {
  font-size: 6em;
  margin: 0;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.hero p {
  font-size: 3em;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

#scenery {
  min-width: 1140px;
  background-size: cover;
  background-position: center;
  color: rgb(0, 0, 0);
  padding: 100px 20px;
}

.intro {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.intro-item {
  width: 380px;
  height: 660px;
  /* background: rgba(255, 255, 255, 0.8); */
  background-color: #fff;
  color: black;
  text-align: left;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.intro-item img {
  width: 100%;
  height: auto;
}

.intro-item h3 {
  font-size: 1.5em;
  margin-left: 20px;
}

.intro-item p {
  font-size: 17px;
  margin: 40px 58px;
  text-align: center;
  font-weight: bold;
  line-height: 28px;
}

.small-intro {
  position: absolute;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1rem));
  /* 根据屏幕宽度自动调整列数 */
  gap: 20px;
  /* 项目之间的间距 */
  padding: 0 10px;
  /* 添加内边距 */
}

button {
  width: 120px;
  height: 36px;
  line-height: 36px;
  border: none;
  font-size: 16px;
  cursor: pointer;
  margin-left: 130px;
  font-weight: bold;
}

/* .bt1 {
  background-color: #fbca8b;
  color: black;
} */

.bt2 {
  background-color: #fff;
  color: black;
  border: 1px solid black;
}

.bt2:hover {
  background-color: #fbca8b;
  color: black;
}

.bt2:focus {
  background-color: #fbca8b;
  color: black;
}

#culture {
  background-size: cover;
  background-position: center;
  color: white;
  padding: 100px 20px;
}

/* Speciality Cuisine 部分 */
#food {
  background-size: cover;
  background-position: center;
  color: white;
}

@media (max-width: 768px) {
  .food-gallery div {
    width: calc(50% - 10px);
  }
}

@media (max-width: 480px) {
  .food-gallery div {
    width: 100%;
  }
}

/* Entertainment 部分 */
#entertainment {
  text-align: center;
  /* padding: 50px 20px; */
}

#entertainment h2 {
  font-size: 2.5em;
  margin-bottom: 20px;
}

.entertainment-gallery {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  /* 增加图片之间的间距 */
}

.entertainment-gallery img {
  width: 390px;
  /* 调整宽度 */
  height: 250px;
  /* 调整高度 */
  object-fit: cover;
  /* 保持比例，裁剪 */
  border: none;
  /* 去掉边框 */
  box-shadow: none;
  /* 去掉阴影 */
  background: none;
  /* 确保没有背景色 */
}

#contact {
  background-size: cover;
  background-position: center;
  color: white;
  background-image: url("../Images/background/background6.jpeg");
  padding-bottom: 120px;
}


footer {
  background-color: #33bbff;
  color: white;
  text-align: left;
  padding: 20px 0;
  padding-left: 90px;
}

@media (max-width: 768px) {
  .culture-item {
    flex-direction: column;
  }

  .culture-images {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .culture-images img {
    max-width: 48%;
    height: 150px;
    /* 小屏幕上设置较小的高度 */
  }

  .culture-text {
    margin-right: 0;
    text-align: center;
  }
}

/* 修改 .hero 部分的背景图片 */
.hero {
  background-image: url("../Images/background/background1.jpeg");
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  padding: 100px 20px;
}

/* 新增各个部分的背景图片 */
#scenery {
  background-image: url("../Images/background/background2.png");
  background-size: cover;
  background-position: center;
  padding: 180px 20px 280px 20px;
  color: white;
}

#scenery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(136, 186, 216, 0.5);
}

#culture {
  background-image: url("../Images/background/background3.jpeg");
  background-size: cover;
  background-position: center;
  height: 840px;
}

#culture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(136, 186, 216, 0.5);
}

#food {
  background-image: url("../Images/background/background4.jpg");
  background-size: cover;
  background-position: center;
  color: white;
}

/* #entertainment {
    background-size: cover;
    background-position: center;
    padding: 100px 20px;
    color: #000;
} */

/* 确保文本在背景图片上清晰可见 */
.hero,
#scenery,
#culture,
#food,
#entertainment,
#contact {
  position: relative;
}

.hero>*,
#scenery>*,
#culture>*,
#food>*,
#entertainment>*,
#contact>* {
  position: relative;
  z-index: 2;
}

.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image: url("../Images/background/background1.jpeg");
  background-size: cover;
  background-position: center;
  color: white;
  height: 100vh;
}

.food-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  /* 增加图片之间的间距 */
}

.food-gallery img {
  width: 200px;
  /* 调整宽度 */
  height: 150px;
  /* 调整高度 */
  object-fit: cover;
  /* 保持比例，裁剪 */
  border: none;
  /* 去掉边框 */
  box-shadow: none;
  /* 去掉阴影 */
  background: none;
  /* 确保没有背景色 */
}

.section2 {
  margin-top: -300px;
  position: relative;
}

.section2-item {
  width: 740px;
  height: 340px;
  background-color: #fff;
}

.section2-txt {
  width: 680px;
  height: 280px;
  background-color: #fbca8b;
  color: #fff;
  position: absolute;
  right: 0;
  top: 30px;
  box-sizing: border-box;
  padding-left: 365px;
  padding-right: 45px;
}

.section2-txt2 {
  width: 680px;
  height: 280px;
  background-color: #fbca8b;
  color: #fff;
  position: absolute;
  left: 0;
  top: 30px;
  box-sizing: border-box;
  padding-right: 365px;
  padding-left: 45px;
}

.section2-item1 {
  position: absolute;
  left: 60px;
}

.section2-img {
  width: 370px;
  height: 280px;
  position: absolute;
  z-index: 2;
}

.section2-img2 {
  width: 370px;
  height: 280px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.section2-item2 {
  top: 380px;
  position: absolute;
  right: 60px;
}

.right {
  text-align: right;
}

.section3 {
  margin-top: 730px;
  margin-right: 60px;
  margin-left: 60px;
  display: flex;
  justify-content: space-between;
}

.section3-left {
  width: 40%;
}

.section3-title {
  font-size: 50px;
  text-align: center;
}

.section3-text p {
  line-height: 30px;
  font-size: 22px;
  padding-left: 40px;
}

.bt3 {
  margin-top: 50px;
  margin-left: 40px;
  border-radius: 14px;
  color: #3584e4;
  font-weight: normal;
  font-size: 16px;
  width: 110px;
  height: 45px;
}

.bt3:hover {
  background-color: #3584e4;
  color: #fff;
}

.bt3:focus {
  background-color: #3584e4;
  color: #fff;
}


.section3-images {
  padding: 50px 0;
}

.section3-images img {
  width: 330px;
  height: 400px;
  margin-left: 20px;
}

.section4-box1 {
  display: flex;
  align-items: center;
}

.section4-box1-left {
  width: 400px;
}

.section4 {
  padding: 0px 80px;
}

.section4-box1-left h2 {
  font-size: 50px;
  text-align: left;
  padding: 0;
  margin: 0;
}

.section4-box1-left p {
  margin: 0;
  padding: 0;
}

.section4-bt1 {
  background-color: #fff;
  color: #3584e4;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 100px;
  border-radius: 14px;
  margin-top: 26px;
  cursor: pointer;
}

.section4-bt1:hover {
  background-color: #3584e4;
  color: #fff;
}

.section4-bt1:focus {
  background-color: #3584e4;
  color: #fff;
}

.food-all {
  /* border: 1px solid red; */
  margin-top: 60px;
}

.food-one {
  display: flex;
  justify-content: space-between;
  height: 520px;
  margin-bottom: 20px;
}

.food-one1 img {
  width: 510px;
  height: 520px;
}

.food-one2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 520px;
}

.food-one2 img {
  width: 310px;
  height: auto;
}

.food-one3 {
  padding-bottom: 60px;
}

.food-one3 img {
  width: 280px;
  height: auto;
}

.food-two {
  display: flex;
  align-items: flex-end;
}

.food-two img:nth-child(1) {
  width: 243px;
}

.food-two img:nth-child(2) {
  width: 309px;
}

.food-two img:nth-child(3) {
  width: 308px;
}

.food-two img:nth-child(4) {
  width: 280px;
  margin-top: -60px;
  margin-left: 60px;
}

#section5 {
  background-image: url("../Images/background/background5.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  padding: 0 80px;
  padding-top: 60px;
}

.section5-all {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section5-left {
  width: 72%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section5-left img:nth-child(1) {
  width: 380px;
}

.section5-left img:nth-child(2) {
  width: 428px;
}

.section5-right {
  width: 24%;

}

.section5-right p {
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 50px;
}

.section5-bt1 {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 100px;
  border-radius: 14px;
  margin-top: 26px;
  color: #3584e4;
  cursor: pointer;
}

.section5-bt1:hover {
  background-color: #3584e4;
  color: #fff;
}

.section5-bt1:visited {
  color: #fff;
  background-color: #3584e4;
}


.section5-txt {
  margin-top: 160px;
  padding-bottom: 20px;
  font-size: 48px;
  text-align: center;
}

.contact-txt {
  padding-top: 120px;
  padding-bottom: 30px;
  font-size: 48px;
  text-align: center;
}

.contact-bt {
  display: flex;
  flex-direction: column;
}

.contact-bt button {
  width: 360px;
  background-color: white;
  color: #33bbff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 6px;
  margin: auto;
  margin-bottom: 12px;
  font-weight: 300;
}

.contact-bt button:hover {
  color: #fff;
  background-color: #33bbff;
}

.contact-bt button:focus {
  color: #fff;
  background-color: #33bbff;
}