﻿/*
COLOR CODES    
lightgray: #e1e1e1
lightyellow: #f0eaca
yellow: #e3bc10
darkyellow: #fec106
darkgray: #2f2d2e (+opacity 0.8)

*/

:root {
    --yellow-bg: #f4c121;
    --yellow-bg: #f4c121;
}

body {
    font-family: "Inter", sans-serif;
    background-color: white;
    font-size: 16px;
    color: black;
}

.background-white {
    background-color: white;
}

.cookie-button {
    display: block;
    margin: auto !important;
    background-color: #f4c121;
    color: black;
    margin-top: 10px !important;
    border: none;
    padding: 5px 15px;
}

.cookie-text {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}

.cookie-link {
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline !important;
}

    .cookie-link:hover, .cookie-link:active {
        color: white;
        text-decoration: underline !important;
        /*background-color: #e55433;*/
        /*font-weight: 400;*/
        /*letter-spacing: 0px !important;*/
        transition: all 0.2s;
    }

#cookie-overlay {
    padding: 15px;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

.default-title {
    font-size: 60px;
    font-weight: 600;
}

.default-subtitle {
    font-size: 28px;
}

.default-text {
    font-size: 17px;
}

.color-yellow {
    color: var(--yellow-bg) !important;
}

.cms-page p {
    text-align: justify;
}

.footer {
    min-height: 100px;
    color: white;
}

    .footer ul {
        list-style: none;
    }

        .footer ul li {
            padding: 0px 0px;
        }

            .footer ul li a {
                text-transform: capitalize !important;
                color: white;
                font-weight: 300;
            }

                .footer ul li a.title {
                    font-weight: bold !important;
                    font-size: 18px;
                }


header ul li {
    height: 100%;
    color: black;
    -moz-min-width: 130px;
    -ms-min-width: 130px;
    -o-min-width: 130px;
    -webkit-min-width: 130px;
    /*min-width: 130px;*/
    text-align: center;
}

    header ul li a, header ul li span, header ul li em {
        /*color: #505a63;*/
        color: black;
        font-size: 16px !important;
        /*padding: 50px 15px !important;*/
    }

    header ul li:hover {
        /*font-weight: bold;*/
        /*background-color: transparent !important;*/
    }

    header ul li a:hover {
        /*background-color: #000 !important;*/
    }

header ul {
    /*margin-top: 15px !important;*/
}

header img {
    width: auto;
    /*max-height: 150px;*/
    max-height: 55px;
}

.navbar-brand {
    padding: unset;
}

.donate-link {
    font-size: 16px !important;
    font-weight: bold !important;
    color: black;
    padding: 15px 8px !important;
    text-align: left !important;
    color: black;
    border-radius: 5px;
    margin: 0 10px;
    font-weight: 500;
    /*text-transform: uppercase;*/
    transition: 0.15s linear all;
}

    .donate-link:hover, .donate-link:focus, .donate-link:active {
        background-color: transparent !important;
    }

.font-weight-bold {
    font-weight: bold !important;
}

.navbar {
    /*font-family: "IBM Plex Mono", monospace !important;*/
    /*background-color: #f7f7f7;*/
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    /*height: 105px;*/
    z-index: 1111111;
    /*border-bottom: 1px solid #c0c0c0 !important;*/
}

    .navbar.scroll {
        background-color: var(--yellow-bg);
    }

    .navbar #bs-navbar {
        /*display: inline-block !important*/
    }

    .navbar.sub-menu, .navbar.sub-menu nav, .navbar.sub-menu ul, .navbar.sub-menu ul li, .navbar.sub-menu ul li a {
        height: 50px !important;
        min-height: 50px !important;
        font-size: 13px;
    }

    .navbar ul li a {
        font-size: 15px !important;
        font-weight: bold;
        color: black;
        padding: 30px 8px;
        text-align: center;
        color: black;
        border-radius: 5px;
        margin: 0 10px;
        font-weight: 500;
        /*text-transform: uppercase;*/
        transition: 0.15s linear all;
    }

        .navbar ul li a:hover {
            background-color: transparent !important;
            /*color: var(--yellow-bg) !important;*/
            /*font-weight: 500;*/
        }

        .navbar ul li a:focus {
            background-color: transparent !important;
            /*color: var(--yellow-bg) !important;*/
            /*font-weight: 500;*/
        }

        .navbar ul li a:active {
            background-color: transparent !important;
            /*color: var(--yellow-bg) !important;*/
            /*font-weight: 500;*/
        }

        .navbar ul li a.custom-button-header {
            background-color: #000 !important;
            color: white !important;
            /*border: none;*/
            display: inline-block;
            font-size: 24px;
            font-weight: 400;
            border-radius: 5px;
            padding: 10px 25px !important;
        }

            .navbar ul li a.custom-button-header:hover {
                transform: scale(1.1);
            }

    .navbar.side-menu ul, .navbar.side-menu .navbar-nav {
        text-align: center;
        float: none !important;
    }

.nav.navbar-nav.navbar-right {
}

.custom-button2 a {
    padding-top: 16px !important;
    color: white !important;
}

.d-inline-block {
    display: inline-block;
}

.padding-left-0 {
    padding-left: 0 !important;
}

input.footer-contact, textarea.footer-contact, select.footer-contact {
    padding: 8px 12px;
    border: 1px solid black;
    width: 100%;
    font-size: 18px;
    border-radius: 3px;
}

.custom-button {
    display: inline-block;
    background-color: #ECE7EE;
    font-size: 25px;
    font-weight: 600;
    color: #1F1B5C;
    padding: 10px 10% 10px 15%;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 59px center;
    border-radius: 5px;
    border: none;
}

.modal .custom-button {
    /*background-color: #e61267;*/
    /*background-color: #ed2142;*/
    background-color: #06c5d1;
    color: white;
    font-size: 16px;
    font-weight: 700;
    height: 52px;
    width: 240px;
    padding: 10px 35px;
}

.custom-button.home {
    background-color: #ECE7EE;
    font-size: 25px;
    font-weight: 600;
    color: #1F1B5C;
    padding: 10px 10% 10px 15%;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 59px center;
}

.custom-button img {
    display: inline-block;
    height: 45px;
    margin-top: 10px;
    margin-right: 30px;
}

.arrow-menu-width {
    width: 25px;
}

.red-text {
    color: #EC3718;
}

.position-relative {
    position: relative;
}

.custom-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    display: block;
    width: 100%;
    background-color: transparent;
}

.home-main {
    padding: 0;
    max-height: 800px;
    background-size: cover;
    /*background-image: url(../images/gourmand/banner1.jpg);*/
    background-color: black;
    /*background-position-x: 50px;*/
    background-attachment: fixed;
    background-repeat: no-repeat;
}

    .home-main .carousel-image {
        /*height: 850px;*/
        background-size: cover;
    }

    .home-main .grid-overlay {
        height: 800px;
        padding-top: 16%;
        background-color: var(--yellow-bg);
        background-image: url(../images/grid-pattern.png);
        background-position: center center;
        background-size: 160%;
        opacity: 1;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }

    .home-main h1 {
        color: white;
        font-family: BarlowBold;
        font-size: 100px;
        font-weight: 800;
        line-height: 90px;
        text-transform: uppercase;
    }

        .home-main h1 span {
            font-size: 40px;
        }

    .home-main .carousel-text {
        padding-top: 80px;
        text-align: center;
        font-size: 90px;
        color: black;
        font-family: Axia;
        font-weight: 800;
        line-height: 90px;
    }

        .home-main .carousel-text .smaller-text {
            font-size: 65px;
            font-weight: 800;
            line-height: 70px;
            margin-top: 40px;
        }

        .home-main .carousel-text .smallest-text {
            font-size: 22px;
            margin-top: 50px;
            line-height: 30px;
        }

    .home-main .side-image {
    }

    .home-main .black-panel {
        color: white;
        background-color: black;
        padding: 20px 15px 20px 30px;
        font-size: 33px;
        margin-left: 50px;
        margin-top: 60px;
    }

    .home-main .custom-button {
        background-color: transparent;
        /*background-image: url('../images/buton_promotie.png');*/
        font-size: 28px;
        color: white;
        display: inline-block;
        display: inline-flex;
        line-height: 30px;
        padding: 0;
    }

        .home-main .custom-button img {
            height: auto !important;
        }

.newsletter {
    padding: 60px 0px;
    background-size: cover;
    background-position-y: -100px;
    background-attachment: fixed;
    background-image: url(../images/gourmand/banner_newsletter.jpg);
    min-height: 200px;
    color: white;
    padding-bottom: 10%;
}

.campaign-table {
    width: 100%;
    font-size: 18px;
}

    .campaign-table th {
        background-color: black;
        color: white;
        border-bottom: 1px solid;
        font-size: 22px;
        border-color: black;
        padding: 10px 15px;
    }

        .campaign-table th .color-yellow {
            font-size: 18px;
        }

    .campaign-table .secondary-header th {
        font-size: 18px;
        padding: 10px 5px;
        color: black;
        background-color: #f4c121;
        text-align: center;
    }

    .campaign-table td {
        border-bottom: 1px solid;
        border-right: 1px solid;
        border-left: 1px solid;
        border-collapse: collapse;
        border-color: black;
        padding: 10px 3px;
        text-align: center;
    }

.home-about {
    height: 690px;
    background-image: url(../images/Banner_Aboutus_homepage.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 0;
}

    .home-about .filter-overlay {
    }

.d-flex {
    display: flex;
    gap: 15px;
    /*justify-content: space-evenly;*/
}

.home-advantages {
    background-color: white;
    padding-top: 70px;
    padding-bottom: 70px;
}

    .home-advantages h2 {
        font-size: 50px;
        font-weight: 700;
        margin-bottom: 80px;
        text-transform: uppercase;
        text-align: center;
    }

.home-categories {
    background-color: white;
    padding-top: 70px;
    padding-bottom: 70px;
}

    .home-categories .service-container {
        width: auto;
        text-align: center;
        display: inline-block;
    }

        .home-categories .service-container img {
            width: 150px;
        }

        .home-categories .service-container .text {
            text-align: left;
            margin-top: 50px;
            text-transform: uppercase;
            font-size: 17px;
            font-weight: 600;
        }

    .home-categories h2 {
        font-size: 60px;
        font-weight: 700;
        margin-top: 80px;
        margin-bottom: 80px;
        text-transform: uppercase;
        text-align: center;
    }

    .home-categories h3 {
        font-size: 40px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
    }

.category-title {
    text-transform: uppercase;
    padding-top: 20px;
    font-size: 33px !important;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 20px;
    background-color: #272727;
    color: white;
    border-radius: 5px;
}

.category-button {
    color: black;
    padding: 10px 30px;
    margin-left: 30px;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    background-color: #F3C120;
    border-radius: 5px;
}

.container-fluid.categories {
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0;
    background-color: #f9f9f9;
    background-size: cover;
    height: 550px;
    text-align: center;
    position: relative;
}

    .container-fluid.categories .category-header {
        background-color: transparent;
        text-transform: uppercase;
        display: inline-block;
        word-break: break-all;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }

        .container-fluid.categories .category-header h1 {
            font-weight: 700;
            background-color: #272727;
            display: inline-block;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            color: white;
            font-size: 60px;
            padding: 2% 5%;
            line-height: 70px;
            margin-bottom: 0px;
            margin-top: 0px;
            text-align: center;
        }

        .container-fluid.categories .category-header .trapezoid {
            position: absolute;
            top: 0;
            right: -14px;
            border-left: 14px solid var(--yellow-bg);
            border-top: 14px solid transparent;
            border-bottom: 14px solid transparent;
            height: 100%;
        }

            .container-fluid.categories .category-header .trapezoid.left {
                position: absolute;
                top: 0;
                left: -14px;
                right: unset;
                border-right: 14px solid var(--yellow-bg);
                border-left: none;
                border-top: 14px solid transparent;
                border-bottom: 14px solid transparent;
                height: 100%;
            }

    .container-fluid.categories .container {
        background-color: white;
        margin-top: 14%;
        padding: 40px;
        position: relative;
    }

        .container-fluid.categories .container .trapezoid.horizontal {
            position: absolute;
            top: -25px;
            left: 0;
            border-bottom: 25px solid white;
            border-left: 15px solid transparent;
            border-right: 20px solid transparent;
            width: 100%;
        }

.container-fluid.product-details {
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0;
    background-color: #f9f9f9;
    background-size: cover;
    height: 400px;
    background-position-y: center;
    text-align: center;
}

.product-container {
    min-height: 500px;
    transition: 0.2s all;
    padding: 0 15px;
    margin-bottom: 30px;
    cursor: pointer;
    overflow: hidden;
    background-color: white;
}

    .product-container img {
        transform: scale(0.9);
        transition: 0.2s all;
    }

    .product-container:hover {
        border: 2px solid #ababab;
        /*box-shadow: 0px 0px 9px 3px #d5d4d4;*/
    }

        .product-container:hover img {
            transform: scale(1);
        }

.custom-dropdown-container {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    width: 300px;
}

.custom-dropdown ul.custom-dropdown-container {
    display: none;
    background-color: var(--yellow-bg);
    list-style: none;
    padding: 10px;
    text-align: left;
}

    .custom-dropdown ul.custom-dropdown-container li {
        text-align: left;
    }

        .custom-dropdown ul.custom-dropdown-container li a {
            padding: 10px !important;
            display: inline-block;
            text-decoration: none;
        }

.custom-dropdown:hover ul.custom-dropdown-container {
    display: block;
}

.container-fluid.footer {
    padding: 60px 0;
    color: #1F1B5C;
}

    .container-fluid.footer .custom-grid {
        /*padding: 100px 0;*/
        margin-top: 15%;
        background-size: 300px;
        background-repeat: no-repeat;
        color: black;
        font-size: 17px;
        background-position: bottom right;
    }

    .container-fluid.footer a {
        color: #1F1B5C;
        display: inline-block;
        font-size: 17px;
    }

    .container-fluid.footer .footer-title {
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 10px;
        color: #5D5D5D;
    }

.font-weight-700 {
    font-weight: 700;
}

.characteristics {
    padding: 0;
    list-style: none;
}

    .characteristics li {
        background-image: url('../images/arrow_yellow.png');
        background-repeat: no-repeat;
        padding-left: 30px;
        background-position-y: 8px;
        line-height: 26px;
        font-size: 18px;
        margin-top: 10px;
    }

.about-section .about-orange-text {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-bottom: 15px;
}

.home-services {
    padding-top: 100px;
    padding-bottom: 80px;
    background-color: var(--yellow-bg);
    background-image: url(../images/grid-pattern.png);
    background-position: center center;
    background-size: 140%;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

    .home-services .service-container {
        font-weight: 600;
    }

    .home-services .text {
        margin-top: 30px;
        text-align: left;
    }

.about-section .about-gray-text {
    text-align: left;
}

    .about-section .about-gray-text ul {
        padding: 0;
        list-style: none;
    }

        .about-section .about-gray-text ul li {
            background-image: url('../images/arrow_yellow.png');
            background-repeat: no-repeat;
            padding-left: 30px;
            background-position-y: 5px;
            line-height: 28px;
            font-size: 22px;
            margin-top: 10px;
        }

.custom-ul {
    padding: 0;
    list-style: none;
}

    .custom-ul li {
        background-image: url('../images/arrow_yellow.png');
        background-repeat: no-repeat;
        padding-left: 30px;
        background-position-y: 5px;
        line-height: 22px;
        font-size: 16px;
        margin-top: 10px;
    }

.googleMap {
    height: 550px;
}

.custom-button.normal {
    border: none;
    font-size: 18px;
    line-height: 22px;
}

    .custom-button.normal i {
        margin-top: 2px;
    }

.about-transport-container {
    background-repeat: no-repeat;
    background-color: #f3f3f3;
    background-position: 60px center;
}

.home-main .quote {
    font-size: 30px;
    font-style: italic;
}

.padding-right-0 {
    padding-right: 0 !important;
}

.padding-left-0 {
    padding-left: 0 !important;
}

.home-table {
    width: 100%;
    font-family: roboto;
    margin-top: 50px;
}


    .home-table th {
        border: 5px solid white;
        text-transform: uppercase;
        text-align: center;
        font-size: 18px;
        color: white;
        line-height: 18px;
        vertical-align: middle;
        background-color: #F3D100;
        padding: 5px 5px;
    }

        .home-table th.orange {
            background-color: #FE9846;
        }

        .home-table th.empty {
            background-color: transparent;
        }

    .home-table td {
        border: 5px solid white;
        color: #5D5D5D;
        background-color: #ECECEC;
        padding: 3px 5px;
        font-size: 22px;
    }

        .home-table td:not(:first-child) {
            text-align: center;
        }

        .home-table td.blue {
            background-color: #D6F4FE;
            color: #0083D0;
        }

        .home-table td.dark {
            background-color: #5D5D5D;
            color: white;
            font-size: 18px;
        }

#myCarousel {
    margin-top: 158px;
}

.services-container img {
    width: auto;
}

.form-input {
    font-size: 22px;
    color: #1F1B5C;
    padding: 0px 5px;
    width: 100%;
    background-color: transparent;
}

input.form-input {
    border: none;
    border-bottom: 1px solid #ccc;
}

textarea.form-input {
    border: 1px solid #ccc;
    padding: 10px;
}

.event-arrow {
    padding: 10px 20px 15px 20px;
    border-radius: 3px;
    transition: 0.2s ease-out all;
}

    .event-arrow:hover {
        background-color: #f0f0f0;
    }

.main-overtext {
    position: absolute;
    top: -200px;
    border-radius: 10px;
    background-color: white;
    padding: 40px 60px 60px 60px;
    width: 100%;
    text-align: center;
    box-shadow: 0px 0px 13px 3px #4f4f4f24;
}

.events-container {
    background-color: white;
    min-height: 200px;
    padding-top: 400px;
    padding-bottom: 100px;
}

.overtext-title {
    font-size: 70px;
    font-weight: 700;
}

.overtext-offers {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 600;
}

.font-size-22 {
    font-size: 22px;
}

.day-rotated {
    transform: rotate(-90deg);
    display: inline-block;
    height: 50px;
    font-family: BarlowBold;
    float: left;
    color: lightgray;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 300;
    margin-top: 65px;
}

.event-image {
    display: inline-block;
    width: calc(100% - 50px);
    float: right;
    height: 180px;
    background-size: cover;
}

.custom-image {
    height: auto;
    background-repeat: no-repeat;
    background-position: top 80px left;
    min-height: 700px;
    padding: 80px 15px;
}

    .custom-image.right-side {
        background-position: top 80px right;
        text-align: right;
    }

    .custom-image.story {
        background-image: url('../images/gourmand/circle_povestea.png');
    }

    .custom-image.homage {
        background-image: url('../images/gourmand/circle_omagiul.png');
    }

    .custom-image.journey {
        background-image: url('../images/gourmand/cricle_calatoria.png');
    }

.gourmand-title {
    font-size: 80px;
    font-weight: 800;
    font-family: Barlow
}

.home-main img {
    height: 200px;
}

.rounded-button {
    padding: 10px 25px;
    border-radius: 50px;
    border: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: white;
    background-color: #ed2142;
}

    .rounded-button.black {
        background-color: transparent;
        border:1px solid black;
        color:black;
    }

sup {
    text-transform: uppercase;
}

.pagination li .pagination-button, .pagination li a {
    background-color: white;
    color: #06c5d1 !important;
    cursor: pointer;
}

.pagination li.active .pagination-button {
    color: white !important;
    background-color: #06c5d1;
    border-color: #06c5d1;
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .home-main {
        max-height: 690px;
    }
}

@media (min-width: 992px) {
    .navbar #bs-navbar {
        display: inline-block !important
    }
}

@media(max-width: 767px) {
    .custom-image, .custom-image.right-side {
        background-image: unset !important;
        padding: 15px 15px 80px 15px !important;
        text-align: left;
    }

    .rounded-button {
        padding: 10px 10px !important;
    }

    .home-main img {
        height: 150px;
    }

    .gourmand-title {
        font-size: 50px;
    }

    .custom-fixed {
        padding-left: 0;
        padding-right: 0;
    }

    #despre {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .event-image {
        float: left;
    }

    .day-rotated {
        float: right;
        height: 30px;
    }

    .newsletter {
        padding: 60px 15px;
    }

    .xs-margin-left-0 {
        margin-left: 0 !important;
    }

    .text-xs-center {
        text-align: center;
    }

    .main-overtext {
        position: relative;
        top: -145px;
        padding: 40px 15px 60px 15px;
    }

        .main-overtext .overtext-title {
            line-height: 55px;
            font-size: 60px;
        }

        .main-overtext .overtext-offers {
            text-align: center;
        }

    .events-container {
        padding-top: 30px;
    }

    .main-text {
        height: 500px;
    }

    .custom-button.home {
        background-position: 15px center;
    }

    .services-container {
        gap: 0;
        flex-wrap: wrap;
    }

        .services-container > div {
            padding: 10px;
            font-size: 18px;
            flex: 50%;
        }

        .services-container img {
            width: 120px;
        }

    #myCarousel {
        margin-top: 163px !important
    }

    .home-main {
        /*background-image: url(../images/gourmand/banner1_mobile.jpg);*/
        /*background-image: url(../images/banner2_dapino.png) !important;*/
        /*background-image: url(../../Content/images/banner_main_nou.jpg) !important;*/
        background-image: url(../../Content/images/Masa732.jpg) !important;
        /*background-size: 140% !important;*/
        background-size: cover !important;
        /*min-height: 440px !important;*/
        max-height: 440px !important;
        background-repeat: no-repeat;
        background-position-x: 0 !important;
        background-attachment: unset;
    }

        .home-main .carousel-text span {
            font-size: 44px;
            line-height: 47px !important;
            display: inline-block;
        }

        .home-main .carousel-text .smaller-text {
            font-size: 24px !important;
            line-height: 27px !important;
            padding: 0 40px;
        }

        .home-main .carousel-text .smallest-text {
            font-size: 18px;
            margin-top: 30px;
            padding: 0 40px;
        }

    .d-xs-block {
        display: block;
    }

    .home-about {
        height: auto;
        padding-top: 50px;
        bottom: 50px;
    }

    .about-transport-container {
        padding-top: 100px !important;
        background-position: top 25px center;
    }

    .custom-dropdown-container {
        position: relative;
        top: 0;
    }

    .container-fluid.categories {
        height: 300px;
    }

        .container-fluid.categories .category-header h1 {
            font-size: 40px;
            line-height: 55px;
        }

    .product-selector > a {
        display: block !important;
        float: none !important;
        border: none !important;
    }

    .custom-button {
        line-height: 35px;
        padding: 24px 30px;
    }

    .navbar-row {
        /*padding-left: 15px !important;
        padding-right: 15px !important;*/
    }

    #bs-navbar {
        /*background-color: #ffffffe3;*/
        background-color: transparent;
        color: black;
        /*padding-bottom: 20px;*/
        max-height: 90vh;
        overflow-y: scroll;
    }

    .navbar ul li {
        margin-left: 0 !important;
    }

        .navbar ul li a {
            color: black;
            font-weight: bold;
            padding: 15px 8px;
            text-align: left;
        }

            .navbar ul li a.custom-button-header {
                margin-left: 20px;
            }

    .home-main h1 {
        font-size: 50px;
        line-height: 50px;
        min-height: 210px;
    }

        .home-main h1 span {
            font-size: 30px;
            line-height: 40px;
            display: inline-block;
            margin-top: 20px;
            margin-bottom: 10px;
        }

    .home-main .quote {
        font-size: 24px;
        text-align: center;
    }

    .home-main {
        height: auto;
        /*padding-top:35px;*/
    }

    .home-categories a.custom-button {
        display: flex;
        line-height: 30px;
        font-size: 24px;
        padding: 25px;
    }

    .home-main a.custom-button {
        padding: 5px !important;
        width: 100%;
        font-size: 24px;
        margin-bottom: 20px;
        line-height: 30px;
        display: block;
        padding: 0;
        margin-top: 50px;
    }

        .home-main a.custom-button img {
            width: 100%;
            height: unset !important;
            margin-top: 0;
            margin-right: 0;
        }

    .home-main .grid-overlay {
        height: auto !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .home-main .black-panel {
        margin-left: 0px !important;
        margin-top: 0px !important;
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 0px;
    }

    .side-image {
        background-size: cover;
        padding: 150px 15px;
        background-image: url(../images/banner_main_homepage.jpg);
        background-position: center center;
    }

    .xs-padding-right-0 {
        padding-right: 0 !important;
    }

    .home-categories .service-container {
        width: 170px;
        margin-bottom: 60px;
    }

        .home-categories .service-container img {
            width: 100px;
        }

        .home-categories .service-container .text {
            margin-top: 20px;
            font-size: 16px;
        }

    .navbar-brand {
        padding: unset !important;
    }

        .navbar-brand img {
            /*height: 65px;*/
        }
}

@media(max-width:1300px) {
    .home-main .carousel-text {
        /*   font-size:70px;
        line-height:75px;*/
    }

        .home-main .carousel-text .smaller-text {
            font-size: 45px;
            line-height: 50px;
            margin-top: 40px;
        }
}

@media (min-width: 1201px) {
    #bs-navbar .navbar-nav {
        margin-left: -65px !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #bs-navbar .navbar-nav {
        margin-left: -65px !important;
    }
}

@media (min-width: 768px) {
    #bs-navbar .navbar-nav {
        margin: -4px;
        float: none !important;
        display: inline-block;
    }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        text-align: center;
    }
}

@media(min-width:1315px) {
    .p-lr-100-xl {
        padding: 0 100px !important;
    }
}


@media (max-width: 550px) {
    .home-main {
        /*background-image: url(../images/gourmand/banner1_mobile.jpg);*/
        /*background-image: url(../../Content/images/banner_dapino_mobile.jpg) !important;*/
        /*background-image: url(../../Content/images/main_mobile_banner.png) !important;*/
        background-image: url(../../Content/images/Masa732.jpg) !important;
        background-size: 140% !important;
        /*background-size: cover !important;*/
        /*min-height: 440px !important;*/
        max-height: 440px !important;
        background-repeat: no-repeat;
        background-position-x: 0 !important;
        background-attachment: unset;
    }

    .modal .custom-button {
        width: 100%;
    }
}
