/* button{
  background-color: #286246;
} */
button:hover{
  /* background-color: #ffbf3f; */
  color: white;
}

.flip-card {
  background-color: transparent;
  width: 300px;
  height: 350px;
  perspective: 1000px;
  /* padding-bottom: 10px; */
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  justify-content: center;
  align-items: center;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card-front {
  background-color: #bbb;
  color: black;
}
.flip-card-back {
  /* background-color: #ffc851; */
  color: white;
  transform: rotateY(180deg);
  justify-content: center;
  align-items: center;
  font-weight: bold;
  
}
.flip-card-back i{
  padding-top: 50%;
  font-size: 50px;
  color: white;
  font-weight: bold;
}



/* the best matcha data */
/* start */
.flip-cards {
  background-color: white; /* Card background */
  width: 100px;
  height: 450px;
  perspective: 1000px;
  position: relative;
  /*margin: auto;*/
}

.flip-card-inners {
  background-color: white;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  /*box-shadow: 0 4px 8px rgba(0,0,0,0.2);*/
}

.flip-cards:hover .flip-card-inners {
  transform: rotateY(180deg);
}

.flip-card-fronts,
.flip-card-backs {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white; /* Make sure both sides stay white */
}

.flip-card-fronts img,
.flip-card-backs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.flip-card-backs {
  transform: rotateY(180deg);
}

.flip-card-backs button {
  position: absolute;
  margin-bottom: -50px;
  margin-left: -50px;
  z-index: 2;
  font-size: 14px;
  color: white;
  font-weight: bold;
  border: 0;
  font-family: "Nunito Sans", sans-serif;
  background-color: #1A1A1A;
  padding: 10px 15px;
  border-radius: 999px;
}

.flip-card-backs button:hover {
  background-color: #3f3f3f;
}

.card-price-overlay {
  position: absolute;
  top: 5px;
  left: 20px;
  z-index: 2;
  text-align: left;
}


/* end */



/* tea pot */
/* start */
.tea-cards {
  position: relative;
  width: 300px;
  height: 350px;
  background-color: transparent;
  overflow: hidden;
}

.tea-card-inners {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
}

.tea-card-fronts,
.tea-card-backs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease-in-out;
}

.tea-card-fronts {
  z-index: 2;
  opacity: 1;
}

.tea-card-backs {
  z-index: 1;
  opacity: 0;
}

/* 👉 Fade on hover */
.tea-cards:hover .tea-card-fronts {
  opacity: 0;
  z-index: 1;
}

.tea-cards:hover .tea-card-backs {
  opacity: 1;
  z-index: 2;
}

/* Back image + button */
.tea-card-backs {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  overflow: hidden;
}

.tea-card-backs img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.tea-card-backs button {
  z-index: 2;
  font-size: 14px;
  color: white;
  font-weight: bold;
  border: 0;
  font-family: "Nunito Sans", sans-serif;
  background-color: #1A1A1A;
  padding: 10px 20px;
  border-radius: 999px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.tea-card-backs button:hover {
  background-color: #3f3f3f;
}

/* Overlay stays on top */
.tea-price-overlay {
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 3;
  text-align: left;
}

/* end */

.news_para{
  text-align: left;font-weight: bold;color: #2E524A;font-family: 'Montserrat', sans-serif; font-optical-sizing: auto;font-style: normal;
}
.news_para:hover{
  color:#ffbf3f
}
card-item{
  position: relative;
}
.user-image {
  height: 300px;
  width: 250px;
  display: block;
  justify-content: center;
  align-items: center;
  display: flex;
  /* border-radius: 20px; */
  overflow: hidden;
  object-fit: cover;
  transition: transform 0.3s ease, opacity 0.3s ease !important; /* Apply transition to transform and opacity */
}
.user-image:hover {
  transform: scale(1.05) !important; /* Slightly enlarge the image on hover */      
}
.image_title{
  position: absolute;
  bottom: 2px;
  left: 22px;
  background-color: #FAFAFA;
  font-family: 'Nunito', sans-serif;
  color: #1A1A1A;
  padding: 5%;
  /* border-radius: 10px; */
  font-size: 14px;
  overflow: hidden;
}
.swiper-button-prev{
  background-color: white;
  padding: 8%;
  border-radius: 50%;
  margin-top: -110px;
  margin-left: -75px;
  font-weight: bold;
  color:black;
  transform: scale(0.3);
  border: 20px solid white;
  background-color: lightgreen;
}
.swiper-button-next{
  background-color: white;
  padding: 8%;
  border-radius: 50%;
  margin-top: -110px;
  margin-right: -75px;
  font-weight: bold;
  color:black;
  transform: scale(0.3);
  border: 20px solid white;
  background-color: lightgreen;
}
@media (max-width: 750px) {
  /* Hide both prev and next buttons when screen width is 750px or less */
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}
.learnmore{
  font-family: 'Nunito', sans-serif;
  padding: 15px 30px 15px 30px ;
  color:#1A1A1A;
  letter-spacing: 2px;
  font-weight: bold;
  border: 0;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.learnmore:hover{
  font-family: 'Nunito', sans-serif;
  background-color: rgb(255, 203, 48);
  color: white;
  font-weight: bold;
  border: 0;
}
.col-sm-6 {
  position: relative; /* Required to position the inner divs inside the column */
  height: 200px; /* Adjust the height as needed */
}
.firstIcon{
  padding-top: 5%;
}
.firstIcon i{
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #2E524A;
  border-radius: 50%;
  font-size: 20px;
  padding: 25%;
  color:white;
}
.firstIconPara{
  padding-top: 5%;
    padding-bottom: 0;
}
.firstIconPara .firstIconParaHeading{
  color: #1A1A1A;
  font-weight: bold;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
}
.firstIconPara p{
  color: #1A1A1A;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
}
.secondIcon{
  padding-top: 5%;
}
.secondIcon i{
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #2E524A;
  border-radius: 50%;
  font-size: 20px;
  padding: 25%;
  color:white;
}
.secondIconPara{
  padding-top: 5%;
    padding-bottom: 0;
}
.secondIconPara .secondIconParaHeading{
  font-weight: bold;
  text-align: right;
  color: #1A1A1A;
  font-weight: bold;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
}
.secondIconPara p{
  text-align: right;
  color: #1A1A1A;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
}
.anotherRow{
  display: block;
  background-color: #FAFAFA;
}
.anotherCol{
  display: none;
}
@media (max-width: 750px){
                .col-lg-6 .one_image{
                    width:100% !important;
                    height:100% !important;
                }
            }
@media (max-width: 750px) {
  /* Hide both prev and next buttons when screen width is 750px or less */
  .firstIcon{
    padding-top: 5%;
  }
  .firstIcon i{
    text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #2E524A;
  border-radius: 50%;
  font-size: 20px;
  padding: 5%;
  color:white;
  }
  .firstIconPara{
    padding-top: 5%;
    padding-bottom: 0;
  }
  .firstIconPara .firstIconParaHeading{
    /* color: #286246;font-weight: bold;text-align: center;justify-content: center; */
    color: #1A1A1A;
  font-weight: bold;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  text-align: center;justify-content: center;
  }
  .firstIconPara p{
    text-align: center;justify-content: center;
    color: #1A1A1A;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  }
  .secondIcon{
    padding-top: 5%;
  }
  .secondIcon i{
    text-align: center;justify-content: center;align-items: center;background-color: #286246;border-radius: 50%;font-size: 20px;padding: 5%;
  }
  .secondIconPara{
    padding-top: 5%;
    padding-bottom: 0;
  }
  .secondIconPara .secondIconParaHeading{
    font-weight: bold;
    text-align: center;
    color: #1A1A1A;
    font-weight: bold;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
  }
  .secondIconPara p{
    text-align: center;justify-content: center;
  color: #1A1A1A;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  }
  .anotherRow{
    display: none;
  }
  .anotherCol{
    display: block;
  }
}
.center-column {
  display: flex;
  justify-content: center;
  align-items: center;
}