@font-face {
    font-family: 'Futura Bk BT';
    src: url('../fonts/FuturaBT-Book.woff2') format('woff2'),
        url('../fonts/FuturaBT-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura BdCn BT';
    src: url('../fonts/FuturaBT-BoldCondensed.woff2') format('woff2'),
        url('../fonts/FuturaBT-BoldCondensed.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura-Bold.woff2') format('woff2'),
        url('../fonts/Futura-Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Md BT';
    src: url('../fonts/FuturaBT-Medium.woff2') format('woff2'),
        url('../fonts/FuturaBT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura MdCn BT';
    src: url('../fonts/FuturaBT-MediumCondensed.woff2') format('woff2'),
        url('../fonts/FuturaBT-MediumCondensed.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maharlika';
    src: url('../fonts/Maharlika-Regular.woff2') format('woff2'),
        url('../fonts/Maharlika-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sugela Sugela';
    src: url('../fonts/Sugela-Sugela.woff2') format('woff2'),
        url('../fonts/Sugela-Sugela.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    /* Font Family variable */
    --futuran: 'Futura Bk BT';
    --futurab: 'Futura';
    --futuram: 'Futura Md BT';
    --futurac: 'Futura MdCn BT';
    --sugela: 'Sugela Sugela';
    --maharlika: 'Maharlika';

    /* Color variable */
    --white: #ffffff;
    --black:#000000;
    --primary: #461313;
    --secondary:#8E5F5F;
    --gray:#343434;

    /* transition */
    --transition: all 0.5s ease;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--futuram);
    font-size: 16px;
    line-height: 25px;
}

.align-center {
    align-items: center;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    padding: 1rem;
}

.header a,
.header a:hover {
    text-decoration: none;
}

.header .know {
    margin-right: 2rem;
    color: var(--black);
    font-family: var(--futuram);
}

.sound button {
    background-color: transparent;
    border: 0 none;
    width: 80px;
    height: 60px;
    cursor: pointer;
}

.sound .bg-audio-player {
    position: absolute;
    z-index: -1;
    top: -100%;
    right: -100%;
    visibility: hidden;
}

.container {
    max-width: 1400px;
    /*margin: auto;*/
}

.intro {
    background: url('../images/top_bg.jpg') no-repeat top center;
    background-size: cover;
}
.bg_sculptures {
    background: url('../images/gallery/bg_sculptures.png') no-repeat top center;
    background-size: cover;
}
.bg_mix_media {
    background: url('../images/gallery/bg_mix_media.png') no-repeat top center;
    background-size: cover;
}

.book-wrapper {
    background: url('../images/bottom_bg.jpg') no-repeat top center;
    background-size: cover;
    padding: 2rem 0;
}

.intro .intro-title {
    font-size: 192px;
    font-family: var(--sugela);
    line-height: 95px;
    /* 
    color: var(--primary);
    margin: 0px;
    transform: translate(0, -50%);
    top: 40%;
    position: relative; */
}
.intro .mainTitle {
    font-size: 190px;
    font-family: var(--sugela);
    color: var(--primary);
    margin: 0px;
    /* transform: translate(0, -50%); */
    /* padding: 20% 0; */
    top: 40%;
    position: relative;
    display: block;
}
.intro .intro-title .word {
    letter-spacing: 26px;
    font-size: 50px;
    color: #ffffff;
    font-family: var(--maharlika);
}

.intro .intro-title small {
    font-size: 80px;
    /* line-height: 90px; */
}

.intro .word,
.intro .letter {
    display: inline-block;
}

.fold-one {
    max-width: 1230px;
    margin: auto;
    padding: 8rem 0;
    /* height: 100vh;    */
}

.fold-two {
    max-width: 1230px;
    margin: auto;
    padding: 2rem 0 15rem 0;
}

.fold-two h3 {
    font-family: var(--futuram);
    font-size: 90px;
    line-height: 1.1;
    margin-bottom: 1rem;
}

.fold-two h3 small {
    display: block;
    font-family: var(--futuram);
    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;
}



#artistModal .modal-container {
    /* background: #B7B5B0; */
    max-width: 100%;
    width: auto;
    background: url(../images/artisticbg_popup.png) center top;
    background-size: cover;
}

#artistModal .modal-gallery .detail {
    color: var(--primary);
}
#artistModal .modal-gallery p {
    color: var(--gray);
    font-size: 18px;
    line-height: 28px;
}
#artistModal .modal-gallery h4 {
    font-size: 72px;
}
#artistModal .btn.btn-clear {
    color: var(--black);
}
#model-cap {
    font-family: var(--futuram);
    font-size: 16px;
    margin-top:5px;
    text-align: center;
}

.storey-wrapper {
    display: grid;
    grid-template-columns: 232px auto;
    grid-template-rows: 2fr;
    grid-column-gap: 50px;
    grid-row-gap: 0px;
}
.left-block, .right-block {
    text-align: left;
}
.left-block small {
    font-size: 24px;
    line-height: 32px;
    color: var(--primary);
    font-family: var(--futurab);
}
.left-block h3 {
    font-family: var(--futuram);
    font-size: 40px;     
    line-height: 53px;
    letter-spacing: 4px;
    color: var(--primary);
}
.art h2 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 2.4px;
    color: var(--primary);
    margin-bottom: 4.875rem;
}
.gallery-block {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-template-rows: 4fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0;
    margin: 0;
}
.gallery-block {
    list-style: none;
}
.gallery-block li {
    position: relative;
    margin: 0px; padding: 0px;
    transition: var(--transition);    
}
.gallery-block li a {
    display: block;
}
.gallery-block li a:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.67);
    transition: var(--transition);
    z-index: 3;
}
.gal-image img {
    width: 100%;
    display: block;
}
.gallery-block li a:hover {
    cursor: pointer;
}
.gallery-block li a:hover:before {
    transition: var(--transition);
    background-color: inherit;
}
.gallery-block li a:hover .gal-desc h3 {
    color: var(--black);
}
.gallery-block li a:hover .gal-desc .visit {
    color: var(--black);
    background-image: url(../images/noun-arrow-hover.png);
}

.gal-desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    z-index:3;
}
.gal-desc h3 {
    font-size: 38px;
    line-height: 100px;
    letter-spacing: 3.8px;
    color: var(--white);
    transition: var(--transition);
    font-family: var(--futurac);
}
.gal-desc .visit {
    font-size: 18px;
    line-height: 50px;
    letter-spacing: 1.8px;
    color: var(--white);
    background-image: url(../images/noun-arrow.png);
    background-position:130px center;
    background-repeat: no-repeat;
    display: block;
    transition: var(--transition);
}
.flip-book-wrapper {
    background: url(../images/bottom_bg.jpg) no-repeat top center;
    background-size: cover;
    padding-bottom: 80px;
}
.flip-book-wrapper h2 {
    font-size: 75px;
    line-height: 80px;
    color: var(--primary);
    font-family: var(--sugela);
    margin-bottom: 0px;
    padding-top: 100px;
}
.flip-book-wrapper h4 {
    font-size: 30px;
    line-height: 39px;
    letter-spacing: 3px;
    color: var(--secondary);
    font-family: var(--maharlika);
    margin-bottom: 0px;
    padding-bottom: 100px;
}
a.clickFlip {
    margin:30px auto;
    display: inline-block;
    color: var(--white);
    font-size: 18px;
    letter-spacing: 1.8px;
    transition: var(--transition);
}
a.clickFlip:hover {
    text-decoration: none;
}
a.clickFlip img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
#magazine .shadow{
    box-shadow: 0 4px 10px #666;
}

.product {
    padding: 100px 0;
    /* max-width: 1400px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    width: 100%; */
}
.slick-slider {
    padding:60px !important
}

.slick-product img, .mixslick-product img { max-width: 100%;}

.prod-info h3 {
    font-size: 16px;
    line-height: 27px;
    color: var(--black);
    margin-bottom: 0px;
    margin-top:30px;
}
.prod-info .prod-size {
    font-size: 16px;
    line-height: 27px;
    color: var(--black);
}

.backto-room a {color:var(--black)}
.backto-room img {display:inline-block; vertical-align:top}
button#bgaudioTrigger img {
    width: 100%;
}
.fliptxt {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 785px;
    margin:20px auto;
}
.fliptxt span {
    font-size: 16px;
    color: #8E5F5F;
    line-height: normal;
}
@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('../images/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;
    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(--futuram);
    font-size: 14px;
    color: #888;
    padding: 18px 0;
}

.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;
}

.backto-room {
    margin-right: 20px;
}

@media screen and (min-width: 839px) and (max-width:1200px) {
    .intro .mainTitle {
        font-size: 60%;
    }
    .intro .intro-title .word {
        letter-spacing: 16px;
        font-size: 15%;
    }
}

@media screen and (max-width: 839px) {
    .header {
        padding: 0.75rem 0.5rem;
    }
    .fold-one {
        padding: 4rem 0;
    }
    .intro .intro-title {
        font-size: 110px;
        line-height: 40px;
        margin:0px;
    }
    .art h2 {
        margin-bottom:2rem;
    }
    .intro .mainTitle  {
        font-size: 60px;
        line-height: normal;
    }

    .intro .intro-title .word {
        letter-spacing: 10px;
        font-size: 26px;
    }

    .intro .intro-title small {
        font-size: 40px;
        line-height: 1.5;
    }

    .fold-two {
        padding:2rem 0 2rem 0
    }
    .fold-two h3 {
        font-size: 40px;
    }

    .fold-two h3 small {
        font-size: 18px;
    }

    .flip-book-wrapper h2 {
        font-size: 52px;
        line-height: 60px;
        padding: 30px 0 0 0;
    }
    .flip-book-wrapper h4 {
        font-size: 22px;
        line-height: 39px;
        letter-spacing: 0px;
        margin-bottom: 0px;
        padding: 0px 0 30px 0;
    }



    .gal-desc h3 {
        line-height: normal;
    }

    .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;
    }

    .storey-wrapper {
        display: block;
    }
    .left-block, .right-block {
        text-align: center;
    }
    .flip-book-wrapper {
        padding-bottom: 30px;
    }
    .gal-desc {
        padding: 30px 15px;        
    }
    .gal-desc h3 {
        font-size:28px;
        letter-spacing:2px;
    }
    .gal-desc .visit {
        background-position: 130px center;
        background-size:14%;
    }

    .slick-slider {
        padding:30px !important
    }
    #artistModal .modal-gallery h4 {
        font-size: 21px;
    }
    #artistModal .modal-gallery p {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (max-width: 680px) {

    .copyright {
        padding: 0.25rem 0;
    }

    .copyright .columns {
        flex-direction: column-reverse;
        text-align: center
    }

    .social {
        justify-content: center;
    }

    .modal-container .modal-body {
        padding: 8px;
    }

    .logo img {
        max-width: 105px;;
    }
    .header {
        padding: 0.75rem 0px;
    }
    .header .know {
        margin: 0 .5rem;
    }

    .gallery-block {
        grid-template-columns: auto auto;
        grid-template-rows: 2fr;
    }
    .gal-desc {
        padding: 30px 15px;
    }
    .gal-desc h3 {
        font-size: 28px;
        letter-spacing: 1px;
    }
    .gal-desc .visit {
        font-size: 16px;
        background-position: 115px center;
    }
   #magazine {
        width: 100% !important;
    }

    .fliptxt span {
        font-size: 12px;
    }
    .flip-book-wrapper h4 {
        font-size: 20px;
        padding-bottom: 30px;
        letter-spacing: 0;
    }
      /*
    #magazine .page {
        width: 100% !important;
     
    }
    #magazine .page img {
        width: auto !important;
      
    } */

    .backto-room {
        margin-right: 5px;
    }
    .backto-room a {
        font-size: 14px;
    }
    
}

