/* nav style */
.margintop {
    margin-top: 70px;
}

@media (max-width: 600px) and (min-width: 320px) {
    .margintop {
        margin-top: 50px;
    }
}

.login-btn {
    background-color: goldenrod;
    border: none;
    color: white;
    padding: 5px 15px;
    border-radius: 5px;
}

.navbar {
    background-color: #ffffff;
    /* Blue background */
}

.navbar-brand {
    font-weight: bold;
    color: #fff;
    font-size: 1.5rem;
}

.navbar-brand span {
    font-size: 0.7rem;
    display: block;
    color: #ddd;
}

.navbar-nav .nav-link {
    color: #000000;
    font-weight: bold;
    transition: color 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover {
    color: #f6c985;
    /* Yellow hover effect */
}

.firstheader {
    position: fixed;
    top: 0;
    width: 100%;
}

.navbar {
    position: fixed;
    top: 0px;
    width: 100%;
    padding-top: 11px;
    padding-bottom: 11px;
}

.container-custom {
    background-color: #f6d192;
    padding: 30px;
    border-radius: 10px;
}

.product-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 150px;
}

@media (min-width: 320px) and (max-width: 500px) {
    .text-responsive {
        font-size: 3rem;
        font-weight: bold;
    }
}
.subtext {
    color: #94140e;
    font-size: 23px;
    font-weight: 500;
}
@media (min-width: 320px) and (max-width: 768px) {
    .product-image {
        max-width: 100%;
        height: auto;
        margin-bottom: 37px;
    }
}
.about-text-header {
    margin-bottom: 37px;
}
@media (max-width: 768px) {
    .about-text-header {
        margin-bottom: 23px;
    }
}
@media (max-width: 768px) {
    .header-section {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 57px 20px;
    }
}
@media (max-width: 768px) {
    .header-image img {
        max-width: 100%;
        height: auto;
        margin-top: 30px;
    }
}
@media (max-width: 768px) {
    .hidden {
        display: none;
    }
}
@media (max-width: 768px) {
    .show {
        display: inline;
    }
}
@media (min-width: 768px) {
    .show {
        display: none;
    }
}

.text-section h3 {
    font-weight: bold;
}

.container-custom {
    background-color: #f6c985;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

.text-section {
    margin-top: 50px;
}

.image-container {
    position: relative;
    width: 100%;
    height: auto;
}

.product-image {
    width: 30%;
    height: auto;
    z-index: 5;
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .product-image {
        position: relative;
        width: 100%;
        transform: none;
        top: auto;
        left: auto;
    }

    .container-custom {
        text-align: center;
    }
}

.headingtext {
    font-weight: bold;
    color: #222222;
}

/* footer */
ul {
    list-style: none;
}

.footer {
    background-image: url(../img/footerimg.webp);
    background-color: #f6f6f6;
    padding: 70px 0;
}

.footertextsub {
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    color: #000000;
    display: block;
    transition: all 0.3s ease;
}

.footer-col h4 {
    font-size: 18px;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 700;
    position: relative;
}

.footer-col h4::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #f6c985;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-col ul li a {
    font-size: 16px;
    /* text-transform: capitalize; */
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    color: #000000;
    display: block;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover {
    color: #000000;
    padding-left: 8px;
}

ol,
ul {
    padding-left: 0rem;
}

.footer .input {
    background: #2c3e50;
    border: none;
    padding: 10px;
    color: white;
}

.footer input::placeholder {
    color: #ccc;
}

.title-white {
    color: white;
}

.title-black {
    color: black;
}

.header-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 100px 20px;
}

.header-text {
    max-width: 500px;
}

.text-responsive {
    font-size: 4.5rem;
    font-weight: bold;
}

.highlight {
    color: #fff;
    background-color: #deb82d;
    padding: 3px 6px;
    border-radius: 5px;
}

.shop-btn {
    background-color: #deb82d;
    border: none;
    padding: 10px 20px;
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 20px;
}

.header-image img {
    max-width: 100%;
    height: auto;
}

/* 3 card */
.tea-card {
    background: #ececec;
    border-radius: 25px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.tea-card .hover-animation:hover {
    transform: scale(1.05);
}

.tea-card .hover-animation {
    width: 70%;

    margin-bottom: 15px;
    margin-top: 15px;
    transition: transform 0.3s ease-in-out;
}

.tea-label {
    background-color: #cc9a29;
    color: white;
    padding: 10px;
    font-weight: bold;
    width: 100%;
    border-radius: 0 0 25px 25px;
}

.tea-label1 {
    background-color: #d60c2a;
    color: white;
    padding: 10px;
    font-weight: bold;
    width: 100%;
    border-radius: 0 0 25px 25px;
}

.tea-label2 {
    background-color: #4e4186;
    color: white;
    padding: 10px;
    font-weight: bold;
    width: 100%;
    border-radius: 0 0 25px 25px;
}

.halfbox {
    margin-top: 300px;
}

@media (max-width: 600px) and (min-width: 320px) {
    .halfbox {
        margin-top: 50px;
    }
}

/* card */
.product-card {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

@media (max-width: 600px) and (min-width: 320px) {
    .product-card {
        padding: 5px;
    }
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 3px 0px rgba(0, 0, 0, 0.25);
}

.discount-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ffcc00;
    color: #333;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    z-index: 1;
}

.wishlist-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #333;
    cursor: pointer;
}

.wishlist-icon:hover {
    color: red;
}

.productt-image {
    width: 70%;
    display: block;
    transition: transform 0.3s ease;
    margin-left: 15px;
}

.small-productt-image {
    width: 60%;
    display: block;
    transition: transform 0.3s ease;
    margin-left: 15px;
}

.product-card:hover .productt-image {
    transform: scale(1.05);
}

.product-title {
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 10px;
}

.price {
    font-size: 1.2rem;
    font-weight: bold;
    color: #000;
}

.old-price {
    text-decoration: line-through;
    color: #888;
}

.in-stock {
    color: green;
    font-weight: bold;
}

.add-to-cart {
    border: solid 1px #bb9714;
    width: 100%;
    color: #bb9714;
    background-color: #ffffff;
    font-size: 1rem;
    font-weight: bold;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    border-radius: 30px;
    transition: background 0.3s ease;
}

.add-to-cart:hover {
    background: #bb9714;
    color: white;
}

@media (max-width: 575px) {
    .newrow > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 50%;
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        margin-top: var(--bs-gutter-y);
    }
}

@media (max-width: 768px) {
    .newrow > * {
        flex-shrink: 0;
        width: 50%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        margin-top: var(--bs-gutter-y);
    }
}

/* blog */
.cardblog {
    height: 550px;
}

.readmore {
    text-decoration: none;
    color: #bb9714;
    font-weight: 500;
}

.carousel-caption-custom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 60px;
    font-weight: bold;
    opacity: 0;
    animation: fadeSlide 1.5s ease-in-out forwards;
}

/* Animation: Fade-in & Slide-up */
@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translate(-50%, -40%);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

/* Responsive text size */
@media (max-width: 768px) {
    .carousel-caption-custom {
        font-size: 1.5rem;
    }
}

/* contact us */
.form-control {
    border-radius: 0px;
    margin-top: 0.5rem;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    background-color: #ffffff;
}

input::placeholder {
    opacity: 0.5;
    color: red;
}

.form-control:focus {
    color: #313131;
    background-color: #ffffff;
    border-color: #deb82d;
    outline: 0;
    box-shadow: none;
}

/* contact */
.contact-container {
    max-width: 900px;
    margin: auto;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.contact-left {
    background: #f8f9fa;
    padding: 30px;
    animation: slideInLeft 1s ease-in-out;
}

.contact-right {
    padding: 30px;
    animation: slideInRight 1s ease-in-out;
}

.contact-left h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.icon {
    font-size: 24px;
    color: #007bff;
    margin-right: 10px;
    transition: transform 0.3s ease-in-out;
}

.icon:hover {
    transform: scale(1.2);
}

.btn-primary {
    width: 100%;
    background-color: #deb82d;
    border: none;
    transition: background 0.3s ease-in-out, transform 0.2s;
}

.btn-primary:hover {
    background-color: #deb82d;
    transform: scale(1.05);
}

input,
textarea {
    transition: all 0.3s ease-in-out;
}

.form-select:focus {
    border-color: #deb82d;
    outline: 0;
    box-shadow: none;
}

.BorderStyle {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding: 14px 2.25rem 0.375rem 0.75rem;
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* about */
/* number */
.stats-section {
    background-image: url(../img/counterbanner.png);
    color: white;
    padding: 67px 20px;
    text-align: center;
}

.stat {
    font-size: 24px;
}

.number {
    font-size: 40px;
    font-weight: bold;
}

.redsubtext {
    color: #02cb5a;
    font-weight: 500;
}

/* box */
.info-card {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}

.info-card:hover {
    transform: translateY(-5px);
}

.info-icon {
    font-size: 40px;
    background: black;
    color: white;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.info-text {
    flex: 1;
}

.containerr {
    position: relative;
    width: 300px;
    height: 300px;
}

.square {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 15px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.square1 {
    background-color: #fcecd3;
    left: 100px;
    top: 130px;
}

.square2 {
    background-color: gray;
    left: 30px;
    top: 30px;
}

/* detailpage */
.buttoncard {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    outline: none;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.add-to-carts {
    background-color: #d4aa23;
    color: white;
    border: 2px solid transparent;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.add-to-carts:hover {
    background-color: #b9911c;
}

.buy-nows {
    background-color: #1a1a1a;
    color: white;
    border: 2px solid transparent;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.buy-now:hover {
    background-color: #000000;
}

@media (max-width: 768px) {
    .lefthidd {
        display: none;
    }
}

@media (min-width: 769px) {
    .shownew {
        display: none;
    }
}

@media (max-width: 769px) and (min-width: 500px) {
    .imgheight {
        height: 700px;
        width: 100%;
    }
}

.newrow > * {
    flex-shrink: 0;
    max-width: 50%;
    padding-right: calc(var(--bs-gutter-x) * 0.2);
    padding-left: calc(var(--bs-gutter-x) * 0.2);
    margin-top: var(--bs-gutter-y);
}

.box {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: #d9d9d9;
    border-radius: 10px;
    color: rgb(36, 36, 36);
    text-align: center;
    padding: 8px;
}

.icon {
    display: inline-block;
    font-size: 30px;
    padding-right: 15px;
}

.box:hover {
    border: 1px solid black;
}

.color {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: black;
    border-radius: 10px;
}

.color:hover {
    border: 1px solid black;
}

@media (max-width: 992px) and (min-width: 772px) {
    .imgheightsmall {
        height: 120%;
        width: 100%;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .imgheightsmall {
        height: auto;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .imgheightsmall {
        height: auto;
        width: 100%;
    }
}

/* last */
.article {
    display: flex;
    align-items: center;
    gap: 15px;
}
.article img {
    width: 100px;
    height: auto;
    border-radius: 5px;
}

/* logo */
.text-muted {
    color: #eeeeee !important;
}

.textpadding {
    padding-top: 70px;
    padding-bottom: 70px;
}

.fontstyle {
    font-weight: bold;
}

@media (max-width: 575px) {
    .textpadding {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .newrow > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 50%;
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        margin-top: var(--bs-gutter-y);
    }
}

.bottommargin {
    margin-bottom: 10px;
    padding: 5px;
}

.imgstyle {
    width: 100%;
    height: auto;
}

.card-body {
    padding: 10px;
}

/* .card:hover {
    box-shadow: 1px 0px 10px -4px rgb(46, 46, 46);
} */

@media (min-width: 1250px) {
    .card-img-top {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
}

@media (min-width: 992px) and (max-width: 1250px) {
    .card-img-top {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
}

@media (min-width: 772px) and (max-width: 992px) {
    .card-img-top {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
}

@media (min-width: 500px) and (max-width: 772px) {
    .card-img-top {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
}

@media (min-width: 320px) and (max-width: 500px) {
    .card-img-top {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
}

/* detailpage */
/* gram */
.boxnew .btn {
    border: 1px solid #d4aa23;
    color: #d4aa23;
    background-color: white;
    transition: all 0.3s ease-in-out;
    margin-right: 10px;
}

.boxnew .btn.active,
.boxnew .btn:hover {
    background-color: #d4aa23;
    color: white;
    transform: scale(1.1);
}

.boxnew.btn:active {
    transform: scale(1.05);
}

.buttoncard {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    outline: none;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.add-to-carts {
    background-color: #d4aa23;
    color: white;
    border: 2px solid transparent;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.add-to-carts:hover {
    background-color: #b9911c;
}

.buy-nows {
    background-color: #1a1a1a;
    color: white;
    border: 2px solid transparent;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.buy-now:hover {
    background-color: #000000;
}

.action-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    color: #1a1a1a;
    transition: all 0.3s ease-in-out;
}

.action-link:hover {
    background-color: #f5f5f5;
    border-color: #cfcfcf;
    color: #bb9714;
}

.icon {
    font-size: 18px;
}

.form-container {
    max-width: 700px;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.form-label {
    font-weight: bold;
}

.rating {
    display: flex;
    gap: 5px;
    font-size: 24px;
    cursor: pointer;
}

.star {
    color: lightgray;
    transition: 0.3s;
}

.star:hover,
.star.active {
    color: gold;
}

.btn-submit {
    background-color: #d4aa23;
    color: white;
    font-weight: bold;
    padding: 10px 16px;
    border-radius: 5px;
    border: none;
    width: 100%;
}

.btn-submit:hover {
    background-color: #b9911c;
}

.card {
    animation: fadeIn 0.6s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.review-card {
    /* border-bottom: 1px solid #ddd; */
    padding: 15px 0;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    opacity: 0;
}

/* .review-card:hover {
    transform: scale(1.02);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
} */

.reviewer-name {
    font-weight: bold;
    text-transform: capitalize;
}

.review-date {
    color: gray;
    font-size: 14px;
}

.review-rating {
    background-color: #28a745;
    color: white;
    padding: 2px 8px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
    display: inline-block;
    margin-top: 5px;
}

.see-more {
    color: #d4aa23;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
    transition: transform 0.3s ease-in-out;
}

.see-more:hover {
    text-decoration: underline;
    transform: translateX(5px);
}
.a {
    color: #000;
    text-decoration: none;
}

/* mycart */
/* card button */
.textcolor {
    color: white;
}

.quantity {
    display: flex;
    border-radius: 4px;
    overflow: hidden;
}

.quantity button {
    background-color: #272d3c;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 18px;
    width: 25px;
    height: 30px;
    text-align: center;
    transition: background-color 0.2s;
}

.quantity button:hover {
    background-color: #222630;
}

.input-box {
    width: 30px;
    text-align: center;
    border: none;
    font-size: 16px;
    outline: none;
}

/* Hide the number input spin buttons */
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-box[type="number"] {
    appearance: textfield;
}

@media (max-width: 992px) {
    .imgphone {
        height: 100px;
        width: 100px;
    }
}

@media (min-width: 992px) {
    .imgphone {
        height: 160px;
        width: 160px;
    }
}

.zjrzY {
    height: 3.7142857142857144em;
}

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
    color: #deb82d;
}
