﻿.wow {
    visibility: hidden;
}

body{
    background-image: url('../images/bg_zpd.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    // font
    letter-spacing: 0.04cap;
}

h2{
    font-size: calc(16px + 0.3vw);
}

h3{
    font-size: calc(16px + 0.2vw);
}

p{
    font-size: calc(16px + 0.1vw);
}
li {
    margin-left: 20px;
}

.zpd_card {
    background-color: transparent;
    background-image: url('/images/square_card.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 90%;
    margin-left: 5%;
    padding: 4vh 4vw;
    border-radius: 10px;
    margin-bottom: 5vh;
}

:root {
    backgrund-color: black;
    --main-color: #0a53a6;
    --sky: #8EACCD;
}

.bkg {
    background-color: var(--sky);
    /*background-image: url("../img/bkg.png");*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    font-family: 'Jost', sans-serif;
}

.embed-responsive {
    max-width: 85em;
    margin: auto;
}

main {
    padding: 0 15px;
}


.header {
    text-align: center;
}

.header-lead {
    text-align: center;
    color: white;
    margin-top: 10px;
    font-weight: 650;
    font-size: 3.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

    .header-lead span {
        color: var(--main-color);
        text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    }

.header-img {
    margin-top: 40px;
}

.header-asmi {
    margin-top: 25px;
    transition: ease-in-out 0.2s;
}

    .header-asmi:hover {
        scale: 1.05;
        transition: ease-in-out 0.2s;
    }

.content {
    margin: 40px auto;
    padding: 15px;
    background-color: white;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    font-size: 1.3rem;
    max-width: 70em;
}

.navigation-container {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zpd_nav-button{
    margin-right: 2px;
}

.zpd_nav-button {
    margin: 0 auto;
    cursor: pointer;
    background-color: #0A53A6;
    color: white !important;
    border: none;
    border-radius: 10px;
    padding: 1rem 2rem;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 0.08cap;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: 100%; /* Ensures it fits within the container */
    max-width: 500px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 10px rgba(10, 83, 166, 0.3);
}

.zpd_nav-button:first-of-type i {
    margin-left: 10px !important;
}

.zpd_nav-button:hover {
    background-color: #083b76;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-decoration: none !important;
}

.zpd_nav-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.page-footer {
    font-size: 1em;
    color: black;
    text-align: center;
    background-color: white;
}

.upper {
    text-transform: uppercase;
}

.text-main {
    color: var(--main-color);
}

.jost {
    font-family: 'Jost', sans-serif;
}

.montserrat {
    font-family: 'Montserrat', sans-serif;
}

.owl-dot {
    box-shadow: none;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}


.owl-carousel .owl-nav {
    height: 0;
}

    .owl-carousel .owl-nav button {
        height: 47px;
        position: absolute;
        width: 26px;
        cursor: pointer;
        bottom: 0px !important;
        right: 100px !important;
        border: none !important;
        background: none !important;
        box-shadow: none;
    }

.owl-carousel .owl-prev {
    left: 10px;
}

.owl-carousel .owl-next {
    right: 10px;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .header-lead {
        font-size: 3.5em;
    }

    #modalTC > .modal-dialog {
        max-width: 90%;
    }
}

@media (max-width: 360px) {

    .header-img {
        height: 80px;
        width: auto;
    }

    .header-asmi {
        height: 80px;
        width: auto;
    }

}

@media (max-width: 768px) {
    .page-navigation {
        flex-direction: column;
        gap: 1rem;
    }
    .header-img {
        height: 100px;
        width: auto;
    }

    .header-asmi {
        height: 100px;
        width: auto;
    }
}

@media (min-width: 769px) {
    main {
        margin: 0px 150px;
    }

    .header-img {
        height: 120px;
        width: auto;
    }

    .header-asmi {
        height: 120px;
        width: auto;
    }

    #modalTC > .modal-dialog {
        max-width: 80%;
    }

    
}