html,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  background-color: white;
  line-height: 1.6;
  font-family: 'Segoe-Font';
}

p {
  line-height: 30px;
  font-family: 'Segoe-Font';
}

a {
  text-decoration: none !important;
  color: #000000;
  font-family:  'Segoe-Font';
}
li {
  list-style: none;
}
strong {
  font-family: 'Poppins-Medium';
}
@font-face {
  font-family: Segoe-Font;
  src: url("../font/Segoe\ UI.woff");
}
@font-face {
  font-family: Segoe-Bold;
  src: url("../font/Segoe\ UI\ Bold.woff");
}
@font-face {
  font-family: GT-Walsheim-Medium;
  src: url("../font/GT-Walsheim-Medium-Trial-BF651b7fc728fb3.otf");
}
@font-face {
  font-family: GT-Walsheim-Regular;
  src: url("../font/GT-Walsheim-Regular-Trial-BF651b7fc71a47d.otf");
}
@font-face {
  font-family: Montserrat-Bold;
  src: url("../font/Montserrat-Bold.woff2");
}
@font-face {
  font-family: Inter-Medium;
  src: url("/public/assets/fonts/Inter-Medium.otf");
}
@font-face {
  font-family: Inter-Bold;
  src: url("/public/assets/fonts/Inter-Bold.otf");
}
@font-face {
  font-family: Poppins-Bold;
  src: url("../font/Poppins-Bold.ttf");
}
@font-face {
  font-family: Poppins-Medium;
  src: url("../font/Poppins-Medium.ttf");
}


.width-50 {
  width: 50%;
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #FFFF;
}

body::-webkit-scrollbar-thumb {
  background-image: linear-gradient( #4ca647,#185016);
  /* outline: 1px solid slategrey; */
  border-radius: 3px;
}

.logo img {
    margin-left: -140px;
}

header {
  background-color: white;
  position: relative;
}




nav ul li a {
    font-family: Segoe-Font;
}

.top-nav {
    background-color: #4ca647;
}
.notification {
  background-color: #4ca647;
  padding: 5px;
  width: 24px;
  height: 24px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  border-radius: 205%;
  color: white;
  top: 0;
  right: -9px;
}
.top-nav > div p {
    font-family: GT-Walsheim-Medium, sans-serif;
    padding: 12px 0;
    font-size: 20px;
    color: white;
}
.nav-brand {
    gap: 30px;
}
.nav-brand li a {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    transition: .2s ease-in-out ;
}
.login a {
  font-size: 20px;
    font-family: 'Segoe-Bold';
    color: #4ca647;
    text-transform: uppercase;
}
.nav-brand li a:hover{
  color: #4ca647;
}
.nav-icons {
    display: flex;
    align-items: center;
    gap: 20px;
}
.nav_user {
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.nav-icons .dropdown button {
  background-color: transparent;
  border: none;
  color: black;
  font-family: 'Poppins-Bold';
  margin-bottom: -5px;
}
.dropdown ul li a{
  font-size: 16px;
  font-family: 'Poppins-Medium';
}
.nav-icons a i {
    font-size: 32px;
    color: black;
}
.nav-icons a i:hover{
  color: #4b4b4b;
}
.offcanvas-body img {
    opacity: 0.8;
}
.offcanvas-body {
  width: 90%;
  margin: 0 auto;
  max-height: 550px;
  flex-grow: unset;
}
.parent-canvas {
  border-bottom: 1px solid gray;
  padding-bottom: 10px;
}
.price-cart {
  font-family: 'Segoe-Bold';
  font-size: 20px;
  text-align: center;
  padding: 1rem 0;
}
.view-cart {
  background: #69727d;
    border: none;
    padding: 10px 25px;
    font-family: 'Segoe-Bold';
    color: white;
}
.price-cart small {
  font-family: 'Segoe-Font';
}
.inner-canvas {
  display: grid;
  align-content: space-around;
}
.child-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.inner-canvas p {
  color: #4ca647;
  font-family: 'GT-Walsheim-Medium';
}
.inner-canvas small {
  font-family: 'Poppins-Medium';
  color: #bbbbbb;
}

/* sec1-banner */

.sec1-banner {
  background-image: url("../img/banner-home.webp");
  background-size: cover;
  /* background-position: unset; */
  height: auto;

}
.sec1-banner2 {
  background-color: #00000036;
  height: 100%;
  width: 100%;
}


.banner-content h1 {
  font-size: 60px;
  font-family: Poppins-Bold;
  color: white;
  text-transform: uppercase;
  padding: 12px 0;
}
.banner-content h3 {
  font-size: 45px;
  font-family: Poppins-Medium;
  color: white;
  letter-spacing: 1px;
  font-weight: 600;
}
.banner-content ul {
  color: white;
}
.banner-content ul li {
  color: white;
  list-style: inside;
  font-family: GT-Walsheim-Regular;
  padding-left: 2rem ;
  font-size: 18px;
}

.banner-content ul p {
  font-family: GT-Walsheim-Regular;
  padding: 1.2rem 0;
  font-size: 18px;
}

.sec1-banner .row {
  padding: 12rem 0;
}

.Banner-btn {
  padding: 12px 20px;
  border-radius: 5px;
  background: #e6bb4a;
  color: black;
  /* font-family: Montserrat-Bold; */
  text-align: center;
  font-size: 18px;
  width: 200px;
  display: block;
  box-shadow: -1px 1px 8px 7px rgba(255, 253.33695652173915, 253.33695652173915, 0.5);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Poppins-Bold';
  transition: .2s ease-in-out ;
}
.Banner-btn:hover {
  transform: scale(1.1);
  background-color: white;
}



/* sec1-banner */

.sec2-banner {
  padding: 5rem 0;
  background-color: #F4F4F4;
}

.sec2-banner h2 {
  font-size: 50px;
  font-family: Poppins-Medium;
  font-weight: 600;
  text-align: center;
  color: #000000;
  padding: 12px 0;
}
.border-B {
  display: block;
  border-bottom: 5px solid #000000;
  width: 170px;
  margin: 0 auto;
  filter: blur(.7px);
}

.sec2-banner img {
  width: 100%;
}

.product-card {
  padding: 13px 0;
  height: 444px;
}
.None-icons {
  overflow: hidden;
  height: 305px;
}
.none-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  bottom: -44px;
  position: relative;
  transition: .3s ease-in-out;
}
.none-inner a i {
  color: #000000;
  font-size: 15px;
  font-size: 22px;
}
.none-inner .shop {
  background: white;
  padding: 2px 7px;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.none-inner .shop:hover{
  background-color: #61ce70;
}
.none-inner .shop:hover i {
  color: white;
}
.product-card p {
    font-family: Segoe-Bold;
    font-weight: 800;
    font-size: 18px;
    padding: 4px 0;
}
.product-card:hover {
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  border-radius: 15px ;
}
.product-card:hover .none-inner {
  bottom: 90px;
}
.inner-icons a {
  margin: -18px 0 0 16px;
  color: #f2b01e;
}
.inner-icons a i {
  color: #ffbf00;
  font-weight: 800;
  margin-left: -2px;
  font-size: 15px;
}

/* sec-about */

.sec-about {
  background-image: url("../img/about-banner.webp");
  background-position-y: top;
  padding: 16rem 0;
}
.product-banner {
  background-image: url("../img/product-banner.webp");
  padding: 0rem 0;
  margin-top: -85px;
}



.product-bg {
  background-color: #00000036;
  padding: 20rem 0;
}
.product-banner h3 {
  font-size: 55px;
}
.sec-about .row {
  padding: 0;
}
/* sec-about */

.contact-banner {
  background-image: url("../img/banner-contact.webp");
  background-position-y: top;
  margin: 0;
}

.contact-info i {
  color: #e6bb4a;
  font-size: 35px;
}
.contact-item span {
    font-family: 'GT-Walsheim-Medium';
    font-size: 22px;
}

.sec2-form .contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.sec2-form .contact-form input,
.sec2-form .contact-form textarea {
  width: 100%;
  padding: 10px;
  border: 2px solid #000;
  border-radius: 5px;
}

.sec2-form .contact-form textarea {
  resize: vertical;
  height: 100px;
}

.sec2-form .contact-form button {
  background-color: #d4af37;
  color: #fff;
  border: none;
  padding: 10px 0;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
  transition: all .2s ease-in-out
}
.sec2-form .contact-form button:hover{
  background-color: #000

}
.sec2-form .contact-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  margin-left: 20px;
}

.sec2-form .contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 2px solid #000;
  border-radius: 5px;
}

.sec2-form .contact-item img {
  width: 25px;
}




.product-bg {
  padding: 15rem 0;
  background-position-y: top;
}

/* our-mission */
.our-mission {
  padding: 3rem 0;
  background: #ffffff;
  margin-top: -130px;
  position: relative;
}
.UniqueFont {
  font-size: 40px;
}
.our-mission h3 {
  font-family: 'Poppins-Medium';
    font-size: 42px;
    text-align: center;
    color: #000000;
    padding: 1rem 0;
}

.our-mission p {
  font-family: 'GT-Walsheim-Regular';
  text-align: center;
}

.Sec-product .product-card p {
  text-align: center;
}

.Sec-product  .inner-icons {
  display: flex;
  justify-content: center;
}

.Sec-product .inner-icons a i  {
  color: #8f8f8f;
}
.Sec-product .product-card p {
  font-size: 17px;
}

.Sec-product .inner-icons {
  margin-bottom: -18px;
}
/* sec3-mini */

.sec3-mini {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 3rem 0;
}
.sec3-mini img {
  object-fit: contain;
}
.sec3-mini p {
  font-family: GT-Walsheim-Medium, sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.sec3-mini small {
  font-family: GT-Walsheim-Regular, sans-serif;
  font-size: 16px;
}
/* sec3-mini */

/* sec4-stop */


.sec4-stop .container-fluid {
  padding: 0;
}

.sec4-stop .man-bg {
  float: inline-end;
  margin-right: -12px;
}
.sec4-stop .row {
    width: 100%;
    margin: 0;
    padding: 0;
}
.stop-content {
  padding-left: 8rem;
  padding-right: 5rem;
  position: relative;
}

.stop-content h2 {
  font-family: 'Poppins-Medium';
  font-weight: 600;
  letter-spacing: 2px;
  color: #000000;
}
.stop-content p {
  font-family: 'GT-Walsheim-Regular';
}

.stop-content .Banner-btn {
  box-shadow: -1px 1px 8px 7px rgba(0, 0, 0, 0.5);
  width: 320px;
  letter-spacing: 1px;

}

.stop-content .Banner-btn:hover {
  background-color: black ;
  color: white;
}

.half-line img {
    position: absolute;
    bottom: -70px;
    right: 0;
    z-index: -1;
  }

  .girl-cover {
    background-image: url("../img/girl-cover.webp");
    background-size: cover;
    background-position: center;
    height: 56vh;
  }

  /* sec5-why-choose */

  .sec5-why-choose {
    background-color: #4ca647;
    height: auto;
    padding: 5rem 0;
  }


  .sec5-why-choose h2 {
    font-size: 55px;
    font-family: 'Poppins-Bold';
    font-weight: 600;
    text-align: center;
    color: white;
    padding: 12px 0;
  }

  .sec5-why-choose .border-B {
    border-color: #FFFF;
  }

  .sec5-why-choose .mainP {
      font-family: 'GT-Walsheim-Regular';
      color: #FFFF;
      padding-top: 2rem;
      text-align: center;
      font-size: 14px;
  }
  .sec5-why-choose .card-round {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
  }

  .sec5-why-choose .card-round img {
    width: 65%;
  }
  .sec5-why-choose .card-round h3 {
      padding: 16px 0;
      font-family: 'GT-Walsheim-Regular';
      font-size: 22px;
      font-weight: 600;
  }

  .sec5-why-choose p {
      font-family: 'GT-Walsheim-Regular';
      line-height: 22px;
      padding: 0px 20px;
  }

  .sec5-why-choose .Banner-btn {
    background-color: #FFFFFF;
    color: #000000;
    box-shadow: -1px 1px 8px 7px rgba(0, 0, 0, 0.5);
    width: 260px;
  }

  .sec5-why-choose .Banner-btn:hover {
    background-color: #000000;
    color: #FFFFFF;

  }

  .top-leftstars img{
      position: absolute;
      left: 0;
      top: -100px;
  }

  .top-rightstars img {
    position: absolute;
    right: 0;
    top: 0px;
  }

  .bottom-leftstars img {
    position: absolute;
    bottom: 11px;
    left: -40px;
}
  .bottom-rightstars img {
    position: absolute;
    bottom: -20px;
    right: 0;
}

/* sec6-testi */

  .sec6-testi  {
    padding: 5rem 0;
    position: relative;
  }

  .sec6-testi h2 {
    font-size: 55px;
    font-family: 'Poppins-Bold';
    font-weight: 600;
    text-align: center;
    color: #000000;
    padding: 12px 0;
  }

  .sec6-testi .border-B {
    border-color: #000000;
  }

  .sec6-testi .swiper {
    width: 100%;
    height: 100%;
  }

  .sec6-testi .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* .sec6-testi .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  } */


  .add_shop{
    position: absolute;
    right: 76px;
    border-radius: 50% !important;
}

.add_to {
    width: 170px;
    position: relative;
    padding: 8px;
    background-color: #4ca647 !important;
    border-radius: 50px !important;
    color: white;
    font-family: 'Segoe-Font';
    padding: 5px 22px ! IMPORTANT;
}
.cart_to i {
  font-size: 14px !important;
  padding: 3px;
}


  .testi-content {
    background: #F4F0ED;
    height: auto;
    padding: 25px;
    text-align: left;
      display: flex;
      flex-direction: column;
      place-content: space-around;
      border: 3px solid #F4F0ED;
      transition: .2s ease-in-out;
      border-radius: 5px ;
  }
  .testi-content:hover{
    border: 3px solid #4ca647;
  }
  .testi-content p {
    font-family: 'GT-Walsheim-Regular';
    font-size: 16px;
    height: 270px;
  }

  .testi-content h4 {
    font-family: 'GT-Walsheim-Regular';
    font-weight: 600;
    font-size: 20px;
  }
  .testi-content img {
    width: 65px;
    height: 100%;
  }
  .testi-content small {
    font-family: 'GT-Walsheim-Regular';
    color: rgba(0, 0, 0, 0.5);
  }

  .sun-stickers {
    position: absolute;
    top: 85px;
    left: 125px;
    width: 15%;
  }

  .sec6-testi .half-line {
    position: absolute;
    bottom: 60px;
    right: 108px;
  }
  .quotes {
    position: relative;
    right: -55px;
    bottom: -15px;
  }

  /* product-deta */

  .cart-search-icons i {
    font-size: 20px;
    color: white;
    margin-left: 20px;
}

.breadcrumbs {
    padding: 10px;
    /* background-color: #f2f2f2; */
    margin: 20px 0;
}

.breadcrumbs_bottom {
  justify-content: space-between;
  border-top: 3px solid #8fae1b;
  background-color: #f6f5f8;
  padding: 1rem 1rem;
}
.breadcrumbs_bottom i {
  font-size: 23px;
    background: #8fae1b;
    color: white;
    border-radius: 50%;
    height: 25px;
    padding: 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.breadcrumbs_bottom button {
  border: none;
  padding: 5px 18px;
  background-color: #e9e6ed;
  transition: .2s ease-in-out;
  border-radius: 5px;
  font-family: 'Segoe-Bold';
  color: #515152;
}

.product-image {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;

}


.product-image img {
  width:90%;
  transition: .2s ease-in-out;
}


.product-image img:hover {
 transform: scale(1.2);
}
.product-details {
    max-width: 600px;
}

.product-details h3 {
  font-size: 40px;
  font-weight: 600;
  font-family: 'Segoe-Font';
}

.product-details .price {
    font-size: 20px;
    color: #b3af54;
    font-family: 'Segoe-Font';
}
.product-details p {
  font-family: 'Segoe-Font';
}
.description {
    /* margin-top: 10px; */
}
.cart_number  {
    width: 56px;
    /* height: 39px; */
    padding: 5px 10px;
}

.add-to-cart {
    background-color: #7f54b3;
    color: white;
    border: none;
    padding: 6px 20px;
    cursor: pointer;
    margin-top: 10px;
    transition: .2s ease-in-out;
    border-radius: 5px;
    font-family: 'Segoe-Bold';
}

.add-to-cart:hover {
    background-color: #633a96;
}
.product_btn {
  border: none;
  width: 120px;
  padding: 10px 10px;
  border-radius: 5px;
  width: 130px;
  padding: 6px 0px;
  background-color: #e9e6ed;
  transition: .2s ease-in-out;
  color: #515151;
  font-family: 'Segoe-Bold';
}
.product_btn:hover {
  background-color: #c5bfce;
}
main button, main input, main optgroup, main select, main textarea {
  line-height: unset;
}
.reviews-section {
    padding: 20px;
    margin-top: 20px;
    /* background-color: #f9f9f9; */
}

.reviews-section h2 {
  /* margin-bottom: 10px; */
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  width: 124px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: -1px;
  z-index: 2;
  position: relative;
  margin-left: 20px;
  border-radius: 0px;
  border-top: 1px solid gray;
  padding: 5px 11px;
  font-size: 25px;
    font-family: 'Segoe-Bold';
}

.reviews-section form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.proBottom {
  display: block;
  border-bottom: 1px solid #cfc8d8;
  width: 100%;
}
.related-products {
    padding: 20px;
    margin-top: 20px;
    /* background-color: #f9f9f9; */
}

.related-product button {
  border: none;
  padding: 5px 18px;
  background-color: #e9e6ed;
  transition: .2s ease-in-out;
  border-radius: 5px;
  font-family: 'Segoe-Bold';
  color: #515152;
}
.related-product button:hover{
  background-color: #bbb8c0;
}
.related-products h2 {
    margin-bottom: 20px;
    font-family: 'Segoe-Font';
    font-weight: 600;
}

.product-grid {
    display: flex;
    /* gap: 20px; */
}

.product-page .wrapper{
     /* height: 49px; */
     width: 100px;
     padding: 6px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border-radius: 12px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.wrapper input {
  width: 40px;
  border: none;
  text-align: center;
  font-family: 'Poppins-Medium';
}
.product-page .wrapper span{
  width: 100%;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
  font-family: 'Segoe-Font';
}
.product-page .wrapper span.num{
  font-size: 25px;
  border-right: 2px solid rgba(0,0,0,0.2);
  border-left: 2px solid rgba(0,0,0,0.2);
  pointer-events: none;
  padding: 0 6px;
}

.related-product {
    text-align: center;
}

.related-product img {
    width: 90%;
    margin-bottom: 10px;
}

  /* rating-stars */

  .rating {
    transform: rotate(180deg);
    display: flex;
    justify-content: end;
  }
  .rating-0 {
    filter: grayscale(100%);
  }

  .rating > input {
    display: none;
  }

  .rating > label {
    cursor: pointer;
    width: 30px;
    height: 30px;
    transform: rotate(107deg);
    margin-top: auto;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    transition: 0.3s;
  }

  .rating > input:checked ~ label,
  .rating > input:checked ~ label ~ label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  }

  .rating > input:not(:checked) ~ label:hover,
  .rating > input:not(:checked) ~ label:hover ~ label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  }


  /* view-cart  */

  .cart-section {
    width: 100%;
}

.cart-totals {
    width: 100%;
    border: 1px solid #ddd;
    padding: 20px;
    margin-top: 20px;
}

.cart-totals h2 {
  font-family: 'GT-Walsheim-Medium';
}
.cart-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.cart-table th, .cart-table td {
    padding: 15px;
    text-align: left;
}

.product {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.product img {
    width: 100px;
    margin-right: 20px;
}

.product-info {
    flex: 1;
}

.product-info h4 {
  color: #4ca647;
    margin-bottom: 4px;
    font-size: 20px;
}

.product-info p {
    margin-bottom: 10px;
    font-size: 14px;
}

.quantity {
    display: inline-block;
    margin-bottom: 10px;
}

.quantity button {
    width: 30px;
    height: 30px;
    background-color: #ddd;
    border: none;
    cursor: pointer;
}
.accordion-button:not(.collapsed) {
  background-color: #eeffed;
}
.accordion-button:focus {
  box-shadow: none;
}
.quantity input {
    width: 50px;
    text-align: center;
    border: 1px solid #ddd;
    margin: 0 5px;
}

.remove {
    color: #4ca647;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}

.coupon {
    margin-bottom: 20px;
}

.coupon input {
    width: calc(100% - 80px);
    padding: 10px;
    border: 1px solid #ddd;
}

.coupon button {
    width: 60px;
    padding: 10px;
    background-color: #4ca647;
    color: white;
    border: none;
    cursor: pointer;
}

.totals {
    margin-bottom: 20px;
}

.totals p {
    font-size: 16px;
    margin-bottom: 10px;
}

.checkout-btn {
    display: inline-block;
    width: 100%;
    padding: 15px;
    background-color: #d1ffce;
    color: #000000;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    transition: all .2s ease-in-out;
}
.checkout-btn:hover{
  background-color: #4fa544;
  color: white;
}
/* Responsive Styles */
@media (max-width: 1024px) {
  .parent_view-cart .container {
        flex-direction: column;
    }

    .cart-section, .cart-totals {
        width: 100%;
    }

    .product img {
        width: 80px;
    }

    .quantity input {
        width: 40px;
    }
}






  /* view-cart  */


  /* checkout */


  .checkout-container {
    max-width: 1200px;
    margin: 0 auto;
}

.checkout-container  .border_bottom{
  border-bottom: 2px solid green;
}


.checkout-container form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.billing-details, .additional-info, .order-details {
    width: 100%;
}
.checkout-container .breadcrumbs_bottom {
  justify-content: space-between;
  border-top: 3px solid #8fae1b;
  background-color: #f6f5f8;
  padding: 1rem 1rem;
}
.checkout-container .breadcrumbs_bottom i {
  background-color: white;
  color: #1e85be;
}
.top_bread {
  color: #4fa544;
}
.form-row {
    display: flex;
    justify-content: space-between;
}

.checkout-container .form-group {
    margin-bottom: 15px;
    width: 100%;
    margin: 10px;
}

.checkout-container h2 {
  font-family: 'Segoe-Font';
  font-weight: 600;
  font-size: 28px;
}
.billing-details h3 {
  font-family: 'Segoe-Font';
  font-weight: 600;
  font-size: 30px;
}

.checkout-container .form-group input, .form-group select, .form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.checkout-container .form-group label {
    margin-bottom: 5px;
    display: block;
}
.checkout-container textarea {
    resize: none;
}

.order-summary {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.order-summary th, .order-summary td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.order-summary tfoot {
    font-weight: bold;
}

.place-order-btn {
    width: 100%;
    padding: 15px;
    background-color: #4ca647;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
}
.place-order-btn:hover{
  background-color: #185016;
}
.no-payment-methods, .privacy-notice {
    margin-top: 20px;
}

.no-payment-methods p, .privacy-notice p {
    background-color: #f9f9f9;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.privacy-notice a {
    color: #4ca647;
    text-decoration: none;
}

.privacy-notice a:hover {
    text-decoration: underline;
}


/* login_section */

.login_section .login-container {
  width: 100%;
  max-width: 600px;
  margin: 20px;
}

.login_section .login-box {
  background-color: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  border: 3px solid #4CAF50;
}

.login_section input:focus-visible, .edit_profile .form-group input, .edit_password input{
  /* border-color: #3d8539 !important; */
  outline-color:#3d8539;
}

.login_section h2 {
  font-size: 35px;
  color: #000000;
  margin-bottom: 10px;
  font-family: 'GT-Walsheim-Medium';
}

.login_section p {
  font-size: 14px;
  color: #999;
  margin-bottom: 20px;
}

.login_section form {
  text-align: left;
}

.login_section label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #666;
}

.login_section input[type="text"],
.login_section input[type="password"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.login_section .options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.login_section .forgot {
  font-size: 12px;
  color: #4ca647;
  text-decoration: none;
}

.login_section .forgot:hover {
  text-decoration: underline;
}

.login_section .login-btn {
  width: 100%;
  padding: 12px;
  background-color: #4ca647;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

.login_section .login-btn:hover {
  background-color: #3d8539;
}

.login_section .signup {
  margin-top: 20px;
}

.login_section .signup p {
  font-size: 14px;
  color: #999;
}

.login_section .signup a {
  color: #4ca647;
  text-decoration: none;
}

.login_section .signup a:hover {
  text-decoration: underline;
}

/* login_section */


/* Responsive Styling */
@media (max-width: 1024px) {
    .billing-details, .additional-info, .order-details {
        width: 100%;
    }

    .form-row {
        flex-direction: column;
    }

    .form-group {
        width: 100%;
    }

    .order-summary th, .order-summary td {
        padding: 8px;
    }

    .place-order-btn {
        padding: 12px;
    }
}


.sec-privacy .accordion-button:not(.collapsed) {
  color: #000;
}
.sec-privacy a {
  color: #4CAF50;
}

  /* checkout */


    /* footer */

  .sec7-footer {
    background-color: #393939;
    height: auto;
    padding: 2rem 0 0 0;
    color: #fff;
    position: relative;
    width: 100%;
    bottom: -32px;
  }

  /* .footer-logo img {
    width: 100%;
  } */

  .sec7-footer h3 {
    font-family: 'GT-Walsheim-Regular';
    font-weight: 600;
    text-transform: uppercase;
  }
  .sec7-footer p {
    font-family: 'GT-Walsheim-Regular';
  }
  .sec7-footer ul li a {
    font-family: 'GT-Walsheim-Regular';
    color: #fff;
    padding: 8px 0;
    display: block;
    font-size: 18px;
    width: 160px;
}
.footer-links:hover{
  color: #4ca647;
}
.social-icons {
  margin-top: 2rem;
  display: flex;
  gap: 5px;
}
.social-icons a {
  background: #313131;
  padding: 5px 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  width: 50px;
  justify-content: center;
}
.social-icons a:hover{
  background: #4ca647;
}
.social-icons a i {
  font-size: 25px;
  color: white;
}
.sec7-footer .form-control {
  font-family: 'GT-Walsheim-Regular';
}
.sec7-footer .input-group-text {
  border-radius: unset;
  border-right: none;
}
.plane-icon {
    background: #4fa544;
    padding: 8px 20px;
    border: none;
}
.plane-icon i {
  color: white;
}
.footer-B {
  display: block;
  border-bottom: 3px solid white;
  width: 25%;
  margin-top: 35px;
}

.sec7-footer .payment-img {
  display: grid;
  place-content: center;
  padding-top: 20px;
}

.footer-Bottom {
  border-bottom: 2px solid white;
  margin-top: 4rem;
}

/* signup */


.signup_section .signup-container {
  width: 100%;
  max-width: 670px;
  margin: 20px;
  padding: 20px;
}

.signup_section .signup-box {
  background-color: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: 3px solid #4ca647;
}

.signup_section h2 {
  font-size: 35px;
  color: #000000;
  margin-bottom: 10px;
  font-family: 'GT-Walsheim-Medium';
  text-align: center;
}

.signup_section .form-group {
  margin-bottom: 15px;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}

.signup_section label {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: #000000;
  width: 50%;
  font-family: 'GT-Walsheim-Regular';
  /* font-weight: 700; */
}

.signup_section label span {
  color: red;
}

.signup_section input[type="text"],
.signup_section input[type="email"],
.signup_section input[type="tel"],
.signup_section input[type="password"] {
  width: 100%;
  padding: 10px;
  border: none;
  border-bottom: 2px solid black !important;
  /* border-radius: 4px; */
  margin-bottom: 10px;
}

.signup_section .mobile-input select {
  border-radius: 0px;
  border: none;
  border-bottom: 2px solid black;
  width: 45%;
}

.signup_section .mobile {
  width: 33%;
}

.signup_section .mobile-input select:focus-visible {
  outline: none
}

.signup_section input:focus-visible {
  outline: unset !important;
  border-bottom: 2px solid rgb(6, 158, 6) !important;
}

.signup_section .mobile-input {
  display: flex;
  align-items: center;
  width: 67%;
}

.signup_section select {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-right: 10px;
}

.signup_section .signup-btn {
  width: 100%;
  padding: 12px;
  background-color: #4ca647;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

.signup_section .signup-btn:hover {
  background-color: #3a8136;
}

.signup_section .login-link {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
}

.signup_section .login-link p {
  font-family: 'GT-Walsheim-Medium';
}

.login-link a {
  color: #4ca647;
  text-decoration: none;
}

.signup_section .login-link a:hover {
  text-decoration: underline;
}

.sec-privacy h4 {
  padding: 1rem 0;
  font-family: 'GT-Walsheim-Medium';
  font-size: 30px;
}
.sec-privacy h5 {
  padding: 10px 0;
  font-family: 'GT-Walsheim-Medium';
}
.sec-privacy ul li {
  list-style: disc;
  font-family: 'GT-Walsheim-Regular';
}
.sec-privacy p{

  font-family: 'GT-Walsheim-Regular';
}
.sec-privacy ul {
  padding-left: 17px;
}


/* Responsive Design */
@media screen and (max-width: 768px) {
  .signup_section .signup-box {
      padding: 20px;
  }

  .signup_section h2 {
      font-size: 22px;
  }

  .signup_section .form-group {
      margin-bottom: 12px;
  }

  .signup_section input[type="text"],
  .signup_section input[type="email"],
  .signup_section input[type="tel"],
  .signup_section input[type="password"],
  .signup_section select {
      font-size: 14px;
  }

  .signup_section .signup-btn {
      font-size: 14px;
      padding: 10px;
  }
  .cart-totals {
    padding: 10px;
}

.cart-table th, .cart-table td {
    padding: 10px;
}

.product img {
    width: 70px;
}

.quantity button {
    width: 25px;
    height: 25px;
}

.quantity input {
    width: 40px;
    font-size: 14px;
}

.checkout-btn {
    padding: 12px;
}
.sec2-form .conta0ct-container {
  flex-direction: column;
}

.sec2-form .contact-form {
  width: 100%;

}


.forgot_section .forgot-password-box {
padding: 20px;
}

.forgot_section h2 {
font-size: 22px;
}

.forgot_section .continue-btn {
font-size: 14px;
padding: 10px;
}

.forgot_section .back-to-login a {
font-size: 13px;
}
.checkout-container {
padding: 15px;
}

.form-group input, .form-group select, .form-group textarea {
padding: 8px;
}

.place-order-btn {
padding: 10px;
}
.checkout-container .form-group {
margin: 0;
}
}

@media screen and (max-width: 480px) {
  .signup_section .signup-box {
      padding: 15px;
  }

  .signup_section h2 {
      font-size: 20px;
  }

  .signup_section input[type="text"],
  .signup_section input[type="email"],
  .signup_section input[type="tel"],
  .signup_section input[type="password"],
  .signup_section select {
      font-size: 12px;
  }

  .signup_section .signup-btn {
      font-size: 12px;
      padding: 8px;
  }

  .signup_section .login-link {
      font-size: 12px;
  }
  .cart-section, .cart-totals {
    width: 100%;
    padding: 10px;
}

.cart-totals {
    border: none;
}

.cart-table th, .cart-table td {
    padding: 5px;
}
.product-info h4 {
  font-size: 15px;
}
.product img {
    width: 60px;
}

.quantity button {
  width: 20px;
  height: 30px;
}
.product img {
  margin-right: 5px;
}
.quantity input {
    width: 35px;
    font-size: 12px;
}

.checkout-btn {
    padding: 10px;
    font-size: 14px;
}

.coupon input, .coupon button {
    width: 100%;
    margin-bottom: 10px;
}

.coupon button {
    width: 100%;
    margin-top: 10px;
}
.checkout-container {
  padding: 10px;
}

.place-order-btn {
  font-size: 14px;
  padding: 8px;
}

.no-payment-methods p, .privacy-notice p {
  font-size: 12px;
}
}

/* signup */



/* forgot-password */

.forgot_section .forgot-password-container {
  width: 100%;
  max-width: 500px;
  margin: 20px;
  border: 3px solid #4ca647;
}

.forgot_section .forgot-password-box {
  background-color: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.forgot_section h2 {
  font-size: 35px;
  color: #000000;
  margin-bottom: 10px;
  font-family: 'GT-Walsheim-Medium';
}

.forgot_section p {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.forgot_section .form-group {
  margin-bottom: 20px;
}

.forgot_section label {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  color: #333;
}

.forgot_section label span {
  color: red;
}

.forgot_section input[type="email"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  margin-bottom: 10px;
}

.forgot_section .continue-btn {
    width: 20%;
    padding: 5px 0px;
    background-color: #4ca647;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

.forgot_section .continue-btn:hover {
  background-color: #3e863a;
}

.forgot_section .back-to-login {
  margin-top: 20px;
}

.forgot_section .back-to-login a {
  font-size: 14px;
  color: #4ca647;
  text-decoration: none;
}

.forgot_section .back-to-login a:hover {
  text-decoration: underline;
}

.forgot_section .back-to-login i {
  margin-right: 5px;
}


.title{
  max-width: 400px;
  margin: auto;
  text-align: center;
  font-family: "Poppins", sans-serif;
  h3{
    font-weight: bold;
  }
  p{
    font-size: 12px;
    color: #118a44;
    &.msg{
      color: initial;
      text-align: initial;
      font-weight: bold;
    }
  }
}

.otp-input-fields{
  margin: auto;
  background-color: white;
  /* box-shadow: 0px 0px 8px 0px #02025044; */
  max-width: 400px;
  width: auto;
  display: flex;
  justify-content: center;
  gap: 10px;


  input{
    height: 40px;
    width: 40px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #2f8f1f;
    text-align: center;
    outline: none;
    font-size: 16px;
    &::-webkit-outer-spin-button,
    &::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }

    /* Firefox */
    &[type=number] {
      -moz-appearance: textfield;
    }
    &:focus{
      border-width: 2px;
      border-color: darken(#2f8f1f, 5%);
      font-size: 20px;
    }
  }
}

.result{
  max-width: 400px;
  margin: auto;
  padding: 24px;
  text-align: center;
  p{
    font-size: 24px;
    font-family: 'Antonio', sans-serif;
    opacity: 1;
    transition: color 0.5s ease;
    &._ok{
      color: green;
    }
    &._notok{
      color: red;
      border-radius: 3px;
    }
  }
}


/* Responsive Design */


/* forgot-password */


/*  */

.my_profile .profile-container {
  max-width: 675px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background-color: white;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  border-radius: 8px;
  /* border: 3px solid #4ca647; */
}

.my_profile h1 {
  text-align: center;
  font-size: 35px;
  margin-bottom: 20px;
  font-family: 'GT-Walsheim-Medium';

}

.profile-section {}

.my_profile .profile-image {
  position: relative;
  text-align: center;
}

.my_profile .profile-image img {
    width: 188px;
    height: 188px;
    border-radius: 50%;
    border: 2px solid #ccc;
}

.my_profile .edit-photo {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background-color: blue;
  color: white;
  padding: 4px;
  border-radius: 50%;
  font-size: 16px;
}

.my_profile .profile-details {
  flex: 1;
  /* padding-left: 20px; */
  display: grid;
  place-content: center;
}
.my_profile .profile-details strong {
  width: 140px;
}
.my_profile .profile-details p {
  margin-bottom: 10px;
  font-size: 16px;
}

.my_profile .edit-links {
  text-align: right;
}

.my_profile .edit-link {
  color: #4ca647;
  font-family: 'GT-Walsheim-Regular';
  text-decoration: none;
  font-size: 14px;
  margin-left: 10px;
}
.my_profile .edit-links{
  margin-right: 60px;
}
.my_profile .password-section {
  display: flex;
  align-items: center;
}

.my_profile .password-section p {
  margin-right: 10px;

}

.my_profile .show-password {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

.my_profile h2 {
  text-align: center;
  font-size: 24px;
  margin-top: 30px;
  font-family: 'GT-Walsheim-Medium';
}

.profile-image h1 {
font-size: 20px;
text-align: center;
margin: 20px 0 20px;
}
.profile-image h1 small {
display: block;
font-size: 15px;
padding-top: 8px;
color: gray;
}
.profile-image .avatar-upload {
position: relative;
max-width: 205px;
margin: 50px auto;
}
.profile-image .avatar-upload .avatar-edit {
position: absolute;
right: 12px;
z-index: 1;
top: 10px;
}
.profile-image .avatar-upload .avatar-edit input {
display: none;
}
.profile-image .avatar-upload .avatar-edit input + label {
display: inline-block;
width: 34px;
height: 34px;
margin-bottom: 0;
border-radius: 100%;
background: #FFFFFF;
border: 1px solid transparent;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
cursor: pointer;
font-weight: normal;
transition: all 0.2s ease-in-out;
}
.profile-image .avatar-upload .avatar-edit input + label:hover {
background: #f1f1f1;
border-color: #d6d6d6;
}
.profile-image .avatar-upload .avatar-edit input + label:after {
content: "\F219";
font-family: 'bootstrap-icons';
color: #757575;
position: absolute;
top: 7px;
left: 0;
right: 0;
text-align: center;
margin: auto;
}
.profile-image .avatar-upload .avatar-preview {
width: 192px;
height: 192px;
position: relative;
border-radius: 100%;
border: 6px solid #F8F8F8;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.profile-image .avatar-upload .avatar-preview > div {
width: 100%;
height: 100%;
border-radius: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

/* my-profile */



/* edit-profile */

.edit_profile .form-container {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  width: 100%;
  max-width: 600px;
  text-align: center;
  /* border: 3px solid #4ca647; */
}

.edit_profile h1 {
  text-align: center;
  font-size: 35px;
  margin-bottom: 20px;
  font-family: 'GT-Walsheim-Medium';
}

.edit_profile .form-group {
  margin-bottom: 15px;
  text-align: left;
}

.edit_profile .form-group label {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  font-family: 'GT-Walsheim-Regular';
}

.edit_profile .form-group input {
  width: 100%;
  padding: 10px;
  /* font-size: 14px; */
  border: 1px solid #ccc;
  border-radius: 4px;
}

.edit_profile .form-actions {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.edit_profile button {
  padding: 10px 20px;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.edit_profile .cancel-btn {
  background-color: #888;
  color: white;
  margin-right: 10px;
}

.edit_profile .save-btn {
  background-color: #4CAF50;
  color: white;
}

.edit_profile button:hover {
  opacity: 0.9;
}

/* edit-profile */

@media screen and (min-width:1600px) and (max-width:1850px) {
  .stop-content {
    padding-left: 5rem;
  }
  .half-line img {
    bottom: -40px;
    z-index: -1;
}
}


@media screen and (min-width:1400px) and (max-width:1599px) {
  .stop-content {
    padding-left: 2rem;
  }
  .stop-content h2 {
    padding-top: 1rem !important;
  }
  .half-line img {
    bottom: -5px;
    right: -22px;
  }
  .sun-stickers {
    top: 88px;
    left: 0px;
    width: 250px;
  }
  .sec6-testi .half-line {
    bottom: 10px;
    right: 0;
}
.our-mission {
  margin-top: -65px;
}
}

@media screen and (min-width:1200px) and (max-width:1399px) {

  .stop-content {
    padding-left: 2rem;
    padding-right: 0;
  }
  .add_shop {
    padding: 1px 5px;
    right: 53px;
  }
  .stop-content h2 {
    padding-top: 1rem !important;
  }
  .product-card p {
    font-size: 16px;
  }
  .half-line img {
    bottom: -17px;
    right: -75px;
  }
  .testi-content img {
    object-fit: contain;
  }
  .quotes {
    position: relative;
    right: -13px;
    bottom: -15px;
  }
  .testi-content h4 {
    font-size: 16px;
  }
  .testi-content small {
    font-size: 14px;
  }
  .sun-stickers {
    position: absolute;
    top: 82px;
    left: 0;
    width: 250px;
  }
  .sec6-testi .half-line {
    position: absolute;
    bottom: 12px;
    right: 0;
}
.our-mission {
  margin-top: 0px;
}
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .stop-content {
    padding-left: 2rem;
    padding-right: 0;
  }
  .stop-content h2 {
    padding-top: 1rem !important;
  }
  .half-line img {
    bottom: -17px;
    right: -75px;
  }
  .our-mission {
    margin-top: 0px;
  }
  .stop-content p {
    font-size: 14px;
  }
  .bottom-leftstars img {
    left: 0;
  }
  .testi-content {
    height: 450px;
  }
  .quotes {
    right: -9px;
    bottom: -15px;
  }
  .testi-content img {
    width: 50px;
    object-fit: contain;
  }
  .testi-content h4 {
    font-size: 16px;
  }
  .testi-content small {
    font-size: 14px;
  }
  .testi-content p {
    height: 310px;
    font-size: 15px;
  }
  .sun-stickers {
    position: absolute;
    top: 110px;
    left: 12px;
    width: 165px;
  }
  .sec6-testi .half-line {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
}


@media screen and (min-width:768px) and (max-width:991px) {
  .sec1-banner .row {
    padding: 4rem 0;
  }
  .None-icons {
    height: 326px;
  }
  .our-mission {
    margin-top: 0px;
  }
  .sec5-why-choose .card-round {
    margin: 15px 0;
  }
  .add_shop {
    padding: 1px 5px;
    right: 90px;
  }
  .bottom-leftstars img {
    left: 0;
  }
  .testi-content h4 {
    font-size: 16px;
  }
  .testi-content small {
    font-size: 14px;
  }
  .off{
    display: none !important;
  }
  .loginMobile {
      gap: unset !important;
      background: unset !important;
      flex-direction: unset !important;
      padding: unset !important;
      width: unset !important;
      position: unset !important;
      border-radius: unset !important;
  }
  .loginMobile li a {
    color: #000 !important;
  }
  .logo img {
    margin-left: 0px;
  }
  .nav-brand li a {
    color: white;
  }
  .sun-stickers {
    position: absolute;
    top: 138px;
    left: -2px;
    width: 140px;
    z-index: -1;
  }
  .testi-content p {
    height: 310px;
    font-size: 15px;
  }
  .testi-content img {
    width: 50px;
    object-fit: contain;
  }
  .testi-content {
    height: 450px;
  }
  .quotes {
    right: -9px;
    bottom: -15px;
  }
  .girl-cover {
    background-size: contain;
    height: 34vh;
    background-repeat: no-repeat;
}
.sec6-testi .half-line {
  position: absolute;
  bottom: 8px;
  right: 0;
}
.sec4-stop .man-bg {
  width: 100%;
  margin: 30px auto;
  display: flex;
  justify-content: center;
}
.man-bg img {
  width: 50%;
}

.nav-brand {
  gap: 30px;
  background: #4ca647;
  flex-direction: column;
  padding: 2rem;
  width: 260px;
  position: absolute;
  border-radius: 5px;
  z-index: 10;
}
header .bi-list-nested {
  font-size: 35px;
  color: #000000;
}
.banner-content h3 {
  font-size: 34px;
}
.banner-content h1 {
  font-size: 45px;
}
.product-banner {
  background-position: right;
  margin-top: 50px;
}
}


@media screen and (min-width:320px) and (max-width:767px) {

  .sec1-banner .row {
    padding: 3rem 0;
  }
  .our-mission {
    margin-top: 0px;
  }
  .sec-about .banner-content h3 {
    font-size: 50px ;
}
  .banner-content h1 {
    font-size: 35px;
}
  .banner-content h3 {
    font-size: 25px;
  }
  .top-leftstars img {
    left: 0px;
    top: -26px;
  }
  .add_shop {
    padding: 1px 5px;
    right: 10px;
  }
  .logo img {
    margin-left: 0px;
  }
  .nav-brand {
    gap: 30px;
    background: #4ca647;
    flex-direction: column;
    padding: 2rem;
    width: 260px;
    position: absolute;
    border-radius: 5px;
    z-index: 10;
  }

  .loginMobile {
    gap: unset !important;
    background: unset !important;
    flex-direction: unset !important;
    padding: unset !important;
    width: unset !important;
    position: unset !important;
    border-radius: unset !important;
}
.loginMobile li a {
  color: #000 !important;
}

  header .bi-list-nested {
    font-size: 35px;
    color: #000000;
  }
  .nav-brand li a {
    color: white;
  }

  .sec5-why-choose .card-round {
    margin: 15px 0;
  }
  .None-icons {
    height: 305px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .off{
    display: none !important;
  }
  .sec2-banner img {
    width: 50%;
  }
  /* .nav-brand {
    display: none;
  } */
  .sun-stickers {
    position: absolute;
    top: 135px;
    left: 0px;
    width: 25%;
    z-index: -1;
}
.girl-cover {
  background-size: contain;
  height: 34vh;
  background-repeat: no-repeat;
}
.sec4-stop .man-bg {
  width: 100%;
  margin: 30px auto;
  display: flex;
  justify-content: center;
}
.man-bg img {
  width: 50%;
}
.stop-content {
  padding-left: 2rem;
  padding-right: 2rem;
}
.sec4-stop .half-line img {
  bottom: -320px;
}
.button-parent {
  display: flex;
  justify-content: center;
}
.sec6-testi .half-line {
  bottom: 10px;
  right: 0;
  }
  .sec1-banner {
    background-position: center;
  }
  .product-banner {
    background-position: right;
    margin-top: 50px;
  }
  .Banner-btn {
    width: 150px;
    font-size: 16px;
  }
  .banner_content_parent {
    padding: 5rem 0;
  }
  .sec2-form .contact-info {
    margin-left: 0;
    margin-top: 2rem;
  }
  .product-info h4 {
    font-size: 17px;
  }
}

@media screen and (min-width:320px) and (max-width:476px) {
  
  .product-banner {
    background-position: right;
    margin-top: 10px;
  }
  .product-banner .product-bg {
    padding: 9rem 0;
  }
  .footer-logo img {
    width: 50%;
  }
  .banner-content ul {
    padding-left: 1rem;
  }
  .banner-content ul li {
    list-style: disc;
    padding-left: 0;
  }
  .stop-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sec2-banner h2 {
    font-size: 32px;
  }
  .sec5-why-choose .Banner-btn {
    width: 60%;
    font-size: 12px;
  }
  .bottom-rightstars img {
    position: absolute;
    bottom: -72px;
    right: 12px;
    width: 45px;
  }
  .bottom-leftstars img {
    position: absolute;
    bottom: 60px;
    left: 5px;
    width: 50px;
  }
  .nav-icons > div {
    gap: 0;
    display: grid !important;
    place-items: center;
  }
  .nav-icons a i {
    font-size: 25px;
  }
  .nav-icons .dropdown button {
    font-size: 12px;
  }
  .nav_user {
    padding-right: 0px;

  }
  .sec6-testi h2 {
    font-size: 35px;
  }
  .quotes {
    right: 0;
    bottom: -29px;
  }
  .testi-content h4 {
    font-size: 15px;
  }
  .quotes img {
      width: 45px;
      height: 75%;
  }
  .top-rightstars img {
    width: 50px;
  }
  .sec5-why-choose h2 {
    font-size: 35px;
  }
  .top-leftstars img {
    top: -132px;
    width: 50px;
  }

  .logo img {
    width: 100px;
  }
  .top-nav > div p {
    font-size: 16px;
  }
  .stop-content .Banner-btn {
    font-size: 15px;
    padding: 11px 12px;
  }
  .product-card {
    height: auto;
    margin: 1rem 0;
  }
  .None-icons {
    height: auto;
  }
  .signup_section label {
    font-size: 12px;
  }
  .sec1-banner .Banner-btn {
    font-size: 14px;
    width: 135px;
    padding: 10px 20px;
  }
  .banner-content ul p {
    padding: 5px 0;
  }
  .banner-content h1 {
    font-size: 30px;
  }
  .banner-content h3 {
    font-size: 22px;
  }
  .banner-content ul li, .banner-content ul p {
    font-size: 16px;
  }
  .banner_content_parent {
    padding: 4rem 1rem;
  }
  .product-info h4 {
    font-size: 12px;
    width: 70px;
}
.product-details h3 {
  font-size: 22px;
}
.ratio {
  width: 70% !important;
}
.product-details .price {
  text-align: center;
}
.product-details h3 {
  text-align: center;
}
.related-product img {
  width: 60%;
}
.related-products  .inner-icons {
  margin-left: 0 !important;
  display: flex !important;
  justify-content: center;
}
.sec5-why-choose .card-round img {
  width: 35%;
}
.sec5-why-choose .card-round h3 {
  font-size: 18px;
}
}
