@font-face {
    font-family: "Gibson";
    src: url("../fonts/primaryFont/Gibson/Gibson-Regular.otf"),
        url("../fonts/primaryFont/Gibson/Gibson-Regular.otf");
}



* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}




:root {
    --clr-primary: #5C4033;
    --clr-body: #fefae0;
    --clr-footer-title: #e6d8ad;
}

body {
    font-family: "Gibson", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: var(--clr-body);
}





/* global styles */


button {
    border: none !important;
    box-shadow: none !important;
}

ul {
    list-style-type: none;
}

h1,
h2,
h3,
h4 {
    color: var(--clr-primary);
    font-weight: bold;
}

a {
    text-decoration: none;
    color: var(--clr-primary);
}


p {
    font-size: 0.9rem;
}

/* global styles */


.header {
    height: 154px;
}

.logo {
    padding: 0.3rem 1.4rem;
}

.logo img {
    width: 5.2rem;
    height: 5.2rem;
}


.menu {
    padding: 0.6rem 1.2rem;
}


.list_items {
    display: inline-block;
    padding: 0.8rem 2.1rem;
}

.select_lang {
    background-image: url('../image/select-wood.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #8B5E3C;
    /* قهوه‌ای گرم */
    border-radius: 8px;
    color: #fff;
    text-align: center;
    padding: 7px;
    appearance: none;
}


.select_lang option {
    background: var(--clr-primary);
    color: #ffff;
}


.lang {
    padding: 7px 15px;
}



.list_items:hover {
    border-bottom: 0.16rem solid var(--clr-primary);
}



.sidebar-icon {
    color: var(--clr-primary) !important;
}


.slider {
    height: 350px;
    background: #faf9f6;
}

.slide-title h1 {
    transform: translateX(-1rem);
}


@media screen and (min-width:778px) {
    .slide-title h1 {
        margin-top: 9rem;
    }
}





.swiper {
    height: 350px;
}




.swiper-slide img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}


.banner1-title h2 {
    padding-top: 8rem;
}


.offcanvas {
    background: var(--clr-body);
}



.card-img img {
    width: 100% !important;
    height: 170px;
}



.HerbalTeas {
    margin-top: 4rem;
}




.banner2-title h2 {
    padding-top: 8rem;
}


.banner1,
.banner2 {
    margin-top: 4rem;
}




.card {
    padding: 2rem;
    opacity: 0;
    transform: translateY(50px);
    transition: 0.68s ease;
}



.card.fade-in-top {
    opacity: 1;
    transform: translateY(0);
}

.card.fade-in-bottom {
    opacity: 1;
    transform: translateY(0);
}



.card-txt p {
    padding-top: 0.5rem;
}


.product-btn {
    color: #ffff;
    background: #588157;
    font-size: 1.2rem;
    padding: 0.5rem 0.8rem;
    cursor: pointer;
}


.nuts-btn:hover {
    background: var(--clr-primary) !important;
    color: #ffff !important;
}




.fruit-btn,
.nuts-btn {
    padding: 5px 15px;
    background: var(--clr-primary);
    color: #ffff;
    font-size: 1.2rem;
}


.card-img img {
    margin-top: 0.1rem;
}


.Nuts-img {
    width: 100%;
    height: 7rem;
}





/* Nuts list slider */





.calculator-card {
    min-width: 280px;
    border-radius: 16px;
}


.iterate-slide-button {
    background: #5C4033 !important;
    color: #ffff !important;
    font-size: 1rem !important;
}


.iterate-slide-button:hover {
    background: #5C4033 !important;
    color: #ffff !important;
}


.slide,
.nuts-slide {
    height: auto;
    background: #ffff;
    padding: 0.6rem 3.5rem;
}




/* Buttons */
.carousel-header {
    justify-content: flex-start;
}

/* dots */
.dots-container {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: 0.3s;
}

.dot.active {
    background: #5C4033;
    transform: scale(1.3);
}


.carousel-track {
    display: flex;
    transition: transform 0.4s ease;
    gap: 24px;
    cursor: grab;
    user-select: none;
    touch-action: pan-y;
}

.carousel-track:active {
    cursor: grabbing;
}




.Nuts_slider {
    margin-top: 9rem;
}


.nuts-slide img {
    width: 100%;
    height: 8rem;
}




/* Nuts list slider */



@media screen and (max-width:1040px) {

    .menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .list_items {
        display: inline-block;
        /* کلیدی */
        line-height: 2.3;
        padding-bottom: 0.2rem;
        border-bottom: 0.16rem solid transparent;
    }

    .list_items:hover {
        border-bottom-color: var(--clr-primary);
    }

}


.contact-info h5 {
    color: var(--clr-footer-title);
}

.contact_option {
    color: #ffff !important;
}


.link_items {
    display: block;
    line-height: 2;
}




.links h5,
.socials h5 {
    color: var(--clr-footer-title);
}


.link_item {
    color: #ffff;
    padding: 0.4rem 1.3rem;
}




.social-links {
    padding: 6px 16px;
    color: #ffff;
    transition: all 0.3s ease;
}



.social-links:hover {
    color: #DA8D6E;
}

.social-item {
    display: inline-block;
}


.copyright {
    color: #fefae0 !important;
    font-size: 14px;
}


.disigner {
    font-style: italic !important;
    font-size: 13px;
}



.footer {
    background: #3E2C23;
    width: 100%;
    height: 180px;
}