* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
}

body .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
}

body #hero {
  background-color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(67%, rgba(148, 164, 247, 0))), url("../images/baked-chicken-wings-asian-style-tomatoes-sauce-plate-min.jpg.png");
  background: linear-gradient(90deg, white 0%, rgba(148, 164, 247, 0) 67%), url("../images/baked-chicken-wings-asian-style-tomatoes-sauce-plate-min.jpg.png");
  background-size: cover;
  background-position: center right;
}

body #hero .hdr {
  padding: 20px 0;
}

body #hero .buttons {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body #hero .buttons a {
  text-decoration: none;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  display: block;
}

body #hero .buttons a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

body #hero .buttons a:nth-last-of-type(1) {
  margin-left: 10px;
}

body #hero .logo img {
  width: 200px;
}

body #hero .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 650px;
}

body #hero .content {
  max-width: 700px;
  margin-top: -30px;
}

body #hero .content p {
  margin-top: 30px;
  color: #b0b0b0;
  font-size: 18px;
}

body #hero h1 {
  font-size: 70px;
  font-family: "Lora", serif;
  font-weight: 700;
  color: #FF041F;
}

body .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body #app {
  padding: 74px 0;
}

body #app .col {
  width: 50%;
}

body #app .lft {
  text-align: center;
}

body #app .lft img {
  max-width: 90%;
}

body #app .right h3 {
  font-size: 60px;
  font-family: "Lora", serif;
  color: #474747;
  font-weight: 700;
}

body #app .right h3 span {
  color: #FF041F;
}

body #app .right p {
  font-size: 18px;
  color: #b0b0b0;
  margin-top: 20px;
}

body #app .right .crd {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px;
}

body #app .right .crd h4 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  color: #222222;
}

body #app .right .crd span {
  font-size: 15px;
  color: #474747;
}

body #app .right .crd img {
  width: 60px;
  display: block;
  margin-right: 20px;
}

body #reviews {
  padding: 100px 0;
  background: url("../images/food-pattern-15.webp");
  background-color: #5DC2D7;
}

body #reviews .rvp {
  padding: 0 3vw;
}

body #reviews .rvp .reviewSlider {
  padding-bottom: 100px;
}

body #reviews .rvp .reviewSlider .crd {
  padding: 50px;
  border: 2px dashed rgba(255, 255, 255, 0.568);
  border-radius: 25px;
  text-align: center;
}

body #reviews .rvp .reviewSlider .crd p {
  color: #fff;
  margin-bottom: 10px;
  padding: 0 10px;
}

body #reviews .rvp .reviewSlider .crd .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

body #reviews .rvp .reviewSlider .crd .top img {
  width: 50px;
}

body #reviews .rvp .reviewSlider .crd h4 {
  margin-top: 30px;
  color: #fff;
}

body #reviews .rvp .reviewSlider .crd span {
  font-size: 13px;
  color: #fff;
}

body footer {
  background: #2C2C2C;
  padding: 30px 0;
}

body footer .logo {
  width: 250px;
  margin: 0 auto;
  display: block;
}

body footer .logo img {
  width: 250px;
}

body footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

body footer .social a {
  display: block;
  margin: 0 10px;
  -webkit-transition: .1s ease;
  transition: .1s ease;
}

body footer .social a:hover {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

body footer .cpy {
  text-align: center;
  padding-top: 15px;
  margin-top: 20px;
  border-top: 2px solid rgba(255, 255, 255, 0.185);
}

body footer .cpy p {
  color: #fff;
  font-size: 15px;
}

@media screen and (max-width: 991px) {
  body #hero {
    background-color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.8)), color-stop(67%, rgba(255, 255, 255, 0.8))), url("../images/baked-chicken-wings-asian-style-tomatoes-sauce-plate-min.jpg.png");
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 67%), url("../images/baked-chicken-wings-asian-style-tomatoes-sauce-plate-min.jpg.png");
    background-size: cover;
    background-position: center right;
  }
  body #hero h1 {
    text-align: center;
  }
  body #hero .content p {
    text-align: center;
    color: #000;
  }
}

@media screen and (max-width: 576px) {
  body #hero .logo img {
    width: 150px;
  }
  body #hero .hdr {
    text-align: center;
  }
  body #hero {
    background-color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.8)), color-stop(67%, rgba(255, 255, 255, 0.8))), url("../images/baked-chicken-wings-asian-style-tomatoes-sauce-plate-min.jpg.png");
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 67%), url("../images/baked-chicken-wings-asian-style-tomatoes-sauce-plate-min.jpg.png");
    background-size: cover;
    background-position: center right;
  }
  body #hero h1 {
    text-align: center;
  }
  body #hero .content p {
    text-align: center;
    color: #000;
  }
  body #hero .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body #hero .buttons a {
    margin-left: 0 !important;
    margin-top: 10px;
  }
  body #hero .buttons img {
    width: 200px;
    margin: 0;
  }
  .col {
    width: 100% !important;
  }
  body #hero h1 {
    font-size: 40px;
  }
  body #app .right h3 {
    text-align: center;
    margin-top: 20px;
    font-size: 30px;
  }
  body #app .right p {
    font-size: 18px;
    text-align: center;
  }
  body #app .right .crd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body #app .right .crd h4 {
    text-align: center;
    margin: 10px 0;
  }
  body #app .right .crd span {
    text-align: center;
    display: block;
  }
  body #reviews .rvp .reviewSlider .crd {
    padding: 20px;
  }
  body #reviews .rvp .reviewSlider .crd .top img {
    width: 24px;
  }
}
/*# sourceMappingURL=style.css.map */
.calltoactiondiv {
    height: auto;
    width: 100%;
    text-align: center;
    background-color: #f8f8f8;
    padding: 8px 4px;
}
    .calltoactiondiv span{
        font-size:18px;
    }
    .calltoactiondiv input {
        height: 39px;
        width: auto;
        margin: 3px 4px 3px 4px;
        background-color: #4ca2d0;
        border: 1px solid #4ca2d0;
        color: #fff;
        padding: 4px 20px;
        border-radius: 4px;
        font-size: 14px;
        cursor: pointer;
    }