.justify-space-between{
    /* justify-content: space-between; */
    column-gap: 5.26%;
}

.nyc_card_item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: top;
}
.card_wrapper_col_gap_60{
    column-gap: 60px;
}

.calendar {
    background-color: #F8F8F8;
    padding: 96px 0;
    margin-bottom: 0 !important;
}

.calendar .header {
    font-family: "montserrat-extra-bold";
    font-size: 36px;
    line-height: 43.88px;
    font-weight: 800;
    margin-bottom: 48px;
}
.calendar .col-lg-4 {
    display: flex;
    justify-content: end;
}
.cal_slider_controller {
    display: flex;
    column-gap: 24px;
}
.calendar .button {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.calendar .button .btn {
    background-color: transparent;
    color: #000;
    font-family: "poppins-semi-bold";
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 30px;
    box-shadow: 0px 0px 7px #7c7474;
    border: none;
}
.calendar .button .btn:hover {
    border: 1px solid #000;
    box-shadow: none;

    transition: 0.5s;
}

.nyc_card_item .stamp {
    background-color: #FF0001;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px 16px 2px 16px;
    height: 65px;
    width: 65px;
}

.nyc_card_item .stamp .stamp_month{
    font-family: "poppins-bold";
    color: #FFFFFF;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
}
.nyc_card_item .stamp .stamp_date {
    font-family: "poppins-bold";
    color: #FFFFFF;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}
.nyc_card_item .event {
    color: #000000;
    font-family: "montserrat-bold";
    font-size: 16px;
    line-height: 19.5px;
    font-weight: 800;
    margin: 24px 0;
    text-transform: uppercase;
}


.nyc_card_item .period {
    display: flex;
    margin-top: 24px;
}
.nyc_card_item .period .period_date {
    font-family: "poppins-bold";
    color: #FF0001;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
}
.nyc_card_item .period .period_bar {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    padding: 0 8px;
}
.nyc_card_item .period .period_entry {
    font-family: "poppins-medium";
    color: #000000;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
}


.nyc_card_item .sub_title {
    color: #000000;
    font-family: "montserrat-bold";
    font-size: 30px;
    line-height: 36.57px;
    font-weight: 700;
    margin: 24px 0;
}

.nyc_card_item .para {
    color: #000000;
    font-family: "poppins-regular";
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 24px;

}

.nyc_card_item .link {
    color: #FF0001;
    font-family: "poppins-medium";
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    text-decoration: underline;
    text-wrap: nowrap;
    text-transform: capitalize;
}
.nyc_card_item .link-right-space {
    margin-right: 24px;
}
.nyc_card_item .link:hover {
    text-decoration: none;

}
.nyc_card_item #link_2 {
    margin-left: 24px;
}



@media (max-width: 991.98px) {

    .container {
        width: 100%;
        padding: 0 40px;
    }
    .calendar .header {
        font-size: 28px;
        line-height: 33.88px;
        font-weight: 800;
        margin-bottom: 40px;
    }
    .nyc_card_item .sub_title {
        color: #000000;
        font-size: 24px;
        line-height: 30.57px;
        font-family: "Montserrat", sans-serif;
        margin: 18px 0;
    }
    .nyc_card_item .link {
        font-size: 15px;
    }
    .calendar .col-lg-8, .calendar .col-lg-4{
        width: 50%;
    }
    .calendar{
        margin-bottom: 80px !important;
    }
}


@media (max-width: 767.98px) {

    .container {
        width: 100%;
        padding: 0 25px;
    }

    .calendar .header {
        font-size: 28px;
        line-height: 33.88px;
        font-weight: 800;
        margin-bottom: 40px;
    }
    

    .nyc_card_item .sub_title {
        color: #000000;
        font-size: 24px;
        line-height: 30.57px;
        font-family: "Montserrat", sans-serif;
        margin: 18px 0;
    }

    .calendar .swiper-slide {
        width: 100%;
    }

}