@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

:root {
    --primary-bg: #ca2128;
    --white: #ffffff;
}

p,
span, h6 {
    color: var(--bs-secondary);
}

.navbar {
    transition: all 0.3s ease-in-out;
}

.fixed-top {
    animation: slideDown 0.3s ease-in-out;
    position: fixed !important;
    background-color: var(--white);
}

    .fixed-top .navbar-brand img {
        width: 85px;
    }

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0%);
    }
}

body {
    background: #F2F2F2;
    padding: 0;
    margin: 0;
}

#main-demo section {
    min-height: calc(100vh - 235px);
}

.auth-pages {
    min-height: calc(100vh - 57px);
    display: flex;
}

    .auth-pages section {
        display: flex;
        align-items: center;
        width: 100%;
    }

label[for="textAreaExample"] {
    color: var(--bs-secondary);
    transition: 0.5s ease all;
}

.link-info a.icon-link {
    color: var(--bs-secondary);
    transition: 0.5s ease all;
}

    .link-info a.icon-link:hover, .link-info a.icon-link:hover i {
        color: var(--primary-bg);
        transition: 0.5s ease all;
    }

#price {
    text-align: center;
}

.plan-inner {
    background: var(--white);
    margin: 0 auto;
    min-width: 280px;
    max-width: 100%;
    border-radius: 6px;
    position: relative;
    box-shadow: 0 5px 10px rgb(207 197 197 / 19%);
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:active :is(a, div) {
    background-color: #a70007;
    color: var(--white) !important;
}

.dropdown-toggle::after {
    border-top: .3em solid var(--white);
}

.entry-title {
    height: 200px;
    position: relative;
    text-align: center;
    color: var(--white);
    margin-bottom: 30px;
    box-shadow: inset 0 0 0 1000px rgb(12 12 12 / 78%);
    background-size: 100% !important;
    border-radius: 6px 6px 0 0;
}

    .entry-title > h3 {
        font-size: 20px;
        padding: 12px 8px;
        text-transform: uppercase;
        font-weight: 700;
        margin: 0;
        border-radius: 6px 6px 0 0;
    }

    .entry-title .price {
        position: absolute;
        bottom: -24px;
        background: #ca212885;
        margin: 0 auto;
        left: 0;
        right: 0;
        overflow: hidden;
        border-radius: 8px;
        border: 3px solid #ca2128c2;
        line-height: normal;
        font-size: 22px;
        font-weight: 500;
        width: 80px;
        height: 80px;
        line-height: 59px;
        border-radius: 100%;
        text-align: center;
        padding: 8px;
    }


.price span {
    position: absolute;
    font-size: 9px;
    bottom: -10px;
    left: 30px;
    font-weight: 400;
}

.entry-content {
    color: #323232;
}

    .entry-content ul {
        margin: 0;
        padding: 0 1rem;
        list-style: none;
        text-align: center;
    }

    .entry-content li {
        border-bottom: 1px solid #E5E5E5;
        padding: 10px 0;
    }

        .entry-content li:last-child {
            border: none;
        }

.btn-outer {
    padding: 1.5rem 0;
    text-align: center;
}

.hot {
    position: absolute;
    top: -7px;
    background: #F80;
    color: var(--white);
    text-transform: uppercase;
    z-index: 2;
    padding: 2px 5px;
    font-size: 9px;
    border-radius: 2px;
    right: 10px;
    font-weight: 700;
}

.basic .entry-title > h3 {
    background: #ca212852;
}

/* button css  */

.ab-button,
.ab-button-border {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    border-radius: 0.5rem;
    color: var(--white) !important;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.15rem;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
}

.ab-button-border {
    border: 1px solid #a70007 !important;
    color: #a70007 !important;
    transition: 0.5s ease;
    padding-bottom: 0.63rem;
}

.ab-button:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-bg);
    border-radius: 0.5rem;
    z-index: -2;
}

.ab-button-border:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 0.5rem;
    z-index: -2;
}

:is(.ab-button-border, .ab-button):before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #a70007;
    transition: all 0.3s;
    border-radius: 0.5rem;
    z-index: -1;
    border-radius: 6px;
}

.ab-button,
.ab-button-border:hover {
    color: var(--white) !important;
}

:is(.ab-button, .ab-button-border):hover:before {
    width: 100%;
    color: var(--white);
}

.additional-details .nav-link {
    border: none;
    color: #464343;
}

    .additional-details .nav-link.active {
        background-color: white;
        color: #464343;
        border: none;
        border-bottom: 4px solid var(--primary-bg);
    }

.booking {
    position: relative;
}

.booking-date {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 48px;
    font-weight: 800;
    line-height: 38px;
    top: 28%;
}

    .booking-date span {
        font-size: 22px;
        font-weight: 400;
        color: var(--white);
    }

#header-demo {
    position: relative;
}

    #header-demo nav {
        width: 100%;
        padding: 0;
        background-color: var(--primary-bg);
    }

    #header-demo .fixed-top {
        background-color: var(--primary-bg);
    }

.navbar-toggler path {
    color: var(--white);
}

.filter-btn-outer button:is(:hover, :focus, :focus-visible) {
    border: 0;
    outline: 0;
    box-shadow: none !important;
}

.nav-link {
    font-weight: 500;
    border: 0 !important;
}

.user-link a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 5px;
}

.fs-7 {
    font-size: .875rem !important
}

.card {
    box-shadow: 0 5px 10px rgb(207 197 197 / 19%);
    border: 0;
}

/* progress bar csss  */


.ce_ixelgen_progress_bar {
    max-width: 800px;
    margin: 0 auto;
}

.item_label,
.item_value {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.item_value {
    font-weight: 400;
}

.item_bar {
    position: relative;
    height: 1.5rem;
    width: 100%;
    background-color: #dfdfdf;
    border-radius: 4px;
}

    .item_bar .progress {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 0;
        height: 1.5rem;
        margin: 0;
        background-color: var(--primary-bg);
        border-radius: 4px;
        transition: width 100ms ease;
    }

.item_value.cell.shrink {
    text-align: end;
}

.description,
.review,
.specification {
    text-align: left;
}

.nav-item :is(button, a).active {
    background-color: transparent;
    color: var(--primary-bg) !important;
    position: relative;
    border: 0;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #000 !important;
}

.nav-item :is(button, a).active::after {
    content: "";
    border-bottom: 4px solid var(--primary-bg);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    border-radius: 5px 5px 0 0;
}

.nav-item a.active::after {
    border-bottom: 4px solid #000;
}

/* PRELOADER CSS */
.page-loader {
    width: 100%;
    height: 100vh;
    position: absolute;
    background: #fffffff2;
    z-index: 1000;
    top: 0;
    left: 0;
}

    .page-loader .txt {
        color: #666;
        text-align: center;
        top: 40%;
        position: relative;
        text-transform: uppercase;
        letter-spacing: 0.3rem;
        font-weight: bold;
        line-height: 1.5;
    }

.tab-loader {
    width: calc(100% + 30px);
    height: 500px;
    left: -15px;
}

/* SPINNER ANIMATION */
.spinner {
    position: relative;
    top: 35%;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-color: #4e0202;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.avatar-upload {
    position: relative;
    max-width: 110px;
    margin: 10px auto 0;
}

    .avatar-upload .avatar-edit {
        position: absolute;
        right: -12px;
        z-index: 1;
        top: 10px;
    }

        .avatar-upload .avatar-edit input {
            display: none;
        }

            .avatar-upload .avatar-edit input + label {
                display: inline-block;
                width: 34px;
                height: 34px;
                margin-bottom: 0;
                border-radius: 100%;
                background: var(--white);
                border: 1px solid transparent;
                box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
                cursor: pointer;
                font-weight: normal;
                transition: all 0.2s ease-in-out;
            }

                .avatar-upload .avatar-edit input + label:hover {
                    background: var(--primary-bg);
                    border-color: #d6d6d6;
                    color: var(--white);
                }

            .avatar-upload .avatar-edit input + label {
                color: #000;
                margin: auto;
                display: flex;
                justify-content: center;
                align-items: center;
                font-weight: 900;
                transition: all 0.5s ease;
            }

    .avatar-upload .avatar-preview {
        width: 110px;
        height: 110px;
        position: relative;
        border-radius: 100%;
        border: 6px solid #F8F8F8;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    }

        .avatar-upload .avatar-preview > div {
            width: 100%;
            height: 100%;
            border-radius: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

.nav-tabs .nav-link {
    color: #666666;
}

/* pagination design  */
#main-demo .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: var(--white) !important;
    border: 1px solid var(--primary-bg) !important;
    background: var(--primary-bg) !important;
    padding: 5px 0;
    line-height: 14px;
}

.dataTables_filter input, .dataTables_length select {
    height: calc(2rem + calc(var(--bs-border-width)* 2));
    min-height: calc(2rem + calc(var(--bs-border-width)* 2));
    line-height: 1.25;
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #d9d9d9 !important;
}

.dataTables_length select {
    width: 72px;
}

.bg-primary-subtle {
    background-color: #f1c6c8 !important;
}

.card-body i.bi {
    color: var(--bs-secondary);
}

.filter-search i.bi.bi-search {
    color: var(--white);
}

.p-card-outer:hover :is(i, h6) {
    color: var(--primary-bg);
    transition: 0.5s all ease;
}

.p-card-outer {
    transition: 0.5s all ease;
}

    .p-card-outer:hover {
        transform: scale(1.03);
        transition: 0.5s all ease;
    }

.filter-search .ab-button:after {
    border-radius: 0rem 0.5rem 0.5rem 0rem !important;
}
.btn-pay {
    width: auto;
    font-size: 12px;
    padding: 5px 8px;
    letter-spacing: 1.5px;
}
.link-info a.icon-link{
    transition: 0.5s ease all;
}
.link-info a.icon-link:hover i.bi.bi-arrow-right {
    margin-left: 5px;
    transition: 0.5s ease all;
}
/* media query  */
@media (min-width: 767px) {
    header .nav-link {
        color: var(--white);
    }

    .user-profile {
        left: -125px !important;
        width: 230px !important;
        right: auto;
    }
}

@media(max-width:992px) {
    .header-bg {
        padding: 100px 24px 50px;
    }
}

@media (max-width:768px) {
    .btn-outer {
        padding: 1.5rem 0 !important;
    }

    .dropdown-toggle::after {
        border-top: .3em solid var(--primary-bg);
    }
}
