﻿body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.cover-imgs {
    max-height: 750px !important;
}
.cover-overlay-right, .cover-overlay-left{
    height: 38rem;
}
.product-title {
    font-size: 40px;
}


.nav-fixed {
    position: sticky !important;
    background-color: black !important;
}

/*For screen size greater than 2000px*/
@media screen and (min-width: 2000px) {
    .maini_grid{
        height: 50rem;
    }
    .cover-overlay-right, .cover-overlay-left {
        height: 50rem;
    }
}

    /* Product tile and description */

    @media screen and (max-width: 1075px) {
        .product-title {
            font-size: 2rem;
        }
    }

    @media screen and (max-width: 920px) {
        .product-title {
            font-size: 1.8rem;
        }

        .product-desc {
            font-size: 1rem;
        }
    }

    @media screen and (max-width: 850px) {
        .product-title {
            font-size: 1.6rem;
        }

        .product-desc {
            font-size: 0.9rem;
        }
    }

    @media screen and (max-width: 790px) {
        .product-title {
            font-size: 2rem;
        }

        .product-desc {
            font-size: 1rem;
        }

        .cover-overlays {
            margin-left: 0;
        }

        .cover-overlay-left {
            margin-left: 0;
        }

        .cover-overlay-right {
            margin-right: 0;
        }

        .res-img1 {
            /*background-image: url('../image/serves/cuppa-smoke-spice_tab.png') !important;*/
            background-position: inherit;
        }

        .res-img2 {
            /*background-image: url('../image/serves/cocktail 2_tab.png') !important;*/
            background-position: center;
        }
    }

    .product-core-name {
        margin-top: 5rem;
    }

    product-core-name2 {
        margin-top: 2rem;
    }

    @media screen and (max-width: 690px) {
        .product-title {
            font-size: 1.5rem;
        }

        .product-desc {
            font-size: 1rem;
        }
    }

    @media screen and (max-width: 767px) {
        .product-title {
            font-size: 2rem;
            margin-top: 2rem !important;
        }

        .cover-imgs {
            height: 20rem;
        }

        .desc-cov {
            height: 31rem;
        }

        .cover-overlays {
            grid-column: 1/-1;
            margin-top: 38rem;
            height: 26rem;
            margin-bottom: 0rem;
            background-color: #000;
        }

        .cover-overlay-right {
            grid-column: 1/-1;
            margin-top: 36rem;
            height: 35rem;
            margin-bottom: 0rem;
        }

        .cover-overlay-left {
            grid-column: 1/-1;
            margin-top: 36rem;
            height: 34rem;
            margin-bottom: 0rem;
        }

        .product-core-name {
            margin-top: 1rem;
        }

        .res-img1 {
            /*background-image: url('../image/serves/cocktail 1_mob.png') !important;*/
            background-position: top;
        }

        .res-img2 {
            /*background-image: url('../image/serves/cocktail 2_mob.png') !important;*/
            background-position: top;
        }
    }

    @media screen and (max-width: 380px) {
        .product-title {
            font-size: 1.6rem;
        }
    }
    /*Swiper Responsive*/

    .swiper-button-next, swiper-button-prev {
        position: relative;
        width: 100%;
        /*z-index: 9999;*/
    }

    .swiper-button-next {
        left: 52% !important;
        z-index: 20 !important;
        color: white !important;
    }

    .swiper-button-prev {
        left: 46% !important;
        z-index: 20 !important;
        color: white !important;
    }

        .swiper-button-next:after, .swiper-button-prev:after {
            bottom: 1.25rem !important;
            position: relative;
            font-size: 14px !important;
            font-weight: 900;
            z-index: 20 !important;
        }

    @media screen and (max-width: 1650px) {
        .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
            right: 8px !important;
            padding-left: 10px !important;
        }

        .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
            left: 16px;
            margin-right: 16px;
        }

        .slider-custom-css {
            width: 8% !important
        }
    }

    @media screen and (max-width: 1280px) {
        .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
            right: 8px !important;
            padding-left: 10px !important;
        }

        .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
            left: 10px;
            margin-right: 20px;
        }

        .slider-custom-css {
            width: 10% !important
        }
    }

    @media screen and (max-width: 1024px) {

        .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
            right: 0 !important;
            padding-left: 10px !important;
        }

        .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
            left: 2px;
            margin-right: 16px;
        }

        .slider-custom-css {
            width: 10% !important
        }
    }

    @media screen and (max-width: 768px) {
        .product-core-desc {
            font-size: 1rem;
        }

        .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
            right: 0 !important;
            padding-left: 10px !important;
        }

        .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
            left: -10px;
            margin-right: 16px;
        }

        .slider-custom-css {
            width: 15% !important
        }
    }

    @media screen and (max-width: 450px) {
        .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
            right: 0 !important;
            padding-left: 22px !important;
        }

        .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
            left: -22px;
            margin-right: 16px;
        }

        .slider-custom-css {
            width: 23% !important
        }
    }

    @media screen and (max-width: 767px) {
        .car-btn {
            top: -25rem;
        }
    }

    .serves_caro {
        margin-top: -6rem;
        margin-bottom: 7rem;
    }

    @media screen and (max-width: 1900px) {
        .serves_caro {
            margin-top: -1rem;
            margin-bottom: 2rem;
        }
    }

    /*Footer Responsive*/
    @media screen and (max-width: 510px) {
        .emailsub {
            flex-direction: column;
        }

        .emailborder {
            width: 18rem !important;
        }

        .emailbox {
            margin-right: auto;
            margin-left: auto;
            width: 18rem !important;
        }

        .email_form {
            margin-left: 0 !important;
        }

        .more {
            max-width: 18rem !important;
            width: 18rem !important;
            margin-bottom: 1rem !important;
        }
    }

    @media screen and (max-width: 510px) {
        .emailborder {
            width: 14rem !important;
        }

        .emailbox {
            width: 14rem !important;
        }

        .more {
            max-width: 14rem !important;
            width: 14rem !important;
        }

        .b1 {
            margin-top: -1rem !important;
        }
    }

    @media screen and (max-width: 500px) {
        .pos-change {
            object-position: top;
        }
    }