.home-banner-items .overlay {
    background-color: rgba(21, 21, 21, 0.73);
}

.header-primary {
    position: unset;
    border-bottom: 1px solid #dcdfe4;
}

.activity-bg-image {
    margin-bottom: unset;
}

.top-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #F56960;
}

.header-social a, .header-contact-info ul li a {
    color: #fff
}

.main-navigation ul > li > a {
    color: #1a2b49
}

.breadcrumb-item + .breadcrumb-item::before {
    float: right;
    transform: rotate(180deg);
    padding-right: var(--bs-breadcrumb-item-padding-x);
    padding-left: unset;
}


.demo-btn {
    display: inline-block;
    margin: 0 2.5px 4vh 2.5px;
    text-decoration: none;
    color: grey;
    padding: 15px;
    line-height: 1;
    min-width: 140px;
    background: rgba(0, 0, 0, 0.07);
    border-radius: 6px;
}

.demo-btn:hover {
    background: rgba(0, 0, 0, 0.12);
}

@media (max-width: 640px) {

    .demo-btn {
        min-width: 0;
        font-size: 14px;
    }

}

/*
==========================================
2. Responsive Photo Gallery
==========================================
*/
.m-p-g {
    max-width: 100%;
    margin: 0 auto;
}

.m-p-g__thumbs-img {
    margin: 0;
    float: left;
    vertical-align: bottom;
    cursor: pointer;
    z-index: 1;
    position: relative;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    -webkit-tap-highlight-color: transparent;
    will-change: opacity, transform;
    -webkit-transition: all .5s cubic-bezier(.23, 1, .32, 1);
    transition: all .5s cubic-bezier(.23, 1, .32, 1);
    object-fit: cover;
}

.m-p-g__thumbs-img.active {
    z-index: 50;
}

.m-p-g__thumbs-img.layout-completed {
    opacity: 1;
}

.m-p-g__thumbs-img.hide {
    opacity: 0;
}

.m-p-g__thumbs-img:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
}

.m-p-g__fullscreen {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: 0 0;
    visibility: hidden;
    -webkit-transition: background .25s ease-out, visibility 10ms .5s linear;
    transition: background .25s ease-out, visibility 10ms .5s linear;
    will-change: background, visibility;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.m-p-g__fullscreen.active {
    -webkit-transition: background .25s ease-out, visibility .01s 0s linear;
    transition: background .25s ease-out, visibility .01s 0s linear;
    visibility: visible;
    background: rgba(0, 0, 0, .95);
}

.m-p-g__fullscreen-img {
    pointer-events: none;
    position: absolute;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    top: 50%;
    left: 50%;
    max-height: 100vh;
    max-width: 100%;
    visibility: hidden;
    will-change: visibility;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}

.m-p-g__fullscreen-img.active {
    visibility: visible;
    opacity: 1 !important;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.23, 1, .32, 1), opacity .5s ease-out;
    transition: transform .5s cubic-bezier(.23, 1, .32, 1), opacity .5s ease-out;
}

.m-p-g__fullscreen-img.almost-active {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

.m-p-g__controls {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    height: 20vh;
    background: -webkit-linear-gradient(bottom, transparent 0, rgba(0, 0, 0, .55) 100%);
    background: linear-gradient(to top, transparent 0, rgba(0, 0, 0, .55) 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s cubic-bezier(.23, 1, .32, 1);
    transition: all .5s cubic-bezier(.23, 1, .32, 1);
}

.m-p-g__controls-arrow, .m-p-g__controls-close {
    position: absolute;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.m-p-g__controls.active {
    opacity: 1;
    visibility: visible;
}

.m-p-g__controls-arrow, .m-p-g__controls-close {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: 0 0;
}

.m-p-g__controls-arrow:focus, .m-p-g__controls-close:focus {
    outline: 0;
}

.m-p-g__controls-arrow {
    z-index: 1;
    top: 0;
    width: 20%;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
}

.m-p-g__controls-arrow:hover {
    opacity: 1;
}

.m-p-g__controls-arrow--prev {
    left: 0;
    padding-left: 3vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.m-p-g__controls-arrow--next {
    right: 0;
    padding-right: 3vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.m-p-g__controls-close {
    top: 3vh;
    left: 3vw;
    z-index: 5;
}

.m-p-g__btn {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .07);
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.m-p-g__btn:hover {
    background: rgba(255, 255, 255, .15);
}

.m-p-g__alertBox {
    position: fixed;
    z-index: 999;
    max-width: 700px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 25px;
    border-radius: 3px;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .23), 0 10px 40px rgba(0, 0, 0, .19);
    color: grey;
}

.m-p-g__alertBox h2 {
    color: red;
}

/*end*/

.m-p-g__fullscreen.active {
    z-index: 9999;
}

.m-p-g__controls.active {
    z-index: 9999999;
}

.tour_header_gallery {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    display: -ms-grid;
    display: grid;
    gap: 10px 8px;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    -ms-grid-columns: minmax(0, 3.3fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-template-columns: minmax(0, 3.3fr) minmax(0, 1fr) minmax(0, 1fr);
    height: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.tour_header_gallery > figure:nth-of-type(3), .tour_header_gallery > figure:nth-of-type(5) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
}

.css-k7n781 {
    height: 100%;
    max-height: 192px;
    cursor: pointer;
    margin: 0;
    object-fit: cover;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-background-position: center;
    background-position: center;
    position: relative;
}

.css-1z1096a {
    height: 100%;
    max-height: 394px !important;
    min-width: 100%;
    cursor: pointer;
    margin: 0;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-background-position: center;
    background-position: center;
    position: relative;
    -ms-grid-row: 1/-1;
    grid-row: 1/-1;
}

.tour_summery {
    line-height: 1.375rem;
    color: #1a2b49;
    font-weight: 400;
}

.details_icon {
    width: 25px;
}

.details_big_icon {
    width: 50px;
    display: inline-block;
    margin-left: 10px;
}

.all_tour_details {
    margin-top: 30px;

}

.all_tour_details h3 {
    padding-top: 20px;
    line-height: 52px;
    box-shadow: 0 -1px 0 0 #D7D4D2;
}

.all_tour_details p {
    padding-bottom: 10px;
}

.package-wrap .package-price {
    left: 20px
}

@media (max-width: 1167px) {
    .package-wrap .package-price {
        left: 0px !important;
    }
}

@media (max-width: 768px) {
    .css-1z1096a{
        max-height: 192px !important;
    }
    .css-k7n781{
        width: 100%;
    }
    .tour_header_gallery {
        grid-template-columns: minmax(0, 2fr) minmax(0, 2fr) minmax(0, 0fr) !important;
        grid-template-rows: 1fr !important;
    }

    .tour_header_gallery img:nth-child(2) {
        border-top-right-radius: 8px;
    }

    .tour_header_gallery img:nth-child(5) {
        border-bottom-left-radius: 8px;
    }
}

.section-heading h2 {
    font-size: 3rem !important;
    font-weight: 700 !important;
}

.tour_main_image {
    width: 100%;
    margin: auto;
    border-radius: 7px;
}


/* source: https://embed.plnkr.co/plunk/B5waxZ */

.quantity {
    display: inline-block;
}

.quantity .input-text.qty {
    width: 35px;
    height: 41px;
    padding: 0 5px;
    text-align: center;
    background-color: #fff;
    margin: 0px 8px;
    border-radius: 5px !important;
    border: 1px solid #efefef;
}

.quantity.buttons_added {
    text-align: left;
    display: flex;
    position: relative;
    white-space: nowrap;
    vertical-align: top;
}

.quantity.buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
    padding: 5px 0px 8px;
    height: 41px;
    background-color: #0791BE;
    border: 1px solid #efefef;
    cursor: pointer;
    border-radius: 5px !important;
}

.quantity.buttons_added .minus {
    border-right: 0;
}

.quantity.buttons_added .plus {
    border-left: 0;
}

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
    background: #F56960;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}

.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
    outline: none;
}


.video_images {
    background-size: cover;
    aspect-ratio: 16/9;


}

.video_images .image_overlay {
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.02);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(1.4px);
    -webkit-backdrop-filter: blur(1.4px);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.video_images button {
    display: block;
    width: 80px;
    height: 80px;
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
    color: white;
    border: none;
    border-radius: 50%;
    background: #F56960;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(245, 105, 96, 0.5);
    -webkit-animation: pulse 1.5s infinite;
}

.video_images:hover {
    -webkit-animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
    }
    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}


.modal-dialog {
    pointer-events: auto !important;
}

.tab-content ul li {
    list-style: unset !important;
}



/*edit navbar logo and menu color*/
.white-logo{
    display: none !important;
}
.black-logo{
    display: block !important;
}
.slicknav_menutxt{
    color: #212121 !important;
}
.slicknav_btn .slicknav_icon span,.slicknav_btn .slicknav_icon span:first-child:before, .slicknav_btn .slicknav_icon span:first-child:after{
    background-color: #212121 !important;
}


.last_image_container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.css-k7n781 p{
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
    font-weight: 700;
    opacity: 1;
}
@media (max-width: 600px){
    .css-k7n781 p{
        font-size: 1.5rem !important;
    }
}
.last_image{
    opacity: .3 !important;
}


.package-wrap .package-content .btn-wrap a{
    padding: 12px 0 !important;
    text-align: center;
    width: 100% !important;
}
.package-content h3{
    font-size: 1.35rem !important;
    min-height: 47px !important;
    max-height: 47px !important;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.package-content p{
    min-height:90px !important;
    max-height:90px !important;
    margin: 0 0 10px !important;
}

.package-inner-list .package-wrap .package-content{
    padding-top: 15px !important;
}

.package-wrap .package-content{
    padding: 0 18px 0 !important;
}
