.hero-archive:before {
    content: unset;
}

.hero-archive .list {
    margin-bottom: 105px;
}

/* @media screen and (min-width: 768px) {
     .hero-archive .list {
         margin-bottom: 144px;
     }
 } */

.hero-archive .list .dot {
    display: inline-block;
    position: relative;
    width: 7px;
    height: 8px;
    background-color: var(--pearl);
    margin: 8px;
    border-radius: 50%;
}

.hero-archive .list span {
    color: var(--pearl);
    font-family: "Playfair Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 87.3%;
}

.hero-archive.hero-content .hero-content-text .arrow-link-container {
    margin-bottom: 40px;
}

.hero-archive p.descrizione {
    margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
    .hero-barche h1 {
        margin-bottom: 104px;
    }
}

.archive.boat-container {
    position: relative;
    margin-bottom: 60px;
    margin-top: 70px;
}

@media screen and (min-width: 768px) {
    .archive.boat-container {
        margin-top: 0px;
    }

    .hero-barche:before {
        content: '';
        background-color: var(--blue);
        /* height: 300px;
width: calc((var(--container-width) * 2));
position: absolute;
top: 0;
left: calc(-1 * (var(--container-width) / 12 * 3)); */
        height: 300px;
        width: 100%;
        z-index: -1;
        position: absolute;
        top: 100%;
        left: 0;
    }
}

.archive .boat-card {
    position: relative;
    border-radius: 20px;
    position: relative;
    padding: 0;
    margin-bottom: 40px;
    background-position: center center;
    background-size: cover;
    text-decoration: none;
    min-height: 30vh;
    display: flex;
    align-items: flex-end;
}

@media screen and (min-width: 768px) {
    .archive .boat-card {
        min-height: 50vh;
        margin-right: calc(var(--container-width) / 12);
        margin-left: calc(var(--container-width) / 12);
        display: flex;
        align-items: flex-end;
    }
}

@media screen and (min-width: 992px) {
    .archive .boat-card {
        min-height: 70vh;
    }
}


.archive .boat-card::before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    z-index: 1;
}


.archive .boat-card .content {
    /* position: absolute;
    bottom: 0; */
    margin: 43px;
    margin-bottom: 27px;
    z-index: 2;
    position: relative;
}

@media screen and (min-width: 992px) {

    .archive .boat-card .content {
        margin: 100px;
        margin-bottom: 50px;
    }
}

/* @media screen and (min-width: 992px) { */

.archive .boat-card .content h2 {
    color: white;
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 400;
    line-height: 87.3%;
    text-decoration: none;
    margin-top: 100px;
    margin-bottom: 20px;
    font-size: 30px;
    font-size: 34px;
}

@media screen and (min-width: 768px) {
    .archive .boat-card .content h2 {
        font-size: 50px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.archive .boat-card .content .boat-link {
    display: flex;

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 114.3%;
    letter-spacing: 2.76px;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .archive .boat-card .content .boat-link {
        font-size: 16px;
    }
}

.archive .boat-card .content .boat-link span {
    color: var(--light-azure);
    font-size: 16px;
}

.archive .boat-card .content .boat-link .arrow-link img {
    fill: invert(87%) sepia(12%) saturate(1095%) hue-rotate(162deg) brightness(97%) contrast(87%);
}


/* archivio tour */
.hero-tour .descrizione {
    margin-bottom: 32px;
}

.hero-tour .arrow-link-container {
    margin-bottom: 40px;
}

.hero-tour .list {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
    .hero-tour .list {
        margin-bottom: 30px;
    }
}

.tour-card-archive-container {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-bottom: 110px;
}

.tour-card-archive-container .tour-card {
    margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
    .tour-card-archive-container .tour-card {
        width: 80%;

    }
}

@media screen and (min-width: 992px) {
    .tour-card-archive-container .tour-card {
        width: calc(50% - 22px);
        margin: 11px;
        border-radius: 20px;
    }
}

.tour-card-archive-container .tour-card:before {
    background: linear-gradient(0deg, rgba(0, 31, 66, 0.60) 0%, rgba(0, 31, 66, 0.60) 100%);
}