﻿

.Landing_title {
    font-size: 35px;
    font-family: 'DM Serif Display', serif !important;
    color: black;
}

.Landing_para {
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    letter-spacing: 0.2px;
    font-weight: 400;
}

.category {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    margin: 20px;
    border: none;
    border-bottom: 2px solid;
    background-color: transparent;
    padding: 0px;
    color: grey;
}

.view_more {
    position: absolute;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    margin: 20px;
    border: none;
    background-color: transparent;
    padding: 0px;
    margin-top: -24px !important;
    margin-right: 40px !important;
    color:black;
}

.arrow {
    position: absolute;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    width: 36px;
    padding: 2px;
}

.next_category {
    position: absolute;
    background-repeat: no-repeat;
    padding: 2px;
    transform: rotate(90deg);
    width: 24px;
    height: 24px;
    margin-top: 150px;
    right: calc(5% - 25px);
}

.event_type {
    font-size: 16px;
    font-weight:300;
    color: black;
    font-family: 'Inter', sans-serif;
}

.event_name {
    font-family: 'DM Serif Display', serif !important;
    font-size: 35px;
    text-transform: capitalize;
    background: linear-gradient(to right, #dd1b17, #3e0706);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.event_date {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.events_details {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color:black;
}

.bookticket_events {
    font-family: 'Inter', sans-serif;
    color: white;
    background: linear-gradient(to top,#9b1310, #f81c16 );
    font-size: 16px;
    border: 1px solid #ca1712;
    font-weight: 300;
}
    .bookticket_events:hover {
        background: linear-gradient(to top, #f81c16,#9b1310 );
        color: white;
        border: 1px solid #ca1712;
    }
.viewdetails_events {
    font-family: 'Inter', sans-serif;
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
    border: none;
    border-color: white;
    border-bottom: 1px solid;
    height: 30px;
    border-radius:0;
}
    .viewdetails_events:hover{
        border-bottom:1px solid;
    }
    .events_navigation {
        position: relative;
    }
.event_prev {
    position: absolute;
    background-repeat: no-repeat;
    background-position: right !important;
    padding: 2px;
    background-size: 30px 20px;
    left: calc(2% - 0px);
    content: " ";
    transform: rotate(-90deg);
    width: 40px;
    /*height: 50px;*/
    cursor: pointer;
    height: 55px !important;
    margin-bottom: 40px;
}

.event_next {
    position: absolute;
    background-repeat: no-repeat;
    background-position: right !important;
    padding: 2px;
    background-size: 30px 20px;
    content: "";
    transform: rotate(90deg);
    width: 40px;
    /*height: 50px;*/
    cursor: pointer;
    height: 55px !important;
    right: calc(85% - 50px);
    /*margin-bottom: 40px;*/
}

.food_connoisseur {
    font-family: 'Inter', sans-serif;
    width: 100%;
    height: 400px;
    background-image: linear-gradient(to bottom, black 0%, transparent 60%), url('/images/HomePage/dine-banner.jpg');
    background-size: cover;
}


.food_connoisseur_title {
    font-size: 35px;
    font-family: 'DM Serif Display', serif !important;
    color: white;
    text-transform: capitalize;
    padding-top:70px;
}

.foodconnoissuer_img {
    width: 100%;
    height: 210px;
    object-fit:cover;
    object-position:top;
}

.restaurant {
    /*max-width: 315px;*/
    width:100%;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius:1%;
}

.restaurant_name {
    font-size: 18px;
    font-weight: 600;
}

.restaurant_type {
    font-size: 13px;
}

.non_veg {
    color: red;
    border-radius: 10px;
    background-color: #f4cdcd;
}

.veg {
    color: green;
    border-radius: 10px;
    background-color: #cce3cc;
}

.restaurant_icon {
    width: 7px;
    padding-bottom: 2px;
}

.gift_blogs_title {
    font-family: 'DM Serif Display', serif !important;
    font-size: 35px;
    color: black;
}

.gift_title {
    font-size: 18px;
    font-weight: 600;
}

.gift_detail {
    font-size: 14px;
    color: grey;
}

.buy_gift {
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid;
    height: 21px;
}

.knowMore {
    display: table;
    font-size: 16px;
    font-weight: bold;
    color: var(--darkGray);
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.blog_date {
    font-size: 12px;
    color: grey;
}

.blog_heading {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
}



.more_less {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid;
}

.partition {
    width: 60px;
    padding: 0;
    margin: 0;
}

@media (max-width:990px) {
    .partition {
        display: none !important;
    }
}

.app_name {
    font-family: 'DM Serif Display', serif !important;
    padding: 0;
    font-size: 35px;
    color: black;
}

.app_detail {
    font-size: 14px;
}

.services {
    max-width: 315px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    font-family: 'Inter', sans-serif !important;
}

/*.swiper-slide-active .services {
    background-color: black;
}

.swiper-slide-active .service_title {
    color: white;
}

.swiper-slide-active .service_detail {
    color: white;
}*/

p {
    font-family: 'Inter', sans-serif !important;
}

.service_index {
    margin: 0px;
    font-size: 35px;
    font-weight: 800;
    color: gray;
    border-bottom: 2px solid;
    border-bottom-color: red;
    width: fit-content;
}

.service_title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: black;
}

.service_detail {
    font-size: 12px;
    margin: 0px;
    color: black;
}

.swiper-pagination-bullet {
    background-color: transparent;
}

.service_pagination {
    font-size: 12px;
    bottom: 18px !important;
    color: black;
}

.prev_service {
    position: absolute;
    background-repeat: no-repeat;
    background-position: right !important;
    padding: 2px;
    background-size: 30px 20px;
    left: calc(37% - 0px);
    content: " ";
    transform: rotate(-90deg);
    width: 40px;
    height: 50px;
    cursor: pointer;
}

.next_service {
    position: absolute;
    background-repeat: no-repeat;
    background-position: right !important;
    padding: 2px;
    background-size: 30px 20px;
    right: calc(37% - 10px);
    content: "";
    transform: rotate(90deg);
    width: 40px;
    height: 50px;
    cursor: pointer;
}

.movie_gradient {
    /* width:100%;*/
    background-image: none;
    height:min-content;
}

.swiper-slide-active .movie_gradient {
    background-image: linear-gradient(to top, black 0%, transparent 60%) !important;
}

.movie_img {
    opacity: 0.87;
    /* display:block;  */
}

.swiper-slide-active .movie_img {
    opacity: 1;
}

.movie_detail {
    width: 320px !important;
    /*height: 125px !important;*/
    max-width: 320px !important;
    min-width: 320px !important;
    bottom: calc(8% - 10px);
}

.booknow {
    background: linear-gradient(to top,#9b1310, #f81c16 ) !important;
}

.instagram_img {
    position: relative;
}

.instagram_icon {
    position: relative !important;
    width: 30px;
    margin-top: 5px;
    margin-right: 5px;
}

.service_slider {
    position: relative;
    margin-right: -40px;
}

@media (max-width:990px) {
    .service_slider {
        margin-right: 0px;
    }
}




.category {
    color: grey;
    margin-bottom: 0px;
    margin: 0px !important;
    padding: 1px;
    transition-duration: 0.4s;
    border-bottom: none;
}

    .category:hover {
        color: black;
    }

.category_type {
    position: relative;
    /* height:43px;   */
}


.next_category {
    margin-top: 120px !important;
    opacity: 0;
    transition-duration: 0.4s;
}

    .next_category:hover {
        opacity: 1.2;
    }

.prev_category {
    position: absolute;
    background-repeat: no-repeat;
    padding: 2px;
    transform: rotate(-90deg);
    width: 24px;
    height: 24px;
    margin-top: 128px;
    left: calc(5% - 25px);
    opacity: 0;
    transition-duration: 0.4s;
}

    .prev_category:hover {
        opacity: 1.2;
    }

.category_arrow_bg {
    background-color: aliceblue;
    opacity: 0.7;
    height: 28px !important;
    width: 28px !important;
    border-radius: 2px;
}


.arrow {
    margin-right: 0px !important;
    margin-top: -30px !important;
    width: 32px !important;
}


.instagram_icon {
    position: relative !important;
}

a {
    text-decoration: none !important;
}

.category_img {
    width: 100% !important;
    /*height: 250px !important;*/
    object-fit: cover;
}

.events_img {
    width: 100%;
    max-height: 500px;
    max-width: 100%;
    /* width:260px;
            height:360px;*/
}



.next_blogs {
    margin-bottom: -11px;
}

.prev_blogs {
    margin-bottom: -12px;
}

.blog_img {
    height: 211px;
    object-fit: cover;
}

.services:hover {
    background-color: black;
}

    .services:hover .service_title {
        color: white;
    }

    .services:hover .service_detail {
        color: white;
    }

.swiper-slide-active .services:hover {
    background-color: black;
}
/*   .swiper-slide-active .service_title:hover {
            color: white;
        }

        .swiper-slide-active .service_detail:hover {
            color: white;
        }*/

.swiper-slide-active .services {
    background-color: white;
}

.swiper-slide-active .service_title {
    color: black;
}

.swiper-slide-active .service_detail {
    color: black;
}

.tabs__link {
    cursor: pointer;
    /* border-bottom: thin solid black;*/
    text-decoration: none;
    transition: 0.5s ease;
    padding-bottom: 10px;
}

    .tabs__link:hover {
        background: white;
        /*font-weight: 600;*/
    }

.tabs__content--active .category {
    color: black;
}

.tabs--active {
    color: black;
}

.category_tabs {
    background: white;
    position: relative;
}

.category_tabs ul {
    list-style: none;
    display: table;
    padding: 0;
    margin: 0;
    width: 100%;
}

.category_tabs li {
    display: table-cell;
    text-align: center;
}

.category_tabs li .a {
    display: block;
    padding: 24px;
    border-bottom: none;
}

.tabs__line-container {
    display: block;
    height: 4px;
    position: relative;
    width: 100%;
}

.tabs__line {
    height: 3px;
    background: black;
    position: absolute;
    width: auto;
    transition: 0.25s ease;
}

.tabs__content {
    display: none;
    padding-top: 24px;
}

.tabs .tabs__content--active {
    display: block;
}

.tabs_header {
    width: 55%;
    position: relative;
    margin-left: 7px;
}


.movie_genre {
    font-family: 'Inter', sans-serif !important;
    font-size: 12px !important;
    font-weight: normal !important;
    text-transform:capitalize;
}

.movie_name {
    font-family: 'DM Serif Display', serif !important;
    font-size: 28px !important;
    font-weight: 500;
}

.swiper-slide-active .movie_gradient {
    background-image: linear-gradient(to top, black 6%, transparent 60%) !important;
}

.release {
    font-family: 'Inter', sans-serif !important;
    font-size: 13px;
    font-weight: 200 !important;
}
.movie_swiper .swiper-slide {
    pointer-events: none;
}

.movie_swiper .swiper-slide-active,
.movie_swiper .swiper-slide-active .swiper-slide-transform {
    
    cursor: pointer;
}

.viewmore {
    color: white;
    background-color: transparent;
    font-size: 14px;
    border-color: white;
    border: 1px solid;
    width: 100%;
    height: 37px;
    pointer-events: auto;
    cursor: pointer !important;
}

.viewmore:hover {
    border-color: white;
}

.booknow {
    color: white;
    width: 100%;
    height: 37px;
    /* background: linear-gradient(to top, #9b1310, #f81c16) !important; */
    font-size: 15px;
    border: 1px solid #ca1712; 
    pointer-events:auto;
    cursor:pointer !important;
}

.instagram_img {
    max-width: 100% !important;
    position: relative;
}

@media (max-width:1000px) {
    .event_prev {
        margin-bottom: 0px;
    }

    .event_next {
        margin-bottom: 0px;
    }
}




.category_img {
    object-position: center;
}
/*
.tabs_header {
    width: 710px !important;
}*/

.events_img {
    object-fit: cover;
    object-position: center;
}



.service_slider {
    margin-right: -10px !important;
}
.food_connoisseur section{
    margin: 0px 30px;
    position:relative
}
.img-phone {
    display: none;
}

.img-desktop {
    display: block;
}

.tabs_header ul {
    display: inline-flex;
}

.tabs_header li {
    display: inline-flex;
    /*padding:20px*/
}

.tabs_header {
    width: 85% ;
    margin-left: 17px !important;
}
@media (max-width:600px){
    .food_connoisseur section {
        margin: 0px;
    }
    .tabs_header {
        overflow-x: scroll;
        overflow-y: hidden;
        scrollbar-width: thin;
        width:60%;
    }
    .img-phone{
        display:block;
    }
    .img-desktop{
        display:none;
    }
    .Landing_title, .food_connoisseur_title, .gift_blogs_title, .app_name, .service_index {
        font-size: 28px;
        text-align: center;
    }
    .Landing_para, .gift_title, .restaurant_name .blog_heading {
        font-size: 16px !important;
    }
    .buy_gift, .service_title {
        font-size: 14px;
    }
    .gift_detail, .restaurant_type, .app_detail {
        font-size: 12px;
    }
    .prev_service {
        left: calc(26% - 8px);
    }
    .next_service {
        right: calc(26% - 10px);
    }
    #social_buzz a input{
        width:230px;
    }
}

@media (max-width:1000px) and (min-width:769px){
    .event_next {
        right: calc(78% - 50px);
    }
}