.wrapper
{
    margin: 0px;
    width: fit-content;
    padding-top: 1rem;
    color: rgb(17, 17, 17);
    font-family: halyard-display, sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    font-feature-settings: normal;
    line-height: 44px;
    letter-spacing: 0.6px;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, rgb(128, 0, 255) 0%, rgb(229, 0, 110) 100%) padding-box text;
}
.wrapper-default{
    font-family: halyard-display, sans-serif;
    font-size: 21px;
    font-weight: 500;
    font-style: normal;
    font-feature-settings: normal;
    line-height: 28px;
    letter-spacing: 0.8px;
}

.container {
    margin-bottom: 10px;

}





.some-grey {
    background: rgb(248, 246, 255);
    margin-bottom: 10px;
}

.scrolling-wrapper {
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px; /* between cards */
}
.w-filter {
    margin-top: 10px;
    filter: brightness(0) invert(1);

}


.line-bottom {
    border-bottom: 1px solid darkgray;
}

.scrolling-wrapper .card {
    flex: 0 0 auto;
    /*width: 150px; */
    position: relative;
}

.card-img-top {
    width: 100%;
    cursor: pointer;
}

.img_card {
    position: relative; /* text position */

}

.card_name_popular {
    color: rgb(0, 0, 0);
    font-family: halyard-display, sans-serif;
    font-size: 17px;
    font-weight: 700;
    font-style: normal;
    font-feature-settings: normal;
    line-height: 20px;
    letter-spacing: 0.6px;
    position: inherit;
    padding: 0.25rem 0.5rem 0px 0px;
    text-decoration: none;
}

.card_name, .card_cost {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    margin: 0;
    color: white;

    font-family: halyard-display, sans-serif;
    font-size: 21px;
    font-weight: 500;
    font-style: normal;
    font-feature-settings: normal;
    line-height: 28px;
    letter-spacing: 0.8px;
}


.card_name {
    bottom: 20px;
    background-color: rgba(0, 0, 0, 0.5);
}

.card_cost {
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
}


/* calendar */
.text_calendar {
    text-align: center;
    font-weight: 700;
    max-width: 94px;
    max-height: 96px;
    margin-right: 10px;
}

.text_calendar .alert-primary {
    color: #0a3622;
}

.text_calendar, .col.alert {
    cursor: pointer;
}



.text_calendar .day {
    font-size: 13px;
    text-transform: uppercase;
    color: rgb(102, 102, 102);
}
.text_calendar .number {
    color: rgb(68, 68, 68);
}

.text_calendar .cost {
    font-weight: 400;
    font-size: 12px;
    color: rgb(102, 102, 102);
}


.alert-primary {
    background-color: rgb(243, 233, 255) !important;
    border: 0.1rem solid rgb(128, 0, 255) !important;
    color: rgb(128, 0, 255) !important;
}


.alert-primary .number,.alert-primary .day,.alert-primary .cost {
    background-color: inherit;
    border-color: inherit;
    color: inherit;
}

.alert:hover {
    /*background-color: #efebeb;*/
    background-color: #f5f5f5;
    border: 0.1rem solid rgb(128, 128, 128) !important;

}

.calendar_more:hover {
    background-color: #efebeb;
    border: 0.1rem solid rgb(128, 128, 128) !important;
}


.col.alert.text_calendar:hover {
    color: #0a3622;
}

#open-calendar {
    max-width: 100px;
}

.selecthere {
    border-radius: 3.6rem;
    display: grid;
    -moz-box-align: center;
    align-items: center;
    width: max-content;
    padding: 0.6rem 1rem 0.6rem 0.8rem;
    grid-template-columns: 1.2rem auto;
    justify-content: left;
    column-gap: 0.4rem;
    background: rgb(255, 242, 204);
    font-family: halyard-text, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-feature-settings: normal;
    line-height: 16px;
    letter-spacing: 0px;
}

.btn-primary {
    background-color: rgb(128, 0, 255);
}
.btn-primary:hover {
    background-color: rgb(93, 34, 150);
}

.guide-img {
    width: 50%;
    margin: 0 auto;
    display: block;
}

@media (max-width: 768px) {
    .guide-img {
        width: 95%;
    }
}

.custom-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 24.6333rem;
    column-gap: 1.2rem;
    transform: translateX(0rem);
    transition: transform 0.2s ease-in-out;
    width: 86.3rem;
}


.gGkqUP {
    flex-shrink: 0;
    border-radius: 50%;
    background-color: rgb(68, 68, 68);
    margin-right: 1.2rem;
    margin-top: 20px;
    height: 2.2rem;
    width: 2.2rem;
    color: rgb(255, 255, 255);
    font-family: halyard-text, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-feature-settings: "SS04";
    letter-spacing: 0px;
    text-align: center;
    line-height: 2rem;



}



.tour-name-text {
    color: rgb(68, 68, 68);
    font-family: halyard-display, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-feature-settings: normal;
    line-height: 28px;
    letter-spacing: 0.8px;
}







@media (max-width: 768px) {
    .scrolling-wrapper .card {
        flex: 0 0 auto;
        width: 150px;
        position: relative;
    }

    .card_name, .card_cost {
        font-family: halyard-display, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-feature-settings: normal;
        letter-spacing: 0.6px;
        padding-bottom: 0.25rem;
        font-size: 15px;
        line-height: 20px;
    }
    .text_calendar {
        font-size: 10px;
        text-align: center;
        color: rgb(128, 0, 255);

    }
    .i_title {
        font-size: 12px;
    }

    .container-small-margin {
        width: 90%;
        margin: 10px auto;
    }

}

