.container-filter {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.my-gap-5:5px;

.m-form-control {
    border: 1px solid #bdbaba;
    border-radius: 2px;
    padding: 7px 8px;
    box-sizing: border-box;
    transition: border 300ms;
    display: block;
    width: 100%;
}

.btn {
    outline: none;
    border: none;
    padding: 7px 12px;
    cursor: pointer;
    border-radius: 3px;
    text-align: center;
    background-color: none;
    font-family: "Lato";
    font-weight: 600;
}

.m-btn {
    outline: none;
    border: none;
    padding: 7px 12px;
    cursor: pointer;
    border-radius: 3px;
    text-align: center;
    background-color: none;
    font-family: inherit;
    font-weight: 700;
}




/* usefull design */
.my-d-none {
    display: none;
}

.btn.filter-btn {
    color: white;
    font-family: serif;
    font-weight: 500;
}

.my-title {
    font-size: 25px;
    color: #2f3438ea;
    font-weight: 700;
}

.my-title-sub {
    font-size: 22px;
    color: #2f3438ea;
    font-weight: 700;
    line-height: 18px;
}

.my-p-relative {
    position: relative;
}

.my-w-100 {
    width: 100%;
}

.my-gap-20 {
    gap: 20px;
}

.my-gap-5 {
    gap: 5px;
}

.my-my-50 {
    margin: 18px 0px 50px 0;
}

.my-mt-25 {
    margin-top: 25px;
}

.my-flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.my-d-flex {
    display: flex;
    align-items: center;
}

.my-flex-column {
    display: flex;
    flex-direction: column;
}

.event-page .btn {
    font-size: 18px;
}

.event-page input:focus {
    border: 1px solid rgb(94, 87, 87);
    outline: none !important;
}

.event-page-top-right {
    width: fit-content;
    text-wrap: nowrap;
}

.my-bg-green {
    background-color: #0C342A;
}

.my-text-white {
    color: white;
}

/* grid-icons */
.grid-icons .btn {
    border: 1px solid #f2f2f2;
    color: white;
    margin-right: 5px;
    padding: 8px 14px;
    color: #0C342A;
}

.grid-icons .btn.acitve {
    background-color: #ebebeb;
}

.grid-icons .btn:hover {
    background-color: #0c342ace;
    color: white;
}

.grid-icons:last-child {
    margin-right: 0;
}

.search-btn,
.mobile-left .search-btn {
    display: flex;
    align-items: center;
    justify-contain: center;
    padding: 12px
}

.search-tour .search-btn i {
    padding-left: 5px;
}

/*_______  event-page-body-right  ________*/
.event-page-body,
.event-page-top {
    display: grid;
    grid-template-columns: 1fr 2.8fr;
    gap: 40px;
    width: 100%;
}

.event-page-top-right {
    justify-content: flex-end;
    width: 100%;
}

.event-page-body-left {
    max-width: 300px;
}

/* price */
.event-page-body-left .price .group {
    max-width: 150px;
    margin-top: 18px;
    position: relative;
}



.event-page-body-left .price label {
    position: absolute;
    left: 12px;
    top: -15px;
    background-color: white;
    padding: 0 8px;
    font-size: 15px;
    color: #0c342afa;
    font-weight: 600;
}

.event-page-body-left .price input {
    width: 100%;
    padding: 5px 12px !important;
    font-weight: 400;
    color: #2f2f2f;
}


.event-page-body-left .date input {
    font-size: 14px;
    max-width: 100%;
}

.event-page-body-left .address .group {
    max-width: unset;
}

.event-page-body-left .transport label {
    background-color: transparent;
    text-wrap: nowrap;
    padding-left: 5px;
    font-size: 15px;
    font-weight: 500;
    color: #0c342ac9;
}

.filter-btn:hover {
    background-color: #142924;
    color: white;
}

/* my card */
.my-card {
    padding: 25px;
    padding-left: 20px;
    background-color: white;
    border: 1px solid #f1f1f1;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, .06); */
    box-shadow: 0 1px 2px rgba(3, 54, 63, .4),
        0 -1px 2px rgba(3, 54, 63, .04);
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.my-card .avg-rating {
    padding: 0px 4px;
    border-radius: 3px;
    background-color: #eb4d25;
    color: white;
    font-size: 14px !important;
}

.my-card:hover {
    outline: 1px solid #fc59313f;
}

.my-card a {
    text-decoration: none;
}

.my-card .image-wraper {
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #f1f1f1;
    padding: 3px;
    border-radius: 4px;
    position: relative;
}

.ribbon_person {
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
    background-color: #FC5A31;
    color: white;
    padding: 0px 3px;
    border-radius: 4px;
    font-size: 14px;
}

.my-card img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/10;
    transition: .4s linear;
}

.my-card .left:hover img {
    transform: scale(1.06);
}



.my-card .left img {
    border-radius: 4px;
}

.my-card .old-price {
    text-decoration: line-through;
    color: #c0c0c0;
    margin-top: -14px;
    font-size: 18px;
}

.my-card .left {
    position: relative;
    border-right: 2px dotted rgb(229, 225, 233);
    padding-right: 12px;

    width: 100%;
    max-width: 420px;
}

.my-card .right {
    margin-left: 20px;
    width: 100%;
}

#event_form {
    border-radius: 6px;
    border: 1px solid #f3f3f3;
    padding: 12px;
}

/* tags */
.my-card .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
}

.my-card .tag {
    padding: 4px 10px;
    border-radius: 8px;
    background-color: #f2f2f2;
    text-decoration: none;
    color: rgb(3, 109, 3);
    font-size: 13px;
    cursor: pointer;
}

.my-card .tag.new {
    background-color: rgb(220, 190, 248);
    color: #0C342A;
}

.my-card h2 {
    line-height: 25px !important;
}

.my-card .my-title-sub:hover {
    text-decoration: underline;
}



/* rating */
.my-card .rating i {
    color: #FC5A31;
    margin-left: -4.5px;
    display: inline;
    font-size: 14px;
}

.my-card .rating .star:hover i {
    color: #eb4d25;
}

.my-card .rating i:first-child {
    margin-left: 0;
}

.my-card .avg-rating {
    font-size: 19px;
    font-weight: 19px;
    font-weight: 500;
}

.my-card .total-review {
    font-size: 14px;
    color: #978787;
}


.description {
    max-width: 500px;
}

.description ul {
    list-style: none;
    padding: 0px;
    font-size: 15px;
    margin-top: -5px;
}

.description p {
    font-size: 15px;
    color: var(--secondary);
    font-weight: 500;
}

.description li {
    font-size: 15px;
    color: var(--secondary);
    font-weight: 500;
    padding: 1px 0
}

.base {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px 8px;
    background-color: #FC5A31;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: .5px;
    font-weight: 500;
}

.my-card .duration {
    padding: 3px 8px;
    border-radius: 4px;
    display: inline-block;
    background-color: #f1f1f1;
}

.my-card .description span.left-s {
    width: 140px;
    display: inline-block;
}

/* hide icons */
.my-card .hide-icons {
    position: absolute;
    right: 0px;
    top: 28px;
    display: flex;
    gap: 5px;
    transition: .3s linear;
    opacity: 0;
    background-color: var(--gray);
    padding: 12px 15px;
    transform: translate(100%, -50%);
    z-index: 4;
    border: 1px solid #ddd
}

.my-card .base {
    font-size: 13px;
}

.my-card .hide-icons div {
    width: 40px;
    height: 35px;
    background-color: #0C342A;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: .14s ease-in-out;
}

.my-card .hide-icons div:hover {
    background-color: #080000;
    color: white;
    cursor: pointer;
}

.my-card:hover .hide-icons {
    transform: translate(0%, -50%);
    z-index: 2;
    opacity: 1;
}


/* discount base */
.my-card .discount-base {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #FC5A31;
    color: white;
    font-size: 14px;
    padding: 3px 8px;
    transition: .5s linear;
    transform: translateX(-100px);
    font-weight: 500;
}

.my-card:hover .discount-base {
    transform: translateX(0px);
}

.mobile-sidebar-show-wraper {
    display: none !important;
}


/* my-grid-3 */
.my-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}





/* _______________  wise list css  _______________ */
.total_event {
    color: var(--text-gray)
}

.love-list-services .my-title.my-border-bottom {
    display: inline-block;
    border-bottom: 2px solid #0d231e;
    text-transform: uppercase;
    word-spacing: 4px;
}

.love-list-services .my-card {
    gap: 12px;
    padding: 12px;
    padding-top: 28px !important;
}

.love-list-services .my-card .left {
    margin-top: 10px;
    position: relative;
    border-right: none;
    padding-right: 0px;
    min-width: calc(100% - 60%);
}


.love-list-services .my-card .left .image-wraper {
    height: 180px;
}

.love-list-services .my-card .right {
    margin-left: 0px;
}

.love-list-services .my-card .left {
    width: 100%;
}

.love-list-services .my-card .my-title {
    font-size: 24px !important;
    margin-top: 10px !important;
}

.love-list-services .my-card .tag {
    font-size: 12px;
}

.love-list-services .my-card .my-title-sub {
    font-size: 17px;
}

.love-list-services .my-card h2 {
    line-height: 20px !important;
    font-size: 18px !important;
}

.love-list-services .my-card .rating {
    margin-top: -4px;
}

.love-list-services .see-more-btn {
    border: none;
    background-color: #0F4638;
    padding: 8px 13px;
    color: wheat;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.love-list-services .see-more-btn:hover {
    background-color: #0C342A;
}


/*______________  Responsive Code Here ______________ */
@media (max-width:991px) {
    .event-page-body img {
        object-fit: cover;
        object-position: center;
    }

    .event-page-body {
        max-width: 700px;
        margin: 0 auto;
    }

    .event-page-body label {
        font-size: 14px !important;
    }

    .event-page-body,
    .event-page-top {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        width: 100%;
    }

    .mobile-sidebar-show-wraper {
        display: flex !important;
    }

    .mobile-sidebar-show {
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: center;
        background-color: #0d231e;
        max-width: 100px;
        border: 1px solid transparent;
        color: white
    }

    .mobile-sidebar-show:hover {
        background-color: #0C342A;
        color: white
    }


    /* my card  */
    .event-page-body .my-card {
        gap: 20px;
        padding: 20px;
        padding-top: 34px !important;
    }

    .my-card .left {
        margin-top: 10px;
        position: relative;
        border-right: none;
        padding-right: 0px;
        width: 60%;
    }

    .my-card .left .image-wraper {
        height: 180px;
    }

    .event-page .my-card .right {
        margin-left: 0px;
    }



    /* event-page-body */
    .event-page-body .mobile-left {
        position: fixed;
        left: -100%;
        top: 0;
        height: 100dvh;
        overflow: auto;
        width: 100%;
        background-color: #080000a0;
        z-index: 5;
        transition: .2s linear;
    }

    .event-page-body .event-page-body-left {
        height: 100dvh;
        overflow: auto;
        max-width: 380px;
        width: 90%;
        z-index: 4;
        background-color: white;
        box-shadow: 2px 4px 5px rgba(86, 85, 84, 0.345);
        padding: 30px 20px 50px 20px;
    }

    .event-page-body .mobile-left.active {
        left: 0;
    }

    .event-page-top .search-tour {
        display: none;
    }



    /* event-page-top-right */
    .event-page-top-right {
        display: none;
    }

    .my-d-none.search-tour {
        display: flex;
        margin-bottom: 25px;
    }


    .event-page .grid-icons {
        display: none;
    }

    .event-page-top-right {
        justify-content: flex-start;
        width: 100%;
    }

    .price.date {
        margin-top: 0 !important;
    }

    .price.date .group {
        max-width: 48%;
    }

    .transport.package {
        margin-top: 10px !important;
    }


    /* filter-btn */
    #filter-btn.active-btn {
        position: absolute;
        width: calc(100% - 80px);
        max-width: 350px;
        margin: 0 auto;
        bottom: 20px;
        left: 20px;
        z-index: 4;
    }


    /* close-modal */
    .close-modal.filter-btn.btn {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: calc(100% - 360px);
        top: 25px;
        width: 40px;
        height: 40px;
        border-radius: 4px;
        background-color: rgb(198, 138, 26) !important;
        color: white;
        border: none;
        outline: none;
        z-index: 5;
    }

    .close-modal.filter-btn.btn:hover {
        background-color: #0d231e !important;
    }

    .love-list-services {
        max-width: 650px;
        margin: 0 auto;
    }

    .love-list-services .my-grid-2 {
        grid-template-columns: repeat(1, 1fr);
    }
}


@media (max-width:768px) {

    /* my card  */
    .event-page-body .my-card {
        flex-direction: column;
        padding-top: 24px !important;
    }

    .my-card .left {
        margin-top: 10px;
        position: relative;
        border-right: none;
        padding-right: 0px;
        width: 100%;
    }

    .my-card .left .image-wraper {
        height: 250px;
    }


}

@media (max-width:576px) {

    .love-list-services .my-card .image-wraper,
    .my-card .left .image-wraper {
        height: 230px !important;
    }

    .love-list-services .my-grid-2 .my-card {
        flex-direction: column;
    }
}

#categories {
    height: 100px;
    overflow-y: auto;
    scrollbar-width: thin;
    /* For Firefox */
    scrollbar-color: #888 #f1f1f1;
    /* For Firefox */
}

/* For WebKit browsers (Chrome, Safari, Edge) */
#categories::-webkit-scrollbar {
    width: 8px;
    /* Scrollbar width */
}

#categories::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Track color */
}

#categories::-webkit-scrollbar-thumb {
    background-color: #888;
    /* Thumb color */
    border-radius: 10px;
    /* Rounded corners */
    border: 2px solid #f1f1f1;
    /* Optional border for contrast */
}

#categories::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* Thumb color on hover */
}

#loading {
    display: flex;
    justify-content: center;
    align-items: center;
}

.color-star {
    width: 15px;
    height: 15px;
    fill: #eb4d25;
}

.gray-star {
    width: 15px;
    height: 15px;
    fill: #dcdcdc;
}

.a-all-tours {
    border-bottom: 1px solid gray;
}

/* Details in card */
.tbl_detail {
    width: 100%;
    font-size: 14px;
}

.tbl_detail td {
    border-bottom: 1px solid rgb(233, 233, 233);
    padding: 4px !important;
}

.tbl_detail tr td:first-child {
    white-space: nowrap;
}