.campaigns-popular-section {
    margin-top: 104px;
}

@media only screen and (max-width: 768px) {
    .campaigns-popular-section {
        margin-top: 20px;
    }

    .page-breadcrumb-section {
        margin-top: 20px;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .campaigns-popular-section {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 1440px) {
    .campaigns-popular-section {
        margin-top: 104px;
    }
}

@media only screen and (max-width: 375px) {
    .page-inner-banner-section {
        min-height: 15vh;
        background-size: cover !important;
        background-position: center !important;
        background: url(../../../img/page-campaigns/banner-m.jpg) !important;
        background-repeat: no-repeat !important;
    }
}

@media only screen and (min-width: 1024px) {
    .page-inner-banner-section {
        background: url("../../../img/page-campaigns/banner.jpg");
        background-position: center !important;
        background-size: cover !important;
        min-height: 330px;
    }
}

@media only screen and (min-width: 1920px) {
    .page-inner-banner-section {
        background: url("../../../img/page-campaigns/banner.jpg");
        background-position: center !important;
        background-size: cover !important;
        min-height: 440px;
    }
}

@media only screen and (min-width: 1920px) {
    .page-inner-banner-section {
        background: url("../../../img/page-campaigns/banner.jpg");
        background-position: center !important;
        background-size: cover !important;
        min-height: 440px;
    }
}

.campaign-popular-banner img {
    border-radius: 30px;
}

.campaign-popular-badge {
    position: absolute;
    left: 28px;
    top: 28px;
    width: 94px;
    height: 32px;
    background: #fb2b29;
    border-radius: 999px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 32px;
}

@media only screen and (max-width: 1024px) {
    .campaign-popular-badge {
        left: 20px;
        top: 10px;
        width: 78px;
        height: 28px;
        line-height: 28px;
        font-size: 12px;
    }
}

.campaign-popular-head {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .campaign-popular-head {
        margin-top: 24px;
    }
}

.campaign-session-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}

.campaign-session-date {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #98a726;
}

/*
  Tablet vertical    
*/

@media only screen and (max-width: 820px) and (min-width: 481px) {
    .campaign-session-date {
        font-size: 14px;
    }
    .campaign-session-text {
        font-size: 14px;
    }
}


.campaign-popular-head .d-flex {
    gap: 6px;
}

.campaign-popular-title {
    margin-top: 20px;
}

@media only screen and (max-width: 768px) {
    .campaign-popular-title {
        margin-top: 24px;
    }
}

.campaign-popular-title h2 {
    font-weight: 600;
    font-size: 60px;
    line-height: 72px;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: #ffffff;
}

@media only screen and (max-width: 768px) {
    .campaign-popular-title h2 {
        font-size: 24px;
        line-height: 32px;
    }
}

@media only screen and (min-width: 812px) {
    .campaign-popular-title h2 {
        font-size: 22px;
        line-height: 30px;
    }
}

@media only screen and (min-width: 1024px) {
    .campaign-popular-title h2 {
        font-size: 36px;
        line-height: 46px;
    }
}

@media only screen and (min-width: 1440px) {
    .campaign-popular-title h2 {
        font-size: 42px;
        line-height: 48px;
    }
}

@media only screen and (min-width: 1920px) {
    .campaign-popular-title h2 {
        font-size: 60px;
        line-height: 72px;
    }
}

.campaign-popular-description {
    margin-top: 20px;
}

@media only screen and (max-width: 1440px) {
    .campaign-popular-description {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .campaign-popular-description {
        margin-top: 24px;
    }
}

.campaign-popular-description p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #ffffff;
}

@media only screen and (max-width: 768px) {
    .campaign-popular-description p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media only screen and (min-width: 812px) {
    .campaign-popular-description p {
        font-size: 14px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .campaign-popular-description p {
        font-size: 20px;
        line-height: 24px;
    }
}

@media only screen and (min-width: 1920px) {
    .campaign-popular-description p {
        font-size: 24px;
        line-height: 32px;
    }
}

.campaign-popular-action-buttons {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    margin-top: 40px;
}

@media only screen and (max-width: 1440px) {
    .campaign-popular-action-buttons {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1440px) {
    .campaign-popular-action-buttons {
        margin-top: 24px;
        flex-direction: row;
    }
}

@media only screen and (max-width: 580px) {
    .campaign-popular-action-buttons {
        flex-direction: column;
    }
}

.detail-info-btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #fff;
    width: 160px;
    height: 48px;
    border: 1.5px solid #ffffff;
    border-radius: 999px;
    background-color: transparent;
    text-align: center;
    justify-content: center;
}

    .detail-info-btn:hover {
        color: #fff;
    }

@media only screen and (min-width: 812px) {
    .detail-info-btn {
        font-size: 14px;
        width: 142px;
        height: 48px;
        flex-direction: column;
    }
}

@media only screen and (min-width: 1024px) {
    .detail-info-btn {
        font-size: 16px;
        width: 126px;
        height: 44px;
    }
}

@media only screen and (min-width: 1440px) {
    .detail-info-btn {
        font-size: 16px;
        width: 160px;
        height: 48px;
    }
}


/*
  Tablet vertical    
*/

@media only screen and (max-width: 820px) and (min-width: 481px) {
    .detail-info-btn {
        width: 112px;
        height: 38px;
    }
}

/*
   Tablet horizontal
*/

@media only screen and (max-width: 1180px) and (min-width: 1024px) {
    .detail-info-btn {
        width: 112px;
    }
}

.campaign-follow-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    width: 176px;
    height: 48px;
    background: #98a726;
    border-radius: 999px;
}

@media only screen and (max-width: 768px) {
    .campaign-follow-btn {
        width: 184px;
    }
}

@media only screen and (max-width: 709px) {
    .campaign-follow-btn {
        font-size: 12px;
        width: 206px;
    }
}

@media only screen and (max-width: 575px) {
    .campaign-follow-btn {
        width: 100%;
    }
}

@media only screen and (min-width: 769px) {
    .campaign-follow-btn {
        width: 204px;
    }
}

@media only screen and (min-width: 812px) {
    .campaign-follow-btn {
        height: 48px;
        flex-direction: column;
        gap: 5px;
    }
}

@media only screen and (min-width: 1024px) {
    .campaign-follow-btn {
        height: 44px;
        flex-direction: column;
        padding-top: 12px;
        gap: 4px;
    }
}

@media only screen and (min-width: 1440px) {
    .campaign-follow-btn {
        height: 48px;
        flex-direction: column;
        padding-top: 20px;
    }
}

.campaign-follow-btn-title {
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
}

@media only screen and (max-width: 768px) {
    .campaign-follow-btn-title {
        font-size: 14px;
    }
}

@media only screen and (max-width: 709px) {
    .campaign-follow-btn-title {
        font-size: 12px;
    }
}

@media only screen and (max-width: 580px) {
    .campaign-follow-btn-title {
        font-size: 16px;
    }
}

@media only screen and (min-width: 769px) {
    .campaign-follow-btn-title {
        font-size: 12px;
    }
}

@media only screen and (min-width: 812px) {
    .campaign-follow-btn-title {
        font-size: 12px;
        line-height: 14px;
    }
}

@media only screen and (min-width: 1024px) {
    .campaign-follow-btn-title {
        font-size: 12px;
        line-height: 14px;
    }
}

@media only screen and (min-width: 1250px) {
    .campaign-follow-btn-title {
        font-size: 14px;
        line-height: 14px;
    }
}

@media only screen and (min-width: 1440px) {
    .campaign-follow-btn-title {
        font-size: 16px;
        line-height: 10px;
    }
}

.campaign-follow-btn-date {
    font-weight: 400;
    font-size: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}

@media only screen and (max-width: 709px) {
    .campaign-follow-btn-date {
        font-size: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .campaign-follow-btn-date {
        font-size: 10px;
    }
}

@media only screen and (max-width: 585px) {
    .campaign-follow-btn-date {
        font-size: 12 px;
    }
}

@media only screen and (min-width: 769px) {
    .campaign-follow-btn-date {
        font-size: 10px;
    }
}

@media only screen and (min-width: 812px) {
    .campaign-follow-btn-date {
        font-size: 12px;
        line-height: 12px;
    }
}

@media only screen and (min-width: 1024px) {
    .campaign-follow-btn-date {
        font-size: 9px;
        line-height: 9px;
    }
}

@media only screen and (min-width: 1250px) {
    .campaign-follow-btn-date {
        font-size: 12px;
        line-height: 9px;
    }
}

@media only screen and (min-width: 1440px) {
    .campaign-follow-btn-date {
        font-size: 12px;
        line-height: 18px;
        margin-top: 0;
    }
}

.campaigns-items-section {
    margin-top: 110px;
}

@media only screen and (max-width: 768px) {
    .campaigns-items-section {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 1024px) {
    .campaigns-items-section {
        margin-top: 80px;
    }
}

@media only screen and (min-width: 1920px) {
    .campaigns-items-section {
        margin-top: 110px;
    }
}

.campaign-items-card {
    padding: 0;
    border: none;
    border-radius: 18px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
    .campaign-items-card {
        margin-bottom: 20px;
    }
}

.campaign-items-card img {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.campaign-items-card .card-body {
    padding: 48px;
    max-height: 230px;
}

@media only screen and (max-width: 768px) {
    .campaign-items-card .card-body {
        padding: 20px;
    }
}

@media only screen and (min-width: 780px) {
    .campaign-items-card .card-body {
        padding: 18px;
    }
}

@media only screen and (min-width: 812px) {
    .campaign-items-card .card-body {
        padding: 18px;
    }
}

@media only screen and (min-width: 1024px) {
    .campaign-items-card .card-body {
        padding: 18px;
    }
}

@media only screen and (min-width: 1920px) {
    .campaign-items-card .card-body {
        padding: 48px;
    }
}

.campaign-items-card .card-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #1e1e1e;
}

@media only screen and (max-width: 768px) {
    .campaign-items-card .card-title {
        font-size: 18px;
    }
}

@media only screen and (min-width: 812px) {
    .campaign-items-card .card-title {
        font-size: 18px;
        line-height: 24px;
    }
}

@media only screen and (min-width: 1024px) {
    .campaign-items-card .card-title {
        font-size: 20px;
        line-height: 26px;
    }
}

@media only screen and (min-width: 1920px) {
    .campaign-items-card .card-title {
        font-size: 24px;
        line-height: 32px;
    }
}

.campaign-items-card .card-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1e1e1e;
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .campaign-items-card .card-text {
        display: none;
    }
}

@media only screen and (min-width: 812px) {
    .campaign-items-card .card-text {
        font-size: 14px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .campaign-items-card .card-text {
        font-size: 16px;
        line-height: 22px;
    }
}

@media only screen and (min-width: 1920px) {
    .campaign-items-card .card-text {
        font-size: 16px;
        line-height: 24px;
    }
}

.campaign-item-buttons {
    display: flex;
    justify-content: start;
    gap: 20px;
    margin-top: 20px;
    position: absolute;
    bottom: 20px;
}

@media only screen and (max-width: 575px) {
    .campaign-item-buttons {
        flex-direction: column;
        margin-bottom: 12px;
        width: 90%;
    }
}

.campaign-item-buttons .detail-info-btn {
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #3d4245;
    border: 1.5px solid #cfd4dd;
    border-radius: 999px;
}

@media only screen and (max-width: 575px) {
    .detail-info-btn {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .detail-info-btn {
        width: 100%;
    }
}

@media only screen and (min-width: 812px) {
    .campaign-item-buttons .detail-info-btn {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1024px) {
    .campaign-item-buttons .detail-info-btn {
        font-size: 14px;
    }
}

.campaign-show-more-button-area {
    margin-top: 30px;
}

@media only screen and (max-width: 768px) {
    .campaign-show-more-button-area {
        margin-top: 10px;
    }
}

.campaign-show-more-btn {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    gap: 8px;
    width: 256px;
    height: 48px;
    border: 1.5px solid #ffffff;
    border-radius: 999px;
    background-color: transparent;
}

.done-campaigns {
    margin-top: 160px;
    margin-bottom: 50px;
}

.done-campaign-content {
    position: relative;
    height: 210px;
    background: #2e2e2e;
    border-radius: 16px;
    padding: 30px;
}

@media only screen and (max-width: 768px) {
    .done-campaign-content {
        height: 337px;
        padding-top: 132px;
    }
}

.done-campaign-title h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #ffffff;
}

@media only screen and (max-width: 768px) {
    .done-campaign-title h2 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 812px) {
    .done-campaign-title h2 {
        font-size: 26px;
    }
}

@media only screen and (min-width: 1440px) {
    .done-campaign-title h2 {
        font-size: 32px;
    }
}

@media only screen and (min-width: 1920px) {
    .done-campaign-title h2 {
        font-size: 36px;
    }
}

.done-campaign-description {
    margin-top: 10px;
}

    .done-campaign-description p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #ffffff;
        margin-bottom: 0;
        text-align: center;
    }

@media only screen and (max-width: 768px) {
    .done-campaign-description p {
        font-size: 16px;
        margin-top: 4px;
    }
}

.done-campaign-button-area {
    margin-top: 24px;
    text-align: center;
}

.done-campaign-btn {
    width: 232px;
    height: 48px;
    background: #96a825;
    border-radius: 24px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .done-campaign-btn:hover {
        color: #fff;
    }

@media only screen and (max-width: 768px) {
    .done-campaign-btn {
        width: 221px;
        height: 48px;
        font-size: 16px;
    }
}

@media only screen and (min-width: 812px) {
    .done-campaign-btn {
        width: 202px;
        height: 42px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 1440px) {
    .done-campaign-btn {
        font-size: 18px;
        width: 232px;
        height: 48px;
    }
}

.done-campaign-avatar {
    position: absolute;
    bottom: 17.96px;
    right: 21%;
}

@media only screen and (max-width: 1600px) {
    .done-campaign-avatar {
        right: 14%;
    }
}

@media only screen and (max-width: 1240px) {
    .done-campaign-avatar {
        right: 7%;
    }
}

@media only screen and (max-width: 1100px) {
    .done-campaign-avatar {
        right: 0;
        bottom: 78px;
    }

        .done-campaign-avatar img {
            height: 12rem;
        }
}

@media only screen and (max-width: 768px) {
    .done-campaign-avatar {
        display: none;
    }
}

@media only screen and (min-width: 812px) {
    .page-inner-banner-section .page-inner-banner-title-area h1 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1024px) {
    .page-inner-banner-section .page-inner-banner-title-area h1 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 1440px) {
    .page-inner-banner-section .page-inner-banner-title-area h1 {
        font-size: 36px;
    }
}

@media only screen and (min-width: 1920px) {
    .page-inner-banner-section .page-inner-banner-title-area h1 {
        font-size: 48px;
    }
}

.done-campaign-avatar-mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    .done-campaign-avatar-mobile {
        display: block;
        position: absolute;
        bottom: 209px;
        height: 165.84px;
        width: 126.49px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
}

.campaign-detail-date-area {
    display: flex;
    gap: 7px;
    justify-content: start;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .campaign-detail-date-area {
        justify-content: center;
    }
}

.campaign-detail-date-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #231f1f;
}

@media only screen and (min-width: 769px) {
    .campaign-detail-date-text {
        font-size: 12px;
        line-height: 18px;
    }
}

@media only screen and (min-width: 812px) {
    .campaign-detail-date-text {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1024px) {
    .campaign-detail-date-text {
        font-size: 14px;
        line-height: 20px;
    }
}

.campaign-detail-date-info {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #98a726;
}

@media only screen and (min-width: 769px) {
    .campaign-detail-date-info {
        font-size: 12px;
        line-height: 18px;
    }
}

@media only screen and (min-width: 812px) {
    .campaign-detail-date-info {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1024px) {
    .campaign-detail-date-info {
        font-size: 14px;
        line-height: 24px;
    }
}

@media only screen and (min-width: 1440px) {
    .campaign-detail-date-info {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
    }
}





/* new css */
.campaign-items-card .card-body {
    max-height: 230px;
    min-height: 284px;
    position: relative;
}

@media only screen and (max-width: 1440px) {
    .campaign-items-card .card-body {
        min-height: 232px;
    }
}

    /*
  Tablet vertical    
*/

    @media only screen and (max-width: 820px) and (min-width: 481px) {
        .campaign-items-card .card-body {
            min-height: 228px;
        }
    }

    /*
   Tablet horizontal
*/

    @media only screen and (max-width: 1180px) and (min-width: 1024px) {
        .campaign-items-card .card-body {
            min-height: 220px;
        }
    }
