.main-section{
    margin-top: 10px;
}
.name-description {
    margin-left: 20px;
}
.text-purple {
    color: purple;
    text-decoration: underline;
    text-decoration-color: purple;
}
.text-success {
    color: green;
    text-decoration: underline;
    text-decoration-color: green;
}
.navigation ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.navigation li {
    display: inline;
    margin-right: 10px;
    margin-inline: 30px;
}

.navigation a {
    text-decoration: none;
    color: #777272;
    font-weight: bold;
}
.huge-hr {
    height: 10px;
    background-color: #ccc;
    border: none;
    margin: 20px;
}
.discrete-line {
    border-top: 3px dashed #ccc;
    margin: 20px;
}

.custom-box{
    border-radius: 12px;
    border: 1px solid rgba(239, 239, 239, 1);
    opacity: 1;
}
a.cat-lst-itm.active:after {
    border-radius: 8px 8px 0px 0px;
    opacity: 1;
    background-color: rgba(88, 38, 74, 1);
    content: '';
    height: 5px;
    display: block;
    overflow: hidden;
    width: 100%;
    position: absolute;
    right: 0;
    margin-top: 5px;
    bottom: 0;
}
.cat-lst-itm {
    display: block;
    position: relative;
    padding-top: 6px;
    opacity: 1;
    color: #d1d5db;
    font-family: "SFProDisplay-Bold";
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0px;
    text-align: left;
}
.cat-lst-itm.active {
    color: rgba(61, 65, 82, 1);
}
.rate-text-custom-box {
    opacity: 1;
    color: rgba(121, 64, 101, 1);
    font-family: "SFProDisplay-Regular";
    font-size: 14px;
    font-weight: 400;
    font-style: Regular;
    letter-spacing: 0px;
    text-align: center;
    text-decoration: underline;
}
.rate-text-num-custom-box {
    opacity: 1;
    color: rgba(121, 64, 101, 1);
    font-family: "SFProDisplay-Bold";
    font-size: 13px;
    font-weight: 700;
    font-style: Bold;
    letter-spacing: 0px;
    text-align: center;
}

.distance-text-num-custom-box {
    opacity: 1;
    font-family: "SFProDisplay-Bold";
    font-size: 13px;
    font-weight: 700;
    font-style: Bold;
    letter-spacing: 0px;
    text-align: center;
}

.distance-text-custom-box {
    opacity: 1;
    font-family: "SFProDisplay-Regular";
    font-size: 14px;
    font-weight: 400;
    font-style: Regular;
    letter-spacing: 0px;
    text-align: center;
    text-decoration: underline;
}

.open-text-custom-box {
    opacity: 1;
    color: rgba(105, 176, 71, 1);
    font-family: "SFProDisplay-Regular";
    font-size: 14px;
    font-weight: 400;
    font-style: Regular;
    letter-spacing: 0px;
    text-align: left;
    text-decoration: underline;
}
.open-text-num-custom-box {
    opacity: 1;
    color: rgba(59, 58, 58, 1);
    font-family: "SFProDisplay-Semibold";
    font-size: 13px;
    font-weight: 600;
    font-style: Semibold;
    letter-spacing: 0px;
    text-align: center;
}

.categoty-text{
    opacity: 1;
    color: rgba(153, 153, 153, 1);
    font-family: "Roboto-Medium";
    font-size: 16px;
    font-weight: 500;
    font-style: Medium;
    letter-spacing: 0px;
    line-height: 20px;
}
#image-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}
#image-slider .slick-dots {
    bottom: 10px;
}
#image-slider .slick-dots li button:before {
    font-size: 16px;
}
.promotion-card {
    /* min-height: 60px;
    min-width: 300px;
    max-width: 350px; */
    cursor: pointer;
    border-radius: 12px;
    box-shadow: 0px 1px 4px rgba(201, 201, 201, 0.5);
}
.promotion-card.purple {
    border: 1px solid rgba(232, 200, 227, 1);
    background: linear-gradient(208deg, rgba(242, 222, 239, 1) 0%, rgba(255, 247, 254, 1) 100%),url('/img/wave.svg');
    background-blend-mode: overlay;
    background-size: cover;
}
.promotion-card.yellow {
    border: 1px solid rgba(255, 231, 205, 1);
    background-image: linear-gradient(208deg, rgba(255, 237, 218, 1) 0%, rgba(255, 247, 238, 1) 100%);
}