@import url("https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Prata&display=swap");

body {
    -webkit-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    font-family: "Golos Text", sans-serif;
}

.custom-container {
    width: 90%;
    margin: 0 auto;
}

@media (max-width: 992px) {
    .custom-container {
        width: 91%;
    }
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fbold, .form-group label, footer h3, .homeSlider .swiper-container .swiper-slide article h1 span, .homeSlider .swiper-container .swiper-slide article h1 {
    font-weight: 700;
}

.flight {
    font-weight: 300;
}

.fxlight {
    font-weight: 200 !important;
}

a {
    text-decoration: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    font-family: "Prata", serif;
}

#load {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: url("http://code.jquery.com/mobile/1.3.1/images/ajax-loader.gif") no-repeat center center rgba(0, 0, 0, 0.8);
}

.roundlink, .link {
    padding: 10px 35px;
    display: inline-block;
    border-radius: 50px;
}

.link {
    background: #4A2814;
    background: linear-gradient(to right, #4A2814, #FFA066);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    color: #fff;
}

    .link:hover {
        background: #fff;
        color: #4A2814;
        border: 1px solid #4A2814 !important;
    }

@media (max-width: 576px) {
    .bsnav-mobile.in .navbar {
        background: #4A2814;
    }
}

.sticked {
    background: #fff;
    box-shadow: 0 3px 5px #bbbbbb;
    -moz-box-shadow: 0 3px 5px #bbbbbb;
    -webkit-box-shadow: 0 3px 5px #bbbbbb;
    -ms-box-shadow: 0 3px 5px #bbbbbb;
}

    .sticked .navbar-brand {
        display: block;
    }

        .sticked .navbar-brand img {
            width: 110px;
            background-color: #009688
        }

@media (max-width: 576px) {
    .sticked .navbar-brand img {
        width: 72px !important;
        background-color: #009688
    }
}

.sticked .rtnav .nav-link {
    color: #000;
}

    .sticked .rtnav .nav-link:hover {
        color: #000;
    }

.sticked .nav-item .nav-link {
    color: #000 !important;
}
.nav-item .nav-link {
    color: #000 !important; /* Black */
}
@media (max-width: 992px) {
    .sticked .nav-item .nav-link {
        color: #fff !important;
        padding: 15px 5px !important;
    }
}

.sticked .nav-item .nav-link:hover span {
    color: #4A2814 !important;
    border-bottom: 1px solid #4A2814;
}

@media (max-width: 992px) {
    .sticked .nav-item .nav-link:hover span {
        border: none;
    }
}

.sticked .caret {
    border-top-color: #000 !important;
}

.sticked .activenav {
    color: #4A2814;
}

    .sticked .activenav span {
        border-bottom: 1px solid #4A2814;
    }

@media (max-width: 992px) {
    .sticked .activenav span {
        border: none;
        padding: 0;
    }
}

@media (max-width: 992px) {
    .navbar-toggler:focus {
        box-shadow: none;
    }
}

@media (max-width: 992px) {
    .navbar-toggler.toggler-spring.active .navbar-toggler-icon {
        background: none;
    }
}

@media (max-width: 576px) {
    header {
        background: #fff;
    }
}

header .colorlogo {
    display: none;
}

header .navbar-brand img {
    width: 150px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

@media (max-width: 992px) {
    header .navbar-brand img {
        width: 72px;
        background-color: #009688
    }
}

header .navbar {
    background: none;
}

    header .navbar .rtnav .nav-link {
        color: #000;
    }

        header .navbar .rtnav .nav-link:hover {
            color: #000;
        }

@media (max-width: 992px) {
    header .navbar .nav-item {
        border-bottom: 1px solid #dda380;
    }
}

header .navbar .nav-link {
    color: #000 !important;
    font-size: 14px;
    padding: 15px !important;
}

@media (max-width: 576px) {
    header .navbar .nav-link {
        color: #fff !important;
        padding: 15px 5px !important;
    }
}

header .navbar .nav-link span {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid transparent;
}

@media (max-width: 992px) {
    header .navbar .nav-link span {
        padding-bottom: 0;
    }
}

header .navbar .nav-link:hover span {
    border-bottom: 1px solid green;
    color: green;
}

@media (max-width: 992px) {
    header .navbar .nav-link:hover span {
        border: none;
        padding: 0;
        color: #000;
    }
}

header .navbar .caret {
    border-top-color: #fff;
}

header .fadeup .navbar-nav {
    background: none !important;
    width: 100% !important;
}

@media (max-width: 576px) {
    header .fadeup .navbar-nav {
        padding-left: 15px;
    }
}

header .fadeup .navbar-nav .nav-link {
    color: #000 !important;
    background: white;
    margin-bottom: 2px;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

@media (max-width: 576px) {
    header .fadeup .navbar-nav .nav-link {
        width: 100%;
        display: block;
    }
}

header .fadeup .navbar-nav .nav-link:hover {
    background: #FFA066;
    color: #fff !important;
}

header .fadeup .navbar-nav .activesubnav {
    background: #FFA066;
    color: #fff !important;
    padding: 15px;
    display: block;
}

header .fadeup .container {
    left: 0;
}

header .activenav {
    padding: 15px;
    display: block;
    color: #fff;
    font-size: 14px;
}

@media (max-width: 992px) {
    header .activenav {
        color: #fff !important;
        background: #FFA066;
    }
}

header .activenav span {
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding-bottom: 10px;
}

@media (max-width: 992px) {
    header .activenav span {
        border: none;
        padding-bottom: 0;
    }
}

.titlesection {
    width: 50%;
}

@media (max-width: 992px) {
    .titlesection {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .toggler-spring.active .navbar-toggler-icon {
        background-color: #fff;
    }

        .toggler-spring.active .navbar-toggler-icon:before, .toggler-spring.active .navbar-toggler-icon:after {
            background-color: #fff !important;
        }
}

.homeSlider {
    height: 90vh;
}

    .homeSlider .swiper-container .swiper-slide {
        background-position: center;
        background-size: cover;
        position: relative;
        height: 90vh;
    }

        .homeSlider .swiper-container .swiper-slide article {
            width: 50%;
            float: right;
        }

@media (max-width: 992px) {
    .homeSlider .swiper-container .swiper-slide article {
        width: 100%;
    }
}

.homeSlider .swiper-container .swiper-slide article h1 {
    font-size: clamp(1.5rem, 3vw, 3rem);
    text-shadow: 0 3px 5px #723e1f;
    -moz-text-shadow: 0 3px 5px #723e1f;
    -webkit-text-shadow: 0 3px 5px #723e1f;
    -ms-text-shadow: 0 3px 5px #723e1f;
}

    .homeSlider .swiper-container .swiper-slide article h1 span {
        color: #ff904d;
    }

.homeSlider .swiper-container .swiper-slide article p {
    width: 75%;
    text-align: right;
    float: right;
}

@media (max-width: 992px) {
    .homeSlider .swiper-container .swiper-slide article p {
        font-size: 13px;
    }
}

.homeSlider .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    border-radius: 0;
    background: #fff;
}

.homeSlider .swiper-pagination {
    bottom: 30px !important;
}

.rt-contacts {
    background: #fff;
    padding: 10px;
    position: fixed;
    right: 0;
    top: 45%;
    box-shadow: 0 0 5px #bbbbbb;
    -moz-box-shadow: 0 0 5px #bbbbbb;
    -webkit-box-shadow: 0 0 5px #bbbbbb;
    -ms-box-shadow: 0 0 5px #bbbbbb;
    z-index: 99;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

    .rt-contacts a {
        width: 30px;
        display: block;
        margin: 10px 0;
    }

        .rt-contacts a img {
            width: 100%;
        }

.home-services .swiper-slide {
    height: 550px;
    background: url(../img/productbg.jpg) no-repeat 0 0;
    background-size: cover;
}

    .home-services .swiper-slide figure {
        position: relative;
        height: 372px;
        margin: 0;
        padding: 0;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .home-services .swiper-slide article {
        color: #4A2814;
        text-align: center;
    }

        .home-services .swiper-slide article h3 {
            font-size: clamp(1.2rem, 1.6vw, 1.6rem);
            transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            font-weight: bold;
        }

        .home-services .swiper-slide article p {
            transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            margin-top: 20px;
            color: #000;
        }

        .home-services .swiper-slide article a {
            color: #4A2814;
            transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -webkit-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            margin-top: 20px;
        }

            .home-services .swiper-slide article a:hover {
                color: #FFA066;
            }

.sectionabout {
    background: #f8ece5;
}

.whychooseus {
    padding: 75px 0;
}

@media (max-width: 992px) {
    .whychooseus {
        padding: 0;
    }
}

.whychooseus figure img {
    width: 60px;
}

.appointment {
    background: #f8ece5;
    padding: 75px 0;
}

.app-form .form-control {
    background: none;
    border: 1px solid #7b7b7b;
    border-radius: 0;
}

.app-form label {
    color: #7b7b7b;
    font-size: 13px;
}

::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

::placeholder {
    color: #fff;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.newsblog {
    padding: 50px 0;
}

    .newsblog .blogitem a h5 {
        color: #000;
    }

footer {
    color: #edcebc;
}

    footer h3 {
        font-size: 18px;
        color: #FFA066;
        text-transform: uppercase;
        padding-bottom: 20px;
    }

@media (max-width: 576px) {
    footer h3 {
        padding-top: 20px;
        padding-bottom: 0;
    }
}

footer .topFooter {
    background: #221209;
    padding: 50px 0;
    font-size: 14px;
}

    footer .topFooter .footerSocial {
        padding-top: 25px;
        padding-left: 0;
        justify-content: flex-start;
    }

        footer .topFooter .footerSocial a {
            width: 50px;
            height: 50px;
            text-align: center;
            display: inline-block;
            text-align: center;
            border: 1px solid #FFA066;
            line-height: 45px;
            margin-right: 10px;
        }

            footer .topFooter .footerSocial a:hover {
                background: #FFA066;
                color: #000;
                border: 1px solid #4A2814;
            }

                footer .topFooter .footerSocial a:hover .icomoon {
                    color: #000;
                }

            footer .topFooter .footerSocial a .icomoon {
                color: #FFA066;
            }

    footer .topFooter .contactcol p {
        padding-bottom: 0;
    }

    footer .topFooter ul.footerLinks li a {
        color: #edcebc;
        padding: 7px 0;
        display: block;
        text-decoration: none;
    }

        footer .topFooter ul.footerLinks li a:hover {
            color: #FFA066;
        }

footer .footerBottom {
    background: #4A2814;
    padding: 25px 0;
    text-align: center;
    color: #000;
}

    footer .footerBottom p {
        font-size: 13px;
        color: #fff;
    }

footer .moveTop {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    position: fixed;
    bottom: 55px;
    right: 25px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    display: none;
    background: #4A2814;
    z-index: 9999;
}

    footer .moveTop:hover {
        border-radius: 50%;
    }

    footer .moveTop .icomoon {
        color: #fff;
    }

.subpage-header {
    min-height: 450px;
    background: url(../img/FoodeazBigBanner.jpg) no-repeat 0 center;
    background-size: cover;
    color: #fff;
}

@media (max-width: 576px) {
    .subpage-header {
        min-height: 250px;
    }
}

.subpage-header .h6 {
    letter-spacing: 5px;
    display: inline-block;
}

.subpage-header .h1 {
    font-size: clamp(1.4rem, 3vw, 3rem);
}

.subpage-header .row {
    padding-top: 15%;
}

@media (max-width: 576px) {
    .subpage-header .row {
        padding-top: 37%;
    }
}

.about-header {
    background: url(../img/aboutheader-bg.jpg) no-repeat 0 0;
    background-size: cover;
}

.franchise-header {
    background: url(../img/franchise-header-bg.jpg) no-repeat 0 0;
    background-size: cover;
    min-height: 150px;
}

@media (max-width: 768px) {
    .franchise-header {
        display: none;
    }
}

@media (max-width: 768px) {
    .fran-title {
        margin-top: 26px;
    }
}

.contact-header {
    background: url(../img/contact-heder-bg.jpg) no-repeat 0 0;
    background-size: cover;
}

.traditional-coffee-header {
    background: url(../img/Traditional-Coffees-header-bg.jpg) no-repeat 0 0;
    background-size: cover;
}

.flavered-header {
    background: url(../img/aboutheader-bg.jpg) no-repeat 0 0;
    background-size: cover;
}

.milk-items-header {
    background: url(../img/milk-items-header-bg.jpg) no-repeat 0 0;
    background-size: cover;
}

.tea-beverages-header {
    background: url(../img/tea-beverages-header-bg.jpg) no-repeat 0 0;
    background-size: cover;
}

.foodeaz-dosa-batter-header {
    background: url(../img/FoodeazBigBanner.jpg) no-repeat 0 0;
    background-size: cover;
}

.Special-Drinks-header {
    background: url(../img/Special-Drinks-header-bg.jpg) no-repeat 0 0;
    background-size: cover;
}

.Cold-Beverages-header {
    background: url(../img/cold-beverages-heder-bg.jpg) no-repeat 0 0;
    background-size: cover;
}

.snacks-header {
    background: url(../img/snacks-heder-bg.jpg) no-repeat 0 0;
    background-size: cover;
}

.management-header {
    background: url(../img/management-header-bg.jpg) no-repeat 0 0;
    background-size: cover;
}

.blog-header {
    background: url(../img/blog-header-bg.jpg) no-repeat 0 0;
    background-size: cover;
}

.faq-header {
    background: url(../img/faq-header-bg.jpg) no-repeat 0 0;
    background-size: cover;
}

.subpage-body {
    min-height: 500px;
    padding: 50px 0;
}

    .subpage-body .list-items {
        padding-bottom: 15px;
    }

        .subpage-body .list-items li {
            position: relative;
            padding-left: 15px;
            padding-bottom: 10px;
            line-height: 25px;
        }

            .subpage-body .list-items li:before {
                content: "";
                width: 5px;
                height: 5px;
                background: #4A2814;
                position: absolute;
                left: 0;
                top: 10px;
            }

.accordion-flush .accordion-header .accordion-button:hover {
    background: #FFA066;
}

.accordion-flush .accordion-header .accordion-button:focus {
    box-shadow: none;
}

.contactContainer {
    background: #fff;
    margin-top: -120px;
    position: relative;
    min-height: 250px;
}

.contactCol p {
    line-height: 25px;
}

.contactCol .icomoon {
    font-size: 45px;
    color: #4A2814;
}

.form-group label {
    font-size: 14px;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.form-group .form-control {
    border-radius: 0;
    min-height: 50px;
}

.form-group ::-moz-placeholder {
    font-size: 13px;
}

.form-group ::placeholder {
    font-size: 13px;
}

.userTestimonials .container .row {
    background: #fff;
}

.userTestimonials .title .h6 {
    color: #4A2814;
}

.userTestimonials .title .h3 {
    color: #4A2814;
}

.userTestimonials .title p {
    color: #333333;
}

.userTestimonials .title a.button {
    border: 1px solid #4A2814;
    color: #4A2814;
}

    .userTestimonials .title a.button:hover {
        background: #4A2814;
        color: #000;
        border: 1px solid #4A2814;
    }

.userTestimonials .home-testimonials .swiper-slide {
    padding: 50px;
    border-radius: 10px;
    height: 345px;
    background: #f8ece5;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .userTestimonials .home-testimonials .swiper-slide {
        padding: 25px;
    }
}

@media (max-width: 992px) {
    .userTestimonials .home-testimonials .swiper-slide {
        height: auto;
    }
}

.userTestimonials .home-testimonials .swiper-slide__user-name {
    color: #4A2814;
}

.userTestimonials .home-testimonials .swiper-slide__city {
    color: #4A2814;
    font-size: 14px;
}

.text-danger {
    font-size: 13px;
}

.cat-col {
    margin-bottom: 20px;
}

.product-col {
    text-align: center;
    margin: 25px auto;
}

    .product-col img {
        width: 200px;
        margin: 0 auto;
        border-radius: 50%;
        -o-object-fit: cover;
        object-fit: cover;
        padding: 10px;
        border: 1px solid #4A2814;
    }
/*# sourceMappingURL=style.css.map */
