.navhome-nav {
  gap: 50px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.navhome-link {
  display: contents;
}
.navhome-container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.navhome-image {
  align-self: center;
  margin-right: 10px;
}
.navhome-text {
  color: #ffffff;
  font-size: 18px;
  align-self: center;
  font-style: normal;
  transition: 0.3s;
  font-family: "Noto Sans TC";
  font-weight: 300;
  letter-spacing: 5px;
}
.navhome-text:hover {
  text-decoration: underline;
  text-underline-offset: 8px;
}
.navhome-link1 {
  display: contents;
}
.navhome-container1 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.navhome-image1 {
  align-self: center;
  margin-right: 10px;
}
.navhome-text1 {
  color: #ffffff;
  font-size: 18px;
  align-self: center;
  font-style: normal;
  transition: 0.3s;
  font-family: "Noto Sans TC";
  font-weight: 300;
  letter-spacing: 5px;
}
.navhome-text1:hover {
  text-decoration: underline;
  text-underline-offset: 8px;
}
.navhome-link2 {
  display: contents;
}
.navhome-container2 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.navhome-image2 {
  align-self: center;
  margin-right: 10px;
}
.navhome-text2 {
  color: #ffffff;
  font-size: 18px;
  align-self: center;
  font-style: normal;
  transition: 0.3s;
  font-family: "Noto Sans TC";
  font-weight: 300;
  letter-spacing: 5px;
}
.navhome-text2:hover {
  text-decoration: underline;
  text-underline-offset: 8px;
}
.navhome-link3 {
  display: contents;
}
.navhome-container3 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.navhome-image3 {
  align-self: center;
  margin-right: 10px;
}
.navhome-text3 {
  color: #ffffff;
  font-size: 18px;
  align-self: center;
  font-style: normal;
  transition: 0.3s;
  font-family: "Noto Sans TC";
  font-weight: 300;
  letter-spacing: 5px;
}
.navhome-text3:hover {
  text-decoration: underline;
  text-underline-offset: 8px;
}


















@media(max-width: 1200px) {
  .navhome-nav {
    gap: 30px;
  }
}
@media(max-width: 991px) {
  .navhome-nav {
    gap: 15px;
  }
  .navhome-image {
    width: 16px;
    margin-right: 5px;
  }
  .navhome-text {
    font-size: 16px;
    letter-spacing: 3px;
  }
  .navhome-image1 {
    width: 16px;
    margin-right: 5px;
  }
  .navhome-text1 {
    font-size: 16px;
    letter-spacing: 3px;
  }
  .navhome-image2 {
    width: 16px;
    margin-right: 5px;
  }
  .navhome-text2 {
    font-size: 16px;
    letter-spacing: 3px;
  }
  .navhome-image3 {
    width: 16px;
    margin-right: 5px;
  }
  .navhome-text3 {
    font-size: 16px;
    letter-spacing: 3px;
  }
}
@media(max-width: 767px) {
  .navhome-nav {
    align-items: flex-start;
    flex-direction: column;
  }
  .navhome-text1 {
    margin-bottom: var(--dl-space-space-unit);
  }
  .navhome-text2 {
    margin-bottom: var(--dl-space-space-unit);
  }
  .navhome-text3 {
    margin-bottom: var(--dl-space-space-unit);
  }
}

.software-animal-restaurant-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.software-animal-restaurant-header {
  width: 100%;
  height: 80px;
  display: flex;
  z-index: 100;
  position: fixed;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(26, 28, 35, 0.9);
}
.software-animal-restaurant-menu {
  display: none;
}
.software-animal-restaurant-text03 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-style: normal;
  font-family: "Inter";
  font-weight: 400;
  line-height: 80px;
  margin-left: 20px;
  text-indent: 80px;
  letter-spacing: 10px;
  background-size: 50px 50px;
  background-image: url("https://storage.googleapis.com/cyvisionbot_test_2/Web_Static/Images/home_small_logo.png");
  background-repeat: no-repeat;
  background-position: left;
}
.software-animal-restaurant-nav {
  flex: 0 0 auto;
  display: flex;
  align-self: center;
  align-items: center;
  padding-right: 50px;
  flex-direction: row;
  justify-content: center;
}
.software-animal-restaurant-main {
  width: 100%;
  background-color: #dedede;
}
.software-animal-restaurant-appsection {
  display: flex;
  margin-top: 100px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 160px;
  flex-direction: column;
}
.software-animal-restaurant-animal-restauranttop {
  display: flex;
}
.software-animal-restaurant-text04 {
  font-size: 30px;
  font-style: normal;
  font-family: "Noto Sans TC";
  font-weight: 700;
  letter-spacing: 5px;
}
.software-animal-restaurant-text07 {
  font-size: 24px;
  font-style: normal;
  margin-top: 10px;
  font-family: "Noto Sans TC";
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
.software-animal-restaurant-container1 {
  display: flex;
  align-self: flex-start;
  margin-bottom: 50px;
}
.software-animal-restaurant-slider {
  width: 800px;
  height: 500px;
  display: inline-block;
}
.software-animal-restaurant-slider-slide {
  display: flex;
  background-size: contain;
  background-image: url('https://storage.googleapis.com/cyvisionbot_test_2/Web_Static/Images/Animal_Restaurant_1_txt.png');
  background-repeat: no-repeat;
  background-position: center;
}
.software-animal-restaurant-slider-slide1 {
  display: flex;
  background-size: contain;
  background-image: url('https://storage.googleapis.com/cyvisionbot_test_2/Web_Static/Images/Animal_Restaurant_2.png');
  background-repeat: no-repeat;
  background-position: center;
}
.software-animal-restaurant-slider-slide2 {
  display: flex;
  background-size: contain;
  background-image: url('https://storage.googleapis.com/cyvisionbot_test_2/Web_Static/Images/Animal_Restaurant_3.png');
  background-repeat: no-repeat;
  background-position: center;
}
.software-animal-restaurant-slider-pagination {
  display: block;
}
.software-animal-restaurant-slider-button-prev {
  display: block;
}
.software-animal-restaurant-slider-button-next {
  display: block;
}
.software-animal-restaurant-iframe {
  width: 500px;
  height: 500px;
  margin-left: 50px;
}
.software-animal-restaurant-text08 {
  font-size: 18px;
  font-family: "Noto Sans TC";
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
}
.software-animal-restaurant-text53 {
  color: #00a4ff;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
}
.software-animal-restaurant-link {
  color: rgb(0, 164, 255);
  width: 120px;
  font-size: 22px;
  font-style: normal;
  margin-top: 30px;
  text-align: center;
  font-family: "Noto Sans TC";
  font-weight: 500;
  line-height: 1.5;
  border-color: #00a4ff;
  border-width: 3px;
  border-radius: var(--dl-radius-radius-radius8);
  margin-bottom: 30px;
  letter-spacing: 3px;
  text-decoration: none;
}
.software-animal-restaurant-footer {
  width: 100%;
  height: 120px;
  display: flex;
  z-index: 100;
  margin-top: -120px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.software-animal-restaurant-container2 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  z-index: 100;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
}
.software-animal-restaurant-link1 {
  display: contents;
}
.software-animal-restaurant-image {
  width: 20px;
  align-self: flex-end;
  object-fit: cover;
  margin-right: 10px;
  text-decoration: none;
}
.software-animal-restaurant-link2 {
  color: #707070;
  z-index: 100;
  font-size: 20px;
  font-style: normal;
  transition: 0.3s;
  font-family: "Noto Sans TC";
  font-weight: 400;
  letter-spacing: 8px;
  text-decoration: none;
}
.software-animal-restaurant-link2:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.software-animal-restaurant-text67 {
  color: #707070;
  z-index: 100;
  font-size: 16px;
  font-style: normal;
  text-align: center;
  font-family: "Inter";
  font-weight: 300;
  letter-spacing: 3px;
}
@media(max-width: 1600px) {
  .software-animal-restaurant-slider {
    width: 680px;
    height: 400px;
  }
  .software-animal-restaurant-iframe {
    width: 400px;
    height: 400px;
  }
}
@media(max-width: 1200px) {
  .software-animal-restaurant-text03 {
    text-indent: 65px;
    letter-spacing: 8px;
  }
  .software-animal-restaurant-nav {
    padding-right: 20px;
  }
  .software-animal-restaurant-container1 {
    margin-bottom: 30px;
    flex-direction: column;
  }
  .software-animal-restaurant-iframe {
    margin-top: 30px;
    margin-left: 65px;
  }
}
@media(max-width: 991px) {
  .software-animal-restaurant-text03 {
    font-size: 18px;
    margin-left: 10px;
    text-indent: 60px;
    letter-spacing: 5px;
  }
  .software-animal-restaurant-nav {
    padding-right: 10px;
  }
}
@media(max-width: 767px) {
  .software-animal-restaurant-header {
    height: 60px;
    align-items: center;
    justify-content: flex-start;
  }
  .software-animal-restaurant-menu {
    width: 30px;
    height: 30px;
    display: flex;
    margin-left: 20px;
    background-size: 30px 30px;
    background-image: url('https://storage.googleapis.com/cyvisionbot_test_2/Web_Static/Images/menu_svg.svg');
  }
  .software-animal-restaurant-text03 {
    font-size: 16px;
    line-height: 60px;
    margin-left: 20px;
    text-indent: 50px;
    background-size: 35px 35px;
  }
  .software-animal-restaurant-nav {
    display: none;
  }
  .software-animal-restaurant-appsection {
    margin-top: 80px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .software-animal-restaurant-text04 {
    font-size: 24px;
    letter-spacing: 3px;
  }
  .software-animal-restaurant-text05 {
    font-size: 24px;
    letter-spacing: 3px;
  }
  .software-animal-restaurant-text07 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .software-animal-restaurant-slider {
    width: 380px;
    height: 380px;
  }
  .software-animal-restaurant-iframe {
    width: 380px;
    height: 380px;
    margin-top: 20px;
    margin-left: 0px;
  }
  .software-animal-restaurant-text68 {
    text-align: center;
    margin-left: var(--dl-space-space-unit);
    margin-right: var(--dl-space-space-unit);
  }
}
