@import url('https://fonts.googleapis.com/css2?family=Yatra+One&display=swap');

@font-face {
    font-family: 'ottercobold';
    src: url('../font/otterco-bold.woff2') format('woff2'),
        url('../font/otterco-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ottercomedium';
    src: url('../font/otterco-medium.woff2') format('woff2'),
        url('../font/otterco-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ottercoregular';
    src: url('../font/otterco-regular.woff2') format('woff2'),
        url('../font/otterco-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'ottercoregular';
    line-height: 1.3;
}

.footer_icon_box img {
    width: 20px;
    border-radius:0px;
}

/*#carouselExampleIndicators h5 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}*/

body {
    margin: 0px;
    padding: 0px;
    background-image: url(../img/pattren.svg);
    background-repeat: repeat;
    color: #663300;
    font-size: 16px;
    font-family: 'ottercoregular';
    font-weight: 500;
    line-height: 1.4;
    background-size: 100%;
    /*background: #FCF3E5;*/

}

/*.even_bg
{
    background-image: url(../img/pattren2.svg); 
    background-size: 100%;
    min-height:600px;
}

.odd_bg
{

    background-image: url(../img/pattren.svg); 
    background-size: 100%;  
    min-height:500px; 
}*/
/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 1000px;


}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #653307;
    border-radius: 25px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #F4AE28;
}

a:hover {
    color: inherit;
}

header {
    padding: 20px 0px;
    background: #F6AE03;
    padding-bottom: 100px;
}

header ul {
    list-style: none;
    margin-bottom: 0px;
}

header ul li {
    display: inline-block;
    padding: 0px 15px;
}

header ul li a {
    font-size: 18px;
}

a {
    text-decoration: none;
    font-weight: 500;

    color: #663300;
}

header .right {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: right;
}

.btn-success {
    color: #fff;
    background-color: #36AC5F;
    border-color: #36AC5F;
}
.btn-success:hover
{
background-color: #36AC5F;
border-color: #36AC5F;  
}

.hero {
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
    background: #F6AE03;
    position: relative;
    margin-top: -1px;
}

.hero .chai_image img {
    width: 550px;
}

.hero .feather img {
    width: 440px;
}

.hero .chai_image {
    position: absolute;
}

.hindi {
    font-family: 'Yatra One', cursive !important;
}

.hero .feather {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 0;
}

.hero .feather img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: .3;
}

/*hero2 for other page*/
.hero2 {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0px;
    background: #F6AE03;
    position: relative;
    padding-bottom: 100px;

}

.hero2 img {
    width: 270px;
}


.hero2 .feather {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 0;
}

.hero2 .feather img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .3;

}


.chai {
    min-height: 100vh;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.hero .chai_image {
    -webkit-animation: spin 60s linear infinite;
    -moz-animation: spin 60s linear infinite;
    animation: spin 60s linear infinite;
}


.chai {
    padding: 50px;
    padding-top: 240px;
    text-align: center;
}

h2 {
    font-size: 44px;
    color: #663300;
    font-weight: 600;
}

.chai h2 {
    margin-bottom: 50px;
}


.chai .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

.chai .grid .milk {
    grid-row: span 2;
    background: red;
    background: url('../img/milk.png');
    background-position: left center;
    background-repeat: no-repeat;
}

.chai .grid .green {
    background: url('../img/green-removebg-preview.png');
    background-size: cover;
    background-position: center center;
}

.chai .grid .detox {
    background: url('../img/black.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 200px;
}

.chai .grid div {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    flex-direction: column;
    padding: 50px 30px;
}


.chai * {
    font-family: 'ottercoregular';
}

.chai h3 {
    font-size: 30px;
    /*text-align: center;*/
    margin-top: 40px;
}


p {
    color: #663200;
}

.order {
    padding: 50px;
    padding-top: 240px;
}

footer {
    /*background:#F4AE28;*/
    padding-top: 160px;
    margin-top: -10px;
}

.footer_div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    flex-direction: column;
    text-align: center;
}

.footer_section .col-md-3 {
    border-right: 1px solid #663300;
    height: 150px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer_icon_box {
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    text-align: left;
    line-height: 26px;
}

.pr-14 {
    margin-right: 14px;
}

.pl-40 {
    padding-left: 40px;
}

.pr-40 {
    padding-right: 40px;
}


/*new css for menu*/

/* 
   Menu
   ---- */

.menu {
    padding-bottom: 30px;
}

.space60 {
    margin-bottom: 60px;
}

.menu-tags {
    text-align: center;
    margin-bottom: 30px;
}

.menu-tags2,
.menu-tags3,
.menu-tags4 {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 20px;
}

.menu-tags span,
.menu-tags2 span,
.menu-tags3 span,
.menu-tags4 span {
    font-family: 'Yatra One', cursive !important;
    font-size: 26px;
    color: #663300;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0px 15px;
    padding-bottom: 2px;
    padding-top: 5px;
    cursor: pointer;
    transition: all 0.5s ease;
    border-bottom: 3px solid transparent;
}

.menu-tags .tagsort-active,
.menu-tags2 .tagsort2-active,
.menu-tags3 .tagsort3-active,
.menu-tags4 .tagsort4-active {
    border-bottom: 3px solid #f9c56a;
    color: #FBBE54;
}

.menu .food-menu .menu-item,
.menu .food-menu .menu-item3 {
    overflow: hidden;
    margin: 5px 0px;
    padding-left: 40px;
    /*border-left: 2px solid #663300;*/
    padding-right: 40px;
}

.menu .food-menu .menu-item.featured {
    border-left: 3px solid #f9c56a;
}

.menu .food-menu .menu-item .dotted-bg,
.menu .food-menu .menu-item3 .dotted-bg {
    border-top: dotted 2px #653307;
    position: absolute;
    left: 0px;
    top: 22px;
    width: 100%;
    z-index: -1;
}

.menu .food-menu .menu-item .menu-wrapper,
.menu .food-menu .menu-item3 .menu-wrapper {
    position: relative;
    z-index: 1;
}

.menu .food-menu .menu-item h4,
.menu .food-menu .menu-item3 h4 {
    text-align: left;
    margin: 5px 0px;
    float: left;
    padding-right: 10px;
    display: inline;
    background: #fdf4e5;
    font-size: 20px;
    font-weight: 500;
}

.menu .food-menu .menu-item p,
.menu .food-menu .menu-item3 p {
    font-size: 18px;
}

.menu .food-menu .menu-item .price,
.menu .food-menu .menu-item3 .price {
    float: right;
    padding-left: 10px;
    line-height: 1.4;
    margin: 5px 0px;
    background: #fdf4e5 none repeat scroll 0% 0%;
    /*font-family: Josefin Sans;*/
    font-size: 20px;
    font-weight: 500;
}

.menu .food-menu .menu-item-active {
    border-left: 3px solid #f9c56a;
}

.menu .food-menu .menu-btn {
    text-align: center;
    padding: 20px 0px;
}



body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    overflow-x: hidden;
}

#container {
    position: absolute;
    margin: auto;
    height: 80pt;
    background: red;
    text-align: center;
    justify-content: center;
    top: 30px;
    bottom: 0;
    filter: url(#threshold) blur(0.6px);
}

#text1,
#text2 {
    position: absolute;
    display: inline-block;
    font-family: 'Yatra One', cursive;
    font-size: 80pt;
    width: 800px;
    text-align: center;
    user-select: none;
    color: #663300;
}

.gallery .gal {
    -webkit-column-count: 4;
    /* Chrome, Safari, Opera */
    -moz-column-count: 4;
    /* Firefox */
    column-count: 4;
}

.gallery .gal img {
    transition: all .2s ease-in-out;
}

.gallery .gal img:hover {
    transform: scale(1.03);
    z-index: 100;
    opacity: 1;
}

.gallery img {
    border-radius: 20px;
}

.spreading_smiles .spreading_box
{
    display: flex;justify-content: center;align-items: center;flex-direction: column;height:100%;position: relative;height: 100vh;overflow:hidden;
}

.spreading_smiles .gal {
    -webkit-column-count: 7;
    /* Chrome, Safari, Opera */
    -moz-column-count: 7;
    /* Firefox */
    column-count: 7;
}


.spreading_smiles .gal img {
    transition: all .3s ease-in-out;
}

.spreading_smiles .gal img:hover {
    transform: scale(1.09);
    z-index: 100;
    filter: brightness(1);
}


.spreading_smiles img {
    border-radius: 0px;
    width: 109;
    margin-bottom: 0px;
    filter: brightness(0.4);
    max-width: 108.5%;
    padding-right: 0px;
}



.kaun_bg {
    background: url(../img/baba.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding-right: 60px;
    margin-left: -42px;
}




/*css for mape   */
.map {
    height: 392px;
    border: 2px solid #eee;
    display: inline-block;
    overflow: hidden;
}

.map iframe {
    height: 450px;
    position: relative;
    top: -60px;
    border: none;
    opacity: 0.75;
}


.gallery .gal img {
    width: 100%;
    margin: 7px 0;
}

.v_more {
    width: auto;
    padding: 8px 20px;
    color: #653307;
    text-transform: capitalize;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    line-height: 1;
    transition: all ease .3s;

}

.v_more:hover {
    color: #653307;
}

.mt-120 {
    margin-top: 120px;
}

.pt-120 {
    padding-top: 120px;
}


/*css for flip image*/

.counter
{
    background: url(../img/dark_pattern.jpg);
    padding: 50px 0px;
    margin-top: 00px;
}
.counter .col-md-4
{
display: flex;
justify-content: center;align-items: center;
}
.flip-box {
  background-color: transparent;
  width: 300px;
  height: 200px;
  perspective: 1000px;
  cursor: pointer;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}



/*css for about friends*/
.container_new {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .container_new .ui-card {
        height: auto;
        width: 100%;
        position: relative;
        z-index: 1;
        transform: scale(0.6) translateY(-2rem);
        opacity: 0;
        cursor: pointer;
        pointer-events: none;
        transition: 1s;
    }

    .container_new .ui-card.active {
        z-index: 3;
        transform: scale(1) translateY(0) translateX(0);
        opacity: 1;
        pointer-events: auto;
        transition: 1s;
    }

    .container_new .ui-card.prev,
    .container_new .ui-card.next {
        z-index: 2;
        transform: scale(0.8) translateY(-1rem) translateX(0);
        opacity: 0.6;
        pointer-events: auto;
        transition: 1s;
    }

    .ui-card .card {
        justify-content: center;
        width: 350px;
        align-items: center;
        text-align: center;
        padding: 18px 9px;
        box-shadow: 3px 3px 3px rgb(50 50 50 / 28%);

    }

    .ui-card .card img {

        border-radius: 50%;
        width: 50%;
        text-align: center;
    }
    .ui-card .card h3
    {
        font-weight: 500;
    }

@media (max-width: 500px) {
    .gallery .gal {
        -webkit-column-count: 3;
        /* Chrome, Safari, Opera */
        -moz-column-count: 3;
        /* Firefox */
        column-count: 3;
    }
    .gallery .gal img {
    width: 106%;
    margin: 4px 0;
    }
}


/* ================================================
   Media Queries
   ================================================ */


/* 
      For Screens less than 992px
      --------------------------- */

@media (max-width: 992px) {
    .list {
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .navbar .navbar-nav>li>a {
        padding: 9px 15px;
    }

    .subscribe .btn-default {
        padding: 0px 15px;
        height: 46px;
        border: 1px solid #F2BA57;
        margin-left: 0 px;
        margin-top: 0px;
    }

    .team-staff {
        border-bottom: 1px solid #DCDDDD;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .contact-social {
        margin-bottom: 60px;
    }

    .menu-item2 {
        margin-bottom: 50px;
        width: 50%;
    }

    .menu .food-menu .menu-item3 h4 {
        font-size: 14px;
    }

    .menu-item4 {
        width: 50%;
    }

    .rc-info {
        margin-left: 0;
    }

    .recipie-content img {
        float: none;
        width: 100%;
        margin-bottom: 25px;
    }

    .recipie-content hr {
        margin: 20px 0px 50px;
    }

    .rc-info {
        margin-bottom: 30px;
    }
}


/* 
      For Screens less than 767px
      --------------------------- */

@media (max-width: 767px) {

    

    .random_hover
    {
      transform: scale(1.09);
        z-index: 100 !important;
        filter: brightness(1) !important;  
    }
    .custom_menu_height
    {
     height:auto !important;
    }
    .counter
    {
        padding-bottom:0px;
        margin-top: -4px;
    }
    .menu_slider_tab
    {
        justify-content: center !important;
    }

    .flip-box-inner img
    {
     width: 100px !important;
    }
    .spreading_smiles {
    margin-top: 60px;
    margin-bottom: 0px;
    }
    .spreading_smiles h2 {
    font-size: 30px !important;
    }
   .spreading_smiles .gal {
    column-count: 4;
    }
    .spreading_mt
    {
        margin-top: 200px;F
    }
    .spreading_smiles img {
    max-width: 120.5%;
    margin-bottom: -1px;
   }


    .slider .tab button {
    padding: 7px 7px !important;
    font-size: 16px !important;
    /*border-right: 1px solid #663300 !important;*/
    }
    .qoute span img
    {
     width: 36px;
    }
    .qoute span img:nth-child(2)
    {
     width: 30px;
    }


    .hero2 img {
        width: 150px;
    }
    .hero2 {
       height: 120px;
    padding-top: 3px;
    padding-bottom: 75px;
    margin-top: -3px;
    }

    .carousel-indicators {
        position: relative;
        bottom: -25px !important;
        flex-direction: column;
    }

    .hero .feather img {
        width: 310px;
        margin-top: -3px;
    }

    .hero .feather {
        position: absolute;
        left: 0px;
        bottom: -1px;
        z-index: 0;
    }

    #container {
        right: 168px;
        height: 0pt;
        top: 30px;
    }

    #text1,
    #text2 {
        font-size: 32pt;
        width: 100%;
    }

    .control_section .slider_nav_btn
    {
    position: absolute;
    top: 4px!important;
    right: 35%!important;
    }
    .hero .chai_image img {
        width: 260px;
    }

    .slider .carousel-item h2 {
        margin-top: 20px;
    }

    .slider .tabcontent {
        margin: 0px 0px;
    }
    .custom_menu_height .img_box_menu {
    background-size: contain !important;
    background-position: center center;
    height: 250px !important;
    background-repeat: no-repeat;
    }

    #carouselExampleIndicators h5 {
        font-size: 18px;
    }

    .footer_logo img {
        width: 170px;
    }

    .map {
        height: 292px;
    }

    .map iframe {
        height: 350px;
    }

    .whats_btn {
        font-size: 16px;
        margin-bottom: 10px;
    }


    .qoute .col-md-7 {
        padding-left: 0px !important;
    }

    .kaun_bg {
        background: none;
        padding: 30px;
        margin-left: 0px;
        margin-bottom: 10px;
    }

    .order {
        padding: 0px;
        padding-top: 80px;
    }

    h2 {
        font-size: 26px !important;
        text-align:center;
    }
    p, h4
    {
        text-align:center;
    }
    h5
    {
       text-align:center;
    }
    .text_m_center
    {
        text-align:center;
    }
    h3 {
    font-size: 26px !important;
    }

    .mt-150 {
        margin-top: 60px !important;
    }

    .mt-120 {
        margin-top: 60px !important;
    }

    .reservation .reservation-form .reservation-btn a {
        padding: 15px 14px;
        font-size: 15px;
    }

    .table-responsive {
        padding: 10px 19px;
    }

    .fp-content img {
        width: 100%;
    }

    .recipie-content hr {
        margin: 20px 0px 50px;
    }

    .rc-info {
        margin-bottom: 30px;
    }

    .menu-item2 {
        width: 100%;
    }

    .menu-item2 img,
    .menu-item4 img {
        min-width: 100%;
    }

    .post-date {
        margin: 0px 0px 30px;
        float: none;
    }

    article h4 {
        margin: 40px 0px 10px;
    }

    h1,
    .h1 {
        font-size: 32px;
    }

    .subscribe .btn-default {
        padding: 0px 15px;
        height: 46px;
        border: 1px solid #F2BA57;
        margin-left: 0 px;
        margin-top: 0;
    }

    .subscribe input {
        width: auto !important;
    }

    .trusted-quote .quote-body {
        font-size: 19px;
    }

    .trusted-quote .quote-author {
        font-size: 18px;
    }

    .menu-tags span,
    .menu-tags2 span,
    .menu-tags3 span,
    .menu-tags4 span {
        font-size: 18px;
        margin: 0px 8px 4px;
        display: inline-block;
    }

    .page_header h2 {
        font-size: 61px;
    }

    .menu .food-menu .menu-item3 h4 {
        font-size: 14px;
    }

    .menu-item4 {
        width: 100%;
    }
}



/*new css menu slider*/

.custom_menu_height
{
    height: 487px;
}
.custom_menu_height .img_box_menu
{
height: 100%;width: 100%;background-size: cover;background-position: center center;
}