﻿.ld-pricing-family {
    text-align: center;
    background: #fef3eb;
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-radius: 1rem;
}

.ld-pricing-family-title {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.ld-pricing-family .ld-section-title-1 {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: normal;
    color: rgb(var(--smash-yellow-1-rgb));
}

.ld-pricing-family .ld-section-title-2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: bold;
    color: rgb(var(--smash-red-3-rgb));
}

    .ld-pricing-family-wrapper {
        max-width: 1200px;
        width: 100%;
        display: inline-flex;
        flex-wrap: wrap;
    }

.ld-pricing-family-element {
    display: inline-block;
    max-width: 280px;
    width: 100%;
    margin-right: 20px;
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 1rem;
    background: white;
    background-size: 330px auto;
    background-position: center -170px;
    background-repeat: no-repeat;
    padding: 2rem;
    padding-top: 1.5rem;
    position: relative;
    overflow: hidden;
    box-shadow: -1px 0px 15px -2px rgba(var(--smash-orange-6-rgb), 0.5);
    -webkit-box-shadow: -1px 0px 15px -2px rgba(var(--smash-orange-6-rgb)), 0.5);
    -moz-box-shadow: -1px 0px 15px -2px rgba(var(--smash-orange-6-rgb)), 0.5);
}

#SpecialPricing-list .splide__slide {
    text-align: center;
}

.ld-pricing-family-element[data-type="1"] {
    background-image: url('/image/families/pricing_1.png');
}

    .ld-pricing-family-element[data-type="2"] {
        background-image: url('/image/families/pricing_2.png');
    }

    .ld-pricing-family-element[data-type="3"] {
        background-image: url('/image/families/pricing_3.png');
    }

.ld-pricing-family-element-title {
    margin-bottom: 5rem;
}

.ld-pricing-family-element-title > span {
    display: block;
    font-size: 1.5rem;
    text-align: center;
    color: white;
}

    .ld-pricing-family-element-title > span:nth-child(1) {
        font-weight: bold;
        font-size: 2rem;
    }

.ld-bcolor-1 {
    border: 1px solid rgb(var(--smash-blue-1-rgb));
}

.ld-notecolor-1 {
    color: rgb(var(--smash-blue-1-rgb));
}

.ld-bcolor-2 {
    border: 1px solid rgb(var(--smash-yellow-1-rgb));
}

.ld-notecolor-2 {
    color: rgb(var(--smash-yellow-1-rgb));
}

.ld-pricing-family-element-price-content {
    text-align: center;
    border-radius: 1rem;
    padding: 1rem;
    margin-bottom: 1rem;
    height: 140px;
    width: 100%;
    position: relative;
}

.ld-pricing-family-element-price-content:last-child {
    text-align: center;
}

.ld-pricing-family-element-price {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
}

.ld-pricing-family-element-month {
    font-size: 0.8rem;
    position: relative;
    top: -5px;
}

.ld-pricing-family-element-due {
    font-size: 0.8rem;
    color: #808080;
    display: block;
    text-align: center;
}

.ld-pricing-family-element-note {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.ld-pricing-family-element-availability {
    font-size: 0.7rem;
    display: block;
    text-align: center;
}

.ld-pricing-family-element-order {
    border-radius: 2rem;
    padding: 0.5rem 3rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: none;
    color: white;
    background: rgb(var(--smash-red-2-rgb));
    background: linear-gradient(270deg, rgb(var(--smash-red-1-rgb)) -50%, rgb(var(--smash-yellow-3-rgb)) 100%);
    box-shadow: -1px 0px 8px -2px rgb(0 0 0 / 30%);
    -webkit-box-shadow: -1px 0px 8px -2px rgb(0 0 0 / 30%);
    -moz-box-shadow: -1px 0px 8px -2px rgba(0,0,0,0.3);
}

.ld-pricing-family-element[data-type="2"] .ld-pricing-family-element-order {
    background: rgb(var(--smash-pink-1-rgb));
    background: linear-gradient(270deg, rgb(var(--smash-pink-2-rgb)) 0%, rgb(var(--smash-pink-1-rgb)) 100%);
}

.ld-pricing-family-element[data-type="3"] .ld-pricing-family-element-order {
    background: rgb(var(--smash-purple-2-rgb));
    background: linear-gradient(270deg, rgb(var(--smash-purple-1-rgb)) 0%, rgb(var(--smash-purple-2-rgb)) 100%);
}

.ld-pricing-family-element[data-type="2"] .ld-pricing-family-label {
    background: rgb(var(--smash-purple-3-rgb));
}

.ld-pricing-family-element[data-type="3"] .ld-pricing-family-label {
    background: rgb(var(--smash-green-2-rgb));
}

.ld-pricing-family-label {
    font-size: 0.8rem;
    color: white;
    position: absolute;
    left: 25%;
    top: -10px;
    width: 100%;
    height: 20px;
    line-height: 20px;
    transform: translate(-60%, 200%) rotate(-45deg);
}


.ld-pricing .ld-lang-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.ld-pricing-flags .ld-lang {
    font-size: 1rem;
    width: 250px;
    float: left;
    margin-bottom: 10px;
}

.ld-pricing-family-element-per-person {
    display: block;
    font-size: 12px;
}