/* Offers */
.btn-bg-card {
    background: var(--dark-blue);
    border: none;
    border-radius: 0px;
    color: #fff;
    font-size: 0.1rem;
    text-transform: uppercase;
    padding: 0.6rem 0.45rem;
    text-decoration: none;
    display:flex;
    justify-content:space-around;
}

    .btn-bg-card:hover {
        background: var(--light-blue);
        color: var(--white);
    }

    .home-offers {
        margin: 2rem 0rem;
    }

.swiper-slide {
  border: .5rem #fff solid;
}

.swiper .card {
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius:25px;
    margin:2rem;
}
.card > img
{
  aspect-ratio: 3/2;
  object-fit: contain;
}

.swiper-slide a {
  text-decoration: none !important;
  font-size: 1rem;
}

.swiper-slide a span {
  color: #606060
}

.swiper-slide a span:hover {
  color: #000
}

.swiper-slide .card-body {
  padding: .5rem 3rem;
}

.swiper-slide .card-title span {
  font-size: 1.25rem;
}

/* Second Banner */
.second-banner {
    position: relative;
    background: #E5E5E566;
}

.second-banner a {
text-decoration: none !important;
}

.second-banner-container {
  padding: 0rem 8rem;
}

.second-banner .btn-bg {
  font-size: 1rem;
  margin-bottom:2.2rem;
  border-radius:0px;
  width:50%;
}

/* News Section */
.news-header {
  position: relative;
  padding:5rem;
}

.news-header-text {
    width: 100%;
    background: var(--dark-blue); /* temporary; remove afte image is replaced*/
    color: var(--white);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem;
}

.news-btn {
    font-family: FordAntennaLight;
    padding:0.4rem !important;
    border-radius:2px;
}

.news-btn:hover {

    background-color: var(--dark-blue);

}
    @media(max-width: 1200px) {
        .swiper-slide .card-body {
            padding: .5rem 1rem !important;
        }

        .second-banner-container {
            padding: 0rem 3rem;
        }

        .news-header-text h1 {
            font-size: 2rem;
        }

        .news-header-text h4 {
            font-size: 1rem;
        }

        .second-banner .btn-bg {
            font-size: 1rem;
            margin-bottom: 2.2rem;
            border-radius: 0px;
            width: 90%;
            margin-top: 1.5rem;
        }

        .btn-bg-card {
            width: 100%;
        }

        .card {
            margin:0.5rem;
        }
    }

    @media(max-width: 992px) {
        .home-offers {
            margin: 1rem 0;
        }

        .second-banner .btn-bg {
            font-size: 1rem;
            margin-bottom: 2.2rem;
            border-radius: 0px;
            width: 90%;
            margin-top: 1.5rem;
        }

        .btn-bg-card {
            display:flex;
            justify-content:center;
            border-radius:4px;
            width:70%;
        }

        .card-text-container {
            display:flex;
            flex-direction:column;
            align-items:center;
        }

        .card {
            margin:1rem 0;
        }
    }

    @media(max-width: 768px) {

        .swiper-slide .card-body {
            padding: .5rem 1rem !important;
        }

        .swiper-slide .card-title {
            text-align: center !important;
        }

        .home-offers h1 {
            font-size: 1.5rem;
        }

        .swiper-slide .card-title span {
            font-size: 1rem;
        }

        .swiper-slide h2 {
            font-size: 1.5rem;
        }

        .swiper-slide h4 {
            font-size: 1rem;
        }

        .swiper-slide a {
            font-size: .7rem;
        }

        .swiper-slide span {
            font-size: .7rem;
        }

        .second-banner .btn-bg {
            font-size: 1rem;
            margin-bottom: 2.2rem;
            border-radius: 0px;
            width: 90%;
            margin-top: 1.5rem;
        }

        .btn-bg-card {
            width: 90%;
        }

        .card {
            margin:2rem 1rem;
        }

    }

    @media(max-width: 576px) {
        .second-banner-container {
            padding: 0rem 1rem;
        }

        .second-banner h1,
        .news-header-text h1 {
            font-size: 1.25rem;
        }

        .second-banner h5,
        .news-header-text h4 {
            font-size: 0.7rem;
        }

        .swiper .card {
            margin: 3rem;
        }

        .second-banner .btn-bg {
            font-size: 1rem;
            margin-bottom: 2.2rem;
            border-radius: 0px;
            width: 90%;
            margin-top: 1.5rem;
        }

        .btn-bg-card {
            width:90%;
        }

    }
