/*--hot slider css document---*/
.hot-slider-section .desktop-only {
    display: none;
}

.hot-slider-section .mobile-only {
    display: block;
}

.hot-slider-section {
    position: relative;
    margin-bottom: 30px;
    background-color: #222;
    aspect-ratio: 1 / 1 !important;
    /*overflow: hidden;*/
}

.hot-slider-section img.hot-header-image {
    width: 100%
}

.hot-slider-section img.hot-class-image {
    width: 100%
}

.hot-slider-section div.hot-slide.slide-wraper img.hot-slide-img.desktop-only,
.hot-slider-section img.hot-slide-img.mobile-only {
    width: 100%;
    height: auto;
}


.hot-slider-section .hot-slide-content {
    position: relative;
    /*bottom: -100px;*/
    color: #fff;
    /*! right: 100px; */
    background-color: rgba(0, 0, 0);
    padding: 10px;
    min-height: 130px;
    width: 100%;
    transform: translateY(0%);
    text-align: left;
    min-height: 200px;
}

.hot-slide.slide-wraper .hot-slide-content p.slide-date {
  font-weight: 700;
  color: var(--text-color-superlight);
}

.hot-slide-content h2 {
    margin-bottom: 5px;
    font-size: 1.7em;
    font-weight: 700;
    letter-spacing: -0.01em;
    text-align: left;
    font-variation-settings: "wdth" 80;
    line-height: 0.9;
}

.hot-slide-content p {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.hot-slide p.slide-subtitle {
    margin-top: -3px;
    font-size: 1.2em;
    font-weight: 600;
    font-variation-settings: "wdth" 70;
    letter-spacing: -0.01em;
}

.hot-slider-section .hot-slide-content p.slide-location {
    font-size: 1.4em;
    font-weight: 700;
    position: absolute;
    top: -30px;
}

#hot-slide-left {
    height: 50px;
    width: 100px;
    position: absolute;
    border: none;
    bottom: 50%;
    left: 10px;
    transform: translateY(50%);
    background: url(../assets/img/400w/ui-left-arr-b.png) no-repeat left center;
    cursor: pointer;
    background-size: contain
}

#hot-slide-right {
    height: 50px;
    width: 100px;
    position: absolute;
    border: none;
    bottom: 50%;
    right: 10px;
    transform: translateY(50%);
    background: url(../assets/img/400w/ui-right-arr-b.png) no-repeat right center;
    cursor: pointer;
    background-size: contain
}

.discover-btn {
    display: inline-block;
    color: var(--link-color);
    text-decoration: none;
    border: 2px solid var(--primary-color);
    width: fit-content;
    bottom: 10px;
    padding-inline: 30px;
    height: 30px;
    line-height: 26px;
    font-size: 16px;
    border-radius: 0;
    font-weight: 500;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: auto;
    right: 50%;
    bottom: 10px;
    position: absolute !important;
    transform: translateX(50%);
    text-transform: uppercase;
}

/*-------------  TABLET ----------------*/
@media screen and (min-width: 780px) {
    .hot-slider-section .mobile-only {
        display: none !important;
    }

    .hot-slider-section .desktop-only {
        display: block !important;
    }

    .hot-slider-section .hot-slide-content {
        position: absolute;
        top: 50%;
        color: #fff;
        left: 30px;
        background-color: rgba(0, 0, 0, 0.7);
        padding: 10px 10px 10px 50px;
        height: 28vw;
        width: 50vw;
        transform: translateY(-50%);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }


    .hot-slider-section .hot-slide-content p.slide-location {
        font-size: 1em;
        font-weight: 700;
        position: absolute;
        top: 5px;
    }

    .hot-slider-section .slide-attori {
        /*display: none;*/
        font-size: 0.9em;
    }

    .hot-slider-section .hot-slide-content p.slide-location {
        font-size: 1.1em;
        font-weight: 300;
        position: relative;
        /* top: 5px; */
        margin-bottom: 5px;
        text-transform: capitalize;
    }

    .hot-slide-content h2 {
        font-size: 3vw;
        margin-bottom: 0;
    }

    .hot-slide-content p {
        font-size: 1em;
        font-weight: 500;
        text-transform: uppercase;
    }

    #hot-slide-left {
        height: 60px;
        width: 100px;
        position: absolute;
        border: none;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        background: url(../assets/img/400w/ui-left-arr-b.png) no-repeat left center;
        cursor: pointer;
        background-size: contain
    }

    #hot-slide-right {
        height: 60px;
        width: 60px;
        position: absolute;
        border: none;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        background: url(../assets/img/400w/ui-right-arr-b.png) no-repeat right center;
        cursor: pointer;
        background-size: contain
    }

    .hot-slider-section {
        aspect-ratio: 32 / 9 !important;
        overflow: hidden;
    }

    .discover-btn {
        position: absolute;
    }

    .discover-btn {
        display: inline-block;
        color: var(--link-color);
        text-decoration: none;
        border: 2px solid var(--primary-color);
        width: fit-content;
        bottom: 10px;
        padding-inline: 30px;
        height: 20px;
        line-height: 16px;
        font-size: 16px;
        font-weight: 500;
        margin-top: 16px;
        margin-right: auto;
        margin-left: 0;
        right: auto;
        position: relative !important;
        transform: none;
        left: 0;
    }
}


/*---------TABLET AND LAPTOP-------*/
@media screen and (min-width:1240px) {
.discover-btn {
    /* display: inline-block; */
    /* bottom: 10px; */
    height: 30px;
    line-height: 26px;
    /* margin-top: 10px; */
    margin-right: auto;
    margin-left: 0;
    right: auto;
    bottom: 30px;
    position: absolute !important;
    transform: translateX(50%);
}

.hot-slider-section .hot-slide-content p.slide-location {
    font-size: 1.5em;
    font-weight: 300;
    position: absolute;
    top: 30px;
}

    .hot-slider-section .hot-slide-content {
        position: absolute;
        top: 50%;
        color: #fff;
        left: 100px;
        background-color: rgba(0, 0, 0, 0.7);
        padding: 30px 30px 30px 60px;
        height: 25vw;
        width: 40vw;
        transform: translateY(-50%);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .hot-slider-section .slide-attori {
        /* display: none; */
        font-size: 1.2em;
    }

.hot-slide-content p {
    font-size: 1.2em;
    font-weight: 500;
    text-transform: uppercase;
}

.hot-slide.slide-wraper .hot-slide-content p.slide-date {
    font-weight: 700;
    color: var(--text-color-superlight);
    font-size: 1.2em;
    margin-bottom: 10px;
}
.hot-slide-content h2 {
    margin-bottom: 5px;
    letter-spacing: -0.01em;
    font-variation-settings: "wdth" 100;
    line-height: 0.9;
}
.hot-slide p.slide-subtitle {
    margin-top: -3px;
    font-size: 1.2em;
    font-weight: 600;
    font-variation-settings: "wdth" 100;
    letter-spacing: -0.01em;
    margin-bottom: 10px;
}
#hot-slide-left {
    left: 30px;
}
#hot-slide-right {
    right: 30px;
}
}