@import url("style.css");

#hero-dumplings {
  transition: transform 0.2s;
  height: 100vh;
  background-image: url("../img/dumplings/dumplings-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#hero-dumplings .row {
  height: 90vh;
  margin: 0px;
}
#hero-dumplings .row div {
  display: flex;
  justify-content: end;
}
#hero-dumplings .container {
  padding-top: 20px;
}
#hero-dumplings h1 {
  font-size: 41px;
}
#hero-dumplings p {
  font-size: 20px;
}
#hero-dumplings .row .img {
  padding-top: 50px;
  display: flex;
  justify-content: start;
}
#hero-dumplings img {
  width: 300px;
  transition: transform 0.2s;
}
#hero-dumplings img:hover {
  transform: scale(1.1);
}
#dump-series {
  background-color: #239a94;
  padding-top: 40px;
}
#dump-series .container {
  background-image: url("../img/dumplings/dumpling-series.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 450px;
}
#series-title {
  height: 200px;
  background-image: url("../img/dumplings/series-title.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 400px;
}
.label-10-min {
  background-image: url("../img/dumplings/10-min.png");
  height: 30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  margin-top: -50px;
  width: 100%;
}
#menu-1 {
  padding: 60px 0px;
}
#menu-1 .row,
#menu-2 .row,
#menu-3 .row,
#menu-4 .row {
  margin: 0px;
}
.main-menu img {
  width: 90%;
  transition: transform 0.2s;
}
.main-menu img:hover {
  transform: scale(1.1);
}
.main-menu .ribbon {
  background-image: url("../img/dumplings/ribbon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 8px;
  margin-bottom: 10px;
}
.main-menu .title {
  transform: rotate(-6deg);
  text-align: center;
  margin-top: -80px;
  margin-left: 10px;
  width: 90%;
}
.main-menu .title h2 {
  text-align: center;
  font-family: "traveller";
  height: 75px;
  border-bottom: 10px solid #ffc033;
  color: #fff;
  width: fit-content;
  margin: auto;
  font-size: 44px;
  line-height: 40px;
  transition: transform 0.2s;
}

.main-menu .title h2:hover {
  transform: scale(1.1);
}
.main-menu .title span {
  border: 1px solid #000;
  padding: 0px 10px;
  font-size: 11px;
  border-radius: 10px;
  font-weight: bold;
}
.main-menu .title p {
  font-size: 11px;
  font-weight: normal;
}
.sub-menu {
  transform: rotate(-6deg);
  margin-left: 50px;
  margin-top: 50px;
}
.sub-menu h3 {
  margin-bottom: 30px;
  font-family: "traveller";
  height: 25px;
  border-bottom: 10px solid #ffc033;
  width: fit-content;
}
.sub-menu .img {
  width: 150px;
  text-align: center;
}
.sub-menu .img img {
  width: 100%;
  transition: transform 0.2s;
}
.sub-menu .img img:hover {
  width: 100%;
  transform: scale(1.1);
}
.sub-menu h4 {
  font-family: "traveller";
  height: 25px;
  text-align: center;
  transition: transform 0.2s;
  padding-top: 10px;
}
.sub-menu h4:hover {
  transform: scale(1.4);
}
.description h5 {
  font-family: "traveller";
  font-size: 22px;
}
.description h4 {
  font-family: "traveller";
  height: 18px;
  font-size: 18px;
  border-bottom: 5px solid #ffc033;
  width: fit-content;
}
.description p {
  font-size: 11px;
}
.description span {
  background-color: #ffc033;
  padding: 1px 12px;
  font-size: 14px;
  border-radius: 15px;
  font-weight: bold;
}
.description label {
  font-size: 18px;
  font-family: "traveller";
}
.description ol {
  margin-top: 10px;
  padding-left: 15px !important;
  list-style-type: none;
}
.description li {
  position: relative;
  font-size: 11px;
  padding-left: 20px;
  counter-increment: step-counter;
}
.description li::before {
  content: counter(step-counter);
  position: absolute;
  left: -15px;
  top: 1px;
  background-color: #ffc033;
  z-index: -1;
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 10px;
  margin-right: 20px;
  padding: 0px 5px;
}
.description li img {
  width: 25px;
  position: absolute;
}
.description li p {
  margin-left: 40px;
}
b {
  font-weight: bold;
}
#filling-header .container {
  text-align: center;
}

#menu-2 {
  background-color: #239a94;
  padding: 80px 0px;
  transform: skewY(-4.5deg);
}
#menu-2 .container {
  transform: skewY(4.5deg);
}
#menu-2 .main-menu {
  text-align: center;
}
#menu-2 .main-menu img {
  width: 80%;
}
#menu-2 .main-menu .title {
  margin-left: 35px;
}
#menu-3,
#filling-3 {
  background-color: #fff;
  padding: 80px 0px;
  transform: skewY(-4.5deg);
}
#menu-3 .container,
#filling-3 .container {
  transform: skewY(4.5deg);
}
#menu-4 {
  background-color: #239a94;
  padding-top: 80px;
  padding-bottom: 0px;
  transform: skewY(-4.5deg);
}
#menu-4 .cover {
  padding-bottom: 80px;
  transform: skewY(4.5deg);
  background-color: #239a94;
}
#menu-4 .container {
  transform: skewY(0deg);
}
#filling-header {
  background-color: #ffbe33;
  padding-top: 80px;
  padding-bottom: 0px;
  z-index: 99;
  transform: skewY(0deg);
}
#filling-header .cover {
  height: 100vh;
  background-image: url("../img/dumplings/filling-banner.png");
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -60vh;
  width: 100%;
  position: absolute;
}
#filling-title {
  background-image: url("../img/dumplings/filling-title.png");
  background-size: 50%;
  background-position: center top;
  height: 180px;
  background-repeat: no-repeat;
}
#filling-advantages {
  text-align: left;
  padding-bottom: 50px;
}
#filling-advantages img {
  width: 50px;
  margin: 10px;
}
#filling-advantages p {
  position: absolute;
  font-family: "traveller";
  margin-left: 80px;
  margin-top: -60px;
  line-height: 22px;
  font-size: 22px;
}
#filling-1 {
  padding-top: 350px;
  padding-bottom: 60px;
}
.main-filling {
  text-align: right;
}
.filling-title {
  background-image: url("../img/dumplings/ribbon.png");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  height: 100px;
  padding: 15px;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  transform: rotate(-4deg);
}
.filling-title h2 {
  font-family: "traveller";
  font-size: 52px;
  color: #fff;
  margin: auto;
  width: fit-content;
  transition: transform 0.2s;
}
.filling-title h2:hover {
  transform: scale(1.2);
}
.main-filling img {
  width: 90%;
  transition: transform 0.2s;
}
.main-filling img:hover {
  transform: scale(1.1);
}
.filling-cooking {
  min-height: 100px;
}
.filling-cooking ol {
  list-style-type: none;
  display: block;
}
.filling-cooking li {
  display: inline-block;
  margin-bottom: 20px;
  min-width: 100px;
  margin-right: 20px;
  padding-left: 0px;
  text-align: center;
  height: 100px;
  counter-increment: step-counter;
}
.filling-cooking li img {
  width: 25px;
  margin-left: -12px;
}
.filling-cooking li p {
  margin-left: 0px;
  margin-top: 35px !important;
  margin-bottom: 1px;
  background-color: #231815;
  color: #fff;
  border-radius: 10px;
  width: fit-content;
  padding: 0px 10px;
  margin: auto;
  font-size: 11px;
}
.filling-cooking li span {
  background-color: transparent;
  font-size: 9px;
}
.filling-cooking li::before {
  content: counter(step-counter);
  position: absolute;
  left: -15px;
  top: 1px;
  background-color: #231815;
  color: #fff;
  z-index: -1;
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 10px;
  margin-right: 20px;
}
.filling-apply {
  margin-top: 20px;
  text-align: center;
}
.filling-apply img {
  transition: transform 0.2s;
  height: 130px;
}
.filling-apply img:hover {
  transform: scale(1.1);
}
.filling-apply p {
  font-size: 16px;
  margin-top: 10px;
}
.filling-apply .row div {
  margin: auto;
}
#filling-2,
#filling-4 {
  background-color: #ffbe33;
  padding-top: 80px;
  padding-bottom: 0px;
  transform: skewY(-4.5deg);
}
#filling-2 .container {
  transform: skewY(4.5deg);
}
#filling-2 span,
#filling-4 span {
  background-color: #231815;
  color: #fff;
}
#filling-2 .filling-cooking li span,
#filling-4 .filling-cooking li span {
  background-color: #ffbe33;
  font-size: 9px;
  color: #231815;
}
#filling-2 .main-filling {
  padding: 10px 0px;
}
#filling-4 .cover {
  padding-bottom: 80px;
  transform: skewY(4.5deg);
  background-color: #ffbe33;
}
@media only screen and (max-width: 767px) {
  #hero-dumplings h1 {
    font-size: 28px;
  }
  #hero-dumplings p {
    font-size: 18px;
  }
  #hero-dumplings .container {
    padding-top: 80px;
  }
  #hero-dumplings .row div {
    justify-content: center;
  }
  #hero-dumplings .row .img {
    height: 50vh;
    display: flex;
    flex: column;
    justify-content: end;
  }
  #dump-series .container {
    height: 250px;
  }

  #series-title {
    height: 200px;
    background-size: 100%;
  }
  #dump-series {
    padding: 30px 0px;
  }
  .label-10-min {
    margin-top: -20px;
    position: absolute;
    height: 20px;
  }
  .main-menu .title {
    text-align: center;
    margin-top: -50px;
    margin-left: 10px;
    width: 90%;
  }
  .sub-menu h3 {
    margin: auto;
    margin-bottom: 30px;
  }
  .sub-menu h4 {
    font-size: 16px;
  }
  .sub-menu .img {
    width: 100% !important;
  }
  .sub-menu {
    margin-left: 0px;
    margin-bottom: 40px;
  }
  .main-menu .title h2 {
    font-size: 20px;
    line-height: 20px;
    height: 40px;
  }
  .main-menu .title span,
  .main-menu .title p {
    font-size: 8px;
  }

  #filling-header {
    padding-top: 40px;
  }
  #filling-title {
    background-image: url("../img/dumplings/filling-title-mobile.png");
    background-size: 80%;
    background-position: center top;
    height: 120px;
    background-repeat: no-repeat;
  }

  #filling-header .cover {
    height: 80vh;
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -60vh;
    width: 100%;
    position: absolute;
  }
  #filling-1 {
    padding-top: 150px;
  }
  .filling-title {
    padding: 30px;
  }
  .filling-title h2 {
    font-size: 32px;
  }
  #filling-4 .filling-cooking {
    min-height: 100px;
  }
  #filling-2,
  #filling-3,
  #filling-4,
  #menu-2 {
    padding-top: 30px;
  }
  #filling-3 .main-filling,
  #filling-4 .main-filling {
    padding: 20px 0px;
  }
}
