
/* // <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
} */
::placeholder{
  color: #335f13c4;
  font-size: 20px;
  font-weight: 400;
}
:root{
    --light-grean:#5AAC1C;
    --dark-grean:#335F13;
    --yellow-gold:#EEDD47;
    --light-grean-overlay:#CCEF86;
    --gray:rgb(73, 73, 73);
    --light-grean-opicity:#335f139c;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Inter", sans-serif !important;
    font-optical-sizing: auto !important;
}

a,p,span,li{
    font-family: "Inter", sans-serif !important;
    font-optical-sizing: auto !important;
}



.text-light-grean{
    color: var(--light-grean) !important;
}
.text-dark-grean{
    color: var(--dark-grean);
}
.text-light-grean-form{
  color: #335f13c4;
}
.text-red{
  color: #F43939;
}
.text-gray{
  color: var(--gray) ;
}

.text-yellow{
  color: var(--yellow-gold);
}
.bg-light-grean-overlay{
  background-color: var(--light-grean-overlay);
}

.bg-overlay{
    background-color: var(--light-grean-overlay);
}
.bg-overlay-2{
    background-color: #ccef8681;
}
.bg-dark-grean{
  background-color: var(--dark-grean);
}
.bg-light-grean{
  background-color: var(--light-grean);
}
.font-26{
    font-size: 26px;
}
.font-20{
    font-size: 20px;
}
.font-22{
    font-size: 22px;
}
.font-32{
    font-size: 32px;
}
.font-36{
    font-size: 36px;
}
.font-24{
    font-size: 24px;
}
.font-23{
    font-size: 23px;
}
.font-13{
    font-size: 13.3px;
}
.font-18{
    font-size: 18px;
}
.font-28{
    font-size: 28px;
}
.font-16{
    font-size: 16px;
}
.w-98{
  width: 98%;
  margin: auto;
}
.w-90{
    width: 90% !important;
    margin: auto;
}
.w-61{
    width: 61%;
    margin: auto;
}
.w-70{
    width: 70%;
    margin: auto;
}

.w-30{
  width: 30%;
  margin: auto;
}
.w-fit{
    width: fit-content !important;
    height: fit-content !important;
}
.w-80{
  width: 80% !important;
  margin: auto;
}

.text-grean-poin{
  color: #335f13ce;
}
.cursor{
    cursor: pointer;
}
.line-hight{
    line-height: 25px;
}
.line-hight-2{
    line-height: 28px;
}

.border-dark-grean{
    border: 4px solid var(--dark-grean) !important;
}
.border-dark-grean-provide{
    border: 3px solid var(--dark-grean) !important;
}
.border-dark-grean-icon{
    border: 3px solid var(--light-grean) !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.bg-light-grean-opicity{
  color: var(--light-grean-opicity);
}

.bg-cart-overlay{
  background-color: #ccef866c !important;
}
.bg-Checkout-overlay{
  background-color: #ccef869f;
}
/* navbar */
.Victor-img{
    width: 78px;
    height: 78px;
}
.Victor-img-border{
    border: 8px solid var(--light-grean-overlay);
    border-radius: 50%;
}

.border-yellow-login{
  border: 3px solid var(--yellow-gold) !important;
}
.border-yellow{
  border: 3px solid var(--yellow-gold);
  transition: 0.5s;
}
.border-yellow:hover{
  border: 3px solid var(--yellow-gold);
  background-color: #3a8600;
}
.text-gold{
  color: var(--yellow-gold);
}

.line{
    width: 100%;
    height: 3px;
    background-color: var(--yellow-gold);
}
.line-cart{
    width: 90%;
    height: 3px;
    margin: auto;
    background-color: #eedd47b7;
}
.line-lighter{
    width: 100%;
    height: 2px;
    background-color:#eedd4770;
}
.line2{
    width: 32%;
    height: 4px;
    margin: auto;
    background-color: var(--yellow-gold);
}
.footer-border{
  border-bottom: 5px solid  var(--yellow-gold);
  width: fit-content;
}

.mobile-nav{
    display: none !important;
}

.Confirm{
  color: var(--yellow-gold);
}

#checkbox2 {
  display: none;
}

.toggle2 {
  position: relative;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition-duration: .5s;
}

.bars {
  width: 100%;
  height: 6px;
  background-color: var(--dark-grean);
  border-radius: 6px;
}

#bar5 {
  transition-duration: .8s;
}

#bar4,#bar6 {
  width: 80%;
}

#checkbox2:checked + .toggle2 .bars {
  position: absolute;
  transition-duration: .5s;
}

#checkbox2:checked + .toggle2 #bar5 {
  transform: scaleX(0);
  transition-duration: .5s;
}

#checkbox2:checked + .toggle2 #bar4 {
  width: 100%;
  transform: rotate(45deg);
  transition-duration: .5s;
}

#checkbox2:checked + .toggle2 #bar6 {
  width: 100%;
  transform: rotate(-45deg);
  transition-duration: .5s;
}

#checkbox2:checked + .toggle2 {
  transition-duration: .5s;
  transform: rotate(180deg);
  
}

.nav-footer-link{
  transition: 0.5s;
  border-bottom: 2px solid transparent;

}
.nav-footer-link:hover{
  color: #00cf23 !important;
  border-bottom: 2px solid #00cf23;
}


/* home-btn */
button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
  }
  
  button.learn-more {
    width: 12rem;
    height: auto;
  }
  
  button.learn-more .circle {
    transition: all 0.5s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: var(--light-grean);
    border-radius: 1.625rem;
  }
  
  button.learn-more .circle:hover {
    box-shadow: none !important;
  }
  
  button.learn-more .circle .icon {
    transition: all 0.5s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
  }
  
  button.learn-more .circle .icon.arrow {
    transition: all 0.5s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
  }
  
  button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
  }
  
  button.learn-more .button-text {
    transition: all 0.5s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: -50%;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
  }
  button.learn-more .button-text:hover {
    transition: all 0.5s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0%;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
  }
  
  button:hover .circle {
    width: 100%;
  }
  
  button:hover .button-text {
    transform: translate(-1.7rem, 0);
  }
  
  button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(8.7rem, 0);
  }
  
  button:active .circle .icon.arrow {
    transform: translate(9.5rem, 0);
    transition: all 0.5s;
  }
  
  button:active .circle {
    transform: scale(0.9);
    transition: all 0.5s;
  }
  
  button:hover .button-text {
    color: #fff;
  }
  
  button:active .button-text {
    color: rgba(255, 255, 255, 0.459);
  }


  /* How to use Recyco */
.Recyco-overlay{
    top: 0px;
    bottom:15px;
    left: 0%;
    right: 0%;
    opacity: 0;
    transition: 0.7s;
}
.Recyco-overlay:hover{
    opacity: 1;
}
.num{
  width: 28px;
  height: 28px;
  border-radius: 50%;
}


/* about us */
.btn {
  --color:#5AAC1C ;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  border: none;
  background-color: transparent;
}

.btn div {
  letter-spacing: 2px;
  font-weight: bold;
  background: var(--color);
  border-radius: 2rem;
  color: white;
  padding: 1rem 30px !important;
}

.btn::before {
  content: '';
  z-index: -1;
  background-color: var(--color);
  border: 2px solid white;
  border-radius: 2rem;
  width: 110%;
  height: 100%;
  position: absolute;
  transform: rotate(10deg);
  transition: .5s;
  opacity: 0.2;
}

.btn:hover {
  cursor: pointer;
  filter: brightness(1.2);
  transform: scale(1.1);
}

.btn:hover::before {
  transform: rotate(0deg);
  opacity: 1;
}

.btn svg {
  transform: translateX(-200%);
  transition: .5s;
  width: 0;
  opacity: 0;
}

.btn:hover svg {
  width: 25px;
  transform: translateX(0%);
  opacity: 1;
}

.btn:active {
  filter: brightness(1.4);
}



/* form */
.form-control {
  background-color: #ccef86af;
  box-shadow: none !important;
}
.form-control:focus {
  background-color: #ccef86af;
  box-shadow: none !important;
}


.Add-to-cart-btn{
  transform: translateY(50%);
  transition: 0.5s;
}
.Add-to-cart-btn:hover{
 background-color: #00cf23;
}


.box-shodow{
  -webkit-box-shadow: 9px 9px 5px 3px rgba(224,224,224,1);
-moz-box-shadow: 9px 9px 5px 3px rgba(224,224,224,1);
box-shadow: 9px 9px 5px 3px rgba(224,224,224,1);
}

.know-btn{
  transition: 0.5s;
}
.know-btn:hover{
  background-color: #00cf23;
}

.video-btn{
  bottom: 2%;
}




.about-icon{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--yellow-gold);
  display: flex;
  align-items: start;
  justify-content: start;
}