@media screen and (max-width: 600px) {
    * {
        scroll-behavior: smooth;
        margin: 0;
        padding: 0;
      }
  html {
      box-sizing: border-box;
      top: 0;
      left: 0;
  }
  body {
      background-color: #fff;
      overflow-x: hidden;
      width: 100%;
  }
  :root {
    --brand-color: #029B2E;
  }
  header {
    display: flex;
    width: 100%;
    height: 25px;
    background-color: #Fff;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0px;
    z-index: 9999;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #fef9f9;
}
.logo {
    display: flex;
    flex-direction: row;
    margin-top: -1.7rem;
}
nav {
    width: 30%;
    margin-right: 2rem;
    margin-top: 1.5rem;
  }
  #nav {
    color: grey;
    font-family: tahoma;
    font-size: 10px;
  }
  a {
    text-decoration: none;
    cursor: pointer;
  }
  #nav:hover {
    background-color: var(--brand-color);
    color: white;
}
ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
}
  #text {
    font-family: 'Old Standard TT', serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -3px;
    margin-top: 3.2rem;
    color: var(--brand-color);
}
i.gem {
    margin-left: 1.5rem;
    font-size: 18px;
    color: var(--brand-color);
    margin-top: 50px;
}
.one {
    background-color: #Fff;
    width: 100%;
    height: 83vh;
    padding-top: 5rem;
    overflow: hidden;
}
#tag {
    font-family: 'Manrope', sans-serif;
    font-size: 55px;
    margin-left: 1.3rem;
    line-height: 55px;
}
#delicious {
    margin-left: 1.4rem;
    font-family: 'Manrope', sans-serif;
    margin-top: 0.5rem;
}
.but {
    background-color: var(--brand-color);
    padding: 10px 15px;
    color: white;
    border: none;
    margin-top: 3rem;
    margin-left: 1.3rem;
    font-size: 16px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#more {
    color: white;
}
#img-one {
    width: 110%;
    align-items: right;
    margin-left: 6rem;
    margin-top: -12rem;
}
.special-container {
    width: 100%;
    height: 40vh;
    background-color: #029B2E;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
    color: #fff;
}
.drop-down {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.about {
    padding-top: 1.5rem;
    font-family: arial;
    font-size: 19px;
    color: #f1efef;
}
.fa-circle-arrow-down {
    color: #fff;
    padding-top: 1.5rem;
    margin-left: 16rem;
    font-size: 20px;
}
#brag {
    font-size: 11px;
    text-align: left;
    margin-left: 1.3rem;
    margin-top: 0.7rem;
    line-height: 18px;
    color: #f1efef;
    margin-right: 0.7rem;
}
.two {
    background-color: #Fff;
    width: 100%;
    height: 115vh;
    overflow: hidden;
}
.slider-text {
    font-family: arial;
    font-size: 18px;
    text-align: left;
    margin-left: 1.4rem;
    padding-top: 2rem;
    margin-bottom: 1.5rem;
    position: relative;
    transition: all 3s ease-in-out;
}
#menu {
    color: #000;
}
#menu,#menu1 {
    display: inline;
}
#menu1 {
    color: #029B2E;
}
#imgg {
    border-radius: 6px;
    width: 90%;
    height: 37vh;
    margin-left: 1.3rem;
}
#menu2 {
    color: #029B2E;
    font-family: arial;
    margin-left: 1.4rem;
    margin-top: 1rem;
    font-size: 22px;
    text-decoration: underline;
}
#menu2:hover {
    cursor: pointer;
    text-decoration: underline;
}
.first-frame {
    width: 100%;
    height: 18vh;
    display: flex;
    flex-direction: row;
    gap: 10px;
    overflow-x: scroll;
    margin-left: 1.3rem;
    margin-top: 1rem;
}
#wrap-one {
    border-radius: 6px;
    width: 40%;
    height: 18vh;
}
#menu3 {
    font-family: arial;
    margin-left: 1.4rem;
    margin-top: 1.5rem;
}
.discount {
    font-family: arial;
    color: #029B2E;
    font-size: 20px;
}
.second-frame {
    width: 100%;
    height: 20vh;
    display: flex;
    flex-direction: row;
    gap: 10px;
    overflow-x: scroll;
    margin-left: 1.3rem;
    margin-top: 1rem;
    padding-right: -6rem;
}
#wrap-two {
    border-radius: 6px;
    width: 45%;
    height: 20vh;
}
#bug {
    margin-left: 1.3rem;
}
.fa-ellipsis {
    color: #029B2E;
    font-size: 24px;
    margin-top: 1rem;
    margin-left: 12rem;
}
.three {
    width: 100%;
    height: 114vh;
    border-top: 2px solid rgb(235, 233, 233);
    background-color: #029B2E;
}
#avail {
    font-family: sans-serif;
    font-size: 30px;
    margin-left: 1.4rem;
    margin-top: 3rem;
    color: #fff;
}
#availl {
    font-family: tahoma;
    font-size: 16px;
    margin-left: 1.4rem;
    color: #f1efef;
}
.special-container-two {
    width: 100%;
    height: 95vh;
    background-color: #fff;
    border-top-right-radius: 45px;
    border-top-left-radius: 45px;
    margin-top: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 2rem;
}
.sc-one {
    width: 85%;
    height: 100px;
    border-radius: 20px;
    background-color: #fff;
    margin-left: 1.6rem;
    margin-top: 1.1rem;
    box-shadow: 0 5px 10px rgba(65, 64, 64, 0.2);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
#but-sc-one1 {
    width: 85%;
    height: 45px;
    border-radius: 20px;
    background-color: #029B2E;
    margin-left: 1.6rem;
    margin-top: 1.1rem;
    box-shadow: 0 5px 10px rgba(0, 00, 0, 0.2);
    margin-top: 2rem;
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
}
.burger-style {
    display: flex;
    flex-direction: column;
    align-items: left;
    margin-left: -0.5rem
}
#b1 {
    width: 25%;
    margin-left: -0.5rem;
}
#bs-one {
    font-size: 12px;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
}
#bs-two {
    font-size: 10px;
    font-family: 'Manrope', sans-serif;
    color: grey;
}
#bs-three {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 14px;
}
.quantity-one {
    width: 90px;
    height: 23px;
    border-radius: 20px;
    border: none;
    color: black;
    text-align: center;
    position: relative;
    top: 0rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
    background-color: transparent;
    border: 1.5px solid #e7e6e2;
}
.minus, .num, .plus {
    position: relative;
    font-family: arial;
    color: #cbcac7;
    text-align: center;
    width: 100%;
    font-size: 15px;
    font-family: 'Arial Narrow Bold', sans-serif;
    font-weight: 500;
}
.span-one {
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-size: 30px;
    font-family: 'Arial Narrow Bold', sans-serif;
    font-weight: 500;
}
.span-one span.num {
    font-size: 11px;
    font-family: 'Arial Narrow Bold', sans-serif;
    font-weight: 700;
    border-right: 2px solid #e7e6e2;
    border-left: 2px solid #e7e6e2;
    pointer-events: none;
    color: #515151;
}
.btn {
    padding: 5px 17px;
    background: #029B2E;
    border: 0;
    outline: none;
    font-size: 9px;
    border-radius: 10px;
    cursor: pointer;
    color: #fff;
}
.popup {
    width: 200px;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.1);
    text-align: center;
    padding: 0 30px 30px;
    color: #333;
    visibility: hidden;
    transition: transform 0.4s, top 0.4s;
    z-index: 20;
    box-shadow: 0 5px 10px rgba(65, 64, 64, 0.2);
}
.open-popup {
    visibility: visible;
    top: 280%;
    transform: translate(-50%, -50%) scale(1);
}
.popup .fa-circle-check{
    margin-top: -50px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    color: #029B2E;
    font-size: 45px;
    z-index: 50;
}
.popup h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 30px 0 10px;
    font-family: Arial, Helvetica, sans-serif;
}
.popup p {
    font-size: 12px;
}
.popup button {
    width: 100%;
    margin-top: 50px;
    padding: 10px 0;
    background-color: #029B2E;
    color: #fff;
    border: 0;
    outline: none;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}
footer {
    width: 100%;
    height: 25vh;
    background-color: #029B2E;
    padding-top: 0.6rem;
}
#connect {
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-top: 1.5rem;
    font-family: arial;
}
.logo-icon {
    font-size: 25px;
    letter-spacing: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 2.5rem;
    margin-top: 2.5rem;
}
.lg {
    color: #fff;
}
#copyright {
    text-align: center;
    color: #fff;
    margin-top: 3.5rem;
    font-style: italic;
    font-size: 9px;
}

}