* {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 600;
  color: #2E2E2E;
  font-family: 'Open Sans', sans-serif; }
  *:after {
    box-sizing: border-box; }
  *:before {
    box-sizing: border-box; }

.textGrey {
  color: #969696; }
  .textGrey > b {
    color: #969696; }
  .textGrey > a {
    text-decoration: none;
    color: #969696; }

body {
  position: relative;
  overflow-x: hidden; }
  body:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("./../img/bg.jpg") no-repeat center center/cover;
    opacity: 0.02; }

.container {
  position: relative;
  z-index: 2;
  background: #fff;
  max-width: 1370px;
  margin: 0 auto;
  box-shadow: 0 0 10px #e5e5e5;
  overflow-x: hidden; }

.containerPadding {
  padding: 0 40px; }
  @media (max-width: 446px) {
    .containerPadding {
      padding: 0 20px; } }

.top {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }
  @media (max-width: 446px) {
    .top {
      padding-top: 40px !important;
      padding-bottom: 40px !important; } }

h1 {
  font-size: 50px;
  font-family: 'Pacifico', cursive;
  line-height: 60px; }
  h1 > i {
    font-size: 50px;
    font-family: 'Pacifico', cursive;
    color: #E50002; }
  @media (max-width: 900px) {
    h1 {
      font-size: 40px;
      line-height: 50px; }
      h1 > i {
        font-size: 40px; } }
  @media (max-width: 800px) {
    h1 {
      font-size: 30px;
      line-height: 40px; }
      h1 > i {
        font-size: 30px; } }

p {
  font-family: 'Open Sans', sans-serif; }
  @media (max-width: 546px) {
    p {
      font-size: 16px; }
      p > b {
        font-size: 16px; } }
  @media (max-width: 446px) {
    p {
      font-size: 14px; }
      p > b {
        font-size: 14px; } }

header {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 446px) {
    header {
      padding-top: 20px !important;
      padding-bottom: 20px !important; } }
  @media (max-width: 709px) {
    header > img {
      height: 40px; } }
  @media (max-width: 546px) {
    header > img {
      height: 35px; } }
  @media (max-width: 446px) {
    header > img {
      height: 30px; } }
  header > ul {
    display: flex;
    align-items: center;
    column-gap: 40px; }
    header > ul > li {
      font-size: 16px;
      font-family: 'Open Sans', sans-serif;
      height: 100%;
      cursor: pointer;
      transition: all .3s ease; }
      header > ul > li > i {
        display: block;
        background: #E50002;
        height: 4px;
        border-radius: 100px;
        margin-top: 20px;
        opacity: 0;
        transition: all .3s ease; }
      header > ul > li:hover {
        transition: all .3s ease;
        color: #E50002; }
        header > ul > li:hover > i {
          transition: all .3s ease;
          opacity: 1; }
    @media (max-width: 768px) {
      header > ul {
        display: none; } }
  header > div {
    display: none; }
    @media (max-width: 768px) {
      header > div {
        display: block; } }
  header #menu {
    z-index: 2; }
  header #menu-bar {
    width: 45px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    right: 0;
    margin-top: 30px; }
    @media (max-width: 709px) {
      header #menu-bar {
        margin-top: 25px; } }
    @media (max-width: 546px) {
      header #menu-bar {
        margin-top: 22px; } }
    @media (max-width: 446px) {
      header #menu-bar {
        margin-top: 15px;
        transform: scale(0.9); } }
  header .bar {
    height: 5px;
    width: 100%;
    background-color: #E50002;
    display: block;
    border-radius: 5px;
    transition: 0.3s ease; }
  header #bar1 {
    transform: translateY(-4px); }
  header #bar3 {
    transform: translateY(4px); }
  header .nav {
    transition: 0.3s ease;
    display: none; }
  header .nav li {
    color: white;
    text-decoration: none;
    padding: 12px 0;
    font-size: 16px;
    text-align: right; }
    @media (max-width: 546px) {
      header .nav li {
        font-size: 14px; } }
  header .nav li:hover {
    font-weight: bold; }
  header .menu-bg, header #menu {
    top: 13px;
    right: 38px;
    position: absolute; }
    @media (max-width: 446px) {
      header .menu-bg, header #menu {
        right: 18px; } }
  header .menu-bg {
    z-index: 1;
    width: 0;
    height: 0;
    background: #E50002;
    border-radius: 50%;
    transition: 0.3s ease; }
  header .change {
    display: block;
    margin-top: 80px; }
    @media (max-width: 546px) {
      header .change {
        margin-top: 60px; } }
  header .change .bar {
    background-color: white; }
  header .change #bar1 {
    transform: translateY(4px) rotateZ(-45deg); }
  header .change #bar2 {
    opacity: 0; }
  header .change #bar3 {
    transform: translateY(-6px) rotateZ(45deg); }
  header .change-bg {
    width: 520px;
    height: 460px;
    transform: translate(55%, -21%); }
    @media (max-width: 546px) {
      header .change-bg {
        transform: translate(61%, -29%); } }

.banner {
  position: relative; }
  @media (max-width: 546px) {
    .banner {
      margin-top: 20px; } }
  .banner > img {
    width: 100%; }

.products > span {
  display: block;
  text-align: center; }
  .products > span > p {
    max-width: 860px;
    font-style: italic;
    margin: 40px auto 0;
    line-height: 30px; }
    @media (max-width: 546px) {
      .products > span > p {
        margin: 20px auto 0;
        line-height: 24px; } }

.products > div {
  margin-top: 40px; }
  .products > div > div {
    padding: 0 55px; }
  .products > div img {
    width: 100%; }
  .products > div .swiper-button-next {
    background: rgba(255, 255, 255, 0.91);
    width: 50px;
    height: 50px;
    border-radius: 50%; }
  .products > div > span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px; }
    .products > div > span > div {
      display: flex;
      align-items: center;
      column-gap: 20px; }
      .products > div > span > div > div {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: #E50002;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer; }
        .products > div > span > div > div > i {
          color: #ffffff;
          font-size: 22px; }
        .products > div > span > div > div:active {
          transform: scale(0.95); }

.products1 {
  background: rgba(223, 172, 104, 0.19);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px; }
  @media (max-width: 860px) {
    .products1 {
      grid-gap: 20px; } }
  @media (max-width: 768px) {
    .products1 {
      grid-gap: 20px;
      grid-template-columns: 1fr; } }
  @media (max-width: 546px) {
    .products1 {
      grid-gap: 10px; } }
  .products1 > div {
    display: flex;
    align-items: center; }
    .products1 > div > div > h1 {
      color: #946431; }
    .products1 > div > div > p {
      margin-top: 40px;
      font-style: italic;
      line-height: 30px; }
      @media (max-width: 546px) {
        .products1 > div > div > p {
          margin-top: 20px;
          line-height: 24px; } }
      .products1 > div > div > p > b {
        font-weight: 800; }
  .products1 > img {
    width: 100%; }

footer > div {
  text-align: center; }
  footer > div > div {
    max-width: 918px;
    margin: 40px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    align-items: center; }
    @media (max-width: 768px) {
      footer > div > div {
        grid-template-columns: 1fr; } }
    footer > div > div > form {
      padding: 32px 23px 40px 23px;
      background: url("./../img/form.png") no-repeat center center/cover;
      border-radius: 30px; }
      footer > div > div > form > h2 {
        font-size: 36px;
        font-family: 'Pacifico', cursive;
        color: #fff;
        margin-bottom: 20px;
        font-weight: 400; }
        @media (max-width: 800px) {
          footer > div > div > form > h2 {
            font-size: 25px;
            line-height: 45px; } }
      footer > div > div > form > input, footer > div > div > form > textarea, footer > div > div > form > button {
        display: block;
        width: 100%; }
      footer > div > div > form > input, footer > div > div > form > textarea {
        margin-top: 20px;
        padding: 14px 25px;
        border-radius: 25px;
        outline: none;
        border: 2px solid #8C5B2A;
        font-size: 18px;
        font-style: italic;
        resize: none; }
        @media (max-width: 546px) {
          footer > div > div > form > input, footer > div > div > form > textarea {
            font-size: 16px;
            line-height: 25px; } }
      footer > div > div > form > button {
        margin-top: 30px;
        padding: 8px 15px;
        border-radius: 100px;
        font-size: 22px;
        background: #E50002;
        color: #fff;
        outline: none;
        border: none;
        cursor: pointer;
        font-family: 'Pacifico', cursive;
        letter-spacing: 2px;
        font-weight: 400; }
        footer > div > div > form > button:active {
          transform: scale(0.95); }
        @media (max-width: 546px) {
          footer > div > div > form > button {
            font-size: 16px;
            line-height: 25px; } }
    footer > div > div > div > p {
      text-align: left;
      font-family: 'Pacifico', cursive;
      font-size: 26px;
      line-height: 35px;
      padding-bottom: 10px;
      font-weight: 400; }
      @media (max-width: 546px) {
        footer > div > div > div > p {
          font-size: 20px;
          line-height: 27px; } }
    footer > div > div > div > a {
      margin-top: 20px;
      display: block;
      text-align: left;
      text-decoration: none;
      font-size: 20px;
      font-family: 'Pacifico', cursive;
      font-weight: 400; }
      @media (max-width: 546px) {
        footer > div > div > div > a {
          font-size: 16px; } }
    footer > div > div > div > span {
      margin-top: 30px;
      display: flex;
      align-items: center;
      column-gap: 20px; }
      footer > div > div > div > span > i {
        cursor: pointer;
        font-size: 40px;
        color: #E50002; }

footer > span {
  margin-top: -60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("./../img/bgFooter.png") no-repeat center -30px/cover;
  padding: 60px 20px 20px 20px; }
  @media (max-width: 832px) {
    footer > span {
      background: url("./../img/bgFooter.png") no-repeat center top/cover; } }
  footer > span > p {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 100px;
    padding: 2px 8px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #E50002; }
    @media (max-width: 546px) {
      footer > span > p {
        font-size: 12px; } }
