@import url('https://fonts.googleapis.com/css2?family=Fleur+De+Leah&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik+Vinyl&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


.fancy-font {
    font-size: 5em !important;
    font-family: "Fleur De Leah", serif;
    font-weight: 400 !important;
    font-style: normal;
}

.cta-video-section>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    margin-top: -80px;
}

.breadcrumb.breadcrumb-muted .breadcrumb-item.active {
    color: #393f44 !important;
}

.bg-half-80 {
    padding: 100px 0;
    background-size: cover !important;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-special {
    background: #027168 !important;
}

.bg-special-light {
    background: #8fcfcc !important;
}

.card {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    border: 1px solid #e0e0e0;
    /* Added border */
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
    #navigation {
        top: 123px;
    }

    .bg-half-80 {
        padding: 120px 0;
    }
}