/* ------------------------------------ */
/* --------- Table of Content --------- */

/* 

1. Navbar


*/


/* ------------------------------------ */


:root {
    --bs-secondary-color: #FAAB34;
    --bs-primary-color: #68369B;
    --bs-light-color: #7550A6;
    --bs-gray-bg: #F9F9F9;
}


/* Banner start */

.banner-hero {
    height: 100vh;
    display: block;
    background-color: var(--bs-primary-color);
    padding-bottom: 80px;
    position: relative;
}

.banner-content h1 {
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}

.banner-content h1 span {
    font-size: 5.5rem;
}

.banner-btn {
    padding: 18px 35px;
    background-color: var(--bs-secondary-color);
    color: #fff;
    font-weight: 600;
    border-radius: 100vmax;
    display: block;
    width: fit-content;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.banner-btn:hover {
    color: #fff;
    transform: translateY(-5px);
}

.banner-img {
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 45%;
}

/* Banner End */


/* Banana Smoothie start */

.Smoothie-section .d-flex {
    flex-wrap: wrap;
}

.smoothie {
    position: relative;
}

.smoothie img {
    width: 100%;
    height: 100%;
    /* filter: contrast(1.5); */
}

.smoothie::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    transition: all 0.3s ease;
    background-color: #070707;
}

.smoothie:hover::before {
    opacity: 0.75;
}

.smoothie .smoothie-details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 30px 40px;
    color: #fff;
}

.smoothie-details h2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}

.smoothie-details .order-btn {
    padding: 15px 35px;
    background-color: #fff;
    color: var(--bs-secondary-color);
    font-weight: 500;
    border-radius: 100vmax;
    display: inline-flex;
    margin-top: 25px;
}

/* Banana Smoothie End */

/* Our Menu start */

.heading {
    text-align: center;
    margin-bottom: 100px;
}

.heading h2 {
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: var(--bs-secondary-color);
}

.heading p {
    font-size: 3.3rem;
    font-weight: 700;
    color: #070707;
}

.menu-section {
    padding: 7rem 0;
    background-color: #F5F5F5;
}

.menu-item {
    display: flex;
    flex-wrap: wrap;
}

.menu-item .card {
    text-align: center;
    padding: 20px;
    background-color: transparent;
    border: none;
    border-radius: 20px;
    transition: all 0.5s ease;
    margin-bottom: 150px;
}

.menu-item .card:hover {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    transition: all 0.3s ease;

}

.menu-item .card-img {
    position: relative;
    margin-top: -70px;
    margin-bottom: 20px;
    border-radius: 15px;
    overflow: hidden;
}

.menu-item .card-img img {
    width: 85%;
    border-radius: 15px;
}

.card-btn {
    position: relative;
    background-color: var(--bs-primary-color);
    color: #fff;
    padding: 10px;
    border-radius: 100vmax;
    margin-bottom: -45px;
    margin-top: 20px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.card-details h3 {
    font-weight: 700;
    font-size: 1.5rem;
}

.card-details p {
    color: #848484;
}

.card-btn i {
    font-size: 1.4rem;
    color: #fff;
}

/* Our Menu End */


/* Testimonial Start */

.review-section {
    background-image: url('../images/review-img.jpg');
    background-color: var(--bs-light-color);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.review-box {
    background-color: #fff;
    padding: 40px 20px;
    position: relative;
    bottom: 50px;
}

.reviews {
    display: flex;
    gap: 20px;
}

.users {
    padding: 0 20px 40px;
}

.reviews .review-col:first-child {
    border-right: 1px solid lightgray;
}

.user {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

.user img {
    width: 70px;
    height: 70px;
    border-radius: 100vmax;
}

.user h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.user-details p {
    color: #848484;
}

.review-star i {
    color: #fad234;
}

.review-star {
    margin-bottom: 15px;
}

.review-detail p {
    color: #848484;
}

/* Testimonial End */


/* Out let Start */

.outlet-section {
    padding: 7rem 0;
}

.outlet-img {
    display: flex;
    flex-wrap: wrap;
}

.outlet-img img {
    border-radius: 15px;
    transition: 0.3s all;

}

.outlet-img img:hover {
    transform: translateY(-5px);
    transition: 0.3s all;
}


/* 10. Client Logo Start */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin: -20px 0px 0px 0px;
    z-index: 10;
    font-size: 0;
    width: 40px;
    height: 40px;
}

.slider .slick-arrow.slick-prev {
    left: 0;
    background: url("../images/left-arrow.png") 0 0 / 100% no-repeat;
    background-color: #F0F7FD;
    border: 2px solid lightgray;

}

.slider .slick-arrow.slick-next {
    right: 0;
    background: url("../images/right-arrow.png") 0 0 / 100% no-repeat;
    background-color: #F0F7FD;
    border: 2px solid lightgray;
}

.slick-dots {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.slick-dots li button {
    background-color: transparent;
    color: transparent;
    background-color: var(--bs-white-bg);
    width: 20px;
    height: 20px;
    border-radius: 100vmax;
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    border: 2px solid var(--bs-primary-color);
}

.slick-active button {
    transition: all 0.3s ease-in-out;
    background-color: var(--bs-primary-color) !important;
}


/* Out let End */


/* youtube video start */

.yout-vid-section {
    padding-bottom: 7rem;
}

.video-div {
    max-width: 800px;
    margin: 0 auto;
}

.youtube {
    background-color: #000;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
    border-radius: 15px;
}

.youtube img {
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
}

.youtube .play-button {
    width: 75px;
    height: 50px;
    background-color: #FF0000;
    /* box-shadow: 0 0 30px rgba(0, 0, 0, 0.6); */
    z-index: 1;
    opacity: 1;
    border-radius: 8px;
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(143, 143, 143, 0.674);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(143, 143, 143, 0);
    }
}

.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 10px 0 10px 17px;
    border-color: transparent transparent transparent #fff;
}

.youtube img,
.youtube .play-button {
    cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/* youtube video End */



/* Why choose us Start */


.why-choose-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 180px;
    background-attachment: fixed;
    background-image: url('../images/why-choose-us.jpg');
}

.why-choose-content {
    background-color: var(--bs-secondary-color);
}

.why-choose-content .card {
    text-align: center;
    background-color: transparent;
    border: none;
    padding: 0 30px;
    margin-bottom: 50px;
}

.why-choose-content .card h3 {
    color: #fff;
}

.why-choose-content .card p {
    color: #fff;
}


.why-choose-content .card-img {
    background-color: #fff;
    color: var(--bs-primary-color);
    padding: 20px;
    width: fit-content;
    margin: -50px auto 20px;
    border-radius: 100vmax;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
}

.why-choose-content .card-img i {
    font-size: 1.5rem;
}

/* Why choose us End */


/* Responsive sectio Starts */

@media only screen and (max-width: 1280px) {
    .banner-content h1 {
        font-size: 5rem;
    }

    .banner-content h1 {
        font-size: 3.5rem;
    }
}


@media only screen and (max-width: 1024px) {
    .banner-content h1 {
        font-size: 3.5rem;
    }

    .banner-content h1 span {
        font-size: 4.5rem;
    }
}

@media only screen and (max-width: 992px) {

    .navbar-nav {
        gap: 20px;
        margin-top: 30px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 30px !important;
    }

    .nav-item {
        background-color: #fff;
        color: var(--bs-secondary-color) !important;
        padding: 5px 45px;
        border-radius: 100vmax;
    }

    .nav-item a {
        color: var(--bs-secondary-color) !important;
        font-size: 16px !important;
    }

    .banner-hero {
        height: 50vh;
    }

    .banner-img {
        width: 50%;
    }

    .review-box {
        bottom: 0;
    }

    .why-choose-content .d-flex {
        flex-wrap: wrap;
    }

    .why-choose-content .card {
        margin-bottom: 100px;
    }

    .why-choose-content .card-img i {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 780px) {
    .banner-hero {
        height: 65vh;
    }
}

@media only screen and (max-width: 550px) {

    .banner-content h1 span {
        font-size: 3.8rem;
    }

    .banner-content h1 {
        font-size: 3rem;
    }

    .smoothie {
        width: 100%;
    }

    .reviews {
        flex-direction: column;
    }

    .reviews .review-col:first-child {
        border-right: none;
    }

    .footer-logo, .footer-address {
        margin-bottom: 20px;
    }

    .heading p {
        font-size: 2.3rem;
        ;
    }

    .footer .footer-bottom {
        flex-direction: column;
        align-items: start;
        gap: 40px;
    }
}


@media only screen and (max-width: 450px) {
    .banner-hero {
        height: 80vh;
    }


    .banner-content h1 span {
        font-size: 2.6rem;
    }

    .banner-content h1 {
        font-size: 2rem;
    }

    .banner-img {
        width: 70%;
    }
}

/* Responsive sectio End */


/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */
/* hotels in Alwarpet Page Start */

.ht-awpt-abt-us {
    padding-top: 8rem;
}

.ht-awpt-abt-us p {
    line-height: 2;
    font-size: 1.1rem;
}

.order-btn {
    background-color: var(--bs-primary-color);
    color: #fff;
    padding: 15px 30px;
    border-radius: 100vmax;
}

.order-btn:hover {
    background-color: var(--bs-primary-color);
    color: #fff;
}

.img-width img {
    width: 85%;
    margin: 0 auto;
    display: flex;
    border-radius: 20px;
}


/* hotels in Alwarpet Page End */

/* Protein Cafe start start */

.pb-04 {
    padding-top: 8rem;
}

.protein-cafe-section {
    line-height: 2;
    font-size: 1.1rem;
}


/* Protein Cafe start End */

/* Our Top Picks Start */

.top-picks-section {
    padding-top: 8rem;
}

.top-picks .food-item {
    padding: 20px 50px;
    border-radius: 20px;
}

.top-picks .food-item:nth-child(1) {
    background-color: #f0e3fc;
}

.top-picks .food-item:nth-child(2) {
    background-color: #fff3e1;
}

.top-picks .food-item:nth-child(3) {
    background-color: rgb(255, 225, 220);
}

.top-picks .food-item:nth-child(4) {
    background-color: #defbe3;
}

.top-picks .food-item:nth-child(5) {
    background-color: #fff3e1;
}


.food-item h3 {
    font-size: 1.8rem;
    font-weight: 700;
}

.food-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Our Top Picks End */


/* Responsive start */

@media only screen and (max-width:950px) {
    .ht-awpt-abt-us {
        text-align: center;
    }

    .ht-awpt-abt-us .row {
        gap: 20px;
    }

    .protein-cafe-section {
        text-align: center;
    }

    .protein-cafe-section .row {
        gap: 20px;
        flex-direction: column-reverse;
    }

    .top-picks .food-item .row {
        text-align: center;

    }

    .top-picks .food-item:nth-child(even) .row {
        flex-direction: column-reverse;
        gap: 20px;
    }
}

@media only screen and (max-width:550px) {
    .sub-page-banner-hero h1 {
        font-size: 3rem;
    }
}

/* Responsive End */


/* -------------------------------------- */
/* -------------------------------------- */
/* Restaurant in Alwarpet start */

.wholesome-food-section {
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: url('../images/wholesome-food.jpg') 0 0 no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.wholesome-food-section::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.7;
    z-index: 1;
    position: absolute;
    top: 0;
}

.wholesome-food {
    position: relative;
    z-index: 2;
}

.wholesome-food h2 {
    color: var(--bs-secondary-color);
    font-size: 2.8rem;
}

.wholesome-food .row p {
    line-height: 2;
    font-size: 1.1rem;
    color: #fff;
}


/* welcome-to-protein-xclusive start */


.welcome-to-protein-xclusive {
    padding-top: 8rem;
}

.food-time {
    background-color: #f3e9ff;
    border-radius: 20px;
    overflow: hidden;
}

.food-time h3 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--bs-secondary-color);
}

.food-time p {
    color: #3f3f3f;
}

.food-time-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* welcome-to-protein-xclusive End */


@media only screen and (max-width:950px) {
    .food-times {
        padding: 0 10px;
    }

    .food-times .food-time:nth-child(even) {
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width:550px) {

    .wholesome-food .row p {
        line-height: 1.8;
    }

    .wholesome-food h2 {
        font-size: 2rem;
    }

    .food-times .food-time .p-5 {
        padding: 20px !important;
    }
}


/* Restaurant in Alwarpet End */
/* -------------------------------------- */
/* -------------------------------------- */




/* -------------------------------------- */
/* -------------------------------------- */
/* Contact Us Start */

.contact-info {
    padding-top: 8rem;
}

.contact-bar {
    padding: 20px;
    border-radius: 100vmax;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.contact-info .contact-icon {
    padding: 20px;
    background-color: tomato;
    border-radius: 100vmax;
    width: 90px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info .contact-icon i {
    color: #fff;
    font-size: 32px;
}

.contact-detail h3 {
    color: var(--bs-primary-color);
    font-weight: 700;
}

.contact-detail i {
    font-size: 25px;
    color: var(--bs-secondary-color);
}


/* Contact Us End */
/* -------------------------------------- */
/* -------------------------------------- */

/* Menu Start */
/* -------------------------------------- */
/* -------------------------------------- */

.menu-modal .modal-dialog {
    max-width: 900px;

    position: relative;
}

.menu-modal .modal-content {
    overflow: hidden;
    /* padding: 20px 15px 20px; */

}

.menu-modal .modal-content .menu-content {
    max-height: 35rem;
    overflow-y: auto;
}

.modal-header {
    /* position: absolute;
    right: 0;
    top: 0;
    z-index: 999; */
    cursor: pointer;
    /* border: none; */
}

.modal-header h2 {
    font-weight: 600;
    color: var(--bs-secondary-color);
}

.menu-desc .card {
    max-width: 16rem;
    overflow: hidden;
    text-align: center;
}

.menu-desc .card .card-body h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--bs-primary-color);
}

.menu-desc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}


/* Menu End */
/* -------------------------------------- */
/* -------------------------------------- */