/*main styles*/
@font-face {
    font-family: "Otto-Attac";
    src: url('../fonts/OTTOATTACTYPE.woff2') format('woff2'),
        url('../fonts/OTTOATTACTYPE.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Erotique-Trial';
    src: url('../fonts/erotiquetrial-medium-webfont.woff2') format('woff2'),
        url('../fonts/erotiquetrial-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:root {
    --raleway: "Raleway", sans-serif;
    --otto-attac: "Otto-Attac";
    --erotique: 'Erotique-Trial';
    --poppins: 'Poppins', sans-serif;
}

/* html {
    scroll-behavior: smooth;
  } */

body {
    background: #000;
}

.align-center {
    align-items: center;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*justify-items: space-between;*/
    position: relative;
    overflow: hidden;
    padding: 1rem;
}

.header a,
.header a:hover {
    text-decoration: none;
}

.header .know {
    margin-right: 2rem;
    color: #fff;
    font-family: var(--erotique);
}

.sound button {
    background-color: transparent;
    border: 0 none;
    width: 80px;
    height: 60px;
}

.sound .bg-audio-player {
    position: absolute;
    z-index: -1;
    top: -100%;
    right: -100%;
    visibility: hidden;
}

.container {
    max-width: 1400px;
    /*margin: auto;*/
}

.intro {
    background: url('../assets/main-section.jpg') no-repeat top center;
    background-size: cover;
    color: #fff;
    padding: 2rem 0;
}

.intro .intro-title {
    font-size: 165px;
    font-family: 'Otto-Attac', sans-serif;
    line-height: 185px;
}

.intro .intro-title small {
    font-size: 80px;
    line-height: 90px;
}

.intro .word,
.intro .letter {
    display: inline-block;
}

.fold-one {
    max-width: 1080px;
    margin: auto;
    /*height: 100vh;*/
}

.fold-two {
    max-width: 1080px;
    margin: auto;
    /*height: 100vh;*/
}

.fold-two h3 {
    font-family: 'Erotique-Trial', sans-serif;
    font-size: 90px;
    line-height: 1.1;
    margin-bottom: 1rem;
}

.fold-two h3 small {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.5em;
}

.dictation {
    height: 3rem;
    margin-bottom: 1rem;
}

.dictation button {
    background: none;
    border: 0 none;
    width: 80px;
    height: 60px;
}

.panorama {
    padding: 1rem;
    background: #fff;
    overflow: hidden;
}

.panorama .reel img {
    transition: background 200ms linear;
}

#image-reel .reel-indicator.x {
    height: 5px;
}

.panorama h3 {
    font-family: var(--otto-attac);
    font-size: 72px;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 2rem;
    right: 2rem;
    z-index: 5;
    user-select: none;
    pointer-events: none;
}
.panorama .scrolltext {
    position: absolute;
    bottom:15%;
    font-size: 20px;
    right: 18%;
    color: #fff;
    text-align: right;
}
.panorama .scrolltext img {
    width: 32px;
}
.panorama .scrolltext span {
    display: block;
}

.panorama h3 small {
    display: block;
    font-family: var(--raleway);
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0.5em;
}

.gallery-vertical {
    background: url('../assets/gallery-vertical.jpg') no-repeat center;
    background-size: cover;
    /*padding: 2rem 0;*/
    height: 100vh;

}

.gallery-vertical .columns {
    align-items: center;
    color: #fff;
}

.gallery-vertical article {
    color: #fff;
    max-width: 640px;
    padding: 3rem 3rem;
    font-size: 16px;
}

.gallery-vertical h3 {
    font-family: var(--erotique);
    font-size: 40px;
}

.gallery-vertical h6 {
    margin-bottom: 2.5rem;
}

.gallery-vertical p {
    font-size: 16px;
}

.gallery-vertical figure {
    font-size: 16px;
    max-width: 450px;
    margin: 0 2em;
    padding: 3rem 2rem;
}

.gallery-vertical figure img {
    max-height: 460px;
}

.gallery-vertical figcaption {}

.splide--ttb>.splide__pagination {
    right: 48%;
    padding: 0;
}

.splide--ttb>.splide__pagination li {
    flex-grow: 1;
}

.splide--ttb .splide__pagination__page {
    padding: 0;
    width: 2px;
    height: 100%;
    opacity: 0.1;
    border-radius: 0;
    transform: none;
    transition: all 400ms ease;
}

.splide--ttb .splide__pagination__page.is-active {
    opacity: 1;
}

#artistModal .modal-container {
    background: #323232;
}
#artistModal .modal-gallery .detail {
    color: #fff;
}
#artistModal .modal-gallery h4 span {
    color: #fff;
}
#artistModal .btn.btn-clear {
    color: #fff;
}
#model-cap {
    font-family: var(--erotique);
    font-size: 16px;
    margin-top:5px;
    text-align: center;
}

@media only screen and (min-width: 840px) {
    .art-wrap {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(calc(8rem + 2vw), 1fr));
        /*grid-auto-flow: dense;*/
        grid-gap: 2rem;
        padding: 2rem;
    }

    .art-wrap figure:nth-child(6n-5) {
        grid-column-start: span 3;
    }

    .art-wrap figure:nth-child(6n) {
        grid-column-start: span 3;
    }

    .art-wrap2 {
        display: grid;
        grid-gap: 2rem;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        padding: 2rem;
    }

    .art-wrap2 figure:first-child {
        grid-row: 1 / 3;
    }

    .art-wrap2 figure:nth-child(3) {
        grid-row: 2 / 4;
    }
}

.art-escape {
    background: url('../assets/art-escape-bg.jpg') repeat-y top center;
    /*background-size: cover;*/
    color: #fff;
    padding: 8rem 0 2rem;
}

.art-escape .section-title {
    font-family: var(--erotique);
    font-size: 90px;
    color: #fff;
}

.art-wrap figure {
    margin: 0;
}

.art-wrap figure img,
.art-wrap2 figure img {
    width: 100%;
    object-fit: contain;
}

.art-wrap figure figcaption,
.art-wrap2 figure figcaption {
    font-family: 'Erotique-Trial', sans-serif;
    font-size: 18px;
    color: #fff;
    margin-top: 1rem;
}

.art-wrap figure small,
.art-wrap2 figure small {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
}


.footer {
    background: #fff;
    padding: 1rem 0 0;
    color: #1e1e1e;
}

.footer .h2 {
    font-family: 'Erotique-Trial', sans-serif;
    font-size: 60px;
    line-height: 1.1;
}

.footer small {
    font-size: 12px;
    letter-spacing: 2px;
}

.footer p {
    font-size: 16px;
    letter-spacing: 0.5em;
}

.copyright {
    background: #f5f5f5;
    font-family: var(--raleway);
    font-size: 14px;
    color: #888;
}

.social {
    text-align: center;
    justify-content: flex-end;
    padding: 0.15rem 0;
}

.social a {
    display: inline-flex;
    padding: 0.15rem 0.35rem;
}

.social a:hover,
.social a:focus {
    outline: none;
    box-shadow: none;
}

.social img {
    height: 18px;
}

.modal-gallery .columns {
    align-items: center;
}

.modal-gallery .figure img {
    height: auto;
    text-align: center;
    margin: auto;
}

.modal-gallery .detail {
    font-family: var(--raleway);
    color: #000;
    padding-left: 1rem;
}

.modal-gallery .h4,
.modal-gallery h4 {
    font-family: var(--erotique);
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 1rem;
}

.modal-gallery h4 small,
.modal-gallery .h4 small {
    font-size: 12px;
    font-family: var(--raleway);
    display: block;
}

.modal-gallery h4 span,
.modal-gallery .h4 span {
    /*font-size: 12px;*/
    font-family: var(--poppins);
    font-style: italic;
    display: inline-block;
    color: #666;
}

.modal-gallery p {
    font-size: 14px;
}

@media screen and (max-width: 1199px) {
    .gallery-vertical article {
        padding: 2rem 1rem;
    }
}

@media screen and (max-width: 839px) {
    .header {
        padding: 0.75rem 0.5rem;
    }

    .intro .intro-title {
        font-size: 52px;
        line-height: 1.5;
    }

    .intro .intro-title small {
        font-size: 40px;
        line-height: 1.5;
    }

    .fold-two h3 {
        font-size: 40px;
    }

    .fold-two h3 small {
        font-size: 18px;
    }

    .panorama h3 {
        font-size: 28px;
        top: 30%;
        left: 0.25rem;
        right: 0.25rem;
    }

    .panorama h3 small {
        font-size: 14px;
        letter-spacing: 0.1em;
    }

    .art-escape {
        padding-top: 3rem;
    }

    .art-escape .section-title {
        font-size: 48px;
        margin-bottom: 2rem;
    }

    .art-wrap figure {
        padding-bottom: 1rem;
    }

    .art-wrap figure figcaption {
        margin-top: 0.5rem;
    }

    .footer .h2 {
        font-size: 42px;
    }

    .footer p {
        font-size: 12px;
        letter-spacing: 0.25em;
    }

    .modal-container {
        padding: 0;
    }

    .modal-gallery .figure {
        padding: 0;
        margin: 0;
    }

    .modal-gallery .h4,
    .modal-gallery h4 {
        font-size: 24px;
    }
}

@media screen and (max-width: 640px) {
    .gallery-vertical {
        height: auto;
        background-repeat: repeat-y;
        background-size: auto;
        background-position: top center;
    }

    .gallery-vertical p {
        margin-bottom: 0;
    }

    .gallery-vertical article {
        padding: 2rem 1rem 1rem;
    }

    .gallery-vertical figure {
        padding: 1rem 1rem;
        margin: 0;
    }

    .gallery-vertical figure img {
        max-height: none;
    }

    .copyright {
        padding: 0.25rem 0;
    }

    .copyright .columns {
        flex-direction: column-reverse;
        text-align: center
    }

    .social {
        justify-content: center;
    }

    .modal-container .modal-body {
        padding: 2px;
    }



    .panorama h3 small {
        font-size: 12px;
    }
    .panorama h3 {
        top: 15%; font-size: 24px;
    }
    .panorama .scrolltext {
        bottom: 10%;
        font-size: 14px;
    }
    .panorama .scrolltext span {
        display: initial;
    }



    .logo img {
        max-width: 105px;;
    }
    .header {
        padding: 0.75rem 0px;
    }
    .header .know {
        margin: 0 .5rem;
    }
}

