.hero-image {
    background-image: url("../../assets-dev/gallery/banner.png");
}

.nav-gallery {
    margin-bottom: 64px;
}

.nav-gallery .nav-item:first-child {
    border-radius: 5px 0 0 5px;
}

.nav-gallery .nav-item:last-child {
    border-radius: 0 5px 5px 0;
}

.nav-gallery .nav-item {
    background: #282828;
}

.nav-gallery .nav-item .nav-link {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    padding: 20px 34px;
    border-radius: 0;
    color: white;
}

.nav-gallery .nav-item .nav-link.active {
    background: #f1543e;
    border-radius: 5px;
}

.gallery-wrapper {
    display: flex;
}

.gallery-wrapper .content {
    height: 350px;
    width: 350px;
}

.gallery-wrapper .column img {
    width: 100%;
    border-radius: 5px;
    height: 100%;
    object-fit: cover;
}

.btn-load-more {
    width: 250px;
    margin-top: 54px;
    background: #f1543e;
    color: white;
    border-radius: 5px;
    padding: 15px 40px;
}

.btn-load-more:hover {
    background: rgb(218, 75, 56);
    color: white;
}

.custom-select {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0;
    background: #282828;
}

.custom-select:focus {
    border: none;
    box-shadow: none;
}

.select2-container {
    display: none !important;
}

.select2-selection {
    background-color: #282828 !important;
    border: none !important;
}

.select2-selection__rendered {
    line-height: 50px !important;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: white !important;
    letter-spacing: 0;
    font-size: 16px;
}
.select2-container .select2-selection--single {
    height: 50px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 50px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 10px !important;
    width: 35px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    background-image: url(../../assets-dev/gallery/arrow_down_white.svg);
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    border: none !important;
    height: 24px !important;
    width: 14px !important;
    margin: auto !important;
    top: auto !important;
    left: auto !important;
}

.select2-container--open .select2-dropdown--below {
    background-color: #282828 !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: #282828 !important;
    color: white !important;
}

.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #282828 !important;
    color: white !important;
}

.select2-results__options {
    color: white !important;
}

.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    color: #cbcaca !important;
}

@media screen and (max-width: 768px) {
    .select2-container {
        display: unset !important;
    }

    .nav-gallery {
        display: none !important;
    }

    .content {
        width: 100% !important;
    }
}

@media screen and (max-width: 576px) {
    .hero-image {
        background-image: url("../../assets-dev/gallery/banner-mobile.png");
    }

    .magnify-modal {
        width: 100% !important;
        left: 0 !important;
    }
}
