@charset "utf-8";

@font-face {
  font-family: Algerian;
  src: url(../Fonts/Algerian\ Regular.ttf);
}

@font-face {
  font-family: Century;
  src: url(../Fonts/century/ceaswfte.ttf);
}

/* ANIMATIONS ▼ */
@keyframes appear {
  from {
    opacity: 0;
    scale: 0.7;
  }

  to {
    opacity: 1;
    scale: 1;
  }
}

@keyframes opacity0-100 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* BODY ▼ */
body {
  width: 0 auto;
  overflow-x: hidden;
  margin: 0 auto;
  background: linear-gradient(to right, #e1d9cd 0%, #fbf5ea 35%, #fbf5ea 70%, #e1d9cd 100%);
  color: #fff;

}

.wrapper {
  max-width: 75rem;
  margin-inline: auto;
  padding-inline: 1rem;

}

section {
  padding-block: 4rem;
}

.section__title {
  font-family: Algerian;
  padding: 10px;

}


/* HEADER ▼ */
header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 0 20px;
  padding-top: 10px;
  position: fixed;
  z-index: 100;

}

.left-section {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  /* better for hamburger menu positioning
  position: absolute; */
}

.sub-menu {
  position: absolute;
  display: none;
  top: 70px;
  left: 30px;
  width: 200px;
  height: fit-content;

  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: antiquewhite;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 2px 3px 5px 5px rgba(0, 0, 0, 0.1);
  z-index: 4;
}

.option {
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-family: Century;
  color: #4d4d79;
  font-weight: 500;
  padding: 10px;
  padding-top: 15px;
}

.option:hover {
  background: #bfe0eb;
  color: white;
  border-radius: 10px;
}

.logo {
  height: 40px;
  margin-right: 10px;
  margin-left: 20px;
}

.right-section {
  display: flex;
  gap: 10px;
  float: right;
  font-family: century;
}

.lang-btn {
  padding: 5px 10px;
  background: none;
  cursor: pointer;
  border: none;
  color: white;
}

/* Fix! Hamburger icon animation */
.nav-icon-6 {
  width: 35px;
  height: 30px;
  margin: 10px 10px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.nav-icon-6 span {
  background-color: #fff;
  position: absolute;
  display: block;
  border-radius: 2px;
  transition: .3s cubic-bezier(.8, .5, .2, 1.4);
  width: 100%;
  height: 4px;
}

.nav-icon-6 span:nth-child(1) {
  top: 0px;
  left: 0px;
}

.nav-icon-6 span:nth-child(2) {
  top: 13px;
  left: 0px;
}

.nav-icon-6 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
}

/* whyyy */
.nav-icon-6.open span:nth-child(1) {
  transform: rotate(45deg) scaleX(0.7);
  top: 13px;
  left: -8px;
}

.nav-icon-6.open span:nth-child(2) {
  transform: scale(0);
  top: 13px;
  transition-duration: 50ms
}

.nav-icon-6.open span:nth-child(3) {
  transform: rotate(-45deg) scaleX(0.7);
  top: 13px;
  left: 7px;
}

.nav-icon-6:not(.open):hover span:nth-child(1) {
  transform: scaleY(1.2);
  left: -5px;
}

.nav-icon-6:not(.open):hover span:nth-child(2) {
  transform: rotate(5deg) scaleY(1.1);
}

.nav-icon-6:not(.open):hover span:nth-child(3) {
  transform: scaleY(1.2);
  left: 5px;
}

section {
  padding-block: 5rem;
}

.section__title {
  margin-bottom: 45px;
  padding: 10px;

}

/* MAIN ▼ */
.main-section {
  min-height: 400px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-family: Algerian;
  overflow-x: hidden;
  background: linear-gradient(to bottom, #f69c4b 0%, #c97f3d 100%), linear-gradient(90deg, #c97f3d 0%, #f69c4b 50%, #c97f3d 100%);;

}


.wave-div {
  background-color: #c97f3d;
  background-image: url(../images/wave.png);
  background-size: cover;
  height: 200px;
}

.content {
  height: 80%;
  text-align: center;
  position: relative;

}

.content p {
  margin: 1.5rem;
}

.text-block {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

.text-wrap {
  display: inline-flex;
  margin-bottom: 0;
  font-size: 9rem;
  width: 100%;
}

.taste-all-the {
  font-family: 'Times New Roman', Times, serif;
  font-size: 6rem;
  transform: translateY(3rem);
}

.main-text-third-line {
  font-size: 5rem;
  font-family: Century;
}

.cult-side {
  transform: translateX(90px);
}

.ures-side {
  transform: translateX(-100px);
  width: 100%;
}

.main-image {
  width: 70vh; 
  height: auto;
  shape-outside: circle(50%);
  z-index: 1;
}

.btn-container {
  align-items: center;
  text-align: center;
  align-content: center;
}

.main-btn {
  display: block;
  margin: 0 auto 0;
  padding: 10px 3rem;
  background-color: #4d4d79;
  color: white;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  font-size: 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: .2s ease-in-out 0s;
}

.main-btn .flechita {
  font-size: 0.7rem;
  margin: 0 auto 0;
  padding: 15px 0;
  padding-left: 5px;
}

.main-btn:hover {
  transform: scale(1.05);
  background-color: rgb(186, 210, 230);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* ABOUT ▼ */

.second-section {
  min-height: 400px;
  background-color: #edd9be;
  display: flex;
  justify-content: center;
  align-items: center;

}

.second-section {
  min-height: 400px;
  /* Adjusted for smaller space */
  background-color: #edd9be;
  /* Light sand color */
  display: block;
  /* Changed from flex to block for dropdown expansion */
  padding-top: 50px;
  /* Padding to position the container */
  align-items: center;
  margin: 0 auto;
  text-align: center;
  /* Center the container horizontally */
  transition: padding-bottom 0.3s ease;
  /* Smooth transition for padding */
  position: relative;
  /* For absolute positioning of corner images */
  font-family: Century;
  font-size: 1rem;
  line-height: 1.4rem;
}

.second-section.expanded {
  padding-bottom: 20px;
  /* Added padding bottom when expanded */
}

.corner {
  position: absolute;
  width: 50px;
  /* Size of corner images */
  height: 50px;
  z-index: -1;
  /* Behind the container */
}

.bottom-left {
  bottom: 0;
  left: 0;
  width: 20%;
  height: auto;
  z-index: 3;
  animation: opacity0-100 ease-in;
  animation-timeline: view();
  animation-range: entry 0% cover 40%;
  transition: transform 0.3s;
}

.bottom-right {
  bottom: 0;
  right: 0;
  width: 17%;
  height: auto;
  z-index: 3;
  animation: opacity0-100 ease-in;
  animation-timeline: view();
  animation-range: entry 0% cover 40%;
  transition: transform 0.3s;
}

.wrapper-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  animation: appear ease-in;
  animation-timeline: view();
  animation-range: entry 0% cover 40%;
  transition: transform 0.3s;
}

.box-toggle {
  background-color: rgb(191, 224, 235);
  padding: 20px;
  margin-bottom: 3rem;
  border-radius: 70px;
  box-shadow: 0 16px 20px rgba(113, 91, 55, 0.2);
}

.toggle-container {
  text-align: center;
  width: 60%;
  margin: 0 auto;
  background-color: transparent;
}

.toggle-button {
  background-color: transparent;
  color: white;
  padding: 3%;
  padding-bottom: 2%;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  font-family: Century;
  line-height: 1.4rem;
  transition: background-color 0.3s, color 0.3s;
}

.hidden-content {
  background-color: transparent;
  color: white;
  max-height: 0;
  overflow: hidden;
  margin-top: 10px;
  padding: 0 10px;
  border-radius: 5px;
  transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out;
}

.expanded .hidden-content {
  max-height: 350px;
  padding: 10px;
}

.flechita2:hover {
  color: #839cc1;
}

.third-section {
  min-height: 400px;
  background: linear-gradient(to right, #e1d9cd 0%, #fbf5ea 35%, #fbf5ea 70%, #e1d9cd 100%);
  /* Gradient from darker sand to bright to darker */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-family: Century;
  line-height: 1.5rem;
}

.third-section h2 {
  color: #4d4d79;
  font-size: 1.7rem;
  margin-top: 2rem;
  margin-bottom: 30px;
}

.item {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background-color: transparent;
  animation: appear ease-in;
  animation-timeline: view();
  animation-range: entry 0% cover 40%;
  transition: transform 0.3s;
}

.item.right {
  margin-top: 5rem;

}

.item.left {
  margin-top: 5rem;
}

.item p {
  font-size: 1.1rem;
  margin: 0 10px;
  color: #b0cfd0;
  font-weight: bold;
  text-align: center;
}

.item img {
  width: 200px;
  margin: 2rem;
}

/* SHOP */

#shop {
  background-color: #efa249;
  border: none;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}

#shop h2 {
  text-align: center;
  padding-bottom: 30px;
  font-size: 40px;
  color: #fff;
}

.purchase__page {
  max-width: 950px;
  block-size: fit-content;
  margin: 0 auto;
  padding: 50px;
  display: flex;
  border: none;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.2);
}

/* Columns */
.left-column {
  width: 65%;
  position: relative;
}

.right-column {
  width: 35%;
  margin-right: 45px;
}

/* Left Column */

.product1 img {
  max-width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.product2 {
  padding: 2%;
  position: relative;
  text-align: center;
  margin-left: 5px;
}

.gallery-nav {
  width: 75%;
  margin-top: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Right  Column */

.product-information p {
  color: #b0aaa4;
}

.product-information h3 {
  font-family: century;
  font-size: 36px;
  line-height: 46px;
  color: #7c90b9;
}

.product-price {
  font-size: 20px;
  color: #4d4d79;
}

/* Quantity Stepper */

.qty {
  padding: 5px 2px;
  border-radius: 10px;
  display: flex;
  width: fit-content;
  margin-bottom: 20px;
  background: #e6e6e6;
}

#down,
#up {
  font-size: 20px;
  padding: 0 10px;
  cursor: pointer;
  user-select: none;
  color: #333;
}

#textBox {
  border: none;
  background: none;
  font-size: 18px;
  text-align: center;
  width: 25px;
}

/* [input type="number"]のデフォルトの矢印を消す */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart-btn {
  display: inline-block;
  background-color: #f69c4b;
  border-radius: 30px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  padding: 8px 80px;
  transition: all .5s;
}

.cart-btn:hover {
  background-color: #f4b075;
}

.product-description {
  margin-top: 20px;
  padding-top: 10px;
  color: #333;
  border-top: solid 1px #333;
}

.product-description details {
  margin-top: 15px;
}

/* REVIEWS */

#reviews {
  background-color: #efa249;
  padding-bottom: 100px;
}


/* SLIDER */

.slider {
  margin: 0 auto;
  max-width: 100%;
  height: 250px;
  padding: 40px;
  align-content: center;
  border: none;
  border-radius: 100px;
  background-color: #c9e7eb;
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.2);
}

.slider__content {
  margin: 0 auto;
  max-width: 100%;
  visibility: hidden;
}

.slider__content img {
  padding-left: 5%;
}

.slider__content.slick-initialized {
  visibility: visible;
}

/* CONTROLS */

.slick-next,
.slick-prev {
  z-index: 10;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.slider__content img {
  display: block;
  text-align: center;
}

/* NEWS */

#news {
  background-color: #7c90b9;
}

#news h2 {
  text-align: center;
  color: #fff;
}


.coming__soon img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}


/* FAQ */

#faq {
  background-color: rgb(252, 241, 226);
}

#faq h2 {
  text-align: center;
  font-family: Century;
  color: #4d4d79;
}

.accordion {
  max-width: 950px;
  margin: 0 auto;
  padding: 50px;
  border: none;
  border-radius: 25px;
  background-color: #c9e7eb;

}

.accordion__item {
  max-width: 850px;
  margin: 0 auto;
}

.accordion__item__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  padding: 1em 2em 1em 2em;
  border: none;
  border-radius: 25px;
  color: #7c90b9;
  background-color: #fff;
  box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
  font-weight: 600;
  cursor: pointer;
}

.accordion__item__header::before {
  position: absolute;
  transform: rotate(-135deg);
  width: 7px;
  height: 7px;
  right: 34px;
  margin-left: 4px;
  border-bottom: 3px solid #7c90b9;
  border-right: 3px solid #7c90b9;
  content: '';
  transition: transform .5s;
  font-weight: 600;
  font-size: 1.3em;
}

.accordion__item__header.active::before {
  transform: rotate(45deg);
}

.accordion__item__content {
  display: none;
  overflow-y: hidden;
  position: relative;
  transform: translateY(-30px);
  margin: 0;
  padding: 1.5em 2em 1em;
  color: #fff;
  background: #f5bb7a;
  border: none;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  transition: transform .5s, opacity .5s;
}


/* FOOTER */

footer {
  text-align: center;
  color: #fff;
  background-color: #7c90b9;
}

.footer .wrapper {
  padding: 20px 0 5px 0;
}

.sns {
  width: 150px;
  margin: 0 auto;
  padding: 2px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sns img {
  cursor: pointer;
}

/* Back To Top */

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #f5bb7a;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}

.pagetop__arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 3px solid #f5bb7a;
  border-right: 3px solid #f5bb7a;
  transform: translateY(20%) rotate(-45deg);
}


/* -----------------------------------------------
  --------------------------------------------------
  Responsive */

@media (max-width: 768px) {
  .content {
    font-size: 2rem;
    width: 90%;
    background-image: url(../images/box-responsive.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    text-align: center;
  }

  .taste-all-the{
  }
  .text-wrap{
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  max-height: 20rem;
  opacity: 0;

  }
  .main-image {
    width: 50vh;
  

}

  .text-block {
    text-align: center;
  }
  .wave-div{
    height: 100px;
  }

  .left,
  .right {
    flex: none;
    text-align: center;
  }
  .wrapper-toggle{
    width: 90%;
  }

  .container {
    width: 90%;
    max-height: 200px;
  }

  .container.expanded {
    max-height: 400px;
    margin-bottom: 15px;
  }

  .second-section {
    min-height: 350px;
    padding-top: 30px;
  }

  .second-section.expanded {
    padding-bottom: 15px;
  }

  .corner {
    width: 10rem;
  }

  .third-section {
    min-height: 300px;
    padding: 10px;
  }

  .third-section h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .item {
    width: 90%;
    /* Add for not inline spread flex-direction: column;*/ 
    text-align: center;
  }

  .item.right,
  .item.left {
    justify-content: center;
  }

  .item img {
    width: 10rem;
  }

  /* SHOP */

  .purchase__page {
    max-width: 100%;
    display: inline-block;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  }

  #shop {
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
  
  }

  .left-column {
    width: 100%;
  }

  .gallery-nav {
    width: 90%;
  }

  .right-column {

    width: 100%;
    text-align: center;
  }

  .product-description {
    margin: 20px auto;
    text-align: left;
  }


  .qty {
    margin: 20px auto;
  }

  .slider {
    max-width: 90%;
  }

  .slider__content img {
    max-width: 95%;
  }

  /* FAQ */

  .accordion__item__header {
    font-size: 10px;
  }

  .accordion__item__header::before {
    right: 20px;
    height: 4px;
    width: 4px;
    border-bottom: solid 2px #d7d3cf;
    border-right: solid 2px #d7d3cf;
  }

  .accordion__item__content {
    font-size: 10px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  /* PAGETOP ARROW */

  .pagetop,
  .pagetop__arrow {
    visibility: hidden;
  }

}