.body {
    width: 100%;
    align-items: center;
    overflow-x: hidden;
}

.poiret-one-regular {
    font-family: "Poiret One", serif;
    font-weight: 400;
    font-style: bold;
    font-size: 2.3rem;
    text-shadow: 1px 1px #3d3d3d54
}

.poiret-one-h1 {
    font-family: "Poiret One", serif;
    font-weight: 400;
    font-style: bold;
    font-size: 3.3rem;
    text-shadow: 1px 1px #3d3d3d54
}

.poiret-one-h1-dinamic {
    font-family: "Poiret One", serif;
    font-weight: 400;
    font-style: bold;
    font-size: 3.3rem;
}

.poiret-one-h1-qols {
    font-family: "Poiret One", serif;
    font-weight: 700;
    font-style: bold;
    /*font-size: 3.3rem;*/
    font-size: clamp(1.5rem, 6vw, 5rem);
    /*font-size: 1vw;*/
    text-shadow: 2px 2px #3d3d3d54
}

.poiret-one-h4 {
    font-family: "Poiret One", serif;
    font-weight: 400;
    font-style: bold;
    font-size: 2.0rem;
}

.signika-regular {
    font-family: "Signika", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 1.1rem;
    font-variation-settings:
        "GRAD"0;
}

.signika-bigger {
    font-family: "Signika", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 1.4rem;
    font-variation-settings:
        "GRAD"0;
}


.section {
    width: 80%;
}

.navbar {
    box-shadow: 2px 2px 2px #808285;
    opacity: 0.9;
    background: #700A13;
    color: white;
}

.navbar .dropdown-menu {
    background: #fff;
}

.navbar .dropdown-menu .dropdown-item {
    color: #700A13;
}

.navbar .dropdown-menu .dropdown-item:hover {
    color: #fff;
    text-decoration: solid;
    background: #700A13;
}

.navbar .nav-item {
    color: #fff;
}

.ParallaxVideo {
    position: relative;
    width: 100vw;
    overflow: hidden;
    height: 600px;
    padding-bottom: 50px;
    padding-top: 50px;
}

.ParallaxVideo video {
    position: absolute;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: -999;
    overflow: hidden;
}

.ParallaxVideo h1 {
    color: #fff;
    /*font-size: 76px;*/
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-top: 200px;
    text-shadow: 2px 2px #3d3d3d54
}

.parallax-container {
    position: relative;
    overflow: hidden;
    max-height: 500px;
}

.parallax {
    background-image: url("../images/banner-about-us.jpg");
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.tab-menu {
    margin-top: -30px;
    z-index: 2;
    background-color: transparent;

}

.tab {
    position: relative;
    overflow: hidden;
    align-content: center;
    text-align: center;
    height: auto;
    z-index: 2;

}

.tab button {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    height: 70px;
    width: 300px;
    border: 2px solid #700A13;
    background-color: #fbf2f2;
    color: #000;
    font-size: larger;
    margin-bottom: 0.2rem;
}

.tab button:hover {
    background-color: #700a12b9;
    color: #d6a553;
    border: 2px solid #d6a553;
}

.tab button.active {
    background-color: #700A13;
    color: #d6a553;
    border: 2px solid #d6a553;
}

.tabcontent {
    display: none;
    padding: 30px 30px;
    border-top: none;
    margin-top: 40px;
}

.tabcontent {
    animation: fadeEffect 1s;
}

.btn-collapse {
    transition: 0.3s;
    border-radius: 5px;
    border: 1px solid #700A13;
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.btn-collapse:hover {
    background-color: #700a12;
    color: #d6a553;
    border: 1px solid #d6a553;
}

.btn-collapse.active {
    background-color: #700A13;
    color: #d6a553;
    border: 1px solid #d6a553;
}

.p-hover {
    background-color: #fff;
}

.p-hover:hover {
    background-color: #700a12;
    color: #fff;
    border-radius: 5px;
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.img-pet-vaccination {
    float: right;
    margin-left: auto;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}

.picture-col {
    margin: 40px 0px 30px 0px;
}

.button {
    outline: none;
    cursor: pointer;
    padding: 20px;
    transition: 0.3s;
    height: auto;
    width: auto;
    border: 2px solid #700A13;
    background-color: #fff;
    color: #000;
    font-size: medium;
    margin-bottom: 0.2rem;
    border-radius: 8px;
}

.button:hover {
    background-color: #700A13;
    color: #d6a553;
    border: 2px solid #d6a553;
}

.no_decoration {
    text-decoration: none;
    color: #fff;
}

.no_decoration:hover {
    color: #fff;
}

#parralax-image {
    background-image: url("/images/contact_parallax.jpg");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dark-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 450px;
}

.card {
    padding: 30px;
    margin: 30px 0px 30px 0px;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #808285;
}

.card-collapse {
    padding: 30px;
    margin: -12px 0px 0px 0px;
    border: 1px solid #700A13;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #808285;
}

.contact-card {
    width: 400px;
    margin: 10px;
}

.contact-card:hover {
    background-color: rgb(247, 247, 247);
}

.btn {
    width: 250px;
    margin: auto;
}

.btn:hover {
    border-bottom: 1px solid #700A13;
    ;
}

.btn {
    width: 250px;
    margin: auto;
}

.btn-book {
    width: auto;
}

.btn-outline-light:hover {
    border: 1px solid #d6a553;
    border-bottom: 1px solid #d6a553;
    background-color: #700A13;
    color: #d6a553;
}

.banner-pet-cremations {
    height: 220px;
    border-radius: 5x;
    background-image: linear-gradient(to right, #fdf7f7, #000066);
}

.procare-logo {
    max-width: 250px;
    margin: 60px
}

.short_description {
    border-right: 1px solid #700A13;
}

.visiniu {
    color: #700A13;
}

.visiniu2 {
    color: #530a109c;
}

#dropdown {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    font-size: 16px;
}

button {
    padding: 10px;
    margin: 5px;
    font-size: 16px;
}

#progress-bar-container {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    height: 25px;
}

#progress-bar {
    height: 100%;
    width: 0%;
    background-color: #700A13;
    border-radius: 8px;
    transition: width 0.3s ease-in-out;
}

#progress-info {
    color: #fff;
    margin-right: 10px;
    text-align: right;
    margin-bottom: 8px;
}

#quiz-container {
    border: 1px solid #700A13;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #808285;
}

#quiz {
    display: block;
}

#question {
    font-size: 24px;
    padding-left: 20px;
    margin-bottom: 10px;
    text-shadow: 2px 2px #3d3d3d54;
}

#description {
    font-size: 18px;
    padding-left: 20px;
}

#next-btn {
    margin-top: -5px;
    float: right;
}

#dropdown-quiz {
    width: 100%;
    height: 40px;
    transition: 0.3s;
    border-radius: 5px;
    border: 1px solid #700A13;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    margin: 15px 0px 30px 0px;
}

.dropdown-item-quiz {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: block;
    width: 100%;
}

.dropdown-item-quiz:hover {
    color: #700A13;
}

#quiz-result {
    display: none;
    width: 100%;
    text-align: center;
}

#total-score {
    font-size: 30px;
    padding-left: 20px;
    text-shadow: 2px 2px #3d3d3d54;
}




@media (max-width: 600px) {
    body {
        background-color: #fbf2f2;
        background-image: url(../images/paw_print.png);
        background-size: cover;
    }

    .ParallaxVideo {
        height: 170px;
    }

    .ParallaxVideo video {
        margin-top: 75px;
    }

    /*.ParallaxVideo h1 {*/
    /*    font-size: 1rem;*/
    /*    font-weight: 100;*/
    /*    margin-top: 20px;*/
    /*}*/

    .short_description {
        border-right: none;
    }

    .poiret-one-h1-dinamic {
        font-family: "Poiret One", serif;
        font-size: 2.8rem;
    }

    .banner-pet-cremations {
        height: 400px;
        border-radius: 5x;
        background-image: linear-gradient(to bottom, #fdf7f7, #000066);
    }

    .showcase {
        width: 100vw;
    }

    .card-collapse {
        margin: -12px -15px 0px -15px;
    }
}

@media screen and (min-width: 768px) {
    body {
        background-color: #fbf2f2;
        background-image: url(../images/paw_print.png);
        background-size: cover;
    }

    .ParallaxVideo {
        height: 300px;
    }

    .ParallaxVideo video {
        margin-top: 140px;
    }

    /*.ParallaxVideo h1 {*/
    /*    font-size: 1rem;*/
    /*    font-weight: 100;*/
    /*    margin-top: 20px;*/
    /*}*/
    
    .parallax {
        background-attachment: scroll;
        /* Change to scroll for mobile */
        background-position: center center;
        -webkit-background-position: center center;
    }

    .showcase {
        width: 100vw;
    }

    #showcase-au {
        width: 100vw;
    }
}

@media only screen and (min-width: 992px) {
    .ParallaxVideo {
        width: 98vw;
        overflow: hidden;
        height: 400px;
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .ParallaxVideo video {
        margin-top: 110px;
    }

    /*.ParallaxVideo h1 {*/
    /*    font-size: 72px;*/
    /*    font-weight: 700;*/
    /*    margin-top: 200px;*/
    /*}*/

    .showcase {
        width: 99vw;
    }

    #showcase-au {
        width: 99vw;
    }
}

@media only screen and (min-width: 1200px) {
    .ParallaxVideo {
        width: 99vw;
        overflow: hidden;
        height: 600px;
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .ParallaxVideo video {
        margin-top: 0;
    }

}

#google-maps-container {
    width: 1200px;
    height: 600px;
}