.main-cart {
  display: flex;
  padding: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.cart-1 img {
  width: 170px;
  height: 14vh;
  border-radius: 10px;
  object-fit: cover;
}

@media (max-width: 560px) {
  .cart-1 img {
    width: 120px;
    height: 14vh;
    object-fit: cover;
  }
}

.cart-1 span {
  position: relative;
  top: -2rem;
  padding: 10px;
}

.cart-2 {
  flex-grow: 2;
  text-align: end;
  /*padding: 10px;*/
}

.cartb input {
  width: clamp(48px,49px,50px);
  position: relative;
  top: 2rem;
  background-color: rgba(227, 223, 223, 0.316);
  border:  solid gray 1px;
  border-radius: 5px;
}

.cartb button {
  border: none;
  font-weight: bolder;
  background-color:transparent;
  text-align: center;
  width: 35px;
  border-radius: 5px;
  position: relative;
  top: 2rem;
  border: solid gray 1px;
  background-color: rgba(227, 223, 223, 0.316);
}
.cartb button:hover{
  background-color:green;
}


#num {
  text-align: start;
  padding: 10px;
}

#num button {
  margin-top: 1rem;
  width: 100%;
}

.section {
  position: relative;
  width: 100%;
  height: 90vh;
  /*display: flex;*/
  justify-content: start;
  align-items: start;
  padding: 2rem;
  top: -2rem;
}

.pro-1 img {
  width: 80px;
  height: 80px;
  padding: 10px;
}

.pro-main {
  display: flex;
  border: none;
  margin-top: -2rem;
  /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
}

.pro-2 h3 {
  font-size: 17px;
  text-align: justify;
  margin-top: 24px;
  font-weight: 700;
  line-height: 3px;
}

.pro-2 p {
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  margin-top: 24px;
  line-height: 3px;
}

.accordion-container {
  width: 100%;
}

.accordion-header {
  color: black;
  padding: 15px;
  font-size: 18px;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.accordion-header:hover {
  background-color: rgba(148,214,155,0.58);
}

.accordion-header {
  background-color: transparent;
}

.accordion-content {
  background-color: transparent;
  overflow: hidden;
  padding: 0 15px;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.icon {
  transition: transform 0.3s ease;
}

.active .icon {
  transform: rotate(45deg);
}

#sett {
  display: flex;
}

.profile {
  text-transform: capitalize;
  color: black;
  font-size: 16px;
  font-weight: 300;
  margin-top: 3px;
}

a {
  text-decoration: none;
}

.bx {
  color: #006600;
  font-size: 26px;
  margin-right: 1rem;
  margin-left: 1rem;
}

.accordion-content a {
  color: black;
  font-weight: 300;
  margin: 2px;
}

#card {
  border: none;
  margin: -10px;
  background-color: transparent;
  border-bottom: 1px solid rgba(128,128,128,0.24);
  border-radius: 0px;
  /*width: 90%;*/
  /*margin: 10px;*/
}

#card:hover {
  background: rgba(133,186,66,0.15);
}

.profile1 {
  background-color: #006600;
  margin-top: -5px;
  font-size: 16px;
  margin: 1px;
}

.log {
  height: 1px;
  border-bottom: 1px solid black;
  width: 100%;
}

.or {
  background-color: rgba(73,140,76,0.44);
  border-radius: 25px;
  padding: 6px;
  font-size: 11px;
  font-weight: bold;
  margin-top: -4px;
}

.logi {
  margin-top: 8rem;
  padding: 3rem;
  font-family: 'Nunito';
}

.logi h3 {
  font-weight: 700;
}

.logi label {
  padding: 6px;
}

.lotex {
  display: flex;
  justify-content: center;
  gap: 12px;
  font-size: 13px;
}

.lotex a {
  color: #006600;
  text-decoration: underline;
}

.logi button {
  padding: 8px;
}

.mainlog {
  margin-top: 3rem;
}

.loic {
  display: flex;
  justify-content: space-evenly;
}

#logi {
  margin-top: -0.1rem;
}

.loic div {
  background-color: #006600;
  color: white;
}

.blob {
  width: 70%;
  /*height: 278px;*/
  margin-top: -6rem;
  position: absolute;
  margin-left: -29px;
  z-index: -1;
  overflow: hidden;
  
}

.blob2 {
  width: 70%;
  /*height: 278px;*/
  margin-top: -12.7rem;
  position: absolute;
  margin-left: -29px;
  z-index: -1;
  overflow: hidden;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

@media (min-width: 560px) {
  .blob {
    display: none;
  }
}

@media (min-width: 560px) {
  .blob2 {
    display: none;
  }
}

.bottom-navbar {
  position: fixed;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  background: #fff;
  border-radius: 30px 30px 0px 0px;
  padding: 10px 0px;
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,.05);
}

.bottom-navbar button {
  width: 60px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px;
  background: transparent;
  border-radius: 20px;
  transition: all .25s ease;
}

.bottom-navbar button:active:not(.float) {
  transform: scale(1.2);
}

.bottom-navbar button.float {
  margin-top: -50px;
  background: darkgreen;
  color: #fff;
  border-radius: 25px;
  height: 60px;
  box-shadow: 0px 10px 20px 0px rgba(68,118,88,0.4);
}

.bottom-navbar button.active {
  color: #006400;
}

.bottom-navbar button i {
  font-size: 1.5rem;
  pointer-events: none;
}

.con-effect {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  overflow: hidden;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.effect {
  background: rgba(133,186,66,0.15);
  width: 60px;
  height: 50px;
  position: absolute;
  left: 13px;
  border-radius: 18px;
}

#model {
}

.scrollable-tabs {
  overflow-x: auto;
}

.scrollable-tabs .nav-pills {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
}

.tab-content {
  margin-top: 8rem;
}

.nav-pills li {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 30px;
  padding: 10px;
  width: 7rem;
}

.nav-pills li a {
  color: #000000;
  text-decoration: none;
}

#div {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100vw;
}

#longi {
  padding: 2rem;
  margin-top: 2rem;
}

body {
  font-family: 'Nunito';
}

