.page-breadcrumb-banner-wrapper {
    height: 270px;
}

.pricing-page .contents {
    gap: 100px;
    display: flex;
    flex-direction: column;
}

.pricing-page .why-choose-us {
    display: flex;
    flex-direction: column;
    gap: 38px;
}

.pricing-page .why-choose-us .section-title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 58px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0;
}

.pricing-page .why-choose-us .section-subtitle {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0;
}

.pricing-page .why-choose-us .features-list {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.pricing-page .why-choose-us .features-list .feature-item {
    width: auto;
    height: auto;
    display: flex;
    gap: 20px;
    border-radius: 5px;
    padding: 27px 26px;
    align-items: center;
    background-color: var(--pricing-items);
}

.pricing-page .why-choose-us .features-list .feature-item .feature-icon svg {
    width: 25px;
    height: 25px;
}

.pricing-page .why-choose-us .features-list .feature-item .feature-text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    color: var(--text-green);
    white-space: nowrap;
}

.pricing-page .boost-wrapper {
    background-image: url(../img/final-thoughts1.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    width: 100%;
    height: auto;
}

.pricing-page .boost-wrapper-2 {
    background-color: rgba(0, 0, 0, 0.85);
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 939px;
    gap: 64px;
    border-radius: 10px;
    padding: 100px;
}

.boost-wrapper-2 .boost-intro {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.boost-wrapper-2 .boost-intro .section-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: var(--text-white);
    margin-bottom: 0;
}

.boost-wrapper-2 .boost-intro .section-subtitle {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--text-white);
    margin-bottom: 0;
}

.boost-wrapper-2 .boost-intro .section-subtitle strong {
    font-weight: 900;
}

.boost-wrapper-2 .boost-packages {
    display: flex;
    flex-direction: row;
    max-width: 1184px;
    gap: 28px;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.boost-wrapper-2 .boost-packages .boost-card {
    display: flex;
    flex-direction: column;
    width: 376px;
    height: 422px;
    gap: 34px;
    border-radius: 10px;
    padding: 50px;
    align-items: start;
    background-color: var(--white);
    position: relative;
}

.boost-wrapper-2 .boost-packages .boost-card .boost-card-header {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 10px;
}

.boost-wrapper-2 .boost-packages .boost-card .boost-card-header .boost-title {
    display: flex;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--text-green);
    margin-bottom: 0;
}

.boost-wrapper-2 .boost-packages .boost-card .boost-card-header .boost-price {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 48.28px;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--text-green);
}

.boost-wrapper-2 .boost-packages .boost-card .line {
    display: flex;
    width: 276px;
    border-top: 1px solid var(--border-color-grey);
    margin: 0;
}

.boost-wrapper-2 .boost-packages .boost-card .views-multiplier,
.boost-wrapper-2 .boost-packages .boost-card .duration {
    display: flex;
    flex-direction: row;
    height: 19px;
    justify-content: space-between;
    color: var(--text-green);
    width: -webkit-fill-available;
}

.boost-wrapper-2 .boost-packages .boost-card .views-multiplier .up-to,
.boost-wrapper-2 .boost-packages .boost-card .duration .duration-label {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}

.boost-wrapper-2 .boost-packages .boost-card .views-multiplier .multipler,
.boost-wrapper-2 .boost-packages .boost-card .duration .duration-value {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
}

.boost-wrapper-2 .boost-packages .boost-card .boost-btn {
    width: -webkit-fill-available;
    height: 61px;
    max-height: 61px;
    gap: 34px;
    border-radius: 1000px;
    padding: 18px 40px;
    display: flex;
    flex-direction: row;
    background-color: var(--btn-color-yellow);
    border-color: var(--btn-color-yellow);
    justify-content: space-evenly;
    align-items: center;
    vertical-align: middle;
    color: var(--text-white);
    transition: all 0.3s ease-in-out;
}

.boost-wrapper-2 .boost-packages .boost-card .boost-btn:hover {
    background-color: var(--btn-color-yellow-hover);
    animation: bounce 0.6s ease-in-out infinite alternate;
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-2px);
    }

    100% {
        transform: translateY(0);
    }
}

.boost-wrapper-2 .boost-packages .boost-card .boost-btn span {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    transition: all 0.3s ease-in-out;
}

.boost-wrapper-2 .boost-packages .boost-card .boost-btn:hover span {
    margin-right: 5px;
}

.boost-wrapper-2 .boost-packages .boost-card .boost-btn svg {
    width: 16px;
    height: 16px;
    transition: all 0.3s ease-in-out;
}

.boost-wrapper-2 .boost-packages .boost-card .boost-btn:hover svg {
    transform: rotate(-45deg);
}

.boost-wrapper-2 .boost-packages .boost-card .popular {
    display: none;
}

.boost-wrapper-2 .boost-packages .col-12:nth-child(2) .boost-card .popular {
    display: flex !important;
    align-items: center;
    align-self: center;
    justify-content: center;
    width: 108px;
    height: 31px;
    gap: 34px;
    border-radius: 4px;
    padding: 3px 10px;
    background-color: var(--green);
    position: absolute;
    top: -16px;
}

.boost-wrapper-2 .boost-packages .row div:nth-of-type(2) .boost-card .popular span {
    color: var(--text-white);
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;

}

.boost-wrapper-2 .boost-benefits p {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: var(--text-white);
    display: flex;
    align-self: center;
    max-width: 605px;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .boost-wrapper-2 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .boost-wrapper-2 .boost-packages .boost-card {
        padding: 30px 20px;
        width: 300px;
        height: 400px;
    }

    .boost-wrapper-2 .boost-packages .boost-card .line {
        width: 260px;
    }
}

@media screen and (max-width: 1024px) {
    .pricing-page .why-choose-us .features-list {
        justify-content: space-evenly;
    }

    .pricing-page .why-choose-us .features-list .feature-item {
        width: 350px;
    }

    .pricing-page .why-choose-us .features-list .feature-item .feature-text {
        white-space: normal;
    }

    .boost-wrapper-2 .boost-packages .boost-card {
        padding: 30px 20px;
        width: 250px;
        height: 400px;
    }

    .boost-wrapper-2 .boost-packages .boost-card .line {
        width: 210px;
    }
}

@media screen and (max-width: 850px) {
    .boost-wrapper-2 .boost-packages .boost-card {
        width: 220px;
    }
}

@media screen and (max-width: 768px) {
    .pricing-page .why-choose-us .features-list .feature-item {
        width: 400px;
    }

    .page-breadcrumb-banner .breadcrumb-text {
        align-items: center !important;
    }

    .pricing-page .why-choose-us {
        gap: 20px;
    }

    .boost-wrapper-2 .boost-packages {
        flex-direction: column;
    }

    .boost-wrapper-2 .boost-packages .row {
        row-gap: 50px;
    }

    .boost-wrapper-2 .boost-packages .boost-card {
        width: 100%;
    }

    .boost-wrapper-2 .boost-packages .boost-card .line {
        width: 66.6vw;
    }

    .boost-wrapper-2 {
        padding: 50px;
        gap: 40px;
    }

    .boost-wrapper-2 .boost-intro .section-title {
        font-size: 20px;
    }

    .boost-wrapper-2 .boost-intro .section-subtitle {
        font-size: 14px;
        line-height: 22px;
    }

    .boost-wrapper-2 .boost-benefits p {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 600px) {
    .page-breadcrumb-banner-wrapper {
        height: 390px;
    }

    .pricing-page .why-choose-us .features-list {
        gap: 10.79px;
    }

    .pricing-page .contents {
        gap: 50px;
    }

    .page-breadcrumb-banner .breadcrumb-text {
        flex-direction: column !important;
    }

    .pricing-page .contents {
        padding-left: 0px;
        padding-right: 0px;
    }

    .pricing-page .contents .why-choose-us {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media screen and (max-width: 550px) {
    .pricing-page .why-choose-us .section-title {
        line-height: 23px;
        font-size: 18px;
    }

    .pricing-page .why-choose-us .features-list .feature-item .feature-icon svg {
        width: 15px;
        height: 15px;
    }

    .pricing-page .why-choose-us .features-list .feature-item .feature-text {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 425px) {
    .pricing-page .why-choose-us .features-list .feature-item {
        width: 95%;
    }

    .pricing-page .why-choose-us .section-subtitle {
        line-height: 22px;
        font-size: 14px;
    }
}
