@font-face {
    font-family: 'Futura Light';
    src: url('../fonts/FuturaLightC/FuturaLightC.eot');
    src: url('../fonts/FuturaLightC/FuturaLightC.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaLightC/FuturaLightC.woff') format('woff'),
    url('../fonts/FuturaLightC/FuturaLightC.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.brand-font {
    font-family: 'Futura Light';
}

header .logo .logo-dark.default, header .logo .logo-light.default {
    height: 20px;
}

.follow-us {
    color: #232323;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.015em;
    text-transform: uppercase;
}

.header-social-icon {
    font-size: 16px;
    padding-left: 6px;
}

header nav.navbar .navbar-nav > li > a, nav.navbar.bootsnav ul.nav > li > a.text-deep-pink {
    color: #ff214f;
}

header nav.navbar .navbar-nav > li > a, nav.navbar.bootsnav ul.nav > li > a.text-deep-pink:hover {
    color: rgb(255, 33, 79, 0.6);
}

@media (min-width: 992px) {

    header nav.navbar {
        padding: 26px 0;
    }

    header nav .nav-header-container {
        --header-logo-width: 185px;
        display: flex;
        align-items: center;
        position: relative;
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: center;
    }

    nav.navbar.navbar-default ul.nav > li > a {
        margin: 0 20px;
        padding: 0;
    }

    nav .accordion-menu {
        display: flex;
        justify-content: center;
        max-width: calc(100% - (var(--header-logo-width) * 2));
        padding: 0;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    nav .accordion-menu .navbar-collapse {
        justify-content: center;
    }

    nav .accordion-menu .navbar-collapse,
    nav .accordion-menu .navbar-nav {
        white-space: nowrap;
    }

    .logo-col,
    .nav-balance-col {
        align-self: center;
    }

    .logo-col {
        z-index: 1;
    }

}

footer .small-icon li {
    margin: 0 5.5px;
}

.home-page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.home-carousel-section {
    background: #fff;
    padding: 94px 0 0;
}

.home-carousel-shell {
    margin: 0 auto;
    max-width: min(1280px, calc((100vh - 300px) * 1.5725));
    width: calc(100vw - 140px);
}

.home-carousel {
    aspect-ratio: 1280 / 814;
    background: #fff;
    width: 100%;
}

.home-carousel .swiper-slide {
    overflow: hidden;
}

.home-carousel .swiper-slide picture {
    display: block;
    height: 100%;
    width: 100%;
}

.home-carousel .swiper-slide img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.home-carousel .swiper-button-prev,
.home-carousel .swiper-button-next {
    background-image: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    margin-top: -27px;
    opacity: 1;
    width: 42px;
}

.home-carousel .swiper-button-prev {
    left: 22px;
}

.home-carousel .swiper-button-next {
    right: 22px;
}

.home-carousel .swiper-button-prev:before,
.home-carousel .swiper-button-next:before {
    border-color: #b8b8b8;
    border-style: solid;
    content: "";
    display: block;
    height: 24px;
    width: 24px;
}

.home-carousel .swiper-button-prev:before {
    border-width: 3px 0 0 3px;
    transform: rotate(-45deg);
}

.home-carousel .swiper-button-next:before {
    border-width: 3px 3px 0 0;
    transform: rotate(45deg);
}

.home-carousel-pagination.swiper-pagination {
    margin-top: 42px;
    position: static;
    text-align: center;
}

.home-carousel-pagination .swiper-pagination-bullet {
    background: #d9d9d9;
    height: 8px;
    margin: 0 10px;
    opacity: 1;
    width: 8px;
}

.home-carousel-pagination .swiper-pagination-bullet-active {
    background: #232323;
}

footer.home-footer {
    background: #fff;
    bottom: 0 !important;
    left: 0 !important;
    margin-top: 0 !important;
    padding: 0 0 30px !important;
    position: fixed !important;
    right: 0 !important;
    z-index: 10 !important;
}

@media (max-width: 991px) {
    .home-carousel-section {
        padding-top: 48px;
    }

    .home-carousel-shell {
        max-width: none;
        width: calc(100vw - 30px);
    }

    nav.navbar.bootsnav .navbar-nav li,
    nav.navbar.bootsnav .navbar-nav > li > a {
        border-bottom: 0 !important;
        border-top: 0 !important;
    }

    .navbar-nav li > a,
    nav.navbar.navbar-default ul.nav > li > a,
    header .navbar-nav li > a {
        font-size: 17px;
        line-height: 1.4;
        padding: 14px 15px 13px;
    }
}

@media (max-width: 575px) {
    .home-carousel-section {
        padding-top: 56px;
    }

    .home-carousel-shell {
        max-width: 330px;
        width: calc(100vw - 44px);
    }

    .home-carousel {
        aspect-ratio: 1242 / 2208;
    }

    .home-carousel .swiper-button-prev {
        left: 8px;
    }

    .home-carousel .swiper-button-next {
        right: 8px;
    }

    .home-carousel-pagination.swiper-pagination {
        margin-top: 28px;
    }

    footer.home-footer {
        padding: 0 0 28px !important;
    }
}

.hover-option5 .grid-item:hover .portfolio-hover-box {
    background: none;
}

.about-biography-section {
    background: #fff;
    padding: 78px 0 88px;
}

.about-biography-grid {
    display: grid;
    gap: 64px;
    grid-template-columns: minmax(280px, 38%) minmax(0, 1fr);
    align-items: start;
}

.about-biography-heading {
    margin-bottom: 28px;
}

.about-biography-heading h1 {
    color: #232323;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.12;
    margin: 0 0 9px;
}

.about-biography-heading p {
    color: #6f6f6f;
    font-size: 22px;
    line-height: 1.25;
    margin: 0;
}

.about-biography-media img {
    display: block;
    height: auto;
    width: 100%;
}

.about-biography-copy {
    color: #565656;
    font-size: 15px;
    line-height: 1.85;
    padding-top: 0;
}

.about-biography-copy p:last-of-type {
    margin-bottom: 0;
}

.about-biography-copy blockquote {
    border-left: 2px solid #e6e6e6;
    color: #4f4f4f;
    font-size: 16px;
    line-height: 1.75;
    margin: 34px 0 24px;
    padding: 0 0 0 24px;
}

.about-biography-copy blockquote footer {
    color: #777;
    font-size: 13px;
    margin-top: 12px;
}

.about-exhibitions-action {
    margin-top: 46px;
    text-align: center;
}

.about-exhibitions-toggle {
    min-width: 150px;
}

.about-exhibitions-panel {
    margin-top: 62px;
}

.about-exhibitions-content {
    color: #565656;
    font-size: 14px;
    line-height: 1.75;
}

.about-exhibitions-grid {
    display: grid;
    gap: 68px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
}

.about-exhibitions-content h3 {
    color: #232323;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.015em;
    line-height: 1.3;
    margin: 38px 0 18px;
}

.about-exhibitions-content h3:first-child {
    margin-top: 0;
}

.about-exhibitions-content p {
    margin-bottom: 7px;
}

.about-exhibitions-content ul {
    padding-left: 18px;
}

@media (max-width: 991px) {
    .about-biography-section {
        padding: 48px 0 64px;
    }

    .about-biography-grid {
        gap: 36px;
        grid-template-columns: 1fr;
    }

    .about-biography-media {
        max-width: 520px;
    }

    .about-biography-copy {
        padding-top: 0;
    }

    .about-exhibitions-grid {
        gap: 36px;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .about-biography-heading h1 {
        font-size: 31px;
    }

    .about-biography-heading p {
        font-size: 19px;
    }
}

.mfp-fade.mfp-bg.mfp-ready {
    background-color: #ffffff;
    opacity: 1;
}

.mfp-fade .mfp-close, .mfp-close:active {
    color: #232323;
}

.mfp-fade .mfp-arrow-left:before,
.mfp-fade .mfp-arrow-right:before {
    color: #232323;
}

@media (max-width: 767px) {
    .mfp-fade button.mfp-arrow {
        background-color: #ffffff;
    }
}

.mfp-fade img.mfp-img {
    max-width: 90%;
}

.mfp-fade .mfp-figure:after {
    display: none;
}

.mfp-fade .mfp-title {
    color: #232323;
}

.mfp-fade .mfp-counter {
    display: none;
}

.mfp-bottom-bar {
    top: 100%;
    margin-top: 0;
}

/**/

.title-big {
    font-size: 45px;
    line-height: 45px;
}

@media (max-width: 768px) {
    .title-big {
        font-size: 30px;
        line-height: 30px;
    }
}

section,
section.big-section {
    padding: 52px 0;
}

.font-size-16 {
    font-size: 16px;;
}

.line-height-small p {
    margin-bottom: 10px;
}

@media (min-width: 992px) and (max-width: 1500px) {
    .main-slider .slider-text-middle {
        position: relative;
        top: -76px;
    }
}

/*
    Artworks
*/

.banner + #text {
    background-color: transparent;
}

.banner .full_image_description {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #fff;
    padding: 10px;
}

.portfolio-section.bg-light-gray a {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}

.mfp-container.bg-light-gray {
    min-height: 100%;
    height: unset;
}

.mfp-container.bg-light-gray .mfp-img {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.panther-popup {
    width: 100%;
    min-height: 200px;
    max-width: 600px;
    position: fixed;
    bottom: 0;
    right: 0;
    background: url('../images/panther.png') no-repeat top right;
    background-size: 50% auto;
    z-index: 9999;
}

.panther-popup form {
    width: 100%;
    margin-top: 100px;
    position: relative;
    background-color: #ffffff;
    border: 2px solid #d97186;
    padding: 32px 32px 24px 24px;
}

.panther-popup .popup-close {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #d97186;
    font-size: 16px;
    cursor: pointer;
}

.panther-popup .btn-deep-pink {
    padding: 7px 12px;
    right: 0;
    background: #d97186;
    border-color: #d97186;
}

.panther-popup .btn-deep-pink:hover,
.panther-popup .btn-deep-pink:focus {
    background: transparent;
    border-color: #d97186;
    color: #d97186;
}

@media (min-width: 768px) {
    .panther-popup form {
        width: 47%;
        margin-top: 0;
    }
    .panther-popup .btn-deep-pink {
        padding: 5px 12px;
    }
}

#success-subscribe-newsletter {
    margin: 15px 0;
}

#error-subscribe-newsletter {
    clear: both;
    margin: 15px 0;
    text-align: center;
    border: 1px solid #ee2323;
    color: #ee2323;
    padding: 2px 0;
    display: none;
    font-size: 11px;
}

select {
    min-height: 42px;
}

.hover-option6 .grid-item figure:hover img,
.hover-option6 .grid-item figure:hover figcaption {
    cursor: pointer;
}

[data-group="hidden_images"] + [data-group="hidden_images2"] {
    margin-left: 10px;
}

.product .swiper-slide > .sm-width-100 {
    padding-top: 10px;
}
.product .swiper-slide > .sm-width-100 img {
    -webkit-box-shadow: 1px 0px 10px 0px rgba(35, 35, 35, 0.2);
    -moz-box-shadow: 1px 0px 10px 0px rgba(35, 35, 35, 0.2);
    box-shadow: 1px 0px 10px 0px rgba(35, 35, 35, 0.2);
}

.product .swiper-container .swiper-button-black-highlight {
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.product .swiper-container:hover .swiper-button-black-highlight {
    opacity: 1;
}
