@charset "UTF-8";

/* Author       : Nissi
Version      : 1.0  */



/*-----------------
	2. General
-----------------------*/
html {
    scroll-behavior: smooth;
  }
  body {
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    color: #2B2B2B;
    font-weight: 400;
    line-height: 1.5;
    background: #F9F9F9;
  }

  #main-wrapper {
    float: left;
    width: 100%;
    overflow: clip;
  }
  

  ul {
    padding-left: 0;
    margin-bottom: 0;
  }
  
  ul li {
  list-style: none;
  }

  a {
    color: #141B22;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }

  .container {
    max-width: 500px !important;
    padding: 0 15px;
  }

  .header-logo img{
    width: 100px;
  }
  .header-logo {
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: saturate(200%) blur(30px);
    backdrop-filter: saturate(200%) blur(30px);
  }

  .main-title {
    font-family: "Big Shoulders Text", sans-serif;
    font-size: 100px;
    font-weight:900;
    color: #D56E221A;
  }

  .main-image img {
    max-width: 333px;
  }
  .main-image {
    position: relative;
    margin-top: -30px;
    margin-bottom: 40px;
  }

  .main-blur{
    position: absolute;
    bottom: -35px;
    right: -7px;
    z-index: -1;
  }

  .main-content {
    position: relative;
  }

  .main-content h2 {
    font-size: 30px;
    margin-bottom: 10px;
    
  }

  .main-content p {
    color: #3C3C3C;
    margin-bottom: 16px;
  }

  .red {
    color: #C70E0C;
    font-weight: 700;
  }

  .side-icons .icon-2 {
    position: absolute;
    right: -15px;
    top: 38%;
  }

  .side-icons .icon-1 {
    position: absolute;
    left: -39px;
    top: 30%;
  }

  .spices-slider h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
  }

 .green {
    color: #32693C;
  }

  .spice-ingredients {
    padding: 10px 0;
    text-align: center;
    border:  1px solid #424242;
    border-radius: 10px;
    margin-right: 8px;
  }

  .slick-slide img {
    margin: 0 auto;
    width: 38px;
    padding-bottom: 8px;
  }

  .spice-ingredients h6 {
    margin-bottom: 0;
  }

  .spice-ingredients.slick-active.slick-center {
    background: #D86E24B2;
    border-color: #D86E2426;
  }

  .spice-ingredients.slick-active.slick-center h6 {
    color: #ffffff;
  }

  .spice-ingredients.slick-active.slick-center img {
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(34deg) brightness(105%) contrast(101%);
  }

  .slider-for p {
    margin-bottom: 0;
  }

  .footer h6 {
    font-size: 12px;
    color: #C10037;
  }

  .footer h6 a{
    font-size: 12px;
    color: #C10037;
  }
  .footer h6 span {
    color: #B6B6B6;
  }




  /* Beverage */
.beverages-body .container {
  padding: 0;
}


.main-contents {
  margin-top: -23px;
  z-index: 1;
  position: relative;
  background-color: #ffffff;
  border-radius: 40px 40px 0 0;
  padding: 20px;
}

.main-head {
  margin-bottom: 16px;
}

.head-title {
  max-width: 170px;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 0;
}

.head-price {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 0;
}

.main-contents h6 {
  color: #000000;
  font-weight: 700;
  margin-bottom: 14px;
}

.ingredients li {
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #444343;
  color: #444343;
  border-radius: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.ingredients li:last-child {
  margin-right: 0;
}

.content {
  color: #929292;
  font-size: 14px;
  margin-bottom: 15px;
}

.calorie {
  padding: 5px 15px;
  background: #C70E0C29;
  border-radius: 8px;
  text-align: center;
  display: inline-block;
}

.calorie h6 {
  margin-bottom: 0;
}

.calorie h6 span {
  font-size: 11px;
}

.nutritions {
  text-align: center;
  margin-right: 15px;
}

.nutritions p {
  margin-bottom: 0;
  font-size: 12px;
  margin-top: 4px;
}

.swiper-button-next::after {
  background: transparent url(../img/plus.svg) no-repeat center / contain;
  width: 8px;
}

.swiper-button-prev::after {
  background: transparent url(../img/minus.svg) no-repeat center / contain;
  width: 8px;
}

.swiper-button-next, .swiper-button-prev {
  color: transparent;
  background: #000000;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  box-shadow: 0 0 7px 0 rgba(255, 255, 255, 0.6);
}

.main-images img {
  height: 500px;
  width: 100%;
}
