body {
    background-color: #fbf6f6 !important;
}

* {
    font-family: 'Source Sans Pro', sans-serif;
}

/* Content */
.content {
    width: 100%;
    overflow: hidden;
}

/* Slide */

.swiper-container {
    width: 100%;
}

.news-swiper-container {
    width: 100%;
}

.swiper-slide {
    background-size: cover;
    background-position: 50%;
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.swiper-pagination-bullet {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    opacity: 1;
    bottom: 10px;
}

.swiper-pagination-bullet-active {
    background-color: #fff;
}

.swiper-button-container {
    background-color: rgba(0, 0, 0, 0.25);
}

.swiper-slide:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.4;
}

.swiper-slide h2, .swiper-slide h4 {
    pointer-events: none;
    opacity: 0;
    color: #ffffff;
    transform: translateY(-20%) scale(2);
    transition-delay: 2s;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.01);
    text-align: center;
}

.swiper-slide h2 {
    font-size: calc(3vw);
    font-weight: 900;
}

.swiper-slide h4 {
    font-size: calc(2.5vw);
}

.swiper-slide-active h2, .swiper-slide-active h4 {
    opacity: 1;
    transform: translateY(0%) scale(1);
    transition: 1s ease;
}

.swiper-button-prev {
    left: 65px !important;
    top: 45% !important;
    transform: translate(-45%, 0);
    position: absolute;
}

.swiper-button-next {
    top: 45% !important;
    right: 40px !important;
    transform: translate(-45%, 0);
    position: absolute;
}


.swiper-button-next, .swiper-button-prev {
    color: white !important;
    width: 40px !important;
    height: 40px !important;
    padding: 5px !important;
    border-radius: 50% !important;
    border: 2px solid white !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 18px !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

/* Food */


.food-bg {
    margin-top: 20px !important;
    background: #F1F1F1;
    padding: 20px 10px 30px 10px;
    display: flex;
    flex-flow: row;
    justify-content: center;
}

.food-img {
    width: 100px;
    vertical-align: bottom !important;
}


.discover,
.discover-container {
    width: 100%;
}


.discover .discover-container .discover-item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.discover .discover-container .discover-item h1 {
    font-weight: 300;
}


#footer {
    width: 100%;
    color: white;
}

.footer {
    padding-top: 50px;
    padding-bottom: 30px;
}

.footer ul li {
    list-style-type: none;
    color: white;
    margin-bottom: 10px;
}

.footer ul li a {
    list-style-type: none;
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.footer-social .social-link {
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    margin: 5px;
    padding-top: 2px;
}

.franchise {
    width: 100%;
}

.franchise .text-group {
    padding-top: 60px;
    margin-right: 10px;
}

.franchise .franchise-title {
    font-weight: 900;
}

.franchise .image-group {
    width: 400px;
    margin-top: 20px;
    margin-left: 10px;
}


.franchise .image-group img {
    height: 100%;
    width: 100%;
}


.main-content {
    position: relative;
}

.main-content .owl-dots {
    display: none;
}

.custom-nav button {
    border: none !important;
    background-color: transparent !important;
    z-index: 99999999;
}

/*.main-content .owl-theme .custom-nav {*/
/*    position: absolute;*/
/*    top: 20%;*/
/*    left: 0;*/
/*    right: 0;*/
/*}*/

.main-content .owl-prev {
    top: 30%;
    left: 20px;
    transform: translate(-30%, 0);
    position: absolute;
    color: var(--bs-secondary);
    background-color: var(--bs-primary);
}

.main-content .owl-next {
    top: 30%;
    right: -15px;
    transform: translate(-30%, 0);
    position: absolute;
    color: var(--bs-secondary);
}

.main-content .owl-nav i {
    background: var(--bs-primary);
    border-radius: 50%;
    width: 40px;
    height: 40px;
}


/*.main-content .owl-theme .custom-nav .owl-next {*/
/*    position: absolute;*/
/*    color: inherit;*/
/*    background: none;*/
/*    border: none;*/
/*    z-index: 100;*/
/*}*/

.main-content .owl-prev:hover,
.main-content .owl-next:hover {
    background: none !important;
}

/*.main-content .owl-prev i,*/
/*.main-content .owl-next i {*/
/*    font-size: 2rem;*/
/*}*/


.main-content .owl-theme .custom-nav .owl-next {
    right: 0;
}

.owl-prev .owl-next {
    background: transparent !important;
}


.page-cover-image {
    width: 100%;
}


.food-bg .text-group h4 {
    font-size: 14px;
}

.food-bg .text-group h3 {
    font-size: 16px;
}

.post-img-group {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.post-img-group img {
    transition: transform .5s ease;
}

.post-img-group:hover img {
    transform: scale(1.1);
}

.img-hover-zoom img {
    transition: transform .5s ease;
}

.img-hover-zoom:hover img {
    transform: scale(1.1);
}

.text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page-cover-image .img {
    width: 100%;
}


* {
    box-sizing: border-box;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
    outline: none;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.overlay button:hover {
    background: #bbb;
}


.search li {
    list-style-type: none;
}

.search-button {
    background-color: transparent;
}


.text-discover {
    font-size: 50px !important;
}
