@font-face {
    font-family: 'ibm_plex_sansregular';
    src: url('../fonts/ibmplexsans-variablefont_wdthwght-webfont.woff2') format('woff2'),
         url('../fonts/ibmplexsans-variablefont_wdthwght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

*, *::before, *::after {
    box-sizing: border-box;
}
* {
    margin: 0;
}
img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}
p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
}
p {
    text-wrap: pretty;
}
h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
}

html {
    background-color: #dad0f0;
    color: #502274;
}

body {
    line-height: 1.5;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
    margin: 0 auto;
    text-align: center;
    font-family: ibm_plex_sansregular,sans-serif;
}

.body-inner {
    max-width: 600px;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.link-outer {
    width: 100%;
    height: 3.2em;
    line-height: 3em;
}

.link-inner {
    height: 100%;
    transition: box-shadow 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99), color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99), border-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99), transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99), background-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99);
    border: 2px solid rgb(248, 254, 215);
    background-color: rgb(248, 254, 215);
    color: rgb(80, 34, 116);
    border-radius: 32px;
}

.link-outer a {
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 32px;
    font-weight: bold;
    font-size: 18px;
}

.link-outer a:hover .link-inner {
    background-color: #dad0f0;
    color: rgb(248, 254, 215);
}

.swiper {
    width: 100vw;
    height: 75vw;

    max-width: 600px;
    max-height: 450px;
}

.swiper-slide img {
    border-radius: 24px;
}

.header {
    color: #502274;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 22px;
    font-weight: bold;
    text-align: center;
    margin-left: 18px;
    margin-top: 10px;
}
.header_line {
    height: 2px;
    background-color: #502274;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 16px;
}
.swiper-slide h1 {
    position: absolute;
    bottom: 28px;
    left: 10px;
    color: rgb(248, 254, 215);
    text-shadow: 2px 2px 3px #000000;
    font-size: 32px;
}
.swiper-slide h2 {
    position: absolute;
    bottom: 4px;
    left: 15px;
    color: rgb(248, 254, 215);
    text-shadow: 2px 2px 3px #000000;
    font-size: 20px;
}
.swiper-pagination {
    top: 2px !important;
    bottom: unset !important;
    left: calc(50% - 50px) !important;
    width: 100px !important;

}
.swiper-pagination-bullet-active {
     background-color: #dad0f0 !important;
}


@media (min-width:1px)  { 
    .body-inner {
        max-width: 100%;
    }
    .swiper-slide h1 {
        font-size: 24px;
    }
    .header {
        font-size: 18px;
        letter-spacing: 10px;
    }
 }
@media (min-width:481px)  { 
    .body-inner {
        max-width: 100%;
    }
    .swiper-slide h1 {
        font-size: 28px;
    }
    .header {
        font-size: 24px;
        letter-spacing: 18px;
    }
 }
@media (min-width:600px)  { 
    .body-inner {
        max-width: 600px;
    }
    .swiper-slide h1 {
        font-size: 32px;
    }
    .header {
        font-size: 32px;
    }
 }
@media (min-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { /* hi-res laptops and desktops */ }
