@import url('fontCss/poppinlink.css');
@import url('fontCss/meddonlink.css');
@import url('fontCss/Tangerine.css');

:root {
    --text-color: var(--color_white);
    --font-family-poppins:Poppins, serif;
    --font-family-medon:  Meddon, cursive ;
    --font-family-Tangerine: 'Tangerine', cursive ;
    --PColorOne:#b8a9c5;
    --PColorTwo:#271437;
    --PcolorThree: purple;
    --transparentColor:transparent;
    --color_white: #fff;
    --Color_grey:#FFFFFF80;
    --color_purple:#4E296F;
    --color_purple_two:#9370DB;
    --color_purple_three:#8338ec;
    --color_purple_four:#c19bf5;
    --PColorFour:#462463;
    --rgb: rgba(255, 255, 255, 0.5);
    --PColorFive:#2e1842;
    --PColorSix: #3e2058;
    --PcolorSeven:#361C4D;
    --gradient_purple:linear-gradient(180deg, rgba(2,0,36,1) 10%, rgba(60,9,121,1) 100%, rgba(125,5,244,1) 100%);
    --color_purple_five: #4e296f;
}
body
{
    cursor: none;
    max-width: 100%;
    overflow-x: hidden;
}
/* Scrollbar */
::-webkit-scrollbar {
    width: 12px;
    background-color:var(--PColorOne) !important;
}
/* Track */
::-webkit-scrollbar-track {
    border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background:var(--PColorTwo);
    border-radius: 10px;
}
#cursor {
    position: fixed;
    width: 10px;
    height: 10px;
    background-color: var(--PcolorThree);
    border-radius: 100%;
    pointer-events: none;
    z-index: 1000;
    transition: transform ease-out 10ms;
}
#stalker {
    position: fixed;
    margin-top: -15px;
    margin-left: -15px;
    width: 40px;
    height: 40px;
    background-color: var(--color_white);
    opacity: 30%;
    border-radius: 100%;
    pointer-events: none;
    transition: transform ease-out 100ms;
    z-index: 999;
}

/*loader*/
#loder {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bubbles_loader .loader_span {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: var(--transparentColor);
    border: 2px solid var(--color_white);
    border-radius: 50%;
    animation: alternateBubbly 0.9s infinite alternate, upDown 1.8s infinite linear;
}
.loader_span .dot
{
    height: 0.263rem;
    width: 0.263rem;
    border-radius: 50px;
    background: var(--rgb);
    position: absolute;
    top: 20%;
    right: 20%;
}
.loader_span {
    font-size: 27px;
    padding-left: 2%;
    background: var(--rgb);
}
/* Bubbles */
#bubble2 {
    animation-delay: 0.27s;
}
#bubble3 {
    animation-delay: 0.54s;
}
@keyframes alternateBubbly {
    0% {
        width: 15px;
        height: 15px;
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        width: 50px;
        height: 50px;
        opacity: 0.1;
        transform: translateY(-32px);
    }
}
@keyframes upDown {
    0%, 100% {
        transform: translateY(10px);
    }
    50% {
        transform: translateY(-150px);
    }
}
.bubbles_loader {
    height: 100px;
    width: 340px;
}
.panel {
    margin-left: -386px;
    margin-top: 44px;
}
.home {
    margin: 0;
    padding: 0;
    color: var(--text-color);
    background-color: var(--PColorFive);
}
.about {
    margin: 0;
    padding: 0;
    color: var(--text-color);
    background-color: var(--color_purple);
}
.hummus_tittle2
{
    display: none;
}
.logo {
    width: 288px;
    height: 68px;
    margin-top: 2%;
}
.logo_content {
    display: flex;
    justify-content: space-between;
    padding-right: 3rem;
    padding-left: 3rem;
}
.menu_icon {
    padding-top: 1.5rem;
    margin-right: 50px;
    cursor: pointer;
    z-index: 2;
    opacity: 1;
    height: 80px;
    width: 90px;
    text-align: -webkit-right;
}
.bar {
    height: 2px;
    width: 40px;
    background-color: var(--color_white);
}
.addclass2 {
    transform: rotate(142deg);
    width: 49px;
    top: 24px;
    z-index: 1;
    position: fixed;
    right: 116px;
}
.addclass1 {
    transform: rotate(46deg);
    width: 49px;
    z-index: 1;
    position: fixed;
    right: 114px;
    top: 32px;
}
.tittle_row1 {
    display: flex;
    justify-content: center;
}
.tittle_row2 {
    display: flex;
    justify-content: center;
}
.tittle_row3 {
    visibility: hidden;
}
.bubble_tea_tittle
{
    margin-left: 3rem;
}
.bubble_tea_tittle p
{
    animation: textclip 2s linear infinite;
}
.chef_title p
{
    animation: textclip 2s linear infinite;
}
.ownerDetail_tittle p
{
    animation: textclip 2s linear infinite;
}
@keyframes textclip {
    to {
        color: var(--color_purple_two);
    }
}
.hummus_tittle p
{
    animation: textclip 2s linear infinite;
}
.hummus_tittle2 p
{
    animation: textclip 2s linear infinite;
}
.tittle_row1 p {
    margin: 0 4%;
    font-family:var(--font-family-poppins);
    font-weight: 400;
    font-style: italic;
    font-size: 200px;
    -webkit-text-stroke: 1px var(--color_white);
    -webkit-text-fill-color: var(--transparentColor);
}
.tittle_row1 {
    position: relative;
    animation: myfirst 2s 2;
    animation-direction: alternate;
}
.tittle_row2 {
    position: relative;
    animation: myfirst1 4s ease-in-out;
    animation-direction: alternate;
}
@keyframes myfirst {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(155px);
    }
}@keyframes myfirst1 {
     0% {
         transform: translateY(0px);
     }

     50% {
         transform: translateY(155px);
     }

     100% {
         transform: translateY(0px);
     }
 }
.company_name {
    position: relative;
}
.tittle
{
    justify-content: center;
    flex-direction: column;
    display: flex;
    height: 82%;
}
.company_name
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.company_name h2 {
    color: var(--color_white);
    font-size: 8em;
    position: absolute;
    animation: flickerAnimation 3s ease-in-out infinite;

}
@keyframes flickerAnimation {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.8;
    }
}
.company_name h2:nth-child(1) {
    color: var(--transparentColor);
    -webkit-text-stroke: 2px var(--color_purple_three);
    animation: textanimate2 3.4s ease-in-out infinite;
}
.company_name h2:nth-child(2) {
    color: var(--color_purple_four);
    animation: textanimate 3.4s ease-in-out infinite, colorPulseAnimation 3.4s ease-in-out infinite ;
}
@keyframes colorPulseAnimation {
    0%, 100% {
        color: var(--color_purple_four);
    }
    50% {
        color: var(--color_purple_three);
    }
}
@keyframes textanimate2 {
    0%, 100% {

        transform: translateY(-80px);
    }
    50% {

        transform: translateY(140px);
    }
}
@keyframes textanimate {
    0%, 100% {
        clip-path: polygon(
            0% 45%,
            16% 44%,
            33% 50%,
            54% 60%,
            70% 61%,
            84% 59%,
            100% 52%,
            100% 100%,
            0% 100%
        );
        transform: translateY(-80px);
    }

    50% {
        clip-path: polygon(
            0% 60%,
            15% 65%,
            34% 66%,
            51% 62%,
            67% 50%,
            84% 45%,
            100% 46%,
            100% 100%,
            0% 100%
        );
        transform: translateY(140px);
    }
}
.dish_tittle2
{
    display: none;
}
.dish_detail2
{
    display: none;
}
.tittle_row2 p {
    margin: 0 3%;
    font-family: inherit;
    font-weight: 400;
    font-style: italic;
    font-size: 200px;
    -webkit-text-stroke: 1px var(--color_white);
    -webkit-text-fill-color: var(--transparentColor);
}
.letter1_animation
{
    margin-left: 10% ;
}
.letter2_animation
{
    margin-left: 20%;
}
.letter3_animation
{
    margin-left: 20%;
}
.letter4_animation
{
    margin-left: 20%;
}

.scroll_div {
    position: absolute;
    bottom: 0;
    width: 100%;
    animation: mover 0.4s infinite alternate;
    text-align: center;
    margin-bottom: 1.5rem;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
.scroll_txt {
    margin-bottom: 0;
    font-size: 22px;
}
.down_scroll {
    margin-top: -9px;
    font-size: 12px;
}
.down_scroll1 {
    font-size: 12px;
    margin-bottom: 0;
}
.bubbleTea_section {
    font-family:var(--font-family-poppins);
    padding-right: 3rem;
    padding-left: 3rem;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color:var(--PColorFour);
}
.display_flex
{
    display: flex;
    justify-content: space-between;
    margin-left: 3rem;
}
.tea {
    font-size: 110px;
    color: var(--Color_grey);
    margin-left: 12%;
}
.bubble {
    font-family: var(--font-family-medon);
    font-weight: 400;
    font-size: 75px;
    margin-top: -56px;
    margin-left: 20px;
}
.bubble_tea_content {
    width: 90%;
}
.bubble_tea_detail {
    width: 56%;
    font-size: 20px;
    font-weight: 300;
    margin-left: 1rem;
    margin-top: 3em;
}
.reveal {
    position: relative;
    transform: translateX(-150px);
    opacity: 0.1;
    transition: 1s all ease;
}
.reveal.active {
    transform: translateX(0);
    opacity: 1
}
@keyframes slideInFromLeft {
    0% {
        transform: translateX(-600%);
    }
    100% {
        transform: translateX(0);
    }
}
.animate-slide-in {
    animation: slideInFromLeft 0.6s ;
}
.cup_img {
    width: 100%;
    height: 100%;
    rotate: 14deg;
    animation: swing ease-in-out 1s infinite alternate;
}
@keyframes swing {
    0% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(4px);
    }
}
.cup_bubble_main
{
    display: inline-grid;
    right: 202px;
    position: absolute;
    rotate: 27deg;
    margin-top: -28px;
}
.cup_bubble_main .cup_bubble {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: var(--transparentColor);
    border: 2px solid var(--color_white);
    border-radius: 50%;
    animation: alternateBubbly 0.9s infinite alternate;
}
.cup_bubble_main .dot
{
    height: 0.263rem;
    width: 0.263rem;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 20%;
    right: 20%;
}
.reveal_bubble {
    position: relative;
    transform: translateX(150px);
    opacity: 0.1;
    transition: 1s all ease;
}
.reveal_bubble.active {
    transform: translateX(0);
    opacity: 1;
}
.bubbleTea_columTwo {
    width: 40%;
    padding: 8% 10%;
}
.bubbleTea_columnOne
{
    width: 60%;
}
.hummus_section {
    padding-right: 3rem;
    padding-left: 3rem;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: var(--PColorSix);
}
.bg
{
    background-color: var(--PcolorSeven);
    padding-top: 3rem;
}
.hummus {
    font-family: var(--font-family-medon);
    font-weight: 400;
    font-size: 75px;
    text-align: center;
}
.display_flex2
{
    display: flex;
    justify-content: space-between;
    height: 100vh;
}
.hummus_columnOne
{
    width: 60%;
    padding: 6% 10%;
}
.hummus_columnTwo
{
    width: 40%;
}
.hummus_tittle
{
    padding-left: 3rem;
    padding-top: 3rem;
    margin-left: 3rem;
}
.hummus_content {
    width: 100%;
    font-size: 20px;
    font-weight: 300;
    font-family: var(--font-family-poppins);
}
.pizza_img {
    Width: 100%;
    Height: 100%;
    animation: mymoves 5s infinite;
}
@keyframes mymoves {
    50% {transform: rotate(10deg);}
}
.chef_div {
    display: flex;
}
.dish_div1 {
    display: flex;
    padding: 2% 16%;
    justify-content: space-between;
}
.dish_div2 {
    display: flex;
    padding: 2% 26% 2% 8%;
    justify-content: space-between;
}
.dish_div3 {
    display: flex;
    padding: 2% 14% 2% 20%;
    justify-content: space-between;
}
.dish_image1 {
    Width: 594px;
    Height: 301px;
}
.dish_tittle1 p {
    font-family: var(--font-family-poppins);
    font-weight: 300;
    font-size: 74px;
    color: var(--Color_grey);
}
.dish_detail {
    width: 50%;
    font-size: 20px;
    font-weight: 300;
    font-family: var(--font-family-poppins);
}
.footer_logo {
    Width: 288px;
    Height: 68px;
}
.display_flex3
{
    padding-right: 3rem;
    padding-left: 3rem;
    display: flex;
    justify-content: space-between;
}
footer {
    padding: 3rem 4% 0;
    background-color: #0f0816;
}
.footer_end
{
    display: flex;
    font-size: 20px ;
    font-family: var(--font-family-poppins);
    padding-right: 3rem;
    padding-left: 3rem;
    justify-content: space-between;
    font-weight: 300;
}
.footer_columnThree {
    width: 20%;
    font-family: var(--font-family-poppins);
    font-weight: 300;
    font-size: 20px;
}
.footer_columnOne {
    margin-top: -46px;
    font-family: var(--font-family-poppins);
    font-weight: 300;
    font-size: 20px;
    width: 30%;
}
.footer_columnTwo {
    font-family: var(--font-family-poppins);
    font-weight: 300;
    font-size: 20px;
    width: 30%;
}
.footer_columnTwo ul {
    list-style: none;
}
.footer_columnTwo ul li {
    padding: 2% 4%;
}

.footer_columnThree {
    width: 30%;
}
/*full screen menu*/
.overlay {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgb(2,0,36);
    background: var(--gradient_purple);
    overflow-x: hidden;
    transition: 0.6s;
}
.line2
{
    display: none;
}
.fullScreen_menu {
    position: relative;
    height: 100vh;
    width: 100%;
    text-align: center;
    display: none;
    padding-top: 8%;
}
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}
.top,
.bottom,
.middle {
    transition: transform 0.2s ease-in-out;
}
.menu_icon.rotate {
    transform: rotate(360deg);
}
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.fullScreenMenu_content {
    display: flex;
    justify-content: space-between;
    animation: slideInfull 0.5s ease-in-out;
}
@keyframes slideInfull {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.line {
    height: 429px;
    border: 1px solid var(--color_white);
    width: 0;
    margin-top: 32px;
}
.icon {
    margin-left: -6px;
    margin-top: 12px;
}
.list p {
    font-size: 80px;
    font-family: var(--font-family-poppins);
    -webkit-text-stroke: 1px var(--color_white);
    -webkit-text-fill-color: var(--transparentColor);
    font-weight: 400;
}
.list {
    margin-left: 24%;
    text-align: start;
}
.fullMenu_display {
    display: flex;
}
.frame1 {
    Width: 359px;
    Height: 558px;
    border-top-right-radius: 280px;
    border-top-left-radius: 280px;
    border: 1px solid var(--color_white);
    display: flex;
    align-items: center;
    padding-left: 8%;
}
/*animation*/
.wrapper .div_dot {
    height: 50px;
    width: 50px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 50px;
    position: absolute;
    top: 40%;
    left: -16%;
    animation: 1s linear infinite;
    background-color: var(--transparentColor);
}
.div_dot .dot {
    height: 10px;
    width: 10px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 20%;
    right: 20%;
}
.heading
{
    height: 100vh;
    background-color: var(--color_purple_five);
}
.wrapper .div_dot:nth-child(1) {
    top: 20%;
    left: 20%;
    animation: animate 8s linear infinite;
}
.wrapper .div_dot:nth-child(2) {
    top: 60%;
    left: 80%;
    animation: animate 10s linear infinite;
}
.wrapper .div_dot:nth-child(3) {
    top: 40%;
    left: 40%;
    animation: animate 3s linear infinite;
}
.wrapper .div_dot:nth-child(4) {
    top: 66%;
    left: 30%;
    animation: animate 7s linear infinite;
}
.wrapper .div_dot:nth-child(5) {
    top: 90%;
    left: 10%;
    animation: animate 9s linear infinite;
}
.wrapper .div_dot:nth-child(6) {
    top: 88%;
    left: 90%;
    animation: animate 5s linear infinite;
}
.wrapper .div_dot:nth-child(7) {
    top: 90%;
    left: 20%;
    animation: animate 8s linear infinite;
}
.wrapper .div_dot:nth-child(8) {
    top: 75%;
    left: 60%;
    animation: animate 10s linear infinite;
}
.wrapper .div_dot:nth-child(9) {
    top: 50%;
    left: 50%;
    animation: animate 6s linear infinite;
}
.wrapper .div_dot:nth-child(10) {
    top: 45%;
    left: 20%;
    animation: animate 10s linear infinite;
}
.wrapper .div_dot:nth-child(11) {
    top: 10%;
    left: 90%;
    animation: animate 9s linear infinite;
}
.wrapper .div_dot:nth-child(12) {
    top: 20%;
    left: 70%;
    animation: animate 7s linear infinite;
}
.wrapper .div_dot:nth-child(13) {
    top: 20%;
    left: 20%;
    animation: animate 8s linear infinite;
}
.wrapper .div_dot:nth-child(14) {
    top: 60%;
    left: 5%;
    animation: animate 6s linear infinite;
}
.wrapper .div_dot:nth-child(15) {
    top: -10%;
    left: 80%;
    animation: animate 9s linear infinite;
}
.wrapper .div_dot:nth-child(16) {
    top: -10%;
    left: 80%;
    animation: animate 9s linear infinite;
}
.wrapper .div_dot:nth-child(17) {
    top: -10%;
    left: 80%;
    animation: animate 9s linear infinite;
}
@keyframes animate {
    0% {
        transform: scale(0) translateY(0) rotate(70deg);
    }
    100% {
        transform: scale(1.3) translateY(-100px) rotate(360deg);
    }
}
/*about us*/
.about_heading {
    height: 30rem;
    background: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)), url("../images/backdrop.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
.about_tittle h2 {
    text-align: center;
    font-family: var(--font-family-poppins);
    font-weight: 400;
    font-size: 76px;
    font-style: italic;
}
.about_tittle {
    padding-top: 12%;
}
.about_logo_content {
    display: flex;
    justify-content: space-between;
    position: fixed;
    height: 104px;
    width: 100%;
    z-index: 1;
    padding: 0 3rem;
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}
.about_logo_content.blur {
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(12px);
}
.about_Section {
    display: flex;
    padding-top: 6%;
}
.custom_font {
    font-family: var(--font-family-poppins);
    font-weight: 300;
    font-size: 75px;
    color: var(--Color_grey);
}
.custom1 {
    font-family:var(--font-family-Tangerine) !important;
    color: var(--color_white) !important;
}
.product_photoOne {
    Width: 33.625rem;
    Height: 17rem;
}
.product_photo {
    Width: 26.375rem;
    Height: 38.938rem;
}
.chef_detail {
    font-family: var(--font-family-poppins);
    font-size: 20px;
    font-weight: 300;
    padding-right: 3rem;
    padding-left: 1rem;
}
.revealdetail{
    position: relative;
    transform: translateY(150px);
    opacity: 0.1;
    transition: 1s all ease;
}
.revealdetail.active{
    transform: translateY(-2px);
    opacity: 1;
}
.owner_content_div {
    padding: 6%;
}
.owner_img {
    position: relative;
}
.frame {
    Width: 557px;
    Height: 799px;
    Border: 2px solid var(--color_white);
    border-top-left-radius: 280px;
    border-top-right-radius: 280px;
    position: absolute;
    left: 158px;
}
.owner_content_div {
    display: flex;
    justify-content: space-between;
}
.owner_detail {
    width: 50%;
}
.ownerDetail_tittle {
    font-size: 75px;
}
.name_custom {
    font-family:var(--font-family-medon);
    font-weight: 300;
}
.name_custom1 {
    font-family: var(--font-family-poppins) !important;
    color: var(--Color_grey) !important;
    margin-left: 16%;
}
.ownerDetail_content {
    font-family: var(--font-family-poppins);
    font-weight: 300;
    font-size: 20px;
    padding: 3%;
}
.contactus {
    display: flex;
    padding-top: 100px;
    padding-bottom: 100px;
    justify-content: space-between;
}
.contact_name_customTwo {
    font-family: var(--font-family-medon) !important;
    font-weight: 300;
    margin-left: 16%;
    font-size: 75px;
    margin-top: -31px;
    animation: textclip 2s linear infinite !important;
}
.contact_name_customOne {
    font-family: var(--font-family-poppins);
    color: var(--Color_grey);
    font-weight: 300;
    font-size: 76px;
    margin-bottom: 0;
    animation: textclip 2s linear infinite !important;
}
.form_div {
    width: 40%;
    margin-top: 3rem;
    display: flex;
    justify-content: center
}
.map_div {
    width: 55%;
}
iframe {
    width: 100%;
    height: 43rem
}
.form_content {
    font-size: 20px;
    font-weight: 300;
    font-family: var(--font-family-poppins);
}
.form_div_ch
{
    width: 46%;
}
.custom_input {
    background-color: var(--transparentColor) !important;
    border: 0 !important;
    border-bottom: 1px solid var(--color_white) !important;
    border-radius: unset !important;
    color: var(--color_white) !important;
}
.custom_input:focus {
    box-shadow: none !important;
}
.blog_contain_div
{
    display: flex;
    flex-wrap:wrap ;
}
.blog_first_half
{
    width: 50%;
    height: 50%;
    padding: 4%;
}
.blog_first_half img
{
    width: 100%;
    height: 100%;
    border-radius: 4%;
}
.blog_second_half
{
    width: 50%;
    padding: 4%;
}
.cardone
{
    margin: 2% 2%;
}
.cardtwo
{
    margin: 2% 3%;
}
.btn-card
{
    color: var(--color_white) !important;
}
.custom_card
{
    background-color: var(--transparentColor) !important;
    border-radius: 4% !important;
    border: 1px solid var(--color_white) !important;
    height: 444px;
    width: 24rem;
}
.card_img img
{
    height: 100%;
    width: 100%;
    border-radius: 4%;
}
.card_img
{
    height: 16rem;
    width: auto;
    padding: 2%;
}
.display_flex4
{
    display: flex;
}
.aboutbar
{
    backdrop-filter:none !important;
    position: static !important;
    margin-top: 0 ;
    background-color: var(--transparentColor) !important;
    height: 90px;
}
.custom_form_floating>label
{
    padding: 0.5rem .75rem 0.6rem !important;
}
.event
{
    padding: 2% ;
    display: flex;
    height: 80rem;
    width: 100%;
}
.event_card
{
    width: 100%;
    background-color: var(--transparentColor);
    border: 1px solid var(--color_white);
    border-radius: 12px;
    height: 100%;
}
.firsthalf_event
{
    width: 68%;
    height: 100%;
}
.SecondHalf_event
{
    width: 32%;
    height: 100%;
    padding-left: 6%;
    font-family: var(--font-family-poppins) !important;
    overflow-y: scroll;
}
.SecondHalf_event::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}
.event_img
{
    height: 70%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 2%;
}
.event_img img
{
    height: 100%;
    width: 100%;
    border-radius: 12px;
}
.event-tiitle
{
    padding: 2% 2% 0;
}
.event-tiitle p
{
    margin: 0;
    font-size: 40px;
    font-weight: bold;
    font-family: var(--font-family-poppins);
}
.event-detail
{
    padding: 2%;
    font-size: 16px;
    font-family: var(--font-family-poppins);
}
.event_footer
{
    padding: 0 2%;
    font-size: 16px;
}
.card_suggestion
{
    display: flex;
    width: 100%;
    border: 1px solid var(--color_white);
    border-radius: 12px;
    margin-bottom: 2%;
}
.eventCard_img
{
    height: 10rem;
    padding: 2%;
    width: 14rem;
}
.event_card_body
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 1rem 0.4rem 1rem 1rem !important;
    position: relative;
}
.event_card_body .card-title {
    overflow: hidden;
    text-overflow: ellipsis;
var(--color_white)-space: nowrap;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.event_card_img_div
{
    align-self: center;
}
.eventCard_img img
{
    height: 100%;
    width: 100%;
    border-radius: 12px;
}
.flex_media
{
    display: flex;
}
/*media query for phone*/
/*fold*/
@media only screen and (max-width: 368px)
{
    .flex_media
    {
        display: flex;
    }
    body
    {
        cursor: unset !important;
    }
    #cursor
    {
        display: none;
    }
    #stalker
    {
        display: none;
    }
    .heading {
        height: 100vh;
    }
    .eventCard_img
    {
        width: 6rem !important;
        height: 6rem !important;
    }
    .event_card_body .card-title
    {
        font-size: 0.9rem;
    }
    .event_card_body p
    {
        font-size: 0.8rem;
    }
    iframe
    {
        height: unset !important;
    }
    .event
    {
        display: block !important;
        height: auto !important;
        padding: 6% !important;
    }
    .firsthalf_event
    {
        width: 100% !important;
        height: auto !important;
    }
    .event-tiitle p
    {
        font-size: 20px !important;
    }
    .event-detail
    {
        font-size: 11px !important;
    }
    .SecondHalf_event
    {
        padding: 0 !important;
        width: 100% !important;
        margin-top: 4% !important;
    }
    .logo_content {
        padding: 20px 5px !important;
    }
    .menu_icon {
        margin-right: 4% !important;
        margin-top: 5% !important;
        padding-top: 0 !important;
    }
    .logo {
        width: 168px !important;
        height: 40px !important;
    }
    .bar {
        width: 22px !important;
    }
    .scroll_txt {
        font-size: 18px !important;
    }

    .down_scroll {
        font-size: 10px !important;
    }

    .down_scroll1 {
        font-size: 10px !important;
    }
    .aboutbar
    {
        margin-top:20px !important;
        position: static !important;
    }
    .addclass1 {
        width: 24px !important;
        right: 10px !important;
    }
    .addclass2 {
        width: 24px !important;
        top: 24px !important;
        right: 10px !important;
    }
    .bubbles_loader {
        width: 178px !important;
    }
    .tittle_row2 {
        display: none !important;
    }
    .tittle_row1 {
        display: none !important;
    }
    .tittle_row3 {
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        visibility: visible !important;
        margin-top: -64px;
    }
    .tittle_row3 p {
        font-family: var(--font-family-poppins);
        font-weight: 400;
        font-style: italic;
        font-size: 45px;
        -webkit-text-stroke: 1px var(--color_white);
        -webkit-text-fill-color: var(--transparentColor);
    }
    .wrapper .div_dot:nth-child(10) {
        display: none;
    }
    .wrapper .div_dot:nth-child(1) {
        display: none;
    }
    .wrapper .div_dot:nth-child(2) {
        display: none;
    }
    .wrapper .div_dot:nth-child(3) {
        display: none;
    }
    .wrapper .div_dot:nth-child(4) {
        display: none;
    }
    .wrapper .div_dot:nth-child(5) {
        display: none;
    }
    .display_flex
    {
        display: block !important;
        margin-top:0 !important;
        margin-left: 2rem !important;
        margin-right: 2rem !important;
        height: 100vh;
    }
    .bubble_tea_detail
    {
        width: 100% !important;
        font-size: 0.738rem !important;
        margin: 0 !important;
        line-height: 28px;
        text-align: justify;
    }

    .bubbleTea_section
    {
        padding: 0 !important;
        padding-top: 4.2rem !important;
    }
    .bubbleTea_columnOne
    {
        width: 100% !important;
        height: 54.4%;
    }
    .tea
    {
        font-size: 30px !important;
        margin-left: 22% !important;
    }
    .bubble
    {
        font-size: 30px !important;
        margin-left: -10px !important;
        margin-top: -14px !important;
    }

    .cup_img
    {
        margin-top: 8px !important;
        rotate: 6deg !important;
    }
    .bubbleTea_columTwo
    {
        width: 100% !important;
        display: flex;
        justify-content: center;
        height: 40%;
        align-items: center;
        padding: 6% 12% !important;

    }
    .custom_card
    {
        height: 360px !important;
        width: 14rem !important;
    }
    .card-text
    {
        font-size: 12px !important;
    }
    .blog_contain_div
    {
        justify-content: center;
    }
    .card_img
    {
        height: 12rem !important;
    }
    .display_flex2
    {
        display: block !important;
        margin-left: 2rem !important;
        margin-right: 2rem;
        height: 100vh;
    }
    .hummus_section
    {
        display: none;
    }
    .hr_s
    {
        display: none;
    }
    .dish_div1
    {
        display: block !important;
        padding: 0 15% 0 7% !important;
    }
    .dish_tittle1 p
    {
        font-size: 28px !important;
    }
    .dish_detail
    {
        font-size:  0.738rem !important;
        line-height: 28px;
        text-align: justify;
    }
    .dish_content1
    {
        display: none;
    }
    .dish_div2
    {
        display: block !important;
        padding: 0 7% 0 14% !important;
    }
    .dish_div3
    {
        display: block !important;
        padding: 0 15% 0 7% !important;
    }
    .dish_image1 img {
        height: 150px !important;
    }
    .dish_tittle2
    {
        display: block !important;
    }
    .repeatdiv
    {
        text-align: end;
    }
    .dish_detail2
    {
        display: block !important;
        margin-top: 4%;
    }
    .dish_image1
    {
        height: 100% !important;
        width: 100% !important;
    }
    .dish_image1 img
    {
        height: 100% !important;
        width: 100% !important;

    }
    .dish_tittle2 p {
        font-family: var(--font-family-poppins);
        font-weight: 300;
        font-size: 28px;
        color: var(--Color_grey);
    }
    .dish_detail2 p
    {
        font-family: var(--font-family-poppins);
        font-size:  0.738rem;
        font-weight: 300;
        text-align: justify;
    }
    .display_flex3
    {
        padding: 0 !important;
        flex-wrap: wrap !important;
        justify-content: unset !important;
    }
    .footer_columnOne
    {
        width: 100% !important;
        margin-bottom: 4%;
        margin-left: 8%;
        line-height: 28px;
    }
    .footer_columnThree {
        width: 54% !important;
        margin-left: 6%;
        font-size: 12px !important;
        line-height: 28px;
    }
    .footer_columnTwo
    {
        width: 36% !important;
        font-size: 12px !important;
        line-height: 28px;
        text-align: justify;
    }
    .contact_name_customOne
    {
        font-size: 30px !important;
    }
    footer
    {
        margin-right: 0 !important;
        margin-top: 0 !important;
    }
    .footer_logo {
        Width: 230px !important;
        Height: 50px !important;
    }
    ul {
        padding-left: 1rem !important;
    }
    .list p
    {
        font-size: 56px !important;
    }
    .list
    {
        margin-top: 8%;
        margin-left: 4% !important;
    }
    .line_div
    {
        display: none;
    }
    .frame1
    {
        display: none !important;
    }
    .line2
    {
        display: block !important;
        margin-left: 6% !important;
    }
    .line3
    {
        width: 220px;
        border: 1px solid var(--color_white);
        height: 0;
    }
    .icon2
    {
        margin-top: -11px;
        margin-left: 2%;
    }
    .fullMenu_display
    {
        display: block !important;
    }
    .fullScreenMenu_content
    {
        display: block !important;
    }
    .footer_end
    {
        display: block !important;
        text-align: center;
        margin-top: 6%;
        font-size: 16px;
        font-weight: 300;
    }
    .about_heading
    {
        height: 18rem !important;
    }
    .about_Section
    {
        display: block !important;
    }
    .about_tittle
    {
        margin-top: 0 !important;
        padding-top: 46% !important;
    }
    .about_tittle h2
    {
        font-size: 56px !important;
    }
    .about_partOne_columnOne
    {
        text-align: center;
    }
    .about_partOne_columnThree
    {
        text-align: center;
    }
    .about_logo_content
    {
        padding: 0 !important;
        width: 100% !important;
    }

    .contact_name_customTwo
    {
        margin-left: 16% !important;
        font-size: 30px !important;
        margin-top: -10px !important;
    }
    .about_partOne_columnTwo
    {
        margin: 4% 0 !important;
    }
    .product_photoOne
    {
        width: 100% !important;
        height: 100% !important;
    }
    .product_photo
    {
        width: 100% !important;
        height: 100% !important;
    }
    .chef_detail
    {
        font-size:  0.738rem !important;
        padding: 0 !important;
    }
    .name_custom1
    {
        margin-left: 10% !important;
    }
    .custom_font
    {
        font-size: 30px !important;
    }
    .about_logo_content
    {
        height: 72px !important;
    }
    .owner_content_div
    {
        display: block !important;
    }
    .owner_img
    {
        Border: 2px solid var(--color_white);
        border-top-left-radius: 332px;
        border-top-right-radius: 332px;
        display: flex;
        justify-content: center;
        margin: 4% 0;
    }
    .owner_img img
    {
        width: 100%;
    }
    .ownerDetail_tittle
    {
        font-size: 28px !important;
        padding: 2%;
    }
    .ownerDetail_content
    {
        font-size:  0.738rem !important;
    }
    .frame
    {
        display: none;
    }
    .owner_detail
    {
        width: 100% !important;
        margin-top: 8%;
    }
    .about_footer
    {
        margin: 0 !important;
        padding-bottom: 4% !important;
    }
    .contactus
    {
        display: block !important;
    }
    .form_div
    {
        margin-top: 0 !important;
        width: 100% !important;
    }
    .form_div_ch
    {
        width: 88% !important;
    }
    .form_content
    {
        width: 100% !important;
        font-size: 16px !important;
    }
    textarea
    {
        overflow: hidden;
    }
    .map_div
    {
        width: 100% !important;
        margin: 4% 0 !important;
        padding: 2%;
    }
    .display_flex4
    {
        display: block !important;
    }
    .blog_first_half
    {
        width: 100% !important;
    }
    .blog_second_half
    {
        width: 100% !important;
    }
    .cardtwo
    {
        margin: 1% 0 !important;
    }
    .cardone
    {
        margin: 1% 0 !important;
    }
    .company_name
    {
        font-size: 4px !important;
    }
    .circle:nth-child(7), .circle:nth-child(8), .circle:nth-child(9), .circle:nth-child(6)
    {
        display: none !important;
    }
    .panel {
        margin-left: -184px !important;
        margin-top: 58px !important;

    }
}
/*media query for phone*/
@media only screen and (min-width: 369px) and (max-width: 767px) {
    .flex_media
    {
        display: flex;
    }
    .heading {
        height: 100vh;
    }
    body
    {
        cursor: unset !important;
    }
    #cursor
    {
        display: none;
    }
    #stalker
    {
        display: none;
    }
    .eventCard_img
    {
        width: 8rem !important;
        height: 8rem !important;
    }
    .event_card_body .card-title
    {
        font-size: 1rem;
    }
    .event_card_body p
    {
        font-size: 0.8rem;
    }
    .custom_card
    {
        width: 22rem !important;
    }
    iframe
    {
        height: unset !important;
    }
    .blog_contain_div
    {
        justify-content: center;
    }
    .event
    {
        display: block !important;
        height: auto !important;
        padding: 6% !important;
    }
    .firsthalf_event
    {
        width: 100% !important;
    }
    .SecondHalf_event
    {
        padding: 0 !important;
        width: 100% !important;
        margin-top: 4% !important;
    }
    .logo_content {
        padding: 20px 5px !important;
    }
    .menu_icon {
        margin-right: 1% !important;
        margin-top: 4.4% !important;
        padding-top: 0 !important;
    }
    .logo {
        width: 212px !important;
        height: 52px !important;
    }
    .bar {
        width: 30px !important;
    }
    .addclass1 {
        width: 44px !important;
        right: 13px !important;
    }
    .tittle_row2 {
        display: none !important;
    }
    .tittle_row1 {
        display: none !important;
    }
    .tittle_row3 {
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        visibility: visible !important;
        margin-top: -64px;
    }
    .bubbleTea_columTwo
    {
        padding: 2% 31% 11% !important;
    }
    .tittle_row3 p {
        font-family: var(--font-family-poppins);
        font-weight: 400;
        font-style: italic;
        font-size: 45px;
        -webkit-text-stroke: 1px var(--color_white);
        -webkit-text-fill-color: var(--transparentColor);
    }
    .wrapper .div_dot:nth-child(10) {
        display: none;
    }
    .wrapper .div_dot:nth-child(1) {
        display: none;
    }
    .wrapper .div_dot:nth-child(2) {
        display: none;
    }
    .wrapper .div_dot:nth-child(3) {
        display: none;
    }
    .wrapper .div_dot:nth-child(4) {
        display: none;
    }
    .wrapper .div_dot:nth-child(5) {
        display: none;
    }
    .display_flex
    {
        display: block !important;
        margin-top:0 !important;
        margin-left: 2rem !important;
        margin-right: 1rem !important;
        height: 100vh;
    }
    .bubble_tea_detail
    {
        width: 100% !important;
        font-size: 16px !important;
        margin: 0 !important;
        line-height: 28px;
        text-align: justify;
    }
    .bubbleTea_section
    {
        padding: 6% 0 !important;
        margin-top: 0!important;
        height: 100vh !important;
    }
    .bubbleTea_columnOne
    {
        width: 100% !important;
        height: 54.6%;
    }
    .tea
    {
        font-size: 75px !important;
        margin-left: 22% !important;
    }
    .bubble
    {
        font-size: 42px !important;
        margin-left: 0 !important;
        margin-top: -44px !important;
    }
    .cup_img
    {
        margin-top: 8px !important;
        rotate: 6deg !important;
    }
    .bubbleTea_columTwo
    {
        width: 100% !important;
        display: flex;
        justify-content: center;
        height: 40%;
        align-items: center;
    }
    .display_flex2
    {
        display: block !important;
        margin-left: 2rem !important;
        margin-right: 2rem;
        height: 100vh;
    }
    .hummus_section
    {
        display: none;
    }
    .hr_s
    {
        display: none;
    }
    .dish_div1
    {
        display: block !important;
        padding: 6% 15% 0 7% !important;
    }
    .dish_tittle1 p
    {
        font-size: 32px !important;
    }
    .dish_detail
    {
        font-size: 16px !important;
        line-height: 28px;
        text-align: justify;
    }
    .dish_content1
    {
        display: none;
    }
    .dish_div2
    {
        display: block !important;
        padding: 0 7% 0 14% !important;
    }
    .dish_div3
    {
        display: block !important;
        padding: 0 15% 0 7% !important;
    }
    .dish_image1 img {
        height: 150px !important;
    }
    .dish_tittle2
    {
        display: block !important;
    }
    .repeatdiv
    {
        text-align: end;
    }
    .dish_detail2
    {
        display: block !important;
        margin-top: 4%;
    }
    .dish_image1
    {
        height: 100% !important;
        width: 100% !important;
    }
    .dish_image1 img
    {
        height: 100% !important;
        width: 100% !important;
    }
    .dish_tittle2 p {
        font-family: var(--font-family-poppins);
        font-weight: 300;
        font-size: 35px;
        color: var(--Color_grey);
    }
    .dish_detail2 p
    {
        font-family: var(--font-family-poppins);
        font-size: 16px;
        font-weight: 300;
        text-align: justify;
    }
    .display_flex3
    {
        padding: 0 !important;
        flex-wrap: wrap !important;
        justify-content: unset !important;
    }
    .footer_columnOne
    {
        width: 100% !important;
        margin-bottom: 4%;
        margin-left: 8%;
        line-height: 28px;
    }
    .footer_columnThree {
        width: 54% !important;
        margin-left: 6%;
        font-size: 16px !important;
        line-height: 28px;
    }
    .footer_columnTwo
    {
        width: 36% !important;
        font-size: 16px !important;
        line-height: 28px;
        text-align: justify;
    }
    footer
    {
        margin-right: 0 !important;
        margin-top: 0 !important;

    }
    .about_logo_content
    {
        height: 68px !important;
    }
    .list p
    {
        font-size: 60px;
    }
    .list
    {
        margin-top: 8%;
        margin-left: 4% !important;
    }
    .line_div
    {
        display: none;
    }
    .frame1
    {
        display: none !important;
    }
    .line2
    {
        display: block !important;
        margin-left: 6% !important;
    }
    .line3
    {
        width: 220px;
        border: 1px solid var(--color_white);
        height: 0;
    }
    .icon2
    {
        margin-top: -11px;
        margin-left: 2%;
    }
    .fullMenu_display
    {
        display: block !important;
    }
    .fullScreenMenu_content
    {
        display: block !important;
    }
    .footer_end
    {
        display: block !important;
        text-align: center;
        margin-top: 6%;
        font-size: 16px;
        font-weight: 300;
    }
    .about_heading
    {
        height: 18rem !important;
    }
    .about_Section
    {
        display: block !important;
    }
    .about_tittle
    {
        margin-top: 0 !important;
        padding-top: 26% !important;
    }
    .about_tittle h2
    {
        font-size: 68px !important;
    }
    .about_partOne_columnOne
    {
        text-align: center;
    }
    .about_partOne_columnThree
    {
        text-align: center;
    }
    .about_logo_content
    {
        padding: 0 !important;
    }
    .about_logo_content .menu_icon .addclass2
    {
        width: 44px !important;
        right: 13px !important;
        top: 24px !important;
    }
    .contact_name_customTwo
    {
        margin-left: 26% !important;
        font-size: 38px !important;
        margin-top: -12px !important;
    }
    .contact_name_customOne
    {
        font-size: 38px !important;
    }
    .about_partOne_columnTwo
    {
        margin: 4% 0 !important;
    }
    .product_photoOne
    {
        width: 100% !important;
        height: 100% !important;
    }
    .product_photo
    {
        width: 100% !important;
        height: 100% !important;
    }
    .chef_detail
    {
        font-size: 16px !important;
        padding: 0 !important;
    }
    .custom_font
    {
        font-size:38px !important;
    }
    .owner_content_div
    {
        display: block !important;
    }
    .owner_img
    {
        Border: 2px solid var(--color_white);
        border-top-left-radius: 332px;
        border-top-right-radius: 332px;
        display: flex;
        justify-content: center;
        margin: 4% 0;
    }
    .owner_img img
    {
        width: 100%;
    }
    .ownerDetail_tittle
    {
        font-size: 38px !important;
        padding: 2%;
    }
    .frame
    {
        display: none;
    }
    .owner_detail
    {
        width: 100% !important;
        margin-top: 8%;
    }
    .about_footer
    {
        margin: 0 !important;
        padding-bottom: 4% !important;
    }
    .contactus
    {
        display: block !important;
    }
    .form_div
    {
        margin-top: 0 !important;
        width: 100% !important;
    }
    .form_div_ch
    {
        width: 61% !important;
    }
    #contactForm
    {
        width: 95%;
    }
    .form_content
    {
        width: 100% !important;
        font-size: 16px !important;
    }
    textarea
    {
        overflow: hidden !important;
    }
    .map_div
    {
        width: 100% !important;
        margin: 4% 0 !important;
        padding: 2%;
    }
    .display_flex4
    {
        display: block !important;
    }
    .blog_first_half
    {
        width: 100% !important;
    }
    .blog_second_half
    {
        width: 100% !important;
    }
    .cardtwo
    {
        margin: 1% 0 !important;
    }
    .cardone
    {
        margin: 1% 0 !important;
    }
    .company_name
    {
        font-size: 6px !important;
    }
    .circle:nth-child(7), .circle:nth-child(8), .circle:nth-child(9)
    {
        display: none !important;
    }
    .panel {
        margin-left: -221px !important;
    }
    .bubbles_loader {

        width: 200px !important;
    }
}

/*media query for ipad*/
@media only screen and (min-width: 768px) and (max-width: 993px)
{
    .tittle_row1 p
    {
        font-size: 160px !important;
    }
    .owner_img
    {
        border-top-left-radius: 390px !important;
        border-top-right-radius: 390px !important;
    }
    .event
    {
        display: block !important;
        height: auto !important;
        padding: 6% !important;
    }
    .firsthalf_event
    {
        width: 100% !important;
    }
    .SecondHalf_event
    {
        padding: 0 !important;
        width: 100% !important;
        margin-top: 4% !important;
    }
    .tittle_row2 p
    {
        font-size: 160px !important;
    }
    .heading
    {
        height: 100vh;
    }
    .tittle
    {
        height: 80vh !important;
        font-size: 12px;
    }
    .addclass2
    {
        right: 54px !important;
    }
    .addclass1
    {
        right: 54px !important;
    }
    .display_flex
    {
        display: block !important;
        margin-left: 0 !important;
    }
    .bubbleTea_section
    {
        margin-top: 0 !important;
        padding-top: 8% !important;
        padding-bottom: 0 !important;
        height:auto !important;
    }
    .bubble_tea_detail
    {
        width: 100% !important;
        text-align: justify;
        margin-left: 0 !important;
    }
    .bubbleTea_columnOne
    {
        width: 100% !important;
    }
    .bubbleTea_columTwo
    {
        width: 100% !important;
        padding: 1% 31% !important;
    }
    .cup_img
    {
        margin-top: 0 !important;
        height: 540px !important;
        rotate: 10deg !important;
    }
    .list p
    {
        font-size: 72px !important;
    }
    .list
    {
        margin-left: 18% !important;
    }
    .frame1
    {
        width: 320px !important;
    }
    .hummus_section
    {
        padding: 8% 0 2%!important;
        height: auto !important;
    }
    .hummus_section .display_flex2
    {
        height: auto !important;
    }
    .display_flex2
    {
        display: block !important;
    }
    .pizza_img
    {
        margin-top: 0 !important;
        height: 540px !important;
        width: 540px !important;
    }
    .hummus_columnTwo
    {
        height: 40% !important;
        width: 100% !important;
        padding: 0 6% !important;
    }
    .hummus_tittle2
    {
        display: block !important;
    }
    .hummus_tittle
    {
        display: none;
    }
    .hummus_columnOne
    {
        width: 100% !important;
        height: 50%;
        padding: 6%;
        text-align: center;
    }
    .dish_div1
    {
        display: block !important;
        padding: 0 15% 0 7% !important;
    }
    .dish_tittle1 p
    {
        font-size: 32px !important;
    }
    .dish_detail
    {
        font-size: 16px !important;
        line-height: 28px;
        text-align: justify;
    }
    .dish_content1
    {
        display: none;
    }
    .dish_div2
    {
        display: block !important;
        padding: 0 7% 0 14% !important;
    }
    .dish_div3
    {
        display: block !important;
        padding: 0 15% 0 7% !important;
    }
    .dish_image1 img {
        height: 150px !important;
    }
    .dish_tittle2
    {
        display: block !important;
    }
    .repeatdiv
    {
        text-align: end;
    }
    .dish_detail2
    {
        display: block !important;
        margin-top: 4%;
    }
    .dish_image1
    {
        height: 100% !important;
        width: 100% !important;
    }
    .dish_image1 img
    {
        height: 100% !important;
        width: 100% !important;
    }
    .dish_tittle2 p {
        font-family: var(--font-family-poppins);
        font-weight: 300;
        font-size: 35px;
        color: var(--Color_grey);
    }
    .dish_detail2 p
    {
        font-family: var(--font-family-poppins);
        font-size: 16px;
        font-weight: 300;
        text-align: justify;
    }
    .display_flex3
    {
        padding: 0 !important;
    }
    .footer_columnTwo
    {
        width: 20% !important;
    }
    .footer_columnThree
    {
        width: 34% !important;
    }
    .footer_end
    {
        padding: 2% 4% !important;
    }
    .about_Section
    {
        display: block !important;
    }
    .about_partOne_columnOne
    {
        display: flex;
        justify-content: end;
    }
    .about_partOne_columnThree
    {
        display: flex;
        justify-content: start;
    }
    .about_img2
    {
        text-align: center;
    }
    .about_partOne_columnTwo
    {
        margin: 4% 0 !important;
    }
    .owner_content_div
    {
        display: block !important;
    }
    .owner_img
    {
        Border: 2px solid var(--color_white);
        border-top-left-radius: 332px;
        border-top-right-radius: 332px;
        display: flex;
        justify-content: center;
        margin: 4% 0;
    }
    .owner_img img
    {
        width: 99% !important;
    }
    .frame
    {
        display: none;
    }
    .about_logo_content
    {
        padding: 0 !important;
    }
    .owner_detail
    {
        width: 100% !important;
        margin-top: 8%;
    }
    .about_footer
    {
        margin: 0 !important;
        padding-bottom: 4% !important;
    }
    .contactus
    {
        display: block !important;
    }
    .form_div
    {
        margin-top: 0 !important;
        width: 100% !important;
    }
    .form_div_ch
    {
        width: 100%;
    }
    .form_content
    {
        width: 100% !important;
    }
    .map_div
    {
        width: 100% !important;
        margin: 4% 0 !important;
        padding: 2%;
    }
    .about_tittle {
        padding-top: 30% !important;
    }
    .display_flex4
    {
        display: block !important;
    }
    .blog_first_half
    {
        width: 100% !important;
    }
    .blog_second_half
    {
        width: 100% !important;
    }
    .cardtwo
    {
        margin: 1% 1% !important;
    }
    .cardone
    {
        margin: 1% 1%!important;
    }
    .blog_contain_div
    {
        justify-content: center;
    }
}

@media only screen and (max-width: 1024px) and (max-height: 600px) {
    .eventCard_img {
        height: 8rem !important;
        width: 9rem !important;
    }
    .event_card_body p
    {
        font-size: 0.8rem;
    }
}
/*ipaid pro media*/

@media only screen and (min-width: 994px) and (max-width: 1000px)
{
    .heading
    {
        height: 100vh;
    }
    .about_partOne_columnOne
    {
        display: flex;
        justify-content: end;
    }
    .about_partOne_columnThree
    {
        display: flex;
        justify-content: start;
    }
    .event
    {
        display: block !important;
        height: auto !important;
        padding: 6% !important;
    }
    .SecondHalf_event
    {
        padding: 0 !important;
        width: 100% !important;
        margin-top: 4% !important;
    }
    .firsthalf_event
    {
        width: 100% !important;
    }
    .tittle
    {
        height: 80vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .bubbleTea_section
    {
        align-items: center;
        display: inline-flex;
        height: 100vh !important;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
    .bubble_tea_detail{
        width: 90% !important;
    }
    .hummus_tittle
    {
        margin: 0 !important;
        padding-left: 0 !important;
    }
    .hummus_columnOne
    {
        width: 40% !important;
        padding: 80% 4% 60% 4% !important;
    }
    .hummus_columnTwo
    {
        width: 60% !important;
    }
    .hummus_section
    {
        display: flex;
        align-items: center;
        height: 100vh !important;
    }
    .display_flex2
    {
        height: 80vh !important;
        align-items: center;
    }
    .dish_content1
    {
        width: 58% !important;
    }
    .dish_image1
    {
        width: 40% !important;
        margin-left: 4%;
    }
    .dish_image1 img
    {
        height: 100%;
        width: 100%;
        padding: 4%;
    }
    .dish_detail
    {
        width: 100% !important;
    }
    .dish_div1
    {
        padding: 4% 2% !important;
    }
    .dish_div2
    {
        padding: 4% 2% 4% 6%!important;
    }
    .dish_div3
    {
        padding: 2% !important;
    }
    footer
    {
        padding: 0 !important;
    }
    .footer_end
    {
        padding-top: 1rem;
    }
    .about_Section
    {
        display: block !important;
    }
    .about_tittle {
        padding-top: 30% !important;
    }
    .display_flex4
    {
        display: block !important;
    }
    .blog_first_half
    {
        width: 100% !important;
    }
    .blog_second_half
    {
        width: 100% !important;
    }
    .blog_contain_div
    {
        justify-content: center;
    }
    .cardtwo
    {
        margin: 1% 1% !important;
    }
    .cardone
    {
        margin: 1% 1%!important;
    }
    .addclass2
    {
        right: 12px !important;
    }.addclass1
     {
         right: 12px !important;
     }

}
@media only screen and (min-width: 1000px)  and (max-width: 1024px)
{
    .bubbleTea_columTwo {
        padding: 12% 2% 8% 13% !important;
    }
    .display_flex2
    {
        height: auto !important;
    }
    .event_card
    {
        height: auto !important;
        padding-bottom: 2.6%;
    }
    .hummus_section
    {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .about_partOne_columnOne
    {
        display: flex;
        justify-content: end;
    }
    .about_partOne_columnThree
    {
        display: flex;
        justify-content: start;
    }
    .event
    {
        height: auto !important;
        padding: 6% !important;
    }
    .event_img
    {
        padding: 2% 2% 8% !important;
    }
    .firsthalf_event
    {
        width: 54% !important;
        height: auto !important;
    }
    .SecondHalf_event
    {
        width: 44% !important;
    }
    .event-detail
    {
        font-size: 14px !important;
    }
    .event-tiitle p
    {
        font-size: 36px !important;
    }
    .hummus_columnOne
    {
        padding: 6% 4% 79% 4% !important;
    }
    .hummus_section
    {
        height: 100vh !important;
    }
    .addclass2
    {
        right: 96px !important;
    }
    .addclass1
    {
        right: 96px !important;
    }
    .bubbleTea_section
    {
        height: 100vh !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .display_flex
    {
        margin-top: 0 !important;
        height: 100vh !important;
    }
    .bubbleTea_columnOne
    {
        width: 46% !important;
        height: 100%;
    }
    .bubble_tea_detail
    {
        width: 100% !important;
    }
    .tea
    {
        margin-left: 49% !important;
    }
    .hummus
    {
        font-size: 60px !important;
    }
    .hummus_tittle
    {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    .dish_div1
    {
        padding: 4% 2% !important;
    }
    .dish_div2
    {
        padding: 4% 2% 4% 6%!important;
    }
    .dish_div3
    {
        padding: 2% !important;
    }
    .dish_content1
    {
        width: 58% !important;
    }
    .dish_image1
    {
        width: 40% !important;
        margin-left: 4%;
    }
    .dish_image1 img
    {
        height: 100%;
        width: 100%;
        padding: 4%;
    }
    .dish_detail
    {
        width: 100% !important;
    }
    .about_Section
    {
        display: block !important;
    }
    .owner_img img
    {
        width: 100%;
    }
    .frame
    {
        display: none;
    }
    .owner_detail {
        width: 56% !important;
        margin-left: 4%;
    }
    .owner_img
    {
        Border: 2px solid var(--color_white);
        border-top-left-radius: 280px;
        border-top-right-radius: 280px;
        display: flex;
        justify-content: center;
        margin: 4% 0;
    }
    .about_tittle
    {
        padding-top: 24% !important;
    }
    .form_div
    {
        margin-top: 0 !important;
    }
    .form_content
    {
        width: 80% !important;
    }
    .heading
    {
        height: 100vh;
    }
    .tittle
    {
        height: 80vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .display_flex4
    {
        display: block !important;
    }
    .blog_first_half
    {
        width: 100% !important;
    }
    .blog_second_half
    {
        width: 100% !important;
    }
    .blog_contain_div
    {
        justify-content: center;
    }
    .cardtwo
    {
        margin: 1% 1% !important;
    }
    .cardone
    {
        margin: 1% 1%!important;
    }
}
@media only screen and (min-width: 1025px)  and (max-width: 1500px) {

    .display_flex
    {
        margin-top: 0 !important;
    }
    .eventCard_img {
        height: 10rem !important;
        width: 11rem !important;
    }
    .about_Section
    {
        display: block !important;
    }
    .event_card
    {
        height: auto !important;
        padding-bottom: 2.6%;
    }
    .event
    {
        height: auto !important;
        padding: 6% !important;
    }
    .event_img
    {
        padding: 2% 2% 8% !important;
    }
    .firsthalf_event
    {
        width: 54% !important;
        height: auto !important;
    }
    .SecondHalf_event
    {
        width: 44% !important;
    }
    .bubbleTea_columnOne
    {
        width: 46% !important;
        height: 100%;
    }
    .bubble_tea_detail
    {
        width: 100% !important;
    }
    .bubbleTea_columTwo {
        padding: 20% 2% 8% 13% !important;
    }
    .tea
    {
        margin-left: 49% !important;
    }
    .hummus
    {
        font-size: 60px !important;
    }
    .hummus_columnOne
    {
        padding: 6% 4% 7% 4% !important;
    }
    .hummus_tittle
    {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    .form_div
    {
        margin-top: 0 !important;
    }
    .dish_div1
    {
        padding: 4% 2% !important;
    }
    .dish_div2
    {
        padding: 4% 2% 4% 6%!important;
    }
    .dish_div3
    {
        padding: 2% !important;
    }
    .dish_content1
    {
        width: 58% !important;
    }
    .dish_image1
    {
        width: 40% !important;
        margin-left: 4%;
    }
    .dish_image1 img
    {
        height: 100%;
        width: 100%;
        padding: 4%;
    }
    .dish_detail
    {
        width: 100% !important;
    }
    .about_partOne_columnOne
    {
        display: flex;
        justify-content: end;
    }
    .about_partOne_columnThree
    {
        display: flex;
        justify-content: start;
    }
    .owner_img img
    {
        width: 100%;
    }
    .frame
    {
        display: none;
    }
    .owner_detail {
        width: 56% !important;
        margin-left: 4%;
    }
    .owner_img
    {
        Border: 2px solid var(--color_white);
        border-top-left-radius: 280px;
        border-top-right-radius: 280px;
        display: flex;
        justify-content: center;
        margin: 4% 0;
    }
    .about_tittle
    {
        padding-top: 24% !important;
    }
    .form_content
    {
        width: 100% !important;
    }
    .form_div_ch {
        width: 66% !important;
    }
    .custom_card
    {
        width: 22rem !important;
    }
    .blog_first_half
    {
        width: 50% !important;
        height: auto !important;
        padding: 4% 4% 103% !important;
    }
    .blog_second_half
    {
        width: 50% !important;
    }
    .blog_contain_div
    {
        justify-content: center;
    }
    .display_flex2
    {
        height: auto !important;
    }
}
