.view-selection li {
    display: inline-block;
}

.view-selection li a {
    padding: 0.8em;
    border: 1px solid;
    border-radius: 5px;
}

.view-selection li .selected {
    background-color: blueviolet;
    color: #fff;
}

.theme_two_box_img {
    height: 220px;
    background-position: center;
    background-size: cover;
}

.cruise_item_img {
    background-position: center;
    background-size: cover;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.accordion-button {
    padding: 0.5em 0.8em;
    line-height: 0;
    font-size: 14px;
}

.room_booking_heading h3 {
    margin-bottom: 1em;
}

.big-img {
    height: 450px;
    background-size: cover;
    background-position: center;
}

.small-img {
    height: 130px;
    background-size: cover;
    background-position: center;
    width: 145px;
}

.change-room {
    padding: 0.5em;
    text-align: center;
    background-color: var(--main-color); 
    border-radius: 25px;
   
    width: 100%;
    display: block;
    color: #fff;
    border: 1px solid var(--main-color);
}

.change-room:hover {
    background-color: #fff !important;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.vc-container {
    width: 100% !important;
}

.vc-pane {
    padding: 20px 35px !important;
}

.vc-title {
    text-transform: capitalize !important;
}

.vc-day {
    min-height: 52px !important;
}

.vc-day.is-not-in-month * {
    opacity: 0.1 !important;
}

.vc-arrows-container {
    padding: 28px 10px !important;
}

.super_sub_content p {
    font-size: 14px !important;
}

.vc-day:has(> .is-disabled) {
    pointer-events: none;
}

.package-image {
    background-position: center;
    background-size: cover;
}

.table>:not(caption)>*>* {
    background-color: #fff;
}

.table-light {
    color: #115170;
}

.nav-tabs {
    border: none;
}

.nav-tabs .nav-link {
    background-color: #EAEAEB;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    border-radius: 35px;
    border: none;
    color: #223645;
    line-height: 1.1;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px;
    margin: 0 5px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #8b3eea;
    border-color: #dee2e6 #dee2e6 #fff;
}

.total {
    background-color: #8b3eea;
    padding: 2em;
    border-radius: 5px;
    color: #fff;
}

.exc-row {
    box-shadow: 0px 0px 10px 0px rgba(60, 64, 143, 0.2);
    border-radius: 5px;
}

.btn_active {
    background-color: #0093ff;
}
.topbar-area {
    border-bottom: none !important;
}

.btn_navber {
   
    border-radius: 50px;
}
.form-control {
    height: 55px;
    border: 1px solid #dddddd75;
    padding: 10px 22px;
    font-size: 16px;
    border-radius: 10px;
}
#home_one_banner {
   
    height: 100vh;
}
.theme_search_form_area {
   
    border-radius: 5px;
   
}
.flight_Search_boxed {
    background: transparent;
    padding: 20px 10px 20px 20px;
    border-radius: 0;
    border-right: 1px solid #ddd;
}
.flight_Search_boxed input {
    font-size: 17px;
   color: #333;
}
#theme_search_form {
    margin-top: 35px;
}

.dropdown_passenger_area button {
  
    font-size: 17px;

}
.imagination_boxed {

    height: 450px;
}
.img-dest {
    height: 100%;
    background-size: cover;
    background-position: center;
}
.imagination_boxed .img-dest {
    background-image: url(assets/img/tab-img/puglia.png);
    height: 100%;
    background-size: cover;
    background-position: center;
}
.imagination_boxed h3 {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 999;
    height: 25%;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 25px;
}
.imagination_boxed h3 span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}
.imagination_boxed a::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(0deg, #000000c9, transparent);
    z-index: -1;
}
.round-count {
    position: absolute;
    right: 25px;
    width: 50px;
    height: 35px;
    background-color: #1c6eb8;
    color: #fff;
    font-size: 15px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.destinations_content_box .img-dest {
    background-image: url(assets/img/tab-img/puglia.png);
    height: 100%;
    background-size: cover;
    background-position: center;
}

.destinations_content_box .img-dest::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(0deg, #00000094, transparent, transparent, transparent);
    z-index: 1;
}
.destinations_content_box h3 {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 999;
    height: 25%;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 25px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.theme_two_box_img p {
    color: var(--white-color);
    position: absolute;
    top: 10px;
    left: 13px;
    font-size: 14px;
    font-weight: 600;
}
.theme_two_box_img {
    height: 450px;
    background-position: center;
    background-size: cover;
}
.theme_two_box_content {
    background: transparent;
    padding: 20px 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
}
.theme_two_box_content h4 a {
    color: #fff;
}
.theme_two_box_img::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(0deg, #00000094, transparent, transparent, transparent);
    z-index: 1;
}
.price-box {
    position: absolute;
    right: 25px;
    top: 0;
    width: 120px;
    background: #fff;
    text-align: right;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.price-box h5 {
    color: #1c6eb8;
    font-weight: 600;
}
.price-box p {
    position: relative;
    left: inherit;
    top: inherit;
    color: #1c6eb8;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 300;
}

.about_two_item_icon .icon {
    width: 60px;
    height: 60px;
    display: flex;
    background-color: #e1f1ef;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    color: #7dbbb8;
    font-size: 30px;
}
.about_two_item_text h3 {
    font-size: 18px;
}
#footer_area {
    background-color: #373737;
}
.footer_heading_area h5 {
    color: #fff;
    border-bottom: 1px solid #fff;
   
}

.footer_inquery_area h5, .footer_inquery_area a, .footer_link_area ul li a  {
    color: #fff;
}

#cta_area {
    background: #373737;

}

.cta_content h4, .cta_content h2 {
    color: #fff;
}
.map-cont {
    position: relative;

    border: 1px solid transparent;
}
.map-cont::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    filter: blur(6px);
    z-index: 0;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
}

.cruise_item_inner_content .btn_md {
    padding: 7px 45px;
    font-size: 15px;
    border-radius: 25px;
}

.cruise-item-right-content {
    background-color: #f6f6f6;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: center;
    padding-right: 0;
}
.fees {
    background-color: #fff;
    /* width: 90%; */
    border-radius: 5px;
    font-size: 12px;
    padding: 10px 0;
}
.fees i {
    font-size: 17px;
    color: #1c6eb8;
}


@media only screen and (max-width: 767px) {
    .big-img {
        height: 350px;
    }
    .slider-nav {
        display: none;
    }
    .room_booking_right_side .row {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .room_booking_area {
        text-align: center;
    }
    .room_booking_right_side .room_person_select {
        margin-top: 1em;
    }
    .room_booking_area .name_search_form {
        margin-bottom: 1em;
    }
    .cruise_search_item .cruise_item_img {
        height: 200px;
    }
}