.price-buttons{
    width: 300px;
    height: 50px;
    background-color: #3F4044;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
}

.price-buttons .price-btn{
    width: 148px;
    height: 46px;
    border: none;
    outline: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    font-family: "poppins", sans-serif;
    transition: transform 0.3s ease-in;
}

.price-buttons .price-btn.current-active{
    background-color: #EB2A41;
    color: #FFFFFF;
}

.price-buttons .price-btn, .price-buttons .price-btn{
    color: #A4A4A4;
}

.price-buttons .price-btn.yearly:hover{
    background-color: #EB2A41;
    color: #FFFFFF;
}

.price-section{
    margin: 40px 0;
}

.price-section .box-input{
    width: 45px;
    height: 18px;
    background-color: #1E1E26;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.price-section .box-input p.values{
    font-size: 7.5px;
    font-weight: 400;
    font-family: "poppins", sans-serif;
    color: #A4A4A4;
    margin-bottom: 0;
}

.price-section .slider-input input.slider-range{
    width: 100%;
    background: linear-gradient(to right, #1E1E26 0%, #1E1E26 40%, #1E1E26 80%, #1E1E26 100%);
    height: 10px;
    outline: none;
    margin-top: 0.5rem;
    -webkit-appearance: none;
}

input.slider-range::-webkit-slider-thumb {
    width: 14px;
    height: 14px;
    -webkit-appearance: none;
    cursor: ew-resize;
    border: 3px solid #EB2A41;
    background-color: #3F4044;
  }

.price-section .range-content{
    width: 630px;
    margin: 0 auto;
    margin-top: 2rem;
}

.price-section .box-input.first-child{
    margin-left: 0.2rem;
}

.pricing-cards{
    margin: 40px 0;
}

.pricing-cards .standard-card{
    background-color: #3F4044;
    border: 7px solid #1E1E26;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-direction: column;
    min-height: 570px;
    padding: 0 20px;
}

.standard-card-content, .list-standard-card{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.list-standard-card{
    align-items: flex-start;
}


.box-best-value{
    text-align: center;
    background-color: #1feb47;
    height: 60px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.box-best-value.opacity{
    opacity: 0;
}

.box-best-value.red{
    background-color: #EB2A41;
}

button.premium-bg-color{
    background-color: #000000;
}

.elite-bg-color{
    background-color: #1feb47;
}

.standard-card-content{
    gap: 1rem;
    border-bottom: 1px solid #FFFFFF;
    width: 100%;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}

.list-standard-card{
    gap: 1.5rem;
}

.standard-card-content .standard-title {
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    line-height: 35px;
}

.standard-card-content .standard-title-1{
    font-size: 30px;
    font-weight: 600;
}

.list-standard-card .list-items-standard{
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    list-style: disc;
}

.pricing-cards.pricing-card1{
    min-height: auto;
}

.pricing-cards.pricing-card1 .standard-title-1{
    font-size: 34px;
}

.list-standard-card.list-standard-card-1{
    flex-direction: row;
    width: 100%;
    /* flex-wrap: wrap; */
}

.list-standard-card.list-standard-card-1 .list-items-standard .flex-card{
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.list-standard-card.list-standard-card-1 .list-items-standard .standard-title{
    /* margin-bottom: 0; */
    font-size: 18px;
    font-weight: 400;
}

.flex-card .standard-title{
    margin-bottom: 0;
}

.list-standard-card.list-standard-card-1 .list-items-standard .flex-card .icon-price{
    width: 7px;
    height: 7px;
    background-color: #FFFFFF;
}

.list-standard-card.list-standard-card-1 .list-items-standard {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    width: 100%;
    gap: 0.5rem;
}

.list-standard-card.list-standard-card-1 .list-items-standard .rate{
    font-size: 22px;
    font-weight: 600;
    margin-left: 1rem;
}

.list-standard-card.list-standard-card-1 .list-items-standard .rate1{
    margin-left: 1rem;
}

.list-standard-card.list-standard-card-1 .list-items-standard .rate1 .rate{
    margin-left: 0;
}

.pricing-cards.pricing-card1 .standard-card{
    min-height: 290px;
}

.compare-section .compare-price{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 2rem;
}

.compare-section .compare-price .compare-title{
    font-size: 30px;
    font-weight: 600;
    color: #FFFFFF;
}

.compare-section{
  background-image: url("../images/Group 96.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.compare-section .compare-price .compare-para{
    color: #F7F6F6;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.compare-section .compare-list .compare-items{
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 1.5rem;
}

.compare-section .compare-standard .standard{
    background: linear-gradient(to bottom, #3F4044, #1E1E26);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    height: 50px;
    margin: 0 auto;
    width: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -25px;
    margin-bottom: 1rem;
}

.compare-section .compare-standard .standard .standard-title {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 0;
}

.standard.standard1{
    background: #EB2A41 !important;
}

.standard-title.standard1 {
    color: #EB2A41 !important;
}

.standard-title.elite{
    color: #1feb47 !important;
}

.standard.premium{
    /* color: #FFFFFF !important; */
}

.standard.elite{
    background: #1feb47 !important;
}

.compare-section .compare-standard .bg-color-compare{
    background: linear-gradient(to bottom, #3F4044, #1E1E26);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    /* height: 100px; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.compare-section .compare-standard .bg-color-compare .standard-para{
    /* margin-top: 1rem; */
    font-size: 13px;
    font-weight: 400;
}

.standard-para.annually{
    display: none;
}

.standard-para.annually.show-annually{
    display: block;
}

.hide-monthly{
    display: none;
}

.compare-section .compare-standard .bg-color-compare .standard-para .standard-price{
    font-weight: 600;
}

.compare-section .bg-compare-border{
    background-color: #3F4044;
    border: 7px solid #1E1E26;
    border-top: none;
}

.compare-section .bg-compare-border .compare-list .compare-items-1{
    text-align: center;
    margin-bottom: 1.5rem;
}

.compare-section .bg-compare-border .compare-list .compare-items-1:first-child, .compare-section .compare-list .compare-items:first-child{
    padding-top: 1.5rem;
}

.compare-list.compare-list-1{
    margin-top: 7rem;
}

@media (max-width: 991px) {
    .list-standard-card.list-standard-card-1 {
        flex-direction: row;
        width: auto;
        flex-wrap: wrap;
    }

    .pricing-cards.pricing-card1 .standard-card {
        min-height: auto;
    }

    .list-standard-card.list-standard-card-1 .list-items-standard {
        width: auto;
    }
}

@media (max-width: 767px) {
    .price-section .range-content {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .compare-list.compare-list-1 {
        margin-top: 0rem;
    }

    .compare-section .compare-list .compare-items {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .pricing-cards.pricing-card1 .standard-title-1 {
        font-size: 30px;
    }

    .list-standard-card .list-items-standard {
        text-align: center;
    }

    .list-standard-card {
        justify-content: flex-start;
    }

    .list-standard-card.list-standard-card-1 .list-items-standard .rate1 {
        text-align: left;
    }
}

.none-price-column {
    opacity: 0.4;
    pointer-events: none;
}

.yearly-content{
    display: flex;
    justify-content: space-between;
}

.off-percentage {
    font-weight: bold;
    font-size: 16px;
    color: #ff8801;
    display: inline-block;
    margin-left: 10px;
}

.yearly-content.d-none-yearly{
    display: none;
}

.amount-standard-yearly{
    text-decoration: line-through;
}

.standard-card.red, .bg-compare-border.red{
    border-color: #EB2A41;
}

.standard-card.green, .bg-compare-border.green{
    border-color: #1feb47;
}

.standard-card.white, .bg-compare-border.white{
    border-color: #FFFFFF;
}