@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

:root {
    --background: #002EBA;
    --color-primary: #FA4516;
    --text-primary: #001489;
    --text-secondary: white;
}

html,
body {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat';
    background: url("./logo/background.jpg");
}

.bg-primary {
    background-color: var(--background) !important;
    color: var(--text-primary) !important;
}

.bg-secondary {
    background-color: var(--color-primary) !important;
    color: var(--text-primary) !important;
}

.border-primary {
    border-color: var(--background) !important;
}

.mt-1 {
    margin-top: 1rem !important;
}

.mt-2 {
    margin-top: 1.5rem !important;
}

.mt-3 {
    margin-top: 2rem !important;
}

a {
    text-decoration: none;
}

.images-item {
    align-self: center;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;

}

.content li {
    list-style-type: none;
}

.title {
    font-size: 24px;
    margin-bottom: 0.5rem;
}

.place-title {
    border-bottom: 1px solid var(--text-primary);
    border-bottom-width: 1px;
}

.designer-list {
    font-size: 16px;
    margin-bottom: 1rem;
}

.designer-card {
    width: 1080px;
    background: url("./logo/background.jpg");
    background-position: 95% 50%;
    background-size: cover 95vh;
    color: var(--text-primary);
    align-self: center;
}

.designer-card2 {
    width: 1080px;
    min-height: 100vh;
    background: url("./logo/synchronize\ vertikal\ blue.png") no-repeat scroll right var(--color-primary);
    background-position: 95% 25%;
    background-size: cover 95vh;
    color: var(--text-primary);
    align-self: center;
}

.contain {
    margin: 10vh;
    padding-left: 20px;
}

.guest {
    background-color: var(--color-primary);
    margin-left: 5px;
    padding: 2px;
    font-size: 14px;
    color: var(--text-secondary);
}

.button-item {
    width: 70%;
    text-align: center;
    border: 2px solid var(--color-primary);
    border-radius: 5px;
    color: var(--color-primary);
    padding: 1rem;
    margin-top: 2rem;
    font-size: 20px;
}

.subtitle {
    font-weight: 200;
    font-size: small;
    margin: none;
}

.speaker {
    font-weight: 100;
    font-size: smaller;
    margin: none;

}

.showtime {
    background-color: var(--text-primary);
    font-weight: bold;
    padding: 2px 5px;
    margin-bottom: 5px;
    color: var(--text-secondary);
}

.button-item:hover {
    cursor: pointer;
    color: var(--text-secondary);
    background-color: var(--color-primary);
}

.list {
    margin: 8px 0px;
    text-transform: uppercase;
    font-weight: 500;
}

.ml-0 {
    margin-left: 0 !important;
}

.body-row {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    color: var(--color-primary);
}

.highlight {
    font-weight: 700 !important;

}

.break {
    padding: 10px;
}

.social-row {
    display: flex;
    justify-content: center;
    align-self: center;
    width: 1080px;
    padding-bottom: 20px;
}

.social {
    margin: 0px 10px;
}

.makeup {
    padding-top: 20px;
    padding-right: 55px;
}

.footer-row {
    display: flex;
    justify-content: center;
    align-self: center;
    width: 1080px;
    font-size: 10px;
    background-color: var(--text-secondary);
}

.logo {
    align-self: center;
    padding: 0px 15px;
}

.logo-column {
    display: flex;
    flex-direction: column;
}

.img-footer {
    max-width: 100%;
}

.img-footer-makeup {
    width: 100px;
    padding-right: 71px;
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.right {
    text-align: right !important;
}

.left {
    text-align: left !important;
}

@media screen and (max-width: 768px) {
    .content {
        background-color: var(--background);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .images-item {
        background-color: var(--background);
        width: 100%;
    }

    .images {
        width: 100%;
        min-height: 94vh;
    }

    .footer-images {
        width: 92%;
    }

    .title {
        font-size: 12px;
        margin-bottom: 0.5rem;
    }

    .designer-list {
        font-size: 12px;
        margin-bottom: 5vh;
    }

    .designer-card, .designer-card2 {
        align-self: auto;
        width: 100%;
        background-size: auto 95vh;
        background-color: white;
        max-height: 100vh;
    }

    .contain {
        /* min-height: 80vh; */
        margin-left: 1vh;
        width: 78%;
    }

    .guest {
        font-size: 10px;
    }

    .button-item {
        width: 80%;
        font-size: 16px;
        color: var(--color-primary);
    }

    .social-row {
        width: 100%;
    }

    .img-social {
        width: 80%;
    }

    .social {
        margin: 0px 5px;
        text-align: center;
    }

    .footer-row {
        width: 100%;
        font-size: 7px;
    }

    .img-footer {
        width: 80%;
        align-self: center;
    }

    .img-footer-makeup {
        width: 50px;
        align-self: center;
        padding-right: 35px;

    }

    .logo {
        text-align: center;
        padding: 0px 7px;
    }

    .makeup {
        padding-top: 20px;
        padding-right: 35px;
    }

}

.audio {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 10;
    right: 10;
    opacity: 0.3;
    background-color: white;
    border-radius: 40px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    -webkit-box-shadow: 1px 1px 3px #fefeff;
    -moz-box-shadow: 1px 1px 3px #fefeff;
    box-shadow: 1px 1px 3px #fefeff;
}

.musicon {
    width: 100%;
    text-align: center;
}

.music {
    width: 60%;
}

.audio:hover {
    opacity: 1;
}