*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* text-transform: uppercase; */
}

html {
  font-size: 16px;
}

body {
  font-family: 'Quicksand', sans-serif;
  background-color: #fff;
}

main {
  overflow-x: hidden;
  overflow-y: hidden;
}

.lngBtn,
.switchBtn {
  width: 80px;
  height: 80px;
  padding: 20px;
  color: #2f2818;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(201, 103, 81, 0.1);
  cursor: pointer;
  position: fixed;
  top: 30px;
  backdrop-filter: blur(20px);
  z-index: 1;
}

.lngBtn {
  left: 30px;
}

.switchBtn {
  right: 30px;
}

#section2 .contentWrapper .left img,
#section3 .contentWrapper .right img {
  border-radius: 30px;
  box-shadow: #b2241880 0px 50px 100px -20px, #b224184d 0px 30px 60px -30px;
}

#section1 {
  display: flex;
  box-shadow: #b2241880 0px 80px 100px -20px, #b224184d 0px 70px 120px -60px;
}

#section1 .contentWrapper,
#section2 .contentWrapper,
#section3 .contentWrapper {
  max-width: 90vw;
}

#section1 .contentWrapper {
  margin: 100px auto;
}

#section1 .contentWrapper .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 550px;
  padding: 0 50px;
  position: relative;
}

#section1 .contentWrapper .left h1 {
  font-size: 36px;
  line-height: 45px;
  color: #000;
}

#section1 .contentWrapper .left p {
  font-size: 24px;
  line-height: 28px;
  color: #000;
  position: relative;
}

#section1 .contentWrapper .right {
  display: flex;
  justify-content: center;
  align-items: center;
}

#section1 .contentWrapper .right img {
  height: 350px;
  width: auto;
}

#section1 .contentWrapper {
  display: flex;
}

#section1 .contentWrapper {
  display: flex;
}

#section2 .contentWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 150px auto;
  gap: 100px;
}

#section2 .contentWrapper .left img {
  height: 400px;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#section2 .contentWrapper .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 550px;
}

#section2 .contentWrapper .right h1 {
  font-size: 36px;
  line-height: 45px;
  color: #000;
}

#section2 .contentWrapper .right p {
  font-size: 24px;
  line-height: 28px;
  color: #000;
}

#section3 .contentWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 150px auto;
  gap: 100px;
}

#section3 .contentWrapper .right {
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

#section3 .contentWrapper .right img {
  height: 400px;
  width: auto;
}

#section3 .contentWrapper .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 550px;
}

#section3 .contentWrapper .left h1 {
  font-size: 36px;
  line-height: 45px;
  color: #000;
}

#section3 .contentWrapper .left p {
  font-size: 24px;
  line-height: 28px;
  color: #000;
}

#section4 .contentWrapper h1 {
  font-size: 36px;
  line-height: 45px;
  color: #000;
  text-align: center;
}

#section4 .contentWrapper .snapContainer {
  max-width: 1440px;
  margin: 50px auto 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 15px 0;
  box-shadow: #b2241880 0px 50px 100px -20px, #b224184d 0px 30px 60px -30px;
  border-radius: 15px;
  padding: 20px;
}

#section4 .contentWrapper .snapContainer .card {
  min-width: 500px;
  min-height: 300px;
  border-radius: 15px;
  scroll-snap-align: start;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  /* background: rgba(0, 0, 0, 0.03); */
}

#section4 .contentWrapper .snapContainer .card h3 {
  font-size: 24px;
  line-height: 24px;
  color: #000;
  margin-bottom: 10px;
}

#section4 .contentWrapper .snapContainer .card p {
  font-size: 18px;
  line-height: 18px;
  color: #000;
}

footer {
  margin-top: 150px;
  height: 250px;
}

footer .contentWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  height: 100%;
  border-top: 1px solid black;
}

footer .contentWrapper .left {
  color: #000;
  font-size: 36px;
  line-height: 36px;
}

footer .contentWrapper .right {
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 5px;
}

footer .contentWrapper .right .label {
  color: #000;
  font-size: 30px;
  line-height: 30px;
  text-decoration: underline;
}

footer .contentWrapper .right .info {
  color: #000;
  font-size: 24px;
  line-height: 24px;
}

@media (max-width: 1440px) {
  #section2 .contentWrapper,
  #section3 .contentWrapper {
    gap: 50px;
  }

  #section4 .contentWrapper .snapContainer {
    border: none;
    max-width: 90vw;
  }
}

footer .contentWrapper {
  max-width: 90vw;
}

@media (max-width: 768px) {
  #section2 .contentWrapper .left img,
  #section3 .contentWrapper .right img {
    height: auto;
    width: 300px;
    max-width: 90%;
    box-shadow: none;
  }

  #section1 .contentWrapper {
    flex-direction: column;
    padding: 0;
    gap: 15px;
  }

  #section1 .contentWrapper .left {
    padding: 0;
  }

  #section1 .contentWrapper .left,
  #section1 .contentWrapper .right {
    gap: 25px;
    width: 100%;
  }

  #section1 .contentWrapper .left h1,
  #section1 .contentWrapper .left p {
    text-align: center;
    margin: auto;
  }

  #section1 .contentWrapper .right img {
    height: 150px;
    width: auto;
  }

  #section2 .contentWrapper,
  #section3 .contentWrapper {
    flex-direction: column;
    padding: 25px;
    box-shadow: #b2241880 0px 50px 100px -20px,
      rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-radius: 15px;
    gap: 50px;
    margin: 50px auto;
  }

  #section3 .contentWrapper {
    flex-direction: column-reverse;
  }

  #section2 .contentWrapper .left,
  #section2 .contentWrapper .right,
  #section3 .contentWrapper .right,
  #section3 .contentWrapper .left {
    max-width: 100%;
  }

  #section2 .contentWrapper .left,
  #section3 .contentWrapper .right {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #section2 .contentWrapper .right h1,
  #section3 .contentWrapper .left h1 {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin: 0 auto 10px auto;
  }

  #section2 .contentWrapper .right p,
  #section3 .contentWrapper .left p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }

  h3 {
    font-size: 20px;
    line-height: 24px;
  }

  #section4 .contentWrapper .snapContainer .card {
    max-width: 300px;
    min-width: 300px;
    overflow: hidden;
  }

  footer {
    min-height: 150px;
    height: max-content;
    padding: 30px;
    border-top: 1px solid #00000080;
  }

  footer .contentWrapper {
    flex-direction: column;
    gap: 15px;
    border: none;
    text-align: center;
  }

  footer .contentWrapper .right {
    justify-content: center;
    align-items: center;
  }

  footer .contentWrapper .right .info {
    text-align: center;
  }
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
  background: #b2241880;
  border-radius: 3px;
  height: 6px;
  width: 6px;
  transition: 0.25s ease all;
}

::-webkit-scrollbar-thumb:hover {
  background: #b22418;
}

.hidden {
  display: none;
}

.menuMain {
  color: #000;
}

.menuMain h1 {
  text-align: center;
  margin-top: 100px;
}

.menuMain #categorysWrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 50px;
  padding: 50px;
}

.menuMain #categorysWrapper .categoryWrapper {
  width: 700px;
  max-width: 90vw;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
  gap: 20px;
  border-radius: 15px;
  box-shadow: #b2241880 0px 20px 100px -20px, #0000004d 0px 30px 60px -30px;
  background: #fff;
  overflow: hidden;
  transform: translateZ(0);
}

.menuMain #categorysWrapper .categoryWrapper::before,
.menuMain #categorysWrapper .categoryWrapper::after {
  content: '';
  position: absolute;
  z-index: -1;
}

.menuMain #categorysWrapper .categoryWrapper::before {
  animation: 20s rotate linear infinite;
  width: 200%;
  height: 450%;
  background: conic-gradient(
    #b2241880,
    #b2241840,
    #b2241830,
    #b2241820,
    #b2241810,
    #b2241810,
    #b2241880
  );
}

.menuMain #categorysWrapper .categoryWrapper::after {
  inset: 0;
  padding: 3px;
  border-radius: 15px;
  background: linear-gradient(to bottom right, #fbf8f6, #fffefe);
  background-clip: content-box;
}

.menuMain #categorysWrapper .categoryWrapper .left {
  flex: 0.4;
  min-width: 300px;
  max-width: 300px;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.menuMain #categorysWrapper .categoryWrapper .left img {
  width: 150%;
  height: auto;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.menuMain #categorysWrapper .categoryWrapper .right {
  flex: 1;
  min-width: 300px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.menuMain #categorysWrapper .categoryWrapper .right h2 {
  text-decoration: underline;
}

.menuMain #categorysWrapper .categoryWrapper .right .items {
  width: 100%;
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  padding-right: 15px;
}

.menuMain #categorysWrapper .categoryWrapper .right .items .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 10px 0;
}

.menuMain #categorysWrapper .categoryWrapper .right .items .item .label {
  flex: 0.7;
}

.menuMain #categorysWrapper .categoryWrapper .right .items .item .price {
  flex: 0.3;
  text-align: right;
}

@keyframes rotate {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@media (max-width: 768.5px) {
  .menuMain #categorysWrapper {
    padding: 25px 0;
  }

  .menuMain #categorysWrapper .categoryWrapper {
    max-width: 95vw;
    width: 100%;
    height: 50.0625vw;
  }

  .menuMain #categorysWrapper .categoryWrapper .left {
    width: 40%;
    min-width: 40%;
    flex: 0.4;
  }

  .menuMain #categorysWrapper .categoryWrapper .left img {
    width: auto;
    height: 100%;
  }

  .menuMain #categorysWrapper .categoryWrapper .right {
    width: 60%;
    min-width: 60%;
    min-width: 0;
    flex: 0.6;
    height: 100%;
  }

  .menuMain #categorysWrapper .categoryWrapper .right h2 {
    font-size: 16px;
    line-height: 16px;
  }

  .menuMain #categorysWrapper .categoryWrapper .right .items .item {
    font-size: 14px;
    line-height: 14px;
    min-height: 50px;
  }

  .menuMain #categorysWrapper .categoryWrapper .right .items {
  }
}

@media (max-width: 600px) {
  .menuMain #categorysWrapper .categoryWrapper {
    padding: 15px;
  }
}

.imgCarouselExample {
  max-width: 400px;
  max-height: 400px;
  height: 400px;
  width: 400px;
  border: 1px solid red;
  position: relative;
  /* overflow: hidden; */
}

.imgCarouselExample .imgWrapper {
  width: 100%;
  height: 100%;

  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.25s ease all;
  background: pink;
  left: 0%;
}
.imgCarouselExample .imgWrapper img {
  max-width: 100%;
  max-height: 100%;
}

.imgCarouselExample .prev {
  left: -110%;
}

.imgCarouselExample .next {
  left: 110%;
}

.imgCarouselExample .hidden {
  left: 250%;
}
