.bottom-platinum-sec {
        background: #f5f5f5;
        padding: 45px 0;
    }

    .bottom-platinum-sec .platinum-prices {
        text-align: center;
    }

    .bottom-platinum-sec .platinum-prices .bottom-text {
        font-size: 21px;
        font-weight: bold;
        padding: 20px 0 0;
        font-style: italic;
        color:#665647 !important;
    }


    .platinum-prices-sec-btns a {
    background: #fff;
    line-height: 60px;
    max-width: 315px;
    color: #333333;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    }

    .platinum-prices-sec-btns a:first-child {
        background: #EAE6DB;
        line-height: 60px;
        color: #5d4d3d;
        text-decoration: none;
        position: relative;
        z-index: 2;
    }

    .platinum-prices-sec-btns a:last-child {
        position: relative;
        padding-left: 20px;
    }

    .platinum-prices-sec-btns a:hover {
        transform: scale(0.9);
    }

    .platinum-prices-cont {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-evenly;
        align-items: flex-start;
        gap: 20px;
        margin-top: 50px;
    }

    @media only screen and (min-width:769px) {
        .platinum-prices-cont .platinum-prices-item {
            flex: 1;
        }
    }

    .platinum-prices-cont .platinum-prices-item {
        padding: 30px 10px;
        border-radius: 30px;
    }



    .platinum-prices-cont .platinum-prices-item p {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .platinum-prices-cont .platinum-prices-item p span {
        font-size: 50px;
        font-weight: bold;
        /* font-style: italic; */
        color: rgb(102 86 71);
        line-height: 70px;

    }

    .platinum-prices-cont .platinum-prices-item .plat-price-btn {
        background: #665647;
        max-width: 275px;
        display: block;
        margin: 20px auto;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
        border-radius: 30px;
        line-height: 48px;
    }

    .platinum-prices-cont .platinum-prices-item .plat-price-btn:hover {
        background: #B46D4D;
    }

    .platinum-prices-cont .platinum-prices-item ul {
        list-style: none;
        text-align: left;
        padding: 10px;
    }

    .platinum-prices-cont .platinum-prices-item ul li {
        padding-top: 15px;
        position: relative;
        padding-left: 45px;
        font-size: 1.5rem;
        line-height: 35px;
    }

    .platinum-prices-cont .platinum-prices-item ul li:before {
        content: url(/img/verified-icon.png);
        position: absolute;
        left: 5px;
    }

    .platinum-prices-cont .platinum-prices-item a {
        color: #665647;
        font-weight: bold;
        text-decoration: none;
        display: block;
        margin-top: 50px;
        font-size: 17px;
    }

    .platinum-prices-cont .platinum-prices-item i {
        font-size: 40px;
        position: relative;
        top: 7px;
        color:#B46D4D;
    }

    .platinum-prices-cont .plat-price-best-value {
        position: relative;
        background: #fff;
    }

    .platinum-prices-cont .plat-price-best-value .plat-price-btn {
        background: #665647;
    }

    .platinum-prices-cont .plat-price-best-value .plat-price-btn:hover {
        background: #B46D4D;
    }

    .plat-price-best-value:before {
        content: attr(data-ribbon);
        max-width: 220px;
        position: absolute;
        font-size: 16px;
        font-weight: 700;
        top: 0rem;
        right: 0rem;
        transform: translate(29.29%, -100%) rotate(45deg);
        color: #fff;
        text-align: center;
        border: 1px solid transparent;
        border-bottom: 0;
        transform-origin: bottom left;
        padding: 5px 35px 17px;
        background: linear-gradient(rgba(0, 0, 0, .5) 0 0) bottom/100% 12px no-repeat #B46D4D;
        background-clip: padding-box;
        clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - 12px) calc(100% - 12px), 12px calc(100% - 12px), 0 100%);
        -webkit-mask: linear-gradient(-135deg, transparent calc(50% - 8.484px), #fff 0) bottom right, linear-gradient(135deg, transparent calc(50% - 8.484px), #fff 0) bottom left;
        mask: linear-gradient(-135deg, transparent calc(50% - 8.484px), #fff 0) bottom right, linear-gradient(135deg, transparent calc(50% - 8.484px), #fff 0) bottom left;
        -webkit-mask-size: 100vmax 100vmax;
        mask-size: 100vmax 100vmax;
        -webkit-mask-composite: destination-in, xor;
        mask-composite: intersect;
    }

    @media screen and (max-width: 991px) and (min-width:769px) {
        .bottom-platinum-sec {
            .platinum-prices-cont {
                display: block !important;
                padding-left: 25rem;
                padding-right: 25rem;
            }
        }
    }
    @media screen and (max-width:768px) and (min-width:576px) {
        .bottom-platinum-sec {
            .platinum-prices-cont {
                display: block !important;
                padding-left: 10rem;
                padding-right: 10rem;
            }
        }
    }

    @media screen and (max-width:570px) {
        .platinum-prices-sec-btns a {
            width: 27rem !important;
            right: 0 !important;
            margin-top: 1rem;
            border-top-left-radius: 30px;
            border-bottom-left-radius: 30px;
        }

    }

    @media screen and (max-width:991px) {

        .platinum-prices-item ul {
            display: none;
        }
    }

    @media screen and (max-width:575px) {
        .platinum-prices-cont .platinum-prices-item {
            padding: 30px 20px !important;
        }

        .platinum-prices-cont {
            width: 35rem;
            margin: auto;
            padding-top: 1rem;
        }
    }

    /* @media screen and (min-width:1200px) {
        .tour-details {
            height: 60rem;
        }
    } */



    /* Dropdown MOBILE */
    details article {
        opacity: 0;
    }

    details[open] article {
        animation: fadeIn .75s linear forwards;
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    summary {
        list-style: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 15px;
        font-weight: bold;
    }

    summary::after {
        content: '';
        width: 0;
        height: 0;
        border-top: 10px solid #15171B;
        border-inline: 7px solid transparent;
        transition: 0.2s;
        top: 12px;
        left: 10px;
    }

    details[open]>summary {
        border-bottom: 2px solid #FFF9F1;
    }

    details[open]>summary::after {
        transform: rotate(-180deg);
    }

    summary::-webkit-details-marker {
        display: block;
    }

    summary {
        border-radius: 5px;
        font-size: 11px;
    }

    details[open] summary {
        border-radius: 5px 5px 0 0;
    }

    details {
        border-radius: 5px;
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    }

    details article ul {
        display: block !important;
    }

    @media screen and (min-width:992px) {
        details {
            display: none;
        }
    }