@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700");

body {
    color: #777;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400
}

h1 {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 60px !important;
    font-weight: 700;
    font-style: italic
}

h2 {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 42px !important;
    font-weight: 700
}

h3 {
    color: #131230;
    font-family: "Playfair Display", serif;
    font-size: 36px !important;
    font-weight: 700
}

h4 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 24px !important;
    font-weight: 400;
    font-style: italic;
    text-transform: capitalize
}

h5 {
    color: #131230;
    font-family: "Playfair Display", serif;
    text-transform: capitalize;
    font-size: 20px !important;
    font-weight: 700
}

h6 {
    color: #fff;
    font-size: 16px !important;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    text-transform: uppercase
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

a:hover,
a:focus {
    text-decoration: none
}

input:focus,
textarea:focus {
    outline: none
}

.spinner {
    width: 40px;
    height: 40px;
    margin: 100px auto;
    background-color: #ffb606;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 5
}

.preloader .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.main-menu ul {
    float: right
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .main-menu ul {
        display: none;
        float: left;
        position: absolute;
        top: 20px;
        left: 0;
        z-index: 4;
        background: #f9f9ff;
        width: 100%;
        padding: 20px 20px 30px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .main-menu ul {
        display: none;
        float: left;
        position: absolute;
        top: 20px;
        left: 0;
        z-index: 4;
        background: #f9f9ff;
        width: 100%;
        padding: 20px 20px 30px
    }
}

@media (max-width: 575.98px) {
    .main-menu ul {
        display: none;
        float: left;
        position: absolute;
        top: 20px;
        left: 0;
        z-index: 4;
        background: #f9f9ff;
        width: 100%;
        padding: 20px 20px 30px
    }

    .section-padding {
        padding: 50px 0 !important;
    }
}

.main-menu ul li {
    display: inline;
    position: relative
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .main-menu ul li {
        display: block
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .main-menu ul li {
        display: block
    }
}

@media (max-width: 575.98px) {
    .main-menu ul li {
        display: block
    }
}

.main-menu ul li a {
    color: #131230;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding: 18px
}

.main-menu ul li:hover ul.sub-menu {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    visibility: visible;
    top: 100%
}

.main-menu ul li ul.sub-menu {
    padding: 10px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 150%;
    left: 30px;
    width: 250px;
    background: #f9f9ff;
    z-index: 2;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.main-menu ul li ul.sub-menu li {
    display: block
}

.main-menu ul li ul.sub-menu li a {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.main-menu ul li ul.sub-menu li a:hover {
    color: #ffb606
}

.main-menu2 ul a {
    color: #fff !important
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .main-menu2 ul a {
        color: #131230 !important
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .main-menu2 ul a {
        color: #131230 !important
    }
}

@media (max-width: 575.98px) {
    .main-menu2 ul a {
        color: #131230 !important
    }
}

.main-menu2 ul ul.sub-menu a {
    color: #131230 !important
}

.main-menu2 ul ul.sub-menu a:hover {
    color: #ffb606 !important
}

.custom-navbar {
    position: absolute;
    top: -90px;
    right: 15px;
    background: #ffb606;
    padding: 7px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer;
    display: none
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .custom-navbar {
        display: block
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .custom-navbar {
        display: block
    }
}

@media (max-width: 575.98px) {
    .custom-navbar {
        display: block
    }
}

.custom-navbar span {
    background: #fff;
    display: block;
    width: 30px;
    margin: 6px 0;
    height: 2px
}

.header-area {
    padding: 10px 0;
    background: #fff;
    position: absolute;
    top: 20px;
    left: 50%;
    width: 80%;
    z-index: 1;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .header-area {
        width: 90%
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .header-area {
        width: 100%
    }
}

@media (max-width: 575.98px) {
    .header-area {
        width: 100%
    }
}

.header-area2 {
    padding: 30px 0;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.banner-area {
    padding: 400px 0 350px;
    background-color: #b0b0b0;
    background-image: url("../images/banner-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative
}

.banner-area .prime-color {
    color: #ffb606
}

.banner-area .style-change {
    font-style: normal
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .banner-area {
        padding: 280px 0 200px
    }
}

@media (max-width: 575.98px) {
    .banner-area {
        padding: 200px 0 140px
    }
}

.banner-area2 {
    padding: 210px 0 160px;
    background-image: url("../images/and.jpeg");
    position: relative;
    z-index: 1
}

.banner-area2:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 7, 16, 0.7);
    z-index: -1
}

.banner-area2 p {
    color: #fff
}

.logo-area {
    img {
        width: 170px !important;
		max-width: 170px !important;
    }
}

.bar-area {
    height: 100%;
    align-items: center;
    justify-content: end;
    display: flex;
    top: 23px;
}

.menu-bg {
    background-image: url("../images/and.jpeg")
}

.contact-bg {
    background-image: url("../images/and.jpeg")
}

.welcome-area .style-change {
    color: #ffb606;
    font-style: italic
}

.welcome-area .welcome-img {
    padding-left: 10%
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .welcome-area .welcome-img {
        padding: 0
    }
}

@media (max-width: 575.98px) {
    .welcome-area .welcome-img {
        padding: 0
    }
}

.welcome-area .welcome-text {
    padding-right: 15%
}

.welcome-area .welcome-text-about {
    padding-right: 30%
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .welcome-area .welcome-text {
        padding-right: 30%
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .welcome-area .welcome-text {
        padding-right: 10%
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .welcome-area .welcome-text {
        padding-right: 10%
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .welcome-area .welcome-text {
        padding: 0 5%
    }
}

@media (max-width: 575.98px) {
    .welcome-area .welcome-text {
        padding: 0 5%
    }
}

.food-area {
    background-image: url("../images/food-bg.png");
    background-repeat: no-repeat;
    background-position: top right;
    position: relative
}

.brand-area {
    background-image: url("../images/food-bg2.png");
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .food-area,
    .brand-area {
        background-image: none
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {

    .food-area,
    .brand-area {
        background-image: none
    }
}

@media (max-width: 575.98px) {

    .food-area,
    .brand-area {
        background-image: none;
    }
}

.food-area .food-img img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    min-height: 180px;
    background: #FFF;
    min-height: 236px;
}

.food-area .food-img {
    overflow: hidden
}

.food-area .food-content {
    padding: 30px;
    background: #f9f9ff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    min-height: 103px;
}

.food-area .food-content .style-change {
    color: #ffb606;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 700;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.food-area .food-content p {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.food-area .single-food:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.food-area .single-food:hover .food-content {
    background: #ffb606
}

.food-area .single-food:hover .food-content .style-change {
    color: #131230
}

.food-area .single-food:hover .food-content p {
    color: #131230
}

.deshes-area span {
    color: #ffb606
}

.deshes-area h1 {
    color: #131230;
    font-style: inherit;
    position: relative
}

.deshes-area h1:after {
    content: '';
    position: absolute;
    top: 45px;
    left: 90px;
    width: 200px;
    height: 1px;
    background: #131230
}

.deshes-area .style-change {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 700;
    display: block
}

.deshes-area .deshes-text {
    padding-left: 90px
}

@media (max-width: 575.98px) {
    .deshes-area .deshes-text {
        padding-left: 0
    }
}

.testimonial-area {
    background-image: url("../images/testimonial-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1
}

.testimonial-area:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 7, 16, 0.8);
    z-index: -1
}

.testimonial-area .section-top2 h3,
.testimonial-area .section-top2 p {
    color: #fff
}

.testimonial-area .testimonial-slider.owl-carousel .single-slide {
    background: #fff;
    background-image: url("../images/quote.png");
    background-repeat: no-repeat;
    background-position: top right;
    padding: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.testimonial-area .testimonial-slider.owl-carousel .single-slide h5 {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.testimonial-area .testimonial-slider.owl-carousel .single-slide:hover h5 {
    color: #ffb606
}

.testimonial-area .testimonial-slider.owl-carousel img {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.testimonial-slider.owl-carousel .owl-nav {
    display: none
}

.testimonial-slider.owl-carousel .owl-dots {
    display: block;
    position: absolute;
    bottom: -70px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.testimonial-slider.owl-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 5px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin: 0 7px
}

.testimonial-slider.owl-carousel .owl-dots .owl-dot.active {
    background: #ffb606
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .update-area .single-food {
        width: 70%;
        margin: auto
    }
}

.update-area .single-food .food-content {
    padding: 20px 30px;
    background: #f9f9ff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.update-area .single-food:hover .food-content {
    background: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1)
}

.footer-widget {
    background: #131230
}

.footer-widget .single-widget1 {
    padding-right: 30px;

    img {
        width: 150px !important;
		max-width: 150px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .footer-widget .single-widget1 {
        padding-right: 0
    }
}

.footer-widget .single-widget h5 {
    color: #ffb606
}

.footer-widget .single-widget i {
    color: inherit
}

.footer-area.footer {
    background: #131230
}

.footer-area.footer h5,
.footer-area.footer p {
    color: #fff
}

.footer-area.footer .footer-copyright span {
    color: #fff
}

#mapBox {
    width: 100%;
    height: 420px;
    overflow: hidden
}

.info-text h5 {
    text-transform: inherit
}

.into-icon i {
    font-size: 20px;
    color: #ffb606;
    margin-right: 20px
}

.contact-form form .left {
    width: 48%;
    float: left;
    overflow: hidden;
    margin-right: 4%
}

@media (max-width: 575.98px) {

    .contact-form form .left {
        width: 100%;
        float: none
    }
}

.contact-form form .left input {
    width: 100%;
    border: 1px solid #eee;
    padding: 12px 20px;
    margin-bottom: 20px
}

.contact-form form .right {
    width: 48%;
    overflow: hidden
}

@media (max-width: 575.98px) {

    .contact-form form .right {
        width: 100%;
        float: none
    }
}

.contact-form form .right textarea {
    width: 100%;
    border: 1px solid #eee;
    padding: 12px 20px
}

.contact-form form button {
    margin-top: 20px;
    float: right
}

@media (max-width: 575.98px) {

    .contact-form form button {
        float: left
    }
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.title_color {
    color: #131230
}

.primary {
    background: #52c5fd
}

.primary:before {
    background: #2faae6
}

.success {
    background: #4cd3e3
}

.success:before {
    background: #2ebccd
}

.info {
    background: #38a4ff
}

.info:before {
    background: #298cdf
}


b,
sup,
sub,
u,
del {
    color: #f8b600
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

.template-btn {
    color: #131230;
    background: #ffb606;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid transparent;
    display: inline-block;
    padding: 12px 30px !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s
}

.template-btn:hover {
    color: #131230;
    background: transparent;
    border: 1px solid #ffb606
}

.template-btn3 {
    color: #131230;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    position: relative
}

.template-btn3 span {
    position: absolute;
    top: 0;
    left: 110%;
    color: #131230;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s
}

.template-btn3:hover {
    color: #131230
}

.template-btn3:hover span {
    color: #ffb606;
    left: 115%
}

.section-padding {
    padding: 110px 0
}

.section-padding2 {
    padding-top: 30px
}

.section-padding3 {
    padding-bottom: 130px
}

.section-top {
    margin-bottom: 80px;
    padding: 0 5%;
}

.section-top .style-change {
    color: #ffb606;
    font-style: italic
}

.section-top2 {
    margin-bottom: 80px;
    padding: 0 5%;
}

.section-top2 span {
    color: #ffb606
}

/* pdf */
.pdf-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
}

.pdf-modal-container {
    width: 90%;
    height: 85vh;
    margin: 40px auto;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.pdf-container-inner {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px;
}

#pdfArea canvas {
    width: 100% !important;
    height: auto !important;
    display: block;
    margin-bottom: 15px;
}

#pdfArea iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.pdf-modal-kapat {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    z-index: 10000;
}

body.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

@media (max-width: 768px) {
    .pdf-modal-container {
        width: 95%;
        height: 80vh;
        margin: 60px auto;
    }
}

@media (min-width: 768px) {
    .pdf-container-inner {
        overflow: hidden !important;
    }
}

.catalog-btn {
    padding: 5px 5px !important;
    border-radius: 35px;
    font-size: 10px !important;
    cursor: pointer;
}

.catalog-btn:hover {
    background-color: #fff;
}

.our-catalogs {
    max-width: 500px;
}

.our-catalogs .food-img {
    max-height: 238px;
}

.our-brands {
    margin-top: -100px;
}

@media (max-width: 575.98px) {
    .our-brands {
        margin-top: unset;
    }
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    transition: transform 0.3s ease;
}

.whatsapp-button:hover {
    transform: scale(1.2);
}

.whatsapp-button img {
    width: 125px;
    height: auto;
    cursor: pointer;
}