/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./app/components/AllProduct/index.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
/** @format */

.product-head {
  background-image: url("/_next/static/media/slider 2.64a19ae6.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 90vh;
  width: 100%;
  display: grid;
  grid-template-columns: 90% 10%;
}

.product-feature {
  display: flex;
  margin-top: -9px;
  margin-bottom: 33px;
  gap: 33px;
  align-items: center;
}

.product-feature1 {
  display: flex;
  gap: 33px;
  align-items: center;
}

.product-feature2 {
  display: flex;
  gap: 33px;
  align-items: center;
}

.product-part-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 382px;
}

.product-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1130px;
}

.product-part-text h2 {
  color: var(--neon-green);
  font-family: var(--hey-octuber);
  font-size: 48px;
  line-height: 72px;
}

.product-part-text h1 {
  margin-top: -2rem;
  color: var(--white);
  font-family: var(--horta), sans-serif;
  font-weight: 600;
  font-size: 7rem;
  line-height: 104px;
  letter-spacing: 0.003em;
}

#bt {
  font-weight: 700;
  font-size: 16px;
  height: 56px;
  padding: 15px;
  border-radius: 9px;
  background: transparent;
  color: var(--color-white);
  border: 1px solid var(--color-white);
  width: 130px;
}

#bt:hover {
  font-size: 16px;
  height: 56px;
  padding: 15px;
  border-radius: 9px;
  width: 130px;
  background: var(--mint-white);
  border: 1px solid var(--blue-color);
  color: var(--blue-color);
  cursor: pointer;
}

.feature-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6vh;
  padding: 10px;
  background: #849b71;
  border-radius: 8px;
}

.feature-text > h4 {
  color: var(--white);
  font-weight: 800;
  font-size: 2.5rem;
  /* font-family: 'Inter', sans-serif; */
}

.feature-text > p {
  margin-top: -1rem;
  font-weight: 400;
  opacity: 0.5;
  color: var(--mint-white);

  /* font-family: 'Inter', sans-serif; */
}

.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: var(--neon-green);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

#active {
  background-color: var(--primary-color);
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

.dot-button-main {
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(90deg);
  margin-top: 285px;
}

.product-category {
  background-color: var(--color-white);
  position: relative;
}

.product-list-box {
  display: flex;
  justify-content: space-evenly;
}

.corner-star {
  position: absolute;
  right: 0px;
  top: -49px;
  opacity: 0.2;
}

.product-drop {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}

.product-size {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}

.list-button {
  display: flex;
  align-items: center;
  height: 100px;
}

.product-drop > select {
  border-radius: 10px;
  padding: 15px;
  width: 380px;
  font-weight: 700;
  font-size: 15px;
}

.product-size > select {
  border-radius: 10px;
  padding: 15px;
  width: 380px;
  font-weight: 700;
  font-size: 15px;
}

.list-button > button {
  border-radius: 10px;
  padding: 17px;
  width: 150px;
  color: var(--bg-color);
  background-color: var(--primary-color);
  border: 1px solid transparent;
}

.last-feat-text > p {
  font-size: 14px;
  margin-top: -10px;
  opacity: 0.5;
  color: var(--mint-white);
  /* font-family: 'Inter', sans-serif; */
}
.last-feat-text > h4 {
  color: var(--white);
  font-weight: 800;
  font-size: 32px;
}
.feature-321 > p {
  font-size: 14px;
  margin-top: -10px;
  opacity: 0.5;
  color: var(--mint-white);
}
.feature-321 > h4 {
  color: var(--white);
  font-weight: 800;
  font-size: 32px;
}

/* SECOND COMPONENT */

.main-container {
  padding-bottom: 44px;
  background-color: #f7f7fc;
}

.product2-container {
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding-top: 63px;
  width: 92%;
  align-items: center;
}

.arrow-button {
  display: flex;
  gap: 10px;
  float: right;
}

.pre {
  display: flex;
  justify-content: center;
  text-align: center;
  height: 30px;
  border-radius: 57px;
  border: 1px solid var(--color-white);
  width: 36px;
}

.next {
  display: flex;
  justify-content: center;
  text-align: center;
  height: 30px;
  border-radius: 57px;
  border: 1px solid var(--color-white);
  width: 36px;
}

.product-box {
  padding-bottom: 18px;
  margin: auto;
  width: 92%;
  grid-column-gap: 19px;
  grid-row-gap: 0px;
}

.first-product {
  border-radius: 9px;
  background-color: var(--blue-color);
  display: grid;
  grid-template-columns: 40% 60%;
  grid-area: 1 / 1 / 2 / 3;
}

.product-img-box {
  display: flex;
  justify-content: end;
}

#taj {
  display: flex;
  /* font-family: 'Montserrat', sans-serif; */
  font-weight: 700;
  font-size: 0.9rem;
}

.product-img-text > p {
  /* font-family: 'Montserrat', sans-serif; */
  font-weight: 700;
  font-size: 0.9rem;
}

.product-img-text-box {
  margin-top: 58px;
  margin-left: 95px;
}

#king {
  width: 70px;
  color: var(--neon-green);
  margin-bottom: 10px;
  /* font-family: 'Montserrat', sans-serif; */
  font-weight: 700;
}

.exp {
  display: flex;
  color: var(--color-white);
  text-align: center;
  align-items: center;
  gap: 8px;
}

.explore {
  font-size: 37px;
}

.product-img-text-box h1 {
  margin-top: -0.3rem;
  font-weight: 600;
  font-family: var(--horta), sans-serif;
  font-size: 5rem;
  color: var(--white);
  margin-bottom: -15px;
}

.exp > h1 {
  /* font-family: 'Montserrat', sans-serif; */
}

.second-product {
  border-radius: 9px;
  background-position: center;
  background-size: cover;
  background-image: url(/_next/static/media/cout.38285172.jpeg);
  background-repeat: no-repeat;
  position: relative;
  grid-area: 1 / 3 / 2 / 4;
}

.second-product-row-col1 {
  grid-area: 2 / 1 / 3 / 2;
}
.second-product-row-col2 {
  grid-area: 2 / 2 / 3 / 3;
}
/* .second-product-row-col18{

} */
.second-product-row-col3 {
  grid-area: 2 / 3 / 3 / 4;
}

#pro {
  margin-left: 1vw;
  color: var(--color-white);
}

#pro2 {
  color: var(--color-white);
  display: flex;
  align-items: center;
}

.exp1 {
  color: var(--img-bg);
  display: flex;
  gap: 250px;
  position: absolute;
  bottom: 10px;
}

.product-img-text {
  color: var(--neon-green);
  display: flex;
  gap: 21px;
  margin-bottom: 30px;
}

.second-product-row {
  margin: auto;
  width: 92%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

#last-img {
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-white);
  background-color: var(--color-white);
  /* margin-top: 20px; */
  border-radius: 14px;
}

#start-img {
  width: 100%;
  height: 100%;
  /* margin-top: 20px; */
}

#center-img {
  /* margin-top: -10px; */
  width: 100%;
  height: 100%;
}

#section3-head {
  color: #11142d;

  font-size: 62px;
  font-weight: 700;
  margin-left: 1px;
  /* font-family: 'Mulish', sans-serif; */
}

/* THIRD  COMPONENT*/

.contain-wrapper11 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 100%;
  background-color: var(--primary-color);
  background-image: url(/_next/static/media/bucket.8b07d944.png),
    url(/_next/static/media/leaf.9a7b1721.png);
  background-repeat: no-repeat;
  background-position: bottom left top right;
  background-size: 17% auto;
}

.fst-div {
  width: 35vw;
  height: 13vh;
  margin-top: 7rem;
  margin-left: 95px;
}

#headingSection {
  font-family: var(--horta), sans-serif;
  margin-left: -5px;
  color: var(--white);
  font-size: 60px;
  line-height: 120%;
  letter-spacing: 0.24px;
}

#paragraph {
  font-size: 20px;
  margin-top: 0px;
  color: var(--white);
}

.snd-div {
  height: auto;
  width: 53vw;
}

.boxes {
  padding-top: 20px;
  color: var(--white);
  margin-left: 8vw;
  font-size: 20px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
}

.below-head {
  font-size: 20px;
  color: var(--white);
  margin-left: 8vw;
}

.rht-frog img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image {
  width: 70%;
}

.rht-frog {
  background-image: url(/_next/static/media/leaf.9a7b1721.png);
  background-repeat: no-repeat;
  background-size: 224px;
  background-position: top right;
}

.snd-div ul {
  list-style-type: none;
}

.boxes h3 {
  font-family: var(--horta), sans-serif;
  color: var(--white);
  font-size: 40px;
}
.boxes::before {
  content: '•';
  color: var(--white);
  font-size: 50px;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}

.boxes h3 {
  font-family: var(--horta), sans-serif;
  color: var(--white);
  font-size: 40px;
}

/* FOURTH COMPONENT */

.main-conts {
  height: 750px;
  padding: 1px;
  background-color: var(--mint-white);
  background-image: url("/_next/static/media/leaf 1.0ffe1210.png"),
    url("/_next/static/media/leaf 2.ba6a72c6.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 17% auto;
  background-position:
    top right,
    0% 118%;
}

.conts-wrapper {
  height: 763px;
  width: 86vw;
  margin: auto;
  margin-top: 4vw;
  display: grid;
  grid-template-columns: 43vw 43vw;
}

.imag {
  width: 100%;
}

.lefts img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.over {
  margin-left: 3vw;
  width: 38vw;
  color: var(--primary-color);
  font-size: 30px;
  letter-spacing: 0.24px;
  font-style: normal;
  margin-top: -1rem;
}

.craft-h2 {
  font-family: var(--horta);
  font-size: 58px;
  font-weight: 700;
}

.para {
  /* font-family: 'Inter'; */
  /* font-family: 'Inter'; */
  font-size: 24x;
  margin-top: 5rem;
  margin-left: 3vw;
}

.last {
  margin-left: 4vw;
  width: 37vw;
  height: 25vh;
  display: flex;
  margin-top: 2rem;
}

.st h2 {
  color: var(--primary-color);
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0.24px;
  font-family: var(--horta);
  font-weight: 700;
}

.nd h2 {
  margin-left: 6vw;
  color: var(--primary-color);
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0.24px;
  font-family: var(--horta);
  font-weight: 700;
}

.thrd h2 {
  margin-left: 6vw;
  color: var(--primary-color);
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0.24px;
  font-family: var(--horta);
  font-weight: 700;
}

#car {
  margin-left: 0.5vw;
  color: var(--secondary-color);
  font-size: 20px;
}

#cust {
  margin-left: 6vw;
  color: var(--secondary-color);
  font-size: 20px;
}

#deal {
  margin-left: 6.5vw;
  color: var(--secondary-color);
  font-size: 20px;
}

.p2-productp2-container {
  width: auto;
}

.p2-p2-head {
  background-image: url("/_next/static/media/smoke-bottom-lrg 1.a1bffbd8.png"),
    url("/_next/static/media/smoke-bottom-lrg 2.5ff3ccfc.png");
  background-repeat: no-repeat;
  background-position: bottom, top;
  background-size: contain;
  height: 400px;
  background-color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative; /* Add this to make ::before positioning relative to .p2-head */
}

.p2-p2-head::before {
  content: '';
  background-image: url("/_next/static/media/smoke-bottom-lrg 1.a1bffbd8.png");
  background-repeat: no-repeat;
  background-position: bottom;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.p2-p2-head-text h4 {
  font-family: var(--hey-octuber);
  color: var(--neon-green);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 20px;
}

.p2-p2-head-text h1 {
  font-family: var(--horta);
  font-weight: 600;
  font-size: 2.8rem;
  color: var(--img-bg);
  letter-spacing: 0.3%;
}

.p2-p2-section3-container {
  margin-right: 60px;
  margin-left: 60px;
}
.p2-p2-section2 {
  height: 70px;

  background-color: #f7f7fc;
}

.p2-p2-section2-content {
  display: flex;
  justify-content: space-evenly;
  align-items: end;
  height: 150px;
}

.p2-p2-serachbar {
  display: flex;
  gap: 5px;
}

#p2-search {
  height: 51px;
  width: 331px;
  padding-left: 15px;
  border-radius: 8px;
  border: 1px solid gray;
  color: var(--color-black);
}

#p2-search:focus {
  outline: none;
}

.p2-text-container > button:hover {
  background-color: var(--white);
  color: var(--primary-color);
}

#search-bt {
  width: 100px;
  border-radius: 8px;
  color: var(--bg-color);
  background-color: var(--primary-color);
  border: 1px solid transparent;
}

.p2-p2-border {
  background-color: #f7f7fc;
}

.p2-border {
  margin-left: auto;
  margin-right: auto;
  max-width: 1603px;
}

.p2-p2-data {
  display: flex;
  gap: 35px;
}

#new {
  color: #9a9ab0;
  font-weight: 700;
  font-family: 'Mulish';
  letter-spacing: 0.5px;
  font-size: 18px;
}

#used {
  color: #9a9ab0;
  font-weight: 700;
  font-family: 'Mulish';
  letter-spacing: 0.5px;
  font-size: 18px;
}

#all {
  color: var(--blue-color);
  font-weight: 700;
  font-family: 'Mulish';
  letter-spacing: 0.5px;
  font-size: 18px;
}

#line {
  border: 1px solid #e1e1e1;
  width: 90%;
  margin-left: 51px;
}

.p2-p2-section3 {
  line-height: 60px;
  background-color: #f7f7fc;
}

.p2-p2-section3 > h2 {
  width: 287px;
  display: flex;
  font-family: 'Mulish';
  font-weight: 700;
  font-size: 50px;
  margin-left: 10px;
}

.p2-product-text > h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 230px;
  max-width: fit-content;
}

.p2-p2-center {
  display: flex;
  justify-content: space-between;
  margin-left: 108px;
  margin-right: 14px;
  padding-top: 20px;
}

.p2-p2-section3-row2 > p {
  color: var(--slate);
  font-weight: 400;
  font-size: 20px;
}

#p2-pepe {
  font-weight: 700;
  color: #9a9ab0;
  font-family: 'Mulish';
}

.p2-sort {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 20px;
}

.p2-sort > h5 {
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 22px;
  margin-bottom: 0px;
}

.p2-sort > select {
  padding: 7px;
  font-size: 25px;
  border: 1px solid var(--color-black);
  border-radius: 8px;
  width: 153px;
  height: 45px;
  font-weight: 400;
}

.p2-sort > select > option {
  font-size: 15.5px;
}

.p2-product-text-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  gap: 5px;
}

.p2-p2-product-box {
  display: flex;
  justify-content: center;
  height: 412px;
  width: 400px;
  padding: 26px;
  border: 1px solid #eeeef0;
  border-radius: 24px;
  box-shadow: transparent 0px 7px 29px 0px;
  background-color: var(--white);
}

.p2-p2-product-box:hover {
  background-color: var(--img-bg);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.p2-product-img {
  height: 337px;
}
.p2-product-img > img {
  height: 100%;
  width: 100%;
  object-fit: inherit;
  border-radius: 16px;
}

.p2-product-text > h3 {
  font-weight: 700;
  font-size: 20px;
  text-transform: capitalize;
  color: var(--color-black);
}

.p2-p2-section3-row2 > h2 {
  font-size: 55px;
  font-family: var(--horta);
  font-weight: 700;
  color: #11142d;
}

.p2-product-text > p {
  font-weight: 500;
  font-size: 15px;
  color: #a7a7a7;
  width: 169px;
}

.p2-view-detail > button {
  width: 145px;
  padding: 14px;
  background: transparent;
  border: 1px solid var(--primary-color);
  border-radius: 8px;
  color: var(--primary-color);
  font-weight: 700;
  font-size: 17px;
  transition: all 0.3s ease-in-out;
}

.p2-view-detail > button:hover {
  background-color: var(--primary-color);
  color: var(--white);
}

.p2-p2-section4 {
  display: grid;
  grid-template-columns: 81% 19%;
  background-color: #f7f7fc;
}

.p2-p2-section4-row1 {
  display: grid;
  grid-template-columns: 50% 50%;
  margin-bottom: 20px;
}

.p2-p2-side-main {
  display: flex;
  justify-content: center;
}

.p2-p2-sideimg-container {
  position: relative;
  width: 334px;
}

.p2-p2-section4-row2 {
  position: relative;
  display: inline-block;
}

.p2-text-container {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}

.p2-text-container > h3 {
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--bg-color);
  letter-spacing: 0.5px;
}

.p2-text-container > h5 {
  color: var(--color-white);
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 20px;
  font-size: 0.9rem;
  margin-top: 10px;
  margin-bottom: 20px;
}

.p2-text-container > button {
  border: 1px solid white;
  background-color: transparent;
  padding: 5px;
  height: 38px;
  width: 72px;
  border-radius: 6px;
  color: var(--bg-color);
  margin-top: 10px;
}

.box-p2 {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.p2-p2-section4-row2 {
  height: 657px;
}

.pages {
  position: relative;
  left: 50x;
}

.p2-p2-section4-row2 > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/* MEDIA QUERIES FOR THIRD COMPONENT */

@media screen and (min-width: 1024px) {
  .main-contain {
    height: auto;
  }

  .contain-wrapper11 {
    display: grid;
    grid-template-columns: 55% 45%;
    height: auto;
    background-color: var(--primary-color);
    background-image: url(/_next/static/media/bucket.8b07d944.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 17% auto;
  }

  .rht-frog {
    height: 935px;
    background-image: url(/_next/static/media/leaf.9a7b1721.png);
    background-repeat: no-repeat;
    background-size: 224px;
    background-position: top right;
  }
  .fst-div {
    width: 70%;
    height: 200px;
    margin-top: 6vw;
    margin-left: 5vw;
  }

  #develop-parag {
    width: 40vw;
  }

  .image {
    height: 874px;
    width: 90%;
  }
  .rht-frog img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

@media screen and (max-width: 1023px) {
  .contain-wrapper11 {
    display: grid;
    grid-template-columns: 57% 43%;
    height: auto;
    background-color: var(--primary-color);
    background-image: url(/_next/static/media/bucket.8b07d944.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 17% auto;
  }
  .fst-div {
    width: 37vw;
    height: max-content;
    margin-top: 6vw;
    margin-left: 5vw;
  }
  #paragraph {
    width: 33vw;
    margin-top: 0px;
    color: var(--white);
  }
  #develop-parag {
    width: 40vw;
  }
  .snd-div {
    height: max-content;
    width: auto;
  }
  .image {
    height: 550px;
    width: 85%;
  }
  .rht-frog img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .boxes {
    font-size: 20px;
    margin-bottom: -4px;
    position: relative;
  }
  .below-head {
    font-size: 16px;
    position: relative;
    margin-bottom: 3%;
    color: var(--white);
  }
}

@media screen and (max-width: 768px) {
  .contain-wrapper11 {
    height: fit-content;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .fng-frog {
    width: 90vw;
    margin: auto;
  }
  .image {
    height: 100%;
    margin-top: 3vw;
    width: 100%;
  }

  .rht-frog img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .fst-div {
    height: 144px;
    margin: auto;
    width: 70%;
  }

  #headingSection {
    font-family: var(--horta), sans-serif;
    color: var(--white);
    font-size: 41px;
    line-height: 120%;
    letter-spacing: 0.24px;
  }

  #paragraph {
    width: 90%;
    font-size: 18px;
    color: var(--white);
  }

  .snd-div {
    margin-left: 10vw;
    width: 83vw;
  }

  .boxes h3 {
    font-family: var(--horta), sans-serif;
    color: var(--white);
    font-size: 40px;
  }

  .below-head {
    font-size: 15px;
    color: var(--white);
  }

  .lft-prdct {
    margin-top: 3vw;
    flex: 1;
    order: 2;
  }

  .rht-frog {
    height: auto;
    flex: 1;
    order: 1;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .main-contain {
    height: 888px;
  }

  .contain-wrapper11 {
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-image: url(/_next/static/media/bucket.8b07d944.png);
    background-repeat: no-repeat;
    background-position: 20% 100%;
    background-size: 17% auto;
  }

  .rht-frog img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .fng-frog {
    margin: auto;
    width: 90vw;
  }
  .image {
    width: 100%;
    height: 385px;
  }

  .fst-div {
    height: 111px;
    margin-top: 0rem;
    margin-left: -1vw;
  }

  #headingSection {
    width: 77vw;
    font-family: var(--horta), sans-serif;
    margin-left: 17vw;
    color: var(--white);
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0.24px;
  }

  #paragraph {
    width: 66vw;
    font-size: 13px;
    margin-left: 18vw;
    color: var(--white);
  }

  .snd-div {
    height: auto;
    margin-left: 14vw;
  }
  .boxes h3 {
    font-family: var(--horta), sans-serif;
    color: var(--white);
    font-size: 18px;
  }

  .boxes {
    font-size: 20px;
    position: relative;
  }

  .below-head {
    margin-top: -3vw;
    width: 86%;
    font-size: 13px;
    color: var(--white);
  }

  .rht-frog {
    height: 370px;
    flex: 1;
    order: 1;
    background-image: none;
  }
  body {
    overflow-x: hidden;
  }

  @media (max-width: 480px) {
  }
}

@media screen and (max-width: 319px) {
  .fst-div {
    height: 190px;
    margin: auto;
    width: 70%;
  }
  .contain-wrapper11 {
    height: 1187px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

/* MEDIA QUERIES FOR FOURTH */

@media screen and (max-width: 1023px) {
  .main-conts {
    height: 722px;
    padding: 1px;
    background-color: var(--mint-white);
    background-image: url("/_next/static/media/leaf 1.0ffe1210.png"),
      url("/_next/static/media/leaf 2.ba6a72c6.png");
    background-repeat: no-repeat, no-repeat;
    background-size: 19% auto;
    background-position:
      top right,
      bottom left;
  }
  .conts-wrapper {
    height: 678px;
    display: grid;
    grid-template-columns: 40% 60%;
  }
  .lefts {
    height: 678px;
    padding: 0px;
    margin: 0px;
  }
  .productlisting-thrd {
    width: 100%;
    height: 100%;
  }

  .imag {
    height: 58%;
    width: 100%;
  }

  .lefts img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .over {
    margin-left: 3vw;
    width: 43vw;
    color: var(--primary-color);
    font-size: 48px;
    letter-spacing: 0.24px;
    font-style: normal;
    margin-top: 2rem;
  }
  .h2 {
    font-family: var(--horta), sans-serif;
    font-size: 40px;
    /* font-family: Mulish; */
    font-weight: 650;
  }

  .para {
    /* font-family: 'Inter'; */
    font-size: 18px;
    margin-top: 3vw;
    margin-left: 3vw;
    letter-spacing: 0.08px;
    font-style: normal;
  }
  .last {
    width: 100%;
    display: flex;
    margin-top: 2rem;
  }

  .st h2 {
    color: var(--primary-color);
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0.24px;
  }

  .nd h2 {
    margin-left: 6vw;
    color: var(--primary-color);
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0.24px;
  }

  .thrd h2 {
    margin-left: 6vw;
    color: var(--primary-color);
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0.24px;
  }
  #car {
    margin-left: 0.5vw;
    color: var(--secondary-color);
    font-size: 16px;
  }

  #cust {
    margin-left: 6vw;
    color: var(--secondary-color);
    font-size: 16px;
  }

  #deal {
    margin-left: 6.5vw;
    color: var(--secondary-color);
    font-size: 16px;
  }
  #develop-parag {
    width: 45vw;
  }
}

@media screen and (min-width: 1024px) {
  .main-conts {
    height: auto;
    padding: 1px;
    background-color: var(--mint-white);
    background-image: url("/_next/static/media/leaf 1.0ffe1210.png"),
      url("/_next/static/media/leaf 2.ba6a72c6.png");
    background-repeat: no-repeat, no-repeat;
    background-size: 19% auto;
    background-position:
      top right,
      bottom left;
  }
  .conts-wrapper {
    width: 90vw;
    height: auto;
    display: grid;
    grid-template-columns: 45% 55%;
  }
  .lefts {
    height: 80%;
  }
  .productlisting-thrd {
    width: 100%;
    height: 100%;
  }

  .imag {
    height: 100%;
    width: 100%;
  }

  .over {
    margin-left: 2.5vw;
    width: 34vw;
    color: var(--primary-color);
    font-size: 48px;
    letter-spacing: 0.24px;
    font-style: normal;
    margin-top: 6vw;
  }
  .h2 {
    font-family: var(--horta), sans-serif;
    font-size: 56px;
    font-family: Mulish;
    font-weight: 650px;
  }

  .para {
    /* font-family: 'Inter'; */
    font-size: 18px;
    margin-top: 3vw;
    margin-left: 3vw;
    letter-spacing: 0.08px;
    font-style: normal;
  }
  .last {
    margin-left: 2.5vw;
    width: 100%;
    display: flex;
    margin-top: 2rem;
  }

  .st h2 {
    color: var(--primary-color);
    font-size: 44px;
    line-height: 120%;
    letter-spacing: 0.24px;
  }

  .nd h2 {
    margin-left: 6vw;
    color: var(--primary-color);
    font-size: 44px;
    line-height: 120%;
    letter-spacing: 0.24px;
  }

  .thrd h2 {
    margin-left: 6vw;
    color: var(--primary-color);
    font-size: 44px;
    line-height: 120%;
    letter-spacing: 0.24px;
  }
  #car {
    margin-left: 0.5vw;
    color: var(--secondary-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.08px;
  }

  #cust {
    margin-left: 6vw;
    color: var(--secondary-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.08px;
  }

  #deal {
    margin-left: 6.5vw;
    color: var(--secondary-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.08px;
  }
  #develop-parag {
    width: 35vw;
  }
}

@media screen and (max-width: 768px) {
  .main-conts {
    height: 1063px;
    padding: 1px;
    background-color: var(--mint-white);
    background-image: url("/_next/static/media/leaf 1.0ffe1210.png"),
      url("/_next/static/media/leaf 2.ba6a72c6.png");
    background-repeat: no-repeat, no-repeat;
    background-size: 17% auto;
    background-position:
      top right,
      bottom left;
  }

  .conts-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .over {
    margin: auto;
    width: 100%;
    color: var(--primary-color);
    font-size: 30px;
    letter-spacing: 0.24px;
    font-style: normal;
    margin-top: 0rem;
  }

  h2 {
    font-family: var(--horta), sans-serif;
    font-size: 28px;
    /* font-family: Mulish; */
  }

  .para {
    /* font-family: 'Inter'; */
    width: 100%;
    margin: auto;
    font-size: 20px;
    margin-left: 0vw;
    letter-spacing: 0.08px;
    font-style: normal;
  }

  .last {
    margin-left: 0vw;
    width: 70vw;
    height: 100px;
    display: flex;
  }

  .st h2 {
    color: var(--primary-color);
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0.24px;
  }

  .nd h2 {
    margin-left: 6vw;
    color: var(--primary-color);
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0.24px;
  }

  .thrd h2 {
    margin-left: 6vw;
    color: var(--primary-color);
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0.24px;
  }

  #car {
    font-size: 20px;
    margin-left: 0.5vw;
    color: var(--secondary-color);
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.08px;
  }

  #cust {
    font-size: 20px;
    margin-left: 6vw;
    color: var(--secondary-color);
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.08px;
  }

  #deal {
    width: 25vw;
    font-size: 20px;
    margin-left: 6.5vw;
    color: var(--secondary-color);
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.08px;
  }

  .productlisting-thrd {
    width: 90vw;
    margin: auto;
  }
  .imag {
    height: 100%;
    width: 100%;
  }

  .lefts img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .lefts {
    margin-bottom: 22px;
    height: auto;
    flex: 1;
    order: 1;
  }

  .rights {
    height: 410px;
    flex: 1;
    order: 2;
  }

  @media (max-width: 768px) {
    .conts-wrapper {
      height: auto;
      display: block;
    }
  }
  #develop-parag {
    width: 100%;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .main-conts {
    height: auto;
    padding: 1px;
    background-color: var(--mint-white);
    background-image: none;
  }

  .conts-wrapper {
    margin-top: 1.5rem;
    height: auto;
    display: block;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .lefts {
    height: 320px;
    margin: auto;
    flex: 1;
    order: 1;
  }

  .rights {
    max-width: 50%;
    height: auto;
    flex: 1;
    order: 2;
  }
  .imag {
    height: 300px;
    width: 100%;
  }

  .lefts img {
    border-radius: 12px;
    margin: auto;
    width: 100%;
    object-fit: cover;
  }

  .h2 {
    font-family: var(--horta), sans-serif;
    font-size: 30px;
    font-family: Mulish;
    font-weight: 650;
  }
  .over {
    margin-left: 3vw;
    width: 90vw;
    color: var(--primary-color);

    letter-spacing: 0.24px;
  }
  #develop-parag {
    width: 76vw;
  }
  .para {
    width: 80%;
    margin: auto;
    font-size: 13px;
    letter-spacing: 0.08px;
    font-style: normal;
  }

  .st h2 {
    color: var(--primary-color);
    font-size: 25px;
    line-height: 120%;
    letter-spacing: 0.24px;
  }

  .nd h2 {
    margin-left: 6vw;
    color: var(--primary-color);
    font-size: 25px;
    line-height: 120%;
    letter-spacing: 0.24px;
  }

  .thrd h2 {
    margin-left: 6vw;
    color: var(--primary-color);
    font-size: 25px;
    line-height: 120%;
    letter-spacing: 0.24px;
  }

  #car {
    font-size: 12px;
    margin-left: 0.5vw;
    color: var(--secondary-color);
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.08px;
  }

  #cust {
    font-size: 12px;
    margin-left: 6vw;
    color: var(--secondary-color);
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.08px;
  }

  #deal {
    width: 30vw;
    font-size: 12px;
    margin-left: 6.5vw;
    color: var(--secondary-color);
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.08px;
  }

  .last {
    padding-bottom: 10px;
    margin-left: 4.5vw;
    width: 80%;
    height: auto;
    display: flex;
  }
}

@media screen and (max-width: 319px) {
  .main-conts {
    height: 1182px;
    padding: 1px;
    background-color: var(--mint-white);
    background-image: url("/_next/static/media/leaf 1.0ffe1210.png"),
      url("/_next/static/media/leaf 2.ba6a72c6.png");
    background-repeat: no-repeat, no-repeat;
    background-size: 17% auto;
    background-position:
      top right,
      bottom left;
  }
}

/* MEDIA QUERIES FOR FIRST COMPONENT */
@media screen and (min-width: 768px) and (max-width: 1028px) {
  .product-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 680px;
  }
  .product-part-text h1 {
    font-size: 5rem;
  }

  .feature-text > h4 {
    color: var(--white);
    font-weight: 800;
    font-size: 2rem;
    /* font-family: 'Inter', sans-serif; */
  }
  .last-feat-text > p {
    margin-top: -13px;
    opacity: 0.5;
    color: var(--mint-white);
    /* font-family: 'Inter', sans-serif; */
  }
  .last-feat-text > h4 {
    color: var(--white);
    font-weight: 800;
    font-size: 2rem;
    /* font-family: 'Inter', sans-serif; */
  }
  .feature-321 > p {
    margin-top: -13px;
    opacity: 0.5;
    color: var(--mint-white);
    /* font-family: 'Inter', sans-serif; */
  }
  .feature-321 > h4 {
    color: var(--white);
    font-weight: 800;
    font-size: 2rem;
    /* font-family: 'Inter', sans-serif; */
  }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  .product-container {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    width: 100vw;
  }
  .product-part-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 382px;
  }
  .dot-button-main {
    display: none;
  }
  .product-part-text h1 {
    margin-top: -2rem;
    color: var(--white);
    font-family: var(--horta), sans-serif;
    font-weight: 600;
    font-size: 5rem;
    line-height: 104px;
    letter-spacing: 0.003em;
  }
  .product-feature {
    display: flex;
    margin-top: -9px;
    margin-bottom: 33px;
    gap: 9px;
  }
  .product-feature2 {
    display: flex;
    gap: 18px;
  }
  .feature-text > p {
    margin-top: -5px;
    font-weight: 400;
    opacity: 0.5;
    color: var(--mint-white);
    /* font-family: 'Inter', sans-serif; */
  }
  .feature-text > h4 {
    color: var(--white);
    font-weight: 800;
    font-size: 1rem;
    /* font-family: 'Inter', sans-serif; */
  }
  .list-button > button {
    /* text-align: center; */
    height: 52px;
    border-radius: 10px;
    padding: 2px;
    width: 129px;
    color: var(--bg-color);
    background-color: var(--primary-color);
    border: 1px solid transparent;
  }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .product-img-text > p {
    margin-left: -2.3vw;
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 700;
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .feature-logo img,
  svg {
    margin-left: -1vw;
    display: block;
    /* vertical-align: middle; */
  }

  .product-head {
    height: 579px;
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
  }
  .product-container {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .product-part-text {
    padding-left: 7px;
    margin-top: 28vw;
    display: none;
    display: flex;
    flex-direction: column;
    height: 362px;
  }
  .dot-button {
    display: none;
  }

  .product-feature {
    margin-left: -3vw;
    gap: 15px;

    margin-top: -22vw;
    margin-bottom: 33px;
  }
  .feature-logo {
    margin-left: 12px;
    width: 39px;
    background: #849b71;
    border-radius: 8px;
  }

  .feature-321 > p {
    margin-top: -5px;
    opacity: 0.5;
    color: var(--mint-white);
    /* font-family: 'Inter', sans-serif; */
  }
  .feature-321 > h4 {
    color: var(--white);
    font-weight: 800;
    font-size: 18px;
    /* font-family: 'Inter', sans-serif; */
  }

  .feature-321 {
    margin-left: -3vw;
  }

  .product-part-text h2 {
    margin-bottom: 60px;
    font-size: 45px;
  }

  .feature-text > h4 {
    color: var(--white);
    font-weight: 800;
    font-size: 2.5rem;
    /* font-family: 'Inter', sans-serif; */
  }
  .product-feature1 {
    margin-left: -2vw;
    gap: 2px;
    align-items: center;
  }
  .product-feature {
    display: flex;
    margin-top: -9px;
    margin-bottom: 33px;
    align-items: center;
  }
  .product-feature2 {
    gap: 0px;
  }
  .last-feat-text {
    margin-left: 6px;
  }

  .last-feat-text > p {
    margin-top: -5px;
    opacity: 0.5;
    color: var(--mint-white);
    /* font-family: 'Inter', sans-serif; */
  }
  .last-feat-text > h4 {
    color: var(--white);
    font-weight: 800;
    font-size: 18px;
    /* font-family: 'Inter', sans-serif; */
  }
  .feature-text > h4 {
    color: var(--white);
    font-weight: 800;
    font-size: 18px;
    /* font-family: 'Inter', sans-serif; */
  }
  .feature-text > p {
    margin-top: -5px;
    opacity: 0.5;
    color: var(--mint-white);
    /* font-family: 'Inter', sans-serif; */
  }
  .feature-text {
    margin-left: 1.3vw;
  }
  .product-part-text h1 {
    width: fit-content;
    margin-top: -8rem;
    color: var(--white);
    font-family: var(--horta), sans-serif;
    font-weight: 600;
    font-size: 45px;
    line-height: 70px;
    letter-spacing: 0.003em;
  }

  .product-category {
    height: 250px;
    background-color: var(--color-white);
  }

  .corner-star {
    display: none;
    position: absolute;
    right: 0px;
    top: -49px;
    opacity: 0.2;
  }
  .product-list-box {
    display: block;
  }
  .product-drop {
    align-items: center;
    height: 73px;
  }

  .list-button {
    align-items: center;
  }
  .list-button > button {
    border-radius: 10px;
    padding: 17px;
    width: 90vw;
    color: var(--bg-color);
    background-color: var(--primary-color);
    border: 1px solid transparent;
  }
}

@media screen and (min-width: 320px) and (max-width: 375px) {
  .product-part-text h2 {
    font-size: 35px;
  }
}

@media screen and (min-width: 320px) and (max-width: 350px) {
  .product-feature {
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 33px;
  }
  .product-part-text h1 {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: -5rem;
    color: var(--white);
    font-family: var(--horta), sans-serif;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: 0.003em;
  }
}

/* MEDIA QUERIES FOR SECOND  */

@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .exp1 {
    color: var(--img-bg);
    display: flex;
    gap: 70px;
    position: absolute;
    bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main-container {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f7f7fc;
  }

  .product-box {
    padding-bottom: 18px;
    margin: auto;
    width: 95%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 19px;
    grid-row-gap: 0px;
  }
  .product2-container {
    display: flex;
    justify-content: space-between;
    padding-top: 63px;
    width: 100%;
    align-items: center;
    padding-left: 83px;
  }
  .product-img-text-box {
    margin-left: 6px;
  }
  .product-img-text-box h1 {
    font-size: 2rem;
  }
  .product-img-text {
    margin-top: 10px;
    gap: 4px;
  }
  .product-img-text > p {
    font-size: 0.7rem;
  }
  .explore {
    font-size: 20px;
  }
  .second-product {
    margin-right: 1vw;
    background-size: 100% 100%;
    width: 371px;
  }
  #pro {
    font-size: 1.5rem;
  }
  #pro2 {
    font-size: 1.5rem;
  }
  .exp1 {
    gap: 101px;
  }
  .second-product-row {
    gap: 10px;
    grid-template-columns: 33% 33% 33%;
  }
  #start-img {
    margin-top: 10px;
    height: 245px;
  }
  #center-img {
    margin-top: -10px;
    height: 298px;
  }
  #last-img {
    width: 430px;
    height: 238px;
    margin-top: 13px;
  }
  #section3-head {
    font-size: 3rem;
    font-weight: 700;
    margin-left: -62px;
    /* font-family: 'Mulish', sans-serif; */
  }
  .exp {
    margin-top: -2vw;
    display: flex;
    color: var(--color-white);
    text-align: center;
    align-items: center;
    gap: 7px;
  }
  .first-product {
    margin-left: 1vw;
    background-color: var(--blue-color);
    display: grid;
    grid-template-columns: 40% 60%;
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #pro2 {
    display: none;
    margin-top: -11vw;
    float: right;
    color: var(--color-white);
    align-items: center;
  }
  .exp1 {
    width: 22vw;
    color: var(--img-bg);
    display: flex;
    position: absolute;
    bottom: 10px;
  }
  .product-img-text-box {
    margin-top: 58px;
    margin-left: 2px;
  }
  .product-img-text-box h1 {
    margin-top: -0.3rem;
    font-weight: 600;
    font-family: var(--horta), sans-serif;
    font-size: 2.4rem;
    color: var(--white);
    margin-bottom: -15px;
  }
  .product-box {
    padding-bottom: 18px;
    margin: auto;
    width: 92%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 0px;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .product2-container {
    width: 100%;
    padding-top: 37px;
  }
  .arrow-button {
    display: none;
  }
  #section3-head {
    font-size: 39px;
    font-weight: 700;
    margin-left: 14px;
    /* font-family: 'Mulish', sans-serif; */
  }
  .list-button > button {
    margin: auto;
    width: 92%;
  }
  .product-box {
    row-gap: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .first-product {
    flex: 1;
    order: 1;
  }
  .second-product {
    height: 308px;
    flex: 1;
    order: 2;
  }
  .exp1 {
    display: contents;
    color: var(--img-bg);
    gap: 129px;
    position: absolute;
    bottom: 10px;
  }

  .product-img-box {
    width: 100%;
  }
  .product-img-text {
    color: var(--neon-green);
    display: flex;
    margin-bottom: 44px;
  }
  .product-img-box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .product-img-text-box {
    margin-top: 58px;
    margin-left: 9px;
  }
  .product-img-text-box h1 {
    margin-top: -0.3rem;
    font-weight: 600;
    font-family: var(--horta), sans-serif;
    font-size: 35px;
    color: var(--white);
    margin-bottom: -2px;
  }
  .exp {
    display: none;
  }
  #pro {
    font-size: 20px;
    margin-top: 55vw;
    margin-left: 4vw;
    color: var(--color-white);
  }
  .second-product-row {
    flex-wrap: wrap;
    margin: auto;
    width: 92%;
    display: flex;
    grid-template-columns: repeat(3, 1fr);
  }
  #pro2 {
    font-size: 20px;
    display: block;
    margin-top: -11vw;
    float: right;
    color: var(--color-white);
    align-items: center;
  }
}

@media screen and (min-width: 1023px) and (max-width: 1128px) {
  .product-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 907px;
  }
}

@media (max-width: 1080px) {
  .p2-p2-section4 {
    display: grid;
    grid-template-columns: 100%;
    background-color: #f7f7fc;
  }

  .p2-p2-sideimg-container {
    display: flex;
    gap: 170px;
    width: auto;
    justify-content: center;
    margin-bottom: 50px;
  }
}

@media (min-width: 320px) and (max-width: 752px) {
  .p2-productp2-container {
    width: 100vw;
    justify-items: center;
  }
  .p2-p2-section4-row2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 529px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .p2-p2-section3-row2 > p {
    margin-left: 0px;
  }

  .p2-product-text > h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 170px;
    max-width: fit-content;
  }
  .p2-product-text > p {
    font-size: 12px;
  }

  .p2-p2-data {
    display: none;
  }
  .p2-p2-section3 > h2 {
    margin-left: 10px;
  }

  .p2-view-detail > button {
    width: 135px;
    font-size: 14px;
    font-weight: 500;
  }

  .p2-p2-section4-row1 {
    display: block;
    margin: auto;
  }
  #p2-search {
    width: auto;
  }
  .p2-p2-center {
    display: block;
    margin: 0px;
  }
  .p2-p2-section3-row2 {
    display: block;
    text-align: center;
  }

  .p2-p2-product-box {
    height: 425px;
    width: 350px;
    margin-left: 0px;
    padding: 26px;
    border: 1px solid #f2f2f2;
    margin-top: 20px;
  }

  .p2-product-img {
    height: 319px;
    width: 301px;
  }

  .p2-product-img > img {
    object-fit: inherit;
    height: 100%;
    width: 100%;
    border-radius: 20px;
  }
  .p2-product-text-box {
    gap: 2px;
    margin-left: 0px;
    justify-content: space-between;
  }
  .p2-p2-sideimg-container {
    display: block;
  }
  .p2-p2-head {
    background-image: url("/_next/static/media/smoke-bottom-lrg 1.a1bffbd8.png"),
      url("/_next/static/media/smoke-bottom-lrg 2.5ff3ccfc.png");
    background-repeat: no-repeat;
    background-position: bottom, top;
    background-size: contain;
    height: 200px;
  }
  .p2-p2-section2 {
    height: 142px;
  }
  #line {
    border: 1px solid #e1e1e1;
    width: 75%;
    margin-left: 51px;
  }
  .p2-p2-section3 {
    line-height: 40px;
    background-color: #f7f7fc;
  }

  .p2-sort > select {
    height: 52px;
  }
  .p2-p2-section2-content {
    height: 162px;
  }
  .p2-p2-section3-container {
    display: block;
    justify-content: center;
    align-items: center;
    margin: 0px;
  }
  .p2-sort {
    gap: 8px;
    margin-top: 0px;
    text-align: center;
  }
}

@media (min-width: 753px) and (max-width: 1024px) {
  .p2-p2-section4 {
    display: grid;
    grid-template-columns: 100%;
    background-color: #f7f7fc;
  }
  .p2-p2-head {
    height: 250px;
  }

  .p2-p2-product-box {
    width: 370px;
    height: 472px;
  }

  .p2-p2-center {
    margin-left: 17px;
    margin-right: 14px;
  }

  .p2-p2-section4-row1 {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: space-evenly;
    gap: 0px;
  }

  .p2-product-img {
    height: 335px;
    width: 100%;
  }
  .p2-p2-data {
    display: block;
    gap: 35px;
  }
  .p2-p2-section4-row2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 385px;
  }
  .p2-p2-data {
    display: none;
  }
  .p2-p2-sideimg-container {
    display: flex;
    justify-content: space-around;
    gap: 0px;
    width: auto;
    align-items: center;
    margin-bottom: 60px;
  }

  .p2-product-text > h3 {
    width: 194px;
    font-size: 18px;
  }

  .p2-product-img > img {
    width: 100%;
  }
  .p2-product-text-box {
    gap: 1px;
  }
  .p2-view-detail > button {
    width: 119px;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .p2-p2-product-box {
    display: flex;
    justify-content: center;
    height: 526px;
    width: 453px;
    padding: 26px;
    border: 1px solid #eeeef0;
    border-radius: 22px;
    box-shadow: transparent 0px 7px 29px 0px;
  }

  .p2-product-img {
    height: 400px;
  }

  .p2-product-img > img {
    border-radius: 19px;
  }

  .p2-p2-center {
    display: flex;
    justify-content: space-between;
    margin-left: 63px;
    margin-right: 13px;
  }
  .p2-border {
    margin-left: auto;
    margin-right: auto;
    max-width: 1250px;
  }
  .p2-p2-section4-row2 {
    height: 554px;
  }
}

@media (min-width: 1441px) and (max-width: 1980px) {
  .p2-p2-product-box {
    height: 536px;
    width: 444px;
  }
  .p2-product-img {
    height: 414px;
    width: 100%;
    border-radius: 20px;
  }
}

@media (min-width: 1890px) and (max-width: 2685px) {
  .p2-p2-section4-row1 {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    height: auto;
  }
  .p2-product-img {
    height: 400px;
    width: 382px;
    border-radius: 20px;
  }
  .p2-p2-product-box {
    width: 431px;
    height: 534px;
  }
  .p2-p2-center {
    margin-left: 72px;
    margin-right: 57px;
  }
  .p2-border {
    margin-left: auto;
    margin-right: auto;
    max-width: 2112px;
  }
}

@media (min-width: 320px) and (max-width: 350px) {
  .p2-p2-product-box {
    height: 425px;
    width: 309px;
  }
  .p2-view-detail > button {
    width: 107px;
  }
  .pages {
    position: relative;
    left: 50px;
  }
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./app/components/UserPagination/index.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
/** @format */

.pagination-container {
  display: flex;
  width: 220px;
  height: 40px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: var(--color-white);
}
.pagination-for-poupop {
  position: absolute;
  bottom: 10px;
}
.active-btn {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: var(--blue-color);
  color: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
}
.non-active-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--color-black);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
}

