.marketing-calender-section {
    padding-top: var(--padding-top);
    padding-bottom: var(--padding-bottom);
}

.marketing-main-info-calender,
.main-marleting-calender {
    position: relative;
}

.main-marketing-bg-image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.main-marketing-bg-image img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}

h1.title-calenders {
    font-size: 44px;
    color: #000000;
    line-height: 1.2;
    margin: 0 0 22px 0;
}

.content-of-calender {
    font-size: 20px;
    color: #000000;
    font-family: 'ANTA Sharp Grotesk Medium';
    line-height: 1.5;
}

.marketing-calender-and-infor {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

.marketing-content-information {
    flex: 0 0 40%;
    max-width: 40%;
}

.marketing-calender-main-items {
    flex: 0 0 60%;
    max-width: calc(60% - 30px);
}

.marketing-main-info-calender {
    padding: 60px 0 7rem 0;
}

.tabbing-items-tabs {
    display: block;
    width: fit-content;
    font-family: 'ANTA Sharp Grotesk Medium';
    font-size: 18px;
    color: #000000;
    line-height: 1.2;
    padding: 10px 30px;
    border-radius: 25px;
    border: 1px solid #D1D1D1;
    transition: all 0.5s;
    cursor: pointer;
}

.tabbing-items-tabs.active {
    color: #fff;
    border-color: #000000;
    background: #000000;
}

.main-tabs-only-calender {
    display: flex;
    gap: 14px;
    align-items: center;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.day {
    font-size: 24px;
    color: #000000;
    font-family: 'ANTA Sharp Grotesk Medium';
    border-top: 1px solid #E8E8E8;
    text-align: center;
    padding: 12px 0 40px 0;
}

.day-items-main {
    font-size: 20px;
    color: #000000;
    font-family: 'ANTA Sharp Grotesk Medium';
    text-align: center;
    padding: 0 0 20px 0;
}

.day.active-date span.main-date {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 38px;
    height: 38px;
    margin: 0 auto;
    background: #000;
    color: #fff;
    border-radius: 30px;
}

.day.passed-date.disable,
.day.disable {
    color: rgb(0 0 0 / 16%);
}

.day.disable.active-date span {
    background: transparent;
    color: unset;
}

.calendar {
    padding: 34px 20px;
    box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    background: #fff;
}

.calendar-nav button {
    background: transparent;
    border: none;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.calendar-nav button svg {
    width: 28px;
    height: 28px;
}

.calendar-nav {
    display: flex;
    align-items: center;
    gap: 13px;
}

button.cal-prev svg {
    transform: rotate(180deg);
}

.marketing-tabs-week-month {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    margin: 0 0 26px 0;
}

.marketing-calender-main-items>.main-items-of-inner {
    display: none;
}

.day .main-items-of-inner {
    display: block;
    margin: 12px 0 0 0;
}

.event-time-field {
    font-size: 14px;
    color: #A2A2A2;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 8px 0 0 0;
    text-align: left;
    line-height: 1.2;
}

.event-product_image img {
    max-width: 63px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: cover;
    display: block;
}

span.event-product_name {
    font-size: 14px;
    color: #000000;
}

.show_image_main-items {
    background: #F3F3F3;
    padding: 6px 20px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    max-width: 114px;
    margin: 8px 0 0 0;
}

.calender-event-title {
    font-size: 16px;
    color: #000000;
    max-width: 115px;
    text-align: left;
    line-height: 1.2;
}

.event-time-field svg {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
}

span.main-date {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-marketing-bg-image .desktop-image {
    display: block;
}

.main-marketing-bg-image .mobile-image {
    display: none;
}

.main-marleting-calender {
    min-height: 50rem;
}

@media(max-width: 1024px) {
    h1.title-calenders {
        font-size: 34px;
        margin: 0 0 12px 0;
    }

    .content-of-calender {
        font-size: 16px;
    }

    .tabbing-items-tabs {
        font-size: 16px;
        padding: 8px 20px;
    }

    .main-tabs-only-calender {
        gap: 8px;
    }

    .marketing-tabs-week-month {
        margin: 0 0 18px 0;
    }

    .day-items-main {
        font-size: 18px;
        padding: 0 0 15px 0;
    }

    .day {
        font-size: 18px;
        padding: 12px 0 26px 0;
    }

    .show_image_main-items {
        padding: 6px 9px;
    }

    .event-time-field {
        flex-wrap: wrap;
        font-size: 12px;
        gap: 2px;
    }

    .calender-event-title {
        font-size: 14px;
    }

    span.event-product_name {
        font-size: 10px;
    }

    .calendar {
        padding: 24px 0;
    }
}

@media(max-width: 768px) {
    .main-marleting-calender {
        min-height: auto;
    }

    .main-marketing-bg-image .desktop-image {
        display: none;
    }

    .main-marketing-bg-image .mobile-image {
        display: block;
    }

    .marketing-content-information,
    .marketing-calender-main-items {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .marketing-main-info-calender {
        padding: 40px 0 10rem 0;
    }

    h1.title-calenders {
        font-size: 29px;
        margin: 0 0 12px 0;
        text-align: center;
    }

    .content-of-calender {
        text-align: center;
        font-size: 14px;
    }

    .content-of-calender br {
        display: none;
    }

    .day {
        font-size: 12px;
        padding: 5px 0 16px 0;
    }

    .day.active-date span.main-date {
        max-width: 25px;
        height: 25px;
    }

    .calender-event-title {
        font-size: 10px;
    }

    .event-time-field svg {
        width: 9px;
        height: 9px;
        flex: 0 0 9px;
    }

    .event-time-field {
        font-size: 9px;
    }

    .show_image_main-items {
        padding: 6px 0;
        background: #fff;
    }

    .day.active-date {
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .day .main-items-of-inner {
        display: block;
        margin: 6px 0 0 0;
        background: #F3F3F3;
        padding: 5px;
        border-radius: 2px;
    }

    .day-items-main {
        font-size: 11px;
        padding: 0 0 14px 0;
    }

    .calendar {
        padding: 23px 10px 0 10px;
    }

    .calendar-nav button {
        width: 24px;
        height: 24px;
        background: #F6F6F6;
        border-radius: 30px;
    }

    .calendar-nav {
        gap: 8px;
    }

    .tabbing-items-tabs {
        font-size: 12px;
        padding: 4px 20px;
    }

    .main-tabs-only-calender {
        gap: 4px;
    }

    .marketing-tabs-week-month {
        margin: 0 0 14px 0;
    }

    .marketing-calender-and-infor {
        gap: 42px;
    }

    span.main-date {
        height: 25px;
    }
}