/*!* Photo Gallery  v28.05.24:01*/

.gallery-page-section {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem
}

@media (min-width:1024px) {
    .gallery-page-section {
        padding-bottom: 4rem;
        padding-top: 4rem
    }
}

.gallery-page-section .category-heading {
    color: var(--primary-500);
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 2.25rem;
    line-height: 1.25;
    padding-right: .25rem
}

@media (min-width:1024px) {
    .gallery-page-section .category-heading {
        font-size: 2.25rem;
        line-height: 2.5rem;
        padding-right: 0
    }
}

.gallery-page-section .category-sub-text {
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(55 65 81/var(--tw-text-opacity))
}

.gallery-page-header {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 1.5rem
}

@media (min-width:1024px) {
    .gallery-page-header {
        gap: 2rem;
        margin-bottom: 2rem
    }
}

.gallery-page-header .gallery-header-text {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(31 41 55/var(--tw-text-opacity))
}

.gallery-page-header .category-wrapper {
    display: none
}

@media (min-width:1024px) {
    .gallery-page-header .category-wrapper {
        display: block
    }
}

.gallery-page-header .category-wrapper .category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    text-align: center
}

.gallery-page-header .category-wrapper .category-list .category-item-tab .category-btn {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-size: 1rem;
    font-weight: 500;
    gap: .5rem;
    justify-content: center;
    line-height: 1.5rem;
    padding: .5rem 1.25rem;
    width: auto
}

:is(.gallery-page-header .category-wrapper .category-list .category-item-tab) .category-radio:checked~.category-btn {
    background-color: var(--primary-500);
    border-color: var(--primary-500);
    border-radius: 9999px;
    border-width: 1px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

:is(.gallery-page-header .category-wrapper .category-list .category-item-tab) .category-radio:not(:checked)~.category-btn {
    background-color: transparent;
    border-color: var(--primary-500);
    border-radius: 9999px;
    border-width: 1px;
    color: var(--primary-500)
}

:is(.gallery-page-header .category-wrapper .category-list .category-item-tab) .category-radio:not(:checked)~.category-btn:hover {
    background-color: var(--primary-500);
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.gallery-page-header .category-selection {
    padding-bottom: .5rem;
    padding-top: .5rem
}

@media (min-width:1024px) {
    .gallery-page-header .category-selection {
        display: none
    }
}

.gallery-page-main {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

@media (min-width:1024px) {
    .gallery-page-main {
        gap: 2rem
    }
}

.photo-gallery-category {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

@media (min-width:1024px) {
    .photo-gallery-category {
        gap: 1.5rem;
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.photo-gallery-category .photo-card-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center
}

@media (min-width:1024px) {
    .photo-gallery-category .photo-card-list {
        gap: 2rem
    }
}

.photo-gallery-category .photo-card-list .photo-card-item {
    order: 2;
    width: 100%
}

@media (min-width:640px) {
    .photo-gallery-category .photo-card-list .photo-card-item {
        width: calc(50% - 8px)
    }
}

@media (min-width:768px) {
    .photo-gallery-category .photo-card-list .photo-card-item {
        width: calc(33% - 9px)
    }
}

@media (min-width:1024px) {
    .photo-gallery-category .photo-card-list .photo-card-item {
        width: calc(33% - 19px)
    }
}

.photo-gallery-category .photo-card-list .photo-card-item.large-img {
    order: 1
}

@media (min-width:768px) {
    .photo-gallery-category .photo-card-list .photo-card-item.large-img {
        width: calc(50% - 9px)
    }
}

@media (min-width:1024px) {
    .photo-gallery-category .photo-card-list .photo-card-item.large-img {
        width: calc(50% - 19px)
    }
}

.photo-gallery-category .photo-card {
    border-radius: .5rem;
    border-width: 1px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    height: 100%;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219/var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    padding: 1rem;
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.photo-gallery-category .photo-card .card-image {
    height: 300px
}

@media (min-width:640px) {
    .photo-gallery-category .photo-card .card-image {
        height: 250px
    }
}

@media (min-width:1024px) {
    .photo-gallery-category .photo-card .card-image {
        height: 300px
    }
}

.photo-gallery-category .photo-card .card-image img {
    border-radius: .5rem;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    width: 100%
}

.photo-gallery-category .photo-card .card-body {
    display: flex;
    flex-direction: column;
    gap: .25rem
}

.photo-gallery-category .photo-card .card-heading {
    font-weight: 700
}

.photo-gallery-category .photo-card .card-heading,
.photo-gallery-category .photo-card .card-text {
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(31 41 55/var(--tw-text-opacity))
}

.photo-gallery-category .photo-card .card-text {
    font-weight: 400
}

.photo-gallery-category .photo-card .video-area {
    height: 300px
}

@media (min-width:640px) {
    .photo-gallery-category .photo-card .video-area {
        height: 250px
    }
}

@media (min-width:1024px) {
    .photo-gallery-category .photo-card .video-area {
        height: 300px
    }
}

.photo-gallery-category .photo-card .video-area .video-container,
.photo-gallery-category .photo-card .video-area .video-wrapper {
    height: 100%
}

.photo-gallery-category .cta-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center
}

@media (min-width:640px) {
    .photo-gallery-category .cta-wrapper {
        flex-direction: row
    }
}

.photo-gallery-category .cta-wrapper .btn {
    min-width: 262px
}

.inspiration-gallery .gallery-page-header {
    gap: .5rem;
    margin-bottom: 40px
}

@media (min-width:1024px) {
    .inspiration-gallery .gallery-page-header {
        gap: 2rem;
        margin-bottom: 2rem
    }
}

.inspiration-gallery .photo-gallery-category {
    gap: 2.5rem
}

@media (min-width:1024px) {
    .inspiration-gallery .photo-gallery-category {
        gap: 40px
    }
}