@charset "utf-8";

/* CSS Document */
@font-face {
    font-family: Misans;
    src: url('../MiSans-Regular.ttf') format('truetype');
}

main {
    min-height: 1080px;
}

.left {
    width: 100%;
    min-height: 100%;
}

.ads {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
}

html,
body {
    height: 100%;
    width: 100%;
    font-family: MiSans;
}

body {
    margin: 0%;
}

h1 {
    margin-bottom: 1.5%;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 5%);
    letter-spacing: .55em;
    margin-left: 0.7em;
    font-size: 7.5vw;
}

h2 {
    font-weight: 100;
    font-size: 2em;
    line-height: 2.2;
    margin-bottom: -0.35em;
    padding-top: 8%;
    letter-spacing: .3em;
    text-transform: uppercase;
    text-shadow: 0px 0px 8px rgb(0 0 0 / 20%);
}

h3 {
    font-size: 1.5em;
    font-weight: 100;
    line-height: 2.75;
    letter-spacing: .35em;
    text-transform: uppercase;
    text-shadow: 0px 0px 8px rgb(0 0 0 / 20%);
}

.day::before {
    content: "";
    position: absolute;
    z-index: -999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../img/Day.jpg");
    opacity: 0.7;
}

.evening::before {
    content: "";
    position: absolute;
    z-index: -999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../img/Evening.jpg");
    opacity: 0.7;
}

.night::before {
    content: "";
    position: absolute;
    z-index: -999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../img/Night.jpg");
    opacity: 0.7;
}

.loading::before {
    content: "";
    position: absolute;
    z-index: -9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #bbad90;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* background-image: url("../img/Day.jpg"); */
    opacity: 0.7;

}

.hero {
    /* position: relative; */
    /* min-height: 1080px; */
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.562);
    /* background-color: #efdeb9; */
}

.hero-content {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    color: #fff;
    position: absolute;
    z-index: 98;
    padding-top: 3em;
    top: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    animation-name: opacity;
    animation-duration: 3s;
    animation-direction: normal;
    animation-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
    animation-fill-mode: both;
}

@keyframes opacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.intro {
    position: relative;
    color: #343144;
    background: #fff;
    padding: 10.5em 6em 10.5em;
}

.intro-text {
    position: relative;
}

.intro p {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    color: #343144;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-size: 2.5em;
    line-height: 1.8;
    letter-spacing: .325em;
}

.artworks {
    position: relative;
    width: 100%;
    overflow: visible;
    height: max-content;

}

.artwork {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.artwork .countdown {
    /* padding: 12.5em 6em 10.5em; */
    padding: 0em 6em 0em;
    width: 100%;
    /* background: #f5f5f5 */
}

.artwork .artwork-description {
    /* background: #26223e; */
    color: #fff;
    width: 50%;
    padding: 11.25em 13em 11.5em;
}

.directbutton {
    position: relative;
    display: inline-flex;
    /* margin-left: 575px; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 64px;
    padding: 0em 6em;
    /* width: 100%; */
    background: #f5f5f5;
    justify-content: center;
    border-color: black;
    border-radius: 20px;
    font-size: 3em;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.artworks a:visited {
    color: black;
    text-decoration: none;
}

.artworks a:link {
    color: black;
    text-decoration: none;
}

.directbutton:hover {
    background: #c3c3c3;
    font-size: 3.6em;
    ;
}

.align {
    display: flex;
    height: 200px;
    width: 100%;
}