.landing-desc {
    padding-left: 250px;
    padding-right: 250px;
    /* font-family: "DM Sans", sans-serif; */
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

.landing-desc-image {
    padding-left: 100px;
    padding-right: 100px;
}

.landing-desc-image-container,
.landing-content-image-container {
    position: relative;
    width: 50%;
}

.image-desc {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}

.overlay-image {
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 40px;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    background-color: #837453;
    z-index: 1;
    border-radius: 10px;
}

.overlay-image-reverse {
    position: absolute;
    top: 40px;
    right: 40px;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    background-color: #837453;
    z-index: 1;
    border-radius: 10px;
}

.discover-title,
.content-category,
.content-title {
    /* font-family: "Manuale", serif; */
}

.discover-desc {
    /* font-family: "DM Sans", sans-serif; */
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
}

.discover-list {
    /* font-family: "DM Sans", sans-serif; */
    font-weight: 300;
    font-size: 18px;
}

.content-desc{
    /* font-family: "DM Sans", sans-serif; */
    font-weight: 300;
    font-size: 16px;
}

.line-list {
    width: 300px;
}

/* hr:not([size]) {
    height: 5px !important;
}

hr {
    background-color: black !important;
    opacity: 1 !important;
} */

.swiper {
    width: 100%;
    /* height: 100%; */
    z-index: 2;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-paging-position {
    position: absolute;
    bottom: 0;
    left: 2% !important;
}

.landing-image-slider {
    margin-bottom: 80px !important;
}

.bg-image-menu {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.image-menu {
    padding-top: 270px !important;
    padding-bottom: 270px !important;
}

.image-menu-text {
    /* font-family: "Manuale", serif; */
    font-size: 40px;
    font-weight: 400;
    color: white;
}

.landing-content {
    /* margin-bottom: 80px !important; */
    margin-top: 80px !important;
    background-color: black;
    padding-top: 60px;
    padding-bottom: 60px;
}

.landing-banner {
    margin-bottom: 80px !important;
    margin-top: 180px !important;
}

.btn-outline-white {
    color: #fff;
    border-color: #fff;
}

.btn-outline-white:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.landing-content-row {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0px 50px 0px 50px;
}

.landing-content-col {
    padding-top: 70px;
    padding-bottom: 100px;
    padding-right: 30px;
    background-color: gainsboro;
    border-radius: 20px;
}

.landing-content-col-left-100 {
    padding-left: 100px;
}

.landing-content-col-left-50 {
    padding-left: 50px;
}

.swiper-banner {
    width: 1300px !important;
}

.container-banner {
    height: 250px !important;
}