
@font-face {
    font-family: 'Colorblind';
    src: url('./Colorblind-font.otf') format("opentype");
}

/* NORMALIZE */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* NORMALIZE */

body {

    font: 500 normal 22px/1.3 'Colorblind', sans-serif;
}
.mwg_effect020 {
    height: 100vh;
    overflow: hidden;
    position: relative;
    margin-bottom:35%;
}
.mwg_effect020 .container {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*height: 100%;*/
    /*position: absolute;*/
    /*gap: 3vw;*/
    /*text-align: center;*/
    position: relative;
}
.mwg_effect020 .header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 25px;
    position: absolute;
    top: 0;
    left: 0;
}
.mwg_effect020 .header p {
    text-transform: uppercase;
    letter-spacing: -0.01em;
    font-size: 16px;
}

.presale-txt{
    text-transform: uppercase;
    font-size: 21vw;
    top: 0vh;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    margin-top: 4vh;
    color:#fff;
}
.year-txt{
    text-transform: uppercase;
    font-size: 21vw;
    bottom: 0vh;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    color:#fff;
     }

.mwg_effect020  img {
    width: 15vw;
    height: 15vw;
    position: absolute;
    /*object-fit: cover;*/
    border-radius: 4%;
    z-index: 5;


    filter: blur(0.7vw);

    /*backdrop-filter: blur(15px);*/
    /*background-color: #82818159;*/
}
.mwg_effect020 .big-logo {
    width: 30vw;
    height: auto;
    position: absolute;
    left: 35vw;
    border-radius: 0;
    object-fit: initial;
    filter: none;
}
.mwg_effect020 .title {
    text-align: center;
    text-transform: uppercase;
    font: 400 italic 9vw / 0.76 'Colorblind', serif;
    letter-spacing: -0.05em;
    width: 56%;
}
.mwg_effect020 .text {
    font: 500 normal clamp(12px, 0.9vw, 100px) / normal 'Colorblind';
    text-transform: uppercase;
    max-width: 34vw;
    text-align: center;
}

.mwg_effect020 .medias img {
    width: 1px;
    height: 1px;
    top: 0;
    left: 0;
    position: absolute;
    visibility: hidden;
    poColorblind-events: none;

}

.currency-wrap{
    position: fixed;
    bottom: 2vh;
    right:2vw;
    z-index: 100;
}
.currency-btn {

    font-size: 2vw;
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    padding: 0 1vw;
    display: inline-block;
    border-radius: 2vw;
    border:1px solid #000;
}
.currency-btn.currency-active{
    background: #000;
}



@media (max-width: 768px) {
    .mwg_effect020 .header p {
        font-size: 12px;
    }
    .mwg_effect020 .container {
        gap: 15px;
    }
    .mwg_effect020 .title {
        font-size: 60px;
        width: 100%;
        padding: 0 30px;
    }
    .mwg_effect020 .text {
        max-width: 80%;
    }
}

