/*
=======================================
======== prepare the page =============
=======================================
 */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    padding-left: unset !important;
    padding-right: unset !important;
}
.row{
    margin: unset !important;
}
.section-heading{
    margin-bottom: 30px !important;
}
.home-banner-section{
    padding-bottom: 30px;
}
.package-inner-list .package-wrap .package-content{
    padding-top:10px
}
.package-wrap .package-content{
    padding: 0 20px 0;
}
html.ios {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
html.ios,
html.ios body {
    height: initial !important;
}
/*
=======================================
======== start filtration  =============
=======================================
 */
.filter_card{
    background-color: #fff;
    border-radius: 7px;
    border: 1px solid #e5e4f0;
    margin-bottom: 20px;
    position: sticky;
    top: 5.3rem;
    margin-bottom: 20px;
}
.filter_card .filter_header{
    padding: 1.3rem;
    font-size: 1.1rem;
    color:#e5e4f0 ;
    border-bottom: 1px solid #e5e4f0;
}
.filter_card .filter_header i{
    display: inline-block;
    margin-left: 5px;
}
.filter_card .filter_item{
    padding: 1.2rem;
}
.filter_card .filter_item .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-inline-start: 1.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-checkbox {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
}
.filter_item .font-weight-semibold2{
    font-size: 1.15rem;
    font-weight: 900;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.container-checkbox .checkmark {
    position: absolute;
    top: 2px;
    right: 0;
    left: unset;
    height: 22px;
    width: 22px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 8px;
    top: 3px;
    width: 7px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Style the checkmark/indicator */
.container-checkbox-nights .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Create a custom checkbox */
.container-checkbox-nights .checkmark {
    position: absolute;
    top: 2px;
    right: 0;
    border-radius: 15px;
    left: unset;
    height: 22px;
    width: 22px;
    background-color: #eee;
}

/* Style the checkmark/indicator */
.container-checkbox-duration .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Create a custom checkbox */
.container-checkbox-duration .checkmark {
    position: absolute;
    top: 2px;
    right: 0;
    border-radius: 15px;
    left: unset;
    height: 22px;
    width: 22px;
    background-color: #eee;
}


/*
=======================================
======== start trip side  =============
=======================================
 */
.trips .order_btns{
    border: 1px solid #e5e4f0;
    background-color: #fff;
    border-radius: 7px;
}
.trips .order_btns .selectgroup-input{
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    inset-inline-start: 0;
}
.trips .order_btns .selectgroup-item:not(:last-child) .selectgroup-button {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}
.trips .order_btns .selectgroup-button.active{
    background: #f5f4fb;
}
.trips .order_btns .selectgroup-button {
    display: block;
    border: 1px solid #e5e4f0;
    text-align: center;
    padding: 0.375rem 1rem;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    color: #504e70;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0.9375rem;
    line-height: 1.5rem;
    min-width: 2.375rem;
}
.trips .order_btns .selectgroup{
    display: inline-flex;
}
.trips .order_btns .selectgroup-item:not(:first-child) .selectgroup-button {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}
.trips .order_btns .selectgroup-item+.selectgroup-item {
    margin-inline-start: -1px;
}
.trips .order_btns .number_of_showen_trips{
    font-size: 1rem;
    font-weight: 600;
    color: #818181;
}
.trips .trips_cards{
    margin: 20px 0;
}
.swiper-slide img{
    min-height : 310px !important;
}
@media (max-width: 575px) {
    .item2-gl-nav label{
        display: block;
        float: none;
        text-align: center;
        width: 100%;
    }
    .item2-gl-nav{
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: center;
    }
    .item2-gl-nav .selectgroup{
        flex-wrap: wrap;
        margin: 10px 0;
    }
    .trips .order_btns .selectgroup{
        width: 100%;
    }

    .trips .order_btns ul{
        margin-left: auto !important;
        margin-right: 1px !important;
    }
}
.no_data_found_gif{
    margin-top: -120px !important;
}
@media (max-width: 400px){
    .no_data_found_gif{
        margin-top: -50px !important;
    }
}
.package-wrap .package-price{
    left: auto !important;
    right: unset !important;
}
/*.trip_cont{*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    display: -webkit-box;*/
/*    -webkit-line-clamp: 3; !* number of lines to show *!*/
/*    line-clamp: 3;*/
/*    -webkit-box-orient: vertical;*/
/*    min-height: 88px;*/
/*    padding-bottom: 10px;*/
/*}*/
.trip_cont{
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 3;
     line-clamp: 3;
     -webkit-box-orient: vertical;
     max-height: 80px;
     min-height: 54px;
     padding-bottom: 10px;
}
.package-content h3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sub_info{
    font-size: 1em;color: rgba(0,0,0,.4);
}
.sub_info p i{
    display: inline-block;
    margin-left: 5px;
}

.feature-image img{
    height: calc(100% - 45px) !important;
    object-fit: cover;
    border-top-right-radius: 10px;
}
.package-inner-list .package-wrap .package-meta{
    border-bottom-right-radius: 10px;
}
.package-wrap{
    border-radius: 10px;
}


.cruises .card {
    border: none;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    border-radius: 20px;
    min-height: 260px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}
.package-inner-list .package-wrap{
    margin-bottom: 20px;
}
.label-light {
    background-color: #fc8e14;
    padding: 0.3em 0.6em 0.3em;
    border-radius: 5px;
    color: #fff;
}

.filter_card{
/*    max-height: calc(100vh - 5.7rem);
    overflow-y: auto;*/
}
::-webkit-scrollbar {
    width: 3px !important; /* Set the width of the scrollbar */
}


.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    color:#fc8e14;
}
.package-inner-list .package-wrap .feature-image{
    width: 45% !important;
}
.package-inner-list .package-wrap .package-content{
    width: 55% !important;
}
.swiper{
    min-height: calc(100% - 45px);
}

@media (max-width: 991px) {
    .package-inner-list .package-wrap .feature-image{
        width: 100% !important;
    }
    .package-inner-list .package-wrap .package-content {
        width: 100% !important;
    }
}


/*
=======================================
======== start animated content Loader  =============
=======================================
 */

.cards {
    background: #fff;
    height: auto;
    width: auto;
    overflow: hidden;
    box-shadow: 5px 8px 15px -10px rgba(0,0,0,0.25);
}
.card_image {
    width: 100%;
    height: 100%;
}
.card_image.loading {
    width: 100%;
    height: 100%;
}
.card_title {
    padding: 8px;
    font-size: 22px;
    font-weight: 700;
}
.card_title.loading {
    width: 85%;
    height: 2rem;
    margin: 1rem;
    border-radius: 3px;
    position: relative;
}
.card_tiny_title {
    padding: 8px;
    font-size: 22px;
    font-weight: 700;
}
.card_tiny_title.loading {
    width: 40%;
    height: 1.3rem;
    margin: 1rem;
    border-radius: 3px;
    position: relative;
}
.card_second_tiny_title {
    padding: 8px;
    font-size: 22px;
    font-weight: 700;
}
.card_second_tiny_title.loading {
    width: 63%;
    height: 1.3rem;
    margin: 1rem;
    border-radius: 3px;
    position: relative;
}
.card_button {
    padding: 8px;
    font-size: 22px;
    font-weight: 700;
}
.card_button.loading {
    width: 95%;
    height: 2.5rem;
    margin: 1rem;
    border-radius: 3px;
    position: relative;
}
.card_description {
    padding: 8px;
    font-size: 16px;
}
.card_description.loading {
    height: 7rem;
    margin: 0 1rem;
    border-radius: 3px;
}
.loading {
    position: relative;
    background: #cccccc;
}
.loading:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100px);
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    animation: loading 0.8s infinite;
}
@keyframes loading {
    100% {
        transform: translateX(100%);
    }
}


.add_trip_to_favorite.active , .add_trip_to_favorite.active i{
    color: #003c6a !important;
}
.add_trip_to_favorite.active i:before{
    font-weight: 900 !important;
}


.package-content p{
    margin: 6px 0;
}
