@import url("style.css");

#hero-chickless {
  background-color: #ffbd33;
  height: 100vh;
}
#hero-chickless .row {
  height: 100vh;
  margin: 0px;
}
#hero-chickless .desc-column,
#hero-chickless .banner-column {
  display: flex;
  justify-content: end;
}
#hero-chickless .container {
  padding-top: 0px;
}
#hero-chickless h1 {
  font-size: 46px;
}
#hero-chickless p {
  font-size: 16px;
}
#hero-chickless .label {
  text-align: center;
  padding: 20px;
}
#hero-chickless .label img {
  width: 50%;
  margin: auto;
}
#hero-chickless .banner {
  width: 100%;
}
#hero-chickless .ribbon {
  background-image: url("../img/dumplings/ribbon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 8px;
  margin-bottom: 10px;
  margin-bottom: -90px;
  z-index: 9;
  transform: rotate(-4.5deg);
}
.ribbon h2 {
  text-align: center;
  font-family: "traveller";
  height: 60px;
  border-bottom: 14px solid #ffc033;
  color: #fff;
  width: fit-content;
  margin: auto;
  font-size: 38px;
  line-height: 32px;
}
.chickless-heading {
  padding: 50px 0px;
  text-align: center;
}
#heading-title-1 {
  height: 80px;
  background-image: url("../img/chickless/heading-title-1.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  margin-bottom: 5px;
}
#heading-title-2 {
  height: 100px;
  background-image: url("../img/chickless/heading-title-2.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  margin-bottom: 5px;
}
.chickless-heading p {
  text-align: center;
  font-size: 18px;
}
.chickless-heading img {
  width: 80%;
}
#heading-2 img {
  -webkit-filter: drop-shadow(0px 15px 20px #747474);
  filter: drop-shadow(0px 15px 20px #747474);
}
.main-menu {
  text-align: center;
}
.main-menu img {
  width: 70%;
  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-left: 100px;
  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(-4.5deg);
  margin-left: 0px;
  margin-top: 50px;
}
.sub-menu h3 {
  margin-bottom: 30px;
  font-family: "traveller";
  height: 25px;
  border-bottom: 10px solid #239993;
  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);
}
.menu .description h2 {
  font-size: 46px;
  font-weight: bold;
  color: #212121;
}
.menu .description label {
  font-size: 28px;
  color: #212121;
  margin-bottom: 8px;
}
.description p {
  font-size: 16px;
  color: #212121;
}
#menu-1 {
  background-color: #ffbd33;
  padding-top: 80px;
  padding-bottom: 150px;
}
#ingredient-1 {
  margin-top: -80px;
}
.ingredients {
  background-color: #fff;
  transform: skewY(-4.5deg);
  padding: 80px 0px;
}
#menu-2 {
  background-color: #ffbd33;
  transform: skewY(-4.5deg);
  padding: 80px 0px;
}

#part-2-menu-1 {
  background-color: #239993;
  padding-top: 80px;
  padding-bottom: 130px;
}

#part-2-menu-2,
#part-2-menu-4 {
  background-color: #239993;
  padding: 80px 0px;
  transform: skewY(-4.5deg);
}
#part-2-menu-2 .container,
#part-2-menu-4 .container {
  background-color: #239993;
  transform: skewY(4.5deg);
}
#part-2-ingredient-1 {
  margin-top: -60px;
}
.menu.part-2 p,
.menu.part-2 h2,
.menu.part-2 h3,
.menu.part-2 h4,
.menu.part-2 li {
  color: #fff;
}

.menu.part-2 h3,
.ingredients.part-2 .description h4 {
  font-family: "traveller";
  height: 24px;
  border-bottom: 8px solid #ffc033;
  width: fit-content;
}
.menu.part-2 span {
  border-color: #fff;
}
.hao-list {
  margin-top: 50px;
  list-style-image: url("../img/chickless/icon-list-hao.png");
}
.hao-list li {
  padding: 10px;
}
.ingredients .container,
#menu-2 .container {
  transform: skewY(4.5deg);
}
.ingredients h3,
.ingredients label {
  font-family: "traveller";
  font-size: 28px;
  color: #231815;
  line-height: 24px;
}
.ingredients .main-ingredients {
  padding-right: 20px;
}
.main-ingredients img {
  width: 120%;
  margin-left: -20px;
  -webkit-filter: drop-shadow(0px 5px 5px #747474);
  filter: drop-shadow(0px 5px 5px #747474);
}
.main-ingredients h4 {
  font-family: "traveller";
  height: 20px;
  border-bottom: 8px solid #ffc033;
  font-size: 22px;
  width: fit-content;
}
.ingredients span {
  background-color: #211816;
  padding: 1px 12px;
  font-size: 14px;
  border-radius: 15px;
  font-weight: bold;
  color: #fff;
}
.ingredients p {
  font-size: 16px;
}
.ingredients .cooking-method img {
  width: 50px;
  margin-bottom: 10px;
}
.ingredients .cooking-method span {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: 10px;
  background-color: transparent;
  color: #231815 !important;
}
.great-for {
  margin-top: 20px;
}
.great-for ul {
  margin-top: 40px;
  list-style-type: none;
  padding-left: 0px;
}
.great-for ul li {
  float: left;
  width: 150px;
  text-align: center;
}
.great-for ul li .icon {
  height: 50px;
  width: 50px;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  transition: transform 0.2s;
}
.great-for ul li p {
  font-family: "traveller";
  font-size: 18px;
  margin-top: 5px;
  transition: transform 0.2s;
}
.great-list {
  height: fit-content;
  width: fit-content;
  margin: auto;
}
.great-list .icon:hover,
.great-list p:hover {
  transform: scale(1.3);
}
.part-2 .benefit-list {
  list-style: none;
}
.part-2 .benefit-list li::before {
  content: "•";
  color: #fcc100;
  height: 20px;
  font-size: 60px !important;
  margin-top: 5px;
  margin-left: -20px;
  line-height: 10px;
  position: absolute;
  padding-right: 20px;
}
.part-2 .benefit-list li {
  margin-bottom: 20px;
}
.part-2 .benefit-list p {
  margin-left: 10px;
}
.part-2 .cooking-method .not-need img,
.part-2 .cooking-method .cook img {
  width: 60px;
  margin: 5px;
}
.part-2 .food-apply-icon img {
  width: 120px;
  padding: 10px;
  margin: 20px;
}
.part-2 .food-apply {
  text-align: center;
}
.part-2 .food-apply img {
  width: 80%;
  max-width: 350px;
}
@media only screen and (max-width: 767px) {
  #hero-chickless .container {
    padding-top: 80px;
  }
  #hero-chickless h1 {
    font-size: 28px;
  }
  #hero-chickless p {
    font-size: 14px;
  }
  #hero-chickless .label {
    text-align: left;
    padding: 0px;
  }
  #hero-chickless .label img {
    width: 100px;
  }
  #hero-chickless .ribbon {
    margin-bottom: -50px;
  }
  #hero-chickless .ribbon h2 {
    font-size: 28px;
    line-height: 22px;
    height: 40px;
  }
  #hero-chickless .banner-column {
    display: flex;
    justify-content: center;
  }
  #menu-2 {
    padding: 0px;
  }
  #menu-1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .main-menu {
    margin-bottom: 30px;
  }
  .main-menu img {
    width: 80%;
  }
  .main-menu .ribbon {
    margin-left: 20px;
  }
  .sub-menu h3 {
    margin: auto;
    margin-bottom: 30px;
    transform: rotate(-4.5deg);
  }
  .sub-menu h4 {
    transform: rotate(-4.5deg);
  }
  .sub-menu {
    margin-left: 0px;
    transform: rotate(0deg);
    margin-bottom: 40px;
  }
  .sub-menu .row div {
    margin: auto;
    padding-bottom: 10px;
  }
  .main-menu .title h2 {
    font-size: 20px;
    line-height: 20px;
    height: 40px;
  }
  .main-menu .title {
    text-align: center;
    margin-top: -50px;
    margin-left: 10px;
    width: 90%;
  }
  .ingredients .main-ingredients {
    text-align: center;
    margin-right: 0px;
  }
  .ingredients .main-ingredients img {
    width: 70%;
    margin: auto;
    padding-bottom: 10px;
  }
  .ingredients .main-ingredients p {
    margin-top: 20px;
    text-align: left;
  }
  .ingredients .main-ingredients h4 {
    margin: auto;
    font-size: 26px;
  }
  .great-list li {
    height: 120px;
    width: 100px !important;
    margin: auto;
  }
  #part-2-menu-1 .description {
    margin-top: 20px;
  }
  .ingredients h3,
  .ingredients label {
    font-size: 24px;
  }
  .part-2 .food-apply-icon img {
    width: 80px;
    padding: 5px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
}
