@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400;1,600&display=swap');

/* font-family: 'Playfair Display', serif; */

body {
    background: #F5F0ED;
}

.txt_box {
    position: relative;
    width: 100%;
    height: 400px;
}

.txt {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    text-align: center;
    font-size: 100px;
    font-weight: 600;
    position: absolute;
    left: calc(50% - 223px);
    top: 74px;
    z-index: 2;
    margin: 0;
    line-height: 1.2;
    color: #000;
}

.txt2 {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ddd;
    z-index: 1;
    top: 61px;
    left: calc(50% - 244px);
    font-size: 110px;
}

.gall {
    width: 600px;
    margin: 0 auto;
}

.cover {
    box-shadow: 0 0 0 8px #f5f0ed, 0 0 0 9px #ddd;
    border-radius: 8px;
}

.uk-card-default {
    border-radius: 10px;
    overflow: hidden;
}

.desc {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-align: left;
}

.desc span {
    font-weight: 400;
    font-size: 12px;
}

.uk-link,
a,
.uk-link,
a:hover {
    color: #e6002a;
}

.uk-card-media-top img {
    border-bottom: 1px solid #eee;
}

.desc a {
    display: flex;
    align-items: center;
    flex-flow: row-reverse;
    justify-content: flex-end;
    margin-top: 8px;
}

.desc svg {
    margin-right: 4px;
    margin-top: 4px;
}

.club {
    font-size: 12px;
    font-weight: 100;
    margin-bottom: 0;
    margin-top: 6px;
}

.uk-list-disc>::before {
    color: #e6002a;
}

@media only screen and (max-device-width: 640px) {
    .gall,
    .uk-slideshow-items {
        width: 500px;
        min-height: 500px !important;
        max-height: 500px;
    }
    .txt_box {
        height: 64vw;
    }
    .txt {
        font-size: 16vw;
        left: calc(50% - 36vw);
        top: 12vw;
    }
    .txt2 {
        font-size: 18vw;
        left: calc(50% - 40vw);
        top: 9vw;
    }
}

@media only screen and (max-device-width: 540px) {
    .gall,
    .uk-slideshow-items {
        width: 400px;
        min-height: 400px !important;
        max-height: 400px;
    }
}

@media only screen and (max-device-width: 440px) {
    .gall,
    .uk-slideshow-items {
        width: 300px;
        min-height: 300px !important;
        max-height: 300px;
    }
}

@media only screen and (max-device-width: 340px) {
    .gall,
    .uk-slideshow-items {
        width: 280px;
        min-height: 280px !important;
        max-height: 280px;
    }
}