@font-face {
    font-family: "Geosans";
    src: url('../fonts/GeosansLight.ttf') format('truetype');
}

@font-face {
    font-family: "GeosansLight Oblique";
    src: url('../fonts/GeosansLight-Oblique.ttf') format('truetype');
}

body {
    font-family: "GeosansLight Oblique";
    color: #404040;
    overflow-x: hidden;
}
ul{
    list-style: none;
}
a {
    text-decoration: none;
    cursor: pointer;
    color:#000;
}
a:hover{
    color:#ab9370;
}

.btn-theme {
    border: 2px solid #ab9370;
    padding: 6px 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    text-transform: uppercase;
    height: 40px;
    line-height: 1.7;
    font-size: 13px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.btn-theme:hover,
.btn-theme:active,
.btn-theme:focus {
    background: #ab9370;
    color: #fff;
}

.btn-white {
    border: 2px solid transparent !important;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    color: #58595b !important;
    font-size: 13px;
    background-color: #fff;
    border-color: #fff
}

.btn-white:hover {
    color: #fff !important;
    border-color: #ab9370;
    background: #ab9370
}

.btn-white:active,
.btn-white:focus {
    background: #ab9370;
    border-color: #ab9370;
    color: #fff
}

.btn.btn-black {
    border: 2px solid transparent;
    padding: 6px 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    text-transform: uppercase;
    height: 40px;
    line-height: 1.7;
    font-size: 13px;
    color: #fff;
    background-color: #58595b;
    border-color: #58595b
}

.btn.btn-black:hover {
    color: #fff;
    border-color: #ab9370;
    background: #ab9370
}

.btn.btn-black:active,
.btn.btn-black:focus {
    background: #ab9370;
    border-color: #ab9370;
    color: #fff
}


/* Loader CSS */

#loader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 999999;
    top: 0;
}

#loader .loader-item {
    position: absolute;
    width: auto;
    height: 100%;
    top: 32%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -10%);
    -ms-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%);
}

#loader .loader-item img {
    display: block;
    
}


#loader .spinner {
    margin: 40px auto 0;
    width: 70px;
    text-align: center
}

#loader .spinner>div {
    width: 18px;
    height: 18px;
    background-color: #ab9370;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

#loader .spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

#loader .spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes bouncedelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes bouncedelay {
    0%,
    100%,
    80% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}


#loader .sk-spinner-wave.sk-spinner {
    margin: 40px auto 0;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px
}

#loader .sk-spinner-wave div {
    background-color: #ab9370;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out
}

#loader .sk-spinner-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

#loader .sk-spinner-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

#loader .sk-spinner-wave .sk-rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

#loader .sk-spinner-wave .sk-rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes sk-waveStretchDelay {

    0%,
    100%,
    40% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes sk-waveStretchDelay {

    0%,
    100%,
    40% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

/* Loader CSS ENDS */


.navbar {
    z-index: 999;
}

.hp-navbar {
    top: 10px;
}

.navbar-brand {
    margin-right: 0;
}

.navbar-brand img {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .navbar-brand img {
        width: 160px;
    }

    .navbar .container-fluid {
        flex-direction: column;
    }

    .navbar .navbar-nav .nav-item {
        padding: 0.5em 1em;
    }

    /* .navbar-nav {
        border-bottom: 2px solid #fff;
    } */
}

.navbar .navbar-nav .nav-link {
    color: #fff;
    font-size: 1.3em;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

/* .navbar .navbar-nav {
    border-top: 2px solid #fff;
    margin-top: 0.5em;
} */


/* --------------------------------------------------------------------------------------------- */
.bg-video-wrap {
    position: relative;
    top: -280px;
    overflow: hidden;
    width: 100%;
    height: 120vh;
    /* background: url(../img/kaali-bg.jpg) no-repeat center center / cover; */
}



/* .bg-video-wrap video {
    width: 100%; */
    /* min-height: 100vh; */
    /* z-index: 1;
} */

/* .bg-video-wrap iframe {
    width: 100%; */
    /* min-height: 100vh; */
    /* z-index: 1;
} */

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, .2) 70%, rgba(0, 0, 0, .2) 70%);
    background-size: 3px 3px;
    z-index: 2;
}

.bg-video-wrap h1 {
    text-align: center;
    color: #fff;
    /* position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  max-width: 400px;
  width: 100%;
  height: 50px; */
}

.beforer-banner-cont {
    text-align: center;
    position: absolute;
    top: 35%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    /* max-width: 400px; */
    /* width: 100%; */
    /* height: 50px; */
}

.beforer-banner-cont .ban-icon {
    width: 50px;
    margin: 0px auto;
}

.beforer-banner-cont h4 {
    color: #fff;
    font-weight: 300;
}

.banner-cont {
    text-align: center;
    position: absolute;
    top: 90%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    max-width: 400px;
    width: 100%;
    height: 50px;
    color:#fff;
}
.banner-cont .container{
    margin-top:-120px;
}

#scrollnext a {
    padding-top: 70px;
}

#scrollnext a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb05 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

@keyframes sdb05 {
    0% {
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

.line {
    /* 	flex-basis: 50%; */
        font-size: 40px;
        color: #fff;
        font-weight: 600;
        letter-spacing: 10px;
        position: relative;
        opacity: 0;
    }
/* --------------------------------------------------------------------------------------------- */

.hp-about-sec {
    padding: 5px 20px;
    background: #fff;
    margin-left: -20px;
    z-index: 100;
    border-radius: 10px;
    margin-top: 0px;
    /* -webkit-box-shadow: 10px 10px 16px -5px rgba(0,0,0,0.32);
    -moz-box-shadow: 10px 10px 16px -5px rgba(0,0,0,0.32);
    box-shadow: 10px 10px 16px -5px rgba(0,0,0,0.32); */
    -webkit-box-shadow: 0px 0px 16px -5px rgba(0,0,0,0.41);
    -moz-box-shadow: 0px 0px 16px -5px rgba(0,0,0,0.41);
    box-shadow: 0px 0px 16px -5px rgba(0,0,0,0.41);

    /* transform: translate3d(0px, -2px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    -webkit-transform: translate3d(0px, -2px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1); */
}

.hp-about-sec img:first-child {
    width: 40px;
    margin-top: 15px;
}

.hp-about-sec h1 {
    padding-top: 15px;
}

.hp-about-sec h3 {
    padding-bottom: 30px;
}

.hp-about-sec p {
    font-style: italic;
    color: #515151;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 3px 20px;
}

.title-with {
    display: inline-block;
    position: relative;
    font-size: 18px;
    color: #58595b;
    font-weight: 600;
}

.title-with:before {
    right: 100%;
    margin-right: 15px;
}

.title-with:after,
.title-with:before {
    content: "";
    position: absolute;
    height: 15px;
    border-bottom: 2px solid #ddd;
    top: 0;
    width: 50px;
}

.title-with:after {
    left: 100%;
    margin-left: 15px;
}

.title-with:after,
.title-with:before {
    content: "";
    position: absolute;
    height: 15px;
    border-bottom: 2px solid #ddd;
    top: 0;
    width: 50px;
}


.order-call-btn {
    display: none;
}

.no-space {
    height: 60px;
    display: block;
    clear: both;
}
/* meals offer */
.meals-offers-sec {
    background: darkred;
    margin-bottom: 80px;
}

.meals-offers {
    padding: 16px 100px 25px 100px;
    background-image: url(../img/left.png), url(../img/right.png);
    background-position: left, right;
    background-repeat: no-repeat, no-repeat;
}

.meals-offers .left {
    float: left;
}

.meals-offers .right {
    float: right;
}

.meals-offers .clear {
    clear: both;
}

.meals-offers .icon {
    color: #fff;
    font-size: 52px;
    display: inline-block;
}

.meals-offers .column {
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
}

.meals-offers p {
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 300;
}

/* @media (max-width:991px) {
    .column {
        width: 100%;
    }
} */

/* meals offer ends */

.hp-about-img{
    /* padding-top:110px; */
}

.hp-about .custom-card {
	position: relative;
	/* float: left; */
	width: 100%;
	height: 270px;
	/* margin: 0 0 0 25px; */
	padding: 0;
}
.hp-about .custom-card-title {
    position: relative;
    z-index: 90 !important;
    top: -38px;
    left: 0;
    z-index: -1;
    display: block;
    margin: 0;
    padding: 6px;
    color: #444;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    background-color: rgba(256, 256, 256, 0.9);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
}
.hp-about figure {
	width: 100%;
	height: 240px;
	margin: 0;
	padding: 0;
	background: #fff;
    border-radius: 10px;
	overflow: hidden;
}
.hp-about .custom-card:hover .custom-card-title {
	top: -38px;
	opacity: 1;
}

/* Zoom In #1 */
.hp-about .custom-card img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hp-about .custom-card:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

section {
    margin: 60px auto;
}

.founder-msg {
    color: #fff;
}

.founder-msg h2 {
    font-size: 48px;
}

.founder-msg p {
    font-size: 24px;
    padding: 30px 50px;
}

.parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
    padding: 100px 0px;
}

.signature {
    font-family: 'Herr Von Muellerhoff', cursive;
    font-size: 50px;
    text-transform: capitalize;
    -webkit-transform: rotate(345deg);
    -moz-transform: rotate(345deg);
    -o-transform: rotate(345deg);
    writing-mode: lr-tb;
}


.voted-sec {
    padding: 5px 20px;
}

.voted-sec img:first-child {
    width: 60px;
}

.voted-sec h2 {
    padding-top: 30px;
    font-size: 45px;
    font-weight: 400;
}

.voted-sec h3 {
    padding-bottom: 30px;
    font-size: 22px;
}

.dinein-takeway-sec {
    color: #fff;
}

.dinein-takeway-sec h6 {
    font-size: 18px;
    margin-bottom: 70px;
    color: #fff;
}

.block-item {
    border: 4px solid #fff;
    border-radius: 20px;
    padding: 60px 40px;
}

.dinein-takeway-sec h2 {
    padding-top: 10px;
    font-weight: 600;
}

.dinein-takeway-sec p {
    padding: 10px 50px;
    font-size: 20px;
    font-weight: 600;
}

/* gallery section */

.gallery-sec .gal-title {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.gal-box {
    height: 485px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ffffff;
    box-sizing: border-box;
}

.gal-box img {
    object-fit: cover;
    height: 485px;
    width: 100%;
    transition: .5s ease-in-out;
}

.gal-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: .5s ease-in-out;
    opacity: 0;
}

.gal-box .overlay i {
    font-size: 40px;
    color: #fe4e2b;
}

.gal-box:hover .overlay {
    opacity: 1;
    transform: scale(1);
}

/* galelry section ends */

footer {
    background: black;
    padding: 10px 0px;
    color: #fff;
}

.sub-fot {
    background: black;
    margin-bottom: 30px;
    padding: 30px;
    text-align: center;
}

footer ul {
    list-style: none;
}

footer ul li {
    display: inline-block;
}

footer a {
    color: #fff;
}

footer .social-icon i {
    font-size: 25px;
    padding: 5px;
}

.footer_logo img {
    width: 150px;
}

.copyright {
    padding: 10px 0px;
}

.scrollToTop {
    background: rgba(32, 32, 32, .95);
    display: none;
    z-index: 299;
    position: fixed;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
}

.scrollToTop:hover {
    background: #ab9370;
    color: #fff;
}



/* inner page common */
.inner-banner-sec {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    padding: 220px;
    text-align: center;
    display: block;
    position: relative;
    top: -241px !important;
}
.inner-banner-sec::after {
    content: '';
    position: absolute;
    background: #074f57;
    inset: 0;
    z-index: -1;
  }
.breadcrums{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.breadcrums a{
    color:#fe4e2b;
}
.nomar{
    margin-top: -180px;
}
/* inner page common ends */

/* MacBook Air Media Query for landscape orientation: */
@media only screen and (max-width: 1440px){ 
    /* .banner-cont {
        text-align: center;
        position: absolute;
        top: 50%;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 3;
        max-width: 400px;
        width: 100%;
        height: 50px;
        color: #fff;
    } */
    /* .meals-offers-sec {
        background: #000;
        margin-bottom: 80px;
        margin-top: -330px;
    } */
}

.branches{
    margin-bottom: 30px;
}
.branches ul{
    list-style: none;
    margin: 0px;
    padding: 10px;
}
.branches .branch-div{
    padding: 15px;
    background-color: transparent;
    border:5px solid #d17400;
    color: #d17400;
    cursor: pointer;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}
.branches .branch-div:hover{
    background-color: #434343;
    color:#fff;
    border-color: #d17400;
}
.branches .active{
    background-color: #434343;
    color:#fff;
    border-color: #d17400;
}

.branches .t-icon{
    width:40px;
    padding-bottom:0px;
}
.branches h2{
    font-weight: 600;
    transition: all 0.5s ease;
}
.branches .aft-icon{
    font-size: 22px;
    color: #d17400;
}
.branches .card{
    border:none;
}

.branch-details{
    margin-top: 20px;
}
.branches a {
    padding: 10px 20px;
    background-color: transparent;
    color: #d17400;
    border: 3px solid #434343;
    font-size: 20px;
    height: auto;
    font-weight: 600;
}
.branch-details a{
    margin-bottom: 10px;
    display: block;
}
.branch-details a:hover{
    background-color: #434343;
    color:#fff;
    border: 3px solid #d17400;
}
.branch-navbar img{
    width: 20%;
}
.hide{
    display: none;
}
/*testimonials*/
.testimonials .carousel-control-prev-icon {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");}
.testimonials .carousel-control-next-icon {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");}
<--! alpha background -->
.testimonials .carousel-control-next:hover, .carousel-control-prev:hover {
background-color:rgba(0, 0, 0, 0);}
/*testimonials ends*/


/* call btn*/
.call_btn{
    display:none;
}
/* call btn*/