
@import url('https://fonts.googleapis.com/css2?family=Barriecito&family=Bebas+Neue&family=Berkshire+Swash&family=Bungee+Hairline&family=Caveat:wght@400..700&family=Cinzel:wght@400..900&family=Creepster&family=Dancing+Script:wght@400..700&family=Great+Vibes&family=Gruppo&family=Julius+Sans+One&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Karla:ital,wght@0,200..800;1,200..800&family=Lexend+Giga:wght@100..900&family=Marcellus&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Miltonian+Tattoo&family=Mr+Dafoe&family=Protest+Revolution&family=Rowdies:wght@300;400;700&family=Rubik+Bubbles&family=Rubik+Glitch&family=Rubik+Mono+One&family=Satisfy&display=swap');



.merriweather {
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
body {
    /* background: #ec7c45; */
    /* color: #F1F1F1; */
    overflow: hidden;
}
.mwg_effect028 {
    display: flex;
    height: 100vh;
    align-items: center;
    overflow: clip;
}
.mwg_effect028 .header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 25px;
    position: absolute;
    top: 0;
    left: 0;
}

.mwg_effect028 .header p {
    text-transform: uppercase;
    letter-spacing: -0.01em;
    font-size: 16px;
    font-family: "Merriweather", serif;
}
.mwg_effect028 .header button {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 16px;
    font-family: "Oswald";
}
.mwg_effect028 .title {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    font-size: 15rem;
    margin-bottom: 30vh;
    width: 100%;
}

.mwg_effect028 .container {
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: absolute;
    gap: 3vw;
}
.mwg_effect028 .container2 {
    width: max-content;
    white-space: nowrap;
    display: flex;
    gap: 15px;
    padding: 20vw 1vw 0 0;
    user-select: none;
    cursor: grab;
}
.mwg_effect028 .card {
       
    width:19vw;
    aspect-ratio: 0.9;
    transform-origin: 50% 100%;
}
.mwg_effect028 img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 0.03em;
    pointer-events: none;
}

@media (max-width: 768px) {
    .mwg_effect028 {
    display: flex;
    height: 100vh;
    align-items: center;
    overflow: clip;
}
.mwg_effect028 .header {
        display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 25px;
    position: absolute;
    top: 0;
    left: 0;
}
.mwg_effect028 .title {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    font-size: 6rem;
    margin-bottom: 50vh;
    width: 97%;
}
.mwg_effect028 .text {
    font: 500 normal clamp(12px, 0.9vw, 100px) / normal 'IBM Plex Mono';
    text-transform: uppercase;
    max-width: 34vw;

    text-align: center;
}
    .mwg_effect028 .card {
        width: 82vw;
    }
}



.container3 p {
  opacity: 0;
  font-family: "Merriweather";
}

.container3 {
  position: relative;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 9px;
}
