* {
  font-family: "微軟正黑體";
}

body {
  background-image: url(img/Group12.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.main {
  overflow: hidden;
}

.navbar {
  position: fixed;
  z-index: 20;
  width: 100vw;
}

.banner {
  background-image: url(img/cake-banner11@3x.png);
  background-position: bottom;
  height: 80vh;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1200px) {
  .banner {
    height: 48vh;
  }
}

.banner .row {
  padding-top: 180px;
}

.banner .row .img-1 img {
  width: 50%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.banner .row .img-1 h2 {
  font-size: 93px;
  color: #fff;
  font-weight: 700;
  text-align: center;
 /* text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);*/
}
@media (max-width: 768px) {
  .banner .row .img-1 h2  {
   font-size: 77px;
  }
}
.banner .row .img-1 p {
  font-size: 30px;
  margin-top: 15px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  /*text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);*/
}

.banner .row .img-2 img {
  width: 190%;
  height: auto;
  position: relative;
  left: -30px;
}
@media (max-width: 768px) {
  .banner .row .img-2 img  {
   top: 30px;
  }
}
@media (max-width: 414px) {
  .banner .row .img-2 img  {
   width: 100%;
   left: 0;
  }
}
.design-tool {
  margin-top: 200px;
}
@media (max-width: 414px) {
  .design-tool {
   margin-top: 700px;
  }
}
.design-tool h3 {
  font-size: 53px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 414px) {
  .design-tool h3  {
   font-size: 43px;
  }
}
.design-tool .row {
  padding-top: 70px;
  width: 70%;
  margin: 0 auto;
}

.design-tool .row img {
  width: 70%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .design-tool .row img {
    width: 100%;
  }
}
@media (max-width: 414px) {
  .design-tool .row img {
    margin-top: 30px;
    width: 80%;
  }
}

.program-tool {
  margin-top: 200px;
}

.program-tool h3 {
  font-size: 53px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 414px) {
  .program-tool h3  {
    font-size: 43px;
  }
}
.program-tool .row {
  padding-top: 70px;
  width: 80%;
  margin: 0 auto;
}

.program-tool .row img {
  width: 85%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .program-tool .row img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .program-tool .row img {
    width: 80%;
    margin-top: 30px;
  }
}
.web-flow {
  margin-top: 200px;
}

.web-flow h3 {
  font-size: 53px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 414px) {
  .web-flow h3 {
    font-size: 43px;
  }
}
.web-flow img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-top: 60px;
}
@media (max-width: 414px) {
  .web-flow img {
    margin-top: 70px;
  }
}
.wireframe {
  margin-top: 200px;
}

.wireframe h3 {
  font-size: 53px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 414px) {
  .wireframe h3 {
    font-size: 43px;
  }
}
.wireframe img {
  padding-top: 70px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.Vision-Design {
  margin-top: 200px;
}

.Vision-Design h3 {
  font-size: 53px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 414px) {
  .Vision-Design h3 {
    font-size: 43px;
  }
}
.Vision-Design img {
  padding-top: 70px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.function-design {
  margin-top: 200px;
}

.function-design h3 {
  font-size: 53px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 414px) {
  .function-design h3 {
    font-size: 43px;
  }
}
.function-design .row {
  margin-top: 70px;
}

@media (max-width: 1200px) {
  .function-design .row {
    margin-top: 120px;
  }
}

.function-design .row .img-left img {
  width: 150%;
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
  right: 325px;
}
@media (max-width: 768px) {
  .function-design .row .img-left img {
    right: 200px;
    top: 120px;
  }
}
@media (max-width: 414px) {
  .function-design .row .img-left img {
    right: 0px;
    top: 0px;
    width: 100%;
  }
}
.function-design .row .img-left-1 img {
  width: 150%;
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
  right: 280px;
}
@media (max-width: 414px) {
  .function-design .row .img-left-1 img {
   width: 100%;
   right: 0;
  }
}
@media (max-width: 414px) {
  .img-right {
    order: 1;
  }
}

.function-design .row .aa img {
  width: 70%;
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
  right: 20px;
}
@media (max-width: 414px) {
  .function-design .row .aa img{
    width: 90%;
    display: block;
    margin: 0 auto;
    right: 0;
  }
}
.function-design .row .img-right img {
  width: 70%;
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
}
.function-design .row .img-right-12 img {
  width: 150%;
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 414px) {
  .function-design .row .img-right-12 img{
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}
.function-design .row .img-right-1 img {
  width: 150%;
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
}
.bb{
  margin-top: 1s0px;
}

@media (max-width: 414px) {
  .img-right-1{
    order: 1;
  }
}
@media (max-width: 414px) {
  .bb{
    order: 2;
  }
}
@media (max-width: 768px) {
  .function-design .row .img-right-1 img{
    top: 60px;
  }
}
@media (max-width: 414px) {
  .function-design .row .img-right-1 img{
    width: 70%;
    top: 0px;
    display: block;
    margin: 0 auto;
  }
}
.function-design .row h4 {
  color: #fff;
  text-align: left;
  font-size: 38px;
  margin-top: 100px;
  font-weight: 700;
}

@media (max-width: 1200px) {
  .function-design .row h4 {
    margin-top: 40px;
  }
}

.function-design .row p {
  margin-top: 40px;
  color: #fff;
  text-align: justify;
  text-justify: distribute;
  font-size: 25px;
  font-weight: 700;
}
.cc h4{
  margin-top: 60px;
}
@media (max-width: 414px) {
  .cc  {
    order: 2;
  }
}
.mock-up {
  margin-top: 200px;
}

.mock-up h3 {
  font-size: 53px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 414px) {
  .mock-up h3 {
    font-size: 43px;
  }
}
.mock-up .mock-img {
  background-image: url(img/cake-mockup111.jpg);
  background-position: center;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 70px;
}

@media (max-width: 1200px) {
  .mock-up .mock-img {
    height: 48vh;
  }
}

.link {
  margin-top: 200px;
}

.link h3 {
  font-size: 53px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 414px) {
  .link h3 {
    font-size: 43px;
  }
}
.link a {
  width: 300px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
  margin: 0 auto;
  color: #4A2811;
  font-weight: 700;
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: 1s all;
  transition: 2s all;
  margin-top: 70px;
}

.link a:hover {
  background-color: #4A2811;
  color: #fff;
}

.thanks {
  background-image: url(img/thanks.jpg);
  background-position: top;
  background-attachment: fixed;
  width: 100vw;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 200px;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.thanks h3 {
  font-size: 50px;
}

.footer {
  background-color: #000;
}

.footer h3 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
  margin-bottom: 0;
}