/*
Theme Name: Wing Tea- Bootstrap 5 Online Tea shop HTML CSS Template
Theme URI: https://templatejungle.com/
Author: TemplatesJungle
Author URI: https://templatejungle.com/
Description: Wing Tea- Bootstrap 5 Online Tea shop HTML CSS Template is specially designed product packaged for Online shop by TemplatesJungle.
Version: 1.1
*/

/*--------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
--------------------------------------------------------------*/

/*------------------------------------*\
    Table of contents
\*------------------------------------*/

/*------------------------------------------------
CSS STRUCTURE:

1. VARIABLES
2. GENERAL TYPOGRAPHY

--------------------------------------------------------------*/
body {
  --heading-font: "Playfair Display", Georgia, sans-serif;
  --heading-font-weight: 400;
  --heading-color: #E93E4B;
  --heading-line-height: 1.24;
  --swiper-theme-color: #A58C81;
  --swiper-pagination-color: #A58C81;

  /* bootstrap */
  --bs-body-font-family: "Jost", Arial, sans-serif;
  --bs-body-font-size: 22px;
  --bs-body-font-weight: 300;
  --bs-body-line-height: 1.5;
  --bs-body-color: #1A1A1A;
  --bs-body-color-rgb: 1.6, 1.6, 1.6;
  --bs-body-bg-rgb: 246, 244, 239;
  --bs-body-bg: #d5e1cd;

  /* --bs-primary: #d891e1; */
  --bs-secondary: #F6F4EF;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-light: #f8f8f8;
  --bs-dark: #1A1A1A;
  --bs-gray: #989898;
  --bs-gray-100: #F2F2F2;
  --bs-gray-200: #EFEFEF;
  --bs-gray-300: #DCDAD4;
  --bs-gray-800: #3D3A38;

  --bs-primary-rgb: 135, 169, 188;
  --bs-secondary-rgb: 246, 244, 239;
  --bs-black-rgb: 17, 17, 17;
  --bs-light-rgb: 241, 241, 240;
  --bs-dark-rgb: 23, 29, 32;

  --bs-link-color: #256506;
  --bs-link-color-rgb: 23, 29, 32;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #87A9BC;
  --bs-link-hover-color-rgb: 135, 169, 188;

  --bs-accordion-active-color: #87A9BC;
  --bs-primary-text-emphasis: #87A9BC;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csymbol xmlns='http://www.w3.org/2000/svg' id='plus' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M19 12.998h-6v6h-2v-6H5v-2h6v-6h2v6h6z'/%3E%3C/symbol%3E");

  --color1: #EEF0E5;
  --color2: #304D30;
  --color3: #163020;
  --color4: #B6C4B6;
  --color5: black;

}

body {
  font-size: 18px;
  letter-spacing: 0.03rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  line-height: var(--heading-line-height);
}

h1.light,
.h1,
h2.light,
.h2,
h3.light,
.h3,
h4.light,
.h4,
h5.light,
.h5,
h6.light,
.h6 {
  color: var(--bs-light);
}

h1,
h2,
h3 {
  margin: 25px 0;
}

h5,
h6 {
  letter-spacing: 1px;
}

h1,
.h1 {
  font-size: 4.125rem;
}

h2,
.h2 {
  font-size: 3.6rem;
}

h3,
.h3 {
  font-size: 1.375rem;
}

h4,
.h4 {
  font-size: 1.8rem;
}

h5,
.h5 {
  font-size: 1.4rem;
}

h6,
.h6 {
  font-size: 1rem;
}

a {
  text-decoration: none;
}

::selection {
  color: var(--bs-light);
  background: var(--bs-primary);
}

/* container fluid */
.container-fluid {
  max-width: 1800px;
}

@media (min-width: 1600px) {

  .container,
  .container-lg {
    max-width: 1430px;
  }

  .container,
  .container-md {
    max-width: 1200px;
  }
}

@media (max-width: 768px) {

  #footer {
    margin-top: 10rem !important;
  }

  body p {
    font-size: 18px;
  }

  #intro .banner-text-wrapper {
    padding-top: 300px !important;
  }

  body {
    /* background-color: #fefffc !important;
    background-image: unset !important; */

  }

  .site-header {
    padding: .2rem 0;
    background-color: var(--color3) !important;
  }

  .navbar-brand {
    margin: auto;
    padding-left: 60px;
  }

  .offcanvas.show a.nav-link {
    color: #256506;
    font-size: 24px;
    text-align: right;
  }

  #best-sells .product-item .name {
    width: 86% !important;
  }

  .fruit p {
    font-size: 15px;
  }

  #best-sells .product-content h4 {
    font-size: 25px;
  }

  .offcanvas {
    height: 100vh;
    max-width: 60% !important;
  }

  #Milk-Tea {
    justify-content: start !important;
  }

  #intro .juice {
    width: 74% !important;
    top: 90px !important;
  }

  h1 span {
    font-size: 30px;
  }

  #blogs .tea-wrap,
  #blogs .matcha-pwder {
    display: none;
  }

  #blogs .business-hrs {
    right: initial !important;
    left: 50%;
  }

  #about .juice,
  #about .juice2 {
    display: none;
  }

  .note p {
    font-size: 15px !important;
  }

  .note {
    padding: 4rem 3rem !important;
  }

  .note .paper {
    width: 100% !important;
  }

  .logo-img {
    width: 60% !important;
    padding-right: 0px;
  }

  .dash-line {
    display: block !important;
  }

  .slogan {
    font-size: .6em;
    margin: 5px 0;
    text-align: center;
    display: block !important;
  }

  .slogan p {
    margin: 0;
    padding-bottom: .3rem;
  }



  #intro .cup1 {
    bottom: -1.1rem !important;
    left: 1rem !important;
    width: 3rem !important;
  }

  #intro .cup2 {
    bottom: -1.3rem !important;
    left: 4.6rem !important;
    width: 3rem !important;

  }

  #intro .cup3 {
    bottom: -1rem !important;
    left: 8rem !important;
    width: 3rem !important;

  }

  #intro h1 span {
    font-size: 30px;
  }

  #intro h4 em {
    font-size: 18px;
  }

  #intro::after {
    border-radius: 0rem 0rem 10rem 0rem !important;
    width: 72% !important;
  }

  h4,
  .h4 {
    font-size: 1.2rem;
  }

}

@media (min-width:1921px) and (max-width: 2570px) {
  #blogs .tea {
    width: 38% !important;
  }
}



.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  background: #000000de;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.lightbox-img {
  max-width: 85%;
  max-height: 85%;
  margin-top: 20px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}

.lightbox-caption h3 {
  color: white !important;
  margin-bottom: 10px;
}

.lightbox-caption #lightbox-description {
  color: white !important;
}

.fancybox-slide--image {
  background: #00000000;
  padding-top: 0;
}

.fancybox-show-caption .fancybox-caption {
  background: linear-gradient(var(--color4));
  padding: 20px 0;
}

.fancybox-caption__body h3 {
  margin: 0;
  padding: 10px 10px;
  --heading-color: var(--bs-light);
  --bs-breadcrumb-item-active-color: var(--bs-light);
  --bs-breadcrumb-divider-color: var(--bs-light);
  --bs-link-color-rgb: var(--bs-light-rgb);
  --bs-link-hover-color-rgb: var(--bs-light-rgb);
  text-shadow: 2px 2px 3px var(--color3);
}

.fancybox-caption__body p {
  color: var(--color2);
  font-size: 18px;
  font-weight: 500;
}

/* list group */
.list-group-item {
  --bs-list-group-item-padding-x: 0;
  --bs-list-group-border-width: 0;
}

/* btn */
.btn {
  --bs-btn-border-radius: 0;
}

.btn-primary {
  --bs-btn-color: var(--bs-light);
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: var(--bs-light);
  --bs-btn-hover-bg: var(--bs-dark);
  --bs-btn-hover-border-color: var(--bs-dark);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--bs-light);
  --bs-btn-active-bg: var(--bs-dark);
  --bs-btn-active-border-color: var(--bs-dark);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-light);
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--bs-primary);
  --bs-gradient: none;
}

.btn-light:hover {
  --bs-btn-color: var(--bs-light);
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: var(--bs-light);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--bs-light);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-light);
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}


.btn-dark:hover {
  color: var(--color1) !important;
  /* --bs-btn-color: var(--bs-light); */
  --bs-btn-bg: var(--color3);
  --bs-btn-border-color: var(--color3);
  --bs-btn-hover-color: var(--bs-light);
  --bs-btn-hover-bg: var(--color3);
  --bs-btn-hover-border-color: var(--color3);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--bs-light);
  --bs-btn-active-bg: var(--color3);
  --bs-btn-active-border-color: var(--color3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-light);
  --bs-btn-disabled-bg: var(--color3);
  --bs-btn-disabled-border-color: var(--color3);
}

.btn-group-lg>.btn,
.btn-lg {
  --bs-btn-padding-y: 0.8rem;
  --bs-btn-padding-x: 4.5rem;
  --bs-btn-font-size: 1.25rem;
}

.btn.btn-shadow {
  box-shadow: 0px 6px 39px 0px rgba(91, 45, 42, 0.20);
}

.dropdown-menu {
  --bs-dropdown-link-color: #87a9bc;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-link-hover-bg: #87a9bc;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #87a9bc;
}

.form-control {
  border-radius: 0;
}

.form-control:focus {
  border-color: var(--bs-gray-400);
  ;
  outline: 0;
  box-shadow: none;
}

.form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.form-check-input:focus {
  box-shadow: none;
}

/* text white */
.text-white {
  --heading-color: var(--bs-light);
  --bs-breadcrumb-item-active-color: var(--bs-light);
  --bs-breadcrumb-divider-color: var(--bs-light);
  --bs-link-color-rgb: var(--bs-light-rgb);
  --bs-link-hover-color-rgb: var(--bs-light-rgb);
  /* text-shadow: 2px 2px 3px var(--color4); */
  color: var(--color2) !important;
}

.text-white .nav-link {
  --bs-nav-link-color: var(--bs-light);
  --bs-nav-link-hover-color: var(--bs-light);
  --bs-nav-link-active-color: var(--bs-light);
  --bs-navbar-active-color: var(--bs-light);
  text-shadow: 2px 2px 3px #256506;
}


h1 span {
  color: white;
}

h4,
h4 em {
  color: white;

}

/*--- Image hover Effects
-----------------------------------------------*/
.image-zoom-effect {
  display: flex;
  flex-wrap: wrap;
}

.image-zoom-effect .image-holder {
  position: relative;
  width: 100%;
  height: auto;
  /* overflow: hidden; */
}

.img-more {
  position: absolute;
  width: 53%;
  top: 43%;
  left: -13px;
  z-index: 1 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.img-more2 {
  top: 55%;
  left: 4px;
  width: 40%;

}

.image-zoom-effect img {
  box-shadow: black 0px 27px 16px -26px;
  background-color: var(--color1);
  padding: .5rem;
  transform: scale(0.95);
  will-change: transform;
  transition: transform 1s cubic-bezier(0.25, 0.26, 0.25, 0.24);
  z-index: 0;
}

.image-zoom-effect:hover img {
  transform: scale(1);
}

/*.fancybox-content {
    transform: translate(0%, 0%) !important;
    width: 70% !important;
    height: 100% !important;
    background: #fff !important;
}
.fancybox-content .fancybox-image {
    width: fit-content;
    height: auto;
}

.fancybox-caption {
    top: 0;
    left: 70% !important;
    width: 30%;
    background: #fff !important;
}*/


/* navbar */
.navbar.fixed-top {
  transition: background-color 0.6s ease-out;
}


/* margin */
.my-lg-6 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.my-lg-7 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}

.my-lg-8 {
  margin-top: 8.5rem !important;
  margin-bottom: 8rem !important;
}

.my-lg-9 {
  margin-top: 10.5rem !important;
  margin-bottom: 10rem !important;
}

.my-lg-10 {
  margin-top: 12.5rem !important;
  margin-bottom: 12.5rem !important;
}

.mt-lg-0 {
  margin-top: 0rem !important;
}

.mb-lg-0 {
  margin-bottom: 0rem !important;
}

/* padding top and bottom */
.py-lg-6 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.py-lg-7 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}

.py-lg-8 {
  padding-top: 8.5rem !important;
  padding-bottom: 8.5rem !important;
}

.py-lg-9 {
  padding-top: 10.5rem !important;
  padding-bottom: 10.5rem !important;
}

.py-lg-10 {
  padding-top: 12.5rem !important;
  padding-bottom: 12.5rem !important;
}

.py-lg-11 {
  padding-top: 14.5rem !important;
  padding-bottom: 14.5rem !important;
}

.py-lg-12 {
  padding-top: 16.5rem !important;
  padding-bottom: 16.5rem !important;
}

/* padding left and right */
.px-lg-6 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}

.px-lg-7 {
  padding-left: 6.5rem !important;
  padding-right: 6.5rem !important;
}

.px-lg-8 {
  padding-left: 8.5rem !important;
  padding-right: 8.5rem !important;
}

.px-lg-9 {
  padding-left: 10.5rem !important;
  padding-right: 10.5rem !important;
}

.px-lg-10 {
  padding-left: 12.5rem !important;
  padding-right: 12.5rem !important;
}

.px-lg-11 {
  padding-left: 14.5rem !important;
  padding-right: 14.5rem !important;
}

.px-lg-12 {
  padding-left: 16.5rem !important;
  padding-right: 16.5rem !important;
}

/* padding none */
.pt-lg-0 {
  padding-top: 0rem !important;
}

.pb-lg-0 {
  padding-bottom: 0rem !important;
}

/* - Border Radius
------------------------------------------------------------- */
.rounded-6 {
  border-radius: 3rem;
}

.rounded-7 {
  border-radius: 4rem;
}

.rounded-8 {
  border-radius: 5rem;
}

.rounded-9 {
  border-radius: 6rem;
}

.rounded-10 {
  border-radius: 7rem;
}

.rounded-11 {
  border-radius: 8rem;
}

/* - Background Color
------------------------------------------------------------- */
.bg-white-trans {
  --bs-bg-opacity: 0.6;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-1 {
  background-color: var(--color2);
}

.bg-gray-1:hover {
  background-color: var(--bs-gray-200);
}

.bg-gray-2 {
  background-color: var(--bs-gray-200);
}

/* - Font Family
------------------------------------------------------------- */
.heading-font {
  font-family: var(--heading-font);
}

.body-font {
  font-family: var(--bs-body-font-family);
}

/* - Display Header
------------------------------------------------------------- */
@media (min-width: 1200px) {
  .display-1 {
    font-size: 3.25rem;
  }
}

/* - Svg Color
------------------------------------------------------------- */
.svg-primary {
  fill: var(--color1);
  color: var(--color1);
}

.svg-white {
  fill: var(--bs-white);
  color: var(--bs-white);
}

/* - Preloader
------------------------------------------------------------- */
*.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  background: var(--bs-dark);
  display: flex;
  justify-content: center;
  align-items: center;
}

.preloader:last-child {
  margin-right: 0;
}

.dot {
  display: inline-block;
  animation: loader 5s infinite ease-out;
}

@keyframes loadingInner {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, 30px);
  }

  100% {
    transform: translate(0, 0);
  }
}

/* =Animate the stuff
------------------------ */
.loader .dot:nth-last-child(1) {
  animation: loadingInner 0.6s 0.1s linear infinite;
}

.loader .dot:nth-last-child(2) {
  animation: loadingInner 0.6s 0.3s linear infinite;
}

.loader .dot:nth-last-child(3) {
  animation: loadingInner 0.6s 0.5s linear infinite;
}

/* - Header
------------------------------------------------------------- */
.offcanvas-body .navbar-nav a.nav-link.active,
.offcanvas-body .navbar-nav a.nav-link:hover {
  color: #1bb958 !important;
      text-shadow: -1px 1px 0 white, 1px 1px 0 white, 1px -1px 0 white, -1px -1px 0 white;
}

.user-items input::placeholder {
  color: var(--bs-light);
}

.offcanvas.show a.nav-link {
  color: #256506;
  font-size: 24px;
}

/* - Sticky Header
------------------------------------------------------------- */
.site-header .logo-head {
  padding: .4rem;
  border-radius: 100%;
  background-color:var(--color1);
}

.site-header {

  box-shadow: 1px 1px 16px 1px var(--color4);
  z-index: 7;
  /* border-bottom: 1px solid var(--color2) !important; */
  width: 100%;
  transition: background-color 0.3s ease;
  /* background-image: url(./images/bg-foot.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; */
  background: rgba(255, 255, 255, 0.22);
  /* box-shadow: 0 4px 30px var(--color2); */
  backdrop-filter: blur(8.5px);
  -webkit-backdrop-filter: blur(8.5px);
  position: fixed;
}

.site-header .nav-link {
  font-family: var(--heading-font);
  font-size: 18px;
  color: black !important;
}

.site-header.sticky {
  /* z-index: 7;
  background-color: white;
  box-shadow: 1px 1px 16px 1px var(--color4); */
}

.navbar {
  padding: 0;
}

#navbarMenu {
  font-size: 24px;
  font-weight: 400;
}

#navbarMenu li a:hover,
.svg-dark:hover {
  color: var(--color3) !important;
}

/* - Billboard
------------------------------------------------------------- */
#intro h1 {
  margin: 0;

}




#intro .banner-content,
#intro-drinks .banner-content,
#intro-menu .banner-content,
#intro-contacts .banner-content {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#intro,
#intro-drinks,
#intro-menu,
#intro-contacts {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 50vh;
  z-index: 1;
}

#intro h1 span,
#intro-drinks h1 span,
#intro-menu h1 span,
#intro-contacts h1 span,
#intro h4 em,
#intro-drinks h4 em,
#intro-menu h4 em,
#intro-contacts h4 em {
  color: var(--color2);
  text-shadow: -1px 1px 0 white, 1px 1px 0 white, 1px -1px 0 white, -1px -1px 0 white;
}

#intro-contacts::after,
#intro-drinks::after,
#intro-menu::after,
#intro-contacts::after {
  /* background-color: #0000009c;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  content: "";
  left: 0;
  z-index: -1; */
}

#intro {
  z-index: 1;
  position: relative;
  /* background-image: url(./images/bg-banner.png);
  background-size: cover;
  background-repeat: no-repeat; */
  height: 80vh;
}

#intro::after {

  background-repeat: repeat;
  background-image: url("./images/bg-tea.png");
  z-index: -2 !important;
  border-radius: 0rem 0rem 33rem 0rem;
  z-index: -1;
  position: absolute;
  bottom: 0rem;
  left: 0;
  content: "";
  background-color: #E2EBD9;
  width: 50%;
  height: 100%;
}

#intro h1 span {
  color: var(--color3);
}

#intro h4 em {
  color: #000;
}

#intro .juice {
  z-index: -1;
  position: absolute;
  width: 55%;
  top: 0px;
  right: 0;
}

#intro .cup1 {
  animation: spin 3s linear infinite;
  z-index: 1;
  position: absolute;
  width: 6rem;
  bottom: -2.3rem;
  left: 4rem;
}

#intro .cup2 {
  animation: spin 1s linear infinite;

  position: absolute;
  width: 6rem;
  bottom: -3rem;
  left: 12rem;
}

#intro .cup3 {
  animation: spin 3s linear infinite;

  position: absolute;
  width: 6rem;
  bottom: -2rem;
  left: 20rem;
}

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

  to {
    transform: rotate(360deg);
  }
}

#intro .banner-text-wrapper {
  padding-top: 300px;
}

#intro-drinks {
  background-image: url(./images/banner-drink.jpg);
  height: 60vh;
}


#intro-menu {
  background-image: url(./images/banner-about.jpg);
  height: 60vh;
}

#intro-contacts {
  background-image: url(./images/banner-contact.jpg);
  height: 60vh;
}

.flipbook {
  width: 400px;
  /* Điều chỉnh kích thước của flipbook */
  height: 300px;
  position: relative;
  perspective: 1000px;
  /* Tạo hiệu ứng 3D */
}

#menu {
  padding: 110px 0 0;
}

/* - Trending
------------------------------------------------------------- */
#trending {
  margin-bottom: 3rem;
}


.product-content .icon-caret-arrow {
  top: 40%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 3;
}

.product-content .icon-caret-arrow svg {
  color: var(--color1);
}

.product-content .icon-caret-arrow:hover {
  background-color: var(--color2);
}

.product-content .icon-caret-arrow.left-side {
  left: 20px;
}

.product-content .icon-caret-arrow.right-side {
  right: 20px;
}


/* - Collections
------------------------------------------------------------- */
#collection .product-info {
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.7s ease-in-out;
  cursor: pointer;
  transform: rotate(5deg);
}

#collection .collection-item:hover .product-info {
  top: 0;
  opacity: 1;
  transform: rotate(0);
}

#collection .border {
  width: 96%;
  height: 96%;
}

/* - Testimonials
------------------------------------------------------------- */
#testimonials {
  position: relative;
}

#testimonials .icon-arrow {
  top: 40%;
  cursor: pointer;
  color: black;
}

#testimonials .stain {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

#testimonials .icon-arrow.left-side {
  left: 10%;
}

#testimonials .icon-arrow.right-side {
  right: 10%;
}

#testimonials .review-item {
  color: black;
}

@media only screen and (max-width: 767px) {
  #testimonials .icon-arrow {
    top: 90%;
  }
}

/* - Video
------------------------------------------------------------- */
.video-content a.youtube.play-btn {
  width: 90px;
  height: 90px;
}

.video-content .player {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* - Blog
------------------------------------------------------------- */
#blogs .post-content {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.text-right.text-nowrap {
  text-align: right;
  padding-right: 0;
}

.text-left.text-nowrap {
  text-align: left;
}

/* - Instagram
------------------------------------------------------------- */
#instagram-wrap .insta-item {
  top: 0;
  bottom: 0;
  left: 12px;
  right: 0;
  opacity: 0;
  transition: 0.7s ease-in-out;
  cursor: pointer;
  transform: rotate(5deg);
}

#instagram-wrap .image-holder:hover .insta-item {
  top: 13px;
  opacity: 1;
  transform: rotate(0);
  background-color: rgba(0, 0, 0, 0.2);
}

#instagram-wrap .border {
  width: 94%;
  height: 94%;
}

/* - Footer
------------------------------------------------------------- */
.footer-menu svg.send {
  right: 0;
}

#footer {
  margin-top: 13rem;
  /* overflow: hidden; */
  z-index: 1;
  position: relative;
  /* background-image: url("./images/bg-foot.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; */
  color: white;
  /* background-color: var(--color3); */
}

#footer .tea {
  z-index: -1;
  top: -109px;
  position: absolute;
  width: 23rem;
  left: -1rem;
}

#footer::after {

  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 6rem);
  content: "";
  clip-path: polygon(0% 26.75%, 100% 0%, 100% 100%, 0% 100%);
  background-color: var(--color3)
}


@media (max-width:768px) {
  #footer:after {
    clip-path: polygon(0% 8.75%, 100% 0%, 100% 100%, 0% 100%);
    height: calc(100% + 3rem);

  }
}

#footer p {
  font-size: 17px;
}

#footer h4 {
  color: var(--color4);
}

#footer .widget-title {
  font-size: 32px;
  margin-bottom: 15px;
}

#footer a {
  font-size: 17px;

  align-items: center;
  color: white;
  font-weight: 300;
}

#footer .user-items .menu-item {
  border-radius: 100%;
  position: relative;
  width: 2.6rem;
  height: 2.6rem;
  background-color: var(--bs-white);
}

#footer .user-items .menu-item:hover {

  background-color: var(--color1);
}

#footer .user-items .menu-item svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#footer a:hover,
a:hover {
  color: var(--color4) !important;
}

/* - Hero Content
------------------------------------------------------------- */
.hero-content {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* - About Us Page
------------------------------------------------------------- */

/* -Our Team
------------------------------------------------------------- */
.team-member ul.social-links {
  top: 0;
}

.team-member ul li {
  width: 30px;
  padding: 5px;
  transform: rotatey(-90deg) perspective(100px);
  transform-origin: left;
  cursor: pointer;
  transition: .5s ease-in-out;
  background-color: var(--bs-light);
}

.team-member ul li:first-of-type {
  transition-delay: .3s;
}

.team-member ul li:nth-of-type(2) {
  transition-delay: 0.6s;
}

.team-member ul li:nth-of-type(3) {
  transition-delay: 0.9s;
}

.team-member ul li:last-of-type {
  transition-delay: 1.3s;
}

.team-member:hover ul li {
  transform: rotatey(0deg);
}

/* - Single Product Page
------------------------------------------------------------- */
.product-quantity .input-group {
  width: 170px;
  gap: 2px;
}

.product-quantity #quantity,
.product-quantity .btn-number {
  width: 50px;
  height: 50px;
  background: var(--bs-light);
  color: var(--bs-dark);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--bs-light);
  background-color: var(--bs-primary);
  border: none;
}

/* - FAQs Page
------------------------------------------------------------- */
#faqs .accordion-button.collapsed::after {
  content: "";
  background-repeat: no-repeat;
  background-size: 2rem;
  width: 1.5rem;
  height: 1.5rem;
  transform: rotate(0deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
}

#faqs .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='minus' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

#faqs .accordion-button:focus {
  border-color: var(--bs-light);
  box-shadow: var(--bs-light);
}

.text-primary,
.svg-dark {
  color: var(--color2) !important;
}

.product-info h3 {
  padding: 15px 0 10px;
}

.btn-dark {
  border-radius: 3rem;
  transition: 0.4s;
  font-family: var(--heading-font);
  padding: .5rem 2rem;
  position: relative;
  background: var(--color2);
}

.btn-dark::after {
  /* transition: 0.4s;

  position: absolute;
  border: 1px solid var(--color3);
  bottom: -6px;
  left: -6px;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1; */
}

#testimonials {
    background-image: url("./images/bg-tea.png") !important;
  /* background-image: linear-gradient(to bottom, transparent, var(--color2), var(--color2), transparent); */
  background: #E2EBD9;
  color: #fff;
}

#testimonials .name {
  /* background: #77a062; */
  color: black !important;
}

.star-fill use,
.star-empty use {
  fill: var(--color3);
}

/* ------------------------------------ */


#about {
  padding-top: 5rem;
  position: relative;
  padding-bottom: 3rem;
}

#about .juice {
  border: none;
  position: absolute;
  left: 0;
  bottom: -10rem;
  width: 15%;
}

#about .juice2 {
  border: none;
  position: absolute;
  right: 0px;
  top: -21px;
  width: 15%;
}

#about h1 {
  color: var(--color3);
}

#about img {
  background-color: transparent !important;
  border: 4px double var(--color2);
  /* padding: .2rem; */
}

/* ------------------------------------ */



/* ------------------------------------ */
#best-sells .product-item {
  position: relative;
  margin-bottom: 2rem;


}

#best-sells .product-item img {
  border: 8px solid var(--color1);
  /* padding: .2rem; */


}

#best-sells .product-content {
  /* padding-bottom: 6rem; */



}
.drink-menu .product-content h4 {
  /* border-top: 1px dotted var(--color2);
  border-bottom: 1px dotted var(--color2);
  border-left: 1px dotted var(--color2); */
  border-radius: 3rem 0 0 3rem;
  background-image: linear-gradient(to right, #bac9ab, transparent);
  display: flex;
  /* align-items: center; */
  padding: .4rem .5rem;
/* border-top: 1px solid var(--color2);
border-bottom: 1px solid var(--color2); */

}
.drink-menu .product-content h4 img{
 width: 2rem;
 height: 100%;
}

#best-sells .product-item .name h4 {
  color: var(--color1);
}

#best-sells .product-item .name {
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color2);
  border: 3px double var(--color4);
  border-radius: 1rem 0;
  position: absolute;
  padding: .5rem;
  width: 83%;
  bottom: -1rem;
}

#best-sells .product-item .name h4 {
  font-size: 17px;
  margin-bottom: 0;

}

#best-sells .product-item .name .text-body {
  font-size: 13px;

}

/* ------------------------------------ */



/* ------------------------------------ */

#blogs {
  position: relative;
  z-index: 1;
}

#blogs .tea-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

#blogs .business-hrs {
  position: absolute;

  top: 50%;
  right: 0%;
  transform: translate(-50%, -50%);
}

#blogs .tea-wrap::after {
    background-image: url("./images/bg-tea.png");
  border-right: 5px solid var(--bs-white);
  border-radius: 0rem 18rem 18rem 0rem;
  content: "";
  position: absolute;
  top: -2rem;
  left: 0;
  background-color: #E2EBD9;
  /* background-image: url("./images/bg-foot.jpg");
  background-size: cover;
  background-repeat: no-repeat; */
  /* border: 3px solid var(--color4); */
  width: 50%;
  height: calc(100% + 3rem);
}

#blogs .tea {
  transform: rotate(-2deg);
  z-index: 1;
  position: absolute;
  bottom: -8rem;
  left: -25px;
  width: 50%;
}

#blogs .matcha {
  z-index: 0;
  position: absolute;
  bottom: -10rem;
  left: 0rem;
  width: 37%;
}

#blogs::after {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000a1;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

#blogs .display-header,
#blogs h2 {
  color: white;
}

/* ------------------------------------ */






.fruit {
  gap: .4rem;
  display: flex;
  align-items: center;
}

.fruit p {
  margin: 0;
}

.content-fruit {
  font-size: 20px;
  margin: 0 .2rem;
  /* padding: 1rem; */
  /* border-radius: 1rem; */
  /* border:1px dashed var(--color3); */
  /* background-color: var(--color1); */
}

.content-fruit .col-6 {
  font-size: 17px;
  padding: 1rem;
  border-bottom: 1px dashed var(--bs-gray);
}

.desc-pro {
  font-size: 15px;
  color: var(--bs-black);
  font-style: italic;
}

body {
  background-color: white;
  background-image: url("./images/bg-body2.jpg");
  background-attachment: fixed;
  background-position: center;
}

.offcanvas {
  /* max-width: 65%; */
  background-color: white;
}


.img-ser {
  background-color: white;
  padding: .5rem;
  box-shadow: black 0px 27px 16px -26px;
}

#Milk-Tea {
  justify-content: end;
}

.note {
  position: relative;
  margin: 2rem .5rem;
  font-size: 17px;
  padding: 7rem 24rem;
}

.note p {
  font-size: 19px;
}

.note .paper {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 53%;
  transform: translate(-50%, -50%);
  height: 100%;
}

.product-price {
  font-size: 16px;
}

.border-top {
  border-top: 1px solid var(--color2) !important;
}

.logo-img {
  padding: .3rem;
  border-radius: 100%;
  background-color: white;
  width: 35%;
}

.banner-text-wrapper {
  padding: 0 1rem;
}

.text-header {
  color: black !important;
  font-size: 17px;
}

.dash-line {
  display: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  height: 1px;
  background-color: var(--color4);
}

.display-flex-social {
  padding-right: 24px;
  justify-content: end;
  display: flex;
  align-items: center;
  gap: .5rem;
}

.display-flex-social li {
  border-radius: 100%;
  position: relative;
  background-color: white;
  width: 2.4rem;
  height: 2.4rem;
}

.display-flex-social li svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.display-flex-social .insta {
  /* padding-right: .4rem; */
}

.slogan {
  display: none;
}

.social-footer {
  display: flex;
  align-items: center;
}


.navbar-icon{
  border-radius: .2rem;
  background-color: var(--color1);
}
