

body, html {
    background: #fff;
}
.preloader:before {
    background: #fff;
}

.kf-h-social i {
    font-size: 32px;
    color: #8f2f35;
}

.kf-h-group {
    font-size: 20px;
    color: #ced2d5;
    text-transform: capitalize;
    color: #8f2f35;
}

.kf-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
    background: #fff;
    z-index: 90;
    right: 0;
    margin: auto;
}

.kf-topline {
    padding: 10px 30px;
    background: #fff;
    /* width: 80%; */
    margin: auto;
}

.kf-topline a{
    color: #8f2f35;
}

.kf-navbar {
    background: #fff;
    padding: 12px 30px;
}

    .kf-navbar .kf-btn.h-btn {
        font-size: 22px;
        margin-left:0px;
    }


.kf-logo {
    position: absolute;
    width: 150px;
    font-size: 0;
    top: 2px;
}

    .kf-logo img {
        max-width: 100%;
        width: auto;
        max-height: 150px;
    }

.kf-main-menu ul li a {
    color: #f1bc7b;
    font-size: 22px;
    line-height: 40px;
    text-transform: none;
    letter-spacing: .03em;
    text-decoration: none;
    font-weight: 500;
    margin-left: 8px;
    margin-right: 8px;
}

#homeSection .swiper-button-next,
#homeSection .swiper-button-prev {
    position: absolute;
    width: 85px;
    height: 36px;
    overflow: hidden;
    display: block;
    width: 36px;
    height: 36px;
    outline: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 0px;
    position: absolute;
    top: 80%;
}

#homeSection .swiper-button-next {
    background: url(../img/icons/button.svg) no-repeat center top/cover;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    right: 10%;
}

#homeSection .swiper-button-prev {
    background: url(../img/icons/button.svg) no-repeat center top/cover;
    left: auto;
    right: 13%;
}


#homeSection .swiper-button-next:hover {
    background: url(../img/icons/button_02.svg) no-repeat center top/cover;
}


#homeSection .swiper-button-prev:hover {
    background: url(../img/icons/button_02.svg) no-repeat center top/cover;
}

.kf-started-slider .kf-bts .kf-btn {
   /* margin: 0 10px 0 0;
    padding: 8px 25px 8px 25px;*/
    font-size: 26px;
    /*height: auto;
    background: transparent;
    border-left: 0px solid #fff;*/
}

    .kf-started-slider .kf-bts .kf-btn:hover {
        background: #ffffff !important;
        color: #9f343b !important;
    }

.kf-btn:hover, a.kf-btn:hover{
    color: #fff !important;
}

.kf-btn:hover:before, a.kf-btn:hover:before {
    top: -20%;
    transform: none;
    -webkit-transform: none;
    display: none;
}

    .kf-started-slider .kf-bts .kf-btn span {
        /*position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: rotate(355deg);*/
        /* Legacy vendor prefixes that you probably don't need... */
        /* Safari */
        /*-webkit-transform: rotate(355deg);*/
        /* Firefox */
        /*-moz-transform: rotate(355deg);*/
        /* IE */
        /*-ms-transform: rotate(355deg);*/
        /* Opera */
        /*-o-transform: rotate(355deg);*/
        /* Internet Explorer */
        /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
    }

    .kf-started-slider .kf-bts .kf-btn img {
        width: 350px;
    }

.titleExBg {
    background: transparent;
    position: relative;
    display: block;
    text-align:center;
}

.titleExBg span {
    /*position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index:99;
    color: #fff !important;
    transform: rotate(355deg);*/
    /* Legacy vendor prefixes that you probably don't need... */
    /* Safari */
    /*-webkit-transform: rotate(355deg);*/
    /* Firefox */
    /*-moz-transform: rotate(355deg);*/
    /* IE */
    /*-ms-transform: rotate(355deg);*/
    /* Opera */
    /*-o-transform: rotate(355deg);*/
    /* Internet Explorer */
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
}

.titleExBg img {
    width: 350px;
}

    .titleExBg:hover img {
        transform: scale(1.1);
    }


.kf-started-item .titleExBg{
    text-align:left;
}

.kf-started-item .name {
    font-size: 64px;
}

.kf-started-item .container {
    height: 85%;
    display: block;
    width: 100%;
    max-width: 80%;
    z-index: 2;
}

.kf-started-item .description {
    width: 100%;
    position: relative;
    top: 80%;
}

.slideOverlay {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 1;
    background-image: linear-gradient(to top, #00000063, transparent);
}

.aboutSection {
    color: #000;
    /*background-image: url(../img/background1.png);*/
    background-attachment: fixed;
}

.aboutSection .aboutBlock{
    text-align: center;
}

     .kf-title span {
        font-size: 42px;
        font-weight: bold;
        color: #8f2f35;
    }

.aboutSection .aboutBlock .kf-text {
    font-size: 22px;
    line-height: 32px;
}


.textRotate {
    transform: rotate(-90deg);
    /* Legacy vendor prefixes that you probably don't need... */
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.homeGallerySection {
    background-color: #fbfbfb;
    padding: 60px 0px !important;
    padding-bottom: 0px !important;
}

.homeMenuSection .kf-menu-item .subname {
    font-weight: bold;
    font-size: 22px;
    color: #f1bc7b;
    font-style: italic;
}

.homeMenuSection {
    /*background-color: rgb(241 188 123 / 57%);*/
    padding: 60px 0px !important;
}

    .homeMenuSection .container {
        max-width: 80%;
    }

    .homeMenuSection .kf-menu-items {
        /*background-image: url(../img/background1.png);*/
        /* background-attachment: fixed; */
        background-size: cover;
        padding: 45px !important;
        padding-top: 0px !important;
        background-color: #fff;
        background: #fbfbfb;
    }

    .homeMenuSection .kf-menu-item .name {
        color: #9f343b;
        font-size: 24px;
    }

    .homeMenuSection .kf-menu-item {
        margin: 15px;
        border-bottom: 1px dotted #a4a4a4;
        padding-bottom: 12px;
        align-items: flex-start;
    }

.section.kf-insta-carousel {
    padding: 130px 0;
}

.homeContactSection a:hover{
    color: #fff;
}

.homeContactSection .kf-reservation-form {
    max-width: 100%;
}

.homeContactSection .kf-contacts-item {
    min-height: auto;
    background: #99252b;
    padding: 25px 24px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.homeContactSection .kf-contacts-items {
    margin-top: 0px;
    background: #99252b;
}

.homeContactSection {
    padding: 60px 0 !important;
    /*background-image: url(../img/background1.png);*/
    background-attachment: fixed;
}

    .homeContactSection .kf-contacts-item .image i {
        color: #f5be7a;
        font-size: 36px;
    }


    .homeContactSection .kf-contacts-item ul {
        font-size: 22px;
        color: #fff;
    }

.hoursSection {
    background-color: #fbfbfb;
    padding: 60px 0px;
}
.hoursSection h5 {
    color: #8f2f35;
    text-align: center;
    font-size: 32px;
}

.hoursSection ul {
    color: #8f2f35;
    text-align: center;
    font-size: 32px;
    list-style: none;
}

.hoursSection .h-btn span{
    color: #fff;
    font-size: 32px;
}


.kf-footer {
    padding: 0px;
    background: #f5be7a;
    
}

.kf-copyright {
    margin: 0px;
    color: #fff;
    font-size: 18px;
}

.kf-menu-btn span:after, .kf-menu-btn span:before {
    background: #99252b;
    height: 4px;
}

.kf-menu-item .image{
  /*  width:auto;
    height: auto;*/
}

.kf-menu-item .desc {
    padding-left: 15px;
}

.section.kf-menu-classic .kf-menu-item {
    display: flex;
    align-items: flex-start;
    align-content: center;
}

.largeSlider {
    display: block;
}

.mobileSlider{
    display: none;
}
@media screen and (max-width:767px) {
    .kf-navbar-mobile .kf-topline a {
        color: #fff;
    }
    .section {
        padding: 30px 0;
    }
    .kf-started-item .description {
        margin-top: 6%;
    }
    .wrapper {
        padding-top: 12px;
    }
    .kf-logo img {
        max-height: 100px;
    }
    .largeSlider {
        display: none;
    }

    .mobileSlider {
        display: block;
    }

    #homeSection .swiper-button-next, #homeSection .swiper-button-prev{
        top:60%;
    }

    #homeSection .swiper-button-prev {
        right: 23%;
    }

    #homeSection .kf-started-item {
        /*height: calc(85vh - 72px);
        min-height: 466px;*/
        height: auto;
        min-height: unset;
    }

    .kf-started-item .slide{
        position: relative;
    }

    .sliderForMobile .slideOverlay {
        display: none;
    }

    .kf-started-item .titleExBg{
        text-align:center;
    }

    .kf-header {
        position: relative;
        width: 100%;
    }

    .kf-menu-btn {
        width: 34px;
        height: 60px;
    }
    .kf-navbar-mobile {
        padding: 190px 30px 30px 30px;
    }

    .homeMenuSection .kf-menu-item {
        display: flex;
        flex-direction: column;
    }

    .kf-menu-item .image {
        width: 100%;
        height: auto;
        padding-left: 0px;
    }

    .kf-menu-item .desc {
        padding-left: unset;
        text-align: center;
        max-width:100%;
    }

    .homeMenuSection .container {
        max-width: 96%;
    }
}