html,
body {
    background: #f7f7f7;
    font-size: 14px;
    scroll-behavior: smooth;
}

hr {
    padding: 0;
    margin: 0.2rem;
}

h5 {
    color: #293a4c;
}

.index {
    background-color: #f9fafa;
}

.center-vertical {
    height: 100%;
    padding: 4rem 4rem 4rem 0rem;
    vertical-align: middle;
}

.bg-driver {
    background-image: url("/images/bg-driver.png");
    background-repeat: no-repeat;
    object-position: center;
    object-fit: cover;
    background-size: 100%;
    padding-bottom: 400px;
    background-position-y: bottom;
}

.reviews {
    background: #cde4fd;
    padding-left: 50px;
    padding-right: 50px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.review-outter {
    padding: 20px;
    background-color: #fff;
}

.maincontent {
    padding: 0 80px;
}

.gray-card {
    background-color: rgb(239, 244, 253);
    padding: 14px;
    border-radius: 14px;
}

.square-img {
    border-radius: 8px;
    border-width: 2px;
    border-style: solid;
    border-color: white;
    width: 80px;
    height: 80px;
    object-position: center;
    object-fit: cover;
    margin-right: 16px;
}

.square-img:hover {
    border-radius: 8px;
    border-width: 2px;
    border-style: solid;
    border-color: lightskyblue;
    width: 80px;
    height: 80px;
    object-position: center;
    object-fit: cover;
    margin-right: 16px;
}

.type-container {
    padding: 8px !important;
    text-decoration: none;
}

.type-square {
    text-decoration: none;
    color: black;
    background-color: white;
    padding: 8px;
    text-align: center;
    border-radius: 8px;
    border-style: solid;
    border-color: #f7f7f7;
    border-width: 2px;
}

.type-square:hover {
    text-decoration: none;
    color: black;
    background-color: white;
    padding: 8px;
    text-align: center;
    border-radius: 8px;
    border-style: solid;
    border-color: #fdb716;
    border-width: 2px;
}

.type-square-active {
    text-decoration: none;
    color: black;
    background-color: #fbdca5;
    padding: 8px;
    text-align: center;
    border-radius: 8px;
    border-style: solid;
    border-color: #fbdca5;
    border-width: 2px;
}

.type-square-active:hover {
    text-decoration: none;
    color: black;
}

.type-square-img {
    width: 50px;
    height: 50px;
    object-position: center;
    object-fit: contain;
    margin: auto;
    margin-bottom: 8px;
}

.type-square-text {
    font-size: 12px;
}

.img-brand {
    width: 80px;
    height: auto;
    margin-left: 40;
}

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

.sticky-list {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    z-index: 100;
}

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

.v100h {
    height: 100%;
}

.sticky-card {
    background-color: #ffffff;
    padding: 8px 4px;
    font-size: 14px;
    border-style: solid;
    border-width: 0 0 4px 0;
    border-color: #f5f5f5;
    position: -webkit-sticky;
    position: sticky;
    top: 85px;
    z-index: 100;
    text-decoration: none;
    color: black;
}

.sticky-card .list-inline-item {
    margin: 0 17px;
}

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

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

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

.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;
}

.card-detail {
    color: #888888;
}

.card-detail b {
    font-size: 14px;
    font-weight: bold;
}

.card-detail small {
    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;
}

.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;
}

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

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

.h-center {
    text-align: center;
}

.h-center img {
    filter: grayscale(100%);
    height: 2rem;
    widows: auto;
}

.mb-12 {
    margin-bottom: 12px;
}

.mt-12 {
    margin-top: 12px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-48 {
    margin-top: 48px;
}

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

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

.conf-title {
    background-color: #f7f7f7;
    color: orange;
    font-size: 20px;
    padding: 4px 12px;
    font-weight: bold;
    border-style: solid;
    border-color: orange;
    border-width: 0 0 0 8px;
}
.conf-content {
    padding: 12px;
}

.policy_card {
    background-color: #fafafa;
    border-style: solid;
    border-width: 1px;
    border-color: #333333;
    margin: 12px 0;
    padding: 12px;
    border-radius: 4px;
}

.confidence_box {
    background-color: #e3fcf6;
    padding: 12px;
}

.orange-box {
    background-color: #fbdca5;
    border-style: solid;
    border-color: #fea500;
    border-width: 8px 0 0 0;
    padding: 8px;
}

.green-box {
    background-color: #e3fcf6;
    border-style: solid;
    border-color: #4aec49;
    border-width: 8px 0 0 0;
    padding: 8px;
}

.grey-box {
    padding: 12px;
    border-style: solid;
    border-width: 2px;
    border-color: #f7f7f7;
    display: block;
    margin: 0 -12px;
    min-height: 120px;
}

.support-img {
    width: 35px;
    height: 35px;
}

.green-help {
    font-size: 14px;
    font-weight: bold;
    color: #26b985;
}

.orange-help {
    font-size: 14px;
    font-weight: bold;
    color: orange;
}

.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%;
}

.white-bg {
    background-color: #fff;
}

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

.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;
}

.light-blue {
    background-color: #eaf8f8;
    display: block;
    font-size: 12px;
    margin: 12px 0 12px 0;
    padding: 8px;
    text-align: center;
}

.description {
    background-color: #ffffff;
    padding: 24px;
    font-size: 14px;
    margin-bottom: 24px;
    margin-top: 24px;
}

.check_green ul {
    list-style-image: url("/images/icons/check_green.svg");
}
.highlight {
    background-color: white;
    padding: 24px;
    margin-bottom: 24px;
    margin-top: 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #ffa500;
}

.check_gray ul {
    list-style-image: url("/images/icons/check_gray.svg");
    font-size: 14px;
}

.quick-link {
    display: block;
    height: 130px; /*same height as header*/
    margin-top: -130px; /*same height as header*/
    visibility: hidden;
}

.additional {
    background-color: #fffde8;
    padding: 24px;
    margin-bottom: 24px;
    margin-top: 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #ffa500;
    font-size: 14px;
}

.additional .fa {
    font-size: 24px;
}

.additional h5 {
    color: orange;
}

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

.opaque-navbar {
    background: #333;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    height: 90px;
    widows: 100%;
    border-bottom: 0px;
    transition: background-color 0.5s ease 0s;
}

.opaque-navbar.opaque {
    background-image: linear-gradient(to right, #ff6201, #ffb22a);
    color: white;
    transition: background-color 0.5s ease 0s;
}

.navbar-brand img {
    width: 180px;
    height: 50px;
    margin-left: 6.5rem;
}

.navbar-nav .fa,
.zmdi {
    margin-right: 6px;
}

.nav-item .nav-link {
    color: white;
    font-size: 1rem;
}

.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
    z-index: 100;
}

.dropdown-menu {
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    border-width: 0 0 4px 0;
    padding: 0;
    margin: 0;
    border-color: orange;
    border-radius: 0;
    background-color: white;
}

.dropdown-divider {
    border-color: #4f6f93;
    margin: 0;
    padding: 0;
}

.dropdown-item {
    margin: 0;
    background-color: white;
}

.dropdown-item:hover {
    background-color: orange;
    color: white;
}

.start-form {
    font-size: 16px;
    color: #808080;
}

.price-green {
    font-size: 30px;
    color: #43a047;
    font-weight: bold;
}

.person-gray {
    font-size: 14px;
    color: #d2d2d2;
}
.search-bar {
    position: relative;
    left: 12px;
    display: block;
}

.booking_card {
    background-color: white;
    border-width: 4px 0 0 0;
    border-style: solid;
    border-color: orange;
}

.booking_card_title {
    background-color: orange;
    border-radius: 0 0 8px 0;
    min-width: 240px;
    width: auto;
    font-size: 18px;
    display: inline-flex;
    padding: 4px;
    color: white;
}
.number {
    background: white;
    color: orange;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    padding: 1px;
}

.booking_card_content {
    padding: 12px 12px 12px 36px;
}
.payment_container {
    background-color: #f5f5f5;
    padding: 12px;
}
.payment_item {
    background-color: white;
    margin: 8px 0;
    padding: 12px;
}
.payment_item img {
    float: right;
}

.dark_grey {
    background-color: #e0e0e0;
    padding: 12px;
}

.dark_grey a {
    text-decoration: none;
    color: black;
}

.radio-button {
    margin-top: 2px;
    vertical-align: top;
}

.option_card {
    background-color: #f7f7f7;
    padding: 8px;
    margin: 8px 0;
}

.option_card input {
    padding-bottom: 12px;
}

.text-grey a {
    color: gray;
}

.algolia {
    height: 16px;
    width: auto;
    object-position: bottom;
    object-fit: cover;
    margin-left: 4px;
}

.sticky-banner {
    position: sticky;
    width: 100%;
    z-index: 0;
    top: 0;
}

.app {
    background: #fff;
    z-index: 10;
    position: relative;
    width: 100%;
    height: auto;
}

.carousel-inner img {
    width: 100%;
    height: 100vh;
    object-position: center;
    object-fit: cover;
}

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

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

.counter {
    position: absolute;
    bottom: 0;
}

.counter a {
    display: inline;
}

.card {
    border-radius: 0;
}

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

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

.detail-card {
    border-top-width: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.background-up {
    max-width: 100%;
    height: auto;
    background: url("/images/icons/background_up.png");
    text-align: center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 12px;
    margin-bottom: 8px;
}

.background-down {
    max-width: 100%;
    height: auto;
    background: url("/images/icons/background_down.png");
    text-align: center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 12px;
}

.background-about {
    max-width: 100%;
    color: white;
    height: auto;
    background: url("/images/icons/background_about.png");
    text-align: center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 12px 0px;
}

.background-down-white {
    background: url("/images/icons/background_white.png");
    max-width: 100%;
    height: auto;
    text-align: center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 12px;
}

.text-v-middle {
    /* vertical-align: middle; */
    display: block;
    line-height: 200%;
}

.detail-main {
    max-height: 25rem;
    object-position: center;
    object-fit: cover;
}

.detail-controller {
    display: inline-block;
    width: 100%;
    position: relative;
    white-space: nowrap;
}

.detail-slide {
    display: inline-block;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

.detail-thumb {
    height: 6rem;
    width: 12rem;
    object-position: center;
    object-fit: cover;
    opacity: 0.5;
}

.detail-nav {
    background: #28a745;
    color: white;
    position: relative;
}

.hr-thick {
    margin: 0;
}

.text-blue {
    color: lightseagreen;
}

.text-red {
    color: red;
    font-size: 50px;
}
.text-orange {
    color: orange;
}
.text-brown {
    color: #7d4926;
}

.text-green {
    color: #17ca16;
}

.text-gray {
    color: #304256;
}

.text-white {
    color: #fff;
}

.text-gray a {
    color: #304256;
}

.text-light-gray {
    color: #919191;
}

.text-gray-small {
    color: #304256;
    font-size: 12px;
}

#navprofileimg {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.about-container {
    position: relative;
    background-color: white;
    height: 25rem;
    width: 100%;
}

.about-image {
    height: 25rem;
    width: 50%;
    object-position: center;
    object-fit: cover;
    position: absolute;
    left: 0px;
}

.about-text {
    position: absolute;
    margin-right: 4rem;
    left: 47%;
    top: 18%;
}

.square-box {
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    border-color: #dfdfdf;
    background-color: #fff;
}

.square-box-notop {
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    border-color: #dfdfdf;
    background-color: #fff;
    border-top-width: 0;
}

.square-box ul li {
}

.content-nav .nav-tabs {
    border-radius: 0;
    border-width: 4px 0 0 0;
    border-color: #d9d9d9;
}
.content-nav .nav-item {
    border-radius: 0;
    border-width: 4px 0 0 0;
    border-color: orange;
    margin-right: 2px;
}

.content-nav .nav-item a.active {
    border-radius: 0;
    border-top-width: 4px;
    border-top-color: orange;
    border-left-width: 1px;
    color: orange;
    border-left-color: #d9d9d9;
    border-right-width: 1px;
    border-right-color: #d9d9d9;
}

.content-nav .nav-link {
    background: #d9d9d9;
    color: white;
    border-radius: 0;
    border-width: 4px 0 0 0;
    border-color: #d9d9d9;
}

.card {
    padding: 0;
}

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

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

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

.card-title,
.card-text {
    font-size: 14px;
}

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

.card-location {
    font-size: 12px;
    color: grey;
}

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

.fa {
    font-size: 14px;
    -webkit-align-content: center;
    align-content: center;
}

.card .fa {
    margin-right: 2px;
    margin-left: 4px;
}

.card li {
    display: inline;
}

.card .br-theme-fontawesome-stars .br-widget a {
    font: normal normal normal 14px/1 FontAwesome;
}

.wide-hero {
    position: relative;
    text-align: center;
    color: white;
}

.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
    color: gray;
    font-size: 20px;
    text-align: start;
}

.bottom-right {
    color: gray;
    position: absolute;
    bottom: 8px;
    right: 32px;
    font-size: 20px;
    text-align: end;
}

.bottom-center {
    color: orange;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    text-align: end;
}

.adventure {
    max-width: 100%;
    height: auto;
    background: url("/images/adventure.webp");
    background-size: cover;
}

.allactivity {
    background: #2b3c50 center center no-repeat;
}

#promoimage {
    width: 60rem;
    height: 30rem;
    object-position: center;
}

.headertitle {
    background-color: #ddd;
    color: black;
    text-align: center;
    padding: 0.7rem;
}
.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);
}

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

.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);
}

.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;
}

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

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

.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-block-bottom {
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    min-height: 140px;
}

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

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

.favorite-img {
}

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

.v-card {
    height: 100%;
    display: block;
    width: 100%;
    min-height: 800px;
}
.v-card-img {
    height: 480px;
    object-fit: cover;
    object-position: right;
}

.blue-box {
    background-color: #5f83d8;
    color: white;
    border-style: solid;
    border-color: white;
    border-width: 4px;
    min-height: 160px;
    padding: 24px;
    background-image: url("/images/culture.webp");
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    background-position: center center;
}

.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;
}

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

.index-card {
    background-color: white;
}
.index-card .card-nominal {
    color: white;
    font-weight: bold;
}
.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;
}

.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;
}

.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;
}

.br-theme-fontawesome-stars .br-widget {
    margin-top: 6px;
    font-size: 8px;
}

.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;
}

.price-container {
    background-color: #fff;
}

.price-title {
    background-color: orange;
    color: white;
    font-weight: bold;
    padding: 8px 12px;
    margin-right: 24px;
}

.price-card {
    padding: 24px;
    margin: 24px 0;
    min-height: 90px;
    border-radius: 12px;
    background-color: #f5f5f5;
    vertical-align: middle;
}

.price-card-title {
    font-size: 16px;
    font-weight: bold;
}

.price-card-currency {
    display: inline;
}
.price-card-currency .green {
    color: green;
    font-weight: bold;
    font-size: 16px;
}

.price-item {
    font-size: 14px;
    font-weight: bold;
}

.price-card-detail b {
    font-size: 14px;
}

.orange-outline,
.orange-outline:hover,
.orange-outline:active {
    color: orange;
    border-style: solid;
    border-color: orange;
    border-width: 1px;
    padding: 8px 12px;
    background-color: white;
    margin: 12px 4px;
    font-size: 14px;
    border-radius: 4px;
    text-decoration: none;
}

.orange-btn,
.orange-btn:hover,
.orange-btn:active {
    border-style: solid;
    color: white;
    border-color: orange;
    border-width: 1px;
    padding: 8px 12px;
    background-color: orange;
    margin: 12px 4px;
    font-size: 14px;
    border-radius: 4px;
    text-decoration: none;
}

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

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

.tiny {
    color: dimgray;
    font-size: 10px;
}

.yellow {
    color: #fdb716;
    margin: 0;
    padding: 0;
}
.cs-icon .tiny {
    color: orange;
    font-size: 8px;
}

.cs-icon .zmdi {
    font-size: 2rem;
    color: orange;
}

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

.zmdi-white-sm {
    width: 14px;
    height: 14px;
    margin-bottom: 4px;
}
.zmdi-white-xs {
    width: 12px;
    height: 12px;
    margin-bottom: 4px;
}
.zmdi-xs {
    width: 12px;
    height: 12px;
    margin-bottom: 2px;
}
.cs-icon .fa {
    font-size: 2rem;
    color: orange;
}

.cs-icon a {
    text-decoration: none;
    vertical-align: top;
    display: inline-block;
    text-align: center;
}

.feature {
    background: #293a4c;
    color: white;
    margin-bottom: 2rem;
}

.featureimage {
    height: 6rem;
    width: 6rem;
    object-position: center;
    object-fit: fill;
    vertical-align: top;
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.featuretext h6 {
    font-size: 14px;
}

footer {
    position: relative;
    background: white;
}

.footer {
    background: #293a4c;
    color: white;
    font-size: 0.9rem;
}

.footer .title {
    margin-bottom: 8px;
}

.footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: inherit;
}

.footer li {
    margin: 0;
    padding: 0;
    align-items: center;
}

.footer li a {
    text-decoration: none;
    color: #fdb716;
}

.footer .fa-caret-right {
    color: orange;
}

.footer a {
    color: white;
}

.pagination {
    justify-content: center;
}

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

.gray {
    background-color: #f5f5f5;
    padding: 6px;
    display: block;
}

.gray-dark {
    background-color: #d9d9d9;
    padding: 6px;
    margin-left: 1rem;
}

#profilephoto {
    object-position: center;
    object-fit: cover;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

#commentphoto {
    object-position: center;
    object-fit: cover;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

#reasonimage {
    height: 4rem;
    width: 4rem;
    object-position: center;
    object-fit: cover;
    vertical-align: top;
}

#reasontext {
    font-size: 0.8rem;
}

#activity-map {
    height: 24rem;
    width: 100%;
}

#dmap {
    height: 24rem;
    width: 100%;
}

.box {
    border: 1rem solid;
    border-color: #f5f5f5;
    margin: 0.5rem;
    padding: 1rem;
}

.box-detail {
    border-width: 1rem 0.5rem 1rem 1rem;
    border-style: solid;
    border-color: #f5f5f5;
    padding: 0.5rem;
}

.box-map {
    border-width: 1rem 1rem 1rem 0.5rem;
    border-style: solid;
    border-color: #f5f5f5;
    padding: 0.5rem;
}

#icon {
    height: 2rem;
    widows: 2rem;
    object-position: center;
    object-fit: cover;
    vertical-align: top;
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

#smallicon {
    height: 1rem;
    widows: 1rem;
    object-position: center;
    object-fit: cover;
    vertical-align: top;
    float: left;
    margin-top: 0.4rem;
    margin-right: 0.4rem;
}

.slick-slide {
    width: 100%;
    height: auto !important;
}

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

.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;
}

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

.faqs a {
    color: #000;
}

.morecontent span {
    display: none;
}
.morelink {
    color: orange;
    text-decoration: none;
}

.form-control-outline {
    display: block;
    background: transparent;
    border-width: 1px;
    border-color: white;
    border-style: solid;
    color: white;
    padding: 0 24px;
    border-radius: 4px 0 0 4px;
}
.form-control-outline:focus {
    outline: none !important;
    border: 1px solid #ffffff;
    box-shadow: 0 0 10px #ffffff;
}

.form-control-outline::placeholder {
    color: white;
    opacity: 1; /* Firefox */
}

.form-control-outline:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
}

.form-control-outline::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white;
}

.gallery {
    background-color: #e5f3fe;
    border-radius: 24px;
    padding: 24px;
}

.gallery-hero {
    height: 260px;
    width: 260px;
    object-fit: cover;
    border-radius: 24px;
    margin: 8px;
    padding-right: 16px;
}

.gallery-photo {
    height: 120px;
    width: 120px;
    object-fit: cover;
    border-radius: 8px;
    margin: 8px;
}

.btn-round {
    border-radius: 20px;
    padding: 4px 16px;
    font-weight: bold;
    color: black;
}

#map {
    height: 350px;
}

.video-thumbnail {
    height: 255px;
    width: 170px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    margin: 8px;
    border: 1px solid rgb(179, 179, 179);
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    pointer-events: none;
    opacity: 0.4;
}

.pagination .page-link {
    background-color: #ffa500;
    color: white;
    border-color: #ffa500;
}

.pagination .page-link:hover {
    background-color: #ff8c00;
    border-color: #ff8c00;
}

.pagination .active .page-link {
    background-color: #ff4500;
    border-color: #ff4500;
    color: white;
}

.arrow-left,
.arrow-right {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}

.arrow-left {
    left: 390px;
}

.arrow-right {
    right: 10px;
}

.arrow-icon {
    width: 20px;
    height: 20px;
    fill: white;
}

.btn-orange {
    background-color: #ff5e24;
    color: white;
}

.gallery-section {
    margin-bottom: 2rem;
}

.gallery-grid img {
    width: 100%;
    border-radius: 5px;
}

.gallery-first {
    height: 140px;
    width: 250px;
    object-fit: cover;
    border-radius: 24px;
    margin: 8px;
    padding-right: 16px;
}

@media (max-width: 768px) {
    .gallery-first {
        height: 120px;
        width: 200px;
    }
}

@media (max-width: 480px) {
    .gallery-first {
        height: 100px;
        width: 150px;
    }
}

.text-middle {
    font-size: 17px;
}

.arrow-left-visitor,
.arrow-right-visitor {
    width: 40px;
    height: 40px;
    margin-top: 19vh;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.arrow-left-visitor:hover,
.arrow-right-visitor:hover {
    opacity: 1;
}
