:root {
    --primary: #0C6C6A;
    --secondary: #A8CF45;
    --white: #FFFFFF;
    --grey: #F8FAFC;
    --gret-soft: #94A3B8;
    --black: #0F172A;
    --black-bg: #2F2F2F;
    --blue-shadow: #CCE3FF66;
}

.container-fluid {
    max-width: 1280px;
}

span {
    color: var(--gret-soft);
}

a {
    text-decoration: none;
    color: var(--black);
}

a,
p {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.text-primary {
    color: var(--primary) !important;
}

.card {
    box-shadow: 2px 2px 2px 1px var(--blue-shadow);
    margin: 10px 0;
    border: none;
}

.w-fill {
    width: -webkit-fill-available;
}

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

.navbar_dark {
    background-color: var(--primary) !important;

    a {
        color: var(--white);
    }
}

.navbar_light {
    background-color: #F8FAFC !important;

    a {
        color: var(--gret-soft);
    }
}

.navbar {
    padding: 0px 100px 15px 100px;


}

.navbar-toggler {
    background-color: var(--secondary);
}

.navbar-nav,
.mr-auto {
    flex: 1;
    margin: auto !important;
    display: flex;
    justify-content: space-around;
}

.navbar-collapse {
    padding-top: 10px;
}

.nav-link {
    font-size: 20px;
}

.nav-link:hover {
    color: var(--secondary);
}

.active {
    color: var(--secondary) !important;
}

.text-left-icon {
    display: ruby;
    gap: 10px;
}

.soft-grey {
    color: var(--gret-soft);
}

.carousel-container {
    background: linear-gradient(to bottom, var(--primary), #093534);

    padding: 0 100px 100px 100px;
}

.carousel-item {
    img {
        border-radius: 15px;
    }
}

.hero-container {
    background-color: #F8FAFC;
    height: 700px;
}

/* .hero-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 616px;

    &::before {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        background-size: cover;
        opacity: 0.5;
    }
} */

.hero {
    position: relative;
    height: 700px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to bottom, rgba(248, 250, 252, 0.52), rgba(248, 250, 252, 1)), url('/img/app/hero.png');
    background-size: cover;

    h2 {
        color: var(--primary);
    }
}

.hero::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.8;
}

h1 {
    position: absolute;
    color: var(--primary);
    font-size: 14rem;
    line-height: 0.9;
    text-align: center;
}

.hero-title {
    position: absolute;
    right: 0;
    writing-mode: vertical-lr;
    font-size: 5em;
    background: -webkit-linear-gradient(#CBD5E1, rgba(248, 250, 252, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-desc {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 50%;


}

.get-in-touch {
    display: flex;
    gap: 16px;
    margin-bottom: 15px;
}

.get-in-touch-detail {
    p {
        margin-top: 5px;
        margin-bottom: 0;
    }
}

.content-container {
    padding: 0 40px 100px 40px;
    background-color: #F8FAFC;

    .d-flex {
        justify-content: space-between;
        align-items: center;
    }
}

.product-list {
    .card {
        img {
            padding: 10px;
            border-radius: 20px;
        }

        .card-body {
            padding-top: 0px;

            .product-name {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }
        }
    }

}

.product-item-more {

    margin: auto;
    column-gap: 13px;
    row-gap: 0;
    /* justify-content: center */
}

.promotion-list {
    img {
        width: 95%;
        border-radius: 15px;
    }
}



.section-title-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 3px;

    .left {
        width: 50%;
    }

}

.section-title-mid {
    text-align: center;
    padding: 10px 3px;
}

.article-list {
    .article-image {
        padding: 15px 10px;
    }

    /* .card {
        max-height: 328px;
    } */

    .article-text {
        .card-text {
            max-height: 195px;
            overflow: hidden;
            text-overflow: ellipsis;
            /* width: 100%; */
        }
    }
}

.restaurant-list {
    .restaurant-items {
        max-height: 400px;
        text-overflow: clip;
        text-decoration: none;

        img {
            padding: 10px;
            /* max-height: 160px; */
            border-radius: 15px;
        }

        .card-desc {
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 0.8em;
        }

        .restaurant-detail {
            margin-top: 10px;
            display: flex;
            align-items: center;
            justify-content: space-between;

            .restaurant-address {
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }

            button {
                white-space: nowrap;
            }
        }
    }
}

.contact-section {
    background-color: var(--primary);

    .contact-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: var(--white);
        padding: 20px 0;

        .left {
            display: flex;
            column-gap: 15px;
        }
    }
}

.category-button {
    min-width: 100px;
    margin: 0 10px;
}

.team-item {
    position: relative;
    text-align: center;

    img {
        border-radius: 15px;
    }

    .text-block {
        background-image: url('/img/app/bg-shapes.png');
        color: var(--black) !important;
        border-radius: 15px;
        background-size: cover;
        padding: 10px;
        position: absolute;
        bottom: 20px;
        left: 12.5%;
        width: 75%;
        background-color: black;
        color: white;
    }
}

.share-option {
    display: flex;
    justify-content: space-between;

}

.share-option-absolut {
    display: flex;
    justify-content: space-between;
    position: -webkit-sticky;
    /* Safari */
    position: fixed;
    left: 50px;
    top: 30%;

    .option-list {
        display: flex;
        flex-direction: column;

        p {
            writing-mode: vertical-lr;
        }

        .option {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
    }
}

.tips-desc {
    font-size: 18px;
    color: #64748B;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.15%;
}

.social-media-section {
    display: flex;
    gap: 10px;
}

.page-pagination {
    border: 1px solid #E2E8F0;
    width: fit-content;
    float: inline-end;

    .pagination {

        margin: auto;
        padding: 5px;
        gap: 7px;

        .page-link {
            color: var(--gret-soft);
            border-radius: 10px;
        }

        .active {
            background-color: var(--primary);
            color: white !important;
        }
    }
}

.elipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}

.btn-round {
    /* border-radius: 50%; */

    background-color: white;
    width: 40px;
    height: 40px;
    padding: 2px 0px;
    border-radius: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    margin-bottom: 10px;
    box-shadow: 2px 2px 2px 1px var(--blue-shadow);

    i {
        font-size: 20px;
    }
}

.btn-off {
    background-color: transparent;
    color: var(--gret-soft);
}

.btn-off:hover {
    background-color: var(--primary) !important;
    color: white;
}

.btn-light {
    background-color: var(--white);
    color: var(--primary);
}

.btn-light:hover {
    background-color: var(--primary) !important;
    color: var(--white) !important;
}

.btn-primary {
    background-color: var(--primary) !important;
}

.btn-outline-primary {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.btn-outline-primary:hover {
    background-color: var(--primary) !important;
    color: var(--white) !important;
}

.btn.button-icon.icon-slider-round {
    background-color: #ddf5f3;
    border-color: #ddf5f3;
    color: #0096c7;
    border-radius: 50%;
    opacity: 1;
}

.img-button {
    cursor: pointer;
}

.love {
    color: #E81E1F;
}

.nolove {
    color: #E2E8F0;
}

.icon-only-button {
    background: none;
    border: none;
}

.breadcrumb-item.active {
    color: var(--primary) !important;
    font-weight: 600;
}

.main-breadcrumb {
    a {
        text-decoration: none !important;
        color: #637381 !important;
    }
}

.sub-breadcrumb {
    a {
        text-decoration: none !important;
        color: var(--gret-soft) !important;
    }
}

.card-detail {
    /* position: absolute; */
    color: var(--primary);
    display: flex;
    justify-content: space-between;

}

.detail-product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.gallery-list {
    padding-bottom: 50px;

    .gallery-item>img {
        max-height: 200px;
    }
}

.glide-arrow-side .glide__arrow {
    top: 45% !important;
}

/* line 113, src/assets/scss/pages/_home.scss */
.glide-arrow-side .glide__arrow--left {
    /* left: calc(100% - 1300px) !important; */
    left: -40px !important;
}

/* line 116, src/assets/scss/pages/_home.scss */
.glide-arrow-side .glide__arrow--right {
    right: -30px !important;
}

.glide__arrow {
    position: absolute !important;
}

.glide__bullets {
    position: absolute;
    z-index: 2;
    bottom: -1em;
    left: 50%;
    display: inline-flex;
    list-style: none;
    transform: translateX(-50%);
}

.glide__bullet {
    background-color: var(--primary);
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all 300ms ease-in-out;
    cursor: pointer;
    line-height: 0;
    box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
    margin: 0 0.25em;
}

.glide__bullet--active {
    background-color: var(--secondary);
}

footer {
    padding: 20px 0;
}

.footer-content {
    max-width: 1280px;
    margin: auto;
}

.footer {
    background-color: var(--black-bg);
    color: var(--white) !important;

    a {
        color: var(--white) !important;
    }
}

.contact-footer {
    padding-left: 4%;

    a {
        font-size: 16px;
    }
}

.footer-content {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    /* padding: 20px 0; */

    /* .contact-us {
        width: 40%;
    } */



    ul li {
        display: inline;
    }
}

select {
    border-color: var(--primary) !important;
    /* color: var(--gret-soft) !important; */
}

input {
    border-color: var(--primary) !important;
}

textarea {
    border-color: var(--primary) !important;
}

::placeholder {
    color: var(--gret-soft) !important;
    opacity: 1;
}

.big-title {
    font-size: 48px;
}

/* Text CSS */
.product-text {
    font-size: 16px;
    font-weight: 600;
}

.price-text {
    font-weight: 700;
    color: var(--primary);
}

.likes-text {
    font-size: 14px;
    color: #0F172A;
    font-weight: 500;
}
.myalert{
    position: sticky;
    top: 50vh;
    bottom: auto;
    z-index: 999999;
    width: fit-content;
    margin-left:auto;
    margin-right: auto;
    height: 0;
}

.empty-data{
   margin: auto;
}
@media (max-width: 1444px) {
    .share-option-absolut {
        left: 0px;
    }
}

@media (max-width: 1280px) {

    a,
    p,
    .nav-link {
        font-size: 14px;
    }

    span {
        font-size: 0.8rem;
    }

    .article-list {
        h2 {
            font-size: 18px;
        }

        .article-text {
            .card-text {
                max-height: 168px;
                overflow: hidden;
                text-overflow: ellipsis;
                /* width: 100%; */
            }
        }
    }

    .big-title {
        font-size: 40px;
    }

    .share-option-absolut {
        left: 0;
    }
}

@media (max-width: 991px) {
    .carousel-container {
        padding: 0 50px 50px 50px;
    }

    .navbar {
        padding: 0px 50px 15px 50px;
    }

    h2 {
        font-size: 18px;
    }

    a,
    p,
    .nav-link {
        font-size: 14px;
    }

    span {
        font-size: 0.8rem;
    }

    .article-list {
        h2 {
            overflow: hidden;
            text-overflow: ellipsis;
            /* white-space: nowrap; */
            width: 500px;
        }

        .article-text {
            .card-text {
                max-height: 130px;
                overflow: hidden;
                text-overflow: ellipsis;
                /* width: 100%; */
            }
        }
    }

    .contact-us {
        padding-left: 15%;
    }

    .contact-footer {
        display: list-item;
    }

    .text-block {
        left: 37.5% !important;
        width: 25% !important;
    }
}

@media (max-width: 820px) {
    .article-list {
        h2 {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 450px;
        }

        .article-text {
            .card-text {
                max-height: 100px;
                overflow: hidden;
                text-overflow: ellipsis;
                /* width: 100%; */
            }
        }
    }

    .text-block {
        left: 35% !important;
        width: 30% !important;
    }
}

@media (max-width: 768px) {
    .article-list {
        h2 {
            overflow: hidden;
            text-overflow: ellipsis;
            /* white-space: nowrap; */
            width: auto;
        }

        .article-text {
            position: relative !important;

            .card-text {
                max-height: 130px;
                overflow: hidden;
                text-overflow: ellipsis;
                /* width: 100%; */
            }
        }
    }

    .col-c-12 {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .text-block {
        left: 34% !important;
        width: 33% !important;
    }
}

@media (max-width: 740px) {
    .product-items {
        transform: scale(0.78, 0.78);
    }

    .article-list {
        h2 {
            overflow: hidden;
            text-overflow: ellipsis;
            /* white-space: nowrap; */
            /* width: 450px; */
        }

        .article-text {
            .card-text {
                max-height: 130px;
                overflow: hidden;
                text-overflow: ellipsis;
                /* width: 100%; */
            }
        }
    }

    .text-block {
        left: 34% !important;
        width: 33% !important;
    }
}

@media (max-width: 600px) {
    .navbar {
        padding: 0px;
    }

    .carousel-container {
        background: linear-gradient(to bottom, var(--primary), #093534);

        padding: 0px;
        padding-bottom: 50px;
    }

    .content-container {
        padding: 0px;
        background-color: #F8FAFC;

        .d-flex {
            justify-content: space-between;
            align-items: center;
        }
    }

    .glide__arrows {
        display: none;
    }

    .btn {
        padding: 5px;
    }

    span {
        font-size: 0.7rem;
    }

    .gallery-item>img {
        max-height: inherit !important;
    }

    .text-block {
        left: 28.5% !important;
        width: 43% !important;
    }

    .share-option-absolut {
        position: relative;

        .option-list {
            flex-direction: row;
            justify-content: space-between;
            align-items: baseline;
            width: 100%;

            p {
                writing-mode: inherit;
            }

            span {
                display: none;
            }

            .option {
                /* display: flex; */
                flex-direction: row;
                /* align-items: center; */
            }
        }
    }
}

@media (max-width: 430px) {
    .product-items {
        transform: scale(1, 1);
    }

    .navbar {
        padding: 0;
    }

    .carousel-container {
        background: linear-gradient(to bottom, var(--primary), #093534);

        padding: 0px;
        padding-bottom: 50px;
    }

    .content-container {
        padding: 0px;
        background-color: #F8FAFC;

        .d-flex {
            justify-content: space-between;
            align-items: center;
        }
    }

    .gallery-list {
        padding-bottom: 50px;

    }

    .text-block {
        left: 23% !important;
        width: 54% !important;
    }

}