@media screen and (min-width:200px) and (max-width:683px) {
    body {
        font-size: 80%;
    }
 
    .menu-toggle {
        position: absolute;
        right: 28px;
    }
    .menu li a {
        color: #fff;
        font-size: 1.1em;
        margin: 10px 0;
    }
    .menu-toggle.active span {
         background-color: #fff;
    }

    .menu-toggle span {
        z-index: 99;
        background-color: #000;
    }
        .menu {
       
      position: relative;
        top: 0;
        left: 0;
        background-color: transparent;
        height: 100%;
        overflow-y: auto;
        transition: left 0.3s ease;
        padding-top: 0;
        justify-content: center;
        width: 100%;
        text-align: center;
            gap: 0;
            width: 70%;
    }
    .menu li:hover > ul { 
        display:none;
    }
    h2 {
        font-size: 2em;
    }
    
    h3 {
        font-size: 2.7em;
    }
    p {
        font-size: 1.5em;
    }   
    h1 {
        font-size: 2.8em;
    }
    .nav-header {
    display: flex;
    max-width: 1800px;
    margin: 0 auto;
    width: 90%;
    align-items: center;
    gap: 20px;
}
  .header-left {
   width: 30%;
        display: flex;
        align-items: center;
    }

    .header-left img {
        max-width: 100px;
    }
    .scroll-indicator {
    right: 25px;
    top: 305px;
}
    .scroll-text {
        font-size: 10px;
    }
    .banner .flex {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 50px;
}
    .banner .left {
    width: 100%;
}
    .banner .left img {
    max-width: 165px;
    margin: 0 auto;
    width: 100%;
    display: block;
}
    .menu li ul li ul {
        display: none;
    }
    .menu li a svg {
        display: none;
    }
    .banner .right {
    width: 100%;
}
    .banner .right p {
        font-size: 2em;
    }
    .banner {
   width: 100%;
        position: relative;
        margin: 80px 0 0 0;
        padding: 50px 0 50px;
}
    .shade-bottom {
    width: 100%;
    position: absolute;
    bottom: -59px;
    overflow: hidden;
    z-index: 99;
    left: 0;
    right: 0;
}
    .concept {
        padding: 100px 0;
    }
    .concept .left {
    width: 100%;
        position: relative;
        z-index: 2;
}
    .concept {
        background-position: top;
        position: relative;
    }
    .concept::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgb(239 239 239 / 61%);
        right: 0;
        left: 0;
        bottom: 0;
    }
    .concept p {
        text-shadow: 0px 1px 0px #000;
    }
    .shade-top {
        bottom: -20px;
    }
    .products {
        padding: 50px 0;
    }
    .product-list-sec {
        padding: 0 0 0 0;
    }
    .product-list-sec .flex {
   align-items: center;
        margin: 30px 0 0 0;
        flex-wrap: wrap;
        flex-direction: column-reverse;
}
    .product-list-sec .left {
    width: 100%;
}
    .product-list-sec .right {
    width: 100%;
}
    .product-list-content {
        width: 100%;
    }
    .product-list.flex {
    flex-direction: column;
}
    .product-list-content.product-list-link {
    background-color: transparent;
    border: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0 0 20px;
}
    .gifting.product-list-sec .flex {
    flex-direction: column;
        gap: 50px;
}
    .contact-sec .flex {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .contact-sec .left {
        width: 100%;
        border-radius: 20px;
        height: 300px;
    }
    .contact-sec .right {
        width: 100%;
        border-radius: 20px;
    }
    .form-container {
        padding: 20px;
        border-radius: 20px;
    }
    .contact-link ul {
        display: flex;
    gap: 20px;
    padding: 30px;
    }
    .contact-link li {
        width: 50px;
    height: 50px;
        padding: 10px;
    }
    input, textarea {
        padding: 0 0 10px 0;
    }
    .btn-input {
        justify-content: flex-start;
    }
    .contact-sec {
    width: 100%;
    text-align: left;
    padding: 50px 0;
}
    .footer {
    width: 100%;
    padding: 0 20px;
}
    .top-footer .flex {
    flex-wrap: wrap;
}
    .logo {
    width: 100%;
}
    .services {
        width: 100%;
    }
    .socail-link {
    padding: 30px 0 10px 0;
}
    .copyright {
    padding: 10px 0 100px 0;
    text-align: right;
}
    .navigation {
    width: 48%;
    padding: 20px 0 0 0;
}
    .address {
    width: 48%;
    padding: 20px 0 0;
}
    .contact-btn {
    
    position: fixed;
    bottom: 0;
   background-color: var(--text-color);
    width: 100%;
    left: 0;
        margin: 20px 0 0 0;
}
    .contact-btn a {
        display: block;
        border-radius: 20px;
        display: block;
        border-radius: 20px;
        text-align: center;
        color: #fff;
    }
    .menu li {
    list-style: none;
    position: relative;
    margin: 0 13px 0 0;
}
    .contact-btn a.btn {
        padding: 8px 30px;
    }
}

@media screen and (min-width:684px) and (max-width:1024px) {

 .menu-toggle {
        position: absolute;
        right: 28px;
    }
    .menu li a {
        color: #fff;
        font-size: 1.1em;
        margin: 10px 0;
    }
    .menu-toggle.active span {
         background-color: #fff;
    }

    .menu-toggle span {
        z-index: 99;
        background-color: #000;
    }
        .menu {
       
      position: relative;
        top: 0;
        left: 0;
        background-color: transparent;
        height: 100%;
        overflow-y: auto;
        transition: left 0.3s ease;
        padding-top: 0;
        justify-content: flex-end;
        width: 100%;
        text-align: center;
            gap: 0;
            width: 70%;
    }
    
    h2 {
        font-size: 2em;
    }
    
    h3 {
        font-size: 2.7em;
    }
    p {
        font-size: 1.5em;
    }   
    h1 {
        font-size: 2.8em;
    }
    .nav-header {
    display: flex;
    max-width: 1800px;
    margin: 0 auto;
    width: 90%;
    align-items: center;
    gap: 20px;
}
  .header-left {
   width: 30%;
        display: flex;
        align-items: center;
    }

    .header-left img {
        max-width: 100px;
    }
    .scroll-indicator {
    right: 25px;
    top: 115px;
}
    .scroll-text {
        font-size: 10px;
    }
    .banner .flex {
   justify-content: center;
        flex-wrap: nowrap;
        flex-direction: row;
        gap: 0;
}
    .banner .left {
    width: 40%;
}
    .banner .left img {
    max-width: 165px;
    margin: 0 auto;
    width: 100%;
    display: block;
}
    .banner .right {
    width: 60%;
}
    .banner .right p {
        font-size: 2em;
    }
    .banner {
   width: 100%;
        position: relative;
        margin: 80px 0 0 0;
        padding: 50px 0 50px;
}
    .shade-bottom {
    width: 100%;
    position: absolute;
    bottom: -114px;
    overflow: hidden;
    z-index: 99;
    left: 0;
    right: 0;
}
    .concept {
        padding: 150px 0;
    }
    .concept .left {

        position: relative;
        z-index: 2;
}
    .concept {
        background-position: top;
        position: relative;
    }
    .concept::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgb(239 239 239 / 61%);
        right: 0;
        left: 0;
        bottom: 0;
    }
    .concept p {
        text-shadow: 0px 1px 0px #000;
    }
    .shade-top {
        bottom: -40px;
    }
    .products {
        padding: 50px 0;
    }
    .product-list-sec {
        padding: 0 0 0 0;
    }
    .product-list-sec .flex {
   align-items: center;
        margin: 30px 0 0 0;
        flex-wrap: wrap;
        flex-direction: column-reverse;
}
    .product-list-sec .left {
    width: 100%;
        text-align: center;
}
    .product-list-sec .left img {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
    .product-list-sec .right {
    width: 100%;
}
    .product-list-content {
        width: 100%;
    }
    .product-list.flex {
    flex-direction: column;
}
    .product-list-content.product-list-link {
    background-color: transparent;
    border: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0 0 20px;
}
    .gifting.product-list-sec .flex {
    flex-direction: row;
        gap: 50px;
        flex-wrap: nowrap;
        text-align: left;
}

    .contact-sec .left {
        width: 100%;
    }
   a.arrow-btn img {
        max-width: inherit !important;
        width: auto !important;
        margin: 0 0 !important;
    }
    .gifting a.arrow-btn {
    color: #FFFFFF;
    gap: 10px;
}
    .contact-sec .right {
        width: 100%;
        border-radius: 20px;
    }
    .form-container {
        padding: 20px;
        border-radius: 20px;
    }
    .contact-link ul {
        display: flex;
    gap: 20px;
    padding: 30px;
    }
    .contact-link li {
        width: 50px;
    height: 50px;
        padding: 10px;
    }
    input, textarea {
        padding: 0 0 10px 0;
    }
    .btn-input {
        justify-content: flex-start;
    }
    .contact-sec {
    width: 100%;
    text-align: left;
    padding: 50px 0;
}
    .footer {
    width: 100%;
    padding: 0 20px;
}
    .top-footer .flex {
    flex-wrap: wrap;
}
    .logo {
    width: 100%;
}
    .services {
        width: 100%;
    }
    .socail-link {
    padding: 30px 0 10px 0;
}
    .copyright {
    padding: 10px 0;
}
    .navigation {
    width: 48%;
    padding: 20px 0 0 0;
}
    .address {
    width: 48%;
    padding: 20px 0 0;
}
    .contact-btn {
    
    position: fixed;
    bottom: 0;
   background-color: var(--text-color);
    width: 100%;
    left: 0;
        margin: 20px 0 0 0;
}
    .contact-btn a {
        display: block;
        border-radius: 20px;
        display: block;
        border-radius: 20px;
        text-align: center;
        color: #fff;
    }
    .menu li {
    list-style: none;
    position: relative;
    margin: 0 13px 0 0;
}
    .contact-btn a.btn {
        padding: 8px 30px;
    }
    .gifting.product-list-sec .flex .left {
    text-align: left;
}
}

@media screen and (min-width:1024px) and (max-width:1550px) {

    
    body {
        font-size: 80%;
    }
}