﻿.card-sport{width:100%;border-radius:1.6rem;overflow:hidden;}
.card-sport__image-wrapper{position:relative;/*border-radius:1.6rem;overflow:hidden*/}
.card-sport__image-wrapper:after{content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .5) 100%);pointer-events: none}
.card-sport__image-wrapper img{display:block;width:100%;height:auto;aspect-ratio: 3/2;object-fit: cover;}
.card-sport__text{padding:2rem 1.6rem}
.card-sport__title{margin: 0;color: #fff;font-size: 4.8rem;position:absolute;z-index: 1;left: 1.6rem;line-height: 1;bottom:.8rem;}
.card-sport__text .standard-list-item{list-style:none;padding:0}
.card-sport__text .standard-list-item li{text-transform:none;letter-spacing:0;font-weight:400;font-family:var(--ff-heading);color:#333;font-size:1.5rem;line-height:1.6}
.card-sport__text .standard-list-item li{border-bottom: 1px solid #eee;padding-bottom: .4rem;}
.card-sport__text .standard-list-item li:last-of-type{border-bottom:none;padding-bottom:0;margin-bottom:0}

#card-sport__area-fitness .button{margin-top:2.4rem;position: absolute;bottom: 1.6rem;}
#card-sport__beach-sport-campeggio .card-sport__title i,
#card-sport__pickleball .card-sport__title i{font-family: var(--ff-heading);font-size:1.4rem;text-transform:uppercase;letter-spacing:.05rem;position:absolute;left:0;top:-4rem;background: #fff;color: var(--primary-color);padding: .8rem 1.6rem;border-radius: .8rem;font-weight: bold;transform: rotate(3deg);}
#card-sport__beach-sport-campeggio .card-sport__image-wrapper:after{background:rgba(0, 0, 0, .3);mix-blend-mode:darken}

.card-sport__pappaloop{position: absolute;right: 0;bottom: 0;width: 10rem;height: auto;transform: translate(25%,25%);opacity: .2;display:none}

@media (min-width: 500px) {
    .card-sport__image-wrapper img{aspect-ratio:3/1.5}
}

@media (min-width: 1280px) {
    .card-sport__title {left: 1.6rem;bottom: 1.2rem;}
    .card-sport__text{padding:2rem 1.6rem}
    .card-sport__image-wrapper img{aspect-ratio:3/1.5}

}

@media (min-width: 1440px) {
    .card-sport__title {font-size:4.8rem;left:2rem}
    .card-sport__text{padding:2rem 2rem 2.4rem}
}

@media (min-width: 1920px) {
    .card-sport__title {font-size:6.4rem;}
}