/* input(181,38): run-time error CSS1046: Expect comma, found '0'
input(181,42): run-time error CSS1046: Expect comma, found '/'
input(181,68): run-time error CSS1046: Expect comma, found '0'
input(181,72): run-time error CSS1046: Expect comma, found '/'
input(181,98): run-time error CSS1046: Expect comma, found '0'
input(181,102): run-time error CSS1046: Expect comma, found '/' */
:root {
    --stroke-color: #1566ad;
    --btn-bg-color: #2882d1;
    --btn-height: 55px;
}

.languages a {
    font-weight: 300;
    color: white;
    margin-right: 10px;
}

.is-sticky .languages a {
    color: black;
}

#Header_wrapper {
    background-image: url(/images/media-bg1.jpg?v=hGujbMJkWmND708eh7n-tHPs0oM) !important;    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.text-left {
    text-align: left !important;
}

.hr-text {
    margin: 0 25%;
    margin-right: 0 !important;
}

@media (max-width:1024px) {
    .hr-text {
        margin: 0 !important;
    }
}



.btn-shake, .btnc-overlay, .btn-bounce, .btn-fade {
    border: none;
    display: block;
    padding: 20px;
    color: #f5f5f5;
    font-size: 1.4em;
    margin-bottom: 30px;
    transform-style: preserve-3d;
    cursor: pointer;
    box-shadow: 0px 5px 24px rgba(34, 34, 34, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Lato", sans-serif;
    font-size: 1.3em;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
}

    .btn-shake:focus, .btnc-overlay:focus, .btn-bounce:focus, .btn-fade:focus {
        outline: none;
    }

.button-group {
    width: 70%;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}

    .button-group h1 {
        margin-bottom: 70px;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-family: "Lato", sans-serif;
        font-size: 2.4em;
        font-weight: 200;
    }


.btnc-overlay {
    background: #22609A;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 1em !important;
    color: white !important;
}


    .btnc-overlay span {
        position: relative;
        z-index: 1;
    }

.button-container {
    display: flex;
    flex-flow: row;
    justify-content: center;
    width: 100%;
}

.media-btn {
    color: #fff;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    margin: 0 0 2em;
    display: block;
    text-align: center;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 200px;
}

@media (min-width: 600px) {
    .media-btn {
        margin: 0 1em 2em;
    }
}

.media-btn:hover {
    text-decoration: none;
}

.btn-1 {
    background: var(--btn-bg-color);
    color: black !important;
    height: 55px;
}

    .btn-1 svg {
        height: 55px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .btn-1 rect {
        fill: none;
        stroke: var(--stroke-color);
        stroke-width: 2;
        stroke-dasharray: 422, 0;
        transition: all 0.35s linear;
    }

    .btn-1:hover {
        background: #ff9800;
        font-weight: 900;
        color: black;
        letter-spacing: 1px;
    }

        .btn-1:hover rect {
            stroke-width: 5;
            stroke-dasharray: 15, 380;
            stroke-dashoffset: 48;
            transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
        }





/**
          Card
        */

.card-container {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    margin-bottom:4rem;
}

.card {
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    border-radius: 4px;
    background-color: #fff;
    color: rgba(0,0,0,.87);
    border-width: thin;
    display: block;
    max-width: 100%;
    outline: none;
    text-decoration: none;
    transition-property: box-shadow,opacity;
    overflow-wrap: break-word;
    position: relative;
    white-space: normal;
    margin-right: 15px;
    margin-left: 15px;
    position: relative;
    transition: all 0.2s;
}

    .card:hover ::after {
        content: ' ';
        background-color: rgba(0,0,0,.2);
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .card .header {
        padding: 1em;
        font-size: 1.25rem;
        font-weight: 500;
    }

    .card .image {
        max-height: 250px;
        overflow: hidden;
    }

*,
::after,
::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}


.hero {
    min-height: 100vh;
    width: 100%;
    background-image: url(https://i.postimg.cc/d3n43ShN/keila-hotzel-Gb-EFj-VVHp-Q-unsplash.jpg);
    display: grid;
    place-items: center;
}

.banner {
    background: white;
    padding: 4rem 0;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 90vw;
    max-width: 80%;
}

.btn {
    background: #c9a0b2;
    font-weight: 800;
    border: none;
    padding: 1em 1.5em;
    color: whitesmoke;
    margin: 1em;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s all linear;
    font-size: 0.875rem;
    outline: 1px solid transparent;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 1, 1, 0.5);
    /*   opacity:0.5; */
    display: grid;
    place-items: center;
    transition: 1s all ease-in;
    visibility: hidden;
    z-index: -10;
}

.modal-overlay-2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 1, 1, 0.5);
    /*   opacity:0.5; */
    display: grid;
    place-items: center;
    transition: 1s all ease-in;
    visibility: hidden;
    z-index: -10;
}

.modal-overlay-3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 1, 1, 0.5);
    /*   opacity:0.5; */
    display: grid;
    place-items: center;
    transition: 1s all ease-in;
    visibility: hidden;
    z-index: -10;
}

.open-modal {
    visibility: visible;
    z-index: 10;
    transition: 1s all ease-out;
}

.open-modal-2 {
    visibility: visible;
    z-index: 10;
    transition: 1s all ease-out;
}

.open-modal-3 {
    visibility: visible;
    z-index: 10;
    transition: 1s all ease-out;
}

.modal-container {
    background: white;
    width: 90vw;
    height: 55vh;
    text-align: center;
    display: grid;
    place-items: center;
    position: relative;
    max-width: 80%;
    border-radius: 5px;
    font-size: 2.5rem;
}

    .modal-container img {
        display: flex;
        justify-content: center;
    }

.close-btn {
    background: transparent;
    outline: none;
    border: none;
    font-size: 2rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
}

.close-btn-2 {
    background: transparent;
    outline: none;
    border: none;
    font-size: 2rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
}

.close-btn-3 {
    background: transparent;
    outline: none;
    border: none;
    font-size: 2rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
}

@keyframes bounce {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@media (max-width:600px) {
    .close-btn {
        font-size: 0.5em;
    }

    .close-btn-2 {
        font-size: 0.5em;
    }
}

.btn-1 {
    color: white !important
}

.modal__content img{
    width:100%
}




@media (max-width:768px){
    .card-container{
        flex-flow:column;
    }
}









