@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
    font-family: Trebuchet MS;
    font-size: 16px;
    color: black;
}

.prenav {
    background-color: #F5F3E6;
    padding: 10px 0;
}

.prenav-icon {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    gap: 40px;
}

.icon-nav {
    font-size: 20px;
    color: #224430;
}

.navbar {
    background-color: #F5F3E6;
}

.nav-link {
    font-weight: 700;
    color: #224430;

}

.isactive {
    background-color: #224430;
    color: white !important;
    width: fit-content;
    padding: 10px;
}

.logo {
    width: 120px;
}

a {
    text-decoration: none;

}

.carousel-item {
    position: relative;
    background-color: #bea569;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Override Bootstrap default */
    bottom: auto;
    right: auto;
    color: white;
}

.bg-olive {
    height: 70vh;
    background-image:
        linear-gradient(rgba(190, 165, 105, 0.6), rgba(190, 165, 105, 0.6)),
        url('image/olive.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-caption {
    z-index: 2;
}

.super-title {
    font-size: 4rem;
    font-family: "Crimson Text", serif;
    font-weight: 650;
    color: #224430;
}

.carousel-item h4 {
    color: #224430;
}

.book-now,
.book-now:hover {
    background-color: #224430;
    color: white;
    font-weight: 500;
    width: fit-content;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 20px;
}

.title {
    font-size: 3rem;
    font-family: "Crimson Text", serif;
    font-weight: 650;
    color: #224430;
}

.sector {
    padding: 100px 0;
}

/* Hover Image   products Cart */
.img-wrapper {
    position: relative;
    overflow: hidden;
}

.img-hover {
    display: none !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #fff;
}

.img-wrapper:hover .img-hover {
    display: block !important;
}

.img-hover .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-name {
    background-color: #F5F3E6;
    color: #224430;
    font-weight: 600;
    padding: 10px;
    font-weight: 600;
    text-align: center;
}

/* Footer */
.logo-footer {
    width: 100px;
}

.footer {
    background-color: #ebe6c9;
    padding: 50px 0 20px 0;
}

.footer-title {
    font-size: 2rem;
    font-family: "Crimson Text", serif;
    font-weight: 650;
    color: #224430;
}

.footer a {
    color: black;
}

.menu {
    padding-left: 60px;
}

/* Cover Image */
.cover-img {
    width: 100%;
    height: 30vh;
    object-fit: cover;
    filter: brightness(0.3);
}

.cover {
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

.cover .title {
    color: white;
}

.forms-contact {
    background-color: #b3dac1;
    padding: 30px;
    border: 1px solid #224430;
    border-radius: 20px;

}

.form-control {
    border: 1px solid #224430;
}



/* Tab Buttons */
.tab-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border-radius: 100px;
    border: 2px solid #f0f0f0;
    border-radius: 16px;
    width: fit-content;
    margin: auto;
    padding: 10px;
    border-radius: 100px;
}


.tab-btn {
    padding: 10px 20px;
    border-radius: 100px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: black !important;
}

.tab-btn:hover,
.tab-buttons .active {
    background-color: #C0FFA5;
    color: #1F4827;
}

.tab-btn.active {
    color: #fff;
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}

/* Products Card */
.product-card {
    position: relative;
}

.product-detalis {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.product-card:hover .product-detalis {
    display: block;
}

.img-wrapper {
    position: relative;
    overflow: hidden;
}
/* Hover image in the product cart */
.img-main {
    display: block;
    width: 100%;
    height: auto;
    opacity: 1;
    transition: opacity 0.4s ease;
}
/* Hover image in the product cart */
/* 
.img-secondary {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.img-wrapper:hover .img-main {
    opacity: 0;
}

.img-wrapper:hover .img-secondary {
    opacity: 1;
} */

.modal-content {
    padding: 50px;
}

.slider-container {
    max-width: 800px;
    margin: 0 auto;
}

/* Slideri Kryesor */
.main-slider {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.main-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb-slider {
    margin-top: 15px;

    box-sizing: border-box;
}

.thumb-slider .swiper-slide {
    opacity: 0.5;
    cursor: pointer;
    transition: 0.3s;
}

.thumb-slider .swiper-slide-thumb-active {
    opacity: 1;
}

.thumb-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: 0.3s;
}

.swiper-button-next:after,
.swiper-button-prev:after,
.swiper-button-prev .swiper-button-disabled {
    background-color: #B0B0B0;
    padding: 10px;
    font-size: 12px;
}


.underline {
    width: 60px;
    height: 3px;
    background-color: #6b8e23;
    margin-top: 10px;
}

.wholesale-section .card {
    transition: transform 0.3s ease, shadow 0.3s ease;
    border-radius: 12px;
}

.wholesale-section .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}

.text-success {
    color: #6b8e23 !important; 
}

.icon-box {
    background: rgba(107, 142, 35, 0.1);
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    margin: 0 auto;
}


@media(max-width:768px) {
    .title {
        font-size: 2.5rem;
    }

    .tab-buttons {

        gap: 0px;
        margin-bottom: 20px;
        padding: 0px;
    }

    .tab-btn {
        padding: 7px 10px;
    }

    .modal-content {
        padding: 20px;
    }

    .title2 {
        font-size: 1.5rem;
    }
}

@media(max-width:450px) {
    .super-title {
        font-size: 3.5rem;
    }

    .super-title+h4 {
        font-size: 1.2rem;
    }
}

@media (max-width: 600px) {
    .tab-buttons {
        border-radius: 16px;
        width: 100%;
        justify-content: center;
    }

    .tab-btn {
        flex: 1 1 calc(50% - 8px);
        /* 2 butona për rresht */
        text-align: center;
        font-size: 13px;
        padding: 8px 10px;
    }
}


@media (max-width: 380px) {
    .tab-btn {
        flex: 1 1 100%;
    }

    .title {
        font-size: 2rem;
    }

}