@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

:root {
    --tc-orange: #ff6100;
    --tc-yellow: #ffa500;
    --tc-green: #2f9251;
    --tc-gray: #757575;
    --tc-black: #212121;
}

body {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
}

.simple-card {
    width: 100%;
    min-height: 200px;
    height: 10rem;
    overflow: hidden;
    position: relative;
    background-color: #293a4c;
}

.simple-card-img {
    position: relative;
    min-height: 200px;
    width: 100%;
    height: 10rem;
    object-position: center;
    object-fit: cover;
    display: block;
}

.simple-card-content {
    position: absolute;
    left: 12px;
    bottom: 0;
    color: white;
}

.menu-type-active {
    color: black;
    padding: 0 24px;
    line-height: 24px;
    text-decoration: none;
    border-style: solid;
    border-width: 0 0 2px 0;
    border-color: orange;
}

.menu-type,
.menu-type:hover {
    color: black;
    text-decoration: none;
}

.light-white {
    background-color: #ffffff;
    padding: 8px 12px;
}

.index-card {
    background-color: white;
}

.index-card .card-nominal {
    color: white;
    font-weight: bold;
}

.card-nominal {
    background-color: orange;
    border-radius: 8px 0 0 0;
    display: block;
    padding: 2px 18px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.index-card-img {
    width: 100%;
    min-height: 200px;
    height: 10rem;
    overflow: hidden;
    border-radius: 0;
    position: relative;
    border-style: solid;
    border-width: 0 0 4px 0;
    border-color: orange;
    position: relative;
}

.index-card-img .index-card-img-top {
    position: relative;
    min-height: 200px;
    width: 100%;
    height: 10rem;
    object-position: center;
    object-fit: cover;
    border-radius: 0;
}

.card-price-label,
.card-des {
    font-size: 12px;
}

.round-card {
    border-radius: 18px 18px 0 0;
    border: 1px solid rgba(0, 0, 0, 0.125);
    background-color: white;
}

.round-card .card-img {
    border-radius: 18px 18px 0 0;
    border-style: solid;
    border-width: 0 0 4px 0;
    border-color: orange;
    position: relative;
}

.round-card-img .card-price {
    position: absolute;
    right: 0;
    bottom: 0;
}

.round-card-img .card-price small {
    color: white;
    display: block;
    text-align: right;
    margin-right: 12px;
}

.round-card-img {
    width: 100%;
    height: 10rem;
    overflow: hidden;
    border-radius: 0;
    position: relative;
    border-radius: 18px 18px 0 0;
    border-style: solid;
    border-width: 0 0 4px 0;
    border-color: orange;
    position: relative;
}

.index-card-img .card-price {
    position: absolute;
    right: 0;
    bottom: 0;
}

.index-card-img .card-price small {
    color: white;
    display: block;
    text-align: center;
}

.index-card-block-top {
    padding: 2px 10px;
    font-size: 18px;
    min-height: 60px;
}

.index-card-block-center {
    padding: 2px 10px;
}

.index-card-block-bottom {
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    min-height: 80px;
}

.index-card-block-bottom .action-bottom {
    position: absolute;
    right: 12px;
    bottom: 12px;
}

.card-block-bottom {
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

.round-card-block-bottom .action-bottom {
    position: absolute;
    right: 12px;
    bottom: 12px;
}

.card-des {
    font-size: 12px;
}

.background-gray {
    background-color: #f7f7f7;
    padding-bottom: 12px;
}

.new-card-right {
    background-color: #ffffff;
    padding: 12px;
}

.new-card-grey {
    background-color: #eeeeee;
    border-color: #ebebeb;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    padding: 12px;
}

.new-card-grey h3 {
    color: #3d8927;
}

.new-card .list-inline-item {
    margin: 0 14px;
}

.new-card .list-inline-item a {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
}

.new-card .list-inline-item a:hover {
    text-decoration: none;
    color: orange;
}

.new-card .list-inline-item a:active {
    text-decoration: none;
    color: orange;
}

.new-card {
    background-color: #ffffff;
    padding: 24px;
    font-size: 14px;
}

.zmdi-white-sm {
    width: 14px;
    height: 14px;
    margin-bottom: 4px;
}

.special-offer-card {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    background-color: white;
}

.special-offer-card .card-img {
    border-radius: 8px 8px 0 0;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: lightgrey;
    position: relative;
    height: 160px;
}

.tips-card {
    color: #293a4c;
}

.tips-card:hover {
    text-decoration: none;
    color: #293a4c;
}

.card-img .card-img-top {
    max-width: 100%;
    height: 10rem;
    object-position: center;
    object-fit: cover;
    border-radius: 0;
}

.round-card-img .card-img-top {
    position: relative;
    max-width: 100%;
    height: 10rem;
    object-position: center;
    object-fit: cover;
    border-radius: 0;
}

.event-box {
    background-color: #5f83d8;
    color: white;
    border-style: solid;
    border-radius: 16px;
    border-color: white;
    min-height: 160px;
    padding: 24px;
    background-image: url("/images/event_bg.jpg");
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    background-position: center center;
}

.event-card .card-img {
    border-radius: 8px;
    position: relative;
    height: 120px;
}

.elevate {
    transition: box-shadow 0.3s;
}

.elevate:hover {
    -webkit-box-shadow: 0px 6px 6px 1px rgb(221, 221, 221);
    -moz-box-shadow: 0px 6px 6px 1px rgb(221, 221, 221);
    box-shadow: 0px 6px 6px 1px rgb(221, 221, 221);
}

.white-bar {
    height: 4px;
    background-color: white;
    width: 100%;
    margin-left: 6px;
    margin-right: 6px;
}

.h-inline {
    display: inline-flex;
    width: 100%;
    align-items: center;
}

.h-inline a {
    text-decoration: none;
    color: black;
    font-size: 12px;
}

.yellow-bar {
    height: 4px;
    background-color: orange;
    width: 10%;
}

.yellow-bar-full {
    height: 4px;
    background-color: orange;
    width: 100%;
}

.gray-bar-bold {
    height: 4px;
    background-color: lightgray;
    width: 100%;
    margin-left: 6px;
    margin-right: 6px;
}

.gray-bar {
    height: 1px;
    background-color: lightgray;
    width: 100%;
    margin-left: 6px;
    margin-right: 6px;
}

.gray-bar-dotted {
    border-style: dotted;
    border-color: lightgray;
    border-width: 0 0 2px 0;
    margin: 8px 0;
}

.card-img {
    width: 100%;
    height: 10rem;
    overflow: hidden;
    border-radius: 0;
}

.card-img .card-img-top {
    max-width: 100%;
    height: 10rem;
    object-position: center;
    object-fit: cover;
    border-radius: 0;
}

.zoom {
    -moz-transition: linear 0.3s;
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s;
}

.zoom:hover {
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.card-block-bottom {
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

.main-title {
    font-size: 25px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.index-card-link,
.index-card-link:hover,
.index-card-link:active {
    text-decoration: none;
    color: black;
}

.favorite-content {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card-name {
    font-size: 16px;
    min-height: 60px;
}

.rating-box {
    background-color: #293a4c;
    border-radius: 4px;
    color: white;
    margin-right: 4px;
    padding: 4px 6px;
    font-size: 10px;
}

.favorite-container {
    position: relative;
    text-align: center;
}

.zmdi-white-xs {
    width: 12px;
    height: 12px;
    margin-bottom: 4px;
}

.zmdi-white {
    width: 18px;
    height: 18px;
    margin-bottom: 4px;
}

.img-hero-container {
    position: relative;
}

.img-hero-container .btn {
    position: absolute;
    bottom: 24px;
    left: 24px;
}

.hero_activity {
    width: 100%;
    height: 80vh;
    object-position: center;
    object-fit: cover;
}

.comment-container {
    padding: 24px 80px;
}

.comments-header {
    text-align: center;
}

.faq-img {
    object-fit: cover;
    width: 100%;
    height: auto;
}

.faqs a {
    color: #000;
}

.card-location-top {
    position: absolute;
    top: 12px;
    left: 12px;
    color: white;
}

.detail-background {
    background-color: #f7f7f7;
}

.index-card .card-nominal {
    color: white;
    font-weight: bold;
}

.card-nominal {
    background-color: orange;
    border-radius: 8px 0 0 0;
    display: block;
    padding: 2px 18px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

#modal-review {
    display: flex;
    justify-content: center;
    align-items: center;
}

.splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.splide__slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.blog-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
