* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}


html,
body {
  width: 100%;
  height: 100%;
 
  overflow-x: hidden;
  position: relative;
  scroll-behavior: smooth;



}

@font-face {
font-family: 'Nunito', sans-serif;
src: url(../fonts/Jost/static/Jost-Regular.ttf);
}

.green {
  color: #59766C;
}

.main {
   
  width: 100vw;
font-family: 'Nunito', sans-serif;
position:absolute;
  /* background-color: red; */
}

/* =============================          Nav styles              ================================= */

.navBox {
  width: 100vw;
  /* background-color: red; */
  display: flex;
  /*height: 15vh;*/
  flex-direction: column;
}

/* Style the button container */
.button-container {
  display: flex;
  gap: 10px;
  /* Adjust the gap between buttons as needed */
}

/* Style the button */
.btn-register,
.btn-sign {
  padding: 3px 11px;
  /* border: 0.2px solid gray;
  border-radius: 5px; */
  color: white;
  /* White text color */
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
  /* Remove underline from links */
}


.topGreenBar {
  /* padding-left: 0%; */
  width: 100%;
  height: 30px;
  /* background-color: #9ee281; */
  /* background-color: #97CBB9; */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  /* padding: 0.2vmax 6vmax; */
  color: rgb(122 12 171);
  /* color: #000; */
font-family: 'Nunito', sans-serif;  font-size: 1vmax;
  font-weight: 400;
  padding:0 6vmax;
  z-index:10;
  margin-top:8px;
}

.topGreenBar-below {
  display: flex;
  padding-left: 5px;
  justify-content: end;
}
.topGreenBar-above {
  display: flex;
  font-size:10px;
}
.dropDownNav {
  display: none;
}

.topGreenBar-btnDiv>button {
  border: 0;
  background-color: transparent;
  color: rgb(40, 117, 88);
  ;
}

.topGreenBar-btnDiv>button>a {
  text-decoration: none;
  color: rgb(122 12 171);
  ;
}

.subNavBar {
  width: 100%;
  background-color: white;
  /* padding-left: 10px; */
  display: flex;
   justify-content: space-between; 
  /* gap:40px; */
  align-items: center;
  padding: 0 6vmax;
  font-weight: 400;
  margin-top: 6.2px;
  /* padding: 10px; */
}

.navimgbox {
  width: 20vmax;
  display: flex;
  align-items: center;
  /* width: 200px; */
  /* gap: 1vmax; */

}

.brandName {
  letter-spacing: 0.2vmax;
  font-size: 35px;
  font-weight: 500;
  text-decoration: none;
  color: rgb(40, 117, 88);
}

.navLiBox {
  margin-left: 6vmax;
}

.navLiBox>ul {
  display: flex;
  list-style: none;
  gap: 3.5vmax;
  font-weight: 400;
  font-size: 0.9vmax;
}

.navLiBox>ul>li>a {
  color: black;
  text-decoration: none;
}

.navCartDiv {
  display: flex;
  gap: 0.3vmax;
  margin-left: 1vmax;
}

.navCartDiv>img {
  width: 1.8vmax;
  scale: 0.85;
  margin-bottom: 0.3vmax;
}

.navCartDiv-searchDiv>input {
  border: 0;
}


.form-group>input {
  width: 100%;
  height: 100%;
  padding: 0.5vmax;
}

.form-group>textarea {
  width: 100%;
  height: 100%;
  padding: 0.5vmax;
}

.input>a>button {
  border: 0;
  padding: 0.8vmax 1vmax;
  margin-top: 0.6vmax;
}

.navCartDiv-searchDiv {
  scale: 0.85;
  display: flex;
  /* flex-direction: column; */
}

#searchResults {
  width: 80vw;
  position: absolute;
  z-index: 100;
  top: 120%;
  /*left: 15%;*/
  background-color: white;
  border-top: 0;
}

#searchResults>a>li {
  list-style: none;
  padding: 3px 10px;
}

#searchResults>a {
  text-decoration: none;
  color: black;
}

.searchDiv {
  position: relative;
  /* width: 40%; */
  /* padding-right: 20px; */
}
#searchInput {
  float:left;
  padding: 6px 15px;
  /*padding-left: 5vmax;*/
  font-size: 1.1vmax;
  border: 0.2px solid gray;
  border-radius: 8px;
  width: 15vw;
}

.product-menu {
  padding-top: 12px;
  margin: 20px;
  display: flex;
  justify-content: space-between;
  gap:1rem;

  a {
    color: black;
    font-size: 13px;
    text-decoration: none;
  }
}

/* page-1 new slider */



:after,
:before,
* {
  box-sizing: border-box;
}

.page-1 {
  height: 100vh;
  /* background-color: red; */
  /* width: 80vw; */
  /* z-index: 9999999; */

}

.page-1 .container {
  width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  margin-left: 50%;
}

.container h3 {
  color: #000;
  border: 1px solid black;
}

body {
  margin: 0;
font-family: 'Nunito', sans-serif;
    
}

.page-1 h2 {
  line-height: 1.0;
}

.page-1 .hero-slider {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .page-1 .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .page-1 .hero-slider {
    height: 500px;
  }
}

.page-1 .hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.page-1 .hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page-1 .hero-slider .slide-inner {
  width: 60%;
  height: 85%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  object-fit: cover;
  align-items: center;
  text-align: left;
}

.page-1 .hero-slider[data-background],
.slide-inner[data-background] {
  /* CSS styles */
  object-fit: cover;



}

.page-1 .hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}

.page-1 .hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {

  .page-1 .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.page-1 .hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}

.page-1 .hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  /* content: "#f060"; */
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.page-1 .hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}

.page-1 .hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  /* content: "#f061"; */
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.page-1 .hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background: #fff;
  transition: all .2s ease;
}

.page-1 .hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.page-1 .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {

  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
    /*     display: none; */
  }
}

.page-1 .swiper-pagination {
  text-align: left;
}

.page-1 .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 50px;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;

  }
}

/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.page-1 .hero-style {
  height: 100%;
  transition: all .4s ease;
}

@media (max-width: 991px) {
  .page-1 .hero-style {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .page-1 .hero-style {
    height: 500px;
  }
}

@media screen and (min-width: 992px) {
  .page-1 .hero-style .container {
    padding-top: 95px;
  }
}

.page-1 .hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
}

.page-1 .hero-style .slide-title h2 {
  font-size: 90px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 40px;
  text-transform: capitalize;
  transition: all .4s ease;
}

@media (max-width: 1199px) {
  .page-1 .hero-style .slide-title h2 {
    font-size: 75px;
  }
}

@media (max-width: 991px) {
  .page-1 .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .page-1 .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }
}

.page-1 .hero-style .slide-text p {
  opacity: 0.8;
font-family: 'Nunito', sans-serif;
font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition: all .4s ease;
}

@media (max-width: 767px) {
  .page-1 .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.page-1 .hero-style .slide-btns>a:first-child {
  margin-right: 10px;
}


/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/
.page-1 .theme-btn,
.theme-btn-s2 {
  background-color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #2b3b95;
  padding: 9px 32px;
  border: 0;
  border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
  line-height: initial;
  transition: all .4s ease;
}

.page-1 a {
  text-decoration: none;
  transition: all 0.2s ease;
}

.page-1 .theme-btn-s2 {
  background-color: rgba(255, 255, 255, 0.9);
  color: #131e4a;
}

.page-1 .theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn:active,
.theme-btn-s2:active {
  background-color: #2b3b95;
  color: #fff;
}

.page-1 .theme-btn-s3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}

.page-1 i.fa-chevron-circle-right {
  height: 22px;
  width: 22px;
}

.page-1 a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {

  .page-1 .theme-btn,
  .theme-btn-s2,
  .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}

@media (max-width: 767px) {

  .page-1 .theme-btn,
  .theme-btn-s2 {
    padding: 13px 20px;
    font-size: 13px;
  }
}








/* page-1 new slider */

/* ------------------------------Silder Box start---------------------------------------- */

.swiper {
  width: 100vw;
  height: 100vh;
}

.swiper-slide {
  width: 100%;
  display: flex;
}

/* /////////////////////// */
.craousel-part-1 {
  background-color: #00aced;
  width: 50%;
  height: 60%;
}

.craousel-part-2 {
  background-color: yellow;
  width: 50%;
  height: 60%;
}

/* /////////////////////// */

.swiper-slide img {
  display: block;
  width: 40vmax;
  height: 50vh;
  object-fit: cover;
}

.sliderdiv1 {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
}

.sliderdiv1-top {
  width: 100vw;
  height: 72.9%;
  background-image: url("/images/homeimg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonialMainBox {
  width: 100vw;
  height: 72.9%;
  background-color: rgb(242, 242, 243);
  display: flex;
  justify-content: center;
  align-items: center;
}

.sliderdiv2-top {
  width: 100vw;
  height: 72.9%;
  /* background-color: red; */
  background-image: url("/images/homeimg22.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.homeWaveDiv>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sliderdiv1Content {
  width: 100vw;
  height: 95vw;
  /* background-color: red; */
}

.homeContentDiv {
  width: 40%;
  height: 60%;
  text-align: start;
  margin-left: 40vmax;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 1vmax 0;
}

.homeBrand {
  color: #9ee281;
}

.homeH1 {
  font-weight: 700;
  letter-spacing: 0.1vmin;
  word-spacing: 0.1vmin;
}

.homeBtn {
  border: 0;
  background-color: #9ee281;
  color: white;
  padding: 0.7vmax 1.8vmax;
  width: 13vmax;
  transition: cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s;
}

.homeBtn>a {
  text-decoration: none;
  color: white;
}

.homeBtn:hover {
  background-color: #6ead53;
}

.homeP {
  font-weight: 400;
  letter-spacing: 0.1vmin;
  /* background-color: red; */
}

/* -------------------------------Silder Box End----------------------------------------- */

/* -------------------------------Nafcare's deals section start----------------------------------------- */

.dealsBox {
  width: 100vw;
  margin-top: 2vh;
  /* height: 80vh; */
  /* margin-bottom: 200px; */
}

/* .upperdealsbox {
  margin-bottom: 10vh;
} */

.dealsBox-headBox {
  width: 100%;
  /*padding-top: 3vmax;*/
  /* height: 20%; */
  /* padding: 2vh 2vw; */

  text-align: center;
}

.dealsBox-BottomBox>a>div {
  height: 95%;
  width: 100%;
  margin-top: 3.5vmax;

}

.dealsBox-BottomBox>a {
  text-decoration: none;
  color: black;
}


.dealsBox-headBox-greenBorder {
  position: relative;
  margin: auto;
  width: 7vmax;
  height: 1px;
}

.dealsBox-headBox-greenBorder::before {
  content: '';
  position: absolute;
  top: -3px;
  /* Adjust based on the border thickness */
  left: 0;
  width: 100%;
  height: 3px;
  /* Border thickness */
  background: linear-gradient(to bottom, rgb(46, 166, 236), rgb(68, 207, 114));
}


.dealsBox-headBox-para {
  font-size: 0.9vmax;
  letter-spacing: 0.1vmin;
  margin-top: -0.5vmax;
}

.dealsBox-BottomBox {
  display: flex;
  justify-content: center;
   gap: 1rem; 
  /* padding-right: 9px;
  padding-left: 6px; */
}

.productsare {
  gap: 1vmax;
}

.dealsBox-BottomBox>div {
  width: 22%;
  height: 100%;
}

.dealsBoxImgDiv {
  width: 300px;
  /* height: 70vh; */
  height:400px;
   background-color: #e59df5; 
  text-align: center;
  overflow: hidden;
  /* box-shadow: 13px 13px 28px #cac9c9, -13px -13px 28px #ffffff; */
  /* transition: cubic-bezier(0.19, 1, 0.22, 1) 1s; */
  border-radius: 5px;
}

/*.dealsBoxImgDiv:hover {*/
/*  box-shadow: -13px 13px 28px #c9c2c2, 13px -13px 28px #ffffff;*/
/*}*/

.dealsBoxImgDiv>img {
  width: 90%;
  height: 100%;
  object-fit: cover;
  background: #e59df5;
  transition: cubic-bezier(0.19, 1, 0.22, 1) 1s;
}

.dealsBoxImgDiv>img:hover {
  scale: 1.1;
 filter: drop-shadow(-15px 15px 35px #c9c2c2) drop-shadow(15px -15px 35px #ffffff);
    
}



.dealsBox-BottomBox-prod {
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  
}
.viewProductText{
    padding:20px;
    max-width:280px;
    
}
.viewProductText h6{
    opacity:0.65;
    font-size:0.8rem;
    /*text-align:center;*/
}
.viewProductText h5{
    font-size:0.8rem;
    /*text-align:center;*/
}
/*.viewProductText p{*/
/*    text-align:center;*/
/*}*/
/* -------------------------------Nafcare's deals section End----------------------------------------- */

/* -------------------------------Section 3 start----------------------------------------- */

.section3-mainBox {
    width: 100vw;
    padding-top: 10vh;

}

.section3-top {
  width: 100%;
  height: 40%;
  display: flex !important;
  flex-wrap:wrap;
  gap: 1rem;
  top:5rem;
}

.section3-top-iconDiv {
  width: 16%;
  height: 58%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: space-around; */
  padding: 0.5vmax;
  margin-top: 2vmax;
  /* margin-bottom: 6vmax ; */
}
.section3div .first{
    display: flex;
  flex-wrap:wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 0px;
  margin-bottom: 35px;
}
.section3div {
  display: flex;
 
  justify-content: center;
  /*align-items: center;*/
  position: relative;
  margin-top: 0px;
  margin-bottom: 60px;
  /* border-top: solid 1px rgb(180, 180, 180); */
}

.section3LogoDiv {
  display: flex;
  align-items: end;
  justify-content:center;
}

.section3LogoDiv>div {
  width: 28px;
  height: 28px;
  /*background: linear-gradient(to bottom, rgb(37, 169, 245), rgb(59, 211, 110));*/
  border-radius: 50%;
  margin-left: 1.5vmax;
}

.section3LogoDiv>img {
  width: 8vw;
  position: absolute;
}

.section3-top-iconDiv>h6 {
  font-weight: 700;
  text-align:center;
}

.section3-top-iconDiv>p {
  text-align: justify;
  font-size:0.8rem;
}

.section3-bottom {
  width: 100%;
  height: 71%;
  display: flex;
  padding-left: 4vh;
  padding-top: 4vh;

  margin-top:6rem;
}

.section3-bottom-subDiv {
  width: 53%;
  height: 100%;
  /* border-top: rgb(185, 184, 184); */
}

.section3-bottom-contentDiv {
  /* background-color: #f3f3f3; */
  padding: 2rem 3rem;
  /*border-top: 1px solid rgb(185, 184, 184);*/
}

.section3-bottom-contentDiv>p {
  padding: 1vmax 2.6vmax;
  margin-top: 1vmax;
  margin-left: -2.5vmax;
  text-align: justify;
    font-size: 0.8rem;
    color:white;
}

.section3-bottom-contentDiv>a>button {
  padding: 1vmax 2.6vmax;
  /*position: relative;*/
  /* Needed for the pseudo-element */
  background: white;
  /* Background color of the button */
  border: none;
  /* Remove default border */
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.section3-bottom-contentDiv>a>button::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(to bottom, rgb(38 10 213), rgb(200 10 213));
  z-index: -1;
  border-radius: 5px;
  /* Adjust the border-radius as needed */
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.section3-bottom-subDiv h1 {
  line-height: 3.5vmax;
  font-size:2rem;
  color:white;
}

.section3-bottom-imgDiv {
  display: flex;
  padding:2rem;
}

.section3-bottom-imgDiv>div {
  width: 47%;
  height: 100%;
}

.section3-bottom-imgDiv-right {
  margin-left: 1vmax;
}

.section3-bottom-imgDiv-left>div {
  width: 100%;
  height: 48%;
  /*background-color: yellow;*/
}

.section3-bottom-imgDiv-left>div>img {
  width: 100%;
  height: 100%;
  object-position: top;
  object-fit: cover;
}

/*.section3-bottom-imgDiv-left>div:first-child {*/
/*  margin-bottom: 1.15vmax;*/
/*}*/

.section3-bottom-imgDiv-right>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* -------------------------------Section 3 End------------------------------------------ */

/* -------------------------------Section 4 start product section------------------------------------------ */
.prodPriceSec4 {
  text-align: center;
}

/* -------------------------------Section 4 End product section------------------------------------------ */

/* -------------------------------Testimonial section section 5 start------------------------------------------ */

.testimonialBox {
  width: 100vw;
  height: 80vh;
  margin-top: 8vmax;
  /* background-color: aquamarine; */
}

.testimonialWaveDiv {
  width: 100%;
  height: 15%;
  /* background-color: #9ee281; */
}

.testimonial-contentBox {
  width: 100%;
  height: 70%;
  background-color: #f2f2f3;
}

.testimonialWaveDiv {
  filter: rotate(50);
}

.testimonialWaveDiv>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* filter: grayscale(0%); */
  /* background-color: gray; */
}

.testimonial-contentBox {
  display: flex;
  justify-content: center;
}

.testimonial-contentBox-div {
  width: 28%;
  height: 100%;
}

.testimonial-contentBox-img>img {
  width: 90%;
  height: 90%;
  object-fit: cover;
}

.testimonial-contentBox-content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 5vmax 0;
}

.testimonial-contentBox-content>div>button {
  padding: 0.2vmax 0.4vmax;
  background: none;
  border: 1.5px solid grey;
}

.testimonial-contentBox-content>p {
  width: 80%;
}

/* ------------------------------------ shop section start -------------------------- */

/* ----------------------------------------- shop page ---------------------------- */

.shopBox {
  width: 100%;
  /*margin-bottom: 10vh;*/
  /* min-height: 100vh; */
  /* background-color: salmon; */
}

.shop-top {
  width: 100%;
  height: 10%;
  /* background-color: yellow; */
  display: flex;
  justify-content: space-between;
  padding: 1vmax 3vmax;
  align-items: center;
  border-bottom: 1px solid rgb(192, 190, 190);
}

.filterHead {
  margin-left: -1vmax;
}

.shop-bottom {
  width: 100%;
  min-height: 85vh;
  /* background-color: red; */
}

.filterHead>i {
  display: none;
}

.itemCount {
  color: linear-gradient(to bottom, rgba(46, 166, 236, 0.5), rgba(68, 207, 114, 0.5));
  /* Gradient background */
}

.shopContent {
  width: 100%;
  /* height: 100vh; */
  display: flex;
}

.filters {
  width: 15%;
  /* height: 100%; */
  /* background-color: purple; */
  /* border-right: 1px solid grey; */
  padding-top: 1.8vmax;
}

.filters>.priceBoxFilter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  border-bottom: 1px solid rgb(214, 217, 214);
  /* padding-top: 2vmax; */
  height: 15vh;
  /* background-color: #007bb6; */
  /* overflow-y: scroll; */
}

.scrollFilterBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  border-bottom: 1px solid rgb(214, 217, 214);
  padding-top: 1vmax;
  padding-left: 1vmax;
  /*height: 28vh;*/
  /* background-color: #007bb6; */
  /* overflow-y: scroll; */
}

.scrollFilterBox::-webkit-scrollbar {
  background-color: white;
}

.scrollFilterBox::-webkit-scrollbar-thumb {
  width: 2px;
  background-color: #9ee281;
}

.scrollFilterBox::-webkit-scrollbar {
  width: 0.5vmax;
}

.filters>.priceBoxFilter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  border-bottom: 1px solid rgb(214, 217, 214);
  /* padding-top: 2vmax; */
  height: 15vh;
  /* background-color: #007bb6; */
  /* overflow-y: scroll; */
}

.filters>div>ul {
  list-style: none;
}

.filters>div>h6 {
  /*margin-left: 2vmax;*/
}

/* khielsh */
.item-content {
  width: 85%;
  height: 100%;
  padding: 2vmax 3vmax;
  /* background-color: red; */
}

.item-content .productsDiv {
  /* width: 85%; */
  /* height: 100%; */
  /* padding: 2vmax 3vmax; */
  width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.productsDiv .product {
  width: 300px;
    height: 100%;
    padding-bottom: 10px;
    display: inline-block;
    margin-top: 2vmax;
    box-shadow: 13px 13px 28px #cac9c9, -13px -13px 28px #ffffff;
    transition: cubic-bezier(0.19, 1, 0.22, 1) 1s;
    border-radius: 10px;
}
.productsDiv .product:hover {
    transform: scale(1.05); /* Correct way to scale up the element */
    box-shadow: 13px 13px 28px #cac9c9, -13px -13px 28px #fafafa; /* Add a darker shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Add smooth transition */
}
.imgDiv {
  width: 100%;
  height: 68%;
}

.imgDiv>img {
      width: 100%;
     height: 100%; 
    /*height: 280px;*/
    border-radius: 10px;
}

.prodContent {
  width: 100%;
  height: 32%;
  padding-top: 0.2vmax;
}

.priceSpan {
  display: flex;
  padding-left: 0.5vmax;
}

.retailPrice {
  background: linear-gradient(to bottom, rgba(46, 166, 236, 0.9), rgba(68, 207, 114, 0.9));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mrp {
  text-decoration: line-through;
  margin-left: 1vmax;
}

.prodName {
  width: 100%;
  font-size: 0.9vmax;
  text-align: start;
  margin-left: 0.4vmax;
}

/*.addBtn {*/
/*  background: linear-gradient(to bottom, rgba(46, 166, 236, 0.5), rgba(68, 207, 114, 0.5));*/
  /* Gradient background */
/*  color: white;*/
/*  border: 0;*/
/*  scale: 0.9;*/
/*  padding: 0.5vmax 1vmax;*/
  /* Added padding for better appearance */
/*  margin-left: 0.85vmax;*/
/*  cursor: pointer;*/
  /* Add cursor pointer for better UX */
/*  transition: background 0.3s ease;*/
  /* Smooth transition for the background change */
/*}*/

/*.addBtn:hover {*/
/*  background: linear-gradient(to bottom, rgb(46, 166, 236), rgb(68, 207, 114));*/
  /* Solid gradient on hover */
/*}*/



/* ----------------------------------------- latest  news section ------------------------------------ */

.latestNewsBox {
  width: 100vw;
  height: 100%;
  /*margin-top: 15vmax;*/
  /*margin-bottom: 5vh;*/
}

.latestNewsBox-top {
  width: 100%;
  height: 12%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2vmax;
}

.latestNewsBox-bottom {
  width: 100vw;
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  gap: 1.7vmax;
  border-radius: 5px;
}

.latestNewsBox-bottom-div {
  width: 25%;
  height:100%;
  border: 1px solid #908d8dc4;
    border-radius: 10px;
    padding: 10px;
}

.latestNewsBox-imgDiv {
  width: 100%;
  height: 100%;
}

.latestNewsBox-imgDiv>img {
  width: 100%;
  height: 100%;
  max-height:205px;
  object-fit: cover;
  border-radius: 5px;
}

.latestNewsBox-contentDiv {
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: center; */
  align-items: center;
  padding-top: 2vmax;
  /* padding: 2vmax 2vmax 0 2vmax; */
  text-align: center;
}

.latestNewsBox-contentDiv>button {
  width: 22vw;
  display: inline-block;
  /* Makes the div act like an inline element with block properties */
  padding: 10px 20px;
  margin: 10px;
  margin-left:0px;
  
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  /* Pointer cursor on hover */
  color: #090909;

  border-radius: 0.5em;
  background: #e8e8e8;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  transition: all 0.3s;
  box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
}

.latestNewsBox-contentDiv>button:active {
  color: #666;
  box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
}

/* --------------------------------- silder ----------------------------- */
.slider {
  width: 100%;
  overflow: hidden;
  margin-top: 5vmax;
  margin-bottom: 3vmax;
}

.slider ul {
  display: flex;
  padding: 0;
  margin: 0;
  animation: scroll 20s linear infinite;
}

.slider li {
  list-style: none;
  margin-right: 10px;
}

.slider-headBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2vmax;
}

.slider img {
  width: 260px;
  height: auto;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* -------------------------------- footer ----------------------------------------- */

.site-footer {
  background-color: #fff9f7;
  padding: 45px 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: #737373;
}

.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5;
}

.site-footer hr.small {
  margin: 20px 0;
}

.site-footer h6 {
  color: black;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px;
}

.site-footer a {
  color: #737373;
}

.site-footer a:hover {
  color: #3366cc;
  text-decoration: none;
}

.footer-links {
  padding-left: 0;
  list-style: none;
}

.footer-links li {
  display: block;
  color: black;
}

.footer-links a {
  color: black;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #3366cc;
  text-decoration: none;
}

.footer-links.inline li {
  display: inline-block;
}

.site-footer .social-icons {
  text-align: right;
}

.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d;
}

.copyright-text {
  margin: 0;
}

@media (max-width: 991px) {
  .site-footer [class^="col-"] {
    margin-bottom: 30px;
  }
  .dealsBox-headBox-heading{
    margin-top: 7vh;
  }
}

@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 0;
  }

  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center;
  }
}

.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}

.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px;
}

.title {
  display: flex;
  justify-content: space-between;
}

.emptyCartHead {
  padding: 5vmax 0 0 24vmax;
}

.title>span>a {
  text-decoration: none;
}

.updateQtyBtn {
  color: white;
  /* color: yellowgreen; */
  padding: 0.3vmax;
  border-radius: 5px;
  background-color: #9ee281;
  margin-left: 55.5vmax;
  margin-top: 0.5vmax;
  border: 0;
}

.clearCartBtn {
  color: white;
  /* color: yellowgreen; */
  padding: 0.3vmax 1.5vmax;
  border-radius: 5px;
  background-color: tomato;
}

.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: #29aafe;
}

.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px;
}

.social-icons a.facebook:hover {
  background-color: #3b5998;
}

.social-icons a.twitter:hover {
  background-color: #00aced;
}

.social-icons a.linkedin:hover {
  background-color: #007bb6;
}

.social-icons a.dribbble:hover {
  background-color: #ea4c89;
}

@media (max-width: 767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600;
  }
}

.footerBox {
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.footerWave {
  margin-top: 2vmax;
}

.Footerlogo {
  width: 6vmax;
  margin-top: -3vmax;
  padding-bottom: 1vmax;
  border-radius: 50%;
}

/* ----------------------------------------- shop page ---------------------------- */

.shopBox {
  width: 100vw;
  /*margin-top: 13vmax;*/
  /* min-height: 100vh; */
  /* background-color: salmon; */
}

.shopBoxMarginTop {
  margin-top: 9rem !important;
}

.shop-top {
  width: 100%;
  height: 10%;
  /* background-color: yellow; */
  display: flex;
  justify-content: space-between;
  padding: 0 3vmax;
  align-items: center;
  border-bottom: 1px solid rgb(192, 190, 190);
}

.filterHead {
  margin-left: -1vmax;
  font-size:2rem;
}

.shop-bottom {
  width: 100%;
  min-height: 85vh;
  /* background-color: red; */
}

.itemCount {
  color: linear-gradient(to bottom, rgba(46, 166, 236, 0.5), rgba(68, 207, 114, 0.5));
}

.shopContent {
  width: 100vw;
  /* height: 100vh; */
  display: flex;
  /* position:absolute; */
}

.filters {
  width: 15%;
  /* height: 100%; */
  /* background-color: purple; */
  /* border-right: 1px solid grey; */
padding: 1rem 0 0 2rem;
    
}

.filters>.priceBoxFilter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  border-bottom: 1px solid rgb(214, 217, 214);
  /* padding-top: 2vmax; */
  height: 15vh;
  /* background-color: #007bb6; */
  /* overflow-y: scroll; */
}

.scrollFilterBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  border-bottom: 1px solid rgb(214, 217, 214);
  padding-top: 2vmax;
  /*height: 28vh;*/
  /* background-color: #007bb6; */
  /* overflow-y: scroll; */
}

.scrollFilterBox::-webkit-scrollbar {
  background-color: white;
}

.scrollFilterBox::-webkit-scrollbar-thumb {
  width: 2px;
  background-color: #9ee281;
}

.scrollFilterBox::-webkit-scrollbar {
  width: 0.5vmax;
}

.filters>.priceBoxFilter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  border-bottom: 1px solid rgb(214, 217, 214);
  /* padding-top: 2vmax; */
  height: 15vh;
  /* background-color: #007bb6; */
  /* overflow-y: scroll; */
}

.filters>div>ul {
  list-style: none;
}

.filters>div>h6 {
  /*margin-left: 2vmax;*/
}

.productsDiv {
  width: 85%;
  height: 100%;
  padding: 2vmax 3vmax;
  /* display:; */
}

/* .product {
  width: calc(85% / 4);
  height: 55vh;
  display: inline-block;
  margin-top: 2vmax;

  box-shadow: 13px 13px 28px #cac9c9, -13px -13px 28px #ffffff;
  transition: cubic-bezier(0.19, 1, 0.22, 1) 1s;
  margin-left: 2vmax;
}
.imgDiv {
  width: 100%;
  height: 68%;
}
.imgDiv > img {
  width: 100%;
  height: 100%;
}
.prodContent {
  width: 100%;
  height: 32%;
  padding-top: 0.2vmax;
}
.priceSpan {
  display: flex;
  padding-left: 0.5vmax;
} */
.retailPrice {
  color: linear-gradient(to bottom, rgba(46, 166, 236, 0.5), rgba(68, 207, 114, 0.5));
}

.mrp {
  text-decoration: line-through;
  margin-left: 1vmax;
  color: black;
}

.prodName {
  width: 100%;
  font-size: 1.1vmax;
  color: black;
  font-weight: 400;
  text-align: start;
  margin-left: 0.4vmax;
}

/*.addBtn {*/
/*  background-color: #59766C;*/
/*  color: white;*/
/*  border: 0;*/
/*  padding: 0.2vmax 3vmax;*/
/*  margin-top: 0.7vmax;*/
/*  margin-left: 1.6vmax;*/
/*}*/
.addBtn {
 position: relative;
    font-size: 1rem;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.5em 2.2em;
    display: inline-block;
    cursor: pointer;
    border-radius: 30px;
    transition: all 0.2s;
    border: 1px solid #de26ea;
    margin: 0 45px;
  
    font-weight: 500;
    color: #de26ea;
    background-color: white;
}

.addBtn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.addBtn:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.addBtn::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
}

.addBtn::after {
  background-color: #fff;
}

.addBtn:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}
/* ------------------------------------- checkout page ------------------------------------------ */
/* Improved Responsive CSS */


#r_page1 {
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 5rem 0.5rem;
  gap: 2rem;
  margin-top:2rem;
}

#r_part1, #r_part2 {
  flex: 1 1 48%;
  background-color: white;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width:600px){
 #r_part2 {
        padding:0 !important;
    }
}
/* Payment Section */
#r_payment {
  margin-bottom: 2rem;
}

#r_payment h3 {
font-family: 'Nunito', sans-serif;
font-size: 2rem;
  margin-bottom: 1rem;
}

#info a {
  text-decoration: none;
  color: #666;
  margin-right: 0.5rem;
}

#info i {
  color: black;
}

/* Express Checkout */
#r_express {
  margin-top: 1rem;
}

#r_express h5 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #bf24d5;
}

#r_pay-button {
  display: flex;
  justify-content: space-around;
  gap: 1rem;
  margin-top: 1rem;
      align-items: center;

}

#r_pay-button button {
  background-color: rgb(183, 18, 205);
    color: white;
    padding: 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    transition: all 0.3s ease-in-out;
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.2), -8px -8px 15px rgba(255, 255, 255, 0.1);
    height:70px;
    width:200px;
}

#r_delivery {
  background-color: #b410d9;
  color: white;
  font-weight: bold;
}

#phonepe img, #r_razorpay img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Contact Info */
#r_contact-info {
  margin-top: 2rem;
}

#r_email, #r_shipp-address {
  margin-bottom: 1.5rem;
}

#r_email form, #r_details form {
  width: 100%;
  padding: 0.8rem;
  margin-top: 0.5rem;
  border: 1px solid #aaa;
  border-radius: 5px;
}

/* Order Section */
#r_order {
  margin-top: 2rem;
}

#r_order h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

#r_product {
      /* border: 1px solid #000; */
    border-radius: 8px;
    overflow: scroll;
   padding:5px;
}

#heading, #r_items {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
#heading h3{
    font-size:1rem;
    font-weight:bold;
}
#r_items h4{
    font-size:0.8rem;
    max-width:50px;
}
#r_total {
  border-top: 1px solid #000;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
.checkoutBtnsBox{
    display:flex;
    justify-content:center;
    align-items:center;
    padding:1rem;
    
}
.upAddBtnChkout a{
    color:white;
}
.upAddBtnChkout ,
.checkoutBtnsBox button {
  background-color: rgb(183, 18, 205);
  color: white;
  padding: 0.8rem 2rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
  
  /* Neumorphism effect */
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.2), 
              -8px -8px 15px rgba(255, 255, 255, 0.1);
              margin-top:1rem;
}
.upAddBtnChkout:hover,
.checkoutBtnsBox button:hover {
  /* Pressed-in effect */
  box-shadow: inset 8px 8px 15px rgba(0, 0, 0, 0.3), 
              inset -8px -8px 15px rgba(255, 255, 255, 0.2);
  transform: scale(0.98);
}
.upAddBtnChkout:hover,
.checkoutBtnsBox button:active {
  /* Deeper pressed effect */
  box-shadow: inset 10px 10px 20px rgba(0, 0, 0, 0.4), 
              inset -10px -10px 20px rgba(255, 255, 255, 0.3);
  transform: scale(0.96);
}


/* Responsive Design */
@media (max-width: 768px) {
  #r_page1 {
    flex-direction: column;
  }

  #r_part1, #r_part2 {
    flex: 1 1 100%;
  }

  #r_pay-button {
    flex-direction: column;
    align-items: center;
  }

  #r_items, #heading {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* ------------------------------------- My account ----------------------------------- */

/* ---------------------------Myaccount ----------------------------------------- */

.myAccountMainBox {
  width: 100vmax;
   min-height: 10vh; 
  margin-top: 10rem;
}
.tablinks{
    padding:10px;
}
.tablinks>a {
  text-decoration: none;
  color: black;
}

/* Style the tab */
div.tab {
  overflow: hidden;
  /* border: 1px solid #ccc; */
  background-color: rgb(248, 248, 248);
  height: 2vmax;
  display: flex;
  align-items: center;
  justify-content:center;
  gap:1rem;
}

/* Style the cart_buttons inside the tab */
div.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  /*padding: 14px 16px;*/
  transition: 0.3s;
}

.cart_buttons {
  width: 2vmax;
  padding-top: 2vmax;
}

/* Change background color of buttons on hover */
div.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab button.active {
  background-color: #b119d5;
  color: white;
  padding:1rem !important;
  
}

/* Style the tab content */
.tabcontent {
  display: none;
  /* padding: 6px 12px; */
  /* border: 1px solid #ccc; */
  /* border-top: none; */
  margin-top: 2vmax;
}

.tabcontent>h6 {
  margin-left: 3vmax;
  margin-top: 2vmax;
  text-align:center;
}

.tabcontent>h6>a {
  text-decoration: none;
  color: rgb(180, 179, 179);
}

/* ------------------------------ Order Tab ------------------------ */

.orderTab {
  width: 80vw;
   min-height: 30vh; 
  border-radius: 5px;
  /* margin-top: 2vmax; */
  margin-left: 7vmax;
  /* background-color: #f7f7f7; */
  box-shadow: 13px 13px 28px #eeeded, -13px -13px 28px #ffffff;
  padding: 1.5vmax;
  margin-bottom: 0.5vmax;
}

.prodNameAccountPage {
  padding-top: 0.8vmax;
}

.inVoiceDivAccount {
  padding-left: 2vmax;
}

.subOrderTab {
  display: flex;
  padding: 0.8vmax;
}

/* ===================================== */
/* 

.subOrderTab-topHead {
  display: flex;
  /* justify-content: space-between; */
/* padding-right: 4vmax; */
/* align-items: center;
  background-color: transparent;
  box-shadow: none;
  width: 80%;
  /* border-bottom: 1px solid gray; */
/* padding-bottom: 0.5vmax; */
*/
/* background-color: red; */
/* } */
/* .subOrderTab-topHead > div:first-child { */
/* background-color: yellow; */
/* } */
/* .subOrderTab-topHead > div:nth-child(2) { */
/* background-color: rgb(146, 199, 47); */
/* width: 35%; */
/* padding-left: 6vmax; */
/* } */
/* .subOrderTab-topHead > div:nth-child(3) { */
/* background-color: rgb(67, 47, 199); */
/* } */
/* .subOrderTab-topHead > div:nth-child(4) { */
/* padding-left: 5vmax; */
/* background-color: rgb(199, 47, 153); */
/* width: 27.2%; */
/* } */
/* .subOrderTab-topHead > div:nth-child(5) { */
/* background-color: rgb(47, 179, 199); */
/* } */
/* .subOrderTab-topHead > div:nth-child(6) { */
/* width: 20%; */
/* padding-left: 7.2vmax; */
/* background-color: rgb(47, 199, 115); */
/* }  */



/* ===================================== */






.subOrderTab>div {
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: start; */
  min-height: 3.5vmax;
  padding-top: 0.5vmax;
}

.subOrderTab>div:first-child {
  margin-left: 2vmax;
}

.subOrderTab>div:nth-child(2) {
  width: 38%;
  padding-left: 2vmax;
}

.subOrderTab>div:nth-child(3) {
  width: 6%;
  /* padding-left: 6vmax; */
}

.subOrderTab>div:nth-child(4) {
  width: 24%;
  margin-left: 3vmax;
}

.subOrderTab>div:nth-child(5) {
  width: 10%;
  padding-left: 2vmax;
}

.subOrderTab>div:nth-child(6) {
  width: 15%;
  padding-left: 5vmax;
}

.subOrderTab>div>span>img {
  height: 2vmax;
  padding-right: 1vmax;
}

.subOrderTab-topHead {
  display: flex;
  /* justify-content: space-between; */
  /* padding-right: 4vmax; */
  align-items: center;
  background-color: transparent;
  box-shadow: none;
  width: 80%;
  /* border-bottom: 1px solid gray; */
  padding-bottom: 0.5vmax;
  /* background-color: red; */
}

.subOrderTab-topHead>div:first-child {
  /* background-color: yellow; */
}

.subOrderTab-topHead>div:nth-child(2) {
  /* background-color: rgb(146, 199, 47); */
  width: 35%;
  padding-left: 6vmax;
}

.subOrderTab-topHead>div:nth-child(3) {
  /* background-color: rgb(67, 47, 199); */
}

.subOrderTab-topHead>div:nth-child(4) {
  padding-left: 5vmax;
  /* background-color: rgb(199, 47, 153); */
  width: 27.2%;
}

.subOrderTab-topHead>div:nth-child(5) {
  /* background-color: rgb(47, 179, 199); */
}

.subOrderTab-topHead>div:nth-child(6) {
  width: 20%;
  padding-left: 7.2vmax;
  /* background-color: rgb(47, 199, 115); */
}



.amountHeadAccountPage {
  padding-right: 3vmax;
}

.updateForm {
  width: 40vw;
  /*height: 50%;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  /*margin-top: 5vmax;*/
  /*margin-left: 7vmax;*/
  /* padding-left: 4.5vmax; */
}

.addForm1 {
  margin-top: 1vmax;
}
.updateForm{
    display:flex;
    justify-content:center;
    align-items:center;
}
.updateForm>input {
  width: 100%;
  border-radius: 5px;
  padding: 0.5vmax;
  margin-top: 1vmax;
  font-size: 1vmax;
  border: 1px solid rgb(219, 216, 216);
  padding: 0.5vmax;
}

.updateAddBtn {
  margin-top: 1vmax;
  border: 0;
  border-radius: 10px;
  background-color: #b119d5;
  width: 40.5vmax;
  color: white;
}

.accountDetailUpdateBTn {
  width: 100%;
  margin-top: 1vmax;
  border: 0;
  border-radius: 10px;
  background: #b119d5;
  /* Gradient background */
  color: white;
  margin-bottom: 1vmax;
  padding: 0.8vmax 1vmax;
  transition: background 0.3s ease;
  /* Smooth transition for the background change */
}

.accountDetailUpdateBTn:hover {
  background: linear-gradient(to right, #2ea6ec, #44cf72);
  /* Reverse gradient on hover */
}

.updatePasswordForm {
  /*margin-left: 10vmax;*/
}

.userInfoUpdateBox {
  /* background-color: red; */
  width: 100%;
  height: 100%;
  display: flex;
  padding: 0 5vmax;
  flex-wrap:wrap;
   justify-content:center;
}

.userInfoUpdateBox>div {
flex:45%;
  /*height: 60vh;*/
  display: flex;
    min-width: 300px;
    justify-content:center;
}

.userInfoUpdateBox>div:nth-child(2) {
  width: 50%;
padding:2rem 1rem;

}

/* --------------------------------- cart -------------------------------------- */

.shopping-cart {
  width: 65vw;
  height: 80vh;
  margin: 80px auto;
  background: #ffffff;
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  border-top: 1px solid #9ee281;
  display: flex;
  flex-direction: column;
}

.quanityCart {
  border: 10px solid #9ee281;
  background-color: rgb(230, 230, 230);
}

.checkoutAtag {
  width: 20vw;
  /* margin-top: 4vmax; */
  margin: auto;
  color: white;
  background-color: #9ee281;
  border: 0;
  border-radius: 5px;
  padding: 1vmax;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}

.checkoutAtag:hover {
  background-color: #79ac63;
}

.checkoutBtn {
  background-color: transparent;
  color: white;
  border: 0;
  margin-left: 6vmax;
}

.checkoutBtn>a {
  color: white;
  text-decoration: none;
}

.title {
  height: 60px;
  border-bottom: 1px solid #e1e8ee;
  padding: 20px 30px;
  color: #5e6977;
  font-size: 18px;
  font-weight: 400;
}

.cart_item {
  margin-top: 5px;
  margin-bottom: 7px;
  padding: 20px 30px;
  /* height: 33.33%; */
  display: flex;
  justify-content: space-evenly;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1),
    /* Bottom shadow */
    0 -2px 4px rgba(0, 0, 0, 0.06);
  /* Top shadow for 3D effect */
  background: white;
  /* Background color for better visibility of shadow */
  border-radius: 10px;
  /* border: 0.2px solid rgb(167, 164, 164); */
  overflow: hidden;
  /* overflow-y: scroll; */
}

.itemCartShowingWindow {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
}

.itemCartShowingWindow-form {
  width: 100%;
  height: 56vh;
  /* display: flex; */
  flex-direction: column;
}

.inner-cart-div {
  width: 100%;
  height: 56vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.itemCartShowingWindow::-webkit-scrollbar {
  background-color: white;
}

.itemCartShowingWindow::-webkit-scrollbar-thumb {
  width: 2px;
  background-color: #9ee281;
}

.itemCartShowingWindow::-webkit-scrollbar {
  width: 0.5vmax;
}

.cart_item {
  position: relative;
  padding-top: 30px;
  margin-right: 60px;
}

.delete-btn {
  display: inline-block;
  cursor: pointer;
}

.delete-btn>img {
  width: 20px;
  height: 20px;
}

/* delete-btn */

.is-active {
  animation-name: animate;
  animation-duration: 0.8s;
  animation-iteration-count: 1;
  animation-timing-function: steps(28);
  animation-fill-mode: forwards;
}

@keyframes animate {
  0% {
    background-position: left;
  }

  50% {
    background-position: right;
  }

  100% {
    background-position: right;
  }
}

.Cartimage {
  margin-right: 50px;
}

.cart_image {
  width: 3.5vmax;
  height: 3.5vmax;
  margin-top: 1.1vmax;
}

.total-price {
  width: 83px;
  padding-top: 27px;
  text-align: center;
  font-size: 18px;
  color: #9ee281;
  font-weight: 400;
}

.prodImgCart {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Let’s add some basic style to  product name and description. */
.description {
  padding-top: 10px;
  margin-right: 0;
  width: 115px;
}

.description span {
  display: block;
  font-size: 14px;
  color: #43484d;
  font-weight: 400;
}

.description span:first-child {
  margin-bottom: 5px;
}

.description span:last-child {
  font-weight: 300;
  margin-top: 8px;
  color: #86939e;
}

.cart_quantity {
  padding-top: 20px;
  margin-right: 60px;
}

.cart_quantity input {
  border: none;
  text-align: center;
  width: 32px;
  font-size: 16px;
  color: #43484d;
  font-weight: 300;
}

button[class*="btn"] {
  /* width: 30px; */
  /* height: 30px; */
 background-color: #ede1ee;
    /* border-radius: 6px; */
    border: 1px solid #e73bddad;
  cursor: pointer;
  margin: 1rem 0;
}
/* From Uiverse.io by zjssun */ 
.button {
  position: relative;
  padding: 10px 22px;
  border-radius: 6px;
  border: none;
  color: #fff;
  cursor: pointer;
  background-color: #b343cd;
  transition: all 0.2s ease;
}

.button:hover {
  transform: scale(0.96);
}

.button:before,
.button:after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}

.button:active:before {
  top: -70%;
  background-image: radial-gradient(circle, #b343cd 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, #7d2ae8 20%, transparent 30%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #b343cd 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #7d2ae8 15%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #b343cd 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #b343cd 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 0.6s ease;
}

@keyframes greentopBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.button:active::after {
  bottom: -70%;
  background-image: radial-gradient(circle, #b343cd 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #7d2ae8 15%, transparent 20%),
    radial-gradient(circle, #b343cd 20%, transparent 20%),
    radial-gradient(circle, #b343cd 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #b343cd 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 0.6s ease;
}

@keyframes greenbottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
.minus-btn img {
  margin-top: -0.2vmax;
  width: 1.1vmax;
}

.plus-btn img {
  margin-top: -0.2vmax;
  width: 1.1vmax;
}

button:focus,
input:focus {
  outline: 0;
}

.feeDivCard {
  width: 65vw;
  height: 15vh;
  border-radius: 6px;
  border-top: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: white;
}

.feeDivCard-ul {
  /* position: absolute; */
  width: 100%;
  height: 70%;
  /* background-color: red; */
  list-style: none;
  padding: 1vmax 10vmax 1.1vmax 10vmax;
}

.feeDivCard-ul>li {
  width: 100%;
  height: 70%;
  /* background-color: blue; */
  display: flex;
  justify-content: space-between;
}

.feeDivCard-ul>li>span {
  color: #9ee281;
}

/* ----------------------------------- Auth page -------------------------------- */
/* Reset & Base Styles */
.authBox * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
font-family: 'Nunito', sans-serif;
    
}

.authBox {
  width: 100vw;
    margin-top: 5rem;
    display: flex;
    justify-content: center;
    /* box-shadow: 8px 8px 16px #d1d1d1, -8px -8px 16px #ffffff; */
    border-radius: 2rem;
    overflow: hidden;
}

.authBox > div {
  width: 40vw;
  padding: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* Headings */
.authBox .signUpHead, 
.authBox .signInHead {
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: center;
  background: linear-gradient(to right, #a415a8, #a415a8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Form Styles */
.authBox form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Input Fields (Subtle Neumorphism) */
.authBox input {
  width: 100%;
  padding: 1rem;
  font-size: 1rem;
  border: none;
  outline: none;
  background: #f4f4f4;
  border-radius: 1rem;
  box-shadow: inset 2px 2px 4px #d1d1d1, inset -2px -2px 4px #c9c4c4;
  transition: all 0.2s ease-in-out;
}

.authBox input:focus {
  box-shadow: 4px 4px 8px #d1d1d1, -4px -4px 8px #ffffff;
}

/* Buttons (Pronounced Neumorphism) */
.authBox button.accountDetailUpdateBTn, 
.authBox .switchBtn {
    width:100%;
  padding: 1rem 2rem;
  font-size: 1rem;
  border:1px solid #a415a8;
  border-radius: 1rem;
  background: #ffffff;
  color: #a415a8;
  cursor: pointer;
  box-shadow: 8px 8px 16px #d1d1d1, -8px -8px 16px #fefbfb;
  transition: all 0.3s ease;
}

.authBox button.accountDetailUpdateBTn:hover, 
.authBox .switchBtn:hover {
  transform: scale(1.05);
  background-color:  #a415a8;
  color: white;
  box-shadow: 4px 4px 8px #d1d1d1, -4px -4px 8px #ffffff;
}

.authBox button.accountDetailUpdateBTn:active, 
.authBox .switchBtn:active {
  transform: scale(0.95);
  box-shadow: inset 8px 8px 16px #d1d1d1, inset -8px -8px 16px #ffffff;
}

/* Links */
.authBox .forgetPara {
  width: 100%;
  text-align: center;
  margin-top: 1rem;
  font-size: 0.9rem;
}

.authBox .forgetPara a {
  text-decoration: none;
  font-weight: bold;
  background: linear-gradient(to right, #3051ed, #c52eec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease;
}

.authBox .forgetPara a:hover {
  color: #2ea6ec;
}

/* Media Queries for Responsiveness */

/* 900px breakpoint (covers 70% of the screen width) */
@media screen and (max-width: 1100px) {
  .authBox > div {
    width: 55vw;
  }
}

/* 900px breakpoint (covers 70% of the screen width) */
@media screen and (max-width: 900px) {
  .authBox > div {
    width: 70vw;
    height:100%;
  }

  .authBox {
    margin-top: 8rem;
  }

  .authBox input {
    font-size: 0.9rem;
  }

  .authBox button.accountDetailUpdateBTn,
  .authBox .switchBtn {
    font-size: 1rem;
  }

  .authBox .signUpHead,
  .authBox .signInHead {
    font-size: 2.5vmax;
  }
}

/* 500px breakpoint (covers 95% of the screen width) */
@media screen and (max-width: 600px) {
  .authBox > div {
    width: 97vw;
    padding: 3rem;
    height:100%;
  }

  .authBox {
    margin-top: 8rem;
  }

  .authBox input {
    font-size: 0.9rem;
  }

  .authBox button.accountDetailUpdateBTn,
  .authBox .switchBtn {
    font-size: 1rem;
    padding: 0.8rem 1.5rem;
  }

  .authBox .signUpHead,
  .authBox .signInHead {
    font-size: 2rem;
  }
}

.switchBtn{
    margin:1rem 0;
}
.addressTab {
  /*width: 50vw; */
    height: 60vh;
    /* padding-right: 14vmax; */
    display: flex;
    justify-content: center;
}

.accDetBox {
  display: flex;
}

.menuDiv {
  display: none;
}
/* --------------------------------- Responsive Properties ---------------------------------- */

@media screen and (max-width: 600px) {
  .navLiBox {
    display: none;
  }

  .topGreenBar-btnDiv {
    font-size: 1.7vmax;
  }

  .menuDiv {
    display: initial;
  }

  .dropDownNav {
    width: 100vw;
    height: 15vh;
    position: absolute;
    z-index: 5;
    top: -20%;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    transition: cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
    border-bottom: 1px solid grey;
  }

  .dropDownNav>i {
    margin-bottom: 2vmax;
  }

  .dropDownNav>ul {
    width: 100%;
    height: 80%;
    list-style: none;
    display: flex;
    justify-content: space-around;
    padding-top: 2vmax;
  }

  .dropDownNav>ul>li>a {
    text-decoration: none;
    color: black;
    font-weight: 400;
  }

  .swiper {
    width: 100vw;
    height: 70vh;
    /* background-color: red; */
  }

  .swiper-slide {
    width: 100%;
    height: 70vh;
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sliderdiv1-top {
    width: 100vw;
    height: 85%;
    background-image: url("/images/homeimg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .homeContentDiv {
    width: 60%;
    height: 60%;
    text-align: center;
    margin-left: 0vmax;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 1vmax 0;
  }

  .homeBtn {
    border: 0;
    background-color: #9ee281;
    color: white;
    margin-left: 2vmax;
    padding: 0.5vmax 2.8vmax;
    width: 23vmax;
    transition: cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s;
  }

  .homeP {
    font-weight: 400;
    letter-spacing: 0.1vmin;
    /* background-color: red; */
    /* justify-content: justify; */
  }

  .homeH1 {
    font-weight: 700;
    letter-spacing: 0.2vmin;
    word-spacing: 0.1vmin;
  }

  /* -------------------------------Nafcare's deals section start----------------------------------------- */

  .dealsBox {
    width: 100vw;
    /* height: 268vh; */
  }

  .dealsBox-headBox {
    width: 100%;
    /*padding-top: 3vmax;*/
    /* height: 20%; */
    /* padding: 2vh 2vw; */

    text-align: center;
  }

  .dealsBox-BottomBox {
    height: 88%;
    width: 100%;
    margin-top: 3.5vmax;
    display: flex;
    flex-direction: column;
  }

  .dealsBox-headBox-greenBorder {
    padding: 1vmax;
  }

  .dealsBox-headBox-greenBorder {
    margin: auto;
    width: 7vmax;
  }

  .dealsBox-headBox-para {
    font-size: 0.9vmax;
    letter-spacing: 0.1vmin;
    margin-top: -0.5vmax;
  }

  .dealsBox-BottomBox {
    display: flex;
    justify-content: center;
    gap: 3vmax;
  }

  .dealsBox-BottomBox>a>div {
    width: 100%;
    height: 81%;
  }

  .dealsBoxImgDiv {
    width: 100vw;
    /* height: 200px; */
    background-color: #d3daf1;
    text-align: center;
    overflow: hidden;
    box-shadow: 13px 13px 28px #cac9c9, -13px -13px 28px #ffffff;
    transition: cubic-bezier(0.19, 1, 0.22, 1) 1s;
    border-radius: 5px;
  }

  .dealsBoxImgDiv:hover {
    box-shadow: -13px 13px 28px #c9c2c2, 13px -13px 28px #ffffff;
  }

  .dealsBoxImgDiv>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #f0eeee;
    transition: cubic-bezier(0.19, 1, 0.22, 1) 1s;
  }

  .dealsBoxImgDiv>img:hover {
    scale: 1.1;
  }

  .dealsBox-BottomBox-prod>h6 {
    text-align: center;
    margin-top: 3vmax;
  }

  /* -------------------------------Nafcare's deals section End----------------------------------------- */

  /* -------------------------------Section 3 start----------------------------------------- */

  .section3-mainBox {
    width: 100vw;
    /*height: 155vh;*/
    /*margin-top: -24vmax;*/
    /*padding-bottom: 3vmax;*/
    /*margin-bottom: 90px;*/
  }

  .section3-top {
    width: 100%;
    height: 40%;
    display: flex;
    /* gap: 7vmax; */
    flex-direction: column;
    /*padding: 17vmax 0;*/
  }

  .section3-top-iconDiv {
    width: 80%;
    height: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding: 0.5vmax;
    margin-bottom: 6vmax;
  }

  .section3div {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .section3LogoDiv {
    display: flex;
  }

  

  .section3LogoDiv>img {
    width: 15vmax;
    position: absolute;
  }

  .section3-top-iconDiv>h6 {
    font-weight: 700;
  }

  .section3-top-iconDiv>p {
    text-align: center;
  }

  .section3-bottom {
    width: 100%;
    height: 60%;
    display: flex;
    flex-direction: column;
  }

  .section3-bottom-subDiv {
    width: 100%;
    height: 50%;
  }

  .section3-bottom-contentDiv {
    /*background-color: #f3f3f3;*/
    padding: 3vmax 3vmax;
    font-size: 2vmax;
    margin-top: 5vmax;
    margin-bottom: 45px;
  }

  /* .section3-bottom-contentDiv {
    background-color: #f3f3f3;
    padding: 3vmax 3vmax;
    font-size: 2vmax;
    margin-top: 5vmax;
  } */

  .section3-bottom-contentDiv>p {
    padding: 1vmax 2.6vmax;
    margin-top: 1vmax;
    margin-left: -2.5vmax;
    text-align: justify;
  }

  .section3-bottom-contentDiv>a>button {
    margin-top: 1vmax;
    padding: 1.2vmax 7vmax;
    margin: auto;
    border: 2px solid #9ee281;
    transition: cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s;
  }

  .section3-bottom-contentDiv>button:hover {
    background-color: #85d264;
  }

  .section3-bottom-subDiv h1 {
    line-height: 4vmax;
  }

  .section3-bottom-imgDiv {
    display: flex;
  }

  .section3-bottom-imgDiv>div {
    width: 45%;
    height: 100%;
  }

  .section3-bottom-imgDiv-right {
    margin-left: 1vmax;
  }

  .section3-bottom-imgDiv-left>div {
    width: 100%;
    height: 48%;
  }

  .section3-bottom-imgDiv-left>div>img {
    width: 100%;
    height: 100%;
    object-position: top;
    object-fit: cover;
  }

  .section3-bottom-imgDiv-left>div:first-child {
    margin-bottom: 1.15vmax;
  }

  .section3-bottom-imgDiv-right>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* -------------------------------Section 3 End------------------------------------------ */

  /* -------------------------------Testimonial section section 5 start------------------------------------------ */

  .testimonialBox {
    width: 100vw;
    height: 76vh;
    margin-top: -23vmax;
  }

  .testimonialWaveDiv {
    width: 100%;
    height: 15%;
    /* background-color: #9ee281; */
  }

  .testimonial-contentBox {
    width: 100%;
    height: 70%;
    background-color: #f2f2f3;
    display: flex;
    flex-direction: column;
  }

  .testimonialWaveDiv {
    filter: rotate(50);
  }

  .testimonialWaveDiv>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* filter: grayscale(0%); */
    /* background-color: gray; */
  }

  .testimonial-contentBox {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .testimonial-contentBox-div {
    width: 100%;
    height: 50%;
    text-align: center;
  }

  .testimonial-contentBox-img {
    width: 90vw;
    height: 35vh;
  }

  .testimonial-contentBox-img>img {
    width: 60%;
    height: 70%;
    object-fit: cover;
    margin-top: 5vmax;
    margin-left: 11.5vmax;
  }

  .testimonial-contentBox-content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 5vmax 0;
  }

  .testimonial-contentBox-content>div>button {
    padding: 0.2vmax 0.4vmax;
    background: none;
    border: 1.5px solid grey;
  }

  .testimonial-contentBox-content>p {
    width: 100%;
    padding: 0 1vmax;
  }

  /* ----------------------------------------- latest  news section ------------------------------------ */

  .latestNewsBox {
    width: 100vw;
    height: 130vh;
    margin-top: -17vmax;
  }

  .latestNewsBox-top {
    width: 100%;
    height: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2vmax;
  }

  .latestNewsBox-bottom {
    width: 100vw;
    height: calc(100% - 12%);
    display: flex;
    justify-content: start;
    gap: 0.8vmax;
    flex-direction: column;
  }

  .latestNewsBox-bottom-div {
    width: 100%;
    height: 32%;
    margin-top: 3vmax;
  }

  .latestNewsBox-bottom-div>div {
    width: 100%;
    height: 50%;
  }

  .latestNewsBox-imgDiv>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .latestNewsBox-contentDiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding: 2vmax 2vmax 0 2vmax; */
    text-align: center;
  }

  .latestNewsBox-contentDiv>button {
  width: 25vw;
  display: inline-block;
  /* Makes the div act like an inline element with block properties */
  padding: 10px 20px;
  margin: 10px;
  margin-left:0px;
  /* Margin around the button */
  /* border: 2px solid #59766C; */
  border:none;
  border-radius: 5px;
  /* Rounded corners */
  /* background-color: #59766C; */
  background: linear-gradient(to bottom, rgb(46, 166, 236), rgb(68, 207, 114));
  color: white;
  /* Text color */
  text-align: center;
  /* Center text inside the button */
  text-decoration: none;
  /* Remove underline from text */
  font-size: 16px;
  /* Font size */
  cursor: pointer;
  /* Pointer cursor on hover */
  transition: background-color 0.3s ease;
  /* Smooth transition for background color */
}

.latestNewsBox-contentDiv>button:hover {
   background: linear-gradient(to bottom, rgb(68, 207, 114), rgb(46, 166, 236));
  /* Darker blue on hover */
}


  /* --------------------------------- cart -------------------------------------- */

  .cart_item {
    position: relative;
    padding-top: 10px;
    /* Adjust padding to create space for the border */
    margin-top: 10px;
    /* Adjust margin to create space for the border */
  }

  .cart_item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    /* Adjust the height to the desired border thickness */
    background: linear-gradient(to bottom, rgb(46, 166, 236), rgb(68, 207, 114));
    /* Apply the gradient */
  }


  .filterHead>i {
    display: initial;
  }

  .quanityCart {
    border: 10px solid #9ee281;
    background-color: rgb(230, 230, 230);
  }

  .checkoutAtag {
    width: 55vw;
    margin-top: 6vmax;
    color: white;
    background-color: #9ee281;
    border: 0;
    border-radius: 5px;
    padding: 1vmax;
    transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  }

  .checkoutAtag:hover {
    background-color: #79ac63;
  }

  .checkoutBtn {
    background-color: transparent;
    color: white;
    border: 0;
    margin-left: 6vmax;
  }

  .checkoutBtn>a {
    color: white;
    text-decoration: none;
  }

  .title {
    height: 60px;
    border-bottom: 1px solid #e1e8ee;
    padding: 20px 30px;
    color: #5e6977;
    font-size: 18px;
    font-weight: 400;
  }

  .cart_item {
    width: 100vw;
    padding: 20px 10px;
    /* height: 33.33%; */
    display: flex;
    justify-content: space-evenly;
  }

  .itemCartShowingWindow {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
  }

  .itemCartShowingWindow-form {
    width: 100%;
    height: 56vh;
    /* display: flex; */
    flex-direction: column;
    /* overflow-y: scroll; */
  }

  .itemCartShowingWindow::-webkit-scrollbar {
    background-color: white;
  }

  .itemCartShowingWindow::-webkit-scrollbar-thumb {
    width: 2px;
    background-color: #9ee281;
  }

  .itemCartShowingWindow::-webkit-scrollbar {
    width: 0.5vmax;
  }

  .emptyCartHead {
    padding: 9vmax 0 0 13vmax;
  }

  .updateQtyBtn {
    margin-left: 29.5vmax;
  }

  .cart_item {
    position: relative;
    padding-top: 30px;
    margin-right: 60px;
  }

  .delete-btn {
    display: inline-block;
    cursor: pointer;
  }

  .delete-btn>img {
    width: 20px;
    height: 20px;
  }

  /* delete-btn */

  .is-active {
    animation-name: animate;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    animation-timing-function: steps(28);
    animation-fill-mode: forwards;
  }

  @keyframes animate {
    0% {
      background-position: left;
    }

    50% {
      background-position: right;
    }

    100% {
      background-position: right;
    }
  }

  .Cartimage {
    margin-right: 50px;
  }

  .cart_image {
    width: 15vmax;
    height: 5vmax;
    margin-top: 3.5vmax;
    margin-left: 1vmax;
  }

  .total-price {
    width: 83px;
    padding-top: 27px;
    text-align: center;
    font-size: 18px;
    color: #9ee281;
    font-weight: 400;
  }

  .cart_buttons {
    width: 2vmax;
    padding-top: 4vmax;
  }

  .prodImgCart {
    width: 79%;
    height: 100%;
    object-fit: cover;
  }

  /* Let’s add some basic style to  product name and description. */
  .description {
    padding-top: 30px;
    width: 115px;
  }

  .description span {
    display: block;
    font-size: 14px;
    color: #43484d;
    font-weight: 400;
  }

  .description span:first-child {
    margin-bottom: 5px;
  }

  .description span:last-child {
    font-weight: 300;
    margin-top: 8px;
    color: #86939e;
  }

  .cart_quantity {
    padding-top: 20px;
    margin-right: 12px;
    display: flex;
    flex-direction: column;
  }

  .cart_quantity input {
    border: none;
    text-align: center;
    width: 32px;
    font-size: 16px;
    color: #43484d;
    font-weight: 300;
  }

  button[class*="btn"] {
    /* width: 30px;
    height: 30px; */
        background-color: #eae1ee;
        border-radius: 6px;
        border: none;
        border: 1px solid #ae0684;
        cursor: pointer;
        font-size: 0.8rem;
        padding: 0.5rem 0.1rem;
        width: 45vw;
    
  }

  .minus-btn img {
    margin-top: -0.2vmax;
    width: 1.1vmax;
  }

  .plus-btn img {
    margin-top: -0.2vmax;
    width: 1.1vmax;
  }

  button:focus,
  input:focus {
    outline: 0;
  }

  .feeDivCard {
    width: 100vw;
    height: 15vh;
    padding: 1.2vmax 0;
    font-size: 2.5vmax;
    margin-top: 2.8vmax;
    border-radius: 6px;
    border-top: 1px solid #eaeaea;
    display: flex;
    align-items: center;
    flex-direction: column;
    /* background-color: white; */
  }

  .feeDivCard-ul {
    width: 100%;
    height: 70%;
    /* background-color: red; */
    list-style: none;
    padding: 1vmax 10vmax 1.1vmax 10vmax;
  }

  .feeDivCard-ul>li {
    width: 100%;
    height: 70%;
    /* background-color: blue; */
    display: flex;
    justify-content: space-between;
  }

  .feeDivCard-ul>li>span {
    color: #9ee281;
  }

  /* ----------------------------------- Auth page -------------------------------- */


  .forgetPara>a {
    text-decoration: none;
    color: #85d264;
  }

  .updateForm {
    width: 95vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 5vmax;
    margin-left: 0 !important;
  }

  .upAccount {
    margin-left: 0 !important;
  }

  .upForm2 {
    margin-left: 0.7vmax !important;
  }

  .updateForm>input {
    border: 1px solid black;
    border-radius: 5px;
    font-size: 1vmax;
    padding: 1.5vmax;
    width: 98%;
    border: 1px solid rgb(219, 216, 216);
    font-size: 2.2vmax;
  }

  .updateForm>input {
    width: 100%;
    padding: 1.5vmax;
    font-size: 1vmax;
    margin-top: 1vmax;
    border: 1px solid rgb(219, 216, 216);
    border-radius: 5px;
    padding: 1.7vmax;
    font-size: 2vmax;
  }

  .accountDetailUpdateBTn {
    /*width: 31vmax;*/
    margin-top: 1vmax;
    border: 0;
    border-radius: 10px;
    border:1px solid linear-gradient(to right, #1a0ac7, #b119d5);
    /* Gradient background */
    color: white;
    margin-bottom: 1vmax;
    padding: 0.8vmax 1vmax ;
    transition: background 0.3s ease;
    /* Smooth transition for the background change */
  }

  .accountDetailUpdateBTn:hover {
    background: linear-gradient(to right, #1a0ac7, #b119d5);
    /* Reverse gradient on hover */
  }

  .addressTab {
    height: 60vh;
    /*padding-right: 14vmax;*/
  }

  .updateAddBtn {
    margin-top: 1vmax;
    border: 0;
    border-radius: 10px;
    background-color: #b119d5;
    width: 100%;
    color: white;
  }

  /* ------------------------------ Order Tab ------------------------ */

  .orderTab {
    width: 100vw;
    /* min-height: 10vh; */
    border-radius: 5px;
    /* margin-top: 2vmax; */
    margin-left: 0vmax;
    /* background-color: #f7f7f7; */
    box-shadow: 13px 13px 28px #eeeded, -13px -13px 28px #ffffff;
    padding: 1.5vmax;
    margin-bottom: 0.5vmax;
  }

  .prodNameAccountPage {
    padding-top: 0.8vmax;
    width: 2vmax;
  }

  .inVoiceDivAccount {
    padding-left: 0vmax;
    margin-right: 3vmax;
  }

  .subOrderTab>div {
    display: flex;
    flex-direction: column;
    justify-content: start;
    min-height: 3.5vmax;
    padding-top: 0.5vmax;
  }

  .subOrderTab>div:nth-child(3) {
    margin-left: 0vmax;
  }

  .subOrderTab>div:nth-child(5) {
    /* background-color: red; */
    margin-left: 5vmax;
  }

  .subOrderTab>div>span>img {
    height: 2vmax;
    padding-right: 1vmax;
    
  }

  .subOrderTab-topHead {
    display: flex;
    /* justify-content: space-between; */
    /* padding-right: 4vmax; */
    align-items: top;
    background-color: transparent;
    box-shadow: none;
    width: 150%;
    overflow-x: scroll;
    padding-left: 2vmax;
    /* border-bottom: 1px solid gray; */
    padding-bottom: 0.5vmax;
    /* background-color: red; */
  }

  .subOrderTab-topHead>div:first-child {
    background-color: white;
    position: sticky;
    left: 2%;
  }

  .subOrderTab-topHead>div:nth-child(2) {
    /* background-color: rgb(146, 199, 47); */
    width: 35%;
    padding-left: 2vmax;
    display: flex;
    align-items: top;
  }

  .subOrderTab-topHead>div:nth-child(3) {
    width: 15%;
    /* background-color: rgb(67, 47, 199); */
  }

  .subOrderTab-topHead>div:nth-child(4) {
    padding-left: 5vmax;
    /* background-color: rgb(199, 47, 153); */
    width: 27.2%;
  }

  .subOrderTab-topHead>div:nth-child(5) {
    /* background-color: rgb(47, 179, 199); */
  }

  .subOrderTab-topHead>div:nth-child(6) {
    width: 20%;
    padding-left: 7.2vmax;
    /* background-color: rgb(47, 199, 115); */
  }



  .amountHeadAccountPage {
    padding-right: 3vmax;
  }

  /* Style the tab */
  div.tab {
    overflow: hidden;
    /* border: 1px solid #ccc; */
    background-color: rgb(248, 248, 248);
    height: 6vmax;
    display: flex;
    align-items: center;
    margin-top: 4vmax;
  }

  .orderTab {
    width: 100vw;
  }

  .subOrderTab {
    width: 89vw;
    padding: 0 0vmax;
    overflow-x: scroll;
    display: flex;
    justify-content: start;
    font-size: 1.5vmax;
    width: 110vw;
  }

  .subOrderTab>div:first-child {
    position: sticky;
    left: 2%;
  }

  .subOrderTab>div:nth-child(2) {
    display: flex;
    /* flex-direction: column; */
    justify-content: start;
    min-height: 3.5vmax;
    padding-top: 0vmax;
    width: 25%;
    background-color: white;
    position: sticky;
    left: 2%;
  }

  .subOrderTab>div:nth-child(3) {
    width: 10%;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: start; */
    /* min-height: 3.5vmax; */
    /* padding-top: 0vmax; */
    /* margin-right: 2 vmax; */
  }

  .subOrderTab>div:nth-child(4) {
    width: 10%;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: start; */
    /* min-height: 3.5vmax; */
    /* padding-top: 0vmax; */
    /* margin-right: 2 vmax; */
  }

  .subOrderTab>div:nth-child(5) {
    display: flex;
    flex-direction: column;
    justify-content: start;
    min-height: 3.5vmax;
    padding-top: 0vmax;
    margin-left: 2.9vmax;
    width: 12vmax;
  }

  .userInfoUpdateBox {
    /* background-color: red; */
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 0vmax;
  }

  .userInfoUpdateBox>div {
    width: 98%;
    /*height: 50vh;*/
  }

  .userInfoUpdateBox>div:nth-child(2) {
    width: 100%;
    height: 40vh;
    margin-right: 50vmax;
  }

  .searchDiv {
    margin-bottom: 5px;
  }

  /* shop page responsive */

  .shopBox {
    width: 100%;
    /* min-height: 100vh; */
    /* background-color: salmon; */
    /*margin-top: 30vmax;*/
  }

  .shopBoxMarginTop {
    margin-top: 10rem !important;
  }

  .shop-top {
    width: 100%;
    height: 10%;
    /* background-color: yellow; */
    display: flex;
    justify-content: space-between;
    padding: 1vmax 3vmax;
    align-items: center;
    border-bottom: 1px solid rgb(192, 190, 190);
  }

  .filterHead {
    margin-left: -1vmax;
  }

  .filterHead>i {
    display: initial;
  }

  .shop-bottom {
    width: 100%;
    min-height: 85vh;
    /* background-color: red; */
  }

  .itemCount {
    color: linear-gradient(to bottom, rgba(46, 166, 236, 0.5), rgba(68, 207, 114, 0.5));
  }

  .shopContent {
    width: 100%;
    /* height: 100vh; */
    display: flex;
  }

  .filters {
    position: absolute;
    z-index: 9999;
    display: none;
    flex-direction: column;
    width: 60%;
    /* height: 100%; */
    background-color: white;
    /* border-right: 1px solid grey; */
    margin:0 1rem !important;
    box-shadow:2px 2px 5px  grey;
  }

  .filters>.priceBoxFilter {
    /*display: none;*/
    flex-direction: column;
    justify-content: center;
    align-items: start;
    border-bottom: 1px solid rgb(214, 217, 214);
    /* padding-top: 2vmax; */
    height: 15vh;
    /* background-color: #007bb6; */
    /* overflow-y: scroll; */
  }

  .scrollFilterBox {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        border-bottom: 1px solid rgb(214, 217, 214);
        /* padding-top: 1vmax; */
        /* padding-left: 1vmax; */
        /* height: 28vh; */
        /* background-color: #007bb6; */
        /* overflow-y: scroll; */
        padding: 1rem;
        
  }

  .scrollFilterBox::-webkit-scrollbar {
    background-color: white;
  }

  .scrollFilterBox::-webkit-scrollbar-thumb {
    width: 2px;
    background-color: #9ee281;
  }

  .scrollFilterBox::-webkit-scrollbar {
    width: 0.5vmax;
  }

  .filters>.priceBoxFilter {
    /*display: none;*/
    flex-direction: column;
    justify-content: center;
    align-items: start;
    border-bottom: 1px solid rgb(214, 217, 214);
    /* padding-top: 2vmax; */
    height: 15vh;
    /* background-color: #007bb6; */
    /* overflow-y: scroll; */
  }

  .filters>div>ul {
    list-style: none;
  }

  .filters>div>h6 {
    margin-left: 2vmax;
  }

  /* khielsh */
  .item-content {
    /* ----------------- */
    width: 100%;
    height: 100%;
    padding: 2vmax 0.1vmax;
    /* background-color: rgb(181, 111, 111); */
  }

  /* khilesh */

  .item-content .productsDiv {
    /* width: 85%; */
    /* height: 100%; */
    /* padding: 2vmax 3vmax; */
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .productsDiv .product {
    /* width: calc(85% / 4); */
   width: 301px;
        height: 45vh;
    display: inline-block;
    margin-top: 2vmax;
    box-shadow: 13px 13px 28px #cac9c9, -13px -13px 28px #ffffff;
    transition: cubic-bezier(0.19, 1, 0.22, 1) 1s;
    margin-left: 1vmax;
    border-radius: 10px;
    /* background-color: red; */
  }

  .imgDiv {
    width: 100%;
    height: 68%;
  }

  .imgDiv>img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit:cover;
  }

  .prodContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 34%;
    padding: 1.2vmax;
  }

  .prodDesc {
    color: gray;
    font-size: 1rem;
  }

  .priceSpan {
    display: flex;
    /* padding-left: 0.1vmax; */
  }

  .retailPrice {
    /* color: #f02513; */
    font-size: 1rem;
  }

  .mrp {
    text-decoration: line-through;
    margin-left: 0.2vmax;
    font-size: 1rem;
  }

  .prodName {
    width: 100%;
    font-size:1rem;
    text-align: start;
    /* margin-left: 0.4vmax; */
    color: black;
  }

  .addBtn {
    
    font-size: 10px;
        width: 100%;
        margin: 0;
  }

  /*----------------------------- checkout */

  @media only screen and (max-width: 600px) {
    .myAccountMainBox {
      margin-top: 12rem;
      width: 100vw;
    }

    .tab {
      padding-bottom: 5vmax;
      width: 100vw;
      height: 25vmax;
      display: flex;
      margin-top: -41vmax;
    }

    .orderTab {
      width: 100vw;
      overflow-x: scroll;
    }

    .addressTab {
      /*width: 90vw;*/
    }

    /*.updateForm {*/
    /*  height: 20vmax;*/
    /*}*/

    .addressBox {
      height: 60vh;
    }

    .addForm1 {
      width: 20vmax;
    }

    .accDetBox {
      flex-direction: column;
      justify-content: space-around;
      height: 100%;
      /*margin-top: -15vmax;*/
    }

    .accDetBox>div {
      /*height: 40%;*/
      margin-bottom: 5vmax;
    }

    .accDetBox>div>form {
      padding: 0vmax 0vmax 20vmax 8vmax;
      display: flex;
    }

    .accDetBox>div>form>input {
      width: 100%;
      font-size: 2vmax;
      /* height: 50%; */
    }

    .accDetBox>div>form>div>input {
      width: 100%;
      font-size: 2vmax;
      /* height: 50%; */
    }

    .accountBox {
      /*height: 50vh;*/
    }

    div.tab button {
      /* background-color: blue; */
      /*padding: 22px 16px;*/
      /*height: 9vmax;*/
      height: 9vmax;
            font-size: 0.75rem;
    }

    div.tab {
      height: 9vmax;
    }
     .subOrderTab-topHead>div{
padding: 5px !important;
            width: fit-content !important;
            margin: 2px;     }
     .subOrderTab-topHead>div>h6 {
         font-size:0.8rem;
     }
  }

  @media screen and (max-width: 600px) {
    #r_page1 {
      display: flex;
      flex-direction: column;
      margin-top: 10rem;
    }

    #r_page1 #part1 {
      width: 100%;
    }

    #r_payment h3 {
      font-size: 1.3em;
      margin-right: 10px;
    }

    /* contact info */
    #r_email #login {
      flex-direction: column;
    }

    /* order section */
    #r_page1 #r_part2 {
      width: 100%;
    }

    #r_part2 #r_order>h2 {
      text-align: center;
    }

    #r_pay-button {
      flex-direction: column;
      gap: 2vmax;
    }

    #r_delivery {
      font-size: 2vmax;
    }

    #r_express h4 {
      text-align: center;
      margin-right: 20px;
      width: 100%;
    }

    #r_contact-info {
      height: 65%;
      /*width: 176%;*/
    }

    #r_express {
      height: 50%;
      width: 100%;
      /* background-color: aquamarine; */
      margin-top: 5%;
    }

    #r_part2 #r_order {
      height: 40%;
      width: 90%;
      /* background-color: red; */
      margin-left: 3%;
      margin-top: 4%;
      font-size: 20px;
      color: rgb(116, 113, 113);
    }

    #r_order button {
      padding: -1px 30px;
      margin: 0% 10%;
      color: white;
      background-color: #bf24d5;
      border: none;
    }

    /* footer */

    .footerBox {
      margin-top: 21vmax;
    }

    .userInfoUpdateBox>div:nth-child(2) {
      width: 100%;
      height: 40vh;
      margin-right: 42vmax;
      /*margin-top: 10vh;*/
    }

    #searchResults>a>li {
      text-decoration: none;
      list-style: none;
    }

    #searchResults>a {
      color: black;
      text-decoration: none;
    }
  }
}

/*========================== contact page  =========================== */

.contact-page {
   
  padding: 2vmax;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
   margin-top:10rem;
  /* height: 100%; */
  /* background-color: red; */
}

.contact {
  display: flex;
     
    flex-direction: row;
    flex-wrap: wrap;

  width:80vw;
  /* height: 40vmax; */
  /* background-color: green; */
}

.userContact-form {
  padding: 2vmax;
      flex: 45%;
    min-width: 300px;
  height: 100%;
  /* background-color: rgb(174, 212, 36); */
}

.userContact-form>h1 {
font-family: 'Nunito', sans-serif;
    
}

.companyContact-form {
  padding: 2vmax;
    flex: 45%;
    min-width: 300px;
  
  /* height: 100%; */
  color: white;
  /* background-color: blue; */
}

.companyContact-form>h1 {
  font-family: 'Nunito', sans-serif;
  color: black;
}

.companyContact-form .cont {
  margin-top: 2vmax;
  padding: 2vmax;
  background-color: #b343cd;
}

.cont .cont-info {
  font-family: 'Nunito', sans-serif;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 2vmax;
  font-size:1.5rem;
}

.cont-info i {
  font-size: 2vmax;
}

/* ----Map----------- */

.map {
  margin-top: 5vmax;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .contact {
    flex-direction: column;
    width: 100vw;
  }

  .userContact-form {
    width: 100%;
  }

  .companyContact-form {
    width: 100%;
  }
  
}

/* -------------------------- contact us page ----------------------------- */

.termsBox {
padding: 10rem 2rem;
text-align: justify;
}

.termsBox ul li {
    list-style-type: disc; /* or circle, square, none */
    margin-left:3rem;
}


/* himanshu code */

.page-image-expand {
  width: 100vw;
  /*height: 110vh;*/
  /* background: #000; */
  padding: 1rem 0.5vw;
  /* margin-bottom: 10px; */
}

.page-image-expand .container {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  /* align-items: center; */
  overflow: hidden;
  border-radius: 2px;
  /* margin: 0 auto; */
  min-height: 80vh;
  color: black;
}

.page-image-expand .item-wrapper {
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  flex: 1 0 auto;
  text-align: center;
  min-height: 90vh;
  position: relative;
  background: center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  transition: flex 0.5s;
  -webkit-transition: flex 0.5s;
  -moz-transition: flex 0.5s;
  -o-transition: flex 0.5s;
}

.item-wrapper h5 {
  font-weight: 500;
  font-size: 17px;
  position: absolute;
  transform: translateY(0%);
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  /* background-color: #cacaca9d; */
  /* border: 1px solid linear-gradient(to bottom, rgb(46, 166, 236), rgb(68, 207, 114)); */
  /* background: linear-gradient(to bottom, rgba(46, 166, 236, 0.74), rgba(68, 207, 114, 0.64)); */
  border-radius: 2px;
  line-height: 19px;
  margin-top: 40vh;
  box-shadow: 1px solid black;

  transform: rotate(90deg);
  padding-top:10px;
  padding-bottom:10px;
  width: 450px;
  /* display: flex;
  justify-content: space-evenly; */


}

.hhide {
  /* display: block; */
  /* height:500px; */
  border: 3px solid;
  /* Set the border width */
  /* gap: 20vh; */
  border-image: linear-gradient(to bottom, rgb(113 46 236), rgb(216 51 227)) 1;
  background: rgba(255, 255, 255, 0.7);
}

.w1 h6 {
  display: none;
}

.page-image-expand .item-wrapper.expand {
  flex-grow: 10;
}

.page-image-expand .item-wrapper.w1 {
  cursor: pointer;
  background-image: url("../images/Acne.png");

}

.page-image-expand .item-wrapper.w2 {
  cursor: pointer;
  background-image: url("../images/Sun damge.png");

}

.page-image-expand .item-wrapper.w3 {
  cursor: pointer;
  background-image: url("../images/Anti aging.png");

}

.page-image-expand .item-wrapper.w4 {
  cursor: pointer;
  background-image: url("../images/Myth Instagram Story.jpg");
}

.page-image-expand .item-wrapper p {
  font-weight: 900;
  font-size: 17px;
  font-family: 'Nunito', sans-serif;
  transform: translateY(-500%);
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  /* background-color: #f5f5dc; */
  background-color: #f5f5dc76;
  background: linear-gradient(to bottom, rgb(113 46 236), rgb(216 51 227));
  border-radius: 10px;
  padding: 20px;
  margin-top: 35vh;
  margin-left: -15vw;
  width: 500px;
  text-align: justify;
}

.page-image-expand .item-wrapper p.active {
  transform: none;
  /* Reset any transformations */
  opacity: 1;
  /* Ensure the element is visible */
}

.page-image-expand .item-wrapper p {
font-family: 'Nunito', sans-serif;
font-weight: 180;
  font-size: 12px;
  transform: perspective(1000px) rotateX(30deg) rotateY(-30deg) translateY(-500%);
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  background-color: #3d3c3c76;
  border-radius: 14px;
  padding: 20px;
  margin-top: 35vh;
  margin-left: -15vw;
  width: 18vw;
  color: white;
  letter-spacing: 1px;

}

.page-image-expand .item-wrapper p.active {
  transform: translateY(0);
}

.page-image-expand h6 {
  text-align: center;
  font-size: 2.2vw;
  padding: 1vw;
  font-weight: 400;
  color: #050505;
}



/* Small devices (phones, 576px and up) */
@media (max-width: 576px) {
  .page-image-expand {
    padding: 1vh 1vw;
    width: 100vw;
    /* background-color: #c01616; */
    /*height: 80vh;*/
    /*margin-top: -14vh;*/
  }

  .page-image-expand h6 {
    text-align: center;
    font-size: 6vw;
    padding: 2vw;
    font-weight: 500;
    color: #000;

  }
  .page-image-expand{
    /*height: 1850px;*/
    /*gap: 30px;*/
  }

  .page-image-expand .container {
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    /* align-items: center; */
    overflow: hidden;
    gap: 30px;
    border-radius: 2px;
    margin: 0 auto;
    /* height: 50vh; */
    height:100% !important;
    width: 90%;

  }

  .page-image-expand .item-wrapper {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    flex: 1 0 auto;
    text-align: center;
    min-height: 60vh;

    background: center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    transition: flex 0.5s;
    -webkit-transition: flex 0.5s;
    -moz-transition: flex 0.5s;
    -o-transition: flex 0.5s;
  }

  .page-image-expand .item-wrapper p {
    font-weight: 700;
    font-size: 7px;
    transform: perspective(1000px) rotateX(30deg) rotateY(-30deg) translateY(-500%);
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    /* background-color: #3a3a3a76; */
    background: linear-gradient(to bottom, rgb(46, 166, 236), rgb(68, 207, 114));
    border-radius: 14px;
    padding: 20px;
    margin-top: 15vh;
    margin-left: 5px;
    width: 52vw;
    letter-spacing: 1px;
  }

  .page-image-expand .item-wrapper.expand {
    flex-grow: 18;
  }
  .item-wrapper h5 {
    font-weight: 900;
    font-size: 15px;
    position: absolute;
    transform: translateY(0%);
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    /* background-color: #89897b9d; */
    border-radius: 2px;
    line-height: 19px;
    margin-top: 25vh;
    width: 250px;
    box-shadow: 1px solid black;
    transform: rotate(90deg);
    /* padding: 12px 20vh; */
  }
  .page-image-expand {
    padding: 20px;
    background-color: #f9f9f9;
  }
  
  .container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .item-wrapper {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  
  .item-wrapper.expand {
    background-color: #e2f3f5;
  }
  
  .item-wrapper p {
    display: none;
    color: #333;
    margin-top: 10px;
  }
  
  .item-wrapper p.active {
    display: block;
  }
  
  
  .item-wrapper h5 img {
    margin-left: 10px;
  }
}










/* last slider code hb Testimonial */



.testimonial-h {
  display:  flex;
  /* font-family: gilroy,"Overpass", sans-serif !important; */
  font-weight: 300;
  line-height: 1.6rem;
  /*height: 87vh;*/
  /* background-color: #00aced; */
  /* padding: 1vw; */
  /* margin-top: 7vh; */
  /*margin-bottom: 40vh;*/
}

.testimonial-h h1,
.testimonial-h h2,
.testimonial-h h3,
.testimonial-h h4 {
  font-weight: 500;

  padding: 0.4vw;
}

.testimonial-h p {
  font-size: 15px;
  line-height: 1.7em;
}

.testimonial-h h2 {
  margin-top: 2vh;
}

.testimonial-h .carousel-split-intro {
  /* display: flex;
  justify-content: center; */
  width: 100vw;
  /* background-color: #dedede; */
  /*padding: 50px 0 0 0;*/
}

#head-testimonials {
  margin-bottom: -3vh;
  padding-top: 2vh;
  font-weight: 200;

}

.testimonial-h .carousel-split {
  margin: 50px auto 0;
}

.testimonial-h .carousel-split-cell {
  width: 99%;
  height: auto;
  margin: 20px 20px 20px 0;
  background: #fff;
}



/* Dynamic Section Styles */
.dynamicSection {
  width: 100%;
  padding: 0 40px;
background: linear-gradient(100deg, #4d4cab 47%, #965bc2 89%, #cb6ce6 100%);}

.dynamicSection__container {
  max-width: 1110px;
  min-height: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.dynamicSection__content {
background: linear-gradient(100deg, #6564b7 47%, #965bc2 89%, #cb6ce6 100%);  backdrop-filter: blur(8px);
  padding: 40px;
  color: white;
  max-width: 620px;
}

.dynamicSection__preTitle {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.dynamicSection__title {
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 2px;
  font-size: 40px;
  margin-bottom: 24px;
}

.dynamicSection__description {
  font-size: 16px;
  line-height: 1.6;
}

.dynamicSection__cta {
  padding: 16px 32px;
  color: white;
  background: none;
  border: 1px solid white;
  /*text-transform: uppercase;*/
  /*font-weight: 600;*/
  margin-top: 32px;
  cursor: pointer;
  transition: all 0.4s ease;
}

.dynamicSection__cta:hover {
  border: 1px solid rgba(99, 116, 152, 0.1);
  box-shadow: inset 0px -80px 0px rgba(99, 116, 152, 0.1);
  transform: translateY(-5px);
}

.dynamicSection__image {
  max-width: 600px;
  width: 60%;
  height: 600px;
  position: relative;
}

.dynamicSection__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Media Queries */
@media screen and (max-width: 799px) {
  .dynamicSection {
    padding: 0 20px;
  }

  .dynamicSection__container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .dynamicSection__content {
    padding: 20px;
    margin-top: 20px;
  }

  .dynamicSection__title {
    font-size: 28px;
  }

  .dynamicSection__image {
    height: 400px;
    width: 80%;
    margin-top: 20px;
  }
}


.testimonial-h .carousel-split-cell-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.carousel-split-cell-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  perspective: 1000px;
  /* Add perspective for 3D effect */
  transition: transform 0.5s;
  /* Add transition for smooth scaling */
  min-height: 70vh;
  /* Initial state */
  transform-style: preserve-3d;
  box-shadow: 0 4px 6px -1px rgba(46, 166, 236, 0.6), 0 10px 20px -5px rgba(68, 207, 114, 0.6);
}

.carousel-split-cell-inner:hover {

  /* box-shadow: 1px 4px 4px 2px rgb(158, 155, 155); */
  transition: all ease 1s;
}

/* .testimonial-h  */
.carousel-split-cell-inner h5 {
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  color: #b3b3b3;
}

.testimonial-h .carousel-split-cell-inner-content {
  padding: 0 50px;
}
.dot{
    display:none !important;
}
.testimonial-h .carousel-split-cell-inner-image img {
  /* display: flex; */
  -o-object-fit: cover;
  -o-object-position: center;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 6carousel-split-intro00px;
}

.testimonial-h .carousel-split-cell-inner div {
  max-width: 49%;
}

.testimonial-h .flickity-prev-next-button.previous {
  left: -50px;
  display:none;
}

.testimonial-h .flickity-prev-next-button.next {
  right: -50px;
  display:none;
}

@media only screen and (max-width: 992px) {
  .testimonial-h .carousel-split-cell-inner div {
    width: 100%;
    max-width: 100%;
  }

  .testimonial-h .carousel-split-cell-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .testimonial-h .carousel-split-cell-inner-image {
    order: 1;
  }

  .testimonial-h .carousel-split-cell-inner-content {
    order: 2;
  }

  .testimonial-h .carousel-split-cell-inner-image img {
    -o-object-fit: cover;
    -o-object-position: center;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 300px;
  }

  .testimonial-h .carousel-split-cell-inner-content {
    padding: 50px;
  }
}


/* //navbar// */
/* General styles */
.navBox {
  background: #fff;
  /* border-bottom: 1px solid #ddd; */
}



/* .navimgbox {
  display: flex;
  align-items: center;
} */



.product-menu {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-menu .menu-category {
  position: relative;
}

.product-menu .menu-title {
  padding: 10px;
  display: block;
}

.product-menu .dropdown-list {
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-menu .dropdown-list .dropdown-item {
  padding: 10px;
}

.product-menu .menu-category:hover .dropdown-list {
  display: block;
}

/* .searchDiv {
  margin-right: 20px;
} */

.topGreenBar-btnDiv {
  display: flex;
  align-items: center;
}

.topGreenBar-btnDiv button {
  background: none;
  border: none;
  color: rgb(40, 117, 88);
  margin: 0 5px;
}

.navCartDiv {
  display: flex;
  align-items: center;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
}

/* Overlay styles */
.overlay {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay .close-btn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  background: none;
  border: none;
  color: white;
}

.overlay .overlay-menu {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  list-style: none;
  padding: 0;
}

.overlay .overlay-menu .menu-category {
  margin: 20px 0;
}

.overlay .overlay-menu .menu-title {
  color: white;
  font-size: 10px;
  display: block;
  padding: 10px;
  text-decoration: none;
}

.overlay .overlay-menu .dropdown-list {
  list-style: none;
  padding: 0;
}

.overlay .overlay-menu .dropdown-item a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 10px;
}

/* //// */
.mynav {
  z-index:10;
  position: fixed;
}

.carousel {
   /*margin-top:7rem;*/
  position: relative;
  width: 100%;
  overflow: hidden;
  /* border: 1px solid #ddd; */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  /*margin-top:rem;*/
}

.slide {
 display: flex;
min-width: 100%;
background: linear-gradient(100deg, #4d4cab 47%, #965bc2 89%, #cb6ce6 100%);
flex-wrap: wrap-reverse;

}
.slide .main-box1 {
    flex:50%;
    min-width:250px;
    min-height:200px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding-left:10vw;
    padding-top:5rem;
    
}
.slide .main-box1 h1, .slide .main-box1 h5, .slide .main-box1 p{
    color:white;
}
.slide .main-box2{
    min-width:250px;
    flex:50%;
}
.slide .main-box2 > img {
height: 100vh;
    object-fit: cover; }
.image {
  flex: 0 0 55%;
  overflow: hidden;
}

.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text {
    margin-left:5px;
  padding: 20px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* width: 38%; */
}

.text p{
    margin-top:10px;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 55px;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.typewriter p#appear-paragraph,
.typewriter p#appear-paragraph1,
.typewriter p#appear-paragraph2 {
  display: none;
  color:white !important;
}

.typewriter p{
      color: white;
}

.typewriter h5 {
  color: white;
font-family: 'Nunito', sans-serif;
overflow: hidden;
  border-right: .15em solid orange;
  white-space: nowrap;
  letter-spacing: .10em;
  animation: typing 4.5s steps(30, end), blink-caret .5s step-end infinite 4.5s, hide-cursor 1s 4.5s forwards;
}

/* The typing effect */
@keyframes typing {
  from {
    width: 0
  }

  to {
    width: 70%
  }
}

/* The typewriter cursor effect */
@keyframes blink-caret {

  from,
  to {
    border-color: transparent
  }

  50% {
    border-color: orange
  }
}

/* Remove the cursor */
@keyframes hide-cursor {
  to {
    border-right: none;
  }
}

.view-product-btn {
    width: 255px;
    display: inline-block;
    padding: 10px 20px;
    /* margin: 10px; */
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    color: #f303ec;
    border-radius: 0.5em;
    background: #e8e8e8;
    cursor: pointer;
    border: 1px solid #f387f0;
    transition: all 0.3s;
    box-shadow: 6px 6px 12px #e0d2e2, -6px -6px 12px #ffffff;
}



.view-product-btn:active {
  color: #666;
  box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
}

.sub-menu-item ul{
    padding:0 !important;
}

/* cart new */

/* styles.css */

/* styles.css */


.cart-container {
  max-width: 900px;
    margin: 50px auto;
    padding: 20px;
    margin-top: 10rem;
    background-color: white;
    /* border: 1px solid #ccc; */
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 23%);
}

.cart-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.cart-clear-btn {
  text-decoration: none;
  color:#b343cd;
  cursor: pointer;
}

.cart-form {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}


/* From Uiverse.io by barisdogansutcu */ 
.cart-update-btn {
    width: 200px;
    padding: 12px;
    border-radius: 50px;
    cursor: pointer;
    border: 0;
    background-color: white;
    box-shadow: rgb(0 0 0 / 5%) 0 0 8px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    font-size: 1rem;
    transition: all 0.5s ease;
}

.cart-update-btn:hover {
  letter-spacing: 2px;
  background-color: #b343cd;
  color: hsl(0, 0%, 100%);
  box-shadow: rgb(93 24 220) 0px 7px 29px 0px;
}

.cart-update-btn:active {
  letter-spacing: 2px;
  background-color: #b343cd;
  color: hsl(0, 0%, 100%);
  box-shadow: #db03ce 0px 0px 0px 0px;
  transform: translateY(10px);
  transition: 100ms;
}

.cart-inner-div {
  max-height: 300px;
  overflow-y: auto;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px 20px;

  box-sizing: border-box;
  background-color: #f9f9f9;
}

.cart-items {
  display: flex;
  flex-direction: column;
}

.cart-item {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.cart-item-buttons a {
  text-decoration: none;
}

.cart-item-delete-btn img {
  width: 20px;
  height: 20px;
}

.cart-item-image .cart-item-prod-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.cart-item-description span {
  display: block;
  font-size: 16px;
  color: #333;
}

.cart-item-quantity {
  display: flex;
  align-items: center;
}

.cart-item-quantity-input {
  width: 50px;
  padding: 5px;
  margin-left: 10px;
  text-align: center;
}

.cart-item-total-price span {
  font-size: 16px;
  color: #000;
}

.cart-empty {
  text-align: center;
  color: #333;
}

.cart-summary {
  width: 100%;
  border: 1px solid #ccc;
  padding:10px 20px;

  border-radius: 10px;
  box-sizing: border-box;
  background-color: #f9f9f9;
}

.cart-summary-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.cart-summary-list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.cart-checkout-link {
  text-decoration: none;
}

.cart-checkout-btn {
  display: block;
  width: 100%;
  padding: 15px;
  background: linear-gradient(to bottom, rgba(46, 166, 236, 0.5), rgba(68, 207, 114, 0.5));
  border: none;
  color: white;
  cursor: pointer;
  transition: background 0.3s ease;
}

.cart-checkout-btn:hover {
  background: linear-gradient(to bottom, rgba(46, 166, 236, 0.9), rgba(68, 207, 114, 0.9));
}

.subnavbar123{
  display: flex;
  align-items:center;
}


/* responsive new nav */


@media (max-width:1050px) {

 
  .brandName {
    font-size: 25px;
    justify-content: space-around;
  }
  .topGreenBar-btnDiv {
    font-size: 1.3vmax;
  }

  .topGreenBar-btnDiv button {
    background: none;
    border: none;
    color: rgb(40, 117, 88);
    /* margin: 0 5px; */
  }
}
@media (max-width: 1050px) {
      #searchInput {
          width:100%;
      }
}
@media (max-width: 788px) {
  .mynav{
    height:19vh;
  }
  .subnavbar123{
    /* width:90%; */
    display: flex;
    justify-content: space-between;
    gap: 45vw;
  }
  .brandName {
    font-size: medium;
    width: 100px;
    justify-content: space-around;
  }

  .subNavBar {
    width: 90%;
    display: flex;
    flex-direction: column;
  }

  .product-menu {
    display: none;
    flex-direction: column;
    width: 100%;
  }

  .searchDiv{
    order: 1;
    width: 100%;
    text-align: center;
    /* margin: 10px 0; */
  }
  .navCartDiv,
  .topGreenBar-btnDiv{
    order: 1;
    text-align: center;
  }

 

  .menu-toggle {
    display: block;
  }

  .navimgbox {
    width: 100%;
    text-align: center;
    /* margin: 10px 0; */
  }

   .topGreenBar {
    padding:1rem;
  }

  .btn-register,
  .btn-sign {
    padding: 3px 11px;
    color: white;
    font-size: 9px;
    cursor: pointer;
    text-decoration: none;
  }

  .btn-sign {
    width: 50px
  }

  /* .subNavBar {
    gap: 55%;
  } */

  #searchInput {
    
    /* margin-left: 100px; */
    padding: 5px 10px;
    /* padding-left: 5vmax; */
    font-size: 1.1vmax;
    border: 0.2px solid gray;
    border-radius: 8px;
    width: 100%;
    margin-left: 0;
  }
  #searchForm{
    display: flex;
    justify-content: space-around;
  }

  .upperdealsbox {
    margin-bottom: 10vh;
  }
  /*.combo-offer{*/
  /*  margin-top: 20vh;*/
  /*}*/
}



/* ///////////////// */





/* General styles for the deals box */

/* .dealsBox {
  padding: 2rem;
  background: #f9f9f9;
} */


.dealsBox-headBox-heading {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #333;
}

.dealsBox-headBox-greenBorder {
  width: 50px;
  height: 1px;
  /* background: linear-gradient(to bottom, rgb(46, 166, 236), rgb(68, 207, 114)); */
  margin: 0.5rem auto;
}

.dealsBox-headBox-para {
  font-size: 1rem;
  color: #666;
}

.dealsBox-BottomBox {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-around; */
}

/* .col-12{
  display: flex;
} */





/* Media queries for responsiveness */
@media (max-width: 768px) {
  .dealsBox-BottomBox-prod {
    width: calc(100% - 2rem);
  }
  .dealsBox-BottomBox-prod{
    width: 200px
  }
  /*.view-product-btn{*/
  /*  width:100%;*/
  /*}*/
  /*.page-image-expand{*/
  /*  margin-bottom: 20vh;*/
  /*}*/
  .hhide{
    width:250px;
  }
  .text{
    font-size: 12px;
   
  }
  .text h5{
      font-size: 14px;
  }
  .image {
    flex: 0 0 40%;
    overflow: hidden;
    /* height: 50vh; */
  }
  .section3div {
    font-size: 14px;
    margin-bottom: 55px;
  }
  /* .dealsBox{
    margin-top: 23vh;
  } */
  /* .dealsBox-headBox-heading{
    margin-top: 20vh;
  } */
  .latestNewsBox{
    margin-top: 3vh;
    
  }
  
  .slide .main-box2 > img {
    height: 70vh;
    object-fit: contain;
}
}

@media (max-width: 480px) {
  /*.topGreenBar {*/
  /*  gap: 10vw;*/
  /*}*/
  .dealsBox-headBox-heading {
    font-size: 1.5rem;
  }

  .dealsBox-headBox-para {
    font-size: 0.875rem;
  }

  .dealsBox-BottomBox-prod {
    width: calc(100% - 1rem);
    margin: 0.5rem 0;
  }
  .dealsBoxImgDiv{
    width:80%;
    /* height: 30vh; */
    align-self:center;
  }
  .viewProductText{
    /*padding: 20px;*/
    max-width: 400px;
    align-self: center;
    padding-left: 50px;
}
  .view-product-btn{
    width:90%;
  }
  .latestNewsBox-contentDiv>button{
    width:80%;
  }
  .text{
    font-size: 9px;
    text-wrap: wrap;
    margin-left:5px;
      
  }
   .text h5{
      font-size: 11px;
    }
    .slide .main-box2 > img {
    height: 60vh;
    object-fit: contain;
}

.slide .main-box1 {
    padding: 0px 30px 30px 30px;
}
  }
  
  @keyframes typing {
  from {
    width: 0
  }

  to {
    width: 50%
  }
}
  .latestNewsBox-bottom-div .latestNewsBox-imgDiv{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .latestNewsBox-imgDiv>img{
    width:80%;
    height:100%;
  }
  .latestNewsBox {
    margin-bottom: 2vh;
  }
  .slides {
      /*margin-top:100px;*/
    display: flex;
    transition: transform 0.5s ease-in-out;
    /*height:  250px;*/
    /*text-align:center !important;*/
  }
  .section3div{
     margin-top:10vh;
  }
  .slide .main-box1{
      margin:0;
      padding:30px;
  }
  .subnavbar123{
        display: flex;
  }
  /*.dealsBox-headBox {*/
  /*      width: 100%;*/
  /*      padding-top: 23vmax;*/
  /*      text-align: center;*/
  /*  }*/
}


/*  ============ new blog section  ==============*/



.center {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.wrapper {
  display: flex;
  grid-gap: 1em;
  overflow: hidden;
  width: 55em;
}
.wrapper > .inner {
  display: flex;
  grid-gap: 1em;
  transition: all 1s ease-in-out;
}

.card {
  border-radius: 0.5em;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}
.card > img {
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
  display: block;
  width: 17.5em;
}
.card > .content {
  /*background: #0a2640;*/
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  padding: 1em;
  text-align: center;
}
.card > .content > h1, .card > .content > h3 {
  margin: 0.35em 0;
}
.card > .content > h1 {
  color: #020202;
  font-size: 1.25rem;
  line-height: 1;
}
.card > .content > h3 {
  color: #000000f2;
  font-size: 0.9rem;
  font-weight: 300;
}

.card>.content>button {
  width: 90%;
  display: inline-block;
  /* Makes the div act like an inline element with block properties */
  padding: 10px 20px;
  margin: 10px;
  margin-left:0px;
  
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  /* Pointer cursor on hover */
  color: #090909;

  border-radius: 0.5em;
  background: #e8e8e8;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  transition: all 0.3s;
  box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
}

.card>button:active {
  color: #666;
  box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
}


.map {
  margin-top: 1em;
  display:flex;
  align-items :center;
  justify-content:center;
}
.map > button {
  all: unset;
  background: #11406c;
  cursor: pointer;
  margin: 0 0.125em;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 100%;
  height: 1em;
  width: 1em;
}
.map > button.active:after {
  background: #001d38;
  content: "";
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  border-radius: 100%;
  height: 0.5em;
  width: 0.5em;
}

/* ==== view all buttons style by   ====*/
.view-all{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    padding:0 2.5rem;
}
.cta {
  border: none;
  background: none;
  cursor: pointer;
}

.cta span {
  padding-bottom: 7px;
 letter-spacing: 2px;
    font-weight: 800;
    font-size: 16px;
  padding-right: 15px;
  text-transform: uppercase;
}

.cta svg {
  transform: translateX(-8px);
  transition: all 0.3s ease;
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active svg {
  transform: scale(0.9);
}

.hover-underline-animation {
  position: relative;
  color: black;
  padding-bottom: 20px;
}

.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.cta:hover .hover-underline-animation:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}


/*=============== Navbar new style ==========*/

