:root {
    --primary-color-100: #f7d1b8;
    --primary-color-200: #E4DCD7;
    --primary-color-300: #937461;
    --primary-color-400: #86634D;
    --primary-color-500: #79523a;
    --neutrals-color-100: #ffffff;
    --neutrals-color-200: #F8F8F8;
    --neutrals-color-400: #E0E4E5;
    --neutrals-color-500: #A4A4A4;
    --neutrals-color-800: #282828;
    --tab-container-color: #F1EDEB;
    --video-border-color: #f8f8f8;
    --carousel-button-background: #ee2737;
    --carousel-button-color: #f0f0f0;
    --carousel-button-border: #D62331;
    --carousel-button-background-hover: #D62331;
    --carousel-button-color-hover: #f0f0f0;
    --carousel-button-background-active: #BE1F2C;
    --carousel-button-color-active: #f0f0f0;
}
/*.carousel-indicators [data-bs-target] {    
    background-color: #9f9797;    
}
*/
a:not([class]) {
    color: var(--primary-color-500) !important;
    font-weight: 700;
    cursor: pointer;
    font-size: 1rem;
    text-decoration: none !important;
}

    a:not([class]):hover {
        text-decoration: underline !important;
        transition: all .3s;
    }

a:not(.primary-button):not(.nav-link):not(.carousel-button):not(.social-icon):not(.carousel-button-small):visited {
    color: #800080 !important;
}

.links li a {
    color: var(--neutrals-color-800) !important;
    font-weight: 400;
    cursor: pointer;
    font-size: 1rem;
    text-decoration: none !important;
}

    .links li a:hover {
        text-decoration: none !important;
    }

p + p {
    margin-top: 1rem;
}

.special-package-title {
    padding-bottom: .25rem;
    border-bottom: .2rem solid var(--primary-color-500);
    color: var(--primary-color-500);
    font-size: 1.625rem;
    font-weight: 600;
}

.custom-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.custom-row {
    padding-bottom: 30px;
}

.quicklink {
    border: none;
}

@media (max-width: 978px) {
    .section {
        padding: 1rem 0.5rem;
    }
}

.dropdown-item:focus, .dropdown-item:hover {
    font-weight: 400 !important;
}

.submenu {
    position: absolute !important;
}

@media (max-width: 900px) {
    .carousel-title, h2 .carousel-title , .carousel-title>h2{
        font-size: 1.45rem !important;
    }
}

@media (max-width: 760px) {
    .carousel-title, .carousel-title>h2 {
        font-size: 1.4rem !important;
    }
}

@media (min-width: 700px) and (max-width: 735px) {
    .carousel-title , .carousel-title>h2{
        font-size: 1.1rem !important;
    }
}
.carousel-indicators [data-bs-target] {
    background-color: #9f9797;
}
.carousel-indicators .active {
    background-color: var(--primary-color-500);
}
@media(min-width: 992px) and (max-width: 1190px) {
    .navbar-expand-lg {
        flex-wrap: wrap !important;
    }
}