.pricing-wrapper{
    background:#061013;
    padding:70px 0;
}

.pricing-heading{
    margin-bottom:80px;
}

.pricing-heading h2{
    font-size:68px;
    line-height:1.05;
    font-weight:300;
    color:#fff;
    margin-bottom:18px;
    letter-spacing:-2px;
}

.pricing-heading p{
    font-size:22px;
    color:#fff;
    font-weight:300;
    margin:0;
}

.plan-card{
    position:relative;
    background:#171c1d;
    border:1px solid #2d3436;
    border-radius:22px;
    padding:28px;
    color:#fff;
    transition:.3s;
    height:100%;
}

.plan-card:hover{
    transform:translateY(-6px);
    border-color:#95d84b;
}

.plan-header{
    display:flex;
    flex-wrap:wrap;
    margin-bottom:18px;
}

.plan-header h4{
    font-size:22px;
    font-weight:700;
    margin:0;
    color:#fff;
}

.plan-header p{
    width:100%;
    margin-top:5px;
    color:#95d84b;
    font-size:14px;
}

.plan-price{
    position:absolute;
    top:28px;
    right:22px;
}

.plan-price h2{
    margin:0;
    color:#fff;
    font-size:20px;
    font-weight:500;
}

.plan-price span{
    font-size:18px;
}

.plan-card .btn{
    width:100%;
    height:46px;
    margin:14px 0;
    border-radius:40px;
    background:transparent!important;
    border:2px solid #fff!important;
    color:#fff!important;
    font-weight:600;
}

.plan-card .btn:hover{
    background:#fff!important;
    color:#111!important;
}

.plan-card hr{
    border-color:#2d3436;
    margin:0;
}

.plan-list{
    margin:0;
    padding:0;
    list-style:none;
}

.plan-list li{
    color:#fff;
    font-size:15px;
    padding:10px 0;
    border-bottom:1px solid #2d3436;
}

.plan-list li:last-child{
    border-bottom:none;
}

.featured{
    border:2px solid #95d84b;
}

.popular{
    position:absolute;
    top:-14px;
    left:30px;
    background:#95d84b;
    color:#111;
    font-size:12px;
    font-weight:700;
    padding:6px 18px;
    border-radius:30px;
}

.compare-features-mobile{
    margin-top:25px;
}

.compare-features-mobile a{
    color:#fff;
    text-decoration:underline;
    text-underline-offset:4px;
    font-weight:600;
}

.compare-features-mobile a:hover{
    color:#95d84b;
}

.slider-dots{
    display:none;
}
/* ===========================
   TABLET
=========================== */

@media (max-width:1200px){

.pricing-heading h2{
    font-size:48px;
}

.pricing-heading p{
    font-size:18px;
}

}

@media (min-width:991px) and (max-width:1200px){

.pricing-slider-mobile{
    row-gap:20px;
}

.pricing-slider-mobile>.col-lg-3{
    padding-left:10px;
    padding-right:10px;
}

.plan-card{
    padding:22px 18px;
}

.plan-header h4{
    font-size:20px;
}

.plan-price{
    top:22px;
    right:18px;
}

.plan-list li{
    font-size:13px;
}

}



/* ===========================
   MOBILE
=========================== */

@media (max-width:768px){

.pricing-wrapper{
    padding:40px 0;
}

.pricing-heading{
    margin-bottom:35px;
    padding:0 15px;
}

.pricing-heading h2{
    font-size:34px;
    line-height:1.15;
    letter-spacing:-1px;
}

.pricing-heading p{
    font-size:18px;
    line-height:1.5;
}

/* MOBILE SLIDER */

.row.pricing-slider-mobile{

    display:flex !important;
    flex-wrap:nowrap !important;

    overflow-x:auto;
    overflow-y:hidden;

    scroll-snap-type:x mandatory;

    -webkit-overflow-scrolling:touch;

    scrollbar-width:none;

    margin:0;

    padding:18px 16px;

    gap:14px;

}

.row.pricing-slider-mobile::-webkit-scrollbar{
    display:none;
}

/* CARD */

.row.pricing-slider-mobile>.col-lg-3,
.row.pricing-slider-mobile>.col-md-6{

    flex:0 0 92% !important;

    max-width:92% !important;

    width:92% !important;

    padding:0 !important;

    margin:0 !important;

    scroll-snap-align:start;

}

.plan-card{

    padding:24px;

    border-radius:22px;

    height:auto;

}

.plan-header{

    justify-content:space-between;

    align-items:flex-start;

}

.plan-header h4{

    font-size:22px;

}

.plan-price{

    top:24px;

    right:24px;

}

.plan-price h2{

    font-size:20px;

}

.plan-card .btn{

    height:44px;

    margin:20px 0;

}

.plan-list li{

    padding:10px 0;

    font-size:15px;

}

/* DOTS */

.slider-dots{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:8px;

    margin-top:25px;

}

.slider-dots .dot{

    width:8px;

    height:8px;

    border-radius:50%;

    background:#666;

    transition:.3s;

    cursor:pointer;

}

.slider-dots .dot.active{

    width:28px;

    border-radius:20px;

    background:#95d84b;

}

.compare-features-mobile{

    margin-top:20px;

}

}