*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #606060;
    line-height: 150%;
}
.active-dark-mode .white-content{
    color: #fff !important;
}
.active-dark-mode .light-content{
    color: #606060;
}
.img-fluid{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.main-heading{
    color: #0A0D12;
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 30px;
}
.common-card-heading{
    color: #0A0D12;
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 20px;
}
.free-insta-followers{
    background: linear-gradient(135deg, #FF4C35 0%, #FF965F 100%);
    padding: 60px 0;
    margin-top: 140px;
}
.free-insta-followers h1{
    font-size: 40px;
    line-height: 120%; 
}
.free-insta-followers p {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}
.free-insta-followers .followers-box{
    border-radius: 20px;
    border: 2px solid #000;
}
.followers-box .follower-box-heading{
    color: #0A0D12;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
}
.followers-box .trial-box{
    border-radius: 10px;
    border: 1px solid #EBEBEB;
    background: #E3F5E7;
    padding: 15px 30px;
}
.followers-box .left-box-content{
    color: #28333D;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.43px;
}
.followers-box .left-box-content .yellow-badge{
    border-radius: 100px;
    background: #FFE7AF;
    padding: 5px 8px;
    color: #0A0D12;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
}
.right-amount-wrap{
    color: #0A0D12;
    font-size: 30px;
    font-weight: 600;
    line-height: 120%; 
}
.get-free-followers-form label{
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 10px;
}
.get-free-followers-form input{
    border-radius: 10px;
    border: 2px solid #DBDBDB;
    background: #FFF;
    padding: 10px;
    border-left: 0;
    height: 50px;
    width: 50px;
    color: #000 !important;
}
.get-free-followers-form span.input-group-text {
    border-right: 0 !important;
    border: 2px solid #DBDBDB;
    border-radius: 10px;
    padding: 10px;
    height: 50px;
    background: #fff;
}
.get-free-followers-form input::placeholder{
    color: #606060;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.get-free-followers-form .form-control:focus{
    border-color: #DBDBDB;
    outline: none;
    box-shadow: none;
}
.btn-gradient{
    background: linear-gradient(49deg, #FD5 6.62%, #FF543E 50.06%, #C837AB 93.5%);
}
.btn-gradient, .modal-custom-btn{
    padding: 20px 15px;
    color: #fff;
    border-radius: 5px;
    font-size: 20px;
    line-height: 120%;
    border: none;
}
/* why do we give free followers section css */
.why-free-followers{
    padding: 100px 0;
}
.why-free-followers .image-wrap{
    max-width: 570px;
    width: 100%;
    height: auto;
}
/* how to get free followers css */

.how-to-get-free .content-wrap{
    border-radius: 20px;
    background: #F4F8FB;
    padding: 100px 50px;
}
.how-to-get-free  .steps-wrapper{
    margin-top: 50px;
}

.step-section {
  padding: 60px 0;
}
.step-box {
  text-align: center;
  position: relative;
}
.step-box img {
    width: 30px;
    margin-bottom: 36px;
    height: 30px;
}
.step-title {
    margin: 22px 0 10px;
    color: #0A0D12;
    font-size: 18px;
    line-height: normal;
}
.step-number {
    background: linear-gradient(49deg, #FD5 6.62%, #FF543E 50.06%, #C837AB 93.5%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 4.2px;
    text-transform: uppercase;
}
.step-box p{
    color: #0A0D12;
}
.step-box::after {
    content: "";
    position: absolute;
    left: 61%;
    top: 13px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="352" height="8" viewBox="0 0 352 8" fill="none"><path d="M351.354 4.35355C351.549 4.15829 351.549 3.84171 351.354 3.64645L348.172 0.464466C347.976 0.269204 347.66 0.269204 347.464 0.464466C347.269 0.659728 347.269 0.976311 347.464 1.17157L350.293 4L347.464 6.82843C347.269 7.02369 347.269 7.34027 347.464 7.53553C347.66 7.7308 347.976 7.7308 348.172 7.53553L351.354 4.35355ZM1 3.5C0.723846 3.5 0.5 3.72386 0.5 4C0.5 4.27614 0.723846 4.5 1 4.5V4V3.5ZM351 4V3.5L1 3.5V4V4.5L351 4.5V4Z" fill="%23928D8D"/></svg>');
    background-repeat: no-repeat;
    width: calc(100% - 90px);
    background-size: contain;
    height: 10px;
}
.step-box:last-child::after {
  display: none;
}
/* image-wrapper-div CSS */
    .image-wrapper-div{
    padding: 100px 0;
}
.image-wrapper-div ul{
    margin-left: 20px;
}
.image-wrapper-div .row-image-wrap{
    max-width: 530px;
    width: 100%;
    height: auto;
}
#second-row{
    margin-top: 100px;
}
/* benefit-free-followers CSS */
.benefit-free-followers{
    background: #F4F8FB;
    padding: 100px 0;
}
.section-description{margin-bottom: 50px;}
.benefits-points-wrapper{
    border-radius: 20px;
    border: 2px solid rgba(0, 0, 0, 0.05);
    padding: 30px 20px;
    margin-bottom: 20px;
    gap: 30px;
}
.benefits-points-wrapper .points-number {
    border-radius: 10px;
    border: 2px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg,rgba(255, 221, 85, 1) 0%, rgba(255, 84, 62, 1) 50%, rgba(200, 55, 171, 1) 100%);
    background-clip: padding-box, border-box;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    height: 50px;
    min-width: 50px;
}
.benefit-desc h3{
    color: #0A0D12;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 9px;
}
.benefit-desc p{
    font-weight: 500;
}
/* review section CSS */
.what-people-says{
    padding: 100px 0;
}
.what-people-says .review-image{
    max-width: 168px;
    width: 100%;
    height: auto;
}
.span-content{
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
}
.active-dark-mode .review-card{border: 1px solid #606060}
.review-card p{margin: 30px 0; flex: 1;}
.card_bottom .review-name{
    color: #0A0D12;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
}
.card_bottom .verified-status{
    color: #606060;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
}
/* benefits section */
section.benefits-wrapper{
    padding: 82px 0 62px;
}
section.benefits-wrapper .benefit-card-grid{ row-gap: 27px}
.benefit-card-item{
    padding: 47px 32px 42px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08), inset 0px -4px 4px -2px rgba(0, 0, 0, 0.12), inset 0px 0px 3px rgba(0, 0, 0, 0.24);
    border-radius: 26px;
    display: flex;
    flex-direction: column;
}
.benefits-wrapper .heading-wrap{
    max-width: 780px;
}
.benefit-card-item .card-imgWrap{
    width: 58px;
    height: 58px;
}
.benefit-card-item .card-heading {
    font-size: 32px;
    line-height: 25px;
    font-weight: 600;
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
    -webkit-background-clip: text !important;
}
.benefit-card-item .card-description{
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.16px;
    color: #484F5E;
}
.benefit-card-item .card-main_image{
    width: 100%;
    height: auto;
    flex: 1;
}
.benefit-card-item .quotes-img-wrap{
    width: 58px;
    height: auto;
}
.benefit-card-item .feedback-content{
    font-size: 24px;
    line-height: 24px;
    color: #515151;
    font-weight: 500;
}
.benefit-card-item .customer-name {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.27px;
    color: rgba(120, 120, 120, 0.8);
}
section.benefits-wrapper .benefit-card-item:first-child .card-main_image{
    max-width: 488px;
}
section.benefits-wrapper .benefit-card-item:nth-child(2) .card-main_image{
    max-width: 450px;
}
section.benefits-wrapper .benefit-card-item:nth-child(3) .card-main_image{
    max-width: 600px;
    bottom: -14px;
    z-index: 1;
}
section.benefits-wrapper .benefit-card-item:nth-child(4) .card-main_image {
    max-width: 460px;
    bottom: -50px;
    position: relative;
}
section.benefits-wrapper .benefit-card-item:nth-child(5) .card-main_image{
    max-width: 470px;
    bottom: -24px;
    z-index: 1;
}
section.benefits-wrapper .benefit-card-item:nth-child(6) .card-main_image{
    max-width: 700px;
}

/* Features / pricing tabs */
.features-item:first-child{box-shadow: 0px 0px 0px 0px #FFF inset, 0px 0px 0px 2px #FF4330 inset;}
.features-item:last-child{box-shadow: 0px 0px 0px 0px #D3D8E0 inset;}
.feature-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.16px;
    background: linear-gradient(276deg, #FD7702 0%, #FB0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 27px;
    padding: 12px 16px 10px;
    border-radius: 12px 12px 0 0;
    text-align: left;
}
.features-item ul.features{
    padding: 0 12px;
}

.features-item ul li {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #7E819C;
    display: flex;
    gap: 8px;
    align-items: center;
    padding-bottom: 10px;
    text-align: left;
}
.features-item ul li strong{ font-weight: 700; }
.features-item ul li a {
    background: linear-gradient(276deg, #FD7702 0%, #FB0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: underline !important;
    margin-left: 20px;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(276deg, #FD7702 0%, #FB0 100%);
    border-image-slice: 1;
}
.features-block{gap: 16px;}
.features-block .features-item:last-child div {
    background: #2C323E;
    color: #fff;
    -webkit-text-fill-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 480px) {
    .select-product-type-selection .select-product-type-selection-n {
        padding: 10px 15px;
        font-size: 13px;
    }
    .tab-content .nav-tabs .nav-item{
        min-width: 90px !important;
    }
    .tab-block .card sub, .amount .change-price{
        font-size: 14px;
    }
    .tab-block .card .inner-card .amount{
        gap: 2px !important;
    }
}

.tab-block .card {
    background: transparent;
    box-shadow: none;
    border: 0;
}

.tab-block .nav-tabs {
    border: 0;
    margin: auto;
    width: 100%;
}

.tab-block .nav-tabs .nav-item {
    padding: 0 4px 10px;
}

.tab-block .nav-tabs .nav-link {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 8px;
    border: 0;
}

.tab-block .nav-tabs .nav-link.active,
.tab-block .nav-tabs .nav-link:hover {
    background: #059dff;
    color: #ffffff !important;
}

.tab-block .card .card-header {
    border: 0;
}
.tab-block .card .inner-card {
    padding: 27.87px 18.58px;
    width: 100%;
    max-width: 540px;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    border: 3px solid #FFFFFF;
    border-radius: 14px;
    margin: 0 auto;
}

.tab-block .card .inner-card .nav-tabs .nav-link {
    padding: 24px 0 0;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: inset 0px 0px 0px 1.74187px rgba(126, 129, 156, 0.3);
    border-radius: 13.935px;
    width: 100%;
    height: auto;
    position: relative;
}
@media (max-width: 991px){
    body{font-size: 14px;}
    .free-insta-followers{padding: 50px 0; margin-top: 120px;}
    .main-heading, .common-card-heading{font-size: 24px; margin-bottom: 20px}
    .free-insta-followers h1{font-size: 32px;}
    .free-insta-followers p {font-size: 14px;}
    .followers-box{margin: 0 20px;}
    .followers-box .trial-box {padding: 10px 15px;}
    .followers-box .left-box-content{font-size: 16px;}
    .followers-box .left-box-content .yellow-badge{font-size: 14px;}
    .right-amount-wrap{font-size: 24px;}
    .btn-gradient{font-size: 16px;}
    .bottom-content {margin-bottom: 30px;}
    .profile-preview{min-height: 368px;}
    /* why do we give free followers section css */
    .why-free-followers {padding: 50px 0;}
    /* how to get free followers */

    .how-to-get-free .content-wrap{border-radius: 0 !important; padding: 50px 20px;}
    .step-box:not(:last-child){margin-bottom: 70px;}
    .how-to-get-free  .steps-wrapper {margin-top: 30px;}
    .step-box{padding: 0}
    .step-box img{margin-bottom: 20px;}
    .step-number{background: transparent; -webkit-text-fill-color: #FB5343;}
    .step-box::after {
        left: 48%;
        top: auto;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="32" viewBox="0 0 8 32" fill="none"><path d="M3.64645 31.4444C3.84171 31.6396 4.15829 31.6396 4.35355 31.4444L7.53553 28.2624C7.7308 28.0671 7.7308 27.7505 7.53553 27.5553C7.34027 27.36 7.02369 27.36 6.82843 27.5553L4 30.3837L1.17157 27.5553C0.976311 27.36 0.659729 27.36 0.464466 27.5553C0.269204 27.7505 0.269204 28.0671 0.464466 28.2624L3.64645 31.4444ZM4.5 1.09082C4.5 0.814676 4.27614 0.590818 4 0.590818C3.72386 0.590818 3.5 0.814676 3.5 1.09082L4 1.09082L4.5 1.09082ZM4 31.0908L4.5 31.0908L4.5 1.09082L4 1.09082L3.5 1.09082L3.5 31.0908L4 31.0908Z" fill="%23BEB5B5"/></svg>');
        width: 40px;
        height: 40px;
        bottom: -40px;
    }
    .step-box p:not(:last-child){padding-bottom: 30px;}
    .review-card{margin: 0 10px;}
    /* image-wrapper-div CSS */
    .image-wrapper-div {padding: 50px 0;}
    .image-wrapper-div .row-image-wrap#first-row-image{margin: 30px auto 0 14px;}
    .image-wrapper-div .row-image-wrap#second-row-image{margin: 30px 14px 0 0;}
    /* benefit-free-followers CSS */
    .benefit-free-followers {padding: 50px 0;}
    .section-description {margin-bottom: 30px;}
    .benefits-points-wrapper{padding: 20px;}
    .benefits-points-wrapper .points-number{max-width: 50px;}
    .benefit-desc h3{font-size: 18px;}
    section.benefits-wrapper .benefit-card-item:nth-child(2) .card-main_image,
    section.benefits-wrapper .benefit-card-item:nth-child(3) .card-main_image,
    section.benefits-wrapper .benefit-card-item:nth-child(5) .card-main_image{
        bottom: 0;
    }
    section.benefits-wrapper {
        padding: 50px 0;
    }
}
@media(max-width: 767px){
    section.benefits-wrapper {
        padding: 0 0 62px;
    }
    section.benefits-wrapper .benefit-card-item .card-imgWrap {
        width: 52px;
        height: 52px;
    }
    section.benefits-wrapper .benefit-card-item .card-heading {
        font-size: 20px;
        line-height: 22px;
    }
    section.benefits-wrapper .benefit-card-item .card-description {
        font-size: 14px;
        line-height: 20px;
    }
    section.benefits-wrapper .benefit-card-item:first-child .card-main_image {
        max-width: 215px;
    }
    section.benefits-wrapper .benefit-card-item{ padding: 22px;}
    section.benefits-wrapper .benefit-card-grid{ margin: 0 5px;}
    section.benefits-wrapper .benefit-card-item:nth-child(2) .card-main_image {
        max-width: 255px;
    }
    section.benefits-wrapper .benefit-card-item:nth-child(3) .card-main_image {
        max-width: 285px;
    }
}
@media (max-width: 420px){
    .followers-box .trial-box {padding: 10px;}
    .followers-box .left-box-content {font-size: 14px;}
    .followers-box .left-box-content .yellow-badge {font-size: 12px;}
}
@media (max-width: 342px){
    .left-box-content span{padding: 0 !important; margin-left: 0 !important;}
}


/* Modal styles */
.model {
    margin-top: 12px;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    text-align: left;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    margin-left: 412px;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
}