@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Prata&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


:root {

    --main-color: #d7c7ae;
    --primary-color: #8a6d46;
    --hover: #5a4d3e;
    --black: #2a201c;
    --white: #fff;
    --light-bg: #f3efec;
    --mocha: #654321;
    --headingBrown: #3D3017;
    --dark-bg: rgba(0, 0, 0, .7);
    --border: .1rem solid #aaa;
    --box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    --btnhover: #B45A69;
    --textColor: #252B1C;


    /* Palette2 */
    --matcha: #809671;
    --matchaDark: #728C58;
    /* Logo */
    --almond: #e5e0d8;
    --pistache: #b3b792;
    --chai: #d2ab80;
    --carob: #725C3A;
    --vanilla: #e5d2b8;
    --darkGreen: #3c5f34;
    --btnHover: #4a6132;

    --playFair: 'Playfair Display', 'Jost', sans-serif;
    --Lato: "Lato", sans-serif;
    --raleway: "Raleway", sans-serif;
    --montserrat: "Montserrat", sans-serif;
    --onpenSans: "Open Sans", sans-serif;
    --Prato: "Prata, serif";
    /* Logo */
}

* {
    font-family: var(--playFair);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    transition: all .2s linear;
}


html {
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 6rem;
}

html::-webkit-scrollbar {
    width: .6rem;
}

html::-webkit-scrollbar-track {
    background-color: var(--white);
}

html::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
}

section {
    padding: 5rem 1%;
}

.heading {
    text-align: center;
    color: var(--primary-color);
    text-transform: capitalize;
    margin-bottom: 3rem;
    font-size: 4rem;
    margin-top: 4rem;
}

.btns {
    margin-top: 1rem;
    display: flex;
    gap: 1rem;
}

.btn {
    margin-top: 1rem;
    display: inline-block;
    background: var(--primary-color);
    color: var(--white);
    font-size: 2rem;
    cursor: pointer;
    padding: 1rem 2rem;
    /* padding: 1rem 2rem; */
    border-radius: .5rem;
}

.btn:hover {
    background: var(--mocha);
    /* color: #a46c6c; */
}

/* Help Button */
.Help {
    z-index: 1;
    position: fixed;
    top: 62rem;
    right: 1rem;
    text-transform: uppercase;

}

/* Header */

.header {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: var(--box-shadow);
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background: var(--main-color);
    z-index: 1000;
}

.header .logo {
    font-size: 3rem;
    font-weight: bolder;
    color: var(--mocha);
    text-transform: uppercase;
}

.header .navbar #close-navbar {
    position: absolute;
    top: 1.5rem;
    right: 2rem;
    font-size: 4rem;
    cursor: pointer;
    color: var(--mocha);
    display: none;
}

.header .navbar a {
    font-size: 2rem;
    margin-left: 2rem;
    color: var(--mocha);
    text-transform: uppercase;
}

.header .navbar a:hover {
    padding-bottom: 0.5rem;
    color: var(--primary-color);
    /* font-size: 1.5rem; */
}

.header .navbar .btn a {
    color: var(--white);
    margin-left: 0rem;
    text-align: center;
}

.header .navbar .btn {
    margin-left: 2rem;
}

.active {
    border: none;
}

#menu-btn {
    font-size: 2.5rem;
    cursor: pointer;
    color: var(--mocha);
    display: none;
}


/* Home Section */

.home {
    min-height: 89.5vh;
    display: flex;
    /* background: url('Assets/Images/home\ banner\ c2.png'); */
    /* background: url('Assets/Images/home\ banner\ c1.png'); */
    background: url('Assets/Images/home-bg2.png');
    /* background-size: 100% 100%; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    align-items: center;
}

.home .content {
    line-height: 3rem;
    margin-left: 5rem;
    /* max-width: 45rem; */
}

.home .content h2 {
    max-width: 80rem;
    font-size: 2.9rem;
    /* letter-spacing: 0.0rem; */
    padding-bottom: 0.5rem;
    color: var(--mocha);
    text-transform: uppercase;
}

.home .content h3 {
    color: var(--primary-color);
    font-size: 2rem;
    font-weight: 800;
    font-family: var(--Lato);

}

.home .content p {
    text-align: justify;
    font-size: 1.9rem;
    max-width: 45rem;
    color: #5a4d3e;
    font-weight: 500;
    /* font-family: var(--montserrat); */
    font-family: var(--raleway);

}

.home .content .btn {
    padding: 1.5rem;
    font-size: 1.5rem;
}


/* Why Our Product */
/* .chooseProductParaFull , .buyProductParaFull{
    display: none;

} */
.chooseContainer {
    margin-top: 4rem;
    border-radius: 2rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.chooseContainer h1 {
    font-family: var(--playFair);
    text-align: center;
    margin-bottom: 1rem;
    font-size: 3.5rem;
    color: var(--mocha);
}

.chooseProduct img {
    height: 30rem;
    width: 35rem;
    border-radius: 0.5rem;
    margin: 0 auto;
}

.chooseContainer h2 {
    margin-top: -1rem;
    color: var(--btnhover);
    font-size: 2.8rem;
    margin-bottom: 2rem;
    text-align: center;
}

.chooseProduct {
    gap: 10rem;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 1rem;
    text-align: center;
    justify-content: space-evenly;
}

.chooseProduct p {
    max-width: 60rem;
    margin: 0 auto;
    padding-top: 1rem;
    font-size: 2rem;
    line-height: 1.7;
    color: var(--carob);
    text-align: justify;
}

.chooseContainer .btn {
    font-size: 1.5rem;
    padding: 1.5rem;
    margin-top: 0rem;
    display: block;
    margin-left: -47rem;
}


/* Buy Our Product Section */
.buyProductContainer {
    margin-top: 4rem;
    border-radius: 2rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.buyProductContainer h1 {
    font-family: var(--tenorSans);
    text-align: center;
    margin-bottom: 1rem;
    font-size: 3.5rem;
    color: var(--mocha);
}

.buyProductContainer img {
    height: 30rem;
    width: 35rem;
    border-radius: 0.5rem;
    margin: 0 auto;
}

.buyProduct {
    gap: 10rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1rem;
    text-align: center;
    justify-content: space-evenly;
}

.buyProduct p {
    max-width: 60rem;
    margin: 0 auto;
    padding-top: 1rem;
    font-size: 2rem;
    line-height: 1.7;
    color: var(--carob);
    text-align: justify;
}

.buyProductContainer h2 {
    margin-top: -1rem;
    color: var(--btnhover);
    font-size: 2.8rem;
    margin-bottom: 2rem;
    text-align: center;
}

.btn a {
    color: white;
}

.buyProductContainer .btn {
    margin-top: 0rem;
    font-size: 1.5rem;
    padding: 1.5rem;
    display: block;
    margin-left: 40rem;
}

/* Newsletter Section */

.newsletter {
    margin-top: 3rem;
    height: 20rem;
    background-color: var(--main-color);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.newsletter h3 {
    font-size: 3rem;
    color: var(--headingBrown);
    margin-bottom: 1rem;
    text-align: center;
}

.newsletter p {
    font-size: 2.2rem;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    text-align: center;
}

.newsletter form {
    display: flex;
    width: 100%;
    max-width: 800px;
    /* Optional: Set a max-width for the form */
}

.newsletter input[type="email"] {
    flex: 1;
    padding: 0.8rem;
    border: 1px solid var(--primary-color);
    border-right: none;
    border-radius: 4px 0 0 4px;
    font-size: 1.5rem;
}

.newsletter button {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 0.8rem;
    border: 1px solid var(--primary-color);
    border-radius: 0 4px 4px 0;
    font-size: 2rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

.newsletter button:hover {
    background-color: var(--hover);
}




/* Contact Us Page */
.contactContainer {
    width: 100%;
    max-width: 600px;
    margin: 4rem auto;
    padding: 2rem;
    box-shadow: 0 0 .7rem rgb(206, 206, 206), 0 0 .8rem rgb(175, 175, 175);
    border-radius: .5rem;
    background: #fff;
}

.contactHeading {
    text-align: center;
    color: var(--mocha);
    font-size: 3rem;
}

.contactContainer form {
    display: flex;
    flex-direction: column;
}

.contactContainer form label {
    margin-bottom: .5rem;
    font-size: 1.6rem;
}

.contactContainer form input,
.contactContainer form textarea {
    margin-bottom: 2.5rem;
    padding: 1rem;
    border-radius: .5rem;
    border: 1px solid #ccc;
    width: 100%;
    font-size: 1.6rem;
}

.contactContainer form button {
    padding: 1rem;
    border-radius: .5rem;
    border: none;
    color: #fff;
    font-size: 1.8rem;
    cursor: pointer;
}

/* About Us Page */

main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
    margin-top: 8rem;
    margin-bottom: 15rem;
}

.outer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    max-width: 100rem;
}

.outer-container h1 {
    font-size: 4rem;
    top: 2rem;
}

.inner-container {
    display: flex;
    align-items: flex-start;
    gap: 10rem;
    margin-top: 3rem;
}

.inner-container img {
    height: 32rem;
    width: 37rem;
    border: 1px solid white;
    border-radius: 0.7rem;
    margin-left: 1rem;
}

.abtus-text {
    line-height: 1.6;
    font-size: 1.6rem;
}

.outer-container h1 {
    color: var(--mocha);
}

.abtus-text h2 {
    font-size: 2.6rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.abtus-text p {
    color: var(--textColor);
    text-align: justify;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

/* Blog Page */


/* body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f3efec;
} */

.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    justify-content: center;
}

.card {
    width: 100%;
    max-width: 300px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 36px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

.card:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.card-content {
    padding: 15px;
    text-align: center;
}

.card-content h3 {
    font-size: 18px;
    margin: 0 0 10px;
    color: #3D3017;
}

.card-content p {
    font-size: 14px;
    color: #725C3A;
    margin: 0 0 20px;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    background-color: #8a6d46;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #5a4d3e;
}






/* Blog2 */
/* .services {
    padding: 40px;
    text-align: center;
}
.card-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
    max-width: 1200px; 
    margin: 0 auto;
}
.services h2 {
    font-size: 32px;
    color: #3D3017;
    margin-bottom: 20px;
}

.card {
    display: inline-block;
    width: 300px;
    margin: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
}

.card-header {
    position: relative;
}

.card-img {
    width: 100%;
    height: auto;
}

.card-content {
    padding: 20px;
}

.card-content h3 {
    font-size: 2rem;
    color: #3D3017;
    margin: 0 0 10px;
}

.card-content p {
    text-align: justify;
    font-size: 1.5rem;
    color: var(--carob);
}
.card-content h1{
    font-size: 2.2rem;
    color: var(--mocha);
} */

/* Our Product Page */
.img-display {
    width: 100%;
    display: block;
}

.main-wrapper {
    min-height: 100vh;
    background-color: #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    max-width: 110rem !important;
    margin: 0 auto;
    padding: 0 1rem;
}

.product-div {
    margin: 5rem 0;
    padding: 3rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background-color: #fff;
    border-radius: 3px;
    column-gap: 0.625rem;
}

.img-container img {
    border-radius: 0.5rem;
    transition: transform 0.3s ease-in-out;
    width: 30rem;
    margin-left: 6.5rem;
    /* margin: 0 auto; */
}

.image-container img:hover {
    transform: scale(1.2);
}

/* .hover-container img {
    margin-top: 2rem;
    width: 20rem;
} */

.hover-container {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    /* margin-top: 32px; */
    margin-top: 1rem;
    margin-right: 8.5rem;
}

.hover-container div {
    border: 2px solid rgba(246, 229, 231, 0.7);
    padding: 1rem;
    border-radius: 3px;
    /* margin: 0 4px 8px 6px; */
    margin: 0px -5px 1px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.active {
    border: 2px solid rgba(252, 160, 172, 0.7);
}

.hover-container div img {
    width: 65px;
    cursor: pointer;

}

.product-div-right span {
    display: block;
}

.product-name {
    font-weight: 700;
    font-size: 4rem;
    opacity: .9;
    color: var(--mocha);
}

.product-price {
    font-weight: 600;
    font-size: 2rem;
    opacity: .9;
    color: var(--primary-color);
    font-family: var(--Lato);
}

.product-weight {
    font-family: var(--Lato);
    font-weight: 600;
    font-size: 1.9rem;
    opacity: .9;
    color: var(--primary-color);
}

.rating {
    font-size: 1.5rem;
    color: #ffe234;
    display: flex;
}

.product-description {
    max-width: 50rem;
    text-align: justify;
    justify-content: start;
    font-size: 1.7em !important;
    color: var(--headingBrown);
    /* font-size: 1.5rem;*/
}

.product-div-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Centers the content horizontally */
}

.btn.add-to-cart-btn {
    display: block;
    margin: 20px auto;
    /* Center the button horizontally */
    padding: 10px 20px;
    /* Adjust padding for button size */
    text-align: center;
}



/* Skincare Blog Section Styles */
.blogSection {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
    background-color: var(--white);
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.blogContainer {
    padding: 20px;
}

.blogHeader {
    text-align: center;
    margin-bottom: 20px;
}

.blogHeader h1 {
    color: var(--headingBrown);
    font-size: 3em;
    margin-top: 0;
}

.blogArticle {
    font-size: 16px;
    line-height: 1.6;
}

.introText {
    margin-bottom: 20px;
}

h2 {
    color: var(--mocha);
    margin-top: 20px;
    font-size: 1.8em;
}

.remedyList {
    margin-top: 20px;
}

.remedyItem {
    background-color: var(--light-bg);
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.remedyItem h3 {
    color: var(--mocha);
    font-size: 1.4em;
    margin-top: 0;
}

.remedyItem p {
    margin: 0;
}

ul {
    list-style-type: disc;
    padding-left: 20px;
}

ol {
    list-style-type: decimal;
    padding-left: 20px;
}

/* Common Section Styling */
/* Benefits/Manufacuring/Processing/Science behind Benefits */
.commonSection {
    padding: 4rem 2rem;
    background-color: var(--light-bg);
}

.commonContainer {
    max-width: 1200px;
    margin: 0 auto;
}

.commonCard {
    background-color: var(--white);
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.commonTitle {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--headingBrown);
}

.commonDate {
    font-size: 1.2rem;
    color: var(--carob);
    margin-bottom: 2rem;
}

.commonContent {
    font-size: 1.6rem;
    color: var(--mocha);
}

.commonSubheading {
    font-size: 2rem;
    margin-top: 2rem;
    color: var(--headingBrown);
}



/* Breadcrumbs */

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    font-family: var(--Prato);
    font-size: 2rem;
}

.breadcrumbs a {
    margin: 1rem;
    color: var(--mocha);

}

.breadcrumbs a::after {
    content: ">";
}

.breadcrumbs a:last-child::after {
    content: "";
}



/* Login Form */

.back-design {
    margin-top: 0;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--light-bg);
}

.signContainer {
    width: 370px;
    height: 500px;
    overflow: hidden;
    background: var(--main-color);
    border-radius: 1rem;
    box-shadow: 1rem 1.5rem 1rem #ccc;
}

#chk {
    display: none;
}

.signup {
    position: relative;
    width: 100%;
    height: 100%;
}

.label-design {
    color: var(--white);
    font-size: 2.5em;
    justify-content: center;
    display: flex;
    margin: 60px;
    font-weight: bold;
    cursor: pointer;
    transition: .5s ease-in-out;
}

.input-design {
    width: 60%;
    height: 20px;
    background: var(--almond);
    justify-content: center;
    display: flex;
    margin: 20px auto;
    padding: 17px;
    border: none;
    outline: none;
    border-radius: 5px;
}

.sign-btn {
    width: 60%;
    height: 40px;
    margin: 10px auto;
    justify-content: center;
    display: block;
    color: var(--white);
    background: var(--primary-color);
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 20px;
    outline: none;
    border: none;
    border-radius: 5px;
    transition: .2s ease-in;
    cursor: pointer;
}

.sign-btn:hover {
    background: var(--mocha);
}

.login {
    height: 460px;
    background: #eee;
    border-radius: 60% / 10%;
    transform: translateY(-180px);
    transition: .8s ease-in-out;
}

.login label {
    color: var(--mocha);
    transform: scale(.6);
}

#chk:checked~.login {
    transform: translateY(-500px);
}

#chk:checked~.login label {
    transform: scale(1);
}

#chk:checked~.signup label {
    transform: scale(.6);
}

/* Add to Cart Page */
.mainContainer {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: stretch;
    margin: 3rem auto;
    width: 90%;
}

.cartContainer,
.billContainer {
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out;
    padding: 20px;
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cartContainer:hover,
.billContainer:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.productContainer {
    text-align: center;
}

.product-image {
    width: 200px;
    height: auto;
    border-radius: 8px;
}

.product-info {
    margin: 10px 0;
    font-size: 1.6rem;
    color: var(--headingBrown);
}

.mainContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3rem auto;
    width: 90%;
}

.cardContainer {
    display: flex;
    align-items: flex-start;
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 80%;
    max-width: 1200px;
}

.product-details {
    flex: 1;
    text-align: left;
}

.product-image {
    width: 200px;
    height: auto;
    border-radius: 8px;
}

.product-info {
    margin: 10px 0;
    font-size: 1.6rem;
    color: var(--headingBrown);
}


.singleCardContainer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 90%;
    max-width: 1200px;
    margin: 3rem auto;
}

.productContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}

.product-image {
    width: 200px;
    height: auto;
    border-radius: 8px;
}

.product-info {
    margin: 10px 0;
    font-size: 1.6rem;
}

.billContainer {
    width: 50%;
}

.billContainer h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.4rem;
    color: var(--headingBrown);
}

.bill-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.bill-product-image {
    width: 80px;
    height: auto;
    border-radius: 8px;
}

.quantity-control {
    display: flex;
    align-items: center;
    gap: 10px;
}

#bill-price {
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--carob);
}

.add,
.subtract {
    background-color: var(--primary-color);
    color: var(--white);
    border: none;
    padding: 5px 10px;
    font-size: 2rem;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.add:hover,
.subtract:hover {
    background-color: var(--hover);
}

.price-details p {
    font-size: 1.8rem;
    margin-bottom: 10px;
    text-align: right;
    color: var(--carob);
}

.price-details .checkout {
    display: block;
    margin: 20px auto;
    background-color: var(--primary-color);
    color: var(--white);
    border: none;
    padding: 10px 20px;
    font-size: 1.6rem;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.price-details .checkout:hover {
    background-color: var(--hover);
}



/* Payment Portal */

.cardContainer {
    margin-left: 24rem;
    display: flex;
    width: 70%;
    /* Adjusted width */
    max-width: 1200px;
    /* Optional: Max width for large screens */
    border: 1px solid #ccc;
    border-radius: 7px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Optional: Box shadow for better visual */
    background-color: #fff;
    /* Optional: Background color for better contrast */
    margin: 0 auto;
    /* Centering the card-container */
}

.left {
    width: 25%;
    font-weight: bold;
}

.left p {
    font-size: 2rem;
    padding: 2rem;
}

.methods {
    padding: 10px 0;
}

.methods div {
    padding: 7px 20px;
    cursor: pointer;
    font-size: 2rem;
}

.methods div:hover {
    box-shadow: 0 0 10px #654321;
}

.methods div::after {
    content: '';
    display: inline-block;
    color: #654321;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-left-color: var(--fondy-success);
    margin-left: 10px;
}

.fa-solid {
    margin-right: 10px;
    font-size: 22px;
    color: #aaa;
}

.center {
    width: 50%;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 20px;
    box-sizing: border-box;
    /* Ensure padding doesn't affect width */
}

.center a {
    width: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right {
    width: 25%;
}

.right p {
    font-size: 2rem;
    padding: 2rem;
    font-weight: bold;
}

.details {
    padding: 20px 20px;
}

.details p {
    font-size: 2rem;
    padding: 2rem;
}

.right a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.card-details {
    padding: 20px 30px;
}

.card-details .c-number {
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 0 12px;
    margin-top: 10px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

input {
    border: none;
    border-radius: 3px;
    outline: none;
}

.c-details {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 20px 0;
}

.cc-exp {
    border: 1px solid #aaa;
    border-radius: 3px;
    height: 50px;
    margin-top: 10px;
    padding: 12px;
    width: 150px;
}

.c-details .cvv-box {
    border: 1px solid #aaa;
    margin-top: 10px;
    padding: 12px;
    height: 50px;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    width: 108px;
}

.cc-cvv {
    width: 60px;
}

.email input {
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 12px;
    height: 50px;
    margin-top: 10px;
}

.cardContainer .btn {
    width: 100%;
    border: none;
    height: 4rem;
    border-radius: 0.5rem;
    margin-top: 1.875rem;
    font-size: 1.8rem;
    color: #fff;
    background-color: #8a6d46;
    padding: 1rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.card-container .btn:hover {
    background-color: #654321;
    color: white;
}


/* Payment Portal 2 */
.payment-portal {
    background-color: var(--light-bg);
    padding: 5rem 1%;
}

.payment-portal .container {
    max-width: 800px;
    margin: 0 auto;
    background: var(--white);
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.payment-portal h1 {
    text-align: center;
    color: var(--primary-color);
    margin-bottom: 2rem;
    font-size: 3rem;
}

.payment-portal .form-group {
    margin-bottom: 1.5rem;
}

.payment-portal .form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
    color: var(--headingBrown);
}

.payment-portal .form-group input,
.payment-portal .form-group select,
.payment-portal .form-group textarea {
    width: 100%;
    padding: 1rem;
    border-radius: 0.5rem;
    border: 1px solid var(--mocha);
    font-size: 1.6rem;
}

.payment-portal .form-group textarea {
    resize: vertical;
}

.payment-portal .btn {
    display: block;
    width: 100%;
    background: var(--primary-color);
    color: var(--white);
    font-size: 1.8rem;
    padding: 1rem;
    border-radius: 0.5rem;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s ease;
}

.payment-portal .btn:hover {
    background: var(--mocha);
}

/* Footer */

.footer {
    height: 35rem;
    margin-top: 5rem;

}

.footer .logo {
    height: 10rem;
}

.footer {
    background-color: var(--main-color);

}

.footer .box-container {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

.footer .box-container .box {
    padding: 1rem 0;
    flex: 1 1 22rem;
}

.footer .box-container .box .share a {
    padding: 0;
    /* height: 4rem;
    width: 4rem; */
    line-height: 4rem;
    text-align: center;
}

.box h4 {
    font-size: 1.5rem;
}

.footer .box-container .box h3 {
    font-size: 2rem;
    color: black;
}

.footer .box-container .box p {
    font-size: 2rem;
    padding: 0.7rem 0;
    color: #5C4033;
}

.footer .box-container .box .Links {
    padding: 1rem 0;
}

.footer .box-container .box .btns .btn {
    padding: 1rem 1.5rem;
    font-size: 2.5rem;
}


/* .Links p {
    color: #5C4033;
    font-size: 2rem;
} */


.footer .box-container .box .Links a {
    display: block;
    padding: .5rem 0;
    font-size: 2rem;
    color: #5C4033;

}

.footer .box-container .box .Links a:hover {
    text-decoration: none;
    color: var(--headingBrown);
}

.footer .box-container .box .Links p:hover {
    text-decoration: none;
    color: var(--headingBrown);
}

.footer p {
    color: var(--white);
}

.footer .policy {
    display: block;
}

.footer .policy a {
    font-size: .2rem;
}

.credit {
    text-align: center;
    padding-bottom: 1rem;
    color: var(--BtnText);
    font-size: 1.5rem;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    overflow-y: auto;
}

.popup-content {
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    max-width: 90%;
    max-height: 90%;
    overflow-y: auto;
    color: black;
}

.popup-content h2 {
    font-size: 2rem;
    text-align: center;
}

.popup-content p,
.popup-content a,
.popup-content li {
    font-size: 1rem;
    color: black !important;
}

/* .popup-content p:hover,
.popup-content a:hover,
.popup-content li {
    color: black !important;
} */

.popup-content li {
    font-size: 1.4rem;
}

.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}


/* OTP Generator */

.OTPcontainer {
    text-align: center;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.OTPcontainer h1 {
    color: #333;
    margin-bottom: 20px;
}

button {
    padding: 10px 20px;
    border: none;
    background-color: #007bff;
    color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

button:hover {
    background-color: #0056b3;
}

.otp-display {
    margin-top: 20px;
    font-size: 24px;
    color: #007bff;
    font-weight: bold;
}


/* Media Queries */
@media (min-width: 2560px) {

    .header {
        padding: 3rem;
    }

    .header .navbar .btn {
        padding: 1.5rem
    }

    .home .content h2 {
        line-height: 5rem;
        font-size: 5rem !important;
        max-width: 123rem !important;
    }

    .home .content h3 {
        font-size: 4rem;
        font-weight: 700;
    }

    .Help {
        font-size: 3rem !important;
        top: 88rem;
    }

    .header .logo {
        font-size: 4.5rem;
    }

    .header .navbar a {
        font-size: 3.5rem;
    }

    .home .content .btn {
        padding: 2.5rem;
        font-size: 2.5rem;
    }

    .home .content p {
        font-weight: 600;
        max-width: 65rem;
        text-align: justify;
        font-size: 2.9rem;
    }

    .home .content {
        line-height: 4rem;
        margin-left: 10rem;
    }

    .btn {
        padding: 1rem;
        font-size: 3rem;
    }

    .chooseContainer h1 {
        font-size: 5.5rem;
    }

    .chooseContainer h2 {
        font-size: 4.8rem;
    }

    /* .chooseContainer p {
        font-weight: 600;
        font-size: 2.5rem;
        line-height: 1.7;
        text-align: justify;
        max-width: 103rem;
        padding: 0 2rem;
        padding-top: 6rem;
        margin: 0 auto;
    } */

    .chooseContainer p,
    .buyProductContainer p {
        max-width: 95rem;
        font-weight: 600;
        font-size: 3rem;
    }

    .wrap {
        padding: 21rem;
        display: flex;
        flex-direction: row-reverse;
        margin-top: -14rem;
        justify-content: center;
    }

    .chooseContainer .btn {
        font-size: 3.5rem;
        margin-right: 90rem;
        margin-top: 1rem;
    }

    .buyProductContainer {
        margin-top: 5rem;
    }

    .buyProductContainer h1 {
        font-size: 5.5rem;
    }

    .buyProductContainer h2 {
        font-size: 4.8rem;
    }

    .chooseContainer img,
    .buyProductContainer img {
        height: 50rem;
        width: 50rem;
    }

    .chooseProduct .buyProduct {
        gap: 6rem;
    }

    /* .buyProduct p {
        font-weight: 600;
        max-width: 95rem;
        margin: 0 auto;
        padding-top: 1rem;
        font-size: 2.5rem;
    } */

    .buyProductContainer .btn {
        margin-top: 0rem;
        font-size: 3.5rem;
    }

    .newsletter {
        height: 31rem;
        margin-top: 11rem;
    }

    .newsletter h3 {
        font-size: 5rem;
    }

    .newsletter p {
        font-size: 3.2rem;
    }

    .newsletter button {
        padding: 1rem 1.5rem;
        font-size: 4rem;
    }

    .newsletter input[type="email"] {
        font-size: 2.5rem;
    }

    .main-wrapper .container {
        max-width: 195rem !important;
    }

    .product-div-left {
        padding: 20px;
    }

    .product-div-right {
        padding: 20px;
    }

    .hover-container {
        margin-right: 5.5rem;
    }

    .hover-container div img {
        width: 16rem !important;
        height: 16rem;
    }

    .main-wrapper .product-div-left .img-container img {
        width: 50rem;
        height: 50rem;
        margin-left: 14rem;
    }

    .product-name {
        font-size: 6rem;
    }

    .product-price {
        font-size: 4rem;
    }

    .product-weight {
        font-size: 3rem;
    }

    .rating {
        font-size: 2.5rem;
    }

    .product-description {
        max-width: 80rem;
        padding: 3rem;
        margin-left: -3rem;
        font-size: 2.5rem !important;
    }

    /* .product-div-right .btns .btn {
        padding: 2rem;
        font-size: 2.8rem;
    } */
    .product-div-right .btn {
        padding: 2rem;
        margin-left: 2rem;
        font-size: 2.5rem;
    }

    .card-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 5%;
    }

    .card {
        flex: 0 0 30%;
        max-width: 30%;
        margin-bottom: 20px;
        box-sizing: border-box;
        text-align: center;
    }

    .card-image {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .card-content h3 {
        font-size: 4rem;
        margin: 10px 0;
    }

    .card-content p {
        font-size: 2rem;
        margin: 10px 0 20px;
    }

    .btn {
        padding: 10px 20px;
        font-size: 3rem;
    }

    .signContainer {
        width: 40rem;
        height: 50rem;
    }

    .input-design {
        font-size: 2rem;
        width: 60%;
        height: 20px;
        padding: 2rem;
    }

    .sign-btn {
        width: 60%;
        height: 6rem;
        font-size: 2rem;
    }

    .label-design {
        color: var(--white);
        font-size: 4rem;
    }

    .contactContainer form label {
        margin-bottom: .5rem;
        font-size: 3rem;
    }

    .contactContainer {
        width: 100%;
        max-width: 125rem;
    }

    .contactContainer form input,
    .contactContainer form textarea {
        margin-bottom: 2.5rem;
        padding: 2rem;
    }

    .contactContainer form button {
        padding: 2rem;
        font-size: 3rem;
    }

    .outer-container {
        max-width: 155rem;
    }

    .inner-container img {
        height: 45rem;
        width: 55rem;
    }

    .outer-container h1 {
        font-size: 6rem;
    }

    .abtus-text h2 {
        font-size: 3.6rem;
    }

    .abtus-text {
        line-height: 1.6;
        font-size: 2.6rem;
    }

    .inner-container .abtus-text .btns .btn {
        padding: 1rem 2rem;
    }

    .cardContainer {
        margin-top: 4rem;
        width: 80%;
    }

    .card-details {
        font-size: 2rem;
    }

    .cardContainer .btn {
        padding: 3rem;
    }

    input {
        font-size: 2rem;
    }

    /* Footer Section */
    .footer {
        height: 45rem !important;
    }

    .footer .logo {
        height: 12rem !important;
    }

    .footer .box-container .box p {
        font-size: 2.5rem;
    }

    .footer .box-container .box .fPara {
        max-width: 49rem;
        ;
    }

    .footer .box-container .box .btns {
        display: flex;
        gap: 1rem;
    }


    .footer .box-container .box {
        padding: 1rem 0;
        flex: 1 1 80rem;
    }

    .footer .box-container .box h3 {
        font-size: 3rem !important;
    }

    .footer .box-container .box .Links a {
        display: block;
        padding: .5rem 0;
        font-size: 3rem;
    }

    .footer .box-container .box p {
        font-size: 3rem;
    }


    .credit {
        font-size: 2.5rem;
    }
}

@media (min-width: 1024px) {
    .card-container {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .card {
        flex: 1 1 30%;
        /* 3 cards per row */
    }

    /* 
    .header .navbar a {
        font-size: 3.6rem;
        margin-left: 2rem;
    } */

}

@media only screen and (max-width: 1024px) {
    .active {
        border: none;
    }

    .header .navbar a {
        font-size: 1.6rem;
        margin-left: 2rem;
    }

    .main-wrapper .product-div-left .img-container img {
        width: 25rem;
        height: 25rem;
        margin-left: 7rem;
    }

    .product-name {
        font-size: 4rem;
    }

    .product-price {
        font-size: 3rem;
    }

    .product-weight {
        font-size: 2rem;
    }

    .product-div-right .rating {
        font-size: 1.5rem;
    }

    .product-description {
        padding: 3rem;
        margin-left: -3rem;
        font-size: 1.5rem;
    }

    .product-div-right .btns {
        margin-top: -2rem;
    }

    .product-div-right .btns .btn {
        padding: 1rem;
        font-size: 1.5rem;
    }

    .card {
        flex: 1 1 45%;
        /* 2 cards per row */
    }

    .card-content p {
        font-size: 1.2rem;
        color: #725C3A;
        margin: 0 0 20px;
    }
}

@media only screen and (min-width: 1200px) {

    .home .content h2 {
        max-width: 67rem;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1300px) {
    .header .navbar a {
        font-size: 1.4rem;
        /* Adjusted font size */
    }
}



@media (max-width: 992px) {
    .header .navbar {
        flex-direction: column;
        gap: 1rem;
        position: fixed;
        top: 0;
        right: -105%;
        width: 50%;
        background: var(--white);
        height: 100%;
        display: flex;
        flex-flow: column;
        justify-content: center;
        z-index: 1200;
        transition: right 0.3s ease;
    }

    .header .navbar.active {
        right: 0;
        border: none;
        width: 30%;
    }

    .header .navbar a {
        display: block;
        margin: 1rem 0;
        text-align: center;
        font-size: 1.9rem;
    }

    .header .navbar .btn {
        width: 60%;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 6rem;
    }

    .header .navbar .btn a {
        text-align: center;
        padding: 0.5rem 1rem;
        width: 100%;
        display: inline-block;
    }

    #menu-btn {
        display: inline-block;
        font-size: 3.5rem;
        cursor: pointer;
        color: var(--black);
    }

    .home .content h2 {
        max-width: 67rem;
    }

    .header .logo {
        font-size: 2.5rem;
    }

    .header .navbar #close-navbar {
        display: block;
        font-size: 4rem;
        cursor: pointer;
        color: var(--black);
    }

    .chooseContainer .btn {
        margin-top: 0rem;
        margin-left: -47rem;
    }

    .buyProductContainer .btn {
        margin-top: 0rem;
        margin-left: 35rem;
    }

    .inner-container {
        margin: 3rem;
        gap: 8rem;
    }

    .product-div {
        grid-template-columns: 100%;
    }

    .product-div .product-div-left {
        margin-left: 7rem;
    }

    .product-div .product-div-left .img-container .img-display {
        margin-left: 7rem;
    }

    .product-price {
        font-size: 2rem;
    }

    .main-wrapper .btns {
        display: contents;
    }

    .product-div-right {
        text-align: center;
    }

    .rating {
        justify-content: center;
    }


    .product-description {
        max-width: 50rem;
        margin-right: auto;
        margin-left: auto;
    }

}

@media(max-width:768px) {
    #menu-btn {
        display: inline-block;
    }

    .header .navbar {
        position: fixed;
        top: 0;
        right: -105%;
        width: 30rem;
        background: var(--white);
        height: 100%;
        display: flex;
        flex-flow: column;
        justify-content: center;
        z-index: 1200;

    }

    .header .navbar #close-navbar {
        display: block;
    }

    .header .navbar.active {
        right: 0;
        border: none;
    }

    .header .navbar.active a {
        font-size: 1.7rem;

    }

    .header .navbar .btn {
        width: 66%;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 4rem;
    }

    .header .navbar a {
        display: block;
        margin: 1rem 0;
        text-align: center;
        font-size: 3rem;
    }

    .home .content h2 {
        max-width: 45rem;
        font-size: 2.4rem;
    }

    .home .content p {
        font-weight: 700;
        text-align: justify;
        font-size: 1.5rem;
        max-width: 30rem;
    }

    .wrap {
        flex-direction: column;
    }

    .buyProduct,
    .chooseProduct {
        flex-direction: column;
    }

    .buyProduct p,
    .chooseProduct p {
        margin-top: -8rem;
        font-weight: 600;
    }

    .chooseContainer .btn,
    .buyProductContainer .btn {
        margin-top: 1rem;
        margin-left: 1rem;
    }

    /* .buyProductContainer p {
        padding: 0rem;
    } */

    .newsletter input[type="email"] {
        padding: 1.5rem;
        font-size: 2rem;
    }

    .footer {
        margin-top: 5rem;
        height: 33rem;
    }

    .footer .box-container .box .Links a {
        font-size: 1.5rem;
    }

    .footer .box-container .box h3 {
        font-size: 1.5rem;
    }

    .footer .box-container .box p {
        font-size: 1.5rem;
    }

    .footer .box-container .box .btns .btn {
        padding: .5rem 1.5rem;
        font-size: 2.5rem;
    }

    .Help {
        top: 93rem;
    }

    .inner-container img {
        margin-left: 6rem;
    }

    .inner-container {
        flex-direction: column;
    }

    .abtus-text h2 {
        text-align: center;
    }

    .abtus-text p {
        max-width: 50rem;
    }

    .abtus-text .btns {
        margin-left: 16rem;
    }

    .main-wrapper .product-div-left .img-container img {
        width: 25rem;
        height: 25rem;
        margin-left: 7.5rem !important;
    }

    .product-name {
        margin-top: 1rem;
        font-size: 3rem;
    }

    .product-price {
        font-size: 2rem;
    }

    .product-weight {
        font-size: 1.5rem;
    }

    .product-div-right .btns {
        margin-left: 8rem;
        margin-top: -2rem;
    }

    .product-div {
        padding: 5rem;
    }

    .product-description {
        font-weight: 600;
        font-size: 2rem;
    }

    .hover-container {
        margin-right: 75px;
    }

    .img-container img {
        margin-left: 16rem;
    }

    .container {
        margin-top: 4rem;
    }

    .card img {
        width: 30rem;
        height: 20rem;
        margin-left: auto;
        margin-right: auto;
    }

    .card {
        flex: 1 1 100%;
        /* 1 card per row */
    }

    .card-content p {
        text-align: justify;
        font-size: 1.5rem;
    }

    .product-info {
        max-width: 25rem;
        text-align: justify;
        font-size: 1.5rem;
    }

}

@media screen and (max-width: 600px) {
    html {
        font-size: 40%;
    }

    .Help {
        top: 56rem;
    }

    .header .navbar {
        flex-direction: column;
        gap: 1rem;
    }

    .header .navbar.active {
        width: 60%;
    }

    .header .navbar .btn {
        padding: 1rem;
        width: 74%;
        margin-left: 5rem;
    }

    .header .navbar.active a {
        font-size: 2.5rem;
    }

    .header .logo {
        font-size: 3.5rem;
    }

    #menu-btn {
        font-size: 3.5rem;
    }

    .home .content {
        margin-left: 3rem;
    }

    .chooseContainer h1,
    .buyProductContainer h1 {
        font-size: 3rem;
    }

    .chooseContainer .btn {
        font-size: 2rem;
        margin-left: 2rem;
    }

    .buyProductContainer .btn {
        font-size: 2rem;
    }

    .footer .box-container {
        display: flex;
        flex-direction: row;
        background-color: var(--main-color);
        justify-content: space-around;
        padding: 2rem 0;
    }

    .footer .box {
        flex: 1 1 30%;
        margin: 1rem;
        text-align: center;
    }

    .footer .box .Links,
    .footer .box .quick {
        align-items: center;
    }

    .footer .share {
        justify-content: center;
    }

    .credit {
        margin-top: 1rem;
        text-align: center;
        font-size: 1.5rem;
        padding: 1rem 0;

    }

    section {
        padding: 1rem;
    }

    .product-div .product-div-left .img-container .img-display {
        margin-left: 12rem !important;
        width: 30rem;
        height: 30rem;
    }

    .product-name {
        margin-top: 1rem;
        font-size: 5rem;
    }

    .product-price {
        font-size: 3rem;
    }

    .product-weight {
        font-size: 2.5rem;
    }

    .product-description {
        /* margin-left: 5rem; */
        max-width: 66rem;
        font-weight: 600;
        font-size: 2.5rem !important;
    }

    .productContainer {
        display: none;
    }

    .billContainer {
        width: 100%;
    }

    .singleCardContainer,
    .billContainer {
        background-color: var(--white);
        border-radius: 10px;
        box-shadow: 1px 7px 27px rgba(0, 0, 0, 0.1);
    }

    .card {
        margin: 3rem;
    }

    .card img {
        border-radius: 1rem;
        margin-top: 3rem;
        /* display: flex; */
        margin-left: 11rem !important;
        width: 25rem !important;
        height: 25rem !important;
    }
}



@media only screen and (max-width: 480px) {
    html {
        font-size: 40%;
    }

    .Help {
        font-size: 1.4rem;
        padding: 1rem;
        right: 4rem;
        top: 56rem;
    }


    .header .navbar {
        flex-direction: column;
        gap: 1rem;
    }

    .header .logo {
        font-size: 3.5rem;
    }

    #menu-btn {
        font-size: 3.5rem;
    }


    .chooseContainer h1,
    .buyProductContainer h1 {
        font-size: 3rem;
    }


    .footer .box-container {
        display: flex;
        flex-direction: row;
        background-color: var(--main-color);
        justify-content: space-around;
        padding: 2rem 0;
    }

    .footer .box {
        flex: 1 1 30%;
        margin: 1rem;
        text-align: center;
    }

    .footer .box .Links,
    .footer .box .quick {
        align-items: center;
    }

    .footer .share {
        display: contents;
        margin-left: 2rem;
    }

    .footer {
        height: 35rem;
        display: flex;
        flex-direction: row;
        background-color: var(--main-color);
        padding: 2rem 0;
    }

    .credit {
        display: block;
        text-align: center;
        font-size: 1.5rem;
        padding: 1rem 0;
    }

    section {
        padding: 2rem;
    }

    .inner-container {
        flex-direction: column;
        margin: 1rem;
    }

    .inner-container img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .btns {
        display: block;
        margin-left: 17rem;
        margin-right: auto;
        width: 50%;
    }

    .outer-container h1 {
        font-size: 5rem;
    }

    .abtus-text h2 {
        font-size: 4rem;
        text-align: center;
    }

    .abtus-text p {
        font-size: 2rem;
        margin: 3rem;
    }

    .footer .box1 {
        margin-top: -1rem;
    }

    .footer .box-container .box {
        padding: 1rem 0;
        flex: 1 1 16rem;
    }

    .product-div .product-div-left .img-container .img-display {
        margin-left: 5rem !important;
    }

    .product-div {
        grid-template-columns: 1fr;
        padding: 1rem;
    }

    .img-container img {
        width: 100%;
        margin-left: 0;
    }

    .hover-container {
        margin-left: -7rem;
        flex-direction: row;
        margin-right: 0;
    }

    .hover-container div {
        margin: 0 0 1rem 0;
    }

    .product-name {
        font-size: 4.5rem;
    }

    .product-price {
        font-size: 2.5rem;
    }

    .product-description {
        font-size: 1rem;
    }
    .card {
        margin: 3rem;
    }

    .card img {
        border-radius: 1rem;
        margin-top: 3rem;
        /* display: flex; */
        margin-left: 11rem !important;
        width: 25rem !important;
        height: 25rem !important;
    }

}



@media only screen and (max-width: 425px) {
    .img-container img {
        margin-left: 10rem;
    }



    .card {
        width: 50rem;
    }

    .card-content p {
        max-width: 45rem;
        font-size: 2rem;
    }

    .product-div-right .btns {
        display: flex;
    }

    .product-div-right .btn {
        font-size: 1.8rem;
    }

    .main-wrapper .product-div-left .img-container img {
        width: 25rem;
        height: 25rem;
        margin-left: 15rem !important;
    }

    .home .content .btns {
        margin-left: 0rem;
    }

    .home .content h2 {
        max-width: 40rem;
        font-size: 2.2rem;
    }

    .home .content h3 {
        font-size: 1.9rem;
    }

    .home .content p {
        text-align: justify;
        font-size: 1.5rem;
        font-weight: 700;
    }

    /* .chooseContainer p {
            margin: .5rem -6rem;
            font-weight: 600;
            font-size: 2rem;
        } */

    .chooseContainer .btn {
        margin-top: 3rem;
        margin-left: 3.5rem;
    }

    .chooseContainer p,
    .buyProductContainer p {
        max-width: 48rem;
        text-align: justify;
        font-size: 1.9rem;
        font-weight: 700;
    }

    /* .product-div-right .product-name {
        margin-top: 1rem;
        font-size: 4rem;
    } */

    .footer {
        height: 55rem;
    }

    .footer .btns {
        margin-left: 4rem;
    }

    .footer .box-container .box {
        padding: 1rem 0;
        flex: 1 1 16rem;
    }

    .footer .box-container .box h3 {
        font-size: 2rem;
    }

    .footer .box-container .box .Links a {
        font-size: 1.5rem;
    }

    .footer .box-container .box p {
        font-size: 1.5rem;
    }

    .footer .logo {
        height: 12rem;
    }

}

/* @media only screen and (min-width: 375px) {
    .product-div .product-div-left .img-container .img-display {
        margin-left: 5rem !important;
        width: 30rem;
        height: 30rem;
    }

} */

/* @media only screen and (max-width: 375px) */

@media only screen and (max-width: 375px) {

    .header .navbar.active {
        width: 55%;
    }

    .img-container img {
        margin-left: 6rem;
    }

    .footer {
        height: 50rem;
    }


    .card {
        margin: 3rem;
    }

    .card img {
        width: 30rem;
        height: 26rem;
        margin-left: 8rem;
        margin-right: auto;
    }

    .home .content .btns {
        display: flex;
        gap: 1rem;
        margin-left: 12rem;
    }

    .buyProductContainer p {
        margin-top: -7rem;
        font-size: 2rem;
        padding: 0rem;
    }

    .buyProductContainer .btn {
        margin-top: -3rem;
    }

    .chooseContainer .btn {
        margin-left: 18rem;
    }

    .chooseContainer p {
        font-size: 2rem;
        line-height: 1.7;
        text-align: justify;
        max-width: 123rem;
        color: var(--carob);
        padding-top: 6rem;
        margin: 0rem;

    }

    footer {
        height: 58rem;
    }

    .footer .box-container .box {
        padding: 1rem 0;
        flex: 1 1 8rem;
    }


    .footer .btns {
        margin-top: -1rem;
        display: flex;
    }

    .footer .btns .btn a {
        font-size: 2.5rem;
    }



    /* .chooseProductContainer p,
    .buyProductContainer p {
        margin-top: -7rem;
        font-size: 2rem;
        padding: 5rem;
    } */


    /* .product-div .product-div-left {
        margin-left: 7rem;
    } */

}


@media only screen and (min-width: 320px) {

    /* .img-container img {
        margin-left: 1rem;
    }
 */
    /* 
    .hover-container div img {
        width: 7rem;
        cursor: pointer;
    } */
    /* 
    .abtus-text h2 {
        font-size: 3.3rem;
        text-align: center;
    } */


    .card {
        margin: 3rem;
    }

    .card img {
        border-radius: 1rem;
        margin-top: 3rem;
        /* display: flex; */
        margin-left: 6rem !important;
        width: 19rem;
        height: 19rem;
    }

    /* .product-div .product-div-left .img-container .img-display {
        margin-left: 5rem !important;
    } */

}

@media only screen and (max-width: 320px) {
    .card img {
        border-radius: 1rem;
        margin-top: 3rem;
        display: flex;
        /* margin-left: 5rem; */
        width: 19rem;
        height: 19rem;
    }
    
    .Help {
        right: 1rem;
        top: 71.5rem;
        padding: 1rem;
        font-size: 1.5rem;
    }

    .footer {
        height: 52rem;
    }

    .footer .logo {
        height: 9rem;
    }

    .footer .box-container .box {
        padding: 1rem 0;
        flex: 1 1 8rem;
    }

    .popup {
        left: -55px;
        width: 135%;
    }

    .header .navbar.active {
        width: 75%;
    }

    .card-content h1 {
        font-size: 2.8rem;
    }

    .home {
        /* background: var(--main-color); */
        background: url('https://images.pexels.com/photos/4421292/pexels-photo-4421292.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
    }

    .home .content h2 {
        color: white;
        margin-left: 1rem;
        font-size: 2.3rem;
    }

    .home .content {
        margin-left: 3.5rem;
        /* text-align: center; */
    }

    .home .content p {
        /* color: var(--headingBrown); */
        font-size: 2rem;
        color: #171615;
        /* color: #3D3017; */
        max-width: 37rem;
        margin-left: 1rem;
    }

    .home .content h3 {
        color: #E5D2B8;
        font-size: 2.2rem;
        /* color: var(--headingBrown); */
        /* color: #edc3c3; */
        margin-left: 1rem;
    }

    /* .home .content .btns {
        display: contents;
        gap: 1rem;
        margin-left: 10rem;
    } */
    .home .content .btns .btn {
        white-space: nowrap;
        font-size: 2rem;
    }

    .home .content .btns {
        margin-left: 10rem;
        display: flex;
        justify-content: center;
        gap: 1rem;
    }



    .home .content .btn {
        padding: 2rem;
        font-size: 2rem;
    }

    /* .buyProductContainer p,
    .chooseContainer p {
        margin-top: -1rem;
        margin: 3rem;
        font-size: 2rem;
        padding: 0rem;
    } */
    /* .chooseProductContainer p {
        margin-top: -7rem;
        font-size: 2rem;
        padding: 5rem;
    } */

    .chooseContainer h2,
    .buyProductContainer h2 {
        margin-top: -1rem;
        color: var(--btnhover);
        font-size: 2.4rem;
    }

    .chooseContainer .btn {
        font-size: 2.5rem;
        margin-top: 1rem;
        margin-left: 0rem;
    }

    .buyProductContainer .btn {
        margin-top: 1rem;
        font-size: 2.5rem;
    }

    .chooseProduct {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center;
        justify-content: space-evenly;
    }



    /* .inner-container .abtus-text .btns {
        margin-left: 14rem;
        display: contents;
    }

    .inner-container .abtus-text .btn {
        font-size: 2rem;
    } */

    .inner-container .abtus-text .btn {
        white-space: nowrap;
        font-size: 2rem;
    }

    .inner-container .abtus-text .btns {
        margin-left: 13rem;
        display: flex;
        justify-content: center;
        gap: 1rem;
    }

    .buyProductContainer h1 {
        margin-top: 5rem;
    }

    .chooseContainer h1 {
        margin-top: 5rem;
    }

    .footer .box-container .box {
        padding: 1rem 0;
        flex: 1 1 7rem;
    }

    .credit {
        font-size: 2rem;
        padding: 1rem 1rem;
    }

    .footer .box-container .box h3 {
        font-size: 1.5rem;
    }

    .card img {
        border-radius: 1rem;
        margin-top: 2rem;
        margin-left: 4rem;
        width: 30rem;
        height: 26rem;
    }

    .card-content h3 {
        font-size: 16px;
    }

    .card-content p {
        font-size: 12px;
    }

    .newsletter {
        height: 30rem;
    }


    .product-div .product-div-left {
        margin-left: 0rem;
    }

    /* .hover-container div img {
        width: 8rem;
        cursor: pointer;
    } */

    .main-wrapper .container {
        max-width: 100%;
        padding: 0 0.5rem;
    }

    .main-wrapper .btns {
        display: contents;
        margin-left: 9rem;
    }

    .main-wrapper .product-div .product-div-right .product-description {
        margin: 1rem 0rem;
        font-size: 2rem !important;
    }

    .img-container img {
        margin-left: 6rem;
    }

    .product-name {
        font-size: 4rem;
    }

    .img-container {
        margin-left: 0;
    }

    .hover-container {
        margin-left: 18.5rem;
    }

    .hover-container div img {
        width: 45px;
        cursor: pointer;
    }

    .product-div .product-div-left .img-container .img-display {
        margin-bottom: 1rem;
        height: 20rem;
        width: 20rem;
        margin-left: 14rem !important;
    }

    .product-div-right .btn {
        margin-left: 5rem;
        font-size: 2.5rem;
    }

    .product-div {
        grid-template-columns: 1fr;
        padding: 0.5rem;
        box-sizing: border-box;
    }

    .img-container img {
        width: 100%;
        height: auto;
        display: block;
    }

    .hover-container {
        flex-direction: flex;
        margin: 0;
    }

    .product-name {
        font-size: 3.5rem;
        margin: 0;
    }

    .product-price,
    .product-weight {
        font-size: 2rem;
    }
    .mobileContent{
        display: block;
    }
    .desktopContent {
        display: none;
    }

    .bill-product-image {
        width: 62px;
    }

}

/* .buyProductContainer {
    margin-top: -3rem;
} */



/* @media only screen and (min-width: 1024px) {
        .header .navbar {
            flex-direction: column;
            gap: 1rem;
            position: fixed;
            top: 0;
            right: -105%;
            width: 50%;
            background: var(--white);
            height: 100%;
            display: flex;
            flex-flow: column;
            justify-content: center;
            z-index: 1200;
            transition: right 0.3s ease;
        }
    
        .header .navbar.active {
            right: 0;
        }
    
        .header .navbar a {
            display: block;
            margin: 1rem 0;
            text-align: center;
            font-size: 1.9rem;
        }
    
        .header .navbar .btn {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: 0;
        }
    
        .header .navbar .btn a {
            text-align: center;
            padding: 0.5rem 1rem;
            width: 100%;
            display: inline-block;
        }
    
        #menu-btn {
            display: inline-block;
            font-size: 3.5rem;
            cursor: pointer;
            color: var(--black);
        }
        .home .content h2 {
            max-width: 67rem;
        }
    
        .header .logo {
            font-size: 3.5rem;
        }
    
        .header .navbar #close-navbar {
            display: block;
            font-size: 4rem;
            cursor: pointer;
            color: var(--black);
        }
    
        .chooseContainer p{
            padding-top: 3rem;
            max-width: 58rem;
        }
        .chooseContainer img{
            margin-right: 3rem;
        }
        .chooseContainer .btn {
            margin-left: 25rem;
        }
    
        .chooseContainer img{
            margin-right: 3rem;
        }
    
    } */
