:root {
    --ap-primary: #003049;
    --ap-secondary: #fcbf49;
    --ap-background: #eae2b7;
    --ap-danger: #d62828;
    --ap-warning: #f77f00;
}



.ap-text-primary {
    color: var(--ap-primary) !important;
}

.ap-text-warning {
    color: var(--ap-warning) !important;
}

.ap-text-danger {
    color: var(--ap-danger) !important;
}

.ap-text-secondary {
    color: var(--ap-secondary) !important;
}

.ap-text-bright {
    color: var(--ap-background) !important;
}

.ap-bg-primary {
    background-color: var(--ap-primary) !important;
}

.ap-bg-secondary {
    background-color: var(--ap-secondary) !important;
}

.ap-bg-warning {
    background-color: var(--ap-warning) !important;
}

.ap-bg-danger {
    background-color: var(--ap-danger) !important;
}

.ap-bg-bright {
    background-color: var(--ap-background) !important;
}


.ap-text-primary-hover:hover {
    color: var(--ap-primary) !important;
}

.ap-text-warning-hover:hover {
    color: var(--ap-warning) !important;
}

.ap-text-danger-hover:hover {
    color: var(--ap-danger) !important;
}

.ap-text-secondary-hover:hover {
    color: var(--ap-secondary) !important;
}

.ap-text-bright-hover:hover {
    color: var(--ap-background) !important;
}

.info-item i {
    color: var(--ap-warning);
}

.apart .border-radius-2 {
    border-radius: 8px;
    padding: 12px;
    background-color: white;
    box-shadow: 2px 2px 6px 1px rgba(48, 48, 47, 0.353);
}

.apart h1,
h2,
h3 {
    color: var(--ap-primary);
}



.info-table {
    background-color: white;
}

/* 
---------------------------------------------
Featured Style
--------------------------------------------- 
*/


.featured .accordion {
    margin-left: 10px;
    margin-right: 10px;
    --bs-accordion-border-radius: 10px;
    --bs-accordion-inner-border-radius: 10px;
    --bs-accordion-bg: #fafafa;
    --bs-accordion-border-color: none;
    border: none !important;
}

.featured .accordion-header {
    border-bottom: 1px solid #fafafa;
}

.featured .accordion-button {
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    color: var(--ap-primary);
}

.featured .accordion-button:not(.collapsed) {
    color: var(--ap-secondary);
    background-color: #003049;
    outline: none;
}

.featured .accordion-button::after {
    display: none;
}

.featured #headingThree {
    border-bottom: none;
}

.featured .accordion-item:last-of-type .accordion-collapse {
    border-top: 1px solid #eaeaea;
}

.featured .info-table {
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);

}

.rounded-4 {
    border-top-left-radius: 60px !important;
    border-bottom-right-radius: 60px !important;
}

.rounded-5 {
    border-top-right-radius: 60px !important;
    border-bottom-left-radius: 60px !important;
}

.index-header {
    height: 75vh;
    background-image: url(/images/img-apart/duruturk-apart-4.jpg);
    background-repeat: no-repeat;
    z-index: -1;
    background-size: cover;
    background-position: right 30%;
}

.index-header-up {
    height: 75vh;
    background-color: rgba(0, 0, 0, 0.729);
    z-index: 999;
}

.object-fit-contain {
    object-fit: contain;
}

.ap-fs {
    font-size: 1rem;
}
@media (min-width: 992px) {
    .ap-fs {
        font-size: 18px;
    }

}
@media (min-width: 1200px) {
    .ap-fs {
        font-size: 22px;
    }

}
@media (min-width: 1400px) {
    .ap-fs {
        font-size: 28px;
    }

}
