/* ----- SECTION BUY ----- */
.section-buy .content-wrap {
    background: #F4F6F8;
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    padding: 4.5rem 3.5rem 5.4rem;
    position: relative;
}

.section-buy {
    padding-top: 10.2rem;
    padding-bottom: 11rem;
}

.section-buy .content-wrap .row {
    margin: 0;
}

.section-buy h2 {
    margin-bottom: 2rem;
}

.section-buy .content-wrap .button-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.section-buy .content-wrap .button-wrap .label-red {
    padding: 0.8rem 1.1rem;
    margin-right: 2rem;
    visibility: visible;
}

.infobox .number {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3.375rem;
    color: #DC1E23;
}

.infobox p {
    font-size: 0.9375rem;
    line-height: 1.625rem;
}

.section-buy .content-wrap .button-wrap .btn {
    width: 20rem;
    font-size: 1.125rem;
}

.section-buy .content-wrap .infoboxes {
    display: flex;
    flex-wrap: wrap;
    padding-left: 4.4rem;
}

.infobox {
    margin-bottom: 2rem;
}

.section-buy .lines .line {
    position: absolute;
}

.section-buy .lines .line span {
    transform: matrix(1, 0.58, 0, 0.89, 0, 0);
    background: #DC1E23;
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-animation: message-floating 30s linear infinite;
    -moz-animation: message-floating 30s linear infinite;
    animation: message-floating 30s linear infinite;
}

.section-buy .lines .line:first-child {
    width: 11.2375rem;
    height: 7.05rem;
    left: 11.3rem;
    bottom: -1.4rem;
}

.section-buy .lines .line:first-child span {
    background: rgb(237 32 36 / 20%);
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
}

.section-buy .lines .line:nth-child(2) {
    width: 7.3125rem;
    height: 1.325rem;
    left: 19.1rem;
    bottom: -0.4rem;
}

.section-buy .lines .line:nth-child(2) span {
    animation-direction: reverse;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

.section-buy .lines .line:nth-child(3) {
    height: 0.0625rem;
    width: 8.9125rem;
    left: 8.1rem;
    bottom: 3.3rem;
}

.section-buy .lines .line:nth-child(3) span {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    animation-delay: 3s;
}

/* ----- /SECTION BUY ----- */

/* ----- SECTION BUY CAMPAIGN ----- */
.section-buy-campaign {
    padding-top: 2.7rem;
    padding-bottom: 5.2rem;
}

.card-buy {
    background-color: #fff;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    color: #050708;
    padding: 2rem 2.5rem 1.9rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
}

.card-buy:hover {
    color: #050708;
}

.card-buy::before,
.card-buy::after {
    content: '';
    position: absolute;
    background-color: #DC1E23;
    -moz-border-radius: 0.125rem;
    -webkit-border-radius: 0.125rem;
    border-radius: 0.125rem;
    transform: matrix(1, 0.58, 0, 0.89, 0, 0);
}

.card-buy::before {
    opacity: 0.3;
    width: 6.225rem;
    height: 0.5rem;
    right: 4.4rem;
    top: 0.6rem;
}

.card-buy::after {
    width: 3.65rem;
    height: 1.4375rem;
    top: 0.2rem;
    right: 1.8rem;
}

.section-buy-campaign .col:nth-child(2n) .card-buy::before {
    width: 7.8375rem;
    height: 0.8125rem;
    right: 2.5rem;
    top: 1rem;
}

.section-buy-campaign .col:nth-child(2n) .card-buy::after {
    width: 5.575rem;
    height: 0.3125rem;
    right: 0.9rem;
    top: 1.3rem;
}

.section-buy-campaign .col:nth-child(3n) .card-buy::before {
    width: 3.75rem;
    height: 2.8rem;
    right: 5.2rem;
    top: -1rem;
}

.section-buy-campaign .col:nth-child(3n) .card-buy::after {
    width: 7.525rem;
    height: 0.3125rem;
    right: -0.7rem;
    top: 2.7rem;
}

.card-buy p {
    font-size: 0.9375rem;
    line-height: 1.625rem;
}

.card-buy .card-title {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 0.9rem;
}

.card-buy h4 {
    margin-bottom: 0;
    flex: 1;
}

.card-buy .card-title .icon {
    flex: 0 0 1.8rem;
    max-width: 1.8rem;
    height: 1.6rem;
    margin-right: 0.6rem;
    margin-top: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.card-buy .card-title .icon img {
    object-fit: contain;
    max-height: 1.375rem;
}

.card-buy .btn {
    width: 100%;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
}

.card-buy .btn svg {
    margin-right: 1rem;
}

.card-buy .starting-price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}

.card-buy .starting-price .stars {
    display: flex;
}

.card-buy .starting-price span {
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 1.625rem;
    margin-bottom: 0;
}

.card-buy .starting-price span b {
    color: #DC1E23;
    font-weight: 700;
}

.card-buy .starting-price .stars img {
    width: 1.375rem;
    height: 1.375rem;
    flex: 0 0 1.375rem;
    object-fit: contain;
    margin-left: 0.25rem;
}

/* ----- /SECTION BUY CAMPAIGN ----- */

@media (max-width: 1599px) {
    /* ----- SECTION BUY CAMPAIGN ----- */
    .card-buy {
        padding: 2rem 1.1rem 1.5rem;
    }

    /* ----- /SECTION BUY CAMPAIGN ----- */
}

@media (max-width: 1439px) {
    /* ----- SECTION BUY CAMPAIGN ----- */
    .card-buy {
        padding: 2rem 2.1rem 1.5rem;
    }

    /* ----- /SECTION BUY CAMPAIGN ----- */
}

@media (max-width: 1199px) {
    /* ----- SECTION BUY ----- */
    .section-buy .content-wrap .button-wrap .btn {
        width: 16rem;
    }

    .section-buy .content-wrap .infoboxes {
        padding-left: 1rem;
    }

    /* ----- /SECTION BUY ----- */

    /* ----- SECTION BUY CAMPAIGN ----- */
    .card-buy {
        padding: 2rem 1.5rem 1.5rem;
        height: 100%;
    }

    .card-buy::before {
        right: 3.2rem;
    }

    .card-buy::after {
        right: 1.1rem;
    }

    .section-buy-campaign .col {
        margin-bottom: 3rem;
    }

    /* ----- /SECTION BUY CAMPAIGN ----- */
}

@media (max-width: 991px) {
    /* ----- SECTION BUY ----- */
    .section-buy {
        padding-top: 3rem;
    }

    .section-buy .content-wrap .button-wrap {
        margin-bottom: 3rem;
    }

    .section-buy .content-wrap .infoboxes {
        padding-left: 0;
        margin: 0 -1rem;
    }

    .section-buy .lines .line:first-child {
        bottom: -4.4rem;
        left: 17rem;
    }

    .section-buy .lines .line:nth-child(2) {
        left: 25.1rem;
        bottom: -3.7rem;
    }

    .section-buy .lines .line:nth-child(3) {
        left: 14.1rem;
        bottom: -0.4rem;
    }

    /* ----- /SECTION BUY ----- */
    
    /* ----- SECTION BUY COMPAIGN ----- */
    .section-buy-campaign .col {
        margin-bottom: 3rem;
    }

    /* ----- /SECTION BUY COMPAIGN ----- */
}

@media (max-width: 767px) {
    /* ----- SECTION BUY CAMPAIGN ----- */
    .section-buy-campaign {
        padding-bottom: 2rem;
    }

    .card-buy p {
        font-size: 0.875rem;
        line-height: 1.375rem;
    }

    .section-buy-campaign .col:nth-child(2n) .card-buy::before {
        width: 5.8375rem;
        right: 3.5rem;
    }

    .section-buy-campaign .col:nth-child(2n) .card-buy::after {
        width: 4.175rem;
        right: 2.7rem;
        top: 0.4rem;
    }

    .section-buy-campaign .col:nth-child(3n) .card-buy::after {
        width: 4.525rem;
        right: 2.3rem;
        top: 1.7rem;
    }

    /* ----- /SECTION BUY CAMPAIGN ----- */

    /* ----- SECTION BUY ----- */
    .section-buy .content-wrap {
        padding: 2rem 1.5rem 5rem;
        text-align: center;
    }

    .section-buy .content-wrap .button-wrap .label-red {
        margin-right: 1rem;
    }

    .section-buy .content-wrap .button-wrap .btn {
        width: auto;
    }

    .section-buy .content-wrap .col {
        padding: 0;
    }

    .section-buy .content-wrap .infoboxes {
        margin: 0;
        text-align: center;
    }

    .infobox {
        text-align: center;
    }

    .section-buy .content-wrap .infoboxes h6 {
        max-width: 14rem;
        margin: 0 auto 2rem;
    }

    .section-buy .lines .line:first-child {
        left: 8rem;
        width: 8.2375rem;
        height: 5.05rem;
        bottom: -2rem;
    }

    .section-buy .lines .line:nth-child(2) {
        left: 14rem;
        bottom: -2rem;
        width: 5.3125rem;
        height: 1.025rem;
    }

    .section-buy .lines .line:nth-child(3) {
        left: 5.1rem;
        bottom: 2rem;
        width: 5.9125rem;
    }

    .section-buy .content-wrap .button-wrap {
        justify-content: center;
    }

    /* ----- /SECTION BUY ----- */
}