.x-mas {
    .hertz-banner {
        background: url(https://www.hertzpageo.com/img/partners/pco-rental/xmas-banner-bg.webp);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-color: #f9ecd9;

        @media(max-width: 991px) {
            background-size: contain;
            gap: 10px;
        }

        &::before {
            content: '';
            background-image: url(https://www.hertzpageo.com/img/partners/pco-rental/xmas-bg-asset.png);
            width: 84px;
            height: 70px;
            background-repeat: no-repeat;
            position: absolute;
            right: 0;
            top: 38px;

            @media(max-width: 991px) {
                display: none;
            }
        }

        .divider {
            margin: 15px auto;
            background-color: #0000004D;
            width: 100%;
        }

        .banner-content {
            width: 45%;
            padding-top: 50px;

            @media(max-width: 991px) {
                width: 100%;
                padding-top: 10px;
            }

            .title {
                h1 {
                    color: #CD2828;

                    @media(max-width: 767px) {
                        font-size: 35px;
                        line-height: 42px;
                    }

                    @media(min-width: 768px) and (max-width: 992px) {
                        font-size: 45px;
                        line-height: 50px;
                    }
                }
            }

            h2 {
                font-size: 20px;
                letter-spacing: 12px;
                color: #000;
                margin-bottom: 5px;

                @media(max-width: 767px) {
                    letter-spacing: 2px;
                }

                @media(min-width: 768px) and (max-width: 991px) {
                    letter-spacing: 5px;
                }
            }

            .top-content {
                padding-left: 35px;
                padding-top: 0px;

                @media(max-width: 767px) {
                    padding-left: 0;
                }
            }

            .event-details {
                margin: 12px 0 17px;
                gap: 10px;
            }
        }

        .promo-text {
            font-size: 18px;
            color: #4A4A4A;
            font-weight: 600;
            line-height: 20px;

            @media(max-width: 767px) {
                font-size: 18px;
                line-height: 24px;
            }

            @media(min-width: 768px) and (max-width: 991px) {
                font-size: 16px;
                line-height: 26px;
            }
        }

        .event-content {
            font-size: 20px;
            font-weight: 600;
            line-height: 1.5;
            color: #4A4A4A;
        }

        .detail-item {
            gap: 7px;

            span {
                color: #4A4A4A;
                font-weight: 400;
            }
        }

        .cta-button {
            border: none;
            padding: 0px 27px;
            border-radius: 0;
            font-family: 'Open Sans', sans-serif;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            margin-top: 0;
            transition: background-color 0.3s ease;
            line-height: 2.25;
            margin-bottom: 60px;

            @media(max-width: 1200px) {
                margin-bottom: 20px;
            }
        }

        .terms-condition {
            font-size: 14px;
            font-weight: 400;
            list-style: 20px;
            color: #000;
            font-style: italic;
            margin: 0;
        }

        .cars-showcase {
            width: 45%;
            padding-top: 0;

            @media(max-width: 991px) {
                width: 100%;
            }

            .slider {
                max-width: 100%;
                margin: 5px auto;
                height: auto;
                padding-bottom: 0;

                .slick-slide img {
                    margin: 0 auto;

                    @media(max-width: 991px) {
                        height: 200px;
                        object-fit: contain;
                    }
                }

                .slick-list {
                    height: auto !important;

                    .slick-track {
                        padding-bottom: 10px;
                    }
                }

                .slick-dots {
                    position: relative;
                    bottom: 0;
                }

                .slick-dots li {
                    width: 11px;
                    height: 11px;
                    transition: width .3s ease-in-out;
                }

                .slick-dots li button {
                    width: 100%;
                    height: 100%;
                    border-radius: 50px;
                    font-size: 0;
                    background: rgba(205, 40, 40, 0.50);
                }

                .slick-dots li button::before {
                    display: none;
                }

                .slick-dots li.slick-active {
                    width: 30px;
                }

                .slick-dots li.slick-active button {
                    background: #CD2828;
                }

                p {
                    font-size: 20px;
                    font-weight: 600;
                    line-height: 1.5;
                    color: #000;
                    margin: 0;
                    margin-top: 8px;
                    text-align: center;
                }
            }
        }
    }

    .clock .time-block {
        background-image: url(https://www.hertzpageo.com/img/partners/pco-rental/xmas-timer-card-bg.svg);
        background-size: cover;
        background-position: center;
        color: #CD2828;
        display: flex;
        /* border: 1px solid; */
        text-align: center;
        justify-content: center;
        align-items: center;
        margin: 5px;
        padding: 10px;
        padding-bottom: 15px;
        width: 70px;
        height: 70px;
        border-radius: 8px;
        box-shadow: 0px 0px 7px 2px #cd282836;
        position: relative;

        &::before {
            content: '';
            position: absolute;
            width: calc(100% - 9px);
            height: 4px;
            background: linear-gradient(180deg, #FFF 0%, #000 55%);
        }

        @media(max-width: 420px) {

            margin: 0;
            padding: 5px;
            width: 50px;
            height: 50px;
        }

        @media(min-width: 768px) and (max-width: 992px) {
            margin: 0;
            width: 60px;
            height: 60px;
        }

    }

    .timer-counter .label {
        margin: 0;
        color: #CD2828 !important;
    }

    @media(max-width: 767px) {
        .hertz-banner .main-content {
            width: 100%;
            overflow: hidden;
            padding: 0 10px !important;
        }

        .clock-wrap {
            margin-top: 20px;
        }
    }

    @media(max-width: 420px) {
        .timer-counter .label {
            font-size: 10px !important;
        }
    }
}