@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Light.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}


body {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px;
  font-family: sans-serif;
}


a {
  font-family: "Lato";
  text-decoration: none;
  color: inherit;
}

header {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  height: 50px;
}

ul {
  padding: 0;
}

.menu ul {
  display: flex;
  flex-direction: row;
}

.menu ul li{
  font-family: "Lato";
  font-weight: bold;
  display: inline;
  padding-left: 25px;
  padding-right: 25px;
}

.menu ul li a{
  text-decoration: none;
  color: inherit;
}

.banner .container {
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
  align-items: center;
  height: 720px;
}

.banner .container .cover {
  flex: 1;
  text-align: right;
}

.zh .banner .container .cover{
  margin-left: 40px;
}

.banner .container .cover img {
  width: 100%;
  height: auto;
}

.zh .banner .container .cover img {
  width: 90%;
  height: auto;
}

.slogan {
  max-width: 550px;
}

.zh .slogan {
  max-width: 420px;
}

.slogan h1 {
  font-family: "Lato";
  font-size: 70px;
  margin-bottom: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.slogan h1 .gradient {
  background: -webkit-linear-gradient(45deg, #d1f355 20%, #6ff0a2 40%, #6ff0a2 60%, #d1f355 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% auto;
  animation: gradient 8s linear infinite;
}

.slogan p {
  font-family: "Lato";
  font-size: 30px;
  color: #5A5A5A;
  font-weight: lighter;
}

section:first-of-type {
  margin-top: 0;
}

section .title {
  font-family: "Lato";
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 167px;
  padding-top: 176px;
}

.product-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: top;
}

.product {
  width: 48%;
}

.product .product-header {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.product .product-header .product-info {
  display: flex;
  flex-direction: column;
  margin-left: 40px;
}

.product .product-header .product-title {
  font-family: "Lato";
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 5px;
}

.product .product-header .product-subtitle {
  font-family: "Lato";
  font-size: 25px;
  font-weight: lighter;
}

.product .product-header .product-icon {
  width: 90px;
  height: 90px;
}

.product .product-header .product-icon img{
  width: 100%;
  height: auto;
}

.product .product-body .product-description {
  font-family: "Lato";
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 20px;
  color: #5A5A5A;
  font-weight: lighter;
}

.ghost-button {
  font-family: "Lato";
  font-weight: bold;
  padding: 12px 18px 12px 18px;
  border: 1px solid #B8B8B8;
  display: inline-block;
  border-radius: 9px;
  font-size: 16px;
}

a .ghost-button {
  color: black;
  text-decoration: none;
}

.ghost-button:hover {
  cursor: pointer;
}

.about-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.about-logo {
  width: 400px;
  text-align: center;
}

.logo-image {
  background-image: url("../images/myoland-color.svg");
  background-size: contain;    
  background-repeat: no-repeat;
  transform: translate(0, 2px);
}

.zh .logo-image {
  background-image: url("../images/myoland-color.svg");
}

header .logo-image {
  height: 24px;
  width: 152px;
}

.zh header .logo-image {
  height: 24px;
  /* width: 111px; */
}

.about-logo .logo-image {
  height: 60px;
  width: 380px;
}

footer .logo-image {
  height: 24px;
  width: 152px;
  display: inline-block;
}

.zh footer .logo-image {
  height: 24px;
  width: 111px;
}

.about-title {
  font-family: "Lato";
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px;
}

.about-content {
  width: 480px;
}

.about-desciption {
  font-family: "Lato";
  color: #5A5A5A;
  font-size: 20px;
  font-weight: lighter;
}

.contact-us-container {
  text-align: center;
}

.contact-us-container .ghost-button {
  line-height: 24px;
}

.contact-us-desciption {
  font-family: "Lato";
  color: #5A5A5A;
  font-size: 20px;
  font-weight: lighter;
}

footer {
  margin-top: 167px;
}

footer .logo{
  text-align: left;
}

footer .info {
  margin-bottom: 100px;
  text-align: right;
}

footer .info li{
  font-family: "Lato";
  font-weight: normal;
  list-style: none;
  margin-bottom: 10px;
  font-size: 16px;
  color: #5A5A5A;
  vertical-align: middle;
}