:root {
    --color-primary: #55974f;
    --color-secondary: #fff;
    --color-tertiary: #000;
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #35b653;
    --bs-teal: #20c997;
    --bs-cyan: #17a2b8;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #4E66F8;
    --bs-secondary: #e83e8c;
    --bs-success: #35b653;
    --bs-info: #17a2b8;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #343a40;
    --bs-primary-rgb: 78, 102, 248;
    --bs-secondary-rgb: 232, 62, 140;
    --bs-success-rgb: 53, 182, 83;
    --bs-info-rgb: 23, 162, 184;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 52, 58, 64;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: "Poppins", sans-serif;
    --bs-font-monospace: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: Poppins, sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.6;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.4rem;
    --bs-border-radius-sm: 0.2rem;
    --bs-border-radius-lg: 0.6rem;
    --bs-border-radius-xl: 10rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #4E66F8;
    --bs-link-hover-color: #3e52c6;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
}
header.fixed-top {
    top: 15px;
    background: transparent;
}
header.fixed-top.hide-top-bar {
    display: none;
}
.under-bar__content {
    /*gap: 2rem;*/
}
.fixed-top .under-bar {
    background: transparent !important;
}

.under-bar__logo {
    margin-top: 33px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.85);
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.under-bar__logo img {
    max-width: 100%;
    height: auto;
}

.under-bar__nav {
    border-radius: 15px;
    background: rgba(85, 151, 79, 0.43);
    position: relative;
    justify-content: space-between;
}
.under-bar__nav:hover {
    /*border-bottom-left-radius: 0;*/
    /*border-bottom-right-radius: 0;*/
}
.under-bar__nav-item>a {
    line-height: 1;
    padding: 15px 15px 10px;
}
.under-bar__nav-item:has(.under-bar__nav-sub--mega) {
    /*position: static;*/
}
.under-bar__nav-sub--mega {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 1rem;
    box-shadow: none;
    left: 0;
}
.under-bar__nav-sub--mega-category {
    background: transparent;
    padding: 0;
    width: 648px;
}
.under-bar__nav-sub--mega-category-2 {
    width: 324px;
}
.under-bar__nav-sub--mega-category li {
    flex: auto;
    width: 162px;
    height: 110px;
    max-width: 162px;
    padding: 0.5rem 0 0.5rem 0.5rem !important;
}
.under-bar__nav-sub--mega-category li div {
    height: 100%;
}
.under-bar__nav-sub--mega-category li:last-child {
    padding-right: 0.5rem !important;
}
.home-page .hero {
    margin-top: 0 !important;
    padding-top: 15px;
}
.swiper {
  width: 100%;
  height: 600px;
}
.swiper .swiper-slide {
    padding: 0 15px;
    border-radius: 1rem;
}
.swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}
.swiper .swiper-button-prev, .swiper .swiper-button-next {
    display: none;
    color: #fff;

}
.swiper .swiper-button-prev {
    left: 30px;
}
.swiper .swiper-button-next {
    right: 30px;
}
.swiper:hover .swiper-button-prev, .swiper:hover .swiper-button-next {
    display: block;
}

.hero__search-box {
    bottom: -38px;
}
.hero__search-box__content .search-form {
    width: 50%;
    margin: 0 auto;
    padding: 8px 30px 5px;
    background: rgba(255, 255, 255, 0.95);
    border: 3px solid var(--color-primary);
    border-radius: 30px;
    display: flex;
    gap: 8px;
    align-items: center;
}
.hero__search-box__content .search-form button {
    background: var(--color-tertiary);
    color: var(--color-secondary);
    border: 0;
    border-radius: 100%;
    padding: 0;
    width: 40px !important;
    height: 40px;
}
.hero__search-box__content .search-form input, .hero__search-box__content .search-form select {
    border: 0;
    background: transparent;
    color: var(--gray);
    text-align: left;
    box-shadow: none;
    line-height: 1.2;
    font-size: 14px;
    width: 200px !important;
    padding: 0 3px;
}
.hero__search-box__content .search-form input {
    padding: 0 3px;
}
.hero__search-box__content .search-form input:focus {
    outline: none;
}
.hero__search-box__content .search-form label {
    color: var(--color-tertiary);
    font-size: 1.1rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 0;
}
#special-promotions {
    padding-top: 8rem;
}
#special-promotions .title-1 {
    margin-bottom: 3rem;
}
footer {
    padding-top: 257px;
    background-color: transparent;
    background-image: url('/images/bg-footer.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.footer-top {
    background: transparent;
    padding: 1.5rem;
    position: relative;
    z-index: 2;
}
.footer-top .row {
    z-index: 3;
}
.footer-top::before {
    z-index: 0;
    content: " ";
    padding: 1.5rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0, 0.26);*/
    background-color: rgb(0 0 0 / 0.26);
    border-radius: 1.5rem;
    overflow: hidden;
    inset: 0;
}
.subscribe-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.95);
    padding: 0 5px;
}
.subscribe-form input,.subscribe-form button {
    margin: 0;
    padding: 0;
    box-shadow: none;
    border: 0;
}
.subscribe-form input {
    width: 100%
}
.subscribe-form input:focus {
    outline: none;
    box-shadow: none;
}
.subscribe-form button {
    margin: 0;
    width: 35px !important;
    height: 35px !important;
    border: 1px solid transparent;
    border-radius: 100% !important;
    background: var(--color-primary);
    color: var(--color-secondary);
    text-align: center;
    padding: 5px !important;
    display: block;
}
.subscribe-form button i {
    font-size: 14px;
    margin: 0;
    font-weight: normal;
}
.subscribe-form button:hover {
    background: var(--color-tertiary);
    color: var(--color-secondary);
}
.social-links {
    margin-top: 1.5rem;
    display: flex;
    gap: 1rem;
}
.social-links a {
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
    color: var(--color-secondary);
    border-radius: 100%;
    padding: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-links a  i {
    margin: 0;
}
.social-links a.linkedin {
    border-color: #004182;
    background: #004182;
    color: #fff;
}
.social-links a.linkedin:hover {
    background: #0a66c2;
}
.social-links a.envelope {
    border-color: #ffb300;
    color: #ffb300;
    background: transparent;
}
.social-links a.envelope:hover {
    background: #fff;
}
.social-links a.youtube {
    border-color: #ff0000;
    background: #ff0000;
    color: #fff;
}
.social-links a.youtube:hover {
    color: #ff0000;
    background: #fff;
}
.social-links a.facebook {
    border-color: #3b5998;
    background: #3b5998;
    color: #fff;
}
.social-links a.facebook:hover {
    background: #fff;
    color: #3b5998;
}
.social-links a.instagram {
    border-color: #e1306c;
    background: #e1306c;
    color: #fff;
}
.social-links a.instagram:hover {
    background: #fff;
    color: #e1306c;
}
.external-links {
    margin-top: 2.5rem;
}
.external-links a {
    display: block;
    text-align: center;
}
.external-links a img {
    width: auto !important;
    height: 50px !important;
}
.under-footer {

    background: transparent;
    border-top: 0;
}
.under-footer .container {
    padding-top: 1rem;
    border-top: 1px solid #ccc;
}
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 6rem;
}
.footer-top a {
    color: var(--color-secondary);
}
.footer-top > div {
    flex: 0 0 1;
    width: 33.33%;
    z-index: 10;
}
.footer-menu {
    display: flex;
    justify-content: start;
    gap: 3rem;
}
.footer-menu-box-1 {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
}
@media (max-width: 1200px) {
    .footer-top {
        gap: 4rem;
    }
    .footer-menu-box-1 {
        gap: 2rem;
    }
}
.whatsapp {
    position: fixed;
    bottom: 130px;
    right: 20px;
    background: var(--color-primary);
    color: var(--color-secondary);
    border: 2px solid var(--color-primary);
    border-radius: 50%;
    font-size: 2rem;
    width: 65px;
    height: 65px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.whatsapp a {
    display: block;
    padding: 10px;
}
.whatsapp i {
    margin: 0;
    color: var(--color-secondary);
}
.whatsapp:hover {
    background: var(--color-secondary);
    color: var(--color-primary);
}
.whatsapp:hover i {
    color: var(--color-primary);
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: calc(1.725rem + 5.7vw);
    font-weight: 400;
    line-height: 1.3;
}
@media (min-width: 1200px) {
    .display-1 {
        font-size: 6rem;
    }
}

.display-2 {
    font-size: calc(1.675rem + 5.1vw);
    font-weight: 400;
    line-height: 1.3;
}
@media (min-width: 1200px) {
    .display-2 {
        font-size: 5.5rem;
    }
}

.display-3 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 400;
    line-height: 1.3;
}
@media (min-width: 1200px) {
    .display-3 {
        font-size: 4.5rem;
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 400;
    line-height: 1.3;
}
@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem;
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 400;
    line-height: 1.3;
}
@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem;
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 400;
    line-height: 1.3;
}
@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem;
    }
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.py-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.py-7 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}
.read-more-link {
    box-shadow: none;
    text-decoration: none !important;
    color: #4E66F8;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
    line-height: 1.6;
    transition: color 0.15s ease-in-out;
}
.read-more-link:hover, .read-more-link:focus-visible {
    text-decoration: underline !important;
}
.read-more-link:hover {
    color: var(--color-primary);
}
.text-xs {
    font-size: 0.7rem !important;
}

.text-sm {
    font-size: 0.875rem !important;
}

.text-base {
    font-size: 1rem !important;
}

.text-lg {
    font-size: 1.25rem !important;
}

.text-xl {
    font-size: 2rem !important;
}
.text-gray-100 {
    color: #f8f9fa !important;
}

.text-gray-200 {
    color: #e9ecef !important;
}

.text-gray-300 {
    color: #dee2e6 !important;
}

.text-gray-400 {
    color: #ced4da !important;
}

.text-gray-500 {
    color: #adb5bd !important;
}

.text-gray-600 {
    color: #6c757d !important;
}

.text-gray-700 {
    color: #495057 !important;
}

.text-gray-800 {
    color: #343a40 !important;
}

.text-gray-900 {
    color: #212529 !important;
}
/*
     Transparent overlays
    ------------------------
*/
.light-overlay,
.dark-overlay,
.gradient-overlay {
    position: relative;
    overflow: hidden;
}
.light-overlay .overlay-content,
.dark-overlay .overlay-content,
.gradient-overlay .overlay-content {
    position: relative;
    z-index: 20;
}
.light-overlay::after,
.dark-overlay::after,
.gradient-overlay::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    opacity: 0.3;
    background: #000;
}

.light-overlay::after {
    opacity: 0.3;
    background: #fff;
}

.gradient-overlay::after {
    opacity: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 78%, rgba(0, 0, 0, 0.65) 100%);
}
.text-uppercase {
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.text-serif {
    font-family: "Playfair Display", serif !important;
}

.text-shadow {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.text-shadow-primary {
    text-shadow: 2px 2px 2px rgba(78, 102, 248, 0.1);
}
.hero-page {
    display: flex;
    position: relative;
    align-items: center;
}
.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
img.bg-image {
    font-family: "object-fit: cover;";
    -o-object-fit: cover;
    object-fit: cover;
}

.bg-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media (min-width: 768px) {
    .hero-page {
        min-height: 600px;
    }
}
@media (max-width: 480px) {
    .footer-top {
        flex-wrap: wrap;
        gap: 0;
    }
    .footer-top > div {
        width: 100%;
    }
    header.fixed-top {
        top: 0;
    }
    .home-page .hero {
        margin-top: 0 !important;
        padding-top: 0;
    }
    .swiper {
        height: 400px;
    }
    .swiper .swiper-slide {
        padding: 0;
        border-radius: 0;
    }
    .swiper .swiper-slide img {
    border-radius: 0;
    }
    .under-bar__logo {
        margin-top: 0;
        width: 50px;
        height: 50px;
    }
    .under-bar__logo img {
        max-width: 100%;
        max-height: 100%;
    }
    .hero__search-box__content .search-form {
        width: 100%;
        padding: 8px 10px 5px;
    }
    .hero__search-box__content .search-form > div:nth-child(1),.hero__search-box__content .search-form > div:nth-child(2) {
        width: 43%;
    }
    .hero__search-box__content .search-form input, .hero__search-box__content .search-form select {
        width: 100% !important;
    }
    .hero .hero__search-box__content .search-form button {
        width: 40px !important;
        height: 40px !important;
    }
    .hero__search-box__content .search-form input {
        padding: 0 5px;
    }
    .hero__search-box__content .search-form label {
        font-size: 1rem;
    }
    .tour-detail__title {
        font-size: 18px;
    }
    .has-top-img {
        margin-top: 0;
    }
    footer {
        padding-top: 50px;
    }
}
