.plans--section {
    padding: 10px 0px;
    padding-bottom: 55px;
}

.plans--section.extra--padding {
    padding: 135px 0px;
    padding-bottom: 50px;
}

@media (min-width: 1px) and (max-width: 991px) {
    .plans--section {
        padding: 0px 0px;
        padding-bottom: 30px;
    }

    .plans--section.extra--padding {
        padding: 100px 0px;
        padding-bottom: 50px;
    }
}

/* title */

.plan--col.swiper-slide-active .meal-plan--wrapper {
    transform: scale(1.1) !important;
}

.section--title {
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.section--subtitle {
    letter-spacing: 0.4px;
    text-align: center;
    margin: auto;
    max-width: 850px;
    padding: 0px 25px;
    font-size: 13px;
    margin-top: 10px;
    display: block;
    font-weight: 500;
}

.section--title-hr {
    width: 140px;
    position: absolute;
    bottom: -10px;
    opacity: 1;
    border-width: 3px;
    border-radius: 35%;
    left: 0px;
    right: 0px;
    margin: auto;
}

@media (max-width: 575px) {
    .section--title-hr {
        width: 110px;
    }
}

.section--title-hr.with-subtitle {
    bottom: -15px;
}
/* plan */

.plan--wrapper {
    background-color: #ffffff;
    margin-bottom: 50px;
    border: 1px solid #f0f0f0;
    margin: auto;
    border-radius: 0px 10px 10px 0px;
}

.plan--image {
    width: 100%;
    height: 125px;
    object-fit: cover;
}

.plan--inner-wrapper {
    padding: 15px 10px;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.plan--inner-wrapper .blob {
    position: absolute;
    bottom: -20px;
    right: -20px;
    border-radius: 71%;
    width: 85px;
    height: 75px;
    background-color: var(--color-theme-secondary);
}

/* blob coloring */

.plan--col:nth-of-type(2) .plan--inner-wrapper .blob {
    background-color: var(--bs-secondary-bg);
}

.plan--col:nth-of-type(3) .plan--inner-wrapper .blob {
    background-color: var(--color-theme);
}

.plan--title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}

.plan--subtitle {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.2px;
}

/* price - currency */

.plan--price {
    border-bottom: 1px solid var(--color-theme);
}

.plan--currency {
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-left: 7px !important;
    text-transform: uppercase;
}

/* action group */

.plan--action-group {
    width: 100%;
    max-width: 210px;
}

.plan--action-group .btn {
    border: 1px solid #505050;
    color: #fff;
    background-color: var(--color-text-reverse);
    font-size: 12px;
    padding: 7px 15px;
    border-radius: 5px;
    font-weight: 500;
}

.plan--action-group .btn:hover,
.plan--action-group .btn:focus {
    color: #fff;
    border-color: var(--color-theme-secondary);
    background-color: var(--color-theme-secondary);
    transform: scale(1.1);
}

/* meal plan */

.meal-plan--wrapper {
    background-color: #ffffff;
    padding: 0px 0px 15px;
    max-width: 280px;
    min-width: 280px;
    margin: auto;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.plan--col.child-1 .meal-plan--wrapper {
    background: #d7ffea;
    /* background: radial-gradient(
        circle,
        rgba(239, 239, 239, 1) 0%,
        #7dcfa5 50%,
        rgba(239, 239, 239, 1) 130%
    ); */
}

.plan--col.child-2 .meal-plan--wrapper {
    background: #f8f8f8;
    /* background: radial-gradient(
        circle,
        rgba(247, 247, 247, 1) 4%,
        rgba(222, 222, 222, 1) 48%,
        rgba(247, 247, 247, 1) 87%
    ); */
}

.plan--col.child-3 .meal-plan--wrapper {
    background: #ffecd4;
    /* background: radial-gradient(
        circle,
        rgba(239, 239, 239, 1) 1%,
        rgb(255 217 169) 48%,
        rgba(239, 239, 239, 1) 92%
    ); */
}

.plan--col.child-4 .meal-plan--wrapper {
    background: #d7ffea;
    /* background: radial-gradient(
        circle,
        rgba(239, 239, 239, 1) 0%,
        #7dcfa5 50%,
        rgba(239, 239, 239, 1) 130%
    ); */
}

.plan--col.child-5 .meal-plan--wrapper {
    background: #f8f8f8;
    /* background: radial-gradient(
        circle,
        rgba(247, 247, 247, 1) 4%,
        rgba(222, 222, 222, 1) 48%,
        rgba(247, 247, 247, 1) 87%
    ); */
}

.plan--col.child-6 .meal-plan--wrapper {
    background: #ffecd4;
    /* background: radial-gradient(
        circle,
        rgba(239, 239, 239, 1) 1%,
        rgb(255 217 169) 48%,
        rgba(239, 239, 239, 1) 92%
    ); */
}

.plan--col.child-7 .meal-plan--wrapper {
    background: #d7ffea;
    /* background: radial-gradient(
        circle,
        rgba(239, 239, 239, 1) 0%,
        #7dcfa5 50%,
        rgba(239, 239, 239, 1) 130%
    ); */
}

.plan--col.child-8 .meal-plan--wrapper {
    background: #f8f8f8;
    /* background: radial-gradient(
        circle,
        rgba(247, 247, 247, 1) 4%,
        rgba(222, 222, 222, 1) 48%,
        rgba(247, 247, 247, 1) 87%
    ); */
}

.plan--col.child-9 .meal-plan--wrapper {
    background: #ffecd4;
    /* background: radial-gradient(
        circle,
        rgba(239, 239, 239, 1) 1%,
        rgb(255 217 169) 48%,
        rgba(239, 239, 239, 1) 92%
    ); */
}

/* price */
.plan--col.child-1 .meal-plan--price span:nth-of-type(2) {
    color: var(--color-theme-secondary);
}

.plan--col.child-2 .meal-plan--price span:nth-of-type(2) {
    color: black;
}

.plan--col.child-3 .meal-plan--price span:nth-of-type(2) {
    color: #ff8c00;
}

.plan--col.child-4 .meal-plan--price span:nth-of-type(2) {
    color: var(--color-theme-secondary);
}

.plan--col.child-5 .meal-plan--price span:nth-of-type(2) {
    color: black;
}

.plan--col.child-6 .meal-plan--price span:nth-of-type(2) {
    color: #ff8c00;
}

.plan--col.child-7 .meal-plan--price span:nth-of-type(2) {
    color: var(--color-theme-secondary);
}

.plan--col.child-8 .meal-plan--price span:nth-of-type(2) {
    color: black;
}

.plan--col.child-9 .meal-plan--price span:nth-of-type(2) {
    color: #ff8c00;
}

/* buttons */

.plan--col.child-2 .plan--action-group .btn:hover,
.plan--col.child-2 .plan--action-group .btn:focus {
    background-color: #9b9b9b;
    border-color: #9b9b9b;
    color: white;
}

.plan--col.child-3 .plan--action-group .btn:hover,
.plan--col.child-3 .plan--action-group .btn:focus {
    background-color: #ff8c00;
    border-color: #ff8c00;
}

.plan--col.child-4 .plan--action-group .btn:hover,
.plan--col.child-4 .plan--action-group .btn:focus {
    background-color: var(--color-theme-secondary);
    border-color: var(--color-theme-secondary);
}

.plan--col.child-5 .plan--action-group .btn:hover,
.plan--col.child-5 .plan--action-group .btn:focus {
    background-color: #9b9b9b;
    border-color: #9b9b9b;
    color: white;
}

.plan--col.child-6 .plan--action-group .btn:hover,
.plan--col.child-6 .plan--action-group .btn:focus {
    background-color: #ff8c00;
    border-color: #ff8c00;
}

.plan--col.child-7 .plan--action-group .btn:hover,
.plan--col.child-7 .plan--action-group .btn:focus {
    background-color: var(--color-theme-secondary);
    border-color: var(--color-theme-secondary);
}

.plan--col.child-8 .plan--action-group .btn:hover,
.plan--col.child-8 .plan--action-group .btn:focus {
    background-color: #9b9b9b;
    border-color: #9b9b9b;
    color: white;
}

.plan--col.child-9 .plan--action-group .btn:hover,
.plan--col.child-9 .plan--action-group .btn:focus {
    background-color: #ff8c00;
    border-color: #ff8c00;
}

@media (min-width: 1px) and (max-width: 767px) {
    .meal-plan--wrapper {
        margin-bottom: 45px;
    }
}

.meal-plan--image {
    height: 250px;
    width: 100%;
    margin-bottom: 20px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

.meal-plan--title {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
}

.meal-plan--price {
    letter-spacing: 0.2px;
}

.meal-plan--price span:first-of-type {
    font-size: 12px;
    font-weight: 600;
}

.meal-plan--price span:nth-of-type(2) {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--color-theme-secondary);
}

.meal-plan--desc {
    letter-spacing: 0.4px;
    height: 36px;
}

.sample-meals--slider {
    padding: 60px 0px;
    padding-bottom: 30px;
    /* background: #ffecd4; */
    background: #f5f5f5;
    background: radial-gradient(
        circle,
        rgb(215 255 234) 4%,
        rgb(215 255 234) 53%,
        rgb(255 236 212) 87%
    );
}

@media (min-width: 1px) and (max-width: 991px) {
    .sample-meals--slider {
        padding: 45px 0px;
        padding-bottom: 0px;
    }
}
