/*main styles*/
@import url('https://fonts.googleapis.com/css2?family=PT+Mono&display=swap');
@font-face {
    font-family: 'al_chevrola_personaluseonlyRg';
    src: url('../fonts/al_chevrola_personaluseonly-webfont.woff2') format('woff2'),
         url('../fonts/al_chevrola_personaluseonly-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futuramedium';
    src: url('../fonts/futura_medium-webfont.woff2') format('woff2'),
         url('../fonts/futura_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Rockwell';
    src: url('../fonts/Rockwell.woff2') format('woff2'),
        url('../fonts/Rockwell.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --futuram: 'futuramedium', sans-serif;
    --rockwell: 'Rockwell', serif;
    --ptmono: 'PT Mono', monospace;
    --chevrola: 'al_chevrola_personaluseonlyRg', sans-serif;
    --spiral-height: 1000px;
}

@keyframes rotate-circle {
    from { transform: rotate(0deg); }
    to { transform: rotate(359deg); }
}

body {
    background-color: #17161c;
    font-family: var(--rockwell);
}

.align-center {
    align-items: center;
}

div#header-wrapper {
    position: absolute;
    left: 0; right: 0; top: 0;
    z-index: 2;
    /*left: 50%;
    transform: translate(-50%);*/
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*justify-items: space-between;*/
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 1rem;
}

.header a,
.header a:hover {
    text-decoration: none;
}

.header .know {
    margin-right: 2rem;
    color: #fff;
    font-family: var(--futuram);
}

.sound button {
    background-color: transparent;
    border: 0 none;
    width: 80px;
    height: 60px;
}
.sound button img {max-width: 100%;}

.sound .bg-audio-player {
    position: absolute;
    z-index: -1;
    top: -100%;
    right: -100%;
    visibility: hidden;
}

.container {
    max-width: 1400px;
    /*margin: auto;*/
}

.homepage-bg {
    background-image: url('../assets/bg-home.jpg'); background-repeat: no-repeat; background-position: top center;
    background-size: cover;
}

.seriesbx {
    background-image: url('../assets/bg-secondpage.jpg'); background-repeat: no-repeat; background-position: top center;
    background-size: 1440px auto;
}
.gallery-bg {
    background-image: url('../assets/bg-gallery.jpg'); background-repeat: no-repeat; background-position: top center;
    background-size: 1440px auto;
}
.circle-img-wrapper {
    position: relative;
    width: 1400px;
    margin: auto;
}
.circle-bg {
    position: relative;
    text-align: center;
    /*height: var(--spiral-height);*/
    /*background-image: url('../assets/clip-circle.svg');
    background-repeat: no-repeat;
    background-position: 10% -10%;
    background-size: 76%;*/
    aspect-ratio: 1 / 1;
}

.intro { 
    color: #fff;
    padding: 5rem 0 2rem;
}

.shape-wrap { /*height: var(--spiral-height);*/ min-height: 75vh; overflow: hidden; position: relative; margin-top: 8rem; padding-bottom: 2rem; color: #fff;
    font-family: var(--ptmono);
    font-size: 14px; }

.icons { display: grid; grid-template-columns: repeat(4, minmax(100px,22%)); gap: 1rem; align-items: center; margin-block: auto; }
.icon-pose {
    /*position: absolute;
    left: 50%;
    top: 50%;*/
    /*flex: 0 0 400px;*/
    /*width:400px;*/
    aspect-ratio: 1 / 1;
    display: block;
}
.icon-pose img { transform: rotate(0deg); transition: all 300ms ease-in-out; }

.icon-pose a { text-decoration: none; }
.icon-pose a:hover,
.icon-pose a:visited,
.icon-pose a:active { color: transparent; }
.icon-pose a:hover img { transform: scale(1.1); }

.circlebx {height:100%; }

.intro .intro-title {
    font-size: 365px;
    font-family: var(--chevrola);
    line-height: 0.8;
    margin-bottom: 0.5rem;
}

.intro .intro-title small {
    font-size: 0.25em;
    /*line-height: 1;*/
}

.intro .word,
.intro .letter {
    display: inline-block;
}

.intro h4 {
    font-family: var(--chevrola);
}

.fold-one {
    max-width: 1080px;
    margin: auto;
    /*height: 750px;*/
    background: url(../assets/sunburst.svg) no-repeat top center;
    background-size: contain;
    position: relative;
}
.fold-one figure {
    position: absolute;
    right: 12rem;
    top: 3rem;
    padding: 0;
    margin: 0;
}
.fold-one figure img {
    animation-name: rotate-circle;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    /*animation: rotate-circle 1s linear 0 infinite forwards both;*/
}
.fold-one h4 { font-size: 2.5rem; margin-bottom: 0; }
.fold-two {
    margin: auto;
}
.fold-two .line { margin: 0; position: relative; z-index: 2; }

.fold-two p {
    max-width: 1180px;
    margin: -0.5rem auto 1rem;
    background-color: rgba(29, 29, 29, 0.63);
    padding: 1rem;
    border-radius: 7px;
    font-family: var(--ptmono);
}
.inside-heading {
    max-width: 640px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 2rem;
    transform: translateX(-50%);
}
.inside-heading h2 {
    font-family: var(--rockwell);
    font-size: 26px;
    margin-bottom: 0px;
}
.inside-heading h4 {
    font-family: var(--rockwell);
    font-size: 16px;
}
.series-title figure,
.series-title img { height: 220px; }

.dictation {
    height: 3rem;
    margin-bottom: 1rem;
}

.dictation button {
    background: none;
    border: 0 none;
    width: 120px;
    height: 60px;
}


 #artistModal .modal-container {
    background: #323232;
}
#artistModal .modal-header,
#artistModal .modal-body { color: #fff; }

.product-gallery {
    margin-top: 75px;
    padding: 0 135px;
}
.prod-wrap {margin-bottom: 80px; cursor: pointer;}
.prod-info h3 {
    font-size: 16px;
    line-height: 27px;
    color: var(--white);
    margin-bottom: 0px;
    margin-top: 10px;
}
.prod-info .prod-size {
    font-size: 16px;
    line-height: 27px;
    color: var(--white);
}
.product-gallery .prod-wrap img {
    max-width: 100%;
}

.footer {
    background: #fff;
    color: #1e1e1e;
    position: relative;
    bottom: 0px;
}

.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: 11px 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;
}


@media screen and (max-width: 1440px) {
    .intro .intro-title { font-size: 225px; }
    .fold-one figure { width: 300px; top: 0; right: 13rem; }
    .fold-one h4 { font-size: 1.5rem; }
    
}
@media only screen and (width: 1366px) { 
    
}

@media screen and (max-width: 1199px){
    .inside-heading { top: 4.5rem; }
    .circle-img-wrapper { width: 800px; overflow: hidden; }
    
}


@media screen and (max-width: 839px) {
    .header {
        padding: 0.75rem 0.5rem;
    }

    .fold-one { width: 600px; /*height: 410px;*/ }
    .fold-one figure { width: 250px; top: 0.1rem; right: 3.5rem; }

    .fold-two .line { height: 140px; }
    .fold-two .line img { height: 100%; }
    .fold-two p { max-width: 80%; }

    .intro .intro-title {
        font-size: 192px;
    }

    .intro .intro-title small {
        font-size: 42px;
    }
    .circle-img-wrapper { width: 600px; }
    .circle-bg { /*background-size: 106%; background-position:0 center;*/ margin-top: 6.5rem; }

    .footer .h2 {
        font-size: 42px;
    }

    .footer p {
        font-size: 12px;
        letter-spacing: 0.25em;
    }
    
    .product-gallery {
        margin-top: 20px;
    }

}

@media screen and (max-width: 640px) {
    .header .know { font-size: 0.6rem; }
    
    .fold-one { width: auto; margin: 1rem; /*height: auto;*/ }
    .fold-one figure { width: 160px; top: 0; right: 1rem; }
    .intro .intro-title { font-size: 6rem; }
    .intro .intro-title small { font-size: .25em; }
    .intro h4 { font-size: 0.9rem; }

    .fold-two .line { height: 140px; }
    .fold-two .line img { height: 100%; }
    .fold-two p { max-width: 90%; }

    .inside-heading { left: 10%; right: 10%; top: 5rem; transform: none; }
    .inside-heading h2 { font-size: 16px; }
    .inside-heading h4 { font-size: 14px; }
    .circle-img-wrapper { width: 375px; }
    .icons { grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
    
    .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;
    }

    .logo img {
        max-width: 105px;;
    }
    .header {
        padding: 0.75rem 0px;
    }
    .header .know {
        margin: 0 .5rem;
    }

    .product-gallery {
        padding: 0 20px;
    }
}

@media screen and (orientation: portrait) and (max-height: 1920px) {
    .shape-wrap { min-height: 82vh; }
}