@import "section00.css";

:root {
  --bg-darkTealGreen: #0A3C21;
  --color1: #FFE1BD;
  --colorYellow: #ED8120;
  --color2: #000000;
  --color3: #FFFFFF;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "SFProDisplay", "SFProDisplay", Serif;
}
a {
  text-decoration: none;
  color: inherit;
}
@font-face {
  font-family: "Cambay_Oblique";
  src: url("../fonts/CambayDevanagari-Oblique.ttf")  format("truetype");
}
@font-face {
  font-family: "Cambay_Regular";
  src: url("../fonts/CambayDevanagari-Regular.ttf")  format("truetype");
}

.page-view {
  position: relative;
  z-index: 1;
}

html,
body {
  padding: 0;
  margin: 0;
  min-height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  background: url("../img2/item11.png") fixed center no-repeat;
  background-size: cover;
}
header {
  width: 100vw;
  height: auto;
  /* background: #5661f2; */
  display: flex;
  flex-direction: column;
  position: relative;
}

section {
  width: 100vw;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#section00_text {
  background: center / cover no-repeat;
  width: 70vw;
}
.section00_block {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.section02 {
  height: 80vh;
  background: var(--bg-darkTealGreen);
}

.section02_title {
  line-height: 70px;
  text-align: center;
  font-weight: bold;
  font-size: 50px;
  color: var(--color1);
  padding-top: 10vh;
}

.section02_content_web {
  padding: 10vh 0;
  display: flex;
  align-items: center;
}

.section02_content_item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section02_content_item_icon {
  text-align: center;
}

.section02_content_item_icon img {
  height: 100px;
  width: 100px;
}

.section02_content_item_title {
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: var(--color1);
  /* color: #AD5C00; */
  margin: 2vh 0;
}

.section02_content_item_label {
  font-size: 30px;
  font-weight: 400;
  color: var(--color1);
  /* color: #AD5C00; */
  text-align: center;
}

#section04 {
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#section04_title {
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  color: var(--color1);
  line-height: 0.74rem;
  font-weight: bold;
  font-size: 0.58rem;
  text-align: center;
  padding: 1.28rem 0 0.78rem 0;
}

#section04_contact_us {
  display: flex;
  color: var(--color1);
  font-size: 32px;
}
#section04_contact_us_left {
  width: 40vw;
  text-align: center;
  font-family: "Cambay_Oblique", serif;
  height: auto;
}
#section04_contact_us_right {
  width: 40vw;
  text-align: center;
  font-family: "Cambay_Oblique", serif;
}
nav {
  width: 100vw;
  height: 275px;
  /* background: var(--bg-darkTealGreen); */
  display: grid;
  grid-template-columns: 1fr 1fr;
  z-index: 10;
  position: fixed;
  transition: all 0.3s;
}
#header_fit {
  height: 275px;
}
.nav_inner_logo {
  width: 100vw;
  height: 160px;
  background: var(--bg-darkTealGreen);
  display: grid;
  grid-template-columns: 1fr 1fr;
  z-index: 10;
  position: fixed;
  transition: 0.3s ease-in-out;
  >#brand {
    justify-content: left;
  }
}
nav.navShadow {
  box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);
  height: 122px;
}
#nav_line {
  /* height: 1px; */
  /* width: 100vw; */
  /* background: #565656; */
}
.heading {
  width: 120px;
  height: 20px;
  background: #fff;
  border-radius: 90px;
  margin-top: 40px;
}
#brand {
  display: flex;
  align-items: center;
  /* padding-left: 40px; */
  margin-top: 15px;
  /* margin-bottom: 34px; */
}
.brand_inner {
  padding-left: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  width: fit-content !important;
}

#menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /*padding-right: 40px;*/
  position: relative;
  top: 43px;
  /*left: 193px;*/
}
.menu_inner {
  position: relative;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
}
#nav_ul {
  display: flex;
  align-items: center;
  position: absolute;
  left: 100px;
}
.ul_inner {
  align-items: center;
  position: absolute !important;
  /* left: -350px !important; */
  left: 0 !important;
  right: 10vw !important;
}

.nav-order-now_inner {
  position: relative;
  display: block;
}

footer {
  /* background: var(--bg-darkTealGreen); */
  padding: 1.1rem 0 0.35rem  0;
  color: var(--color3);
  font-size: 0.2rem;
  line-height: 0.24rem;
}

#nav_ul li {
  margin-left: 20px;
  font-size: 17px;
  position: relative;
}
#nav_ul li::after {
  width: 0;
  height: 10px;
  background: #555655;
  content: "";
  float: left;
  position: relative;
  top: -49px;
  z-index: 99;
}
#nav_ul li:hover::after {
  width: 100%;
  background: #f7941d;
  left: 0;
}
#nav_ul li a {
  width: 130px;
  height: 20px;
  display: block;
  border-radius: 90px;
  text-align: center;
  text-decoration: none;

  color : #f1f2f1;
  font-size: 17px;
}
#nav_ul li:hover {
  color: #ffffff;
  font-weight: bold;
  /*transition: 0.3s;*/
}
#menu-toggle {
  width: 55px;
  height: 55px;
  background: transparent;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  display: none;
}
#menu-toggle:hover .bar {
  /* width: 25px; */
}
#menu-toggle.closeMenu .bar {
  /* width: 25px; */
}
#menu-toggle.closeMenu .bar:first-child {
  transform: translateY(7px) rotate(45deg);
}
#menu-toggle.closeMenu .bar:nth-child(2) {
  transform: scale(0);
}
#menu-toggle.closeMenu .bar:last-child {
  transform: translateY(-7px) rotate(-45deg);
}

.bar {
  width: 25px;
  height: 2px;
  background: #fff;
  transition: 0.3s ease-in-out;
}

.bar:nth-child(2) {
  /* width: 20px; */
  margin: 5px 0;
}
/* .bar:last-child {
  width: 15px;
} */

.section04_contact_us_left_span {
  display: flex;
  line-height: 4vh;
}
.section04_contact_us_left_span_mobile {
  display: none;
}

.footer_copyright {
  text-align: center;
}

@media screen and (min-width: 860px) {
  #brand {
    display: flex;
    align-items: center;
    transition: all 0.3s;
  }
  nav {
    display: flex;
    flex-direction: column;
    height: 2rem;
  }
  #logo {
    width: 359px;
    height: 137px;
    cursor: pointer;
    background: url("../img2/logo.png") no-repeat center;
  }

  #section00 {
    display: none;
  }

  .section02_content_mobile {
    display: none;
  }

  .title-box {
    padding-top: 2rem;
  }

  .title-box-title {
    color: var(--color3);
    font-size: 0.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.74rem;
  }

  .title-box-subtitle {
    color: var(--color3);
    font-size: 0.3rem;
    line-height: 0.4rem;
    text-align: center;
    margin-top: 0.1rem;
  }

  .link-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }

  .link-button-item {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px;
    border-radius: 0.5rem;
  }

  .link-button-colo1 {
    background-color: rgba(229,80,46,0.7);
  }
  .link-button-colo2 {
    background-color: rgba(231,175,8,0.7);
    margin: 0 0.2rem;
  }
  .link-button-colo3 {
    background-color: rgba(21,127,218,0.7);
  }

  .link-icon-img {
    width: 0.5rem;
    height: 0.5rem;
  }

  .link-left {
    display: flex;
    align-items: center;
  }

  .link-title {
    font-weight: 600;
    font-size: 0.25rem;
    color: var(--color3);
    line-height: 0.51rem;
    padding: 0 0.1rem;
  }

  .link-arrow-img {
    width: 0.35rem;
    height: 0.24rem;
  }
}

@media screen and (max-width: 860px) {
  html,
  body {
    height: 100%;
    /* min-height: 100vh; */
    min-height: 100%;
  }

  body {
    width: 100vw;
    background-image: url("../img2/item18.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;

    /* 适配iOS安全区 */
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);

    min-height: -webkit-fill-available; /* iOS特有 */
    -webkit-overflow-scrolling: touch;
  }

  nav {
    display: flex;
    /* height: 160px; */
    height: 2rem;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
  }

  #nav_line {
    display: none !important;
  }
  #brand {
    display: flex;
    width: fit-content;
    height: fit-content;
    position: relative;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    margin: 0;
  }
  #menu {
    display: inline-block;
    top: 0;
  }
  #menu-toggle {
    /* display: flex; */
    display: none;
    position: fixed;
    /* top: 48px; */
    /* right: 10px; */
    top: 0.6rem !important;
    left: 80vw;
    width: 0.8rem;
    height: 0.6rem;
  }

  #header_fit {
    /* height: 160px; */
    height: 2rem;
  }
  #nav_ul {
    display: flex;
    width: 100vw;
    height: 0;
    /* background: var(--bg-darkTealGreen); */
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 5px 30px -4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
  }
  #nav_ul.showMenu_inner {
    height: 250px;
  }
  #nav_ul.showMenu {
    position: fixed;
    /* height: 250px; */
    height: 2.5rem;
    /* top: 160px; */
    top: 1.8rem;
  }
  #nav_ul.showMenu li {
    /* height: 80px; */
    height: 0.8rem;
    opacity: 1;
    visibility: visible;
  }

  #nav_ul li {
    /* width: 50%; */
    flex: 1;
    /* height: 80px; */
    height: 0.8rem;
    opacity: 0;
    visibility: hidden;
    margin-left: 0;
    /* margin-top: 40px; */
    margin-top: 0.4rem;
    transition: all 0.3s 0.1s;
    text-align: center;
  }

  #nav_ul li a {
    width: auto;
    font-size: 0.3rem;
  }

  .title-box {
    position: absolute;
    top: 2.42rem;
    left: 0;
    width: 100%;
    z-index: 2;
  }

  .title-box-title {
    color: var(--color3);
    font-size: 0.81rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.74rem;
  }

  .title-box-subtitle {
    color: var(--color3);
    font-size: 0.43rem;
    line-height: 0.74rem;
    text-align: center;
    margin-top: 0.1rem;
  }

  .link-button {
    position: absolute;
    top: 5.64rem;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 2;
  }

  .link-button-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 5.9rem;
    height: 1.57rem;
    padding: 0 0.5rem;
    box-sizing: border-box;
    border-radius: 0.79rem;
    margin-bottom: 0.3rem;
    animation: slideIn 0.8s ease-out forwards;
    opacity: 0;
    transform: translateX(-0.5rem);
  }
  /* 定义从左往右出现的动画 */
  @keyframes slideIn {
    from {
      opacity: 0;
      transform: translateX(-0.5rem);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .link-button-colo1 {
    background-color: rgba(229,80,46,0.7);
    animation-delay: 0.2s;
  }
  .link-button-colo2 {
    background-color: rgba(231,175,8,0.7);
    animation-delay: 0.5s;
  }
  .link-button-colo3 {
    background-color: rgba(21,127,218,0.7);
    animation-delay: 0.9s;
  }

  .link-left {
    display: flex;
    align-items: center;
  }

  .link-icon-img {
    width: 1rem;
    height: 1rem;
  }

  .link-title {
    font-weight: 600;
    font-size: 0.43rem;
    color: var(--color3);
    /* line-height: 0.51rem; */
    /* text-align: left; */
    padding-left: 0.2rem;
  }

  .link-arrow-img {
    width: 0.48rem;
    height: 0.32rem;
  }

  .section02 {
    height: auto;
    /* height: 100vh; */
  }

  .section02_content_web {
    display: none;
  }

  .section02_title {
    padding-top: 2.02rem;
    font-size: 0.58rem;
    line-height: 0.74rem;
  }

  .section02_content_mobile {
    padding: 0.28rem 0 1.36rem 0;
  }

  .section02_content_mobile_item {
    display: flex;
    align-items: center;
    margin-top: 1.08rem;
  }

  .section02_content_mobile_left {
    width: 2.38rem;
    text-align: right;
  }

  .section02_content_mobile_left img {
    width: 1rem;
    height: 1rem;
  }

  .section02_content_mobile_right {
    flex: 1;
    padding-left: 0.53rem;
    padding-right: 0.3rem;
  }

  .section02_content_item_title {
    font-size: 0.43rem;
    margin: 0 0 0.1rem 0;
    text-align: left;
    line-height: 0.51rem;
    font-weight: bold;
  }

  .section02_content_item_label {
    font-size: 0.32rem;
    text-align: left;
    line-height: 0.38rem;
    font-weight: 400;
  }

  #section04 {
    height: 50vh;
    min-height: 50%;
  }

  #section04_contact_us_left {
    width: 100vw;
    border-right: none;
    text-align: center;
    height: auto;
  }
  #section04_contact_us_right {
    width: 100vw;
    left: 0;
    margin-top: 1.1rem;
  }
  #section04_contact_us {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 3vh;
    /* line-height: auto; */
  }
  /* #section02 {
    height: calc(100vw * 1080 / 1920);
    background-size: cover;
  } */
  #section02_text {
    position: relative;
    top: -30px;
    width: 70vw;
  }
  #section02_text_body {
    text-align: center;
    color: #fff;
    line-height: 25px;
    font-size: 16px;
    position: relative;
    top: 15px;
    font-style: italic;
  }
  .bar {
    /* width: 25px; */
    width: 0.5rem;
    /* height: 2px; */
    height: 0.04rem;
    background-color: var(--color3);
    transition: 0.3s ease-in-out;
  }
  #logo {
    /* width: 200px; */
    /* height: 137px; */
    width: 3rem;
    height: 1.8rem;
    position: relative;
    cursor: pointer;
    background: center / contain url("../img2/logo.png") no-repeat;
  }
  .section04_contact_us_left_span {
    display: none;
  }

  .section04_contact_us_left_span_mobile {
    display: flex;
    height: auto;
    width: 100vw;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
