@import "section00.css";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
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");
}
#section03 img:hover, #section01_cover:hover {
  transform: scale(1.2);
  transition: transform .2s ease-in-out;
}
body {
  overflow-x: hidden;
  overflow-y: scroll;
  background: url("../img/section02_background.png") fixed  center no-repeat;
  background-size: cover;
  /*background: #2ea8ee;*/
}
header {
  width: 100vw;
  height: auto;
  background: #5661f2;
  display: flex;
  flex-direction: column;
}

#section00_text {
  background: center / cover no-repeat;
  width: 70vw;
  /*height: 10vh;*/
}
.section00_block {

  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
#section01 {
  background: #232d1f;
  display: flex;
  height: auto !important;
  overflow: hidden;
}
#section01_right {
  width: 100vw;
  /*width: fit-content;*/
}
#section01_rightBottom {
  object-fit: contain;
  float: right;
  /*height: 100%;*/

}
#section01_cover {
  position: relative;
  left: 129px;
  top: 0;
  width: 30vw;
  object-fit: cover;
}
#section02 {
  background: transparent;
  /*background: center / cover url("../img/section02_background.png");*/
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100vw;

}
#section02_text {
  position: relative;
  top: -120px;
  width: 70vw;
}
#section02_text_body {
  text-align: center;
  color: #fff;
  line-height: 25px;
  font-size: 16px;
  position: relative;
  top: -70px;
  font-style: italic;
}


#section03 {
  background: #232d1f;
  display: flex;
  align-items: center; /*flex布局：垂直居中*/
  justify-content: center; /*flex布局：水平居中*/
  flex-direction: column;
  height: auto;
}
#section03_title {
  position: relative;
  /*top: -40px;*/
  font-size: 32px;
  color: #f7941d;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 10vh;
  margin-top: 7vh;
}
/*#section03_title:before {*/
/*  width: 100vw;*/
/*  background: #232d1f;*/
/*  height: 2vh;*/
/*  content: "";*/
/*}*/
#section03_title:after {
  background: #f7941d;
  height: 1px;
  content: "";
  width: 50%;
  display: flex;
  position: relative;
  top: 25px;
}
#section03_img_container_outer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#section03_img_container_outer:before {
  width: 100vw;
  height: 5vh;
  background: #232d1f;
  display: flex;
  content: "";
}
#section03_img_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  width: 90%;
  height: 100%;
  /*background: #79edfc;*/
  grid-column-gap: 1.5em;
  grid-row-gap: 2em;
  position: relative;
  /*top: 57px;*/
  left: 0;
  overflow: hidden;
}
.section03_img_container_item {
  display: block;
  overflow: hidden;
}

.section03_item_img {
  /*object-fit: cover;*/
  /*background-size: cover;*/
  width: 100%;
  /*height: 100%;*/
  /*flex: 1;*/
  object-fit: contain;
  margin-bottom: 0;
}
.section03_item_title {
  position: relative;
  top: -2px;
  margin-top: 0;
  background: #706930;
  color: #f7941d;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5vh;
  font-size: 2.1vh;
  font-family: "Cambay_Regular", serif;
  /*flex-grow: 1;*/
}


#section04{
  background: #232d1f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto ;
}
#section04_title:before{
  width: 100vw;
  background: #232d1f;
  height: 7vh;
  content: "";
  display: flex;
}
#section04_title:after{
  width: 100vw;
  background: #232d1f;
  height: 2vh;
  content: "";
  display: flex;
}
#section04_title {
  /*position: relative;*/
  /*top: -55px;*/
  font-size: 32px;
  color: #f7941d;
  font-weight: bold;
  display: flex;
  height: auto;
  /*height: 32px;*/
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#section04_contact_us {
  display: flex;
  font-size: 20px;
  color: #ffffff;
  font-style: italic;
  line-height: 48px;
  font-weight: lighter;
  /*margin-top: 3vh;*/
}
#section04_contact_us_left {
  width: 40vw;
  /*margin-right: 100px;*/
  border-right: 1px solid #91968f;
  text-align: left;
  font-family: "Cambay_Oblique", serif;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  /*font-size: 32px;*/
}
#section04_contact_us_right {
  width: 40vw;
  position: relative;
  left: 20vw;
  font-family: "Cambay_Oblique", serif;
  /*font-size: 32px;*/
  /*text-align: right;*/
  /*margin-left: 100px;*/
}
nav {
  width: 100vw;
  height: 275px;
  /*background: #46b2f0;*/
  background: #232d1f;
  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: #46b2f0;*/
  background: #232d1f;
  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;
}
section {
  width: 100vw;
  display: flex;
  height: calc(100vh - 100px);
  justify-content: center;
}
section:nth-child(odd) {
  background: #fa6c98;
}
section:nth-child(even) {
  background: #79edfc;
}
#brand {
  display: flex;
  align-items: center;
  padding-left: 40px;
  margin-top: 24px;
  margin-bottom: 34px;
  /*background: red;*/
}
.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;
  /*right: 350px !important;*/

}
#section01_left {
  width: 40vw;
  height: auto;
  z-index: 0;
  float: left;
  position: relative;
  left: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
}


#nav-order-now {
  right: 76px;
  position: absolute;
  color: #ffffff;
  background: #f7941d;
  height: 80px;
  width: 240px;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
  border-radius: 7px;
}
.nav-order-now_inner {
  position: relative;
  display: block;
}

/*nav::before{*/
/*  content: '';*/
/*  height: 1px;*/
/*  background: #555655;*/
/*  width: 100vw;*/
/*  float: left;*/
/*  position: relative;*/
/*  top: 152px;*/
/*  z-index: 999;*/
/*}*/
/*#menu {*/
/*  height: 100%;*/
/*  display: block;*/
/*}*/
/*#menu {*/
/*  float: left;*/
/*  position: absolute;*/
/*  top: calc(153px + 28px);*/
/*}*/
footer {
  background: #232d1f;
  color: #7b8178;
  font-size: 18px;
  height: 22px;
}

#nav_ul li {
  /*margin-left: 20px;*/
  /*bottom: 122px;*/
  margin-left: 20px;
  font-size: 17px;
  position: relative;
}
#nav_ul li::after {
  width: 0;
  height: 10px;
  background: #555655;
  /*transition: all 0.3s;*/
  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;
  /*background: #fff;*/
  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: #2ea8ee;*/
  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;
}

@media screen and (min-width: 860px) {
  #brand {
    /*background: red;*/
    /*height: 100%;*/
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;

  }
  nav {
    display: flex;
    flex-direction: column;
  }
  #logo {
    width: 110px;
    height: 110px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    background: center / contain url("../img/BaoLogoTraditionalFull-200-09.png") ;
  }
  /*nav {*/
  /*  display: block;*/
  /*}*/
}

.section04_contact_us_left_span {
  display: flex;
  /*height: auto;*/
  /*border-right: 1px solid #91968f;*/
  /*align-items: center;*/
  /*justify-content: center;*/
}
.section04_contact_us_left_span_mobile {
  display: none;
}
@media screen and (max-width: 860px) {
  #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;
  }
  #menu {
    /*position: relative;*/
    display: inline-block;
  }
  #nav-order-now {
    display: none;
  }
  #menu-toggle {
    display: flex;
    position: fixed;
    top: 48px;
    right: 10px;
    /*float: left;*/
    /*position: fixed;*/
    /*right: 190px;*/
  }
  nav {
    display: flex;
    height: 160px;
    flex-direction: column;
    justify-content: center;
  }
  #header_fit {
    height: 160px;
  }
  #nav_ul {
    display: flex;
    width: 100vw;
    height: 0;
    background: #232d1f;
    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;
    /*height: 250px;*/
    /*top: 80px;*/
    /*display: none;*/
  }
  #nav_ul.showMenu {
    position: fixed;
    height: 250px;
    top: 160px;
    /*min-width: 435px;*/
    /*display: flex;*/
  }
  #nav_ul.showMenu li {
    height: 80px;
    opacity: 1;
    visibility: visible;
  }

  #nav_ul li {
    width: 50%;
    height: 80px;
    /*float: left;*/
    /*padding-left: 40px;*/
    opacity: 0;
    visibility: hidden;
    margin-left: 0;
    margin-top: 40px;
    transition: all 0.3s 0.1s;
  }
  /*li:first-child, li:nth-child(2) {*/
  /*  margin-top: 80px;*/
  /*}*/

  #section03 {

    /*height: auto !important;*/
    /*height: 900vw !important;*/
  /*height: 1999px;*/
}
  .section03_item_img {
    /*object-fit: cover;*/
    /*background-size: cover;*/
    width: 100%;
    /*height: 100%;*/
    /*flex: 1;*/
    object-fit: contain;
    margin-bottom: 0;
  }
  #section03_img_container {
    display: flex;
    flex-direction: column;
    /*grid-template-columns: repeat(1, 1fr);*/
    /*grid-template-rows: repeat(9, 1fr);*/
    /*width: 80vw;*/
    /*height: 260vh;*/
    /*!*background: #79edfc;*!*/
    /*grid-column-gap: 1.5em;*/
    /*!*grid-row-gap: 1em;*!*/
    /*position: relative;*/
    /*!*top: -200px;*!*/
    /*overflow: hidden;*/
  }
  #section01 {
    background: #232d1f;
    display: flex;
  }

  #section01_right {
    width: 100vw;
    height: 100%;
  }
  #section01_rightBottom {
    /*width: 100%;*/
    /*height: 100%;*/
    /*float: right;*/
    /*position: absolute;*/
    /*right: 0;*/
    transform: translateX(250px);
  }
  #section01_cover {
    position: relative;
    left: 80px;
    top: 0;
    width: 30vw;
    object-fit: cover;
  }
  #section03 {
    /*height: 90vh;*/
    height: auto !important;
  }
  #section04_contact_us_left {
    width: 100vw;
    border-right: none;
    text-align: center;
    height: auto;

  }
  #section04_contact_us_right {
    width: 100vw;
    left: 0;
    margin-top: 2vh;
  }
  #section04_contact_us {
    line-height: 16px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  footer{
    background: #232d1f;
    color: #7b8178;
    font-size: 14px;
    height: 14px;
  }
  .section03_item_title {
    height: 10vh;
    font-size: 3vh;
    /*flex-grow: 1;*/
  }
  #section01_left {
    width: 40vw;
    height: auto;
    /*height: 10px;*/
    /*overflow: hidden;*/
    float: right;
    position: relative;
    left: 5vw;
    /*top: 45vw;*/
    /*top: 0;*/
    display: flex;
    justify-content: center;
    align-items: center;
    /*float: left;*/
    /*position: relative;*/
    /*width: 10vw;*/
    /*height: 10vw;*/
    /*left: 0;*/
    /*top: 50%;*/
  }
  #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;
    height: 2px;
    background: #f7941d;
    transition: 0.3s ease-in-out;
  }
  #logo {
    width: 85px;
    height: 85px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    /*left: 1px;*/
    /*top: -15px;*/
    cursor: pointer;
    background: center / contain url("../img/BaoLogoTraditionalFull-200-09.png") ;
  }
  #section03_title:after {
    background: #232d1f;
    height: 57px;
    content: "";
    width: 100vw;
    display: flex;
  }
  #section03_title:before {
    background: #232d1f;
    height: 80px;
    content: "";
    width: 100vw;
    display: flex;
  }
  #section03_title {
    /*position: relative;*/
    /*top: -340px;*/
    width: 100vw;
    font-size: 4vh;
    color: #f7941d;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 2vh;
  }
  #section04_title:before{
    width: 100vw;
    background: #232d1f;
    height: 8vh;
    content: "";
    display: flex;
  }
  #section04_title:after{
    width: 100vw;
    background: #232d1f;
    height: 4vh;
    content: "";
    display: flex;
  }
  #section04_title {
    /*height: 100px;*/

    font-size: 4vh;
  }
  #section04_contact_us {
    font-size: 3vh;
    line-height: 4vh;
    height: auto;
  }
  .section04_contact_us_left_span {
    display: none;
  }
  .section04_contact_us_left_span_mobile {
    display: flex;
    height: auto;
    width: 100vw;
    border-right: 1px solid #91968f;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .footer_copyright {
    text-align: center;
  }
  .footer_copyright:before {
    width: 100vw;
    background: #232d1f;
    height: 7vh;
    content: "";
    display: flex;
  }
  .footer_copyright:after {
    width: 100vw;
    background: #232d1f;
    height: 5vh;
    content: "";
    display: flex;
  }
  #section03_img_container_outer:before {
    display: none;
  }
}
