.nav_responsive_menu{
    display: none;
    z-index: 1000;
}
.nav_link:hover{
    color: var(--second);
}
html{
    scroll-behavior: smooth;
}



@media screen and (max-width: 1023px){
    .nav_responsive_menu {
        display: block;
        position: fixed;
        bottom: 1.5rem;
        background-color: #f8f8f8;
        box-shadow: 0 8px 24px hsl(228deg 66% 45% / 15%);
        width: 90%;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 0px 10px 0px 10px;
        border-radius: 1.25rem;
        transition: .4s;
    }
    .nav_list{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 10px;

    }

    .nav_link{
        color: black;
        display: flex;
        border-radius: 50%;
        margin-top: 0.2rem;
        justify-content: center;
    }
    .nav_item
    {
        text-align: center;
    }
    .nav_text{
        justify-content: center;
        display: inline;
        font-size: 12px;
        font-weight: bold;
    }
    .nav_link i{
        font-size: 30px;
    }
    .icon-calendar-inv{
        display: revert!important;
    }
    .progress, .progress .bs-wizard-dot{
        display: none!important;
    }
    .bs-wizard.clearfix{
        display: none;
    }
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0!important;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.adventure_feat
{
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
}

.adventure_feat div span
{
    font-size: 64px;
}
a.grid_item.latest_adventure {
    cursor: pointer;
}
.iti
{
    display: block!important;
}
.box_list figure a img
{
    height: 100%!important;
}
.carlist-btn
{
    background-color: var(--second);
    color: white;
}
.box_list figure a img
{
    -webkit-transform: translate(-50%,-50%) scale(0.8)
}
.box_list figure a img:hover {
    -webkit-transform:translate(-50%,-50%) scale(1)!important;
}
.icon-star
{
    color: var(--second)!important;
}
.second-color
{
    color: var(--second)!important;
}
.input-date
{
    appearance: none!important;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    background-color: white!important;
}
.hero_single.version_3 .wrapper {
    background-color: #000;
    background-color: rgba(0,0,0,0.45);
}
.hero_single.version_3 {
    height: 690px;
}

.hero_single .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.hero_single .wrapper {
    background-color: #000;
    background-color: rgba(0,0,0,0.8);
}

@media only screen and (max-width: 768px) {
    .float-whatsapp {
        display: none !important;
    }
}

.float-whatsapp{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 50px;
    right: 27px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}

.statusMe {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.reservation_header {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.reservation_header h2 {
    margin: 0;
    font-size: 24px;
}

.reservation_header p {
    margin: 5px 0;
    font-size: 16px;
    color: #888;
}

.reservation_content h3 {
    margin-top: 0;
    font-size: 20px;
}

.reservation_content p {
    font-size: 16px;
    line-height: 1.6;
}
