﻿.offer-slider-title {
    text-align: center;
    margin-top: 2rem;
}

    .offer-slider-title h1 {
        color: black;
        font-family: TypeNextCondensedProBold
    }

    .offer-slider-title h4 {
        color: #888888;
        font-family: TypeNextCondensedProLight;
        margin-top: 1rem;
    }

.slider-title {
    background: black;
    color: white;
    font-family: TypeNextCondensedProLight;
    min-height: 7.5rem;
    display: flex;
    align-items: center;
}

.offer-slider .arrow_prev {
    position: absolute;
    top: 50%;
    left: 20%;
}

button:hover {
    background: #0066B1;
    color: white;
    font-weight: bold;
}

.slider-img:hover {
    filter: opacity(0.85);
}

.container-arrows {
    display: flex;
    text-align: center;
    align-self: center;
    padding: 0;
}

.arrow_prev {
    width: 100%;
    height: 100%;
}

    .arrow_prev span,
    .arrow_next span {
        font-size: 5rem;
        cursor: pointer;
    }

        .arrow_prev span:hover,
        .arrow_next span:hover {
            color: #0066B1;
            font-weight: bold;
            transition: all 0.2s ease;
        }

.slider-content {
    color: #fff;
    position: absolute;
    z-index: 5;
    bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    word-wrap: break-word;
    padding: 1.12rem;
}

.btn-offers {
    height: 100%;
    line-height: 1;
    padding: 1rem 0.5rem;
    background-color: #0066B1;
    color: white;
    border: none;
    width: 100%;
    font-family: TypeNextProRegular;
}

    .btn-offers:hover {
        background: #0653b6;
        box-shadow: 0 4px 16px rgba(49, 138, 172, 1);
        transition: all 0.2s ease;
    }

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
    /* CSS */
    .offer-slider {
        margin: 4rem 0rem;
    }

    .slider-title {
        padding: 1rem;
        margin: 0rem 0.5rem;
    }

    .slider-img {
        padding: 0rem 0.5rem;
        aspect-ratio: 1;
    }

        .slider-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .slider-content {
        bottom: 9rem;
    }
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

    /* CSS */

    .offer-slider {
        margin: 3rem 0rem;
    }

    .slider-title {
        padding: 1rem;
        margin: 0rem 0.5rem;
    }

    .slider-img {
        padding: 0rem 0.5rem;
        aspect-ratio: 1;
    }

        .slider-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .slider-content {
        bottom: 6rem;
    }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

    /* CSS */
    .offer-slider {
        margin: 2rem 0rem;
    }

    .slider-title {
        padding: 0.5rem;
        margin: 0rem 0.5rem;
    }

    .slider-img {
        padding: 0rem 0.5rem;
        aspect-ratio: 1;
    }

        .slider-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .container-arrows {
        display: none;
    }

    .slider-content {
        bottom: 4rem;
    }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    /* CSS */
    .container-arrows {
        display: none;
    }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

    /* CSS */
    .offer-slider {
        margin: 1rem 0rem;
    }

    .slider-title {
        padding: 0.5rem;
        margin: 0rem 0.5rem;
    }

    .slider-img {
        padding: 0rem 0.5rem;
        aspect-ratio: 1;
    }

        .slider-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .container-arrows {
        display: none;
    }

    .slider-content {
        bottom: 3rem;
    }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

    /* CSS */
    .offer-slider {
        margin: 1rem 0rem;
    }

    .slider-title {
        padding: 0.5rem;
        margin: 0rem 0.5rem;
    }

    .slider-img {
        padding: 0rem 0.5rem;
        aspect-ratio: 1;
    }

        .slider-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .container-arrows {
        display: none;
    }
}
