﻿.attactev-list {
    margin-bottom: 60px;
}

.tag {
    text-align: center;
}

.d-flex.f-row-fluid.bg-secondary.secondary-nav {
    justify-content: space-between;
    overflow: auto;
}

.attactev {
    position: relative;
    min-height: 250px;
    border: 1px solid white;
    cursor: pointer;
    color: white;
    display: -ms-flexbox;
    display: flex;
    align-items: end;
    align-items: flex-end;
    overflow: hidden;
    flex-basis: 33.3%;
}

.attactev.event {
    min-height: 600px;
}

.attactev.attactev-black {
    background-color: white;
    color: black;
    border-color: var(--gray);
    border: 1px solid rgba(0, 0, 0, .1);
}

.attactev-image {
    background-position: center center;
    background-size: 110%;
    background-repeat: no-repeat;
    background-color: white;
    transition: all .5s;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    filter: brightness(75%);
    z-index: 0;
}

.event .attactev-image {
    background-size: auto 110%;
}

.attactev:hover .attactev-image {
    background-size: 100%;
    filter: unset;
}

.event:hover .attactev-image {
    background-size: auto 100%;
}

.attactev:not(.attactev-black):hover .attactev-body {
    opacity: 0;
}

.attactev-body {
    padding: 30px;
    padding-bottom: 50px;
    bottom: 0;
    z-index: 1;
    transition: all .5s;
}

.attactev-body h3 {
    font-weight: 600;
}

.attactev-zone-name {
    cursor: pointer;
    transition: all .5s;
}

.attactev-zone-name.active {
    color: white !important;
}

.attactev-label {
    font-weight: 600;
    min-width: 50%;
    padding: 10px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: .85em;
    text-transform: uppercase;
    z-index: 2;
    color: white;
    background-color: var(--primary);
}

@media (max-width: 1500px) {
    .attactev-zone-name {
        font-size: 1.75em;
        padding: 30px !important;
    }
}

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
    .attactev-highlight {
        min-height: 450px;
    }

    .attactev-highlight > div:first-child {
        padding-left: 0;
        padding-right: 0;
    }

    .attactev-container {
        padding: 0;
    }

    .attactev-subtitle {
        font-size: 1em;
        margin: 20px 0 !important;
    }

    .attactev-zones {
        padding-top: 40px;
    }

    .attactev-zone-name {
        font-size: 1.15em;
        padding: 30px 0 !important;
    }

    .attactev-list {
        padding: 30px 15px;
        margin-bottom: 0;
        flex-direction: column;
        max-width: 700px;
        margin: 0 auto;
    }

    .attactev {
        min-height: 150px;
        margin-bottom: 10px;
        flex-basis: unset !important;
    }

    .attactev.event {
        min-height: 400px;
    }

    .attactev-body {
        padding: 15px;
        padding-bottom: 40px;
    }
}
