.slider-bg-img {
    width: 580px !important;
    height: auto !important;
    width: 670px !important;
}

.slider-bg-img.nachoimg {
    width: 600px !important;
}
.slider-bg-img.pizzaslide
{
    width: 500px !important;
}

.scrolldown-btn-slide {
    padding: 7px 20px;
    border: 2px solid #b28a5f;
    font-size: 15px;
    font-weight: 500;
    font-family: roboto;
    display: inline-block;
    margin-top: 10px;
    background: #b28a5f;
    color: white;
    text-transform: uppercase;
    line-height: 26px;
    transition: 500ms all;
}

.header_nav>ul>li>a,
.textgold {
    color: #ab8136;
}

.tp-bullets,
.tp-tabs,
.tp-thumbs {
    top: calc(50% - 55px) !important;
    right: 54px !important;
    left: auto !important;
    transform: none !important;
    width: auto !important;
}

.tp-bullet {
    background: #b28a5f !important;
}

.tp-bullet {
    position: static;
    width: 2px;
    height: 25px;

    margin-bottom: 8px;
}

.tp-bullet.selected,
.tp-bullet:hover {
    background: #514e4a !important;
}

.tp-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.tp-bullets,
.tp-tabs,
.tp-thumbs {
    top: calc(50% - 15px) !important;
}





/*Header*/


.header_wrap {
    display: flex;
    justify-content: space-between;
}

.burger {
    margin-top: 50px;
    width: 46px;
    height: 46px;
    position: fixed;
    right: 50px;
    display: inline-block;
    cursor: pointer;
    z-index: 9999;
}

.burger-line_one,
.burger-line,
.burger-line_two {
    display: block;
    position: absolute;
    left: 5px;
}

.burger-line {
    background-color: #b28a5f;
    height: 2px;
    opacity: 1;
    transition: opacity 200ms ease;
    width: 36px;
}

.burger-line.top {
    top: 12px;
}

.burger-line.bottom {
    top: 28px;
    width: 24px;
    right: 6px;
    left: auto;
}

.burger-line_one,
.burger-line_two {
    height: 2px;
    width: 30px;
    right: 6px;
    left: auto;
    transition: all 200ms ease;
}

.burger-line_one {
    background-color: #b28a5f;
    top: 20px;
}

.burger-line_two {
    background-color: #b28a5f;
    top: 20px;
}

.burger.menu-open .burger-line.top,
.burger.menu-open .burger-line.bottom {
    opacity: 0;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.burger.menu-open .burger-line_one,
.burger.menu-open .burger-line_two {
    height: 2px;
    background-color: #b28a5f;
    top: 20px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    border-radius: 4px;
}

.burger.menu-open .burger-line_one {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.burger.menu-open .burger-line_two {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.logo_header {
    margin-left: 45px;
    margin-top: 25px;
    margin-top: 40px;
}

.header_menu_links {
    position: fixed;
    width: 300px;
    height: 100vh;
    right: 0;
    top: 0;
    background-color: #000000;
    padding-top: 25vh;
    background-size: 160px;
    transform: translateX(300px);
    border-left: 2px solid #b28a5f;
    z-index: 99;
    transition: .4s;
}

.menu-open-link.header_menu_links {
    transform: translateX(0px);
}

.header_menu_links ul {
    padding-left: 0;
}

.header_menu_links li {
    list-style: none;
    padding-bottom: 10px;
    margin-bottom: 16px;
    margin-left: 20px;
    margin-right: 90px;
    text-align: right;
}

.header_menu_links li:last-of-type {
    border-bottom: none;
}

.header_menu_links a {
    color: #bdbdbd;
    font-size: 26px;
    transition: .4s;
    font-size: 1.925em;
    /*    font-family: roboto;
*/
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: 'playfair display';
}

.header_menu_links a:hover,
.header_menu_links a:focus {
    text-decoration: none;
    color: #fff;
}

.header_menu_links a.active {
    color: #b28a5f;
}
.menu_dropdown_link{
    position: relative;
}
/* .menu_dropdown_link::before{
    content: '';
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    height: 1px;
    width: 35px;
    background-color:#ab8136;
} */
 .submenu{
    display: none;
    flex-direction: column;
    /* align-items: flex-start; */
    /* justify-content: center; */
    gap: 16px;
    /* font-size: 20px; */
    /* width: 100%; */
    /* height: 100%; */
    /* margin-top: 20px; */
    padding: 15px 0;
    margin-bottom: -10px;

}
.submenu a+a{
    margin-top: 20px;
}

.has_submenu .submenu.active_submenu{
    display: flex;
}
.has_submenu .submenu a{
    font-size: 20px;
    display: block;
}
.footer_social>ul {
    padding: 68px 75px;
}

.footer_updown .arrow {
    padding: 48px 70px;
}

.burger {
    margin-right: 35px;
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

a.contact.scrolldown-btn-slide:hover,
a.contact.scrolldown-btn-slide:focus {
    color: #b28a5f;
    background: transparent;
}

.tp-bullets,
.tp-tabs,
.tp-thumbs {
    right: 88px !important;
}

.tp-revslider-slidesli .tp-parallax-wrap:nth-of-type(2) {
    z-index: 9 !important;
}

div#rev_slider_45_1_wrapper {
    background: #EEEDE6 !important;
    width: 100%;
    height: 100vh;

}

.Pasta-LeafTomato {
    width: 112px !important;
    height: auto !important;
}

.Pasta-Pepper {
    width: 155px !important;
    height: auto !important;
}

.Pasta-Leaf_2 {
    width: 129px !important;
    height: auto !important;
}

.Pasta-Tomato {
    width: 66px !important;
    height: auto !important;
}

.Pasta-Leaf {
    width: auto !important;
    height: 97px !important;
}

.Noodles-Spinash {
    width: 136px !important;
    height: auto !important;
}

.Noodles-Tomato_2 {
    width: 102px !important;
    height: auto !important;
}

.Noodles-coriander {
    width: 97px !important;
    height: auto !important;
}

.Noodles-Cucmber {
    width: 97px !important;
    height: auto !important;
}

.Cake-Mint-1 {
    width: 126px !important;
    height: auto !important;
}

.Cake-Chocolate {
    width: 120px !important;
    height: auto !important;
}

.Cake-Mint-2 {
    width: 138px !important;
    height: auto !important;
}

.Cake-Rasberry_1 {
    width: 144px !important;
    height: auto !important;
}

@media all and (max-width:1440px) {
    .slider-bg-img {
        width: 500px !important;
        height: auto !important;
    }

    .footer_updown .arrow-button .icon {
        font-size: 35px;
    }

    .tp-mask-wrap .slider.caps {
        font-size: 46px;
        line-height: 72px;
    }

    .footer_social>ul {
        padding: 68px 55px;
    }

    .logo_header {
        margin-left: 25px;
    }

    .burger {
        margin-right: 15px;
    }

    .tp-bullets,
    .tp-tabs,
    .tp-thumbs {
        right: 68px !important;
    }

    .footer_updown .arrow {
        padding: 48px 50px;
    }


    .Pasta-LeafTomato {
        width: 80px !important;
        height: auto !important;
    }

    .Pasta-Pepper {
        width: 100px !important;
        height: auto !important;
    }

    .Pasta-Leaf_2 {
        width: 100px !important;
        height: auto !important;
    }

    .Pasta-Tomato {
        width: 55px !important;
        height: auto !important;
    }

    .Pasta-Leaf {
        width: auto !important;
        height: 70px !important;
    }

    .Noodles-Spinash {
        width: 100px !important;
        height: auto !important;
    }

    .Noodles-Tomato_2 {
        width: 70px !important;
        height: auto !important;
    }

    .Noodles-coriander {
        width: 80px !important;
        height: auto !important;
    }

    .Noodles-Cucmber {
        width: 80px !important;
        height: auto !important;
    }

    .Cake-Mint-1 {
        width: 80px !important;
        height: auto !important;
    }

    .Cake-Chocolate {
        width: 80px !important;
        height: auto !important;
    }

    .Cake-Mint-2 {
        width: 100px !important;
        height: auto !important;
    }

    .Cake-Rasberry_1 {
        width: 100px !important;
        height: auto !important;
    }
}

@media all and (max-width:1366px) {

    .footer_social>ul {
        padding: 68px 30px;
    }

    .logo_header {
        margin-left: 10px;
    }

    .burger {
        margin-right: 0px;
    }

    .tp-bullets,
    .tp-tabs,
    .tp-thumbs {
        right: 53px !important;
    }

    .footer_updown .arrow {
        padding: 48px 35px;
    }


    .slider-bg-img {
        width: 450px !important;
        height: auto !important;
    }

    .footer_social>ul {
        padding: 68px 90px;
    }
}

.slider-sec-1 .tp-mask-wrap .slider.caps,
.slider-sec-4 .tp-mask-wrap .slider.caps,
.slider-sec-7 .tp-mask-wrap .slider.caps,
.slider-sec-9 .tp-mask-wrap .slider.caps{
    color: white;
}
 .smalcaptt p{
    color : #6b6b6b
}
.slider-sec-1 .smalcaptt p,
.slider-sec-4 .smalcaptt p,
.slider-sec-7 .smalcaptt p,
.slider-sec-9 .smalcaptt p{
        color: #9e9e9e;
}
.rev-slidebg.none{
display: none !important;
}

@media screen and (max-width: 420px) {
    .logo_header{
        margin-top: 20px;
    }
}